@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
|
@@ -1,1053 +1,462 @@
|
|
|
1
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../api.md) -->
|
|
2
|
-
<!-- The below content is automatically added from ./../api.md -->
|
|
3
|
-
|
|
4
|
-
# auro-counter
|
|
5
|
-
|
|
6
|
-
## Attributes
|
|
7
|
-
|
|
8
|
-
| Attribute | Type | Description |
|
|
9
|
-
|--------------------|-------------|--------------------------------------------------|
|
|
10
|
-
| [disableEventShow](#disableEventShow) | ` Boolean ` | If declared, the dropdown will only show by calling the API .show() public method. |
|
|
11
|
-
|
|
1
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/api.md) -->
|
|
2
|
+
<!-- The below content is automatically added from ./../docs/api.md -->
|
|
3
|
+
|
|
4
|
+
# auro-counter
|
|
5
|
+
|
|
12
6
|
## Properties
|
|
13
7
|
|
|
14
|
-
| Property
|
|
15
|
-
|
|
16
|
-
| [
|
|
17
|
-
| [
|
|
18
|
-
| [
|
|
19
|
-
| [
|
|
20
|
-
| [
|
|
21
|
-
| [isPopoverVisible](#isPopoverVisible) | `isPopoverVisible` | ` Boolean ` | false | If true, the dropdown bib is displayed. |
|
|
22
|
-
| [matchWidth](#matchWidth) | `matchWidth` | ` Boolean ` | false | If declared, the popover and trigger will be set to the same width. |
|
|
23
|
-
| [noHideOnThisFocusLoss](#noHideOnThisFocusLoss) | `noHideOnThisFocusLoss` | ` Boolean ` | false | If delclared, the dropdown will not hide when moving focus outside the element. |
|
|
24
|
-
| [noToggle](#noToggle) | `noToggle` | ` Boolean ` | | If declared, the trigger will only show the dropdown bib. |
|
|
25
|
-
| [ready](#ready) | `ready` | ` Boolean ` | | When false the component API should not be called. |
|
|
26
|
-
| [rounded](#rounded) | `rounded` | ` Boolean ` | | If declared, will apply border-radius to trigger and default slots. |
|
|
8
|
+
| Property | Attribute | Type | Default | Description |
|
|
9
|
+
|------------|------------|-----------|-------------|---------------------------------------|
|
|
10
|
+
| [disabled](#disabled) | `disabled` | `boolean` | false | Indicates if the counter is disabled. |
|
|
11
|
+
| [max](#max) | `max` | `number` | 9 | The maximum value for the counter. |
|
|
12
|
+
| [min](#min) | `min` | `number` | 0 | The minimum value for the counter. |
|
|
13
|
+
| [validity](#validity) | `validity` | `string` | "undefined" | The validity state of the counter. |
|
|
14
|
+
| [value](#value) | `value` | `number` | "undefined" | The current value of the counter. |
|
|
27
15
|
|
|
28
16
|
## Methods
|
|
29
17
|
|
|
30
|
-
| Method
|
|
31
|
-
|
|
32
|
-
| [
|
|
33
|
-
| [
|
|
18
|
+
| Method | Type | Description |
|
|
19
|
+
|-------------|----------------------------------------|--------------------------------------------------|
|
|
20
|
+
| [decrement](#decrement) | `(value?: number \| undefined): void` | Decrements the value of the counter by 1. If a value is provided, it decrements by that amount.<br /><br />**value**: The amount to decrement by. |
|
|
21
|
+
| [increment](#increment) | `(value?: number \| undefined): void` | Increments the counter value by 1. If a value is provided, it increments by that amount.<br /><br />**value**: The amount to increment by. |
|
|
22
|
+
| [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
|
|
34
23
|
|
|
35
24
|
## Events
|
|
36
25
|
|
|
37
|
-
| Event
|
|
38
|
-
|
|
39
|
-
|
|
|
40
|
-
| `auroDropdown-toggled` | `CustomEvent<{ expanded: boolean; }>` | Notifies that the visibility of the dropdown bib has changed. |
|
|
41
|
-
| `auroDropdown-triggerClick` | `CustomEvent<any>` | Notifies that the trigger has been clicked. |
|
|
42
|
-
| [dropdownToggled](#dropdownToggled) | `CustomEvent<{ expanded: boolean; }>` | (DEPRECATED) Notifies that the visibility of the dropdown bib has changed. |
|
|
26
|
+
| Event | Type |
|
|
27
|
+
|---------|------------------------------------------------|
|
|
28
|
+
| [input](#input) | `CustomEvent<{ value: number \| undefined; }>` |
|
|
43
29
|
|
|
44
30
|
## Slots
|
|
45
31
|
|
|
46
|
-
| Name
|
|
47
|
-
|
|
48
|
-
|
|
|
49
|
-
| [
|
|
50
|
-
|
|
51
|
-
|
|
32
|
+
| Name | Description |
|
|
33
|
+
|---------------|--------------------------------------|
|
|
34
|
+
| [default](#default) | Main label content for the counter. |
|
|
35
|
+
| [description](#description) | Descriptive content for the counter. |
|
|
36
|
+
|
|
37
|
+
# auro-counter-group
|
|
38
|
+
|
|
39
|
+
## Properties
|
|
40
|
+
|
|
41
|
+
| Property | Attribute | Type | Default | Description |
|
|
42
|
+
|---------------------------|---------------------------|-----------|-------------|--------------------------------------------------|
|
|
43
|
+
| [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
|
|
44
|
+
| [isDropdown](#isDropdown) | `isDropdown` | `boolean` | false | Indicates if the counter group is displayed as a dropdown. |
|
|
45
|
+
| [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600 |
|
|
46
|
+
| [max](#max) | `max` | `number` | "undefined" | The maximum value allowed for the whole group of counters. |
|
|
47
|
+
| [min](#min) | `min` | `number` | "undefined" | The minimum value allowed for the whole group of counters. |
|
|
48
|
+
| [total](#total) | `total` | `number` | "undefined" | The total value of the counters. |
|
|
49
|
+
| [validity](#validity) | `validity` | `string` | "undefined" | Reflects the validity state. |
|
|
50
|
+
| [value](#value) | `value` | `object` | "undefined" | The current individual values of the nested counters. |
|
|
52
51
|
|
|
53
|
-
##
|
|
52
|
+
## Methods
|
|
54
53
|
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
| [
|
|
58
|
-
| [helpText](#helpText) | The helpText content container. |
|
|
59
|
-
| [popover](#popover) | The bib content container. |
|
|
60
|
-
| [trigger](#trigger) | The trigger content container. |
|
|
61
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
54
|
+
| Method | Type | Description |
|
|
55
|
+
|------------|----------------------------------------|--------------------------------------------------|
|
|
56
|
+
| [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
|
|
62
57
|
|
|
63
|
-
##
|
|
58
|
+
## Events
|
|
64
59
|
|
|
65
|
-
|
|
60
|
+
| Event | Type |
|
|
61
|
+
|---------|--------------------------------------------------|
|
|
62
|
+
| [input](#input) | `CustomEvent<{ total: number \| undefined; value: {} \| undefined; }>` |
|
|
66
63
|
|
|
67
|
-
|
|
64
|
+
## Slots
|
|
68
65
|
|
|
66
|
+
| Name | Description |
|
|
67
|
+
|---------------------------|--------------------------------------------------|
|
|
68
|
+
| `bib.fullscreen.footer` | Defines the footer to display at the bottom of fullscreen bib. Only used when `isDropdown` is true. |
|
|
69
|
+
| `bib.fullscreen.headline` | Defines the headline to display above menu-options. Only used when `isDropdown` is true. Required. |
|
|
70
|
+
| [default](#default) | Slot for counter elements. |
|
|
71
|
+
| [helpText](#helpText) | Dropdown help text content. Only used when `isDropdown` is true. |
|
|
72
|
+
| [label](#label) | Dropdown label content. Only used when `isDropdown` is true. |
|
|
73
|
+
| [valueText](#valueText) | Dropdown value text display. Only used when `isDropdown` is true. |
|
|
74
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
75
|
+
|
|
76
|
+
## API Examples
|
|
77
|
+
|
|
78
|
+
### Counter
|
|
79
|
+
|
|
80
|
+
#### Min/Max and Value
|
|
69
81
|
<div class="exampleWrapper">
|
|
70
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
71
|
-
<!-- The below content is automatically added from
|
|
72
|
-
<auro-counter
|
|
73
|
-
|
|
74
|
-
<
|
|
75
|
-
Trigger
|
|
76
|
-
</div>
|
|
82
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/counter-minmax.html) -->
|
|
83
|
+
<!-- The below content is automatically added from ./../apiExamples/counter-minmax.html -->
|
|
84
|
+
<auro-counter min="1" max="5" value="2">
|
|
85
|
+
Adults
|
|
86
|
+
<span slot="description">Min: 1, Max: 5</span>
|
|
77
87
|
</auro-counter>
|
|
78
88
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
79
|
-
</div>
|
|
80
|
-
<auro-accordion alignRight>
|
|
81
|
-
<span slot="trigger">See code</span>
|
|
82
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basic.html) -->
|
|
83
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/basic.html -->
|
|
84
|
-
|
|
85
|
-
```html
|
|
86
|
-
<auro-counter aria-label="custom label">
|
|
87
|
-
Lorem ipsum solar
|
|
88
|
-
<div slot="trigger">
|
|
89
|
-
Trigger
|
|
90
|
-
</div>
|
|
91
|
-
</auro-counter>
|
|
92
|
-
```
|
|
93
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
94
|
-
</auro-accordion>
|
|
95
|
-
<div class="exampleWrapper">
|
|
96
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/basicIcon.html) -->
|
|
97
|
-
<!-- The below content is automatically added from ./../../apiExamples/basicIcon.html -->
|
|
98
|
-
<auro-counter aria-label="custom label">
|
|
99
|
-
Lorem ipsum solar
|
|
100
|
-
<div slot="trigger">
|
|
101
|
-
<auro-icon
|
|
102
|
-
category="interface"
|
|
103
|
-
name="arrow-down"></auro-icon>
|
|
104
|
-
</div>
|
|
105
|
-
</auro-counter>
|
|
106
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
107
|
-
</div>
|
|
108
|
-
<auro-accordion alignRight>
|
|
109
|
-
<span slot="trigger">See code</span>
|
|
110
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basicIcon.html) -->
|
|
111
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/basicIcon.html -->
|
|
112
|
-
|
|
113
|
-
```html
|
|
114
|
-
<auro-counter aria-label="custom label">
|
|
115
|
-
Lorem ipsum solar
|
|
116
|
-
<div slot="trigger">
|
|
117
|
-
<auro-icon
|
|
118
|
-
category="interface"
|
|
119
|
-
name="arrow-down"></auro-icon>
|
|
120
|
-
</div>
|
|
121
|
-
</auro-counter>
|
|
122
|
-
```
|
|
123
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
124
|
-
</auro-accordion>
|
|
125
|
-
<div class="exampleWrapper">
|
|
126
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/basicButton.html) -->
|
|
127
|
-
<!-- The below content is automatically added from ./../../apiExamples/basicButton.html -->
|
|
128
|
-
<auro-counter aria-label="custom label">
|
|
129
|
-
Lorem ipsum solar
|
|
130
|
-
<div slot="trigger">
|
|
131
|
-
<auro-button
|
|
132
|
-
slot="trigger"
|
|
133
|
-
fluid>
|
|
134
|
-
Dropdown
|
|
135
|
-
</auro-button>
|
|
136
|
-
</div>
|
|
137
|
-
</auro-counter>
|
|
138
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
139
|
-
</div>
|
|
140
|
-
<auro-accordion alignRight>
|
|
141
|
-
<span slot="trigger">See code</span>
|
|
142
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basicButton.html) -->
|
|
143
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/basicButton.html -->
|
|
144
|
-
|
|
145
|
-
```html
|
|
146
|
-
<auro-counter aria-label="custom label">
|
|
147
|
-
Lorem ipsum solar
|
|
148
|
-
<div slot="trigger">
|
|
149
|
-
<auro-button
|
|
150
|
-
slot="trigger"
|
|
151
|
-
fluid>
|
|
152
|
-
Dropdown
|
|
153
|
-
</auro-button>
|
|
154
|
-
</div>
|
|
155
|
-
</auro-counter>
|
|
156
|
-
```
|
|
157
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
158
|
-
</auro-accordion>
|
|
159
|
-
<div class="exampleWrapper">
|
|
160
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/basicInput.html) -->
|
|
161
|
-
<!-- The below content is automatically added from ./../../apiExamples/basicInput.html -->
|
|
162
|
-
<auro-counter aria-label="custom label">
|
|
163
|
-
Lorem ipsum solar
|
|
164
|
-
<div slot="trigger">
|
|
165
|
-
<auro-input
|
|
166
|
-
borderless
|
|
167
|
-
slot="trigger"
|
|
168
|
-
id="inputExampleTrigger">
|
|
169
|
-
</auro-input>
|
|
170
|
-
</div>
|
|
171
|
-
</auro-counter>
|
|
172
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
173
|
-
</div>
|
|
174
|
-
<auro-accordion alignRight>
|
|
175
|
-
<span slot="trigger">See code</span>
|
|
176
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/basicInput.html) -->
|
|
177
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/basicInput.html -->
|
|
178
|
-
|
|
179
|
-
```html
|
|
180
|
-
<auro-counter aria-label="custom label">
|
|
181
|
-
Lorem ipsum solar
|
|
182
|
-
<div slot="trigger">
|
|
183
|
-
<auro-input
|
|
184
|
-
borderless
|
|
185
|
-
slot="trigger"
|
|
186
|
-
id="inputExampleTrigger">
|
|
187
|
-
</auro-input>
|
|
188
|
-
</div>
|
|
189
|
-
</auro-counter>
|
|
190
|
-
```
|
|
191
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
192
|
-
</auro-accordion>
|
|
193
|
-
|
|
194
|
-
### Property Examples
|
|
195
|
-
|
|
196
|
-
#### bordered
|
|
197
|
-
|
|
198
|
-
Adds the border style around the dropdown trigger.
|
|
199
|
-
|
|
200
|
-
<div class="exampleWrapper">
|
|
201
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/bordered.html) -->
|
|
202
|
-
<!-- The below content is automatically added from ./../../apiExamples/bordered.html -->
|
|
203
|
-
<auro-counter aria-label="custom label" bordered>
|
|
204
|
-
Lorem ipsum solar
|
|
205
|
-
<div slot="trigger">
|
|
206
|
-
Trigger
|
|
207
|
-
</div>
|
|
208
|
-
</auro-counter>
|
|
209
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
210
|
-
</div>
|
|
211
|
-
<auro-accordion alignRight>
|
|
212
|
-
<span slot="trigger">See code</span>
|
|
213
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/bordered.html) -->
|
|
214
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/bordered.html -->
|
|
215
|
-
|
|
216
|
-
```html
|
|
217
|
-
<auro-counter aria-label="custom label" bordered>
|
|
218
|
-
Lorem ipsum solar
|
|
219
|
-
<div slot="trigger">
|
|
220
|
-
Trigger
|
|
221
|
-
</div>
|
|
222
|
-
</auro-counter>
|
|
223
|
-
```
|
|
224
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
225
|
-
</auro-accordion>
|
|
226
|
-
|
|
227
|
-
#### chevron
|
|
228
|
-
|
|
229
|
-
Adds the bib visibility state chevron to the right side of the trigger content.
|
|
230
|
-
|
|
231
|
-
<div class="exampleWrapper">
|
|
232
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/chevron.html) -->
|
|
233
|
-
<!-- The below content is automatically added from ./../../apiExamples/chevron.html -->
|
|
234
|
-
<auro-counter aria-label="custom label" chevron>
|
|
235
|
-
Lorem ipsum solar
|
|
236
|
-
<div slot="trigger">
|
|
237
|
-
Trigger
|
|
238
|
-
</div>
|
|
239
|
-
</auro-counter>
|
|
240
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
241
|
-
</div>
|
|
242
|
-
<auro-accordion alignRight>
|
|
243
|
-
<span slot="trigger">See code</span>
|
|
244
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/chevron.html) -->
|
|
245
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/chevron.html -->
|
|
246
|
-
|
|
247
|
-
```html
|
|
248
|
-
<auro-counter aria-label="custom label" chevron>
|
|
249
|
-
Lorem ipsum solar
|
|
250
|
-
<div slot="trigger">
|
|
251
|
-
Trigger
|
|
252
|
-
</div>
|
|
253
|
-
</auro-counter>
|
|
254
|
-
```
|
|
255
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
256
|
-
</auro-accordion>
|
|
257
|
-
<div class="exampleWrapper">
|
|
258
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/chevronIcon.html) -->
|
|
259
|
-
<!-- The below content is automatically added from ./../../apiExamples/chevronIcon.html -->
|
|
260
|
-
<auro-counter aria-label="custom label" chevron>
|
|
261
|
-
Lorem ipsum solar
|
|
262
|
-
<div slot="trigger">
|
|
263
|
-
<auro-icon
|
|
264
|
-
category="interface"
|
|
265
|
-
name="arrow-down"></auro-icon>
|
|
266
|
-
</div>
|
|
267
|
-
</auro-counter>
|
|
268
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
269
|
-
</div>
|
|
270
|
-
<auro-accordion alignRight>
|
|
271
|
-
<span slot="trigger">See code</span>
|
|
272
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/chevronIcon.html) -->
|
|
273
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/chevronIcon.html -->
|
|
274
|
-
|
|
275
|
-
```html
|
|
276
|
-
<auro-counter aria-label="custom label" chevron>
|
|
277
|
-
Lorem ipsum solar
|
|
278
|
-
<div slot="trigger">
|
|
279
|
-
<auro-icon
|
|
280
|
-
category="interface"
|
|
281
|
-
name="arrow-down"></auro-icon>
|
|
282
|
-
</div>
|
|
283
|
-
</auro-counter>
|
|
284
|
-
```
|
|
285
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
286
|
-
</auro-accordion>
|
|
287
|
-
<div class="exampleWrapper">
|
|
288
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/chevronButton.html) -->
|
|
289
|
-
<!-- The below content is automatically added from ./../../apiExamples/chevronButton.html -->
|
|
290
|
-
<auro-counter aria-label="custom label" chevron>
|
|
291
|
-
Lorem ipsum solar
|
|
292
|
-
<div slot="trigger">
|
|
293
|
-
<auro-button
|
|
294
|
-
slot="trigger"
|
|
295
|
-
fluid>
|
|
296
|
-
Dropdown
|
|
297
|
-
</auro-button>
|
|
298
|
-
</div>
|
|
299
|
-
</auro-counter>
|
|
300
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
301
|
-
</div>
|
|
302
|
-
<auro-accordion alignRight>
|
|
303
|
-
<span slot="trigger">See code</span>
|
|
304
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/chevronButton.html) -->
|
|
305
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/chevronButton.html -->
|
|
306
|
-
|
|
307
|
-
```html
|
|
308
|
-
<auro-counter aria-label="custom label" chevron>
|
|
309
|
-
Lorem ipsum solar
|
|
310
|
-
<div slot="trigger">
|
|
311
|
-
<auro-button
|
|
312
|
-
slot="trigger"
|
|
313
|
-
fluid>
|
|
314
|
-
Dropdown
|
|
315
|
-
</auro-button>
|
|
316
|
-
</div>
|
|
317
|
-
</auro-counter>
|
|
318
|
-
```
|
|
319
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
320
|
-
</auro-accordion>
|
|
321
|
-
<div class="exampleWrapper">
|
|
322
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/chevronInput.html) -->
|
|
323
|
-
<!-- The below content is automatically added from ./../../apiExamples/chevronInput.html -->
|
|
324
|
-
<auro-counter aria-label="custom label" chevron>
|
|
325
|
-
Lorem ipsum solar
|
|
326
|
-
<div slot="trigger">
|
|
327
|
-
<auro-input
|
|
328
|
-
slot="trigger"
|
|
329
|
-
id="inputExampleTrigger">
|
|
330
|
-
</auro-input>
|
|
331
|
-
</div>
|
|
332
|
-
</auro-counter>
|
|
333
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
334
|
-
</div>
|
|
89
|
+
</div>
|
|
335
90
|
<auro-accordion alignRight>
|
|
336
91
|
<span slot="trigger">See code</span>
|
|
337
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
338
|
-
<!-- The below code snippet is automatically added from
|
|
339
|
-
|
|
92
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/counter-minmax.html) -->
|
|
93
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/counter-minmax.html -->
|
|
94
|
+
|
|
340
95
|
```html
|
|
341
|
-
<auro-counter
|
|
342
|
-
|
|
343
|
-
<
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
```
|
|
351
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
352
|
-
</auro-accordion>
|
|
353
|
-
|
|
354
|
-
#### disabled
|
|
355
|
-
|
|
356
|
-
Disables the trigger preventing the dropdown bib from being shown.
|
|
357
|
-
|
|
96
|
+
<auro-counter min="1" max="5" value="2">
|
|
97
|
+
Adults
|
|
98
|
+
<span slot="description">Min: 1, Max: 5</span>
|
|
99
|
+
</auro-counter>
|
|
100
|
+
```
|
|
101
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
102
|
+
</auro-accordion>
|
|
103
|
+
|
|
104
|
+
#### Disabled State
|
|
358
105
|
<div class="exampleWrapper">
|
|
359
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
360
|
-
<!-- The below content is automatically added from
|
|
361
|
-
<auro-counter
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
Trigger
|
|
365
|
-
</div>
|
|
366
|
-
</auro-counter>
|
|
367
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
368
|
-
</div>
|
|
369
|
-
<auro-accordion alignRight>
|
|
370
|
-
<span slot="trigger">See code</span>
|
|
371
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/disabled.html) -->
|
|
372
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/disabled.html -->
|
|
373
|
-
|
|
374
|
-
```html
|
|
375
|
-
<auro-counter aria-label="custom label" disabled>
|
|
376
|
-
Lorem ipsum solar
|
|
377
|
-
<div slot="trigger">
|
|
378
|
-
Trigger
|
|
379
|
-
</div>
|
|
380
|
-
</auro-counter>
|
|
381
|
-
```
|
|
382
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
383
|
-
</auro-accordion>
|
|
384
|
-
<div class="exampleWrapper">
|
|
385
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/disabledAll.html) -->
|
|
386
|
-
<!-- The below content is automatically added from ./../../apiExamples/disabledAll.html -->
|
|
387
|
-
<auro-counter
|
|
388
|
-
aria-label="custom label"
|
|
389
|
-
disabled
|
|
390
|
-
chevron
|
|
391
|
-
rounded
|
|
392
|
-
inset
|
|
393
|
-
bordered>
|
|
394
|
-
Lorem ipsum solar
|
|
395
|
-
<div slot="trigger">
|
|
396
|
-
Trigger
|
|
397
|
-
</div>
|
|
398
|
-
<span slot="helpText">
|
|
399
|
-
Helper text
|
|
400
|
-
</span>
|
|
401
|
-
<span slot="label">
|
|
402
|
-
Name
|
|
403
|
-
</span>
|
|
106
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/counter-disabled.html) -->
|
|
107
|
+
<!-- The below content is automatically added from ./../apiExamples/counter-disabled.html -->
|
|
108
|
+
<auro-counter disabled value="0">
|
|
109
|
+
Disabled counter
|
|
110
|
+
<span slot="description">This counter cannot be modified</span>
|
|
404
111
|
</auro-counter>
|
|
405
112
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
406
|
-
</div>
|
|
113
|
+
</div>
|
|
407
114
|
<auro-accordion alignRight>
|
|
408
115
|
<span slot="trigger">See code</span>
|
|
409
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
410
|
-
<!-- The below code snippet is automatically added from
|
|
411
|
-
|
|
116
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/counter-disabled.html) -->
|
|
117
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/counter-disabled.html -->
|
|
118
|
+
|
|
412
119
|
```html
|
|
413
|
-
<auro-counter
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
Helper text
|
|
426
|
-
</span>
|
|
427
|
-
<span slot="label">
|
|
428
|
-
Name
|
|
429
|
-
</span>
|
|
430
|
-
</auro-counter>
|
|
431
|
-
```
|
|
432
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
433
|
-
</auro-accordion>
|
|
434
|
-
|
|
435
|
-
#### error
|
|
436
|
-
|
|
437
|
-
Adds the error state UI to the trigger.
|
|
120
|
+
<auro-counter disabled value="0">
|
|
121
|
+
Disabled counter
|
|
122
|
+
<span slot="description">This counter cannot be modified</span>
|
|
123
|
+
</auro-counter>
|
|
124
|
+
```
|
|
125
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
126
|
+
</auro-accordion>
|
|
127
|
+
|
|
128
|
+
### Counter Group
|
|
129
|
+
|
|
130
|
+
#### Group Properties
|
|
131
|
+
All available counter-group properties:
|
|
438
132
|
|
|
439
133
|
<div class="exampleWrapper">
|
|
440
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
441
|
-
<!-- The below content is automatically added from
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
<div slot="
|
|
445
|
-
|
|
446
|
-
</div>
|
|
447
|
-
|
|
134
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/api-group-properties.html) -->
|
|
135
|
+
<!-- The below content is automatically added from ./../apiExamples/api-group-properties.html -->
|
|
136
|
+
<!-- Example of counter-group properties -->
|
|
137
|
+
<auro-counter-group max="10" min="2" isDropdown>
|
|
138
|
+
<div slot="bib.fullscreen.headline">Group fullscreen label</div>
|
|
139
|
+
<div slot="label">Group with all properties</div>
|
|
140
|
+
<div slot="helpText">Total must be between 2-10</div>
|
|
141
|
+
<div slot="valueText">Custom total display</div>
|
|
142
|
+
<auro-counter>
|
|
143
|
+
Counter 1
|
|
144
|
+
</auro-counter>
|
|
145
|
+
<auro-counter>
|
|
146
|
+
Counter 2
|
|
147
|
+
</auro-counter>
|
|
148
|
+
</auro-counter-group>
|
|
448
149
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
449
|
-
</div>
|
|
150
|
+
</div>
|
|
450
151
|
<auro-accordion alignRight>
|
|
451
152
|
<span slot="trigger">See code</span>
|
|
452
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
453
|
-
<!-- The below code snippet is automatically added from
|
|
454
|
-
|
|
153
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/api-group-properties.html) -->
|
|
154
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/api-group-properties.html -->
|
|
155
|
+
|
|
455
156
|
```html
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
<div slot="
|
|
459
|
-
|
|
460
|
-
</div>
|
|
461
|
-
</
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
</auro-accordion>
|
|
465
|
-
<div class="exampleWrapper">
|
|
466
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/errorBordered.html) -->
|
|
467
|
-
<!-- The below content is automatically added from ./../../apiExamples/errorBordered.html -->
|
|
468
|
-
<auro-counter
|
|
469
|
-
aria-label="custom label"
|
|
470
|
-
inset
|
|
471
|
-
error
|
|
472
|
-
rounded
|
|
473
|
-
bordered>
|
|
474
|
-
Lorem ipsum solar
|
|
475
|
-
<div slot="trigger">
|
|
476
|
-
Trigger
|
|
477
|
-
</div>
|
|
157
|
+
<!-- Example of counter-group properties -->
|
|
158
|
+
<auro-counter-group max="10" min="2" isDropdown>
|
|
159
|
+
<div slot="bib.fullscreen.headline">Group fullscreen label</div>
|
|
160
|
+
<div slot="label">Group with all properties</div>
|
|
161
|
+
<div slot="helpText">Total must be between 2-10</div>
|
|
162
|
+
<div slot="valueText">Custom total display</div>
|
|
163
|
+
<auro-counter>
|
|
164
|
+
Counter 1
|
|
478
165
|
</auro-counter>
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/errorBordered.html -->
|
|
485
|
-
|
|
486
|
-
```html
|
|
487
|
-
<auro-counter
|
|
488
|
-
aria-label="custom label"
|
|
489
|
-
inset
|
|
490
|
-
error
|
|
491
|
-
rounded
|
|
492
|
-
bordered>
|
|
493
|
-
Lorem ipsum solar
|
|
494
|
-
<div slot="trigger">
|
|
495
|
-
Trigger
|
|
496
|
-
</div>
|
|
497
|
-
</auro-counter>
|
|
498
|
-
```
|
|
166
|
+
<auro-counter>
|
|
167
|
+
Counter 2
|
|
168
|
+
</auro-counter>
|
|
169
|
+
</auro-counter-group>
|
|
170
|
+
```
|
|
499
171
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
500
|
-
</auro-accordion>
|
|
501
|
-
|
|
502
|
-
####
|
|
503
|
-
|
|
504
|
-
The `inset` property applies a predefined amount of CSS `padding` to the `trigger` slot content.
|
|
172
|
+
</auro-accordion>
|
|
173
|
+
|
|
174
|
+
#### Available Slots
|
|
175
|
+
All available slots for both components:
|
|
505
176
|
|
|
506
177
|
<div class="exampleWrapper">
|
|
507
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
508
|
-
<!-- The below content is automatically added from
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
</div>
|
|
514
|
-
|
|
178
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/api-slots.html) -->
|
|
179
|
+
<!-- The below content is automatically added from ./../apiExamples/api-slots.html -->
|
|
180
|
+
<!-- Example of all available slots -->
|
|
181
|
+
<auro-counter-group isDropdown>
|
|
182
|
+
<!-- Group slots -->
|
|
183
|
+
<div slot="label">Group with all slots</div>
|
|
184
|
+
<div slot="bib.fullscreen.headline">Group fullscreen label</div>
|
|
185
|
+
<div slot="helpText">Help text appears below the group</div>
|
|
186
|
+
<div slot="valueText">Custom value display</div>
|
|
187
|
+
<!-- Counter with all slots -->
|
|
188
|
+
<auro-counter>
|
|
189
|
+
Default slot content
|
|
190
|
+
<span slot="description">Description slot content</span>
|
|
191
|
+
</auro-counter>
|
|
192
|
+
</auro-counter-group>
|
|
515
193
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
516
|
-
</div>
|
|
194
|
+
</div>
|
|
517
195
|
<auro-accordion alignRight>
|
|
518
196
|
<span slot="trigger">See code</span>
|
|
519
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
520
|
-
<!-- The below code snippet is automatically added from
|
|
521
|
-
|
|
197
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/api-slots.html) -->
|
|
198
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/api-slots.html -->
|
|
199
|
+
|
|
522
200
|
```html
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
</div>
|
|
528
|
-
</
|
|
529
|
-
|
|
530
|
-
<!--
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
<!-- The below content is automatically added from ./../../apiExamples/insetBordered.html -->
|
|
535
|
-
<auro-counter
|
|
536
|
-
aria-label="custom label"
|
|
537
|
-
inset
|
|
538
|
-
rounded
|
|
539
|
-
bordered>
|
|
540
|
-
Lorem ipsum solar
|
|
541
|
-
<div slot="trigger">
|
|
542
|
-
Trigger
|
|
543
|
-
</div>
|
|
201
|
+
<!-- Example of all available slots -->
|
|
202
|
+
<auro-counter-group isDropdown>
|
|
203
|
+
<!-- Group slots -->
|
|
204
|
+
<div slot="label">Group with all slots</div>
|
|
205
|
+
<div slot="bib.fullscreen.headline">Group fullscreen label</div>
|
|
206
|
+
<div slot="helpText">Help text appears below the group</div>
|
|
207
|
+
<div slot="valueText">Custom value display</div>
|
|
208
|
+
<!-- Counter with all slots -->
|
|
209
|
+
<auro-counter>
|
|
210
|
+
Default slot content
|
|
211
|
+
<span slot="description">Description slot content</span>
|
|
544
212
|
</auro-counter>
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
<auro-accordion alignRight>
|
|
548
|
-
<span slot="trigger">See code</span>
|
|
549
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/insetBordered.html) -->
|
|
550
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/insetBordered.html -->
|
|
551
|
-
|
|
552
|
-
```html
|
|
553
|
-
<auro-counter
|
|
554
|
-
aria-label="custom label"
|
|
555
|
-
inset
|
|
556
|
-
rounded
|
|
557
|
-
bordered>
|
|
558
|
-
Lorem ipsum solar
|
|
559
|
-
<div slot="trigger">
|
|
560
|
-
Trigger
|
|
561
|
-
</div>
|
|
562
|
-
</auro-counter>
|
|
563
|
-
```
|
|
213
|
+
</auro-counter-group>
|
|
214
|
+
```
|
|
564
215
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
565
|
-
</auro-accordion>
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
The `rounded` property applies `border-radius` CSS to the trigger and default slot content.
|
|
216
|
+
</auro-accordion>
|
|
217
|
+
|
|
218
|
+
### Event Handling
|
|
219
|
+
Listen for `input` events to react to user interactions.
|
|
570
220
|
|
|
221
|
+
<code id="eventOutput">
|
|
222
|
+
Event values will appear here
|
|
223
|
+
</code><br><br>
|
|
571
224
|
<div class="exampleWrapper">
|
|
572
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
573
|
-
<!-- The below content is automatically added from
|
|
574
|
-
<auro-counter
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
</auro-counter>
|
|
225
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/events.html) -->
|
|
226
|
+
<!-- The below content is automatically added from ./../apiExamples/events.html -->
|
|
227
|
+
<auro-counter-group id="eventExample">
|
|
228
|
+
<auro-counter>
|
|
229
|
+
Adults
|
|
230
|
+
</auro-counter>
|
|
231
|
+
<auro-counter>
|
|
232
|
+
Children
|
|
233
|
+
</auro-counter>
|
|
234
|
+
</auro-counter-group>
|
|
583
235
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
584
|
-
</div>
|
|
236
|
+
</div>
|
|
585
237
|
<auro-accordion alignRight>
|
|
586
238
|
<span slot="trigger">See code</span>
|
|
587
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
588
|
-
<!-- The below code snippet is automatically added from
|
|
589
|
-
|
|
239
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/events.html) -->
|
|
240
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/events.html -->
|
|
241
|
+
|
|
590
242
|
```html
|
|
591
|
-
<auro-counter
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
bordered>
|
|
595
|
-
Lorem ipsum solar
|
|
596
|
-
<div slot="trigger">
|
|
597
|
-
Trigger
|
|
598
|
-
</div>
|
|
599
|
-
</auro-counter>
|
|
600
|
-
```
|
|
601
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
602
|
-
</auro-accordion>
|
|
603
|
-
|
|
604
|
-
#### noToggle
|
|
605
|
-
|
|
606
|
-
In cases where it is desired behavior for `auro-counter` to only show, not toggle, the bib content when activating the trigger the `noToggle` attribute must be applied.
|
|
607
|
-
|
|
608
|
-
<div class="exampleWrapper">
|
|
609
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/noToggle.html) -->
|
|
610
|
-
<!-- The below content is automatically added from ./../../apiExamples/noToggle.html -->
|
|
611
|
-
<auro-counter aria-label="custom label" noToggle>
|
|
612
|
-
Lorem ipsum solar
|
|
613
|
-
<div slot="trigger">
|
|
614
|
-
Trigger
|
|
615
|
-
</div>
|
|
243
|
+
<auro-counter-group id="eventExample">
|
|
244
|
+
<auro-counter>
|
|
245
|
+
Adults
|
|
616
246
|
</auro-counter>
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
<auro-accordion alignRight>
|
|
620
|
-
<span slot="trigger">See code</span>
|
|
621
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/noToggle.html) -->
|
|
622
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/noToggle.html -->
|
|
623
|
-
|
|
624
|
-
```html
|
|
625
|
-
<auro-counter aria-label="custom label" noToggle>
|
|
626
|
-
Lorem ipsum solar
|
|
627
|
-
<div slot="trigger">
|
|
628
|
-
Trigger
|
|
629
|
-
</div>
|
|
630
|
-
</auro-counter>
|
|
631
|
-
```
|
|
632
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
633
|
-
</auro-accordion>
|
|
634
|
-
|
|
635
|
-
### Slot Examples
|
|
636
|
-
|
|
637
|
-
#### trigger & default
|
|
638
|
-
|
|
639
|
-
All examples shown on this page include default and `trigger` slot content.
|
|
640
|
-
|
|
641
|
-
#### label
|
|
642
|
-
|
|
643
|
-
Content defined in the `label` slot will be rendered left aligned inside the trigger above all other defined trigger slot content.
|
|
644
|
-
|
|
645
|
-
<div class="exampleWrapper">
|
|
646
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/label.html) -->
|
|
647
|
-
<!-- The below content is automatically added from ./../../apiExamples/label.html -->
|
|
648
|
-
<auro-counter
|
|
649
|
-
bordered
|
|
650
|
-
rounded
|
|
651
|
-
inset
|
|
652
|
-
chevron>
|
|
653
|
-
Lorem ipsum solar
|
|
654
|
-
<span slot="label">Name</span>
|
|
655
|
-
<div slot="trigger">
|
|
656
|
-
Trigger
|
|
657
|
-
</div>
|
|
247
|
+
<auro-counter>
|
|
248
|
+
Children
|
|
658
249
|
</auro-counter>
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
rounded
|
|
670
|
-
inset
|
|
671
|
-
chevron>
|
|
672
|
-
Lorem ipsum solar
|
|
673
|
-
<span slot="label">Name</span>
|
|
674
|
-
<div slot="trigger">
|
|
675
|
-
Trigger
|
|
676
|
-
</div>
|
|
677
|
-
</auro-counter>
|
|
250
|
+
</auro-counter-group>
|
|
251
|
+
```
|
|
252
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
253
|
+
----
|
|
254
|
+
|
|
255
|
+
```javascript
|
|
256
|
+
const counter = document.getElementById('eventExample');
|
|
257
|
+
counter.addEventListener('input', (event) => {
|
|
258
|
+
console.log(`Values updated: ${JSON.stringify(event.detail)}`);
|
|
259
|
+
});
|
|
678
260
|
```
|
|
679
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
680
|
-
</auro-accordion>
|
|
681
|
-
|
|
682
|
-
#### helpText
|
|
683
|
-
|
|
684
|
-
Content defined in the `helpText` slot will be rendered left aligned below the trigger.
|
|
685
261
|
|
|
262
|
+
</auro-accordion>
|
|
263
|
+
|
|
264
|
+
#### Custom Value Display
|
|
686
265
|
<div class="exampleWrapper">
|
|
687
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
688
|
-
<!-- The below content is automatically added from
|
|
689
|
-
<
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
<
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/helpText.html -->
|
|
708
|
-
|
|
709
|
-
```html
|
|
710
|
-
<auro-counter
|
|
711
|
-
aria-label="custom label"
|
|
712
|
-
inset
|
|
713
|
-
bordered
|
|
714
|
-
rounded>
|
|
715
|
-
Lorem ipsum solar
|
|
716
|
-
<span slot="helpText">
|
|
717
|
-
Helper text
|
|
718
|
-
</span>
|
|
719
|
-
<div slot="trigger">
|
|
720
|
-
Trigger
|
|
266
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/dropdown-value-text.html) -->
|
|
267
|
+
<!-- The below content is automatically added from ./../apiExamples/dropdown-value-text.html -->
|
|
268
|
+
<div style="max-width: 350px;">
|
|
269
|
+
<auro-counter-group isDropdown>
|
|
270
|
+
<span slot="bib.fullscreen.headline">Passengers</span>
|
|
271
|
+
<div slot="valueText">Custom value text</div>
|
|
272
|
+
<div slot="label"></div>
|
|
273
|
+
<auro-counter>
|
|
274
|
+
Adults
|
|
275
|
+
<span slot="description">18 years or older</span>
|
|
276
|
+
</auro-counter>
|
|
277
|
+
<auro-counter>
|
|
278
|
+
Children
|
|
279
|
+
<span slot="description">Under 17 years old. Restrictions apply if traveling without an adult.</span>
|
|
280
|
+
</auro-counter>
|
|
281
|
+
<auro-counter>
|
|
282
|
+
Lap Infants
|
|
283
|
+
<span slot="description">Under 2 years</span>
|
|
284
|
+
</auro-counter>
|
|
285
|
+
</auro-counter-group>
|
|
721
286
|
</div>
|
|
722
|
-
</auro-counter>
|
|
723
|
-
```
|
|
724
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
725
|
-
</auro-accordion>
|
|
726
|
-
|
|
727
|
-
#####
|
|
728
|
-
|
|
729
|
-
When combined with the `error` property the `helpText` slot content is colored red.
|
|
730
|
-
|
|
731
|
-
<div class="exampleWrapper">
|
|
732
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/helpTextError.html) -->
|
|
733
|
-
<!-- The below content is automatically added from ./../../apiExamples/helpTextError.html -->
|
|
734
|
-
<auro-counter
|
|
735
|
-
aria-label="custom label"
|
|
736
|
-
inset
|
|
737
|
-
bordered
|
|
738
|
-
rounded
|
|
739
|
-
error>
|
|
740
|
-
Lorem ipsum solar
|
|
741
|
-
<span slot="helpText">
|
|
742
|
-
Helper text
|
|
743
|
-
</span>
|
|
744
|
-
<div slot="trigger">
|
|
745
|
-
Trigger
|
|
746
|
-
</div>
|
|
747
|
-
</auro-counter>
|
|
748
287
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
749
|
-
</div>
|
|
288
|
+
</div>
|
|
750
289
|
<auro-accordion alignRight>
|
|
751
290
|
<span slot="trigger">See code</span>
|
|
752
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
753
|
-
<!-- The below code snippet is automatically added from
|
|
754
|
-
|
|
291
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/dropdown-value-text.html) -->
|
|
292
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/dropdown-value-text.html -->
|
|
293
|
+
|
|
755
294
|
```html
|
|
756
|
-
<
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
295
|
+
<div style="max-width: 350px;">
|
|
296
|
+
<auro-counter-group isDropdown>
|
|
297
|
+
<span slot="bib.fullscreen.headline">Passengers</span>
|
|
298
|
+
<div slot="valueText">Custom value text</div>
|
|
299
|
+
<div slot="label"></div>
|
|
300
|
+
<auro-counter>
|
|
301
|
+
Adults
|
|
302
|
+
<span slot="description">18 years or older</span>
|
|
303
|
+
</auro-counter>
|
|
304
|
+
<auro-counter>
|
|
305
|
+
Children
|
|
306
|
+
<span slot="description">Under 17 years old. Restrictions apply if traveling without an adult.</span>
|
|
307
|
+
</auro-counter>
|
|
308
|
+
<auro-counter>
|
|
309
|
+
Lap Infants
|
|
310
|
+
<span slot="description">Under 2 years</span>
|
|
311
|
+
</auro-counter>
|
|
312
|
+
</auro-counter-group>
|
|
313
|
+
</div>
|
|
314
|
+
```
|
|
771
315
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
772
|
-
</auro-accordion>
|
|
773
|
-
|
|
774
|
-
###
|
|
316
|
+
</auro-accordion>
|
|
317
|
+
|
|
318
|
+
### Group Max/Min
|
|
775
319
|
|
|
776
|
-
|
|
320
|
+
The group counter max or min property sets the value for all counters in the group. If a counter has a max value set, the group max attribute will override it. All increment buttons as a result will be disabled to prevent the group of counters from exceeding the group max.
|
|
777
321
|
|
|
778
|
-
|
|
322
|
+
**Example has group max set to 12**
|
|
779
323
|
|
|
780
324
|
<div class="exampleWrapper">
|
|
781
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
782
|
-
<!-- The below content is automatically added from
|
|
783
|
-
<auro-
|
|
784
|
-
<
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
<
|
|
788
|
-
|
|
789
|
-
</
|
|
790
|
-
|
|
791
|
-
</auro-counter>
|
|
325
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/group-max.html) -->
|
|
326
|
+
<!-- The below content is automatically added from ./../apiExamples/group-max.html -->
|
|
327
|
+
<auro-counter-group max="12" min="0">
|
|
328
|
+
<auro-counter>
|
|
329
|
+
Short label
|
|
330
|
+
</auro-counter>
|
|
331
|
+
<auro-counter>
|
|
332
|
+
This is an example of the wrapping behavior for a long label
|
|
333
|
+
</auro-counter>
|
|
334
|
+
</auro-counter-group>
|
|
792
335
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
793
|
-
</div>
|
|
336
|
+
</div>
|
|
794
337
|
<auro-accordion alignRight>
|
|
795
|
-
<span slot="trigger">See code</span>
|
|
796
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
797
|
-
<!-- The below code snippet is automatically added from
|
|
798
|
-
|
|
338
|
+
<span slot="trigger">See code</span>
|
|
339
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/group-max.html) -->
|
|
340
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/group-max.html -->
|
|
341
|
+
|
|
799
342
|
```html
|
|
800
|
-
<auro-
|
|
801
|
-
<
|
|
802
|
-
|
|
803
|
-
<auro-counter id="showMethodExample" aria-label="custom label" rounded bordered inset>
|
|
804
|
-
<p>
|
|
805
|
-
Lorem ipsum solar
|
|
806
|
-
</p>
|
|
807
|
-
<span slot="trigger">Trigger Label</span>
|
|
808
|
-
</auro-counter>
|
|
809
|
-
```
|
|
810
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
811
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/programmaticallyShow.js) -->
|
|
812
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/programmaticallyShow.js -->
|
|
813
|
-
|
|
814
|
-
```js
|
|
815
|
-
export function showExample() {
|
|
816
|
-
const triggerInput = document.querySelector('#showExampleTriggerInput');
|
|
817
|
-
const dropdownElem = document.querySelector('#showMethodExample');
|
|
818
|
-
|
|
819
|
-
triggerInput.addEventListener('keydown', () => {
|
|
820
|
-
dropdownElem.show();
|
|
821
|
-
});
|
|
822
|
-
}
|
|
823
|
-
```
|
|
824
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
825
|
-
</auro-accordion>
|
|
826
|
-
|
|
827
|
-
#### hide
|
|
828
|
-
|
|
829
|
-
The `hide` method can be called from within the default slot content. This is useful for cases such as `auro-select` when the dropdown should be collapsed after making a selection.
|
|
830
|
-
|
|
831
|
-
The `hide` method may also be called from anywhere in your code by executing `document.querySelector('#idOfTheDropdownElement').hide()`.
|
|
832
|
-
|
|
833
|
-
This example demonstrations collapsing the dropdown by clicking a button within the dropdown bib content.
|
|
834
|
-
|
|
835
|
-
<div class="exampleWrapper">
|
|
836
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/programmaticallyHide.html) -->
|
|
837
|
-
<!-- The below content is automatically added from ./../../apiExamples/programmaticallyHide.html -->
|
|
838
|
-
<auro-counter id="hideExample" aria-label="custom label" rounded bordered inset>
|
|
839
|
-
<p>
|
|
840
|
-
Lorem ipsum solar
|
|
841
|
-
</p>
|
|
842
|
-
<auro-button id="hideExampleBtn">
|
|
843
|
-
Dismiss Dropdown
|
|
844
|
-
</auro-button>
|
|
845
|
-
<auro-input
|
|
846
|
-
slot="trigger"
|
|
847
|
-
id="hideExampleTrigger">
|
|
848
|
-
</auro-input>
|
|
343
|
+
<auro-counter-group max="12" min="0">
|
|
344
|
+
<auro-counter>
|
|
345
|
+
Short label
|
|
849
346
|
</auro-counter>
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
<!--
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
<p>
|
|
860
|
-
Lorem ipsum solar
|
|
861
|
-
</p>
|
|
862
|
-
<auro-button id="hideExampleBtn">
|
|
863
|
-
Dismiss Dropdown
|
|
864
|
-
</auro-button>
|
|
865
|
-
<auro-input
|
|
866
|
-
slot="trigger"
|
|
867
|
-
id="hideExampleTrigger">
|
|
868
|
-
</auro-input>
|
|
869
|
-
</auro-counter>
|
|
870
|
-
```
|
|
871
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
872
|
-
</auro-accordion>
|
|
873
|
-
</auro-accordion>
|
|
874
|
-
|
|
875
|
-
### Other Examples
|
|
876
|
-
|
|
877
|
-
#### Width and Sizing Behavior
|
|
878
|
-
|
|
879
|
-
##### Width
|
|
880
|
-
`auro-counter` will consume all available width of the parent container. `auro-counter` can be made narrower by wrapping it in a container of the desired width.
|
|
347
|
+
<auro-counter>
|
|
348
|
+
This is an example of the wrapping behavior for a long label
|
|
349
|
+
</auro-counter>
|
|
350
|
+
</auro-counter-group>
|
|
351
|
+
```
|
|
352
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
353
|
+
</auro-accordion>
|
|
354
|
+
|
|
355
|
+
### Counter Max/Min
|
|
881
356
|
|
|
882
|
-
|
|
883
|
-
If the dropdown's content size should not exceed a certain height, you can control it using CSS. Add a `max-height` property and set `overflow: scroll` to enable scrollability for content that exceeds the specified height.
|
|
357
|
+
You can also individually set the max or min value for each counter in a group.
|
|
884
358
|
|
|
359
|
+
**Example has group max set to 12**
|
|
885
360
|
|
|
886
361
|
<div class="exampleWrapper">
|
|
887
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
888
|
-
<!-- The below content is automatically added from
|
|
889
|
-
<
|
|
890
|
-
<auro-counter
|
|
891
|
-
|
|
892
|
-
<p>
|
|
893
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
894
|
-
</p>
|
|
895
|
-
<p>
|
|
896
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
897
|
-
</p>
|
|
898
|
-
<p>
|
|
899
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
900
|
-
</p>
|
|
901
|
-
</div>
|
|
902
|
-
<div slot="trigger">
|
|
903
|
-
Trigger
|
|
904
|
-
</div>
|
|
362
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/group-counter-max.html) -->
|
|
363
|
+
<!-- The below content is automatically added from ./../apiExamples/group-counter-max.html -->
|
|
364
|
+
<auro-counter-group max="12" min="0">
|
|
365
|
+
<auro-counter max="5">
|
|
366
|
+
This counter has a max value of 5
|
|
905
367
|
</auro-counter>
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
</div>
|
|
909
|
-
<auro-accordion alignRight>
|
|
910
|
-
<span slot="trigger">See code</span>
|
|
911
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../apiExamples/customDimensions100.html) -->
|
|
912
|
-
<!-- The below code snippet is automatically added from ./../../apiExamples/customDimensions100.html -->
|
|
913
|
-
|
|
914
|
-
```html
|
|
915
|
-
<div style="width: 100px;" aria-label="custom label">
|
|
916
|
-
<auro-counter inset bordered rounded chevron>
|
|
917
|
-
<div style="width: 100px; max-height: 200px; overflow: scroll;">
|
|
918
|
-
<p>
|
|
919
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
920
|
-
</p>
|
|
921
|
-
<p>
|
|
922
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
923
|
-
</p>
|
|
924
|
-
<p>
|
|
925
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
926
|
-
</p>
|
|
927
|
-
</div>
|
|
928
|
-
<div slot="trigger">
|
|
929
|
-
Trigger
|
|
930
|
-
</div>
|
|
931
|
-
</auro-counter>
|
|
932
|
-
</div>
|
|
933
|
-
```
|
|
934
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
935
|
-
</auro-accordion>
|
|
936
|
-
|
|
937
|
-
<div class="exampleWrapper">
|
|
938
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/customDimensions300.html) -->
|
|
939
|
-
<!-- The below content is automatically added from ./../../apiExamples/customDimensions300.html -->
|
|
940
|
-
<div style="width: 300px;" aria-label="custom label">
|
|
941
|
-
<auro-counter inset bordered rounded chevron>
|
|
942
|
-
<div style="width: 300px; max-height: 200px; overflow: scroll;">
|
|
943
|
-
<p>
|
|
944
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
945
|
-
</p>
|
|
946
|
-
<p>
|
|
947
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
948
|
-
</p>
|
|
949
|
-
<p>
|
|
950
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
951
|
-
</p>
|
|
952
|
-
</div>
|
|
953
|
-
<div slot="trigger">
|
|
954
|
-
Trigger
|
|
955
|
-
</div>
|
|
368
|
+
<auro-counter max="8">
|
|
369
|
+
This counter has a max value of 8
|
|
956
370
|
</auro-counter>
|
|
957
|
-
</
|
|
371
|
+
</auro-counter-group>
|
|
958
372
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
959
|
-
</div>
|
|
373
|
+
</div>
|
|
960
374
|
<auro-accordion alignRight>
|
|
961
|
-
<span slot="trigger">See code</span>
|
|
962
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
963
|
-
<!-- The below code snippet is automatically added from
|
|
964
|
-
|
|
375
|
+
<span slot="trigger">See code</span>
|
|
376
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/group-counter-max.html) -->
|
|
377
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/group-counter-max.html -->
|
|
378
|
+
|
|
965
379
|
```html
|
|
966
|
-
<
|
|
967
|
-
<auro-counter
|
|
968
|
-
|
|
969
|
-
<p>
|
|
970
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
971
|
-
</p>
|
|
972
|
-
<p>
|
|
973
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
974
|
-
</p>
|
|
975
|
-
<p>
|
|
976
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
977
|
-
</p>
|
|
978
|
-
</div>
|
|
979
|
-
<div slot="trigger">
|
|
980
|
-
Trigger
|
|
981
|
-
</div>
|
|
380
|
+
<auro-counter-group max="12" min="0">
|
|
381
|
+
<auro-counter max="5">
|
|
382
|
+
This counter has a max value of 5
|
|
982
383
|
</auro-counter>
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
</auro-
|
|
384
|
+
<auro-counter max="8">
|
|
385
|
+
This counter has a max value of 8
|
|
386
|
+
</auro-counter>
|
|
387
|
+
</auro-counter-group>
|
|
388
|
+
```
|
|
389
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
390
|
+
</auro-accordion>
|
|
391
|
+
|
|
392
|
+
### Dropdown with fullscreen bib
|
|
393
|
+
|
|
394
|
+
You can make the dropdown open in fullscreen at a specific breakpoint by setting `fullscreenBreakpoint`.
|
|
987
395
|
|
|
988
|
-
|
|
396
|
+
The default value of `fullscreenBreakpoint` is `sm`.
|
|
989
397
|
|
|
990
|
-
|
|
398
|
+
Breakpoint token can be found [here](https://auro.alaskaair.com/getting-started/developers/design-tokens)
|
|
991
399
|
|
|
400
|
+
To support fullscreen bib, setting the `bib.fullscreen.headline` slot is **REQUIRED**.
|
|
401
|
+
You can also set `bib.fullscreen.footer` slot to add any additional options on fullscreen view.
|
|
402
|
+
|
|
992
403
|
<div class="exampleWrapper">
|
|
993
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src
|
|
994
|
-
<!-- The below content is automatically added from
|
|
995
|
-
<div style="width:
|
|
996
|
-
<auro-counter
|
|
997
|
-
<
|
|
998
|
-
|
|
404
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/dropdown-mobile-properties.html) -->
|
|
405
|
+
<!-- The below content is automatically added from ./../apiExamples/dropdown-mobile-properties.html -->
|
|
406
|
+
<div style="max-width: 350px;">
|
|
407
|
+
<auro-counter-group id="dropdownCouterExample" isDropdown fullscreenBreakpoint="lg">
|
|
408
|
+
<span slot="label">Passengers</span>
|
|
409
|
+
<span slot="bib.fullscreen.headline">Passengers</span>
|
|
410
|
+
<div slot="helpText">This is help text</div>
|
|
411
|
+
<auro-counter>
|
|
412
|
+
Adults
|
|
413
|
+
<span slot="description">18 years or older</span>
|
|
414
|
+
</auro-counter>
|
|
415
|
+
<auro-counter>
|
|
416
|
+
Children
|
|
417
|
+
<span slot="description">Under 17 years old. Restrictions apply if traveling without an adult.</span>
|
|
418
|
+
</auro-counter>
|
|
419
|
+
<auro-counter>
|
|
420
|
+
Lap Infants
|
|
421
|
+
<span slot="description">Under 2 years</span>
|
|
422
|
+
</auro-counter>
|
|
423
|
+
<div slot="bib.fullscreen.footer" style="display:flex; justify-content: stretch; gap: 1.5rem">
|
|
424
|
+
<auro-button id="dropdownCounterExampleResetbutton" fluid variant="secondary" style="flex: 1 50%">Reset</auro-button>
|
|
425
|
+
<auro-button id="dropdownCounterExampleSavebutton" fluid style="flex: 1 50%">Save</auro-button>
|
|
999
426
|
</div>
|
|
1000
|
-
|
|
1001
|
-
Help text
|
|
1002
|
-
</span>
|
|
1003
|
-
<div slot="trigger">
|
|
1004
|
-
I really prefer Alaska Airlines for my vacation travels
|
|
1005
|
-
</div>
|
|
1006
|
-
</auro-counter>
|
|
427
|
+
</auro-counter-group>
|
|
1007
428
|
</div>
|
|
1008
429
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1009
|
-
</div>
|
|
430
|
+
</div>
|
|
1010
431
|
<auro-accordion alignRight>
|
|
1011
|
-
<span slot="trigger">See code</span>
|
|
1012
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src
|
|
1013
|
-
<!-- The below code snippet is automatically added from
|
|
1014
|
-
|
|
432
|
+
<span slot="trigger">See code</span>
|
|
433
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/dropdown-mobile-properties.html) -->
|
|
434
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/dropdown-mobile-properties.html -->
|
|
435
|
+
|
|
1015
436
|
```html
|
|
1016
|
-
<div style="width:
|
|
1017
|
-
<auro-counter
|
|
1018
|
-
<
|
|
1019
|
-
|
|
1020
|
-
</div>
|
|
1021
|
-
<
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
437
|
+
<div style="max-width: 350px;">
|
|
438
|
+
<auro-counter-group id="dropdownCouterExample" isDropdown fullscreenBreakpoint="lg">
|
|
439
|
+
<span slot="label">Passengers</span>
|
|
440
|
+
<span slot="bib.fullscreen.headline">Passengers</span>
|
|
441
|
+
<div slot="helpText">This is help text</div>
|
|
442
|
+
<auro-counter>
|
|
443
|
+
Adults
|
|
444
|
+
<span slot="description">18 years or older</span>
|
|
445
|
+
</auro-counter>
|
|
446
|
+
<auro-counter>
|
|
447
|
+
Children
|
|
448
|
+
<span slot="description">Under 17 years old. Restrictions apply if traveling without an adult.</span>
|
|
449
|
+
</auro-counter>
|
|
450
|
+
<auro-counter>
|
|
451
|
+
Lap Infants
|
|
452
|
+
<span slot="description">Under 2 years</span>
|
|
453
|
+
</auro-counter>
|
|
454
|
+
<div slot="bib.fullscreen.footer" style="display:flex; justify-content: stretch; gap: 1.5rem">
|
|
455
|
+
<auro-button id="dropdownCounterExampleResetbutton" fluid variant="secondary" style="flex: 1 50%">Reset</auro-button>
|
|
456
|
+
<auro-button id="dropdownCounterExampleSavebutton" fluid style="flex: 1 50%">Save</auro-button>
|
|
1026
457
|
</div>
|
|
1027
|
-
</auro-counter>
|
|
1028
|
-
</div>
|
|
1029
|
-
```
|
|
1030
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
458
|
+
</auro-counter-group>
|
|
459
|
+
</div>
|
|
460
|
+
```
|
|
461
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
1031
462
|
</auro-accordion>
|
|
1032
|
-
|
|
1033
|
-
### Theme Support
|
|
1034
|
-
|
|
1035
|
-
The component may be restyled using the following code sample and changing the values of the following token(s).
|
|
1036
|
-
|
|
1037
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../src/tokens.scss) -->
|
|
1038
|
-
<!-- The below code snippet is automatically added from ./../../src/tokens.scss -->
|
|
1039
|
-
|
|
1040
|
-
```scss
|
|
1041
|
-
:host {
|
|
1042
|
-
--ds-auro-counter-help-text-color: var(--ds-color-text-secondary-default, $ds-color-text-secondary-default);
|
|
1043
|
-
--ds-auro-counter-label-text-color: var(--ds-color-text-secondary-default, $ds-color-text-secondary-default);
|
|
1044
|
-
--ds-auro-counter-popover-border-color: transparent;
|
|
1045
|
-
--ds-auro-counter-popover-boxshadow-color: rgba(0 0 0 / .08);
|
|
1046
|
-
--ds-auro-counter-popover-container-color: var(--ds-color-container-primary-default, $ds-color-container-primary-default);
|
|
1047
|
-
--ds-auro-counter-popover-text-color: var(--ds-color-text-primary-default, $ds-color-text-primary-default);
|
|
1048
|
-
--ds-auro-counter-trigger-container-color: var(--ds-color-container-primary-default, $ds-color-container-primary-default);
|
|
1049
|
-
--ds-auro-counter-trigger-border-color: transparent;
|
|
1050
|
-
--ds-auro-counter-trigger-text-color: var(--ds-color-text-primary-default, $ds-color-text-primary-default);
|
|
1051
|
-
}
|
|
1052
|
-
```
|
|
1053
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|