@aurodesignsystem/auro-formkit 2.0.0-beta.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +857 -0
- package/NOTICE +2 -0
- package/README.md +95 -6
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
- package/components/bibtemplate/dist/headerVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
- package/components/bibtemplate/dist/index.d.ts +2 -0
- package/components/bibtemplate/dist/index.js +791 -0
- package/components/bibtemplate/dist/registered.js +791 -0
- package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
- package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
- package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
- package/components/checkbox/README.md +56 -93
- package/components/checkbox/demo/api.md +5 -4
- package/components/checkbox/demo/api.min.js +431 -81
- package/components/checkbox/demo/index.html +49 -0
- package/components/checkbox/demo/index.md +0 -45
- package/components/checkbox/demo/index.min.js +431 -81
- package/components/checkbox/demo/readme.html +49 -0
- package/components/checkbox/demo/readme.md +142 -0
- package/components/checkbox/dist/auro-checkbox-group.d.ts +10 -2
- package/components/checkbox/dist/auro-checkbox.d.ts +8 -5
- package/components/checkbox/dist/helptextVersion.d.ts +2 -0
- package/components/checkbox/dist/index.d.ts +0 -1
- package/components/checkbox/dist/index.js +431 -84
- package/components/checkbox/dist/registered.js +1279 -0
- package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
- package/components/checkbox/dist/styles/color-css.d.ts +0 -1
- package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
- package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
- package/components/combobox/README.md +58 -101
- package/components/combobox/demo/api.js +1 -1
- package/components/combobox/demo/api.md +116 -32
- package/components/combobox/demo/api.min.js +8225 -3872
- package/components/combobox/demo/index.html +57 -0
- package/components/combobox/demo/index.js +1 -1
- package/components/combobox/demo/index.md +17 -54
- package/components/combobox/demo/index.min.js +8222 -3869
- package/components/combobox/demo/readme.html +49 -0
- package/components/combobox/demo/readme.md +152 -0
- package/components/combobox/dist/auro-combobox.d.ts +123 -76
- package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
- package/components/combobox/dist/{formkit/auro-dropdownVersion.d.ts → dropdownVersion.d.ts} +0 -1
- package/components/combobox/dist/index.d.ts +0 -1
- package/components/combobox/dist/index.js +7570 -3533
- package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
- package/components/combobox/dist/registered.js +12271 -0
- package/components/combobox/dist/styles/style-css.d.ts +0 -1
- package/components/counter/README.md +146 -0
- package/components/counter/demo/api.js +5 -1
- package/components/counter/demo/api.md +371 -962
- package/components/counter/demo/api.min.js +6205 -40
- package/components/counter/demo/index.html +52 -0
- package/components/counter/demo/index.js +3 -3
- package/components/counter/demo/index.md +148 -0
- package/components/counter/demo/index.min.js +6191 -19
- package/components/counter/demo/readme.html +49 -0
- package/components/counter/demo/readme.md +146 -0
- package/components/counter/dist/auro-counter-button.d.ts +12 -0
- package/components/counter/dist/auro-counter-group.d.ts +168 -5
- package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
- package/components/counter/dist/auro-counter.d.ts +91 -1
- package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
- package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
- package/components/counter/dist/iconVersion.d.ts +2 -0
- package/components/counter/dist/index.d.ts +0 -1
- package/components/counter/dist/index.js +6162 -38
- package/components/counter/dist/registered.js +6235 -0
- package/components/counter/dist/styles/color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
- package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
- package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
- package/components/counter/dist/styles/style-css.d.ts +0 -1
- package/components/counter/dist/styles/tokens-css.d.ts +2 -0
- package/components/datepicker/README.md +59 -95
- package/components/datepicker/demo/api.js +3 -3
- package/components/datepicker/demo/api.md +259 -144
- package/components/datepicker/demo/api.min.js +6495 -2575
- package/components/datepicker/demo/index.html +57 -0
- package/components/datepicker/demo/index.md +9 -42
- package/components/datepicker/demo/index.min.js +6483 -2562
- package/components/datepicker/demo/readme.html +49 -0
- package/components/datepicker/demo/readme.md +140 -0
- package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
- package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
- package/components/datepicker/dist/auro-calendar.d.ts +25 -2
- package/components/datepicker/dist/auro-datepicker.d.ts +42 -13
- package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
- package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
- package/components/datepicker/dist/index.d.ts +0 -1
- package/components/datepicker/dist/index.js +6481 -2562
- package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
- package/components/datepicker/dist/popoverVersion.d.ts +0 -1
- package/components/datepicker/dist/registered.js +22468 -0
- package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-css.d.ts +0 -1
- package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
- package/components/datepicker/dist/styles/style-css.d.ts +0 -1
- package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
- package/components/datepicker/dist/utilities.d.ts +25 -1
- package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
- package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
- package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
- package/components/dropdown/README.md +56 -92
- package/components/dropdown/demo/api.js +1 -1
- package/components/dropdown/demo/api.md +43 -29
- package/components/dropdown/demo/api.min.js +558 -157
- package/components/dropdown/demo/index.html +53 -0
- package/components/dropdown/demo/index.js +0 -3
- package/components/dropdown/demo/index.md +1 -60
- package/components/dropdown/demo/index.min.js +558 -160
- package/components/dropdown/demo/readme.html +49 -0
- package/components/dropdown/demo/readme.md +144 -0
- package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
- package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
- package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
- package/components/dropdown/dist/helptextVersion.d.ts +2 -0
- package/components/dropdown/dist/iconVersion.d.ts +0 -1
- package/components/dropdown/dist/index.d.ts +0 -1
- package/components/dropdown/dist/index.js +558 -159
- package/components/dropdown/dist/registered.js +3365 -0
- package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
- package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
- package/components/dropdown/dist/styles/color-css.d.ts +0 -1
- package/components/dropdown/dist/styles/style-css.d.ts +0 -1
- package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
- package/components/form/README.md +66 -98
- package/components/form/demo/api.js +1 -1
- package/components/form/demo/api.min.js +497 -25
- package/components/form/demo/index.html +48 -0
- package/components/form/demo/index.md +94 -25
- package/components/form/demo/index.min.js +497 -25
- package/components/form/demo/readme.html +49 -0
- package/components/form/demo/readme.md +146 -0
- package/components/form/demo/registerDemoDeps.js +22 -0
- package/components/form/demo/working.html +117 -0
- package/components/form/dist/auro-form.d.ts +194 -3
- package/components/form/dist/index.d.ts +0 -1
- package/components/form/dist/index.js +497 -27
- package/components/form/dist/registered.d.ts +1 -0
- package/components/form/dist/registered.js +632 -0
- package/components/form/dist/styles/style-css.d.ts +0 -1
- package/components/helptext/dist/auro-helptext.d.ts +53 -0
- package/components/helptext/dist/index.d.ts +2 -0
- package/components/helptext/dist/index.js +224 -0
- package/components/helptext/dist/registered.js +224 -0
- package/components/helptext/dist/styles/color-css.d.ts +2 -0
- package/components/helptext/dist/styles/style-css.d.ts +2 -0
- package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
- package/components/input/README.md +56 -87
- package/components/input/demo/api.md +91 -90
- package/components/input/demo/api.min.js +4216 -1781
- package/components/input/demo/index.html +41 -0
- package/components/input/demo/index.md +2 -33
- package/components/input/demo/index.min.js +4217 -1782
- package/components/input/demo/readme.html +49 -0
- package/components/input/demo/readme.md +135 -0
- package/components/input/dist/auro-input.d.ts +4 -2
- package/components/input/dist/base-input.d.ts +49 -16
- package/components/input/dist/buttonVersion.d.ts +0 -1
- package/components/input/dist/helptextVersion.d.ts +2 -0
- package/components/input/dist/i18n.d.ts +0 -1
- package/components/input/dist/iconVersion.d.ts +0 -1
- package/components/input/dist/index.d.ts +0 -1
- package/components/input/dist/index.js +4216 -1783
- package/components/input/dist/registered.js +6592 -0
- package/components/input/dist/styles/borders-css.d.ts +0 -1
- package/components/input/dist/styles/color-css.d.ts +0 -1
- package/components/input/dist/styles/input-css.d.ts +0 -1
- package/components/input/dist/styles/label-css.d.ts +0 -1
- package/components/input/dist/styles/mixins-css.d.ts +0 -1
- package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
- package/components/input/dist/styles/style-css.d.ts +0 -1
- package/components/input/dist/styles/tokens-css.d.ts +0 -1
- package/components/input/dist/utilities.d.ts +25 -0
- package/components/menu/README.md +56 -93
- package/components/menu/demo/api.js +1 -1
- package/components/menu/demo/api.md +57 -20
- package/components/menu/demo/api.min.js +629 -315
- package/components/menu/demo/index.html +50 -0
- package/components/menu/demo/index.md +1 -44
- package/components/menu/demo/index.min.js +627 -313
- package/components/menu/demo/readme.html +49 -0
- package/components/menu/demo/readme.md +145 -0
- package/components/menu/dist/auro-menu-utils.d.ts +42 -0
- package/components/menu/dist/auro-menu.d.ts +97 -82
- package/components/menu/dist/auro-menuoption.d.ts +0 -1
- package/components/menu/dist/dropdownVersion.d.ts +2 -0
- package/components/menu/dist/iconVersion.d.ts +0 -1
- package/components/menu/dist/index.d.ts +1 -1
- package/components/menu/dist/index.js +628 -317
- package/components/menu/dist/registered.js +1510 -0
- package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
- package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
- package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
- package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
- package/components/menu/dist/styles/tokens-css.d.ts +0 -1
- package/components/radio/README.md +56 -87
- package/components/radio/demo/api.md +9 -8
- package/components/radio/demo/api.min.js +428 -74
- package/components/radio/demo/index.html +48 -0
- package/components/radio/demo/index.md +0 -45
- package/components/radio/demo/index.min.js +428 -74
- package/components/radio/demo/readme.html +49 -0
- package/components/radio/demo/readme.md +137 -0
- package/components/radio/dist/auro-radio-group.d.ts +12 -3
- package/components/radio/dist/auro-radio.d.ts +0 -1
- package/components/radio/dist/helptextVersion.d.ts +2 -0
- package/components/radio/dist/index.d.ts +0 -1
- package/components/radio/dist/index.js +428 -77
- package/components/radio/dist/registered.js +1396 -0
- package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
- package/components/radio/dist/styles/color-css.d.ts +0 -1
- package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
- package/components/radio/dist/styles/style-css.d.ts +0 -1
- package/components/radio/dist/styles/tokens-css.d.ts +0 -1
- package/components/select/README.md +58 -99
- package/components/select/demo/api.js +1 -1
- package/components/select/demo/api.md +149 -32
- package/components/select/demo/api.min.js +2597 -782
- package/components/select/demo/index.html +49 -0
- package/components/select/demo/index.js +1 -1
- package/components/select/demo/index.md +18 -51
- package/components/select/demo/index.min.js +2604 -789
- package/components/select/demo/readme.html +49 -0
- package/components/select/demo/readme.md +143 -0
- package/components/select/dist/auro-select.d.ts +60 -8
- package/components/select/dist/bibtemplateVersion.d.ts +2 -0
- package/components/select/dist/dropdownVersion.d.ts +2 -0
- package/components/select/dist/index.d.ts +0 -1
- package/components/select/dist/index.js +1966 -467
- package/components/select/dist/registered.js +5426 -0
- package/components/select/dist/styles/color-css.d.ts +0 -1
- package/components/select/dist/styles/style-css.d.ts +0 -1
- package/components/select/dist/styles/tokens-css.d.ts +0 -1
- package/package.json +121 -48
- package/packages/build-tools/src/postinstall.mjs +8 -0
- package/.husky/commit-msg +0 -4
- package/.husky/pre-commit +0 -3
- package/.turbo/cache/06845874cc82b186-meta.json +0 -1
- package/.turbo/cache/06845874cc82b186.tar.zst +0 -0
- package/.turbo/cache/0a96f136af026d57-meta.json +0 -1
- package/.turbo/cache/0a96f136af026d57.tar.zst +0 -0
- package/.turbo/cache/0c8124a987c1cc05-meta.json +0 -1
- package/.turbo/cache/0c8124a987c1cc05.tar.zst +0 -0
- package/.turbo/cache/0c9ee13a7c863709-meta.json +0 -1
- package/.turbo/cache/0c9ee13a7c863709.tar.zst +0 -0
- package/.turbo/cache/0ca9c5ccf3e90704-meta.json +0 -1
- package/.turbo/cache/0ca9c5ccf3e90704.tar.zst +0 -0
- package/.turbo/cache/18129dba20f51b6b-meta.json +0 -1
- package/.turbo/cache/18129dba20f51b6b.tar.zst +0 -0
- package/.turbo/cache/1a8d6e4cab38121a-meta.json +0 -1
- package/.turbo/cache/1a8d6e4cab38121a.tar.zst +0 -0
- package/.turbo/cache/1ce32edb29492636-meta.json +0 -1
- package/.turbo/cache/1ce32edb29492636.tar.zst +0 -0
- package/.turbo/cache/2787020e69f50af2-meta.json +0 -1
- package/.turbo/cache/2787020e69f50af2.tar.zst +0 -0
- package/.turbo/cache/2ec1b6d23563659e-meta.json +0 -1
- package/.turbo/cache/2ec1b6d23563659e.tar.zst +0 -0
- package/.turbo/cache/3afc5b2ea7c1bf51-meta.json +0 -1
- package/.turbo/cache/3afc5b2ea7c1bf51.tar.zst +0 -0
- package/.turbo/cache/3cd8fc5f388323db-meta.json +0 -1
- package/.turbo/cache/3cd8fc5f388323db.tar.zst +0 -0
- package/.turbo/cache/4006a206400d5c7b-meta.json +0 -1
- package/.turbo/cache/4006a206400d5c7b.tar.zst +0 -0
- package/.turbo/cache/40de011abc31c0cf-meta.json +0 -1
- package/.turbo/cache/40de011abc31c0cf.tar.zst +0 -0
- package/.turbo/cache/426c825f57054f5f-meta.json +0 -1
- package/.turbo/cache/426c825f57054f5f.tar.zst +0 -0
- package/.turbo/cache/4524aae614598308-meta.json +0 -1
- package/.turbo/cache/4524aae614598308.tar.zst +0 -0
- package/.turbo/cache/45ea3e30ae949d53-meta.json +0 -1
- package/.turbo/cache/45ea3e30ae949d53.tar.zst +0 -0
- package/.turbo/cache/492dda333b8d15f1-meta.json +0 -1
- package/.turbo/cache/492dda333b8d15f1.tar.zst +0 -0
- package/.turbo/cache/50993de942ec15a9-meta.json +0 -1
- package/.turbo/cache/50993de942ec15a9.tar.zst +0 -0
- package/.turbo/cache/51eaa58d5c167de8-meta.json +0 -1
- package/.turbo/cache/51eaa58d5c167de8.tar.zst +0 -0
- package/.turbo/cache/577d86e4072c01f5-meta.json +0 -1
- package/.turbo/cache/577d86e4072c01f5.tar.zst +0 -0
- package/.turbo/cache/5aadae8d3f94202e-meta.json +0 -1
- package/.turbo/cache/5aadae8d3f94202e.tar.zst +0 -0
- package/.turbo/cache/5d770c787aa78d4d-meta.json +0 -1
- package/.turbo/cache/5d770c787aa78d4d.tar.zst +0 -0
- package/.turbo/cache/60ad74320c682a2b-meta.json +0 -1
- package/.turbo/cache/60ad74320c682a2b.tar.zst +0 -0
- package/.turbo/cache/61e218aba69cff58-meta.json +0 -1
- package/.turbo/cache/61e218aba69cff58.tar.zst +0 -0
- package/.turbo/cache/624bf5350aacae42-meta.json +0 -1
- package/.turbo/cache/624bf5350aacae42.tar.zst +0 -0
- package/.turbo/cache/68060c79df03f45a-meta.json +0 -1
- package/.turbo/cache/68060c79df03f45a.tar.zst +0 -0
- package/.turbo/cache/68e3afb31feab4e9-meta.json +0 -1
- package/.turbo/cache/68e3afb31feab4e9.tar.zst +0 -0
- package/.turbo/cache/6a1c28febca6163f-meta.json +0 -1
- package/.turbo/cache/6a1c28febca6163f.tar.zst +0 -0
- package/.turbo/cache/6bc4e2d881af6ffb-meta.json +0 -1
- package/.turbo/cache/6bc4e2d881af6ffb.tar.zst +0 -0
- package/.turbo/cache/6c8ea74dc3b07640-meta.json +0 -1
- package/.turbo/cache/6c8ea74dc3b07640.tar.zst +0 -0
- package/.turbo/cache/71dbeaf0706c12fe-meta.json +0 -1
- package/.turbo/cache/71dbeaf0706c12fe.tar.zst +0 -0
- package/.turbo/cache/7445df6e7feed2a7-meta.json +0 -1
- package/.turbo/cache/7445df6e7feed2a7.tar.zst +0 -0
- package/.turbo/cache/77da375a012de9d0-meta.json +0 -1
- package/.turbo/cache/77da375a012de9d0.tar.zst +0 -0
- package/.turbo/cache/7a6ef918375d4010-meta.json +0 -1
- package/.turbo/cache/7a6ef918375d4010.tar.zst +0 -0
- package/.turbo/cache/7bf2b06a479d0b30-meta.json +0 -1
- package/.turbo/cache/7bf2b06a479d0b30.tar.zst +0 -0
- package/.turbo/cache/7da23884069695e6-meta.json +0 -1
- package/.turbo/cache/7da23884069695e6.tar.zst +0 -0
- package/.turbo/cache/7f3b42ddf36d0158-meta.json +0 -1
- package/.turbo/cache/7f3b42ddf36d0158.tar.zst +0 -0
- package/.turbo/cache/83e1029b14af6545-meta.json +0 -1
- package/.turbo/cache/83e1029b14af6545.tar.zst +0 -0
- package/.turbo/cache/8410cd8eeadc3af7-meta.json +0 -1
- package/.turbo/cache/8410cd8eeadc3af7.tar.zst +0 -0
- package/.turbo/cache/98936c69a55361fc-meta.json +0 -1
- package/.turbo/cache/98936c69a55361fc.tar.zst +0 -0
- package/.turbo/cache/9a9b4e449cd84be4-meta.json +0 -1
- package/.turbo/cache/9a9b4e449cd84be4.tar.zst +0 -0
- package/.turbo/cache/9ae99e8e7bd83d06-meta.json +0 -1
- package/.turbo/cache/9ae99e8e7bd83d06.tar.zst +0 -0
- package/.turbo/cache/a275406512608e45-meta.json +0 -1
- package/.turbo/cache/a275406512608e45.tar.zst +0 -0
- package/.turbo/cache/a3db8f78e018a955-meta.json +0 -1
- package/.turbo/cache/a3db8f78e018a955.tar.zst +0 -0
- package/.turbo/cache/b5e6dc7fb9ae1a2f-meta.json +0 -1
- package/.turbo/cache/b5e6dc7fb9ae1a2f.tar.zst +0 -0
- package/.turbo/cache/b6a202cc85cb61a0-meta.json +0 -1
- package/.turbo/cache/b6a202cc85cb61a0.tar.zst +0 -0
- package/.turbo/cache/b91d2888e699c76a-meta.json +0 -1
- package/.turbo/cache/b91d2888e699c76a.tar.zst +0 -0
- package/.turbo/cache/bdc6aadfdbb6feb9-meta.json +0 -1
- package/.turbo/cache/bdc6aadfdbb6feb9.tar.zst +0 -0
- package/.turbo/cache/c114d428251f56a5-meta.json +0 -1
- package/.turbo/cache/c114d428251f56a5.tar.zst +0 -0
- package/.turbo/cache/c44efc9e4ddd8a0e-meta.json +0 -1
- package/.turbo/cache/c44efc9e4ddd8a0e.tar.zst +0 -0
- package/.turbo/cache/c6c6411199b68170-meta.json +0 -1
- package/.turbo/cache/c6c6411199b68170.tar.zst +0 -0
- package/.turbo/cache/c7338727efbc457a-meta.json +0 -1
- package/.turbo/cache/c7338727efbc457a.tar.zst +0 -0
- package/.turbo/cache/cf235df1ef8d90b0-meta.json +0 -1
- package/.turbo/cache/cf235df1ef8d90b0.tar.zst +0 -0
- package/.turbo/cache/d1d1a072ee099992-meta.json +0 -1
- package/.turbo/cache/d1d1a072ee099992.tar.zst +0 -0
- package/.turbo/cache/d3a05e38449c9b24-meta.json +0 -1
- package/.turbo/cache/d3a05e38449c9b24.tar.zst +0 -0
- package/.turbo/cache/d5db503b2eaf239c-meta.json +0 -1
- package/.turbo/cache/d5db503b2eaf239c.tar.zst +0 -0
- package/.turbo/cache/d9331772756d3d94-meta.json +0 -1
- package/.turbo/cache/d9331772756d3d94.tar.zst +0 -0
- package/.turbo/cache/db4ea5071b44ee8c-meta.json +0 -1
- package/.turbo/cache/db4ea5071b44ee8c.tar.zst +0 -0
- package/.turbo/cache/dc6fbe2a8d5b9d9b-meta.json +0 -1
- package/.turbo/cache/dc6fbe2a8d5b9d9b.tar.zst +0 -0
- package/.turbo/cache/df28a5ee199e995d-meta.json +0 -1
- package/.turbo/cache/df28a5ee199e995d.tar.zst +0 -0
- package/.turbo/cache/e1e2582a7131011f-meta.json +0 -1
- package/.turbo/cache/e1e2582a7131011f.tar.zst +0 -0
- package/.turbo/cache/e6271174c00888fe-meta.json +0 -1
- package/.turbo/cache/e6271174c00888fe.tar.zst +0 -0
- package/.turbo/cache/e62cfee068e3ef36-meta.json +0 -1
- package/.turbo/cache/e62cfee068e3ef36.tar.zst +0 -0
- package/.turbo/cache/e8485d2a584b5f08-meta.json +0 -1
- package/.turbo/cache/e8485d2a584b5f08.tar.zst +0 -0
- package/.turbo/cache/e86451b8f88594b2-meta.json +0 -1
- package/.turbo/cache/e86451b8f88594b2.tar.zst +0 -0
- package/.turbo/cache/e9872ba002963dd3-meta.json +0 -1
- package/.turbo/cache/e9872ba002963dd3.tar.zst +0 -0
- package/components/checkbox/.stylelintrc.json +0 -3
- package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
- package/components/checkbox/.turbo/turbo-build.log +0 -184
- package/components/checkbox/.turbo/turbo-bundler.log +0 -13
- package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/checkbox/.turbo/turbo-types.log +0 -4
- package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
- package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
- package/components/checkbox/dist/index.d.ts.map +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
- package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/checkbox/node_modules/chalk/package.json +0 -83
- package/components/checkbox/node_modules/chalk/readme.md +0 -325
- package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
- package/components/checkbox/node_modules/chalk/source/index.js +0 -225
- package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
- package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/checkbox/package.json +0 -68
- package/components/checkbox/src/auro-checkbox-group.js +0 -360
- package/components/checkbox/src/auro-checkbox.js +0 -210
- package/components/checkbox/src/index.js +0 -8
- package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
- package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
- package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
- package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
- package/components/checkbox/src/styles/auro-checkbox.css +0 -123
- package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
- package/components/checkbox/src/styles/color-css.js +0 -2
- package/components/checkbox/src/styles/color.css +0 -84
- package/components/checkbox/src/styles/color.scss +0 -118
- package/components/checkbox/src/styles/colorGroup-css.js +0 -2
- package/components/checkbox/src/styles/colorGroup.css +0 -16
- package/components/checkbox/src/styles/colorGroup.scss +0 -24
- package/components/checkbox/src/styles/tokens-css.js +0 -2
- package/components/checkbox/src/styles/tokens.css +0 -9
- package/components/checkbox/src/styles/tokens.scss +0 -11
- package/components/combobox/.stylelintrc.json +0 -3
- package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
- package/components/combobox/.turbo/turbo-build$colon$version.log +0 -10
- package/components/combobox/.turbo/turbo-build.log +0 -162
- package/components/combobox/.turbo/turbo-bundler.log +0 -25
- package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
- package/components/combobox/.turbo/turbo-types.log +0 -4
- package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
- package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
- package/components/combobox/dist/index.d.ts.map +0 -1
- package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
- package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
- package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
- package/components/combobox/node_modules/chalk/package.json +0 -83
- package/components/combobox/node_modules/chalk/readme.md +0 -297
- package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
- package/components/combobox/node_modules/chalk/source/index.js +0 -225
- package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
- package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/combobox/package.json +0 -67
- package/components/combobox/src/auro-combobox.js +0 -721
- package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
- package/components/combobox/src/index.js +0 -6
- package/components/combobox/src/styles/style-css.js +0 -2
- package/components/combobox/src/styles/style.css +0 -60
- package/components/combobox/src/styles/style.scss +0 -46
- package/components/counter/.stylelintrc.json +0 -3
- package/components/counter/.turbo/turbo-build$colon$sass.log +0 -66
- package/components/counter/.turbo/turbo-build.log +0 -87
- package/components/counter/.turbo/turbo-bundler.log +0 -13
- package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
- package/components/counter/.turbo/turbo-types.log +0 -4
- package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
- package/components/counter/dist/auro-counter.d.ts.map +0 -1
- package/components/counter/dist/index.d.ts.map +0 -1
- package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
- package/components/counter/dist/styles/style-css.d.ts.map +0 -1
- package/components/counter/node_modules/chalk/package.json +0 -83
- package/components/counter/node_modules/chalk/readme.md +0 -325
- package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
- package/components/counter/node_modules/chalk/source/index.js +0 -225
- package/components/counter/node_modules/chalk/source/utilities.js +0 -33
- package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/counter/package.json +0 -50
- package/components/counter/src/auro-counter-group.js +0 -48
- package/components/counter/src/auro-counter.js +0 -29
- package/components/counter/src/index.js +0 -8
- package/components/counter/src/styles/counter-group-css.js +0 -2
- package/components/counter/src/styles/counter-group.css +0 -4
- package/components/counter/src/styles/counter-group.scss +0 -17
- package/components/counter/src/styles/style-css.js +0 -2
- package/components/counter/src/styles/style.css +0 -4
- package/components/counter/src/styles/style.scss +0 -17
- package/components/datepicker/.stylelintrc.json +0 -3
- package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
- package/components/datepicker/.turbo/turbo-build$colon$version.log +0 -13
- package/components/datepicker/.turbo/turbo-build.log +0 -492
- package/components/datepicker/.turbo/turbo-bundler.log +0 -17
- package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
- package/components/datepicker/.turbo/turbo-types.log +0 -4
- package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
- package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
- package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
- package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
- package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
- package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
- package/components/datepicker/dist/index.d.ts.map +0 -1
- package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
- package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/datepicker/dist/utilities.d.ts.map +0 -1
- package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
- package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
- package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
- package/components/datepicker/node_modules/chalk/package.json +0 -83
- package/components/datepicker/node_modules/chalk/readme.md +0 -325
- package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
- package/components/datepicker/node_modules/chalk/source/index.js +0 -225
- package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
- package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
- package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
- package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
- package/components/datepicker/package.json +0 -79
- package/components/datepicker/src/auro-calendar-cell.js +0 -381
- package/components/datepicker/src/auro-calendar-month.js +0 -128
- package/components/datepicker/src/auro-calendar.js +0 -329
- package/components/datepicker/src/auro-datepicker.js +0 -1003
- package/components/datepicker/src/dropdownVersion.js +0 -0
- package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
- package/components/datepicker/src/index.js +0 -6
- package/components/datepicker/src/popoverVersion.js +0 -1
- package/components/datepicker/src/styles/color-calendar-css.js +0 -2
- package/components/datepicker/src/styles/color-calendar.css +0 -35
- package/components/datepicker/src/styles/color-calendar.scss +0 -51
- package/components/datepicker/src/styles/color-cell-css.js +0 -2
- package/components/datepicker/src/styles/color-cell.css +0 -45
- package/components/datepicker/src/styles/color-cell.scss +0 -73
- package/components/datepicker/src/styles/color-css.js +0 -2
- package/components/datepicker/src/styles/color-month-css.js +0 -2
- package/components/datepicker/src/styles/color-month.css +0 -34
- package/components/datepicker/src/styles/color-month.scss +0 -27
- package/components/datepicker/src/styles/color.css +0 -43
- package/components/datepicker/src/styles/color.scss +0 -30
- package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
- package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
- package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
- package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
- package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
- package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
- package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
- package/components/datepicker/src/styles/style-css.js +0 -2
- package/components/datepicker/src/styles/style.css +0 -111
- package/components/datepicker/src/styles/style.scss +0 -107
- package/components/datepicker/src/styles/tokens-css.js +0 -2
- package/components/datepicker/src/styles/tokens.css +0 -22
- package/components/datepicker/src/styles/tokens.scss +0 -25
- package/components/datepicker/src/utilities.js +0 -87
- package/components/datepicker/src/utilitiesCalendar.js +0 -138
- package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
- package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
- package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
- package/components/dropdown/.stylelintrc.json +0 -3
- package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
- package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
- package/components/dropdown/.turbo/turbo-build.log +0 -205
- package/components/dropdown/.turbo/turbo-bundler.log +0 -13
- package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/dropdown/.turbo/turbo-types.log +0 -4
- package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
- package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
- package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
- package/components/dropdown/dist/index.d.ts.map +0 -1
- package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
- package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/dropdown/node_modules/chalk/package.json +0 -83
- package/components/dropdown/node_modules/chalk/readme.md +0 -325
- package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
- package/components/dropdown/node_modules/chalk/source/index.js +0 -225
- package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
- package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/dropdown/package.json +0 -57
- package/components/dropdown/src/auro-dropdown.js +0 -474
- package/components/dropdown/src/auro-dropdownBib.js +0 -106
- package/components/dropdown/src/iconVersion.js +0 -1
- package/components/dropdown/src/index.js +0 -6
- package/components/dropdown/src/styles/bibColors-css.js +0 -2
- package/components/dropdown/src/styles/bibColors.css +0 -6
- package/components/dropdown/src/styles/bibColors.scss +0 -18
- package/components/dropdown/src/styles/bibStyles-css.js +0 -2
- package/components/dropdown/src/styles/bibStyles.css +0 -43
- package/components/dropdown/src/styles/bibStyles.scss +0 -60
- package/components/dropdown/src/styles/color-css.js +0 -2
- package/components/dropdown/src/styles/color.css +0 -59
- package/components/dropdown/src/styles/color.scss +0 -79
- package/components/dropdown/src/styles/style-css.js +0 -2
- package/components/dropdown/src/styles/style.css +0 -92
- package/components/dropdown/src/styles/style.scss +0 -122
- package/components/dropdown/src/styles/tokens-css.js +0 -2
- package/components/dropdown/src/styles/tokens.css +0 -13
- package/components/dropdown/src/styles/tokens.scss +0 -15
- package/components/form/.stylelintrc.json +0 -3
- package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
- package/components/form/.turbo/turbo-build$colon$version.log +0 -4
- package/components/form/.turbo/turbo-build.log +0 -112
- package/components/form/.turbo/turbo-bundler.log +0 -13
- package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
- package/components/form/.turbo/turbo-types.log +0 -4
- package/components/form/dist/auro-form.d.ts.map +0 -1
- package/components/form/dist/index.d.ts.map +0 -1
- package/components/form/dist/styles/style-css.d.ts.map +0 -1
- package/components/form/node_modules/chalk/package.json +0 -83
- package/components/form/node_modules/chalk/readme.md +0 -325
- package/components/form/node_modules/chalk/source/index.d.ts +0 -320
- package/components/form/node_modules/chalk/source/index.js +0 -225
- package/components/form/node_modules/chalk/source/utilities.js +0 -33
- package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/form/package.json +0 -72
- package/components/form/src/auro-form.js +0 -74
- package/components/form/src/index.js +0 -6
- package/components/form/src/styles/style-css.js +0 -2
- package/components/form/src/styles/style.css +0 -36
- package/components/form/src/styles/style.scss +0 -37
- package/components/input/.stylelintrc.json +0 -3
- package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
- package/components/input/.turbo/turbo-build$colon$version.log +0 -10
- package/components/input/.turbo/turbo-build.log +0 -350
- package/components/input/.turbo/turbo-bundler.log +0 -13
- package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
- package/components/input/.turbo/turbo-types.log +0 -4
- package/components/input/dist/auro-input.d.ts.map +0 -1
- package/components/input/dist/base-input.d.ts.map +0 -1
- package/components/input/dist/buttonVersion.d.ts.map +0 -1
- package/components/input/dist/i18n.d.ts.map +0 -1
- package/components/input/dist/iconVersion.d.ts.map +0 -1
- package/components/input/dist/index.d.ts.map +0 -1
- package/components/input/dist/styles/borders-css.d.ts.map +0 -1
- package/components/input/dist/styles/color-css.d.ts.map +0 -1
- package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
- package/components/input/dist/styles/input-css.d.ts.map +0 -1
- package/components/input/dist/styles/label-css.d.ts.map +0 -1
- package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
- package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
- package/components/input/dist/styles/style-css.d.ts.map +0 -1
- package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/input/node_modules/chalk/package.json +0 -83
- package/components/input/node_modules/chalk/readme.md +0 -325
- package/components/input/node_modules/chalk/source/index.d.ts +0 -320
- package/components/input/node_modules/chalk/source/index.js +0 -225
- package/components/input/node_modules/chalk/source/utilities.js +0 -33
- package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/input/package.json +0 -75
- package/components/input/src/auro-input.js +0 -241
- package/components/input/src/base-input.js +0 -1103
- package/components/input/src/buttonVersion.js +0 -1
- package/components/input/src/i18n.js +0 -102
- package/components/input/src/iconVersion.js +0 -1
- package/components/input/src/index.js +0 -6
- package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
- package/components/input/src/styles/borders-css.js +0 -2
- package/components/input/src/styles/borders.css +0 -35
- package/components/input/src/styles/borders.scss +0 -49
- package/components/input/src/styles/color-css.js +0 -2
- package/components/input/src/styles/color.css +0 -62
- package/components/input/src/styles/color.scss +0 -89
- package/components/input/src/styles/helpText-css.js +0 -2
- package/components/input/src/styles/helpText.css +0 -6
- package/components/input/src/styles/helpText.scss +0 -9
- package/components/input/src/styles/input-css.js +0 -2
- package/components/input/src/styles/input.css +0 -35
- package/components/input/src/styles/input.scss +0 -53
- package/components/input/src/styles/label-css.js +0 -2
- package/components/input/src/styles/label.css +0 -45
- package/components/input/src/styles/label.scss +0 -71
- package/components/input/src/styles/mixins-css.js +0 -2
- package/components/input/src/styles/mixins.css +0 -1
- package/components/input/src/styles/mixins.scss +0 -45
- package/components/input/src/styles/notificationIcons-css.js +0 -2
- package/components/input/src/styles/notificationIcons.css +0 -84
- package/components/input/src/styles/notificationIcons.scss +0 -109
- package/components/input/src/styles/style-css.js +0 -2
- package/components/input/src/styles/style.css +0 -290
- package/components/input/src/styles/style.scss +0 -53
- package/components/input/src/styles/tokens-css.js +0 -2
- package/components/input/src/styles/tokens.css +0 -9
- package/components/input/src/styles/tokens.scss +0 -11
- package/components/menu/.stylelintrc.json +0 -3
- package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
- package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
- package/components/menu/.turbo/turbo-build.log +0 -183
- package/components/menu/.turbo/turbo-bundler.log +0 -13
- package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/menu/.turbo/turbo-types.log +0 -4
- package/components/menu/dist/auro-menu.d.ts.map +0 -1
- package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
- package/components/menu/dist/iconVersion.d.ts.map +0 -1
- package/components/menu/dist/index.d.ts.map +0 -1
- package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
- package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
- package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
- package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
- package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/menu/node_modules/chalk/package.json +0 -83
- package/components/menu/node_modules/chalk/readme.md +0 -325
- package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
- package/components/menu/node_modules/chalk/source/index.js +0 -225
- package/components/menu/node_modules/chalk/source/utilities.js +0 -33
- package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
- package/components/menu/node_modules/mime/Mime.js +0 -97
- package/components/menu/node_modules/mime/README.md +0 -187
- package/components/menu/node_modules/mime/cli.js +0 -46
- package/components/menu/node_modules/mime/index.js +0 -4
- package/components/menu/node_modules/mime/lite.js +0 -4
- package/components/menu/node_modules/mime/package.json +0 -52
- package/components/menu/node_modules/mime/types/other.js +0 -1
- package/components/menu/node_modules/mime/types/standard.js +0 -1
- package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
- package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
- package/components/menu/package.json +0 -70
- package/components/menu/src/auro-menu.js +0 -539
- package/components/menu/src/auro-menuoption.js +0 -147
- package/components/menu/src/iconVersion.js +0 -1
- package/components/menu/src/index.js +0 -8
- package/components/menu/src/styles/color-menu-css.js +0 -2
- package/components/menu/src/styles/color-menu.css +0 -4
- package/components/menu/src/styles/color-menu.scss +0 -12
- package/components/menu/src/styles/color-menuoption-css.js +0 -2
- package/components/menu/src/styles/color-menuoption.css +0 -23
- package/components/menu/src/styles/color-menuoption.scss +0 -33
- package/components/menu/src/styles/style-menu-css.js +0 -2
- package/components/menu/src/styles/style-menu.css +0 -2061
- package/components/menu/src/styles/style-menu.scss +0 -80
- package/components/menu/src/styles/style-menuoption-css.js +0 -2
- package/components/menu/src/styles/style-menuoption.css +0 -45
- package/components/menu/src/styles/style-menuoption.scss +0 -66
- package/components/menu/src/styles/tokens-css.js +0 -2
- package/components/menu/src/styles/tokens.css +0 -6
- package/components/menu/src/styles/tokens.scss +0 -6
- package/components/radio/.stylelintrc.json +0 -3
- package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
- package/components/radio/.turbo/turbo-build.log +0 -215
- package/components/radio/.turbo/turbo-bundler.log +0 -13
- package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
- package/components/radio/.turbo/turbo-types.log +0 -4
- package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
- package/components/radio/dist/auro-radio.d.ts.map +0 -1
- package/components/radio/dist/index.d.ts.map +0 -1
- package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
- package/components/radio/dist/styles/color-css.d.ts.map +0 -1
- package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
- package/components/radio/dist/styles/style-css.d.ts.map +0 -1
- package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/radio/node_modules/chalk/package.json +0 -83
- package/components/radio/node_modules/chalk/readme.md +0 -325
- package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
- package/components/radio/node_modules/chalk/source/index.js +0 -225
- package/components/radio/node_modules/chalk/source/utilities.js +0 -33
- package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/radio/package.json +0 -69
- package/components/radio/src/auro-radio-group.js +0 -433
- package/components/radio/src/auro-radio.js +0 -256
- package/components/radio/src/index.js +0 -8
- package/components/radio/src/styles/auro-radio-group-css.js +0 -2
- package/components/radio/src/styles/auro-radio-group.css +0 -23
- package/components/radio/src/styles/auro-radio-group.scss +0 -36
- package/components/radio/src/styles/color-css.js +0 -2
- package/components/radio/src/styles/color.css +0 -45
- package/components/radio/src/styles/color.scss +0 -56
- package/components/radio/src/styles/groupColor-css.js +0 -2
- package/components/radio/src/styles/groupColor.css +0 -21
- package/components/radio/src/styles/groupColor.scss +0 -33
- package/components/radio/src/styles/style-css.js +0 -2
- package/components/radio/src/styles/style.css +0 -113
- package/components/radio/src/styles/style.scss +0 -99
- package/components/radio/src/styles/tokens-css.js +0 -2
- package/components/radio/src/styles/tokens.css +0 -9
- package/components/radio/src/styles/tokens.scss +0 -12
- package/components/select/.stylelintrc.json +0 -3
- package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
- package/components/select/.turbo/turbo-build$colon$version.log +0 -7
- package/components/select/.turbo/turbo-build.log +0 -240
- package/components/select/.turbo/turbo-bundler.log +0 -19
- package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
- package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
- package/components/select/.turbo/turbo-types.log +0 -4
- package/components/select/dist/auro-select.d.ts.map +0 -1
- package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
- package/components/select/dist/index.d.ts.map +0 -1
- package/components/select/dist/styles/color-css.d.ts.map +0 -1
- package/components/select/dist/styles/style-css.d.ts.map +0 -1
- package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
- package/components/select/node_modules/chalk/package.json +0 -83
- package/components/select/node_modules/chalk/readme.md +0 -325
- package/components/select/node_modules/chalk/source/index.d.ts +0 -320
- package/components/select/node_modules/chalk/source/index.js +0 -225
- package/components/select/node_modules/chalk/source/utilities.js +0 -33
- package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
- package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
- package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
- package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
- package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
- package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
- package/components/select/node_modules/mime/CHANGELOG.md +0 -296
- package/components/select/node_modules/mime/Mime.js +0 -97
- package/components/select/node_modules/mime/README.md +0 -187
- package/components/select/node_modules/mime/cli.js +0 -46
- package/components/select/node_modules/mime/index.js +0 -4
- package/components/select/node_modules/mime/lite.js +0 -4
- package/components/select/node_modules/mime/package.json +0 -52
- package/components/select/node_modules/mime/types/other.js +0 -1
- package/components/select/node_modules/mime/types/standard.js +0 -1
- package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
- package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
- package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
- package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
- package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
- package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
- package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
- package/components/select/package.json +0 -70
- package/components/select/packageScripts/postinstall.mjs +0 -28
- package/components/select/src/auro-select.js +0 -559
- package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
- package/components/select/src/index.js +0 -6
- package/components/select/src/styles/color-css.js +0 -2
- package/components/select/src/styles/color.css +0 -63
- package/components/select/src/styles/color.scss +0 -33
- package/components/select/src/styles/style-css.js +0 -2
- package/components/select/src/styles/style.css +0 -104
- package/components/select/src/styles/style.scss +0 -76
- package/components/select/src/styles/tokens-css.js +0 -2
- package/components/select/src/styles/tokens.css +0 -3
- package/components/select/src/styles/tokens.scss +0 -5
- package/packages/build-tools/package.json +0 -15
- package/packages/build-tools/src/docProcessor.mjs +0 -133
- package/packages/build-tools/src/formVersionWriter.mjs +0 -75
- package/packages/build-tools/src/index.js +0 -1
- package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
- package/packages/form-validation/package.json +0 -12
- package/packages/form-validation/src/index.js +0 -1
- package/packages/form-validation/src/validation.js +0 -259
- package/packages/typescript/base.json +0 -19
- package/packages/typescript/package.json +0 -20
- package/turbo.json +0 -100
|
@@ -5,35 +5,39 @@
|
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
8
|
-
| Property | Attribute | Type
|
|
9
|
-
|
|
10
|
-
| [calendarEndDate](#calendarEndDate) | `calendarEndDate` | `string`
|
|
11
|
-
| [calendarFocusDate](#calendarFocusDate) | `calendarFocusDate` | `string`
|
|
12
|
-
| [calendarStartDate](#calendarStartDate) | `calendarStartDate` | `string`
|
|
13
|
-
| [centralDate](#centralDate) | `centralDate` | `string`
|
|
14
|
-
| [disabled](#disabled) | `disabled` | `boolean`
|
|
15
|
-
| [error](#error) | `error` | `string`
|
|
16
|
-
| [
|
|
17
|
-
| [
|
|
18
|
-
| [
|
|
19
|
-
| [
|
|
20
|
-
| [
|
|
21
|
-
| [
|
|
22
|
-
| [
|
|
23
|
-
| [
|
|
24
|
-
| [
|
|
25
|
-
| [
|
|
26
|
-
| [
|
|
27
|
-
| [
|
|
28
|
-
| [
|
|
29
|
-
| [
|
|
8
|
+
| Property | Attribute | Modifiers | Type | Default | Description |
|
|
9
|
+
|-----------------------------------|-----------------------------------|-----------|------------|--------------------------------------------------|--------------------------------------------------|
|
|
10
|
+
| [calendarEndDate](#calendarEndDate) | `calendarEndDate` | | `string` | "undefined" | The last date that may be displayed in the calendar. |
|
|
11
|
+
| [calendarFocusDate](#calendarFocusDate) | `calendarFocusDate` | | `string` | "value" | The date that will first be visually rendered to the user in the calendar. |
|
|
12
|
+
| [calendarStartDate](#calendarStartDate) | `calendarStartDate` | | `string` | "undefined" | The first date that may be displayed in the calendar. |
|
|
13
|
+
| [centralDate](#centralDate) | `centralDate` | | `string` | | The date that determines the currently visible month. |
|
|
14
|
+
| [disabled](#disabled) | `disabled` | | `boolean` | false | If set, disables the datepicker. |
|
|
15
|
+
| [error](#error) | `error` | | `string` | | When defined, sets persistent validity to `customError` and sets the validation message to the attribute value. |
|
|
16
|
+
| [format](#format) | `format` | | `string` | "mm/dd/yyyy" | Specifies the date format. The default is `mm/dd/yyyy`. |
|
|
17
|
+
| [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
|
|
18
|
+
| [maxDate](#maxDate) | `maxDate` | | `string` | | Maximum date. All dates after will be disabled. |
|
|
19
|
+
| [minDate](#minDate) | `minDate` | | `string` | | Minimum date. All dates before will be disabled. |
|
|
20
|
+
| [monthNames](#monthNames) | `monthNames` | | `array` | ["January","February","March","April","May","June","July","August","September","October","November","December"] | Names of all 12 months to render in the calendar, used for localization of date string in mobile layout. |
|
|
21
|
+
| [noValidate](#noValidate) | `noValidate` | | `boolean` | false | If set, disables auto-validation on blur. |
|
|
22
|
+
| [range](#range) | `range` | | `boolean` | false | If set, turns on date range functionality in auro-calendar. |
|
|
23
|
+
| [required](#required) | `required` | | `boolean` | false | Populates the `required` attribute on the input. Used for client-side validation. |
|
|
24
|
+
| [setCustomValidity](#setCustomValidity) | `setCustomValidity` | | `string` | | Sets a custom help text message to display for all validityStates. |
|
|
25
|
+
| [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | | `string` | | Custom help text message to display when validity = `customError`. |
|
|
26
|
+
| [setCustomValidityRangeOverflow](#setCustomValidityRangeOverflow) | `setCustomValidityRangeOverflow` | | `string` | | Custom help text message to display when validity = `rangeOverflow`. |
|
|
27
|
+
| [setCustomValidityRangeUnderflow](#setCustomValidityRangeUnderflow) | `setCustomValidityRangeUnderflow` | | `string` | | Custom help text message to display when validity = `rangeUnderflow`. |
|
|
28
|
+
| [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | | `string` | | Custom help text message to display when validity = `valueMissing`. |
|
|
29
|
+
| [validity](#validity) | `validity` | | `string` | "undefined" | Specifies the `validityState` this element is in. |
|
|
30
|
+
| [value](#value) | `value` | | `string` | "undefined" | Value selected for the datepicker. |
|
|
31
|
+
| [valueEnd](#valueEnd) | `valueEnd` | | `string` | "undefined" | Value selected for the second datepicker when using date range. |
|
|
32
|
+
| [values](#values) | | readonly | `string[]` | | A convenience wrapper for `value` and `valueEnd`, uses the new Auro "array value pattern". |
|
|
30
33
|
|
|
31
34
|
## Methods
|
|
32
35
|
|
|
33
|
-
| Method
|
|
34
|
-
|
|
35
|
-
| [focus](#focus)
|
|
36
|
-
| [reset](#reset)
|
|
36
|
+
| Method | Type | Description |
|
|
37
|
+
|------------|----------------------------------------|--------------------------------------------------|
|
|
38
|
+
| [focus](#focus) | `(focusInput: string): void` | Focuses the datepicker trigger input.<br /><br />**focusInput**: Pass in `endDate` to focus on the return input. No parameter is needed to focus on the depart input. |
|
|
39
|
+
| [reset](#reset) | `(): void` | Resets component to initial state. |
|
|
40
|
+
| [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
|
|
37
41
|
|
|
38
42
|
## Events
|
|
39
43
|
|
|
@@ -47,14 +51,15 @@
|
|
|
47
51
|
|
|
48
52
|
## Slots
|
|
49
53
|
|
|
50
|
-
| Name
|
|
51
|
-
|
|
52
|
-
| `
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
| [
|
|
56
|
-
|
|
|
57
|
-
|
|
|
54
|
+
| Name | Description |
|
|
55
|
+
|----------------------------|--------------------------------------------------|
|
|
56
|
+
| `bib.fullscreen.dateLabel` | Defines the content to display above selected dates in the mobile layout. |
|
|
57
|
+
| `bib.fullscreen.headline` | Defines the headline to display above bib.fullscreen.dateLabels in the mobile layout. |
|
|
58
|
+
| `date_MM_DD_YYYY` | Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot. |
|
|
59
|
+
| [fromLabel](#fromLabel) | Defines the label content for the first input. |
|
|
60
|
+
| [helpText](#helpText) | Defines the content of the helpText. |
|
|
61
|
+
| `popover_MM_DD_YYYY` | Defines the content to display in the auro-calendar-cell popover for the specified date. |
|
|
62
|
+
| [toLabel](#toLabel) | Defines the label content for the second input when the `range` attribute is used. |
|
|
58
63
|
|
|
59
64
|
## CSS Shadow Parts
|
|
60
65
|
|
|
@@ -77,8 +82,9 @@
|
|
|
77
82
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
78
83
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
79
84
|
<auro-datepicker>
|
|
85
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
80
86
|
<span slot="fromLabel">Choose a date</span>
|
|
81
|
-
<span slot="
|
|
87
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
82
88
|
</auro-datepicker>
|
|
83
89
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
84
90
|
</div>
|
|
@@ -89,8 +95,9 @@
|
|
|
89
95
|
|
|
90
96
|
```html
|
|
91
97
|
<auro-datepicker>
|
|
98
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
92
99
|
<span slot="fromLabel">Choose a date</span>
|
|
93
|
-
<span slot="
|
|
100
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
94
101
|
</auro-datepicker>
|
|
95
102
|
```
|
|
96
103
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -104,9 +111,10 @@ When used, the datepicker will display two inputs and the component will support
|
|
|
104
111
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basicRange.html) -->
|
|
105
112
|
<!-- The below content is automatically added from ./../apiExamples/basicRange.html -->
|
|
106
113
|
<auro-datepicker range>
|
|
114
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
107
115
|
<span slot="fromLabel">Departure</span>
|
|
108
116
|
<span slot="toLabel">Return</span>
|
|
109
|
-
<span slot="
|
|
117
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
110
118
|
</auro-datepicker>
|
|
111
119
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
112
120
|
</div>
|
|
@@ -117,15 +125,16 @@ When used, the datepicker will display two inputs and the component will support
|
|
|
117
125
|
|
|
118
126
|
```html
|
|
119
127
|
<auro-datepicker range>
|
|
128
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
120
129
|
<span slot="fromLabel">Departure</span>
|
|
121
130
|
<span slot="toLabel">Return</span>
|
|
122
|
-
<span slot="
|
|
131
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
123
132
|
</auro-datepicker>
|
|
124
133
|
```
|
|
125
134
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
126
135
|
</auro-accordion>
|
|
127
136
|
|
|
128
|
-
###
|
|
137
|
+
### Attribute Examples
|
|
129
138
|
|
|
130
139
|
#### disabled
|
|
131
140
|
|
|
@@ -135,7 +144,8 @@ If set, disables the datepicker.
|
|
|
135
144
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
|
|
136
145
|
<!-- The below content is automatically added from ./../apiExamples/disabled.html -->
|
|
137
146
|
<auro-datepicker disabled>
|
|
138
|
-
<span slot="
|
|
147
|
+
<span slot="fromLabel">Choose a date</span>
|
|
148
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
139
149
|
</auro-datepicker>
|
|
140
150
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
141
151
|
</div>
|
|
@@ -146,7 +156,8 @@ If set, disables the datepicker.
|
|
|
146
156
|
|
|
147
157
|
```html
|
|
148
158
|
<auro-datepicker disabled>
|
|
149
|
-
<span slot="
|
|
159
|
+
<span slot="fromLabel">Choose a date</span>
|
|
160
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
150
161
|
</auro-datepicker>
|
|
151
162
|
```
|
|
152
163
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -162,7 +173,9 @@ A custom error message can be set using the `error` attribute, or it can be used
|
|
|
162
173
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/error.html) -->
|
|
163
174
|
<!-- The below content is automatically added from ./../apiExamples/error.html -->
|
|
164
175
|
<auro-datepicker error="Custom error message" id="errorExample">
|
|
165
|
-
<span slot="
|
|
176
|
+
<span slot="bib.fullscreen.headline">Error Example</span>
|
|
177
|
+
<span slot="fromLabel">Choose a date</span>
|
|
178
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
166
179
|
</auro-datepicker>
|
|
167
180
|
<auro-button id="undefinedValueExampleBtnAddError">Set Error</auro-button>
|
|
168
181
|
<auro-button id="undefinedValueExampleBtnRemoveError">Remove Error</auro-button>
|
|
@@ -175,7 +188,9 @@ A custom error message can be set using the `error` attribute, or it can be used
|
|
|
175
188
|
|
|
176
189
|
```html
|
|
177
190
|
<auro-datepicker error="Custom error message" id="errorExample">
|
|
178
|
-
<span slot="
|
|
191
|
+
<span slot="bib.fullscreen.headline">Error Example</span>
|
|
192
|
+
<span slot="fromLabel">Choose a date</span>
|
|
193
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
179
194
|
</auro-datepicker>
|
|
180
195
|
<auro-button id="undefinedValueExampleBtnAddError">Set Error</auro-button>
|
|
181
196
|
<auro-button id="undefinedValueExampleBtnRemoveError">Remove Error</auro-button>
|
|
@@ -208,7 +223,7 @@ In <strong>desktop</strong>, the calendar month navigation will be restricted by
|
|
|
208
223
|
|
|
209
224
|
- if both `calendarStartDate` and `calendarEndDate` are defined: all months between, including these dates, will be rendered.
|
|
210
225
|
- If only `calendarStartDate` is defined: 12 months will be rendered starting with this value.
|
|
211
|
-
- if only `calendarEndDate` is defined: The current date month through the value of this
|
|
226
|
+
- if only `calendarEndDate` is defined: The current date month through the value of this attribute will be rendered.
|
|
212
227
|
|
|
213
228
|
Note: This does not restrict setting a value outside of those date constraints. These properties _only_ define which months can be rendered in the calendar. A user may still type any date into the input field. If actual value selection restrictions are needed, see the `minDate` and `maxDate` properties which may be used standalone, or in conjunction with `calendarStartDate` and `calendarEndDate`.
|
|
214
229
|
|
|
@@ -216,8 +231,9 @@ Note: This does not restrict setting a value outside of those date constraints.
|
|
|
216
231
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/calendarStartAndEndDate.html) -->
|
|
217
232
|
<!-- The below content is automatically added from ./../apiExamples/calendarStartAndEndDate.html -->
|
|
218
233
|
<auro-datepicker calendarStartDate="01/01/2022" calendarEndDate="06/01/2022">
|
|
234
|
+
<span slot="bib.fullscreen.headline">calendarStartDate & calendarEndDate Example</span>
|
|
219
235
|
<span slot="fromLabel">Choose a date</span>
|
|
220
|
-
<span slot="
|
|
236
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
221
237
|
</auro-datepicker>
|
|
222
238
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
223
239
|
</div>
|
|
@@ -228,8 +244,9 @@ Note: This does not restrict setting a value outside of those date constraints.
|
|
|
228
244
|
|
|
229
245
|
```html
|
|
230
246
|
<auro-datepicker calendarStartDate="01/01/2022" calendarEndDate="06/01/2022">
|
|
247
|
+
<span slot="bib.fullscreen.headline">calendarStartDate & calendarEndDate Example</span>
|
|
231
248
|
<span slot="fromLabel">Choose a date</span>
|
|
232
|
-
<span slot="
|
|
249
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
233
250
|
</auro-datepicker>
|
|
234
251
|
```
|
|
235
252
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -239,7 +256,7 @@ Note: This does not restrict setting a value outside of those date constraints.
|
|
|
239
256
|
|
|
240
257
|
The `calendarFocusDate` controls which calendar month is first presented to the user when they open the dropdown bib.
|
|
241
258
|
|
|
242
|
-
In <strong>desktop</strong> layout, the first month actually rendered will be the `calendarFocusDate` if defined. Once the user manually navigates the calendar to a different month, the calendar view will remain where the user left off when they close and reopen the bib. If the `calendarFocusDate`
|
|
259
|
+
In <strong>desktop</strong> layout, the first month actually rendered will be the `calendarFocusDate` if defined. Once the user manually navigates the calendar to a different month, the calendar view will remain where the user left off when they close and reopen the bib. If the `calendarFocusDate` attribute is changed, this will re-render the calendar starting at the new date. If `calendarFocusDate` is undefined, the first rendered month will be the current date or the first renderable date defined by `calendarStartDate`.
|
|
243
260
|
|
|
244
261
|
In <strong>mobile</strong> layout, upon first opening the bib, the vertical list of months will scroll (with no animation) to the month defined by the `calendarFocusDate`. If the user scrolls the list to a different position, the scroll position will remain where the user left off when they close and reopen the bib. If the `calendarFocusDate` is changed, the list will scroll to the new dates month. If `calendarFocusDate` is undefined, the list will start at the top most scroll position.
|
|
245
262
|
|
|
@@ -247,8 +264,9 @@ In <strong>mobile</strong> layout, upon first opening the bib, the vertical list
|
|
|
247
264
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/calendarFocusDate.html) -->
|
|
248
265
|
<!-- The below content is automatically added from ./../apiExamples/calendarFocusDate.html -->
|
|
249
266
|
<auro-datepicker calendarStartDate="01/01/2022" calendarEndDate="12/01/2023" calendarFocusDate="11/01/2022">
|
|
267
|
+
<span slot="bib.fullscreen.headline">calendarFocusDate Example</span>
|
|
250
268
|
<span slot="fromLabel">Choose a date</span>
|
|
251
|
-
<span slot="
|
|
269
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
252
270
|
</auro-datepicker>
|
|
253
271
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
254
272
|
</div>
|
|
@@ -259,8 +277,9 @@ In <strong>mobile</strong> layout, upon first opening the bib, the vertical list
|
|
|
259
277
|
|
|
260
278
|
```html
|
|
261
279
|
<auro-datepicker calendarStartDate="01/01/2022" calendarEndDate="12/01/2023" calendarFocusDate="11/01/2022">
|
|
280
|
+
<span slot="bib.fullscreen.headline">calendarFocusDate Example</span>
|
|
262
281
|
<span slot="fromLabel">Choose a date</span>
|
|
263
|
-
<span slot="
|
|
282
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
264
283
|
</auro-datepicker>
|
|
265
284
|
```
|
|
266
285
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -268,14 +287,15 @@ In <strong>mobile</strong> layout, upon first opening the bib, the vertical list
|
|
|
268
287
|
|
|
269
288
|
#### maxDate
|
|
270
289
|
|
|
271
|
-
To give a higher limit you can bind a date to the `maxDate`
|
|
290
|
+
To give a higher limit you can bind a date to the `maxDate` attribute. It is recommended to use the `setCustomValidityRangeOverflow` attribute to define an error message to display when validation fails the maximum date restriction.
|
|
272
291
|
|
|
273
292
|
<div class="exampleWrapper">
|
|
274
293
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/maxDate.html) -->
|
|
275
294
|
<!-- The below content is automatically added from ./../apiExamples/maxDate.html -->
|
|
276
295
|
<auro-datepicker maxDate="03/25/2023" setCustomValidityRangeOverflow="Selected date is later than maximum date.">
|
|
296
|
+
<span slot="bib.fullscreen.headline">maxDate Example</span>
|
|
277
297
|
<span slot="fromLabel">Choose a date</span>
|
|
278
|
-
<span slot="
|
|
298
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
279
299
|
</auro-datepicker>
|
|
280
300
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
281
301
|
</div>
|
|
@@ -286,8 +306,9 @@ To give a higher limit you can bind a date to the `maxDate` property. It is reco
|
|
|
286
306
|
|
|
287
307
|
```html
|
|
288
308
|
<auro-datepicker maxDate="03/25/2023" setCustomValidityRangeOverflow="Selected date is later than maximum date.">
|
|
309
|
+
<span slot="bib.fullscreen.headline">maxDate Example</span>
|
|
289
310
|
<span slot="fromLabel">Choose a date</span>
|
|
290
|
-
<span slot="
|
|
311
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
291
312
|
</auro-datepicker>
|
|
292
313
|
```
|
|
293
314
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -303,7 +324,9 @@ This example demonstrates that behavior.
|
|
|
303
324
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/updateMaxDate.html) -->
|
|
304
325
|
<!-- The below content is automatically added from ./../apiExamples/updateMaxDate.html -->
|
|
305
326
|
<auro-datepicker id="maxDateExample" setCustomValidityRangeOverflow="Selected date is later than maximum date.">
|
|
306
|
-
<span slot="
|
|
327
|
+
<span slot="bib.fullscreen.headline">maxDate Example</span>
|
|
328
|
+
<span slot="fromLabel">Choose a date</span>
|
|
329
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
307
330
|
</auro-datepicker>
|
|
308
331
|
<auro-button id="maxDateChange">Change maxDate to Today's Date</auro-button>
|
|
309
332
|
<auro-button id="resetMaxDate">Reset Datepicker to Initial Example</auro-button>
|
|
@@ -316,7 +339,9 @@ This example demonstrates that behavior.
|
|
|
316
339
|
|
|
317
340
|
```html
|
|
318
341
|
<auro-datepicker id="maxDateExample" setCustomValidityRangeOverflow="Selected date is later than maximum date.">
|
|
319
|
-
<span slot="
|
|
342
|
+
<span slot="bib.fullscreen.headline">maxDate Example</span>
|
|
343
|
+
<span slot="fromLabel">Choose a date</span>
|
|
344
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
320
345
|
</auro-datepicker>
|
|
321
346
|
<auro-button id="maxDateChange">Change maxDate to Today's Date</auro-button>
|
|
322
347
|
<auro-button id="resetMaxDate">Reset Datepicker to Initial Example</auro-button>
|
|
@@ -367,14 +392,15 @@ export function updateMaxDateExample() {
|
|
|
367
392
|
|
|
368
393
|
#### minDate
|
|
369
394
|
|
|
370
|
-
To give a lower limit you can bind a date to the `minDate`
|
|
395
|
+
To give a lower limit you can bind a date to the `minDate` attribute. It is recommended to use the `setCustomValidityRangeUnderflow` attribute to define an error message to display when validation fails the minimum date restriction.
|
|
371
396
|
|
|
372
397
|
<div class="exampleWrapper">
|
|
373
398
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/minDate.html) -->
|
|
374
399
|
<!-- The below content is automatically added from ./../apiExamples/minDate.html -->
|
|
375
400
|
<auro-datepicker minDate="03/25/2028" setCustomValidityRangeUnderflow="Selected date is earlier than the minimum date.">
|
|
401
|
+
<span slot="bib.fullscreen.headline">minDate Example</span>
|
|
376
402
|
<span slot="fromLabel">Choose a date</span>
|
|
377
|
-
<span slot="
|
|
403
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
378
404
|
</auro-datepicker>
|
|
379
405
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
380
406
|
</div>
|
|
@@ -385,8 +411,9 @@ To give a lower limit you can bind a date to the `minDate` property. It is recom
|
|
|
385
411
|
|
|
386
412
|
```html
|
|
387
413
|
<auro-datepicker minDate="03/25/2028" setCustomValidityRangeUnderflow="Selected date is earlier than the minimum date.">
|
|
414
|
+
<span slot="bib.fullscreen.headline">minDate Example</span>
|
|
388
415
|
<span slot="fromLabel">Choose a date</span>
|
|
389
|
-
<span slot="
|
|
416
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
390
417
|
</auro-datepicker>
|
|
391
418
|
```
|
|
392
419
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -402,7 +429,9 @@ This example demonstrates that behavior.
|
|
|
402
429
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/updateMinDate.html) -->
|
|
403
430
|
<!-- The below content is automatically added from ./../apiExamples/updateMinDate.html -->
|
|
404
431
|
<auro-datepicker id="minDateExample" setCustomValidityRangeUnderflow="Selected date is earlier than the minimum date.">
|
|
405
|
-
<span slot="
|
|
432
|
+
<span slot="bib.fullscreen.headline">minDate Example</span>
|
|
433
|
+
<span slot="fromLabel">Choose a date</span>
|
|
434
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
406
435
|
</auro-datepicker>
|
|
407
436
|
<auro-button id="minDateChange">Change minDate to a week from Today</auro-button>
|
|
408
437
|
<auro-button id="resetMinDate">Reset Datepicker to Initial Example</auro-button>
|
|
@@ -415,7 +444,9 @@ This example demonstrates that behavior.
|
|
|
415
444
|
|
|
416
445
|
```html
|
|
417
446
|
<auro-datepicker id="minDateExample" setCustomValidityRangeUnderflow="Selected date is earlier than the minimum date.">
|
|
418
|
-
<span slot="
|
|
447
|
+
<span slot="bib.fullscreen.headline">minDate Example</span>
|
|
448
|
+
<span slot="fromLabel">Choose a date</span>
|
|
449
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
419
450
|
</auro-datepicker>
|
|
420
451
|
<auro-button id="minDateChange">Change minDate to a week from Today</auro-button>
|
|
421
452
|
<auro-button id="resetMinDate">Reset Datepicker to Initial Example</auro-button>
|
|
@@ -464,44 +495,6 @@ export function updateMinDateExample() {
|
|
|
464
495
|
```
|
|
465
496
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
466
497
|
</auro-accordion>
|
|
467
|
-
|
|
468
|
-
#### monthNames
|
|
469
|
-
|
|
470
|
-
May be used to provide localized month names. These names will only be shown in the calendar when viewed on a mobile device.
|
|
471
|
-
|
|
472
|
-
<div class="exampleWrapper">
|
|
473
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/monthNames.html) -->
|
|
474
|
-
<!-- The below content is automatically added from ./../apiExamples/monthNames.html -->
|
|
475
|
-
<auro-datepicker id="monthNamesExample">
|
|
476
|
-
<span slot="fromLabel">Choose a date</span>
|
|
477
|
-
<span slot="mobileDateLabel">Choose a date</span>
|
|
478
|
-
</auro-datepicker>
|
|
479
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
480
|
-
</div>
|
|
481
|
-
<auro-accordion alignRight>
|
|
482
|
-
<span slot="trigger">See code</span>
|
|
483
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/monthNames.html) -->
|
|
484
|
-
<!-- The below code snippet is automatically added from ./../apiExamples/monthNames.html -->
|
|
485
|
-
|
|
486
|
-
```html
|
|
487
|
-
<auro-datepicker id="monthNamesExample">
|
|
488
|
-
<span slot="fromLabel">Choose a date</span>
|
|
489
|
-
<span slot="mobileDateLabel">Choose a date</span>
|
|
490
|
-
</auro-datepicker>
|
|
491
|
-
```
|
|
492
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
493
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/monthNames.js) -->
|
|
494
|
-
<!-- The below code snippet is automatically added from ./../apiExamples/monthNames.js -->
|
|
495
|
-
|
|
496
|
-
```js
|
|
497
|
-
export function monthNamesExample() {
|
|
498
|
-
const monthNamesExample = document.querySelector('#monthNamesExample');
|
|
499
|
-
const spanishMonths = ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'];
|
|
500
|
-
|
|
501
|
-
monthNamesExample.monthNames = spanishMonths;
|
|
502
|
-
}
|
|
503
|
-
```
|
|
504
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
505
498
|
</auro-accordion>
|
|
506
499
|
|
|
507
500
|
#### noValidate
|
|
@@ -512,7 +505,9 @@ When set, the datepicker will not validate when navigating away from the compone
|
|
|
512
505
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/noValidate.html) -->
|
|
513
506
|
<!-- The below content is automatically added from ./../apiExamples/noValidate.html -->
|
|
514
507
|
<auro-datepicker required noValidate>
|
|
508
|
+
<span slot="bib.fullscreen.headline">noValidate Example</span>
|
|
515
509
|
<span slot="fromLabel">Choose a date</span>
|
|
510
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
516
511
|
</auro-datepicker>
|
|
517
512
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
518
513
|
</div>
|
|
@@ -523,7 +518,9 @@ When set, the datepicker will not validate when navigating away from the compone
|
|
|
523
518
|
|
|
524
519
|
```html
|
|
525
520
|
<auro-datepicker required noValidate>
|
|
521
|
+
<span slot="bib.fullscreen.headline">noValidate Example</span>
|
|
526
522
|
<span slot="fromLabel">Choose a date</span>
|
|
523
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
527
524
|
</auro-datepicker>
|
|
528
525
|
```
|
|
529
526
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -539,13 +536,15 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
|
|
|
539
536
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
|
|
540
537
|
<!-- The below content is automatically added from ./../apiExamples/required.html -->
|
|
541
538
|
<auro-datepicker required setCustomValidityValueMissing="Custom value missing message.">
|
|
539
|
+
<span slot="bib.fullscreen.headline">Required Example</span>
|
|
542
540
|
<span slot="fromLabel">Choose a date</span>
|
|
543
|
-
<span slot="
|
|
541
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
544
542
|
</auro-datepicker>
|
|
545
543
|
<auro-datepicker required range setCustomValidityValueMissing="Custom value missing message.">
|
|
544
|
+
<span slot="bib.fullscreen.headline">Required Example</span>
|
|
546
545
|
<span slot="fromLabel">Departure</span>
|
|
547
546
|
<span slot="toLabel">Return</span>
|
|
548
|
-
<span slot="
|
|
547
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
549
548
|
</auro-datepicker>
|
|
550
549
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
551
550
|
</div>
|
|
@@ -556,13 +555,15 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
|
|
|
556
555
|
|
|
557
556
|
```html
|
|
558
557
|
<auro-datepicker required setCustomValidityValueMissing="Custom value missing message.">
|
|
558
|
+
<span slot="bib.fullscreen.headline">Required Example</span>
|
|
559
559
|
<span slot="fromLabel">Choose a date</span>
|
|
560
|
-
<span slot="
|
|
560
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
561
561
|
</auro-datepicker>
|
|
562
562
|
<auro-datepicker required range setCustomValidityValueMissing="Custom value missing message.">
|
|
563
|
+
<span slot="bib.fullscreen.headline">Required Example</span>
|
|
563
564
|
<span slot="fromLabel">Departure</span>
|
|
564
565
|
<span slot="toLabel">Return</span>
|
|
565
|
-
<span slot="
|
|
566
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
566
567
|
</auro-datepicker>
|
|
567
568
|
```
|
|
568
569
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -576,7 +577,9 @@ Specifies the `validityState` the element is in. Upon first interaction, or pres
|
|
|
576
577
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/validity.html) -->
|
|
577
578
|
<!-- The below content is automatically added from ./../apiExamples/validity.html -->
|
|
578
579
|
<auro-datepicker required id="validityExample">
|
|
580
|
+
<span slot="bib.fullscreen.headline">validity Example</span>
|
|
579
581
|
<span slot="fromLabel">Choose a date</span>
|
|
582
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
580
583
|
</auro-datepicker>
|
|
581
584
|
<auro-button id="validityExampleBtn">Get validity</auro-button>
|
|
582
585
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -588,7 +591,9 @@ Specifies the `validityState` the element is in. Upon first interaction, or pres
|
|
|
588
591
|
|
|
589
592
|
```html
|
|
590
593
|
<auro-datepicker required id="validityExample">
|
|
594
|
+
<span slot="bib.fullscreen.headline">validity Example</span>
|
|
591
595
|
<span slot="fromLabel">Choose a date</span>
|
|
596
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
592
597
|
</auro-datepicker>
|
|
593
598
|
<auro-button id="validityExampleBtn">Get validity</auro-button>
|
|
594
599
|
```
|
|
@@ -618,7 +623,9 @@ Value selected for the datepicker. Can be used to pre-set the value of the datep
|
|
|
618
623
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/value.html) -->
|
|
619
624
|
<!-- The below content is automatically added from ./../apiExamples/value.html -->
|
|
620
625
|
<auro-datepicker id="valueExample" value="02/02/2022">
|
|
621
|
-
<span slot="
|
|
626
|
+
<span slot="bib.fullscreen.headline">value Example</span>
|
|
627
|
+
<span slot="fromLabel">Choose a date</span>
|
|
628
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
622
629
|
</auro-datepicker>
|
|
623
630
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
624
631
|
</div>
|
|
@@ -629,7 +636,9 @@ Value selected for the datepicker. Can be used to pre-set the value of the datep
|
|
|
629
636
|
|
|
630
637
|
```html
|
|
631
638
|
<auro-datepicker id="valueExample" value="02/02/2022">
|
|
632
|
-
<span slot="
|
|
639
|
+
<span slot="bib.fullscreen.headline">value Example</span>
|
|
640
|
+
<span slot="fromLabel">Choose a date</span>
|
|
641
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
633
642
|
</auro-datepicker>
|
|
634
643
|
```
|
|
635
644
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -643,7 +652,10 @@ Value of the second input (end date), selected for the datepicker. Can be used t
|
|
|
643
652
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueEnd.html) -->
|
|
644
653
|
<!-- The below content is automatically added from ./../apiExamples/valueEnd.html -->
|
|
645
654
|
<auro-datepicker id="valueEndExample" range valueEnd="03/03/2023">
|
|
646
|
-
<span slot="
|
|
655
|
+
<span slot="bib.fullscreen.headline">valueEnd Example</span>
|
|
656
|
+
<span slot="fromLabel">Departure</span>
|
|
657
|
+
<span slot="toLabel">Return</span>
|
|
658
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
647
659
|
</auro-datepicker>
|
|
648
660
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
649
661
|
</div>
|
|
@@ -654,7 +666,39 @@ Value of the second input (end date), selected for the datepicker. Can be used t
|
|
|
654
666
|
|
|
655
667
|
```html
|
|
656
668
|
<auro-datepicker id="valueEndExample" range valueEnd="03/03/2023">
|
|
657
|
-
<span slot="
|
|
669
|
+
<span slot="bib.fullscreen.headline">valueEnd Example</span>
|
|
670
|
+
<span slot="fromLabel">Departure</span>
|
|
671
|
+
<span slot="toLabel">Return</span>
|
|
672
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
673
|
+
</auro-datepicker>
|
|
674
|
+
```
|
|
675
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
676
|
+
</auro-accordion>
|
|
677
|
+
|
|
678
|
+
#### format
|
|
679
|
+
|
|
680
|
+
The `format` attribute is used to define the date format used by the datepicker. The default value is `mm/dd/yyyy`.
|
|
681
|
+
|
|
682
|
+
<div class="exampleWrapper">
|
|
683
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/format.html) -->
|
|
684
|
+
<!-- The below content is automatically added from ./../apiExamples/format.html -->
|
|
685
|
+
<auro-datepicker format="yyyy/mm/dd">
|
|
686
|
+
<span slot="bib.fullscreen.headline">Format Headline</span>
|
|
687
|
+
<span slot="fromLabel">Choose a date</span>
|
|
688
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
689
|
+
</auro-datepicker>
|
|
690
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
691
|
+
</div>
|
|
692
|
+
<auro-accordion alignRight>
|
|
693
|
+
<span slot="trigger">See code</span>
|
|
694
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/format.html) -->
|
|
695
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/format.html -->
|
|
696
|
+
|
|
697
|
+
```html
|
|
698
|
+
<auro-datepicker format="yyyy/mm/dd">
|
|
699
|
+
<span slot="bib.fullscreen.headline">Format Headline</span>
|
|
700
|
+
<span slot="fromLabel">Choose a date</span>
|
|
701
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
658
702
|
</auro-datepicker>
|
|
659
703
|
```
|
|
660
704
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -669,12 +713,14 @@ The focus method will apply focus state to the datepicker's input field.
|
|
|
669
713
|
<div class="exampleWrapper">
|
|
670
714
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/focus.html) -->
|
|
671
715
|
<!-- The below content is automatically added from ./../apiExamples/focus.html -->
|
|
716
|
+
<auro-datepicker id="focusExampleElem" range>
|
|
717
|
+
<span slot="bib.fullscreen.headline">Focus Example</span>
|
|
718
|
+
<span slot="fromLabel">Departure</span>
|
|
719
|
+
<span slot="toLabel">Return</span>
|
|
720
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
721
|
+
</auro-datepicker>
|
|
672
722
|
<auro-button id="focusExampleBtn">Apply focus to datepicker</auro-button>
|
|
673
723
|
<auro-button id="focusExampleBtnTwo">Apply focus to the second input in datepicker</auro-button>
|
|
674
|
-
<br /><br />
|
|
675
|
-
<auro-datepicker id="focusExampleElem" range>
|
|
676
|
-
<span slot="label">Choose a date</span>
|
|
677
|
-
</auro-datepicker>
|
|
678
724
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
679
725
|
</div>
|
|
680
726
|
<auro-accordion alignRight>
|
|
@@ -683,12 +729,14 @@ The focus method will apply focus state to the datepicker's input field.
|
|
|
683
729
|
<!-- The below code snippet is automatically added from ./../apiExamples/focus.html -->
|
|
684
730
|
|
|
685
731
|
```html
|
|
686
|
-
<auro-button id="focusExampleBtn">Apply focus to datepicker</auro-button>
|
|
687
|
-
<auro-button id="focusExampleBtnTwo">Apply focus to the second input in datepicker</auro-button>
|
|
688
|
-
<br /><br />
|
|
689
732
|
<auro-datepicker id="focusExampleElem" range>
|
|
690
|
-
<span slot="
|
|
733
|
+
<span slot="bib.fullscreen.headline">Focus Example</span>
|
|
734
|
+
<span slot="fromLabel">Departure</span>
|
|
735
|
+
<span slot="toLabel">Return</span>
|
|
736
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
691
737
|
</auro-datepicker>
|
|
738
|
+
<auro-button id="focusExampleBtn">Apply focus to datepicker</auro-button>
|
|
739
|
+
<auro-button id="focusExampleBtnTwo">Apply focus to the second input in datepicker</auro-button>
|
|
692
740
|
```
|
|
693
741
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
694
742
|
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/focus.js) -->
|
|
@@ -722,8 +770,9 @@ Sets the label used for the input. When the `range` attribute is used this is th
|
|
|
722
770
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
723
771
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
724
772
|
<auro-datepicker>
|
|
773
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
725
774
|
<span slot="fromLabel">Choose a date</span>
|
|
726
|
-
<span slot="
|
|
775
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
727
776
|
</auro-datepicker>
|
|
728
777
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
729
778
|
</div>
|
|
@@ -734,8 +783,9 @@ Sets the label used for the input. When the `range` attribute is used this is th
|
|
|
734
783
|
|
|
735
784
|
```html
|
|
736
785
|
<auro-datepicker>
|
|
786
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
737
787
|
<span slot="fromLabel">Choose a date</span>
|
|
738
|
-
<span slot="
|
|
788
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
739
789
|
</auro-datepicker>
|
|
740
790
|
```
|
|
741
791
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -743,13 +793,15 @@ Sets the label used for the input. When the `range` attribute is used this is th
|
|
|
743
793
|
|
|
744
794
|
#### helpText
|
|
745
795
|
|
|
746
|
-
Sets the help text displayed below the trigger. The `helpText` slot can be used to provide additional context for the combobox. When using the `error`
|
|
796
|
+
Sets the help text displayed below the trigger. The `helpText` slot can be used to provide additional context for the combobox. When using the `error` attribute, the `helpText` slot can be used to describe the error.
|
|
747
797
|
|
|
748
798
|
<div class="exampleWrapper">
|
|
749
799
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/helpText.html) -->
|
|
750
800
|
<!-- The below content is automatically added from ./../apiExamples/helpText.html -->
|
|
751
801
|
<auro-datepicker>
|
|
752
|
-
<span slot="
|
|
802
|
+
<span slot="bib.fullscreen.headline">helpText Example</span>
|
|
803
|
+
<span slot="fromLabel">Choose a date</span>
|
|
804
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
753
805
|
<span slot="helpText">Choose a date must be today or earlier.</span>
|
|
754
806
|
</auro-datepicker>
|
|
755
807
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -761,23 +813,27 @@ Sets the help text displayed below the trigger. The `helpText` slot can be used
|
|
|
761
813
|
|
|
762
814
|
```html
|
|
763
815
|
<auro-datepicker>
|
|
764
|
-
<span slot="
|
|
816
|
+
<span slot="bib.fullscreen.headline">helpText Example</span>
|
|
817
|
+
<span slot="fromLabel">Choose a date</span>
|
|
818
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
765
819
|
<span slot="helpText">Choose a date must be today or earlier.</span>
|
|
766
820
|
</auro-datepicker>
|
|
767
821
|
```
|
|
768
822
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
769
823
|
</auro-accordion>
|
|
770
824
|
|
|
771
|
-
####
|
|
825
|
+
#### bib.fullscreen.dateLabel and bib.fullscreen.headline
|
|
772
826
|
|
|
773
|
-
Sets the
|
|
827
|
+
Sets the headline and the label at the top of the bib when viewed in the mobile layout.
|
|
828
|
+
To view this demo, set your window to a mobile screen size.
|
|
774
829
|
|
|
775
830
|
<div class="exampleWrapper">
|
|
776
831
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
|
|
777
832
|
<!-- The below content is automatically added from ./../apiExamples/basic.html -->
|
|
778
833
|
<auro-datepicker>
|
|
834
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
779
835
|
<span slot="fromLabel">Choose a date</span>
|
|
780
|
-
<span slot="
|
|
836
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
781
837
|
</auro-datepicker>
|
|
782
838
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
783
839
|
</div>
|
|
@@ -788,8 +844,9 @@ Sets the label used for the selected date display at the top of the bib when vie
|
|
|
788
844
|
|
|
789
845
|
```html
|
|
790
846
|
<auro-datepicker>
|
|
847
|
+
<span slot="bib.fullscreen.headline">Datepicker Headline</span>
|
|
791
848
|
<span slot="fromLabel">Choose a date</span>
|
|
792
|
-
<span slot="
|
|
849
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
793
850
|
</auro-datepicker>
|
|
794
851
|
```
|
|
795
852
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -803,9 +860,10 @@ Only for use with the `range` attribute. Sets the label for the second input.
|
|
|
803
860
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basicRange.html) -->
|
|
804
861
|
<!-- The below content is automatically added from ./../apiExamples/basicRange.html -->
|
|
805
862
|
<auro-datepicker range>
|
|
863
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
806
864
|
<span slot="fromLabel">Departure</span>
|
|
807
865
|
<span slot="toLabel">Return</span>
|
|
808
|
-
<span slot="
|
|
866
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
809
867
|
</auro-datepicker>
|
|
810
868
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
811
869
|
</div>
|
|
@@ -816,9 +874,10 @@ Only for use with the `range` attribute. Sets the label for the second input.
|
|
|
816
874
|
|
|
817
875
|
```html
|
|
818
876
|
<auro-datepicker range>
|
|
877
|
+
<span slot="bib.fullscreen.headline">Datepicker Range Headline</span>
|
|
819
878
|
<span slot="fromLabel">Departure</span>
|
|
820
879
|
<span slot="toLabel">Return</span>
|
|
821
|
-
<span slot="
|
|
880
|
+
<span slot="bib.fullscreen.dateLabel">Roundtrip</span>
|
|
822
881
|
</auro-datepicker>
|
|
823
882
|
```
|
|
824
883
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -838,8 +897,9 @@ Slot content can be styled using [inline styles](https://www.codecademy.com/arti
|
|
|
838
897
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/dateSlot.html) -->
|
|
839
898
|
<!-- The below content is automatically added from ./../apiExamples/dateSlot.html -->
|
|
840
899
|
<auro-datepicker centralDate="12/03/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
900
|
+
<span slot="bib.fullscreen.headline">dateSlot Example</span>
|
|
841
901
|
<span slot="fromLabel">Choose a date</span>
|
|
842
|
-
<span slot="
|
|
902
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
843
903
|
<span slot="date_12_03_2023">Sold</span>
|
|
844
904
|
<span highlight slot="date_12_04_2023">$89</span>
|
|
845
905
|
<span slot="date_12_05_2023">$100</span>
|
|
@@ -857,8 +917,9 @@ Slot content can be styled using [inline styles](https://www.codecademy.com/arti
|
|
|
857
917
|
|
|
858
918
|
```html
|
|
859
919
|
<auro-datepicker centralDate="12/03/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
920
|
+
<span slot="bib.fullscreen.headline">dateSlot Example</span>
|
|
860
921
|
<span slot="fromLabel">Choose a date</span>
|
|
861
|
-
<span slot="
|
|
922
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
862
923
|
<span slot="date_12_03_2023">Sold</span>
|
|
863
924
|
<span highlight slot="date_12_04_2023">$89</span>
|
|
864
925
|
<span slot="date_12_05_2023">$100</span>
|
|
@@ -881,8 +942,9 @@ The popover slot is intended for use with calendar dates that are `disabled` (e.
|
|
|
881
942
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/popoverSlot.html) -->
|
|
882
943
|
<!-- The below content is automatically added from ./../apiExamples/popoverSlot.html -->
|
|
883
944
|
<auro-datepicker centralDate="12/03/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
945
|
+
<span slot="bib.fullscreen.headline">Popover Slot Example</span>
|
|
884
946
|
<span slot="fromLabel">Choose a date</span>
|
|
885
|
-
<span slot="
|
|
947
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
886
948
|
<span slot="popover_12_03_2023">Tickets for this day are sold out</span>
|
|
887
949
|
<span slot="popover_12_04_2023">Tickets for this day are $89</span>
|
|
888
950
|
<span slot="popover_12_05_2023">Tickets for this day are $100</span>
|
|
@@ -900,8 +962,9 @@ The popover slot is intended for use with calendar dates that are `disabled` (e.
|
|
|
900
962
|
|
|
901
963
|
```html
|
|
902
964
|
<auro-datepicker centralDate="12/03/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
965
|
+
<span slot="bib.fullscreen.headline">Popover Slot Example</span>
|
|
903
966
|
<span slot="fromLabel">Choose a date</span>
|
|
904
|
-
<span slot="
|
|
967
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
905
968
|
<span slot="popover_12_03_2023">Tickets for this day are sold out</span>
|
|
906
969
|
<span slot="popover_12_04_2023">Tickets for this day are $89</span>
|
|
907
970
|
<span slot="popover_12_05_2023">Tickets for this day are $100</span>
|
|
@@ -914,7 +977,49 @@ The popover slot is intended for use with calendar dates that are `disabled` (e.
|
|
|
914
977
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
915
978
|
</auro-accordion>
|
|
916
979
|
|
|
917
|
-
|
|
980
|
+
### Functional Examples
|
|
981
|
+
|
|
982
|
+
#### Localization
|
|
983
|
+
|
|
984
|
+
The datepicker supports localized month names through the `monthNames` property.
|
|
985
|
+
|
|
986
|
+
This example demonstrates how to set the `monthNames` property to Korean month names, with a Korean date format.
|
|
987
|
+
|
|
988
|
+
<div class="exampleWrapper">
|
|
989
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/localization.html) -->
|
|
990
|
+
<!-- The below content is automatically added from ./../apiExamples/localization.html -->
|
|
991
|
+
<auro-datepicker format="yyyy/mm/dd" id="localizationExample">
|
|
992
|
+
<span slot="bib.fullscreen.headline">Localization Headline</span>
|
|
993
|
+
<span slot="fromLabel">Choose a date</span>
|
|
994
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
995
|
+
</auro-datepicker>
|
|
996
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
997
|
+
</div>
|
|
998
|
+
<auro-accordion alignRight>
|
|
999
|
+
<span slot="trigger">See code</span>
|
|
1000
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/localization.html) -->
|
|
1001
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/localization.html -->
|
|
1002
|
+
|
|
1003
|
+
```html
|
|
1004
|
+
<auro-datepicker format="yyyy/mm/dd" id="localizationExample">
|
|
1005
|
+
<span slot="bib.fullscreen.headline">Localization Headline</span>
|
|
1006
|
+
<span slot="fromLabel">Choose a date</span>
|
|
1007
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
1008
|
+
</auro-datepicker>
|
|
1009
|
+
```
|
|
1010
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1011
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/localization.js) -->
|
|
1012
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/localization.js -->
|
|
1013
|
+
|
|
1014
|
+
```js
|
|
1015
|
+
export function localizationExample() {
|
|
1016
|
+
const localizedDatepicker = document.querySelector("#localizationExample");
|
|
1017
|
+
|
|
1018
|
+
localizedDatepicker.monthNames = ['일월', '이월', '삼월', '사월', '오월', '유월', '칠월', '팔월', '구월', '시월', '십일월', '십이월'];
|
|
1019
|
+
}
|
|
1020
|
+
```
|
|
1021
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1022
|
+
</auro-accordion>
|
|
918
1023
|
|
|
919
1024
|
#### Reset State
|
|
920
1025
|
|
|
@@ -923,12 +1028,13 @@ Use the `reset()` method to reset the `<auro-datepicker>`'s `value`, `valueEnd`
|
|
|
923
1028
|
<div class="exampleWrapper">
|
|
924
1029
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/resetState.html) -->
|
|
925
1030
|
<!-- The below content is automatically added from ./../apiExamples/resetState.html -->
|
|
926
|
-
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
927
|
-
<br /><br />
|
|
928
1031
|
<auro-datepicker id="resetStateExample" range minDate="06/30/2025" calendarStartDate="06/30/2025" calendarFocusDate="06/30/2025" value="02/14/2025" valueEnd="04/05/2025" setCustomValidityRangeUnderflow="The date you entered is too early.">
|
|
929
|
-
<span slot="
|
|
930
|
-
<span slot="
|
|
931
|
-
|
|
1032
|
+
<span slot="bib.fullscreen.headline">Reset Example</span>
|
|
1033
|
+
<span slot="fromLabel">Departure</span>
|
|
1034
|
+
<span slot="toLabel">Return</span>
|
|
1035
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
1036
|
+
</auro-datepicker>
|
|
1037
|
+
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
932
1038
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
933
1039
|
</div>
|
|
934
1040
|
<auro-accordion alignRight>
|
|
@@ -937,12 +1043,13 @@ Use the `reset()` method to reset the `<auro-datepicker>`'s `value`, `valueEnd`
|
|
|
937
1043
|
<!-- The below code snippet is automatically added from ./../apiExamples/resetState.html -->
|
|
938
1044
|
|
|
939
1045
|
```html
|
|
940
|
-
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
941
|
-
<br /><br />
|
|
942
1046
|
<auro-datepicker id="resetStateExample" range minDate="06/30/2025" calendarStartDate="06/30/2025" calendarFocusDate="06/30/2025" value="02/14/2025" valueEnd="04/05/2025" setCustomValidityRangeUnderflow="The date you entered is too early.">
|
|
943
|
-
<span slot="
|
|
944
|
-
<span slot="
|
|
1047
|
+
<span slot="bib.fullscreen.headline">Reset Example</span>
|
|
1048
|
+
<span slot="fromLabel">Departure</span>
|
|
1049
|
+
<span slot="toLabel">Return</span>
|
|
1050
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
945
1051
|
</auro-datepicker>
|
|
1052
|
+
<auro-button id="resetStateBtn">Reset</auro-button>
|
|
946
1053
|
```
|
|
947
1054
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
948
1055
|
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/resetState.js) -->
|
|
@@ -968,8 +1075,10 @@ This example demonstrates data driven slot content for days in the calendar. In
|
|
|
968
1075
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/dynamicSlot.html) -->
|
|
969
1076
|
<!-- The below content is automatically added from ./../apiExamples/dynamicSlot.html -->
|
|
970
1077
|
<auro-datepicker id="slotContentExample" centralDate="12/13/2023" minDate="12/13/2023" maxDate="01/18/2024" range>
|
|
971
|
-
<span slot="
|
|
972
|
-
<span slot="
|
|
1078
|
+
<span slot="bib.fullscreen.headline">dynamic slot Example</span>
|
|
1079
|
+
<span slot="fromLabel">Departure</span>
|
|
1080
|
+
<span slot="toLabel">Return</span>
|
|
1081
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
973
1082
|
</auro-datepicker>
|
|
974
1083
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
975
1084
|
</div>
|
|
@@ -980,8 +1089,10 @@ This example demonstrates data driven slot content for days in the calendar. In
|
|
|
980
1089
|
|
|
981
1090
|
```html
|
|
982
1091
|
<auro-datepicker id="slotContentExample" centralDate="12/13/2023" minDate="12/13/2023" maxDate="01/18/2024" range>
|
|
983
|
-
<span slot="
|
|
984
|
-
<span slot="
|
|
1092
|
+
<span slot="bib.fullscreen.headline">dynamic slot Example</span>
|
|
1093
|
+
<span slot="fromLabel">Departure</span>
|
|
1094
|
+
<span slot="toLabel">Return</span>
|
|
1095
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
985
1096
|
</auro-datepicker>
|
|
986
1097
|
```
|
|
987
1098
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -1120,7 +1231,9 @@ The following example listens for the `auroDatePicker-valueSet` event. Once trig
|
|
|
1120
1231
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/alertValue.html) -->
|
|
1121
1232
|
<!-- The below content is automatically added from ./../apiExamples/alertValue.html -->
|
|
1122
1233
|
<auro-datepicker id="datePickerValueAlert">
|
|
1234
|
+
<span slot="bib.fullscreen.headline">Alert Value Example</span>
|
|
1123
1235
|
<span slot="fromLabel">Choose a date</span>
|
|
1236
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
1124
1237
|
</auro-datepicker>
|
|
1125
1238
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1126
1239
|
</div>
|
|
@@ -1131,7 +1244,9 @@ The following example listens for the `auroDatePicker-valueSet` event. Once trig
|
|
|
1131
1244
|
|
|
1132
1245
|
```html
|
|
1133
1246
|
<auro-datepicker id="datePickerValueAlert">
|
|
1247
|
+
<span slot="bib.fullscreen.headline">Alert Value Example</span>
|
|
1134
1248
|
<span slot="fromLabel">Choose a date</span>
|
|
1249
|
+
<span slot="bib.fullscreen.dateLabel">Choose a date</span>
|
|
1135
1250
|
</auro-datepicker>
|
|
1136
1251
|
```
|
|
1137
1252
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
@@ -1161,6 +1276,7 @@ The component can be in a dialog.
|
|
|
1161
1276
|
<div>
|
|
1162
1277
|
<auro-button id="datepicker-dialog-opener">Datepicker in Dialog</auro-button>
|
|
1163
1278
|
<auro-dialog id="datepicker-dialog">
|
|
1279
|
+
<span slot="bib.fullscreen.headline">inDialog Example</span>
|
|
1164
1280
|
<span slot="header">Datepicker in Dialog</span>
|
|
1165
1281
|
<div slot="content">
|
|
1166
1282
|
<auro-datepicker />
|
|
@@ -1178,6 +1294,7 @@ The component can be in a dialog.
|
|
|
1178
1294
|
<div>
|
|
1179
1295
|
<auro-button id="datepicker-dialog-opener">Datepicker in Dialog</auro-button>
|
|
1180
1296
|
<auro-dialog id="datepicker-dialog">
|
|
1297
|
+
<span slot="bib.fullscreen.headline">inDialog Example</span>
|
|
1181
1298
|
<span slot="header">Datepicker in Dialog</span>
|
|
1182
1299
|
<div slot="content">
|
|
1183
1300
|
<auro-datepicker />
|
|
@@ -1215,8 +1332,6 @@ The component may be restyled using the following code sample and changing the v
|
|
|
1215
1332
|
:host {
|
|
1216
1333
|
--ds-auro-datepicker-placeholder-color: var(--ds-color-text-secondary-default, #{$ds-color-text-secondary-default});
|
|
1217
1334
|
--ds-auro-datepicker-range-input-divider-color: var(--ds-color-border-primary-default, #{$ds-color-border-primary-default});
|
|
1218
|
-
--ds-auro-calendar-mobile-footer-container-color: var(--ds-color-container-primary-default, #{$ds-color-container-primary-default});
|
|
1219
|
-
--ds-auro-calendar-mobile-header-boxshadow-color: var(--ds-elevation-200, #{$ds-elevation-200});
|
|
1220
1335
|
--ds-auro-calendar-mobile-header-container-color: var(--ds-color-container-primary-default, #{$ds-color-container-primary-default});
|
|
1221
1336
|
--ds-auro-calendar-mobile-header-divider-color: var(--ds-color-border-divider-default, #{$ds-color-border-divider-default});
|
|
1222
1337
|
--ds-auro-calendar-mobile-header-text-color: var(--ds-color-text-secondary-default, #{$ds-color-text-secondary-default});
|