-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e-date and c-date-picker #131
Labels
components
New components to add or enhancements on exiting components
enhancement
New feature or request
high priority
vue-3
Will only be done for the vue-3 version
Comments
janwidmer
added
the
components
New components to add or enhancements on exiting components
label
Oct 5, 2021
patric-eberle
added
vue-3
Will only be done for the vue-3 version
vue-2
Will only be needed for vue-2
labels
Jan 6, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 10, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
…<cDatePicker /> - rename form data properties to startDate and endDate and make them equal with today's date as default
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
…d height of an e-icons with the size attribute - separate nested if statements to simplify readability - rewrite comments
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
…" to be used inside the options object in the new VueI18n instance - call i18n.setDateTimeFormat() after fetching current page locale
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
…t in "const dateTimeFormats" to be used inside the options object in the new VueI18n instance - call i18n.setDateTimeFormat() after fetching current page locale
BeneRichi
pushed a commit
that referenced
this issue
Jan 20, 2023
BeneRichi
pushed a commit
that referenced
this issue
Jan 30, 2023
…fter code block - removed duplicated keypress event - changed background color of date fields from color-grayscale-800 to 600 - changed color of date input field's labels - removed color shade 800 from _color.scss - move static attribute without value after static one with value - add form.date value property to make it a directive - changed input field width Signed-off-by: BeneRichi <[email protected]>
BeneRichi
pushed a commit
that referenced
this issue
Feb 1, 2023
…color-grayscale--700 from _color.scss to reduce color classes Signed-off-by: BeneRichi <[email protected]>
patric-eberle
added a commit
that referenced
this issue
Feb 3, 2023
Can also be merged to Vue 3. |
BeneRichi
pushed a commit
that referenced
this issue
Feb 8, 2023
…ugin - adds get-localized-date-format.ts and add type declaration - installs @types/pikaday dependency
Vue 2 variant is available, but it was not migrated to Vue 3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
components
New components to add or enhancements on exiting components
enhancement
New feature or request
high priority
vue-3
Will only be done for the vue-3 version
For IV we created two new components to handle date inputs. Since they contain no specific functionality (except for v-focus), it should be save to copy them into the boilerplate.
e-date
c-date-picker
e-input
The text was updated successfully, but these errors were encountered: