@vueland/ui 0.0.1 → 0.0.2
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/LICENSE +21 -0
- package/README.md +137 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/components/CApp/CApp.js +2 -3
- package/dist/components/CAutocomplete/CAutocomplete.js +182 -90
- package/dist/components/CBtn/CBtn.js +26 -27
- package/dist/components/CCheckbox/CCheckbox.js +40 -58
- package/dist/components/CCheckbox/CheckboxElement.js +96 -0
- package/dist/components/CCheckbox/index2.js +5 -0
- package/dist/components/CChip/CChip.js +13 -0
- package/dist/components/CDateInput/CDateInput.js +246 -0
- package/dist/components/CDateInput/index.js +5 -0
- package/dist/components/CDatePicker/CDatePicker.js +324 -0
- package/dist/components/CDatePicker/CDatePickerDates.js +300 -0
- package/dist/components/CDatePicker/CDatePickerHeader.js +62 -0
- package/dist/components/CDatePicker/CDatePickerMonths.js +114 -0
- package/dist/components/CDatePicker/CDatePickerYears.js +143 -0
- package/dist/components/CDatePicker/helpers.js +17 -0
- package/dist/components/CDatePicker/index.js +14 -0
- package/dist/components/CDatePicker/index2.js +5 -0
- package/dist/components/CDatePicker/index3.js +5 -0
- package/dist/components/CDatePicker/index4.js +5 -0
- package/dist/components/CDatePicker/index5.js +5 -0
- package/dist/components/CDatePicker/index6.js +5 -0
- package/dist/components/CDatePicker/locales/en.json.js +44 -0
- package/dist/components/CDatePicker/locales/index.js +9 -0
- package/dist/components/CDatePicker/locales/ru.json.js +44 -0
- package/dist/components/CDatePicker/utils.js +20 -0
- package/dist/components/CDialog/CDialog.js +2 -4
- package/dist/components/CDialog/index.js +1 -1
- package/dist/components/CDialog/index2.js +1 -1
- package/dist/components/CField/CField.js +160 -28
- package/dist/components/CForm/CForm.js +38 -22
- package/dist/components/CGrid/CCol.js +1 -3
- package/dist/components/CGrid/CRow.js +5 -7
- package/dist/components/CIcon/CIcon.js +3 -3
- package/dist/components/CInput/CInput.js +110 -109
- package/dist/components/CList/CList.js +86 -33
- package/dist/components/CList/CListItem.js +39 -14
- package/dist/components/CMenu/CMenu.js +27 -26
- package/dist/components/COverlay/COverlay.js +6 -5
- package/dist/components/CRadio/CRadio.js +11 -5
- package/dist/components/CRadio/CRadioGroup.js +10 -0
- package/dist/components/CSelect/CSelect.js +159 -70
- package/dist/components/CSelectControl/CSelectControl.js +14 -2
- package/dist/components/CTextField/CTextField.js +79 -52
- package/dist/components/CTextField/index.js +2 -2
- package/dist/components/CTextField/index2.js +5 -0
- package/dist/components/CToolbar/CToolbar.js +1 -3
- package/dist/components/CTooltip/CTooltip.js +1 -3
- package/dist/components/global-components.d.ts +44 -0
- package/dist/components/index.d.ts +826 -475
- package/dist/components/index.js +10 -6
- package/dist/composables/index.d.ts +841 -226
- package/dist/composables/index.js +18 -15
- package/dist/composables/use-activator.js +28 -26
- package/dist/composables/use-app-scroll.js +2 -6
- package/dist/composables/use-auto-position.js +205 -117
- package/dist/composables/use-autocomplete.js +21 -19
- package/dist/composables/use-button-presets.js +3 -7
- package/dist/composables/use-delay-actions.js +6 -1
- package/dist/composables/use-display.js +22 -14
- package/dist/composables/use-field-presets.js +82 -0
- package/dist/composables/use-icon.js +106 -34
- package/dist/composables/use-id.js +9 -0
- package/dist/composables/use-input-presets.js +88 -19
- package/dist/composables/use-keyboard.js +52 -0
- package/dist/composables/use-list.js +8 -0
- package/dist/composables/use-menu.js +8 -0
- package/dist/composables/use-normalized-items.js +22 -0
- package/dist/composables/use-overlay-stack.js +4 -1
- package/dist/composables/use-presets.js +5 -3
- package/dist/composables/use-select-control.js +8 -0
- package/dist/composables/use-selected-chips.js +40 -0
- package/dist/composables/use-validate.js +32 -24
- package/dist/constants/attrs.js +21 -0
- package/dist/constants/icons.js +55 -8
- package/dist/constants/index.d.ts +147 -54
- package/dist/constants/index.js +2 -1
- package/dist/constants/provide-keys.js +2 -1
- package/dist/css/themes/default-theme.css +1 -1
- package/dist/css/utils/_borders.css +1 -0
- package/dist/css/utils/_borders.js +3 -0
- package/dist/css/utils/_display.css +1 -1
- package/dist/css/utils/_flex.css +1 -1
- package/dist/css/utils/_helpers.css +1 -1
- package/dist/css/utils/_positions.css +1 -1
- package/dist/css/utils/_sizing.css +1 -1
- package/dist/css/utils/_spaces.css +1 -1
- package/dist/css/utils/_text.css +1 -1
- package/dist/css/utils/_transitions.css +1 -1
- package/dist/css/utils/_typography.css +1 -1
- package/dist/enums/IconName.js +13 -0
- package/dist/enums/index.d.ts +15 -2
- package/dist/helpers/preset.js +11 -0
- package/dist/helpers/theme.js +41 -0
- package/dist/library.js +26 -4
- package/dist/resolvers/font-awesome.js +30 -0
- package/dist/resolvers/index.d.ts +48 -0
- package/dist/resolvers/index.js +1 -0
- package/dist/scss/maps/colors-map.scss +342 -0
- package/dist/scss/maps/elevations-map.scss +88 -0
- package/dist/scss/maps/flexes-map.scss +24 -0
- package/dist/scss/maps/grids.scss +23 -0
- package/dist/scss/modules/_global-vars.scss +88 -0
- package/dist/scss/ress.scss +281 -0
- package/dist/scss/styles.scss +19 -0
- package/dist/scss/themes/default-theme.scss +25 -0
- package/dist/scss/utils/_borders.scss +28 -0
- package/dist/scss/utils/_colors.scss +86 -0
- package/dist/scss/utils/_cursor.scss +140 -0
- package/dist/scss/utils/_display.scss +32 -0
- package/dist/scss/utils/_elevations.scss +15 -0
- package/dist/scss/utils/_flex.scss +137 -0
- package/dist/scss/utils/_helpers.scss +47 -0
- package/dist/scss/utils/_opacity.scss +13 -0
- package/dist/scss/utils/_overflow.scss +51 -0
- package/dist/scss/utils/_positions.scss +42 -0
- package/dist/scss/utils/_radius.scss +41 -0
- package/dist/scss/utils/_sizing.scss +40 -0
- package/dist/scss/utils/_spaces.scss +164 -0
- package/dist/scss/utils/_text.scss +76 -0
- package/dist/scss/utils/_transitions.scss +98 -0
- package/dist/scss/utils/_typography.scss +68 -0
- package/dist/styles.css +1 -1
- package/dist/temp-types/src/components/CApp/CApp.vue.d.ts +2 -4
- package/dist/temp-types/src/components/CApp/CApp.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CApp/types.d.ts +4 -0
- package/dist/temp-types/src/components/CApp/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CAutocomplete/CAutocomplete.vue.d.ts +7 -2
- package/dist/temp-types/src/components/CAutocomplete/CAutocomplete.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CAutocomplete/types.d.ts +16 -6
- package/dist/temp-types/src/components/CAutocomplete/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CBtn/CBtn.vue.d.ts +5 -1
- package/dist/temp-types/src/components/CBtn/CBtn.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CBtn/index.d.ts +1 -0
- package/dist/temp-types/src/components/CBtn/index.d.ts.map +1 -1
- package/dist/temp-types/src/components/CBtn/types.d.ts +1 -0
- package/dist/temp-types/src/components/CBtn/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CCheckbox/CCheckbox.vue.d.ts +2 -6
- package/dist/temp-types/src/components/CCheckbox/CCheckbox.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CCheckbox/CheckboxElement.vue.d.ts +32 -0
- package/dist/temp-types/src/components/CCheckbox/CheckboxElement.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CCheckbox/types.d.ts +7 -4
- package/dist/temp-types/src/components/CCheckbox/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CChip/CChip.vue.d.ts +13 -0
- package/dist/temp-types/src/components/CChip/CChip.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CChip/index.d.ts +2 -0
- package/dist/temp-types/src/components/CChip/index.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDateInput/CDateInput.vue.d.ts +61 -0
- package/dist/temp-types/src/components/CDateInput/CDateInput.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDateInput/index.d.ts +3 -0
- package/dist/temp-types/src/components/CDateInput/index.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePicker.vue.d.ts +82 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePicker.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerDates.vue.d.ts +60 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerDates.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerHeader.vue.d.ts +27 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerHeader.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerMonths.vue.d.ts +40 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerMonths.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerYears.vue.d.ts +34 -0
- package/dist/temp-types/src/components/CDatePicker/CDatePickerYears.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/helpers.d.ts +4 -0
- package/dist/temp-types/src/components/CDatePicker/helpers.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/index.d.ts +6 -0
- package/dist/temp-types/src/components/CDatePicker/index.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/locales/index.d.ts +7 -0
- package/dist/temp-types/src/components/CDatePicker/locales/index.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/types.d.ts +22 -0
- package/dist/temp-types/src/components/CDatePicker/types.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDatePicker/utils.d.ts +8 -0
- package/dist/temp-types/src/components/CDatePicker/utils.d.ts.map +1 -0
- package/dist/temp-types/src/components/CDialog/CDialog.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CDialog/CDialog.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CDialog/CDialogsStack.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CDialog/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CField/CField.vue.d.ts +26 -10
- package/dist/temp-types/src/components/CField/CField.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CField/index.d.ts +1 -0
- package/dist/temp-types/src/components/CField/index.d.ts.map +1 -1
- package/dist/temp-types/src/components/CField/types.d.ts +22 -0
- package/dist/temp-types/src/components/CField/types.d.ts.map +1 -0
- package/dist/temp-types/src/components/CForm/CForm.vue.d.ts +10 -8
- package/dist/temp-types/src/components/CForm/CForm.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CForm/types.d.ts +13 -3
- package/dist/temp-types/src/components/CForm/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CGrid/CCol.d.ts.map +1 -1
- package/dist/temp-types/src/components/CGrid/CRow.d.ts.map +1 -1
- package/dist/temp-types/src/components/CGrid/index.d.ts +1 -1
- package/dist/temp-types/src/components/CIcon/CIcon.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CIcon/types.d.ts +1 -2
- package/dist/temp-types/src/components/CIcon/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CInput/CInput.vue.d.ts +23 -7
- package/dist/temp-types/src/components/CInput/CInput.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CInput/types.d.ts +42 -28
- package/dist/temp-types/src/components/CInput/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CLabel/CLabel.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/CList.vue.d.ts +4 -2
- package/dist/temp-types/src/components/CList/CList.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/CListItem.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CList/types.d.ts +16 -1
- package/dist/temp-types/src/components/CList/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CMenu/CMenu.vue.d.ts +4 -4
- package/dist/temp-types/src/components/CMenu/CMenu.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CMenu/types.d.ts +2 -2
- package/dist/temp-types/src/components/CMenu/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/COverlay/COverlay.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CRadio/CRadio.vue.d.ts +1 -1
- package/dist/temp-types/src/components/CRadio/CRadio.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CRadio/CRadioGroup.vue.d.ts +13 -0
- package/dist/temp-types/src/components/CRadio/CRadioGroup.vue.d.ts.map +1 -0
- package/dist/temp-types/src/components/CRadio/index.d.ts +1 -0
- package/dist/temp-types/src/components/CRadio/index.d.ts.map +1 -1
- package/dist/temp-types/src/components/CScrim/index.d.ts.map +1 -1
- package/dist/temp-types/src/components/CSelect/CSelect.vue.d.ts +7 -2
- package/dist/temp-types/src/components/CSelect/CSelect.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CSelect/types.d.ts +16 -6
- package/dist/temp-types/src/components/CSelect/types.d.ts.map +1 -1
- package/dist/temp-types/src/components/CSelectControl/CSelectControl.vue.d.ts +6 -2
- package/dist/temp-types/src/components/CSelectControl/CSelectControl.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTextField/CTextField.vue.d.ts +19 -17
- package/dist/temp-types/src/components/CTextField/CTextField.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTextField/index.d.ts +10 -1
- package/dist/temp-types/src/components/CTextField/index.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTextField/types.d.ts +16 -0
- package/dist/temp-types/src/components/CTextField/types.d.ts.map +1 -0
- package/dist/temp-types/src/components/CToolbar/CToolbar.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/CTooltip/CTooltip.vue.d.ts.map +1 -1
- package/dist/temp-types/src/components/index.d.ts +17 -15
- package/dist/temp-types/src/components/index.d.ts.map +1 -1
- package/dist/temp-types/src/composables/index.d.ts +16 -13
- package/dist/temp-types/src/composables/index.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-activator.d.ts +157 -2
- package/dist/temp-types/src/composables/use-activator.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-app-scroll.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-application.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-auto-position.d.ts +292 -9
- package/dist/temp-types/src/composables/use-auto-position.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-autocomplete.d.ts +9 -4
- package/dist/temp-types/src/composables/use-autocomplete.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-button-presets.d.ts +2 -2
- package/dist/temp-types/src/composables/use-button-presets.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-core.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-delay-actions.d.ts +26 -0
- package/dist/temp-types/src/composables/use-delay-actions.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-dialogs-stack.d.ts +3 -3
- package/dist/temp-types/src/composables/use-dialogs-stack.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-display.d.ts +8 -7
- package/dist/temp-types/src/composables/use-display.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-effect.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-field-presets.d.ts +12 -0
- package/dist/temp-types/src/composables/use-field-presets.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-form.d.ts +1 -1
- package/dist/temp-types/src/composables/use-form.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-icon.d.ts +32 -4
- package/dist/temp-types/src/composables/use-icon.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-id.d.ts +6 -0
- package/dist/temp-types/src/composables/use-id.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-input-presets.d.ts +6 -7
- package/dist/temp-types/src/composables/use-input-presets.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-keyboard.d.ts +11 -0
- package/dist/temp-types/src/composables/use-keyboard.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-list.d.ts +3 -0
- package/dist/temp-types/src/composables/use-list.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-menu-presets.d.ts +1 -1
- package/dist/temp-types/src/composables/use-menu-presets.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-menu.d.ts +2 -0
- package/dist/temp-types/src/composables/use-menu.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-normalized-items.d.ts +18 -0
- package/dist/temp-types/src/composables/use-normalized-items.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-overlay-stack.d.ts +1 -0
- package/dist/temp-types/src/composables/use-overlay-stack.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-presets.d.ts +14 -0
- package/dist/temp-types/src/composables/use-presets.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-select-control.d.ts +2 -0
- package/dist/temp-types/src/composables/use-select-control.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-selected-chips.d.ts +16 -0
- package/dist/temp-types/src/composables/use-selected-chips.d.ts.map +1 -0
- package/dist/temp-types/src/composables/use-toggle.d.ts +1 -1
- package/dist/temp-types/src/composables/use-toggle.d.ts.map +1 -1
- package/dist/temp-types/src/composables/use-validate.d.ts +10 -8
- package/dist/temp-types/src/composables/use-validate.d.ts.map +1 -1
- package/dist/temp-types/src/constants/attrs.d.ts +2 -0
- package/dist/temp-types/src/constants/attrs.d.ts.map +1 -0
- package/dist/temp-types/src/constants/icons.d.ts +91 -18
- package/dist/temp-types/src/constants/icons.d.ts.map +1 -1
- package/dist/temp-types/src/constants/index.d.ts +2 -1
- package/dist/temp-types/src/constants/index.d.ts.map +1 -1
- package/dist/temp-types/src/constants/provide-keys.d.ts +8 -5
- package/dist/temp-types/src/constants/provide-keys.d.ts.map +1 -1
- package/dist/temp-types/src/directives/v-click-outside.d.ts.map +1 -1
- package/dist/temp-types/src/enums/IconName.d.ts +15 -2
- package/dist/temp-types/src/enums/IconName.d.ts.map +1 -1
- package/dist/temp-types/src/helpers/index.d.ts +2 -0
- package/dist/temp-types/src/helpers/index.d.ts.map +1 -1
- package/dist/temp-types/src/helpers/preset.d.ts +8 -0
- package/dist/temp-types/src/helpers/preset.d.ts.map +1 -0
- package/dist/temp-types/src/helpers/theme.d.ts +4 -0
- package/dist/temp-types/src/helpers/theme.d.ts.map +1 -0
- package/dist/temp-types/src/index.d.ts.map +1 -1
- package/dist/temp-types/src/library.d.ts +10 -3
- package/dist/temp-types/src/library.d.ts.map +1 -1
- package/dist/temp-types/src/resolvers/font-awesome.d.ts +18 -0
- package/dist/temp-types/src/resolvers/font-awesome.d.ts.map +1 -0
- package/dist/temp-types/src/resolvers/index.d.ts +2 -0
- package/dist/temp-types/src/resolvers/index.d.ts.map +1 -0
- package/dist/temp-types/src/resolvers/material.d.ts +1 -0
- package/dist/temp-types/src/resolvers/material.d.ts.map +1 -0
- package/dist/temp-types/src/types/icons.d.ts +29 -0
- package/dist/temp-types/src/types/icons.d.ts.map +1 -0
- package/dist/temp-types/src/types/index.d.ts +4 -2
- package/dist/temp-types/src/types/index.d.ts.map +1 -1
- package/dist/temp-types/src/types/presets.d.ts +35 -47
- package/dist/temp-types/src/types/presets.d.ts.map +1 -1
- package/dist/temp-types/src/types/theme.d.ts +32 -0
- package/dist/temp-types/src/types/theme.d.ts.map +1 -0
- package/dist/temp-types/src/utils/compile-css-classes.d.ts.map +1 -1
- package/dist/temp-types/src/utils/create-simple-functional.d.ts.map +1 -1
- package/dist/temp-types/src/utils/index.d.ts +3 -2
- package/dist/temp-types/src/utils/index.d.ts.map +1 -1
- package/dist/temp-types/src/utils/props-factory.d.ts +37 -0
- package/dist/temp-types/src/utils/props-factory.d.ts.map +1 -0
- package/dist/temp-types/src/utils/throttle.d.ts.map +1 -1
- package/dist/temp-types/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +125 -0
- package/dist/types.d.ts +137 -72
- package/dist/utils/compile-css-classes.js +3 -13
- package/dist/utils/create-simple-functional.js +1 -5
- package/dist/utils/index.d.ts +49 -13
- package/dist/utils/index.js +3 -2
- package/dist/utils/props-factory.js +25 -0
- package/package.json +33 -7
- package/dist/components/CItems/CItems.js +0 -66
- package/dist/composables/use-field-attrs.js +0 -43
- package/dist/composables/use-input-state.js +0 -41
- package/dist/composables/use-input-value.js +0 -18
- package/dist/composables/use-position-classes.js +0 -12
- package/dist/temp-types/src/components/CItems/CItems.d.ts +0 -16
- package/dist/temp-types/src/components/CItems/CItems.d.ts.map +0 -1
- package/dist/temp-types/src/components/CItems/index.d.ts +0 -2
- package/dist/temp-types/src/components/CItems/index.d.ts.map +0 -1
- package/dist/temp-types/src/composables/use-field-attrs.d.ts +0 -10
- package/dist/temp-types/src/composables/use-field-attrs.d.ts.map +0 -1
- package/dist/temp-types/src/composables/use-input-state.d.ts +0 -17
- package/dist/temp-types/src/composables/use-input-state.d.ts.map +0 -1
- package/dist/temp-types/src/composables/use-input-value.d.ts +0 -3
- package/dist/temp-types/src/composables/use-input-value.d.ts.map +0 -1
- package/dist/temp-types/src/composables/use-position-classes.d.ts +0 -10
- package/dist/temp-types/src/composables/use-position-classes.d.ts.map +0 -1
- package/dist/temp-types/src/utils/define-preset.d.ts +0 -2
- package/dist/temp-types/src/utils/define-preset.d.ts.map +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { toRefs,
|
|
2
|
-
import { isDef } from '../helpers/index.js';
|
|
1
|
+
import { toRefs, shallowReactive, computed, unref, watch } from 'vue';
|
|
3
2
|
|
|
4
3
|
var InputEvents = /* @__PURE__ */ ((InputEvents2) => {
|
|
5
4
|
InputEvents2["INPUT"] = "input";
|
|
@@ -7,46 +6,55 @@ var InputEvents = /* @__PURE__ */ ((InputEvents2) => {
|
|
|
7
6
|
return InputEvents2;
|
|
8
7
|
})(InputEvents || {});
|
|
9
8
|
function useValidate(props, state) {
|
|
10
|
-
const { validateOn
|
|
11
|
-
const errors =
|
|
9
|
+
const { modelValue, validateOn } = toRefs(props);
|
|
10
|
+
const errors = shallowReactive({
|
|
12
11
|
errorMessage: void 0,
|
|
13
|
-
hasError: false
|
|
12
|
+
hasError: false,
|
|
13
|
+
validating: false
|
|
14
14
|
});
|
|
15
15
|
const hasRules = computed(() => {
|
|
16
16
|
var _a, _b;
|
|
17
17
|
return ((_b = (_a = props.rules) == null ? void 0 : _a.length) != null ? _b : 0) > 0;
|
|
18
18
|
});
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
function resetValidate() {
|
|
20
|
+
errors.errorMessage = void 0;
|
|
21
|
+
errors.hasError = false;
|
|
22
|
+
errors.validating = false;
|
|
23
|
+
}
|
|
24
|
+
function applyResult(result) {
|
|
21
25
|
errors.hasError = !result.valid;
|
|
22
26
|
errors.errorMessage = !result.valid ? result.message : void 0;
|
|
23
27
|
}
|
|
24
|
-
function validate() {
|
|
25
|
-
if (unref(hasRules))
|
|
28
|
+
async function validate() {
|
|
29
|
+
if (!unref(hasRules) || props.readonly || props.disabled) return true;
|
|
30
|
+
errors.validating = true;
|
|
31
|
+
try {
|
|
26
32
|
for (const rule of props.rules) {
|
|
27
|
-
const result = rule(props.modelValue);
|
|
28
|
-
|
|
29
|
-
if (!result.valid)
|
|
30
|
-
return false;
|
|
31
|
-
}
|
|
33
|
+
const result = await rule(props.modelValue);
|
|
34
|
+
applyResult(result);
|
|
35
|
+
if (!result.valid) return false;
|
|
32
36
|
}
|
|
37
|
+
} finally {
|
|
38
|
+
errors.validating = false;
|
|
33
39
|
}
|
|
34
40
|
return true;
|
|
35
41
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
return;
|
|
39
|
-
|
|
40
|
-
watch(modelValue, (value) => {
|
|
41
|
-
if (isDef(value) && !unref(isOnBlur)) validate();
|
|
42
|
-
});
|
|
43
|
-
watch(() => state.focused, (val) => {
|
|
44
|
-
if (!val) validate();
|
|
42
|
+
if (unref(hasRules)) {
|
|
43
|
+
watch(modelValue, (val) => {
|
|
44
|
+
if (unref(validateOn) === "blur" /* BLUR */ && !!val) return;
|
|
45
|
+
validate();
|
|
45
46
|
});
|
|
46
|
-
|
|
47
|
+
watch(
|
|
48
|
+
() => state.focused,
|
|
49
|
+
(val) => {
|
|
50
|
+
if (!val) validate();
|
|
51
|
+
}
|
|
52
|
+
);
|
|
53
|
+
}
|
|
47
54
|
return {
|
|
48
55
|
errors,
|
|
49
56
|
hasRules,
|
|
57
|
+
resetValidate,
|
|
50
58
|
validate
|
|
51
59
|
};
|
|
52
60
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const FIELD_ATTRS = /* @__PURE__ */ new Set([
|
|
2
|
+
"type",
|
|
3
|
+
"name",
|
|
4
|
+
"placeholder",
|
|
5
|
+
"autocomplete",
|
|
6
|
+
"autofocus",
|
|
7
|
+
"inputmode",
|
|
8
|
+
"pattern",
|
|
9
|
+
"min",
|
|
10
|
+
"max",
|
|
11
|
+
"step",
|
|
12
|
+
"minlength",
|
|
13
|
+
"maxlength",
|
|
14
|
+
"readonly",
|
|
15
|
+
"disabled",
|
|
16
|
+
"required",
|
|
17
|
+
"tabindex",
|
|
18
|
+
"enterkeyhint"
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
export { FIELD_ATTRS };
|
package/dist/constants/icons.js
CHANGED
|
@@ -1,23 +1,70 @@
|
|
|
1
1
|
import { IconAliases, IconName } from '../enums/IconName.js';
|
|
2
2
|
|
|
3
3
|
const ICONS = {
|
|
4
|
+
[IconName.CHEVRON_LEFT]: {
|
|
5
|
+
body: '<path d="M169.4 342.7C156.9 330.2 156.9 309.9 169.4 297.4L361.4 105.4C373.9 92.9 394.2 92.9 406.7 105.4C419.2 117.9 419.2 138.2 406.7 150.7L237.3 320L406.6 489.3C419.1 501.8 419.1 522.1 406.6 534.6C394.1 547.1 373.8 547.1 361.3 534.6L169.3 342.6z"/>',
|
|
6
|
+
viewBox: "0 0 640 640",
|
|
7
|
+
size: 20
|
|
8
|
+
},
|
|
9
|
+
[IconName.CHEVRON_RIGHT]: {
|
|
10
|
+
body: '<path d="M470.6 297.4C483.1 309.9 483.1 330.2 470.6 342.7L278.6 534.7C266.1 547.2 245.8 547.2 233.3 534.7C220.8 522.2 220.8 501.9 233.3 489.4L402.7 320L233.4 150.7C220.9 138.2 220.9 117.9 233.4 105.4C245.9 92.9 266.2 92.9 278.7 105.4L470.7 297.4z"/>',
|
|
11
|
+
viewBox: "0 0 640 640",
|
|
12
|
+
size: 20
|
|
13
|
+
},
|
|
4
14
|
[IconName.CHEVRON_DOWN]: {
|
|
5
|
-
body: '<path d="
|
|
6
|
-
viewBox: "0 0
|
|
15
|
+
body: '<path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/>',
|
|
16
|
+
viewBox: "0 0 640 640",
|
|
17
|
+
size: 20
|
|
7
18
|
},
|
|
8
19
|
[IconName.CALENDAR]: {
|
|
9
|
-
body: '<path d="
|
|
10
|
-
viewBox: "-30 30
|
|
20
|
+
body: '<path d="M216 64C229.3 64 240 74.7 240 88L240 128L400 128L400 88C400 74.7 410.7 64 424 64C437.3 64 448 74.7 448 88L448 128L480 128C515.3 128 544 156.7 544 192L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 192C96 156.7 124.7 128 160 128L192 128L192 88C192 74.7 202.7 64 216 64zM480 496C488.8 496 496 488.8 496 480L496 416L408 416L408 496L480 496zM496 368L496 288L408 288L408 368L496 368zM360 368L360 288L280 288L280 368L360 368zM232 368L232 288L144 288L144 368L232 368zM144 416L144 480C144 488.8 151.2 496 160 496L232 496L232 416L144 416zM280 416L280 496L360 496L360 416L280 416zM216 176L160 176C151.2 176 144 183.2 144 192L144 240L496 240L496 192C496 183.2 488.8 176 480 176L216 176z"/>',
|
|
21
|
+
viewBox: "-30 30 640 640",
|
|
22
|
+
size: 24
|
|
23
|
+
},
|
|
24
|
+
[IconName.BOX]: {
|
|
25
|
+
body: '<path d="M480 144C488.8 144 496 151.2 496 160L496 480C496 488.8 488.8 496 480 496L160 496C151.2 496 144 488.8 144 480L144 160C144 151.2 151.2 144 160 144L480 144zM160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160C544 124.7 515.3 96 480 96L160 96z"/>',
|
|
26
|
+
viewBox: "0 0 640 640",
|
|
27
|
+
size: 28
|
|
28
|
+
},
|
|
29
|
+
[IconName.CHECKED_BOX]: {
|
|
30
|
+
body: '<path d="M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z"/>',
|
|
31
|
+
viewBox: "0 0 640 640",
|
|
32
|
+
size: 28
|
|
11
33
|
},
|
|
12
34
|
[IconName.CHECK]: {
|
|
13
|
-
body: '<path d="
|
|
14
|
-
viewBox: "0 0
|
|
35
|
+
body: '<path d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z"/>',
|
|
36
|
+
viewBox: "0 0 640 640",
|
|
37
|
+
size: 32
|
|
38
|
+
},
|
|
39
|
+
[IconName.CIRCLE_DOT]: {
|
|
40
|
+
body: '<path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM320 416C267 416 224 373 224 320C224 267 267 224 320 224C373 224 416 267 416 320C416 373 373 416 320 416z"/>',
|
|
41
|
+
viewBox: "0 0 640 640",
|
|
42
|
+
size: 28
|
|
43
|
+
},
|
|
44
|
+
[IconName.CIRCLE]: {
|
|
45
|
+
body: '<path d="M528 320C528 205.1 434.9 112 320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320zM64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z"/>',
|
|
46
|
+
viewBox: "0 0 640 640",
|
|
47
|
+
size: 28
|
|
48
|
+
},
|
|
49
|
+
[IconName.CLOSE]: {
|
|
50
|
+
body: '<path d="M183.1 137.4C170.6 124.9 150.3 124.9 137.8 137.4C125.3 149.9 125.3 170.2 137.8 182.7L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7L320.5 365.3L457.9 502.6C470.4 515.1 490.7 515.1 503.2 502.6C515.7 490.1 515.7 469.8 503.2 457.3L365.8 320L503.1 182.6C515.6 170.1 515.6 149.8 503.1 137.3C490.6 124.8 470.3 124.8 457.8 137.3L320.5 274.7L183.1 137.4z"/>',
|
|
51
|
+
viewBox: "0 0 640 640"
|
|
52
|
+
},
|
|
53
|
+
[IconName.CLOSE_CIRCLE]: {
|
|
54
|
+
body: '<path d="M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C240.4 221.6 255.6 221.6 264.9 231L319.9 286L374.9 231C384.3 221.6 399.5 221.6 408.8 231C418.1 240.4 418.2 255.6 408.8 264.9L353.8 319.9L408.8 374.9C418.2 384.3 418.2 399.5 408.8 408.8C399.4 418.1 384.2 418.2 374.9 408.8L319.9 353.8L264.9 408.8C255.5 418.2 240.3 418.2 231 408.8C221.7 399.4 221.6 384.2 231 374.9L286 319.9L231 264.9C221.6 255.5 221.6 240.3 231 231z"/>',
|
|
55
|
+
viewBox: "0 0 640 640"
|
|
15
56
|
}
|
|
16
57
|
};
|
|
17
58
|
const ALIASES = {
|
|
18
59
|
[IconAliases.DROPDOWN]: ICONS[IconName.CHEVRON_DOWN],
|
|
19
|
-
[IconAliases.
|
|
20
|
-
[IconAliases.
|
|
60
|
+
[IconAliases.CHEVRON_LEFT]: ICONS[IconName.CHEVRON_LEFT],
|
|
61
|
+
[IconAliases.CHEVRON_RIGHT]: ICONS[IconName.CHEVRON_RIGHT],
|
|
62
|
+
[IconAliases.CHECKBOX_ON]: ICONS[IconName.CHECKED_BOX],
|
|
63
|
+
[IconAliases.CHECKBOX_OFF]: ICONS[IconName.BOX],
|
|
64
|
+
[IconAliases.CALENDAR]: ICONS[IconName.CALENDAR],
|
|
65
|
+
[IconAliases.RADIO_ON]: ICONS[IconName.CIRCLE_DOT],
|
|
66
|
+
[IconAliases.RADIO_OFF]: ICONS[IconName.CIRCLE],
|
|
67
|
+
[IconAliases.CLOSE]: ICONS[IconName.CLOSE_CIRCLE]
|
|
21
68
|
};
|
|
22
69
|
|
|
23
70
|
export { ALIASES, ICONS };
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComputedRef, ShallowRef, MaybeRef, InjectionKey } from 'vue';
|
|
2
|
+
|
|
3
|
+
declare const FIELD_ATTRS: Set<string>;
|
|
2
4
|
|
|
3
5
|
declare enum BreakpointLabels {
|
|
4
6
|
XS = "xs",
|
|
@@ -11,6 +13,108 @@ declare enum BreakpointLabels {
|
|
|
11
13
|
|
|
12
14
|
declare const BREAKPOINTS: readonly [BreakpointLabels.XS, BreakpointLabels.SM, BreakpointLabels.MD, BreakpointLabels.LG, BreakpointLabels.XL, BreakpointLabels.XXL];
|
|
13
15
|
|
|
16
|
+
declare const ICONS: {
|
|
17
|
+
readonly "chevron-left": {
|
|
18
|
+
readonly body: "<path d=\"M169.4 342.7C156.9 330.2 156.9 309.9 169.4 297.4L361.4 105.4C373.9 92.9 394.2 92.9 406.7 105.4C419.2 117.9 419.2 138.2 406.7 150.7L237.3 320L406.6 489.3C419.1 501.8 419.1 522.1 406.6 534.6C394.1 547.1 373.8 547.1 361.3 534.6L169.3 342.6z\"/>";
|
|
19
|
+
readonly viewBox: "0 0 640 640";
|
|
20
|
+
readonly size: 20;
|
|
21
|
+
};
|
|
22
|
+
readonly "chevron-right": {
|
|
23
|
+
readonly body: "<path d=\"M470.6 297.4C483.1 309.9 483.1 330.2 470.6 342.7L278.6 534.7C266.1 547.2 245.8 547.2 233.3 534.7C220.8 522.2 220.8 501.9 233.3 489.4L402.7 320L233.4 150.7C220.9 138.2 220.9 117.9 233.4 105.4C245.9 92.9 266.2 92.9 278.7 105.4L470.7 297.4z\"/>";
|
|
24
|
+
readonly viewBox: "0 0 640 640";
|
|
25
|
+
readonly size: 20;
|
|
26
|
+
};
|
|
27
|
+
readonly "chevron-down": {
|
|
28
|
+
readonly body: "<path d=\"M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z\"/>";
|
|
29
|
+
readonly viewBox: "0 0 640 640";
|
|
30
|
+
readonly size: 20;
|
|
31
|
+
};
|
|
32
|
+
readonly calendar: {
|
|
33
|
+
readonly body: "<path d=\"M216 64C229.3 64 240 74.7 240 88L240 128L400 128L400 88C400 74.7 410.7 64 424 64C437.3 64 448 74.7 448 88L448 128L480 128C515.3 128 544 156.7 544 192L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 192C96 156.7 124.7 128 160 128L192 128L192 88C192 74.7 202.7 64 216 64zM480 496C488.8 496 496 488.8 496 480L496 416L408 416L408 496L480 496zM496 368L496 288L408 288L408 368L496 368zM360 368L360 288L280 288L280 368L360 368zM232 368L232 288L144 288L144 368L232 368zM144 416L144 480C144 488.8 151.2 496 160 496L232 496L232 416L144 416zM280 416L280 496L360 496L360 416L280 416zM216 176L160 176C151.2 176 144 183.2 144 192L144 240L496 240L496 192C496 183.2 488.8 176 480 176L216 176z\"/>";
|
|
34
|
+
readonly viewBox: "-30 30 640 640";
|
|
35
|
+
readonly size: 24;
|
|
36
|
+
};
|
|
37
|
+
readonly "checkbox-box": {
|
|
38
|
+
readonly body: "<path d=\"M480 144C488.8 144 496 151.2 496 160L496 480C496 488.8 488.8 496 480 496L160 496C151.2 496 144 488.8 144 480L144 160C144 151.2 151.2 144 160 144L480 144zM160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160C544 124.7 515.3 96 480 96L160 96z\"/>";
|
|
39
|
+
readonly viewBox: "0 0 640 640";
|
|
40
|
+
readonly size: 28;
|
|
41
|
+
};
|
|
42
|
+
readonly "checked-box": {
|
|
43
|
+
readonly body: "<path d=\"M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z\"/>";
|
|
44
|
+
readonly viewBox: "0 0 640 640";
|
|
45
|
+
readonly size: 28;
|
|
46
|
+
};
|
|
47
|
+
readonly check: {
|
|
48
|
+
readonly body: "<path d=\"M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z\"/>";
|
|
49
|
+
readonly viewBox: "0 0 640 640";
|
|
50
|
+
readonly size: 32;
|
|
51
|
+
};
|
|
52
|
+
readonly "circle-dot": {
|
|
53
|
+
readonly body: "<path d=\"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM320 416C267 416 224 373 224 320C224 267 267 224 320 224C373 224 416 267 416 320C416 373 373 416 320 416z\"/>";
|
|
54
|
+
readonly viewBox: "0 0 640 640";
|
|
55
|
+
readonly size: 28;
|
|
56
|
+
};
|
|
57
|
+
readonly circle: {
|
|
58
|
+
readonly body: "<path d=\"M528 320C528 205.1 434.9 112 320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320zM64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z\"/>";
|
|
59
|
+
readonly viewBox: "0 0 640 640";
|
|
60
|
+
readonly size: 28;
|
|
61
|
+
};
|
|
62
|
+
readonly close: {
|
|
63
|
+
readonly body: "<path d=\"M183.1 137.4C170.6 124.9 150.3 124.9 137.8 137.4C125.3 149.9 125.3 170.2 137.8 182.7L275.2 320L137.9 457.4C125.4 469.9 125.4 490.2 137.9 502.7C150.4 515.2 170.7 515.2 183.2 502.7L320.5 365.3L457.9 502.6C470.4 515.1 490.7 515.1 503.2 502.6C515.7 490.1 515.7 469.8 503.2 457.3L365.8 320L503.1 182.6C515.6 170.1 515.6 149.8 503.1 137.3C490.6 124.8 470.3 124.8 457.8 137.3L320.5 274.7L183.1 137.4z\"/>";
|
|
64
|
+
readonly viewBox: "0 0 640 640";
|
|
65
|
+
};
|
|
66
|
+
readonly "close-circle": {
|
|
67
|
+
readonly body: "<path d=\"M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C240.4 221.6 255.6 221.6 264.9 231L319.9 286L374.9 231C384.3 221.6 399.5 221.6 408.8 231C418.1 240.4 418.2 255.6 408.8 264.9L353.8 319.9L408.8 374.9C418.2 384.3 418.2 399.5 408.8 408.8C399.4 418.1 384.2 418.2 374.9 408.8L319.9 353.8L264.9 408.8C255.5 418.2 240.3 418.2 231 408.8C221.7 399.4 221.6 384.2 231 374.9L286 319.9L231 264.9C221.6 255.5 221.6 240.3 231 231z\"/>";
|
|
68
|
+
readonly viewBox: "0 0 640 640";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
declare const ALIASES: {
|
|
72
|
+
readonly dropdown: {
|
|
73
|
+
readonly body: "<path d=\"M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z\"/>";
|
|
74
|
+
readonly viewBox: "0 0 640 640";
|
|
75
|
+
readonly size: 20;
|
|
76
|
+
};
|
|
77
|
+
readonly chevronLeft: {
|
|
78
|
+
readonly body: "<path d=\"M169.4 342.7C156.9 330.2 156.9 309.9 169.4 297.4L361.4 105.4C373.9 92.9 394.2 92.9 406.7 105.4C419.2 117.9 419.2 138.2 406.7 150.7L237.3 320L406.6 489.3C419.1 501.8 419.1 522.1 406.6 534.6C394.1 547.1 373.8 547.1 361.3 534.6L169.3 342.6z\"/>";
|
|
79
|
+
readonly viewBox: "0 0 640 640";
|
|
80
|
+
readonly size: 20;
|
|
81
|
+
};
|
|
82
|
+
readonly chevronRight: {
|
|
83
|
+
readonly body: "<path d=\"M470.6 297.4C483.1 309.9 483.1 330.2 470.6 342.7L278.6 534.7C266.1 547.2 245.8 547.2 233.3 534.7C220.8 522.2 220.8 501.9 233.3 489.4L402.7 320L233.4 150.7C220.9 138.2 220.9 117.9 233.4 105.4C245.9 92.9 266.2 92.9 278.7 105.4L470.7 297.4z\"/>";
|
|
84
|
+
readonly viewBox: "0 0 640 640";
|
|
85
|
+
readonly size: 20;
|
|
86
|
+
};
|
|
87
|
+
readonly checkboxOn: {
|
|
88
|
+
readonly body: "<path d=\"M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z\"/>";
|
|
89
|
+
readonly viewBox: "0 0 640 640";
|
|
90
|
+
readonly size: 28;
|
|
91
|
+
};
|
|
92
|
+
readonly checkboxOff: {
|
|
93
|
+
readonly body: "<path d=\"M480 144C488.8 144 496 151.2 496 160L496 480C496 488.8 488.8 496 480 496L160 496C151.2 496 144 488.8 144 480L144 160C144 151.2 151.2 144 160 144L480 144zM160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160C544 124.7 515.3 96 480 96L160 96z\"/>";
|
|
94
|
+
readonly viewBox: "0 0 640 640";
|
|
95
|
+
readonly size: 28;
|
|
96
|
+
};
|
|
97
|
+
readonly calendar: {
|
|
98
|
+
readonly body: "<path d=\"M216 64C229.3 64 240 74.7 240 88L240 128L400 128L400 88C400 74.7 410.7 64 424 64C437.3 64 448 74.7 448 88L448 128L480 128C515.3 128 544 156.7 544 192L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 192C96 156.7 124.7 128 160 128L192 128L192 88C192 74.7 202.7 64 216 64zM480 496C488.8 496 496 488.8 496 480L496 416L408 416L408 496L480 496zM496 368L496 288L408 288L408 368L496 368zM360 368L360 288L280 288L280 368L360 368zM232 368L232 288L144 288L144 368L232 368zM144 416L144 480C144 488.8 151.2 496 160 496L232 496L232 416L144 416zM280 416L280 496L360 496L360 416L280 416zM216 176L160 176C151.2 176 144 183.2 144 192L144 240L496 240L496 192C496 183.2 488.8 176 480 176L216 176z\"/>";
|
|
99
|
+
readonly viewBox: "-30 30 640 640";
|
|
100
|
+
readonly size: 24;
|
|
101
|
+
};
|
|
102
|
+
readonly radioOn: {
|
|
103
|
+
readonly body: "<path d=\"M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM320 416C267 416 224 373 224 320C224 267 267 224 320 224C373 224 416 267 416 320C416 373 373 416 320 416z\"/>";
|
|
104
|
+
readonly viewBox: "0 0 640 640";
|
|
105
|
+
readonly size: 28;
|
|
106
|
+
};
|
|
107
|
+
readonly radioOff: {
|
|
108
|
+
readonly body: "<path d=\"M528 320C528 205.1 434.9 112 320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320zM64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576C178.6 576 64 461.4 64 320z\"/>";
|
|
109
|
+
readonly viewBox: "0 0 640 640";
|
|
110
|
+
readonly size: 28;
|
|
111
|
+
};
|
|
112
|
+
readonly close: {
|
|
113
|
+
readonly body: "<path d=\"M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM231 231C240.4 221.6 255.6 221.6 264.9 231L319.9 286L374.9 231C384.3 221.6 399.5 221.6 408.8 231C418.1 240.4 418.2 255.6 408.8 264.9L353.8 319.9L408.8 374.9C418.2 384.3 418.2 399.5 408.8 408.8C399.4 418.1 384.2 418.2 374.9 408.8L319.9 353.8L264.9 408.8C255.5 418.2 240.3 418.2 231 408.8C221.7 399.4 221.6 384.2 231 374.9L286 319.9L231 264.9C221.6 255.5 221.6 240.3 231 231z\"/>";
|
|
114
|
+
readonly viewBox: "0 0 640 640";
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
|
|
14
118
|
type ApplicationApi = {
|
|
15
119
|
blockScroll(): void;
|
|
16
120
|
unblockScroll(): void;
|
|
@@ -18,29 +122,35 @@ type ApplicationApi = {
|
|
|
18
122
|
getScrollLeft(): number;
|
|
19
123
|
};
|
|
20
124
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
xlAndLess: MaybeRef<boolean>;
|
|
29
|
-
lgAndLess: MaybeRef<boolean>;
|
|
30
|
-
mdAndLess: MaybeRef<boolean>;
|
|
31
|
-
smAndLess: MaybeRef<boolean>;
|
|
32
|
-
xlAndUp: MaybeRef<boolean>;
|
|
33
|
-
lgAndUp: MaybeRef<boolean>;
|
|
34
|
-
mdAndUp: MaybeRef<boolean>;
|
|
35
|
-
smAndUp: MaybeRef<boolean>;
|
|
125
|
+
type ValidatorFn = () => boolean | Promise<boolean>;
|
|
126
|
+
type ResetFn = () => void;
|
|
127
|
+
interface FormAPI {
|
|
128
|
+
add(fn: ValidatorFn): void;
|
|
129
|
+
remove(fn: ValidatorFn): void;
|
|
130
|
+
addReset(fn: ResetFn): void;
|
|
131
|
+
removeReset(fn: ResetFn): void;
|
|
36
132
|
}
|
|
37
133
|
|
|
134
|
+
type CListRole = 'listbox' | 'menu' | undefined;
|
|
135
|
+
type ListItemControls = {
|
|
136
|
+
focus(): void;
|
|
137
|
+
blur(): void;
|
|
138
|
+
};
|
|
139
|
+
type ListAPI<T = any> = {
|
|
140
|
+
role: ComputedRef<CListRole>;
|
|
141
|
+
register(controls: ListItemControls): void;
|
|
142
|
+
unregister(controls: ListItemControls): void;
|
|
143
|
+
select(value: T): void;
|
|
144
|
+
unselect(value: T): void;
|
|
145
|
+
isActive(value: T): boolean;
|
|
146
|
+
};
|
|
147
|
+
|
|
38
148
|
type DialogStackItem = {
|
|
39
149
|
id: number;
|
|
40
150
|
component: any;
|
|
41
151
|
props?: Record<string, any>;
|
|
42
152
|
};
|
|
43
|
-
interface
|
|
153
|
+
interface DialogsStackAPI {
|
|
44
154
|
stack: ShallowRef<DialogStackItem[]>;
|
|
45
155
|
current: ComputedRef<DialogStackItem | undefined>;
|
|
46
156
|
openDialog: (options: {
|
|
@@ -51,47 +161,30 @@ interface DialogsStackApi {
|
|
|
51
161
|
closeAll: () => void;
|
|
52
162
|
}
|
|
53
163
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
164
|
+
interface AppBreakpoints {
|
|
165
|
+
xxl: MaybeRef<boolean>;
|
|
166
|
+
xl: MaybeRef<boolean>;
|
|
167
|
+
lg: MaybeRef<boolean>;
|
|
168
|
+
md: MaybeRef<boolean>;
|
|
169
|
+
sm: MaybeRef<boolean>;
|
|
170
|
+
xs: MaybeRef<boolean>;
|
|
171
|
+
xlAndLess: MaybeRef<boolean>;
|
|
172
|
+
lgAndLess: MaybeRef<boolean>;
|
|
173
|
+
mdAndLess: MaybeRef<boolean>;
|
|
174
|
+
smAndLess: MaybeRef<boolean>;
|
|
175
|
+
xlAndUp: MaybeRef<boolean>;
|
|
176
|
+
lgAndUp: MaybeRef<boolean>;
|
|
177
|
+
mdAndUp: MaybeRef<boolean>;
|
|
178
|
+
smAndUp: MaybeRef<boolean>;
|
|
58
179
|
}
|
|
59
180
|
|
|
60
|
-
declare const $FORM_API_KEY: InjectionKey<
|
|
61
|
-
declare const $LIST_API_KEY: InjectionKey<
|
|
181
|
+
declare const $FORM_API_KEY: InjectionKey<FormAPI>;
|
|
182
|
+
declare const $LIST_API_KEY: InjectionKey<ListAPI>;
|
|
62
183
|
declare const $MENU_API_KEY: InjectionKey<any>;
|
|
63
184
|
declare const $APP_API_KEY: InjectionKey<ApplicationApi>;
|
|
185
|
+
declare const $SELECT_CONTROL_API_KEY: InjectionKey<any>;
|
|
64
186
|
declare const $BREAKPOINTS_KEY: InjectionKey<AppBreakpoints>;
|
|
65
187
|
declare const $VUELAND_UI_KEY: InjectionKey<any>;
|
|
66
|
-
declare const $DIALOGS_STACK_API_KEY: InjectionKey<
|
|
67
|
-
|
|
68
|
-
declare const ICONS: {
|
|
69
|
-
"chevron-down": {
|
|
70
|
-
body: string;
|
|
71
|
-
viewBox: string;
|
|
72
|
-
};
|
|
73
|
-
calendar: {
|
|
74
|
-
body: string;
|
|
75
|
-
viewBox: string;
|
|
76
|
-
};
|
|
77
|
-
check: {
|
|
78
|
-
body: string;
|
|
79
|
-
viewBox: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
declare const ALIASES: {
|
|
83
|
-
dropdown: {
|
|
84
|
-
body: string;
|
|
85
|
-
viewBox: string;
|
|
86
|
-
};
|
|
87
|
-
checkboxOn: {
|
|
88
|
-
body: string;
|
|
89
|
-
viewBox: string;
|
|
90
|
-
};
|
|
91
|
-
calendar: {
|
|
92
|
-
body: string;
|
|
93
|
-
viewBox: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
188
|
+
declare const $DIALOGS_STACK_API_KEY: InjectionKey<DialogsStackAPI>;
|
|
96
189
|
|
|
97
|
-
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $VUELAND_UI_KEY, ALIASES, BREAKPOINTS, ICONS };
|
|
190
|
+
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $SELECT_CONTROL_API_KEY, $VUELAND_UI_KEY, ALIASES, BREAKPOINTS, FIELD_ATTRS, ICONS };
|
package/dist/constants/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { FIELD_ATTRS } from './attrs.js';
|
|
1
2
|
export { BREAKPOINTS } from './breakpoints.js';
|
|
2
|
-
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $VUELAND_UI_KEY } from './provide-keys.js';
|
|
3
3
|
export { ALIASES, ICONS } from './icons.js';
|
|
4
|
+
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $SELECT_CONTROL_API_KEY, $VUELAND_UI_KEY } from './provide-keys.js';
|
|
@@ -2,8 +2,9 @@ const $FORM_API_KEY = /* @__PURE__ */ Symbol();
|
|
|
2
2
|
const $LIST_API_KEY = /* @__PURE__ */ Symbol();
|
|
3
3
|
const $MENU_API_KEY = /* @__PURE__ */ Symbol();
|
|
4
4
|
const $APP_API_KEY = /* @__PURE__ */ Symbol();
|
|
5
|
+
const $SELECT_CONTROL_API_KEY = /* @__PURE__ */ Symbol();
|
|
5
6
|
const $BREAKPOINTS_KEY = /* @__PURE__ */ Symbol();
|
|
6
7
|
const $VUELAND_UI_KEY = /* @__PURE__ */ Symbol();
|
|
7
8
|
const $DIALOGS_STACK_API_KEY = /* @__PURE__ */ Symbol();
|
|
8
9
|
|
|
9
|
-
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $VUELAND_UI_KEY };
|
|
10
|
+
export { $APP_API_KEY, $BREAKPOINTS_KEY, $DIALOGS_STACK_API_KEY, $FORM_API_KEY, $LIST_API_KEY, $MENU_API_KEY, $SELECT_CONTROL_API_KEY, $VUELAND_UI_KEY };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.c-app{--app-background-color:var(--global-base-color);display:flex}.c-app__wrapper{backface-visibility:hidden;background-color:var(--app-background-color);display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.c-app--block-scroll{bottom:0;left:var(--scroll-left);pointer-events:none;position:fixed;top:var(--scroll-top);width:100%}.c-btn{--btn-text-color:#fff;--btn-border-radius:var(--global-border-radius);--btn-bg-color:var(--global-primary-color);--btn-paddings:8px 12px;--btn-min-width:80px;--btn-width:auto;--btn-min-height:24px;--btn-height:auto;--btn-font-size:16px;align-items:center;border-radius:var(--btn-border-radius);color:var(--btn-text-color);display:inline-flex;font-size:var(--btn-font-size);height:var(--btn-height);justify-content:center;min-height:var(--btn-min-height);min-width:var(--btn-min-width);padding:var(--btn-paddings);position:relative;text-decoration:none;user-select:none;vertical-align:middle;width:var(--btn-width)}.c-btn__label{white-space:nowrap}.c-btn:disabled{background-color:#bdbdbd!important;color:#eee!important;cursor:not-allowed;pointer-events:none}.c-btn--flat{background-color:var(--btn-bg-color);color:currentColor}.c-btn--outlined{background-color:transparent;border:1px solid;color:currentColor}.c-btn--outlined:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.c-btn--block,.c-form{width:100%}:root{--global-border-radius:8px;--global-error-color:#ef231f;--global-success-color:#43d31b;--global-primary-color:#1f77c4;--global-secondary-color:#39638c;--global-base-color:#fff;--global-text-color:#3d3d3d}.c-input{--input-field-height:40px;--input-hints-height:24px;--input-field-border-radius:var(--global-border-radius);--input-field-border-color:#e5e5e5;--input-field-text-color:var(--global-text-color);--input-details-height:24px;--input-error-color:var(--global-error-color);--input-primary-color:var(--global-primary-color);--input-prepend-width:40px;--input-append-width:40px;--input-background-color:var(--global-base-color);--input-label-padding-x:4px;--input-label-left:5px;--input-label-font-size:16px;background-color:var(--input-background-color);border-radius:var(--global-border-radius);color:currentColor;display:flex;flex:1 1 auto;flex-direction:column;position:relative;transition:color .2s cubic-bezier(.25,.8,.5,1)}.c-input--focused .c-input__label>.c-label,.c-input--focused.c-input--has-prepend .c-input__label>.c-label,.c-input--has-value .c-input__label>.c-label,.c-input--has-value.c-input--has-prepend .c-input__label>.c-label{background-color:inherit;transform:translateY(-50%) scale(.9)}.c-input--focused .c-input__field{border:thin solid}.c-input--focused .c-autocomplete+.c-input__append,.c-input--focused .c-select+.c-input__append{transform:rotate(180deg)}.c-input--has-error{color:var(--input-error-color)}.c-input--default{color:var(--input-primary-color)}.c-input--has-prepend .c-input__label>.c-label{transform:translate(calc(var(--input-prepend-width) - var(--input-label-padding-x)*2),calc(var(--input-field-height)/2 - var(--input-label-font-size)/2))}.c-input--has-prepend .c-input__field>*>input{padding-left:var(--input-prepend-width)}.c-input--has-append .c-input__field>*>input{padding-right:var(--input-append-width)}.c-input__prepend{left:0;width:var(--input-prepend-width)}.c-input__append,.c-input__prepend{align-items:center;display:flex;height:var(--input-field-height);justify-content:center;position:absolute;top:0}.c-input__append{right:0;transition:transform .1s linear;width:var(--input-append-width)}.c-input__label{background-color:inherit;border-radius:var(--input-field-border-radius);height:0;position:absolute;top:0}.c-input__label .c-label{background-color:transparent;font-size:var(--input-label-font-size);left:var(--input-label-left);line-height:.9;padding:0 var(--input-label-padding-x);pointer-events:none;position:absolute;transform:translateY(calc(var(--input-field-height)/2 - var(--input-label-font-size)/2)) scale(1);transition:background-color,transform,.1s linear}.c-input__field{border:thin solid var(--input-field-border-color);border-radius:var(--input-field-border-radius);display:flex;height:var(--input-field-height);overflow:hidden;position:relative;transition:.4s cubic-bezier(.25,.8,.5,1);transition-property:color,border-color}.c-input__field>*>input,.c-input__field>*>textarea{color:var(--input-field-text-color)}.c-input__details{align-items:center;background-color:transparent;display:flex;height:var(--input-details-height);justify-content:start}.c-toolbar{--toolbar-height:60px;--toolbar-logo-width:auto;--toolbar-background-color:var(--global-base-color);--toolbar-logo-padding:0 10px;background-color:var(--toolbar-background-color);display:flex;height:var(--toolbar-height);width:100%}.c-toolbar-logo{align-items:center;display:flex;justify-content:center;padding:var(--toolbar-logo-padding);width:var(--toolbar-logo-width)}.c-toolbar--fixed{left:0;position:fixed;right:0;top:0;z-index:1}.c-list{--list-bg-color:var(--global-base-color)}.c-list--readonly{pointer-events:none}.c-list-item{--list-item-height:36px;align-items:center;color:currentColor;cursor:pointer;display:flex;height:var(--list-item-height);justify-content:start;position:relative}.c-list-item:before{background:rgba(0,0,0,.1);bottom:0;content:"";display:block;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0}.c-list-item--active:before,.c-list-item:hover:before{opacity:1}.c-list-item-title{padding:0 8px}.c-menu{--menu-bg-color:var(--global-base-color);--menu-text-color:var(--global-text-color);--menu-border-radius:var(--global-border-radius);--menu-max-height:300px;background-color:var(--menu-bg-color);border-radius:var(--menu-border-radius);box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);color:var(--menu-text-color);max-height:var(--menu-max-height);overflow:hidden;position:absolute;width:auto}.c-menu__content{height:inherit;max-height:inherit;max-width:inherit;overflow-x:hidden;overflow-y:auto;width:inherit}.c-text-field{width:100%}.c-text-field__input{height:100%;outline:none;padding:10px;width:100%}.c-select{display:flex;width:100%}.c-select__field{outline:none}.c-autocomplete{width:100%}.c-autocomplete__field{outline:none}.c-field{--field-padding:4px 8px;color:currentColor;height:100%;padding:var(--field-padding);width:100%}.c-field::placeholder{opacity:0}.c-field--focused::placeholder{opacity:1}.c-field--filled::placeholder{opacity:0}.c-card{--card-width:100%;--card-header-padding:16px;--card-body-padding:16px;--card-footer-padding:16px;--card-border-radius:8px;--card-background-color:var(--global-base-color);--card-text-color:var(--global-text-color);background-color:var(--card-background-color);border-radius:var(--card-border-radius);color:var(--card-text-color);display:flex;flex-direction:column;overflow:hidden;width:var(--card-width)}.c-card-header{flex-grow:0;padding:var(--card-header-padding)}.c-card-body{padding:var(--card-body-padding)}.c-card-footer{flex-grow:0;padding:var(--card-footer-padding)}.c-main{flex:1 0 auto;max-width:100%}.c-row{display:flex;flex-wrap:wrap;margin-left:-3.3333333333px;margin-right:-3.3333333333px}.c-row.no-gutter{margin-left:0;margin-right:0}.c-row.no-gutter>.c-col{padding-left:0;padding-right:0}.c-col{padding-left:3.3333333333px;padding-right:3.3333333333px;position:relative;width:100%}.c-spacer{flex-grow:1!important}.c-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.c-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.c-col-3{flex:0 0 25%;max-width:25%}.offset-3{margin-left:25%}.c-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.c-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.c-col-6{flex:0 0 50%;max-width:50%}.offset-6{margin-left:50%}.c-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.c-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.c-col-9{flex:0 0 75%;max-width:75%}.offset-9{margin-left:75%}.c-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.c-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.c-col-12{flex:0 0 100%;max-width:100%}.offset-12{margin-left:100%}@media (min-width:0){.c-row{margin-left:-.2083333333px;margin-right:-.2083333333px}.c-col{padding-left:.2083333333px;padding-right:.2083333333px}.c-col.xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xs\:offset-1{margin-left:8.3333333333%}.xs\:order-1{order:1}.c-col.xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xs\:offset-2{margin-left:16.6666666667%}.xs\:order-2{order:2}.c-col.xs-3{flex:0 0 25%;max-width:25%}.xs\:offset-3{margin-left:25%}.xs\:order-3{order:3}.c-col.xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xs\:offset-4{margin-left:33.3333333333%}.xs\:order-4{order:4}.c-col.xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xs\:offset-5{margin-left:41.6666666667%}.xs\:order-5{order:5}.c-col.xs-6{flex:0 0 50%;max-width:50%}.xs\:offset-6{margin-left:50%}.xs\:order-6{order:6}.c-col.xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xs\:offset-7{margin-left:58.3333333333%}.xs\:order-7{order:7}.c-col.xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xs\:offset-8{margin-left:66.6666666667%}.xs\:order-8{order:8}.c-col.xs-9{flex:0 0 75%;max-width:75%}.xs\:offset-9{margin-left:75%}.xs\:order-9{order:9}.c-col.xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xs\:offset-10{margin-left:83.3333333333%}.xs\:order-10{order:10}.c-col.xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xs\:offset-11{margin-left:91.6666666667%}.xs\:order-11{order:11}.c-col.xs-12{flex:0 0 100%;max-width:100%}.xs\:offset-12{margin-left:100%}.xs\:order-12{order:12}}@media (min-width:576px){.c-row{margin-left:-.4166666667px;margin-right:-.4166666667px}.c-col{padding-left:.4166666667px;padding-right:.4166666667px}.c-col.sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.sm\:offset-1{margin-left:8.3333333333%}.sm\:order-1{order:1}.c-col.sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm\:offset-2{margin-left:16.6666666667%}.sm\:order-2{order:2}.c-col.sm-3{flex:0 0 25%;max-width:25%}.sm\:offset-3{margin-left:25%}.sm\:order-3{order:3}.c-col.sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm\:offset-4{margin-left:33.3333333333%}.sm\:order-4{order:4}.c-col.sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.sm\:offset-5{margin-left:41.6666666667%}.sm\:order-5{order:5}.c-col.sm-6{flex:0 0 50%;max-width:50%}.sm\:offset-6{margin-left:50%}.sm\:order-6{order:6}.c-col.sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.sm\:offset-7{margin-left:58.3333333333%}.sm\:order-7{order:7}.c-col.sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.sm\:offset-8{margin-left:66.6666666667%}.sm\:order-8{order:8}.c-col.sm-9{flex:0 0 75%;max-width:75%}.sm\:offset-9{margin-left:75%}.sm\:order-9{order:9}.c-col.sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.sm\:offset-10{margin-left:83.3333333333%}.sm\:order-10{order:10}.c-col.sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.sm\:offset-11{margin-left:91.6666666667%}.sm\:order-11{order:11}.c-col.sm-12{flex:0 0 100%;max-width:100%}.sm\:offset-12{margin-left:100%}.sm\:order-12{order:12}}@media (min-width:768px){.c-row{margin-left:-.8333333333px;margin-right:-.8333333333px}.c-col{padding-left:.8333333333px;padding-right:.8333333333px}.c-col.md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.md\:offset-1{margin-left:8.3333333333%}.md\:order-1{order:1}.c-col.md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.md\:offset-2{margin-left:16.6666666667%}.md\:order-2{order:2}.c-col.md-3{flex:0 0 25%;max-width:25%}.md\:offset-3{margin-left:25%}.md\:order-3{order:3}.c-col.md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.md\:offset-4{margin-left:33.3333333333%}.md\:order-4{order:4}.c-col.md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.md\:offset-5{margin-left:41.6666666667%}.md\:order-5{order:5}.c-col.md-6{flex:0 0 50%;max-width:50%}.md\:offset-6{margin-left:50%}.md\:order-6{order:6}.c-col.md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.md\:offset-7{margin-left:58.3333333333%}.md\:order-7{order:7}.c-col.md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.md\:offset-8{margin-left:66.6666666667%}.md\:order-8{order:8}.c-col.md-9{flex:0 0 75%;max-width:75%}.md\:offset-9{margin-left:75%}.md\:order-9{order:9}.c-col.md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.md\:offset-10{margin-left:83.3333333333%}.md\:order-10{order:10}.c-col.md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.md\:offset-11{margin-left:91.6666666667%}.md\:order-11{order:11}.c-col.md-12{flex:0 0 100%;max-width:100%}.md\:offset-12{margin-left:100%}.md\:order-12{order:12}}@media (min-width:992px){.c-row{margin-left:-1.6666666667px;margin-right:-1.6666666667px}.c-col{padding-left:1.6666666667px;padding-right:1.6666666667px}.c-col.lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.lg\:offset-1{margin-left:8.3333333333%}.lg\:order-1{order:1}.c-col.lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg\:offset-2{margin-left:16.6666666667%}.lg\:order-2{order:2}.c-col.lg-3{flex:0 0 25%;max-width:25%}.lg\:offset-3{margin-left:25%}.lg\:order-3{order:3}.c-col.lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg\:offset-4{margin-left:33.3333333333%}.lg\:order-4{order:4}.c-col.lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.lg\:offset-5{margin-left:41.6666666667%}.lg\:order-5{order:5}.c-col.lg-6{flex:0 0 50%;max-width:50%}.lg\:offset-6{margin-left:50%}.lg\:order-6{order:6}.c-col.lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.lg\:offset-7{margin-left:58.3333333333%}.lg\:order-7{order:7}.c-col.lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.lg\:offset-8{margin-left:66.6666666667%}.lg\:order-8{order:8}.c-col.lg-9{flex:0 0 75%;max-width:75%}.lg\:offset-9{margin-left:75%}.lg\:order-9{order:9}.c-col.lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.lg\:offset-10{margin-left:83.3333333333%}.lg\:order-10{order:10}.c-col.lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.lg\:offset-11{margin-left:91.6666666667%}.lg\:order-11{order:11}.c-col.lg-12{flex:0 0 100%;max-width:100%}.lg\:offset-12{margin-left:100%}.lg\:order-12{order:12}}@media (min-width:1200px){.c-row{margin-left:-3.3333333333px;margin-right:-3.3333333333px}.c-col{padding-left:3.3333333333px;padding-right:3.3333333333px}.c-col.xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xl\:offset-1{margin-left:8.3333333333%}.xl\:order-1{order:1}.c-col.xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xl\:offset-2{margin-left:16.6666666667%}.xl\:order-2{order:2}.c-col.xl-3{flex:0 0 25%;max-width:25%}.xl\:offset-3{margin-left:25%}.xl\:order-3{order:3}.c-col.xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xl\:offset-4{margin-left:33.3333333333%}.xl\:order-4{order:4}.c-col.xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xl\:offset-5{margin-left:41.6666666667%}.xl\:order-5{order:5}.c-col.xl-6{flex:0 0 50%;max-width:50%}.xl\:offset-6{margin-left:50%}.xl\:order-6{order:6}.c-col.xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xl\:offset-7{margin-left:58.3333333333%}.xl\:order-7{order:7}.c-col.xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xl\:offset-8{margin-left:66.6666666667%}.xl\:order-8{order:8}.c-col.xl-9{flex:0 0 75%;max-width:75%}.xl\:offset-9{margin-left:75%}.xl\:order-9{order:9}.c-col.xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xl\:offset-10{margin-left:83.3333333333%}.xl\:order-10{order:10}.c-col.xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xl\:offset-11{margin-left:91.6666666667%}.xl\:order-11{order:11}.c-col.xl-12{flex:0 0 100%;max-width:100%}.xl\:offset-12{margin-left:100%}.xl\:order-12{order:12}}@media (min-width:1920px){.c-row{margin-left:-5px;margin-right:-5px}.c-col{padding-left:5px;padding-right:5px}.c-col.xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xxl\:offset-1{margin-left:8.3333333333%}.xxl\:order-1{order:1}.c-col.xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xxl\:offset-2{margin-left:16.6666666667%}.xxl\:order-2{order:2}.c-col.xxl-3{flex:0 0 25%;max-width:25%}.xxl\:offset-3{margin-left:25%}.xxl\:order-3{order:3}.c-col.xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xxl\:offset-4{margin-left:33.3333333333%}.xxl\:order-4{order:4}.c-col.xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xxl\:offset-5{margin-left:41.6666666667%}.xxl\:order-5{order:5}.c-col.xxl-6{flex:0 0 50%;max-width:50%}.xxl\:offset-6{margin-left:50%}.xxl\:order-6{order:6}.c-col.xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xxl\:offset-7{margin-left:58.3333333333%}.xxl\:order-7{order:7}.c-col.xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xxl\:offset-8{margin-left:66.6666666667%}.xxl\:order-8{order:8}.c-col.xxl-9{flex:0 0 75%;max-width:75%}.xxl\:offset-9{margin-left:75%}.xxl\:order-9{order:9}.c-col.xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xxl\:offset-10{margin-left:83.3333333333%}.xxl\:order-10{order:10}.c-col.xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xxl\:offset-11{margin-left:91.6666666667%}.xxl\:order-11{order:11}.c-col.xxl-12{flex:0 0 100%;max-width:100%}.xxl\:offset-12{margin-left:100%}.xxl\:order-12{order:12}}.c-icon{align-items:center;flex:0 0 auto;justify-content:center;line-height:1;vertical-align:middle}.c-icon,.c-icon--empty{display:inline-flex}.c-icon__component,.c-icon__svg{display:block;flex:0 0 auto;height:100%;width:100%}.c-dialog{align-items:center;display:flex;justify-content:center}.c-dialog,.c-scrim{bottom:0;left:0;position:fixed;right:0;top:0}.c-scrim--blurred{backdrop-filter:blur(10px)}.c-checkbox{cursor:pointer;display:flex;user-select:none}.c-checkbox__icon{border:thin solid;border-radius:4px;margin-right:4px}.c-checkbox__icon,.c-checkbox__label{color:currentColor}.c-checkbox--error{color:var(--global-error-color)}
|
|
1
|
+
.c-app{--app-background-color:var(--c-app-surface-color);display:flex}.c-app__wrapper{backface-visibility:hidden;background-color:var(--app-background-color);display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.c-app--block-scroll{bottom:0;left:var(--scroll-left);pointer-events:none;position:fixed;top:var(--scroll-top);width:100%}.c-btn{--btn-text-color:#fff;--btn-border-radius:var(--c-app-border-radius);--btn-bg-color:var(--c-app-primary-color);--btn-paddings:8px 12px;--btn-min-width:80px;--btn-width:auto;--btn-min-height:24px;--btn-height:auto;--btn-font-size:16px;align-items:center;border-radius:var(--btn-border-radius);color:var(--btn-text-color);display:inline-flex;font-size:var(--btn-font-size);height:var(--btn-height);justify-content:center;min-height:var(--btn-min-height);min-width:var(--btn-min-width);padding:var(--btn-paddings);position:relative;text-decoration:none;user-select:none;vertical-align:middle;width:var(--btn-width)}.c-btn__label{white-space:nowrap}.c-btn:disabled{background-color:#bdbdbd!important;color:#eee!important;cursor:not-allowed;pointer-events:none}.c-btn--flat{background-color:var(--btn-bg-color);color:currentColor}.c-btn--outlined{background-color:transparent;border:1px solid;color:currentColor}.c-btn--outlined:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.c-btn--block,.c-form{width:100%}:root{--c-app-primary-color:#1976d2;--c-app-on-primary-color:#fff;--c-app-secondary-color:#1565c0;--c-app-success-color:#4caf50;--c-app-error-color:#e53935;--c-app-warning-color:#ff9800;--c-app-info-color:#039be5;--c-app-accent-color:#76ff03;--c-app-background-color:#f5f5f5;--c-app-surface-color:#fff;--c-app-surface-variant-color:#eee;--c-app-on-surface-color:#424242;--c-app-text-color:#424242;--c-app-text-secondary-color:#757575;--c-app-placeholder-color:#9e9e9e;--c-app-disabled-color:#bdbdbd;--c-app-disabled-bg-color:#eee;--c-app-disabled-opacity:0.5;--c-app-readonly-color:#1976d2;--c-app-readonly-bg-color:#f5f5f5;--c-app-focus-color:#1976d2;--c-app-error-bg-color:#ffebee;--c-app-hover-color:rgba(0,0,0,.06);--c-app-overlay-color:rgba(0,0,0,.5);--c-app-shadow-color:rgba(0,0,0,.15);--c-app-border-color:#e0e0e0;--c-app-border-radius:8px}[data-theme=dark]{--c-app-primary-color:#90caf9;--c-app-on-primary-color:#212121;--c-app-secondary-color:#64b5f6;--c-app-success-color:#81c784;--c-app-error-color:#e57373;--c-app-warning-color:#ffb74d;--c-app-info-color:#4fc3f7;--c-app-background-color:#212121;--c-app-surface-color:#1e1e1e;--c-app-surface-variant-color:#2a2a2a;--c-app-on-surface-color:#e0e0e0;--c-app-text-color:#e0e0e0;--c-app-text-secondary-color:#9e9e9e;--c-app-placeholder-color:#757575;--c-app-disabled-color:#616161;--c-app-disabled-bg-color:#2a2a2a;--c-app-disabled-opacity:0.4;--c-app-readonly-color:#90caf9;--c-app-readonly-bg-color:#2a2a2a;--c-app-focus-color:#90caf9;--c-app-error-bg-color:rgba(#F44336,.12);--c-app-hover-color:hsla(0,0%,100%,.08);--c-app-overlay-color:rgba(0,0,0,.7);--c-app-shadow-color:rgba(0,0,0,.4);--c-app-border-color:#616161}.c-input{--c-input-field-border-radius:var(--c-app-border-radius);--c-input-details-height:24px;--c-input-clear-action-min-width:24px;--c-input-field-text-color:var(--c-app-text-color);--c-input-error-color:var(--c-app-error-color);--c-input-primary-color:var(--c-app-primary-color);--c-input-background-color:var(--c-app-surface-color);--c-input-disabled-color:var(--c-app-disabled-color);background-color:var(--c-input-background-color);border-radius:var(--c-app-border-radius);color:currentColor;display:flex;flex:1 1 auto;flex-direction:column;position:relative;transition:color .2s cubic-bezier(.25,.8,.5,1)}.c-input--focused .c-input__field{border-color:currentColor}.c-input--default{color:var(--c-input-primary-color)}.c-input--has-error{color:var(--c-input-error-color)}.c-input--disabled{color:var(--c-input-disabled-color);pointer-events:none}.c-input__field{display:flex}.c-input__details{align-items:center;background-color:transparent;display:flex;height:var(--c-input-details-height);justify-content:start}.c-toolbar{--toolbar-height:60px;--toolbar-logo-width:auto;--toolbar-background-color:var(--c-app-surface-color);--toolbar-logo-padding:0 10px;background-color:var(--toolbar-background-color);display:flex;height:var(--toolbar-height);width:100%}.c-toolbar-logo{align-items:center;display:flex;justify-content:center;padding:var(--toolbar-logo-padding);width:var(--toolbar-logo-width)}.c-toolbar--fixed{left:0;position:fixed;right:0;top:0;z-index:1}.c-list{--list-bg-color:var(--c-app-surface-color)}.c-list--readonly{pointer-events:none}.c-list-item{--list-item-height:36px;align-items:center;color:currentColor;cursor:pointer;display:flex;height:var(--list-item-height);justify-content:start;position:relative}.c-list-item:before{background:rgba(0,0,0,.1);bottom:0;content:"";display:block;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0}.c-list-item--active:before,.c-list-item--focused:before,.c-list-item:hover:before{opacity:1}.c-list-item-title{padding:0 8px}.c-menu{--menu-bg-color:var(--c-app-surface-color);--menu-text-color:var(--c-app-text-color);--menu-border-radius:var(--c-app-border-radius);--menu-max-height:100%;background-color:var(--menu-bg-color);border-radius:var(--menu-border-radius);box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);color:var(--menu-text-color);max-height:var(--menu-max-height);overflow:hidden;position:absolute;width:auto}.c-menu__content{height:inherit;max-height:inherit;max-width:inherit;overflow-x:hidden;overflow-y:auto;width:inherit}.c-text-field{cursor:text;flex:1 1}.c-select{flex:1 1}.c-select>.c-field>.c-field__append{transition:transform .1s linear}.c-select>.c-field--focused>.c-field__append{transform:rotate(180deg)}.c-autocomplete{cursor:text;flex:1 1 auto;max-height:100%;min-width:0;position:relative}.c-autocomplete__box{align-items:center;column-gap:2px;cursor:text;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start}.c-autocomplete-item{align-items:center;display:inline-flex;flex:0 1 auto;justify-content:center;max-width:100%}.c-autocomplete>.c-field>.c-field__append{transition:transform .1s linear}.c-autocomplete>.c-field--focused>.c-field__append{transform:rotate(180deg)}.c-field{--c-field-border-color:var(--c-app-border-color);--c-field-disabled-opacity:var(--c-app-disabled-opacity);--c-field-readonly-bg-color:var(--c-app-readonly-bg-color);--c-field-prepend-min-width:40px;--c-field-append-min-width:24px;--c-field-min-height:40px;align-items:center;background-color:var(--c-app-surface-color);border-radius:var(--c-app-border-radius);display:flex;isolation:isolate;min-height:var(--c-field-min-height);padding:1px 8px;position:relative;transition:color .2s cubic-bezier(.25,.8,.5,1),opacity .2s cubic-bezier(.25,.8,.5,1)}.c-field__outline{align-items:stretch;border-radius:inherit;display:flex;inset:0;pointer-events:none;position:absolute;z-index:-1}.c-field__outline-end,.c-field__outline-notch,.c-field__outline-start{border:0 solid var(--c-field-border-color);transition:border-color .2s cubic-bezier(.25,.8,.5,1)}.c-field__outline-start{border-bottom-left-radius:inherit;border-bottom-width:thin;border-left-width:thin;border-top-left-radius:inherit;border-top-width:thin;flex:0 0 var(--c-app-border-radius)}.c-field__outline-notch{border-bottom-width:thin;border-top-width:thin;flex:0 1 auto}.c-field__outline-notch span{display:block;max-width:.01px;overflow:hidden;padding:0 3px;transform-origin:left center;transition:max-width .15s ease;visibility:hidden;white-space:nowrap}.c-field__outline-end{border-bottom-right-radius:inherit;border-bottom-width:thin;border-right-width:thin;border-top-right-radius:inherit;border-top-width:thin;flex:1 1 auto}.c-field__core{align-items:center;column-gap:3px;display:flex;flex:1 1;flex-wrap:wrap;min-height:40px;padding:5px 0;width:100%}.c-field__prepend{min-width:var(--c-field-prepend-min-width)}.c-field__clear,.c-field__prepend{align-items:center;display:flex;justify-content:center;min-height:var(--c-field-min-height)}.c-field__clear{cursor:pointer;width:24px}.c-field__append{align-items:center;display:flex;justify-content:center;min-height:var(--c-field-min-height);min-width:var(--c-field-append-min-width)}.c-field-label{left:var(--c-app-border-radius);line-height:.9;padding:0 3px;position:absolute;top:50%;transform:translateY(-50%);transition:top .2s cubic-bezier(.25,.8,.5,1),left .2s cubic-bezier(.25,.8,.5,1),transform .2s cubic-bezier(.25,.8,.5,1)}.c-field-input{color:var(--c-app-text-color);cursor:inherit;flex:1 1;min-width:20%;outline:none;width:100%}.c-field-input::placeholder{opacity:0}.c-field--focused .c-field-input::placeholder{opacity:1}.c-field--focused>.c-field__outline>.c-field__outline-end,.c-field--focused>.c-field__outline>.c-field__outline-notch,.c-field--focused>.c-field__outline>.c-field__outline-start{border-color:currentColor}.c-field--filled>.c-field__outline>.c-field__outline-notch,.c-field--focused>.c-field__outline>.c-field__outline-notch{border-top-width:0}.c-field--filled>.c-field__outline>.c-field__outline-notch span,.c-field--focused>.c-field__outline>.c-field__outline-notch span{max-width:100%}.c-field--filled>.c-field__core>.c-field-label,.c-field--focused>.c-field__core>.c-field-label{left:var(--c-app-border-radius);top:0;transform:translateY(-50%) scale(.8)}.c-field--filled .c-field-input::placeholder{opacity:0}.c-field--error>.c-field__outline>.c-field__outline-end,.c-field--error>.c-field__outline>.c-field__outline-notch,.c-field--error>.c-field__outline>.c-field__outline-start{border-color:currentColor}.c-field--disabled{cursor:not-allowed;opacity:var(--c-field-disabled-opacity);pointer-events:none}.c-field--readonly>.c-field__outline>.c-field__outline-end,.c-field--readonly>.c-field__outline>.c-field__outline-notch,.c-field--readonly>.c-field__outline>.c-field__outline-start{background-color:var(--c-field-readonly-bg-color)}.c-field--has-prepend{padding-left:0}.c-field--has-prepend>.c-field__core>.c-field-label{left:var(--c-field-prepend-min-width)}.c-field--has-prepend>.c-field__core>.c-field-input{padding-right:8px}.c-field--has-prepend.c-field--filled>.c-field__core>.c-field-label,.c-field--has-prepend.c-field--focused>.c-field__core>.c-field-label{left:var(--c-app-border-radius);top:0;transform:translateY(-50%) scale(.8)}.c-card{--card-width:100%;--card-header-padding:16px;--card-body-padding:16px;--card-footer-padding:16px;--card-border-radius:8px;--card-background-color:var(--c-app-surface-color);--card-text-color:var(--c-app-text-color);background-color:var(--card-background-color);border-radius:var(--card-border-radius);color:var(--card-text-color);display:flex;flex-direction:column;overflow:hidden;width:var(--card-width)}.c-card-header{flex-grow:0;padding:var(--card-header-padding)}.c-card-body{padding:var(--card-body-padding)}.c-card-footer{flex-grow:0;padding:var(--card-footer-padding)}.c-main{flex:1 0 auto;max-width:100%}.c-row{display:flex;flex-wrap:wrap;margin-left:-.2083333333px;margin-right:-.2083333333px}.c-row.no-gutter{margin-left:0;margin-right:0}.c-row.no-gutter>.c-col{padding-left:0;padding-right:0}.c-col{padding-left:.2083333333px;padding-right:.2083333333px;position:relative;width:100%}.c-spacer{flex-grow:1!important}.c-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.c-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.c-col-3{flex:0 0 25%;max-width:25%}.offset-3{margin-left:25%}.c-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.c-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.c-col-6{flex:0 0 50%;max-width:50%}.offset-6{margin-left:50%}.c-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.c-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.c-col-9{flex:0 0 75%;max-width:75%}.offset-9{margin-left:75%}.c-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.c-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.c-col-12{flex:0 0 100%;max-width:100%}.offset-12{margin-left:100%}.c-col.xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xs\:offset-1{margin-left:8.3333333333%}.xs\:order-1{order:1}.c-col.xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xs\:offset-2{margin-left:16.6666666667%}.xs\:order-2{order:2}.c-col.xs-3{flex:0 0 25%;max-width:25%}.xs\:offset-3{margin-left:25%}.xs\:order-3{order:3}.c-col.xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xs\:offset-4{margin-left:33.3333333333%}.xs\:order-4{order:4}.c-col.xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xs\:offset-5{margin-left:41.6666666667%}.xs\:order-5{order:5}.c-col.xs-6{flex:0 0 50%;max-width:50%}.xs\:offset-6{margin-left:50%}.xs\:order-6{order:6}.c-col.xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xs\:offset-7{margin-left:58.3333333333%}.xs\:order-7{order:7}.c-col.xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xs\:offset-8{margin-left:66.6666666667%}.xs\:order-8{order:8}.c-col.xs-9{flex:0 0 75%;max-width:75%}.xs\:offset-9{margin-left:75%}.xs\:order-9{order:9}.c-col.xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xs\:offset-10{margin-left:83.3333333333%}.xs\:order-10{order:10}.c-col.xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xs\:offset-11{margin-left:91.6666666667%}.xs\:order-11{order:11}.c-col.xs-12{flex:0 0 100%;max-width:100%}.xs\:offset-12{margin-left:100%}.xs\:order-12{order:12}@media (min-width:600px){.c-row{margin-left:-.4166666667px;margin-right:-.4166666667px}.c-col{padding-left:.4166666667px;padding-right:.4166666667px}.c-col.sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.sm\:offset-1{margin-left:8.3333333333%}.sm\:order-1{order:1}.c-col.sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm\:offset-2{margin-left:16.6666666667%}.sm\:order-2{order:2}.c-col.sm-3{flex:0 0 25%;max-width:25%}.sm\:offset-3{margin-left:25%}.sm\:order-3{order:3}.c-col.sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm\:offset-4{margin-left:33.3333333333%}.sm\:order-4{order:4}.c-col.sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.sm\:offset-5{margin-left:41.6666666667%}.sm\:order-5{order:5}.c-col.sm-6{flex:0 0 50%;max-width:50%}.sm\:offset-6{margin-left:50%}.sm\:order-6{order:6}.c-col.sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.sm\:offset-7{margin-left:58.3333333333%}.sm\:order-7{order:7}.c-col.sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.sm\:offset-8{margin-left:66.6666666667%}.sm\:order-8{order:8}.c-col.sm-9{flex:0 0 75%;max-width:75%}.sm\:offset-9{margin-left:75%}.sm\:order-9{order:9}.c-col.sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.sm\:offset-10{margin-left:83.3333333333%}.sm\:order-10{order:10}.c-col.sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.sm\:offset-11{margin-left:91.6666666667%}.sm\:order-11{order:11}.c-col.sm-12{flex:0 0 100%;max-width:100%}.sm\:offset-12{margin-left:100%}.sm\:order-12{order:12}}@media (min-width:960px){.c-row{margin-left:-.8333333333px;margin-right:-.8333333333px}.c-col{padding-left:.8333333333px;padding-right:.8333333333px}.c-col.md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.md\:offset-1{margin-left:8.3333333333%}.md\:order-1{order:1}.c-col.md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.md\:offset-2{margin-left:16.6666666667%}.md\:order-2{order:2}.c-col.md-3{flex:0 0 25%;max-width:25%}.md\:offset-3{margin-left:25%}.md\:order-3{order:3}.c-col.md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.md\:offset-4{margin-left:33.3333333333%}.md\:order-4{order:4}.c-col.md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.md\:offset-5{margin-left:41.6666666667%}.md\:order-5{order:5}.c-col.md-6{flex:0 0 50%;max-width:50%}.md\:offset-6{margin-left:50%}.md\:order-6{order:6}.c-col.md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.md\:offset-7{margin-left:58.3333333333%}.md\:order-7{order:7}.c-col.md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.md\:offset-8{margin-left:66.6666666667%}.md\:order-8{order:8}.c-col.md-9{flex:0 0 75%;max-width:75%}.md\:offset-9{margin-left:75%}.md\:order-9{order:9}.c-col.md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.md\:offset-10{margin-left:83.3333333333%}.md\:order-10{order:10}.c-col.md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.md\:offset-11{margin-left:91.6666666667%}.md\:order-11{order:11}.c-col.md-12{flex:0 0 100%;max-width:100%}.md\:offset-12{margin-left:100%}.md\:order-12{order:12}}@media (min-width:1280px){.c-row{margin-left:-1.6666666667px;margin-right:-1.6666666667px}.c-col{padding-left:1.6666666667px;padding-right:1.6666666667px}.c-col.lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.lg\:offset-1{margin-left:8.3333333333%}.lg\:order-1{order:1}.c-col.lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg\:offset-2{margin-left:16.6666666667%}.lg\:order-2{order:2}.c-col.lg-3{flex:0 0 25%;max-width:25%}.lg\:offset-3{margin-left:25%}.lg\:order-3{order:3}.c-col.lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg\:offset-4{margin-left:33.3333333333%}.lg\:order-4{order:4}.c-col.lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.lg\:offset-5{margin-left:41.6666666667%}.lg\:order-5{order:5}.c-col.lg-6{flex:0 0 50%;max-width:50%}.lg\:offset-6{margin-left:50%}.lg\:order-6{order:6}.c-col.lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.lg\:offset-7{margin-left:58.3333333333%}.lg\:order-7{order:7}.c-col.lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.lg\:offset-8{margin-left:66.6666666667%}.lg\:order-8{order:8}.c-col.lg-9{flex:0 0 75%;max-width:75%}.lg\:offset-9{margin-left:75%}.lg\:order-9{order:9}.c-col.lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.lg\:offset-10{margin-left:83.3333333333%}.lg\:order-10{order:10}.c-col.lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.lg\:offset-11{margin-left:91.6666666667%}.lg\:order-11{order:11}.c-col.lg-12{flex:0 0 100%;max-width:100%}.lg\:offset-12{margin-left:100%}.lg\:order-12{order:12}}@media (min-width:1920px){.c-row{margin-left:-3.3333333333px;margin-right:-3.3333333333px}.c-col{padding-left:3.3333333333px;padding-right:3.3333333333px}.c-col.xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xl\:offset-1{margin-left:8.3333333333%}.xl\:order-1{order:1}.c-col.xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xl\:offset-2{margin-left:16.6666666667%}.xl\:order-2{order:2}.c-col.xl-3{flex:0 0 25%;max-width:25%}.xl\:offset-3{margin-left:25%}.xl\:order-3{order:3}.c-col.xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xl\:offset-4{margin-left:33.3333333333%}.xl\:order-4{order:4}.c-col.xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xl\:offset-5{margin-left:41.6666666667%}.xl\:order-5{order:5}.c-col.xl-6{flex:0 0 50%;max-width:50%}.xl\:offset-6{margin-left:50%}.xl\:order-6{order:6}.c-col.xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xl\:offset-7{margin-left:58.3333333333%}.xl\:order-7{order:7}.c-col.xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xl\:offset-8{margin-left:66.6666666667%}.xl\:order-8{order:8}.c-col.xl-9{flex:0 0 75%;max-width:75%}.xl\:offset-9{margin-left:75%}.xl\:order-9{order:9}.c-col.xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xl\:offset-10{margin-left:83.3333333333%}.xl\:order-10{order:10}.c-col.xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xl\:offset-11{margin-left:91.6666666667%}.xl\:order-11{order:11}.c-col.xl-12{flex:0 0 100%;max-width:100%}.xl\:offset-12{margin-left:100%}.xl\:order-12{order:12}}@media (min-width:2560px){.c-row{margin-left:-5px;margin-right:-5px}.c-col{padding-left:5px;padding-right:5px}.c-col.xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.xxl\:offset-1{margin-left:8.3333333333%}.xxl\:order-1{order:1}.c-col.xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.xxl\:offset-2{margin-left:16.6666666667%}.xxl\:order-2{order:2}.c-col.xxl-3{flex:0 0 25%;max-width:25%}.xxl\:offset-3{margin-left:25%}.xxl\:order-3{order:3}.c-col.xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.xxl\:offset-4{margin-left:33.3333333333%}.xxl\:order-4{order:4}.c-col.xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.xxl\:offset-5{margin-left:41.6666666667%}.xxl\:order-5{order:5}.c-col.xxl-6{flex:0 0 50%;max-width:50%}.xxl\:offset-6{margin-left:50%}.xxl\:order-6{order:6}.c-col.xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.xxl\:offset-7{margin-left:58.3333333333%}.xxl\:order-7{order:7}.c-col.xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.xxl\:offset-8{margin-left:66.6666666667%}.xxl\:order-8{order:8}.c-col.xxl-9{flex:0 0 75%;max-width:75%}.xxl\:offset-9{margin-left:75%}.xxl\:order-9{order:9}.c-col.xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.xxl\:offset-10{margin-left:83.3333333333%}.xxl\:order-10{order:10}.c-col.xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.xxl\:offset-11{margin-left:91.6666666667%}.xxl\:order-11{order:11}.c-col.xxl-12{flex:0 0 100%;max-width:100%}.xxl\:offset-12{margin-left:100%}.xxl\:order-12{order:12}}.c-icon{align-items:center;flex:0 0 auto;justify-content:center;line-height:1;vertical-align:middle}.c-icon,.c-icon--empty{display:inline-flex}.c-icon__component,.c-icon__svg{display:block;flex:0 0 auto;height:100%;width:100%}.c-dialog{align-items:center;display:flex;justify-content:center}.c-dialog,.c-scrim{bottom:0;left:0;position:fixed;right:0;top:0}.c-scrim--blurred{backdrop-filter:blur(10px)}.c-checkbox{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:flex-start;outline:none;position:relative;user-select:none}.c-checkbox--checked>.c-checkbox__label,.c-checkbox--default>.c-checkbox__label,.c-checkbox--focused>.c-checkbox__label,.c-checkbox--readonly>.c-checkbox__label{color:var(--c-app-text-color)}.c-checkbox--disabled>.c-checkbox__label{color:currentColor}.c-checkbox--focused>.c-checkbox__icon:before{opacity:.2}.c-checkbox__icon{position:relative}.c-checkbox__icon:before{background-color:currentColor;border-radius:8px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(.7)}.c-checkbox__label{color:currentColor;margin-left:8px;pointer-events:none}.c-checkbox--error{color:var(--c-app-error-color)}.c-checkbox--error>.c-checkbox__label{color:currentColor}.c-checkbox>input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0}.c-radio{align-items:center;display:flex;justify-content:flex-start}.c-date-picker{--c-date-picker-width:320px;--c-date-picker-display-bg:var(--c-app-primary-color,#1976d2);--c-date-picker-display-color:#fff;--c-date-picker-cell-size:36px;--c-date-picker-selected-bg:#90caf9;--c-date-picker-selected-color:var(--c-app-primary-color,#1976d2);--c-date-picker-today-color:var(--c-app-primary-color,#1976d2);--c-date-picker-hover-bg:rgba(0,0,0,.06);--c-date-picker-hover-color:#757575;--c-date-picker-disabled-color:var(--c-app-disabled-color,#bdbdbd);--c-date-picker-highlighted-bg:rgba(25,118,210,.12);--c-date-picker-highlighted-color:var(--c-app-primary-color,#1976d2);background:var(--c-app-surface-color,#fff);border-radius:var(--c-app-border-radius,4px);overflow:hidden;user-select:none;width:var(--c-date-picker-width)}.c-date-picker__display{background:var(--c-date-picker-display-bg);color:var(--c-date-picker-display-color);display:flex;flex-direction:column;gap:2px;padding:16px 20px 12px}.c-date-picker__display-year{cursor:pointer;font-size:13px;opacity:.75}.c-date-picker__display-date{font-size:22px;font-weight:600;line-height:1.2}.c-date-picker__header{border-bottom:1px solid var(--c-app-border-color,#e5e5e5);display:flex;flex-direction:column}.c-date-picker__header-nav{align-items:center;display:flex;justify-content:space-between;padding:8px 4px 4px}.c-date-picker__header-btn{align-items:center;background:transparent;border:none;color:inherit;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s;width:36px}.c-date-picker__header-btn:hover{background:var(--c-date-picker-hover-bg)}.c-date-picker__header-btn--disabled,.c-date-picker__header-btn:disabled{cursor:default;opacity:.3;pointer-events:none}.c-date-picker__header-display{border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;padding:4px 8px;transition:background .15s}.c-date-picker__header-display:hover{background:var(--c-date-picker-hover-bg)}.c-date-picker__body{min-height:240px;padding:4px 8px 8px}.c-date-picker-dates__week{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.c-date-picker-dates__day{align-items:center;display:flex;font-size:11px;font-weight:600;height:32px;justify-content:center;opacity:.5;text-transform:uppercase}.c-date-picker-dates__dates{display:flex;flex-direction:column}.c-date-picker-dates__row{display:grid;grid-template-columns:repeat(7,1fr)}.c-date-picker-dates__cell{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:13px;height:var(--c-date-picker-cell-size);justify-content:center;margin:1px auto;transition:background .12s;width:var(--c-date-picker-cell-size)}.c-date-picker-dates__cell:hover{background:var(--c-date-picker-hover-bg);color:#171717}.c-date-picker-dates__cell:hover.c-date-picker--selected{color:var(--c-date-picker-selected-color)}.c-date-picker-dates__cell--empty{cursor:default;pointer-events:none}.c-date-picker-dates__cell--empty:hover{background:none}.c-date-picker-dates__cell--selected{border:thin solid var(--c-date-picker-selected-bg);color:var(--c-date-picker-selected-color);font-weight:600}.c-date-picker-dates__cell--today{color:var(--c-date-picker-today-color);font-weight:700}.c-date-picker-dates__cell--disabled{color:var(--c-date-picker-disabled-color);pointer-events:none;text-decoration:line-through}.c-date-picker-dates__cell--highlighted{background:var(--c-date-picker-highlighted-bg);color:var(--c-date-picker-highlighted-color);font-weight:600}.c-date-picker-months{padding:8px 0}.c-date-picker-months__row{display:grid;gap:4px;grid-template-columns:repeat(3,1fr);margin-bottom:4px}.c-date-picker-months__cell{align-items:center;border:1.5px solid transparent;border-radius:6px;cursor:pointer;display:flex;font-size:13px;height:52px;justify-content:center;transition:background .12s}.c-date-picker-months__cell:hover{background:var(--c-date-picker-hover-bg)}.c-date-picker-months__cell--selected{border-color:var(--c-date-picker-selected-bg);color:var(--c-date-picker-today-color);font-weight:600}.c-date-picker-months__cell--current{font-weight:600}.c-date-picker-months__cell--disabled{color:var(--c-date-picker-disabled-color);opacity:.4;pointer-events:none}.c-date-picker-years{padding:8px 0}.c-date-picker-years__grid{display:flex;flex-direction:column}.c-date-picker-years__row{display:grid;gap:4px;grid-template-columns:repeat(4,1fr);margin-bottom:4px}.c-date-picker-years__cell{align-items:center;border:1.5px solid transparent;border-radius:6px;cursor:pointer;display:flex;font-size:13px;height:44px;justify-content:center;transition:background .12s}.c-date-picker-years__cell:hover{background:var(--c-date-picker-hover-bg)}.c-date-picker-years__cell--selected{background:var(--c-date-picker-selected-bg);color:var(--c-date-picker-selected-color);font-weight:600}.c-date-picker-years__cell--current{border-color:var(--c-date-picker-selected-bg);color:var(--c-date-picker-today-color);font-weight:600}.c-date-picker-years__cell--disabled{color:var(--c-date-picker-disabled-color);opacity:.4;pointer-events:none}.c-date-slide-down-enter-active,.c-date-slide-down-leave-active,.c-date-slide-left-enter-active,.c-date-slide-left-leave-active,.c-date-slide-right-enter-active,.c-date-slide-right-leave-active,.c-date-slide-up-enter-active,.c-date-slide-up-leave-active{overflow:hidden;transition:all .2s cubic-bezier(.25,.8,.5,1)}.c-date-slide-left-enter-from{opacity:0;transform:translateX(20px)}.c-date-slide-left-leave-to,.c-date-slide-right-enter-from{opacity:0;transform:translateX(-20px)}.c-date-slide-right-leave-to{opacity:0;transform:translateX(20px)}.c-date-slide-up-enter-from{opacity:0;transform:translateY(12px)}.c-date-slide-down-enter-from,.c-date-slide-up-leave-to{opacity:0;transform:translateY(-12px)}.c-date-slide-down-leave-to{opacity:0;transform:translateY(12px)}.c-date-fade-enter-active,.c-date-fade-leave-active{transition:opacity .15s}.c-date-fade-enter-from,.c-date-fade-leave-to{opacity:0}.c-date-input{width:100%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.border-0{border:none!important}.border{border:1px solid!important}.border-2{border:2px solid!important}.border-t{border-top:1px solid!important}.border-b{border-bottom:1px solid!important}.border-l{border-left:1px solid!important}.border-r{border-right:1px solid!important}.border-t-0{border-top:none!important}.border-b-0{border-bottom:none!important}.border-l-0{border-left:none!important}.border-r-0{border-right:none!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-none{border-style:none!important}.border-transparent{border-color:transparent!important}.border-current{border-color:currentColor!important}.outline-none{outline:none!important}.outline{outline:1px solid!important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.d-block{display:block}.d-inline-block{display:inline-block}.d-inline{display:inline}
|
|
1
|
+
.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-contents{display:contents!important}@media (min-width:600px){.sm\:d-none{display:none!important}.sm\:d-block{display:block!important}.sm\:d-inline{display:inline!important}.sm\:d-inline-block{display:inline-block!important}.sm\:d-flex{display:flex!important}.sm\:d-inline-flex{display:inline-flex!important}.sm\:d-grid{display:grid!important}.sm\:d-inline-grid{display:inline-grid!important}.sm\:d-table{display:table!important}.sm\:d-table-cell{display:table-cell!important}.sm\:d-contents{display:contents!important}}@media (min-width:960px){.md\:d-none{display:none!important}.md\:d-block{display:block!important}.md\:d-inline{display:inline!important}.md\:d-inline-block{display:inline-block!important}.md\:d-flex{display:flex!important}.md\:d-inline-flex{display:inline-flex!important}.md\:d-grid{display:grid!important}.md\:d-inline-grid{display:inline-grid!important}.md\:d-table{display:table!important}.md\:d-table-cell{display:table-cell!important}.md\:d-contents{display:contents!important}}@media (min-width:1280px){.lg\:d-none{display:none!important}.lg\:d-block{display:block!important}.lg\:d-inline{display:inline!important}.lg\:d-inline-block{display:inline-block!important}.lg\:d-flex{display:flex!important}.lg\:d-inline-flex{display:inline-flex!important}.lg\:d-grid{display:grid!important}.lg\:d-inline-grid{display:inline-grid!important}.lg\:d-table{display:table!important}.lg\:d-table-cell{display:table-cell!important}.lg\:d-contents{display:contents!important}}@media (min-width:1920px){.xl\:d-none{display:none!important}.xl\:d-block{display:block!important}.xl\:d-inline{display:inline!important}.xl\:d-inline-block{display:inline-block!important}.xl\:d-flex{display:flex!important}.xl\:d-inline-flex{display:inline-flex!important}.xl\:d-grid{display:grid!important}.xl\:d-inline-grid{display:inline-grid!important}.xl\:d-table{display:table!important}.xl\:d-table-cell{display:table-cell!important}.xl\:d-contents{display:contents!important}}@media (min-width:2560px){.xxl\:d-none{display:none!important}.xxl\:d-block{display:block!important}.xxl\:d-inline{display:inline!important}.xxl\:d-inline-block{display:inline-block!important}.xxl\:d-flex{display:flex!important}.xxl\:d-inline-flex{display:inline-flex!important}.xxl\:d-grid{display:grid!important}.xxl\:d-inline-grid{display:inline-grid!important}.xxl\:d-table{display:table!important}.xxl\:d-table-cell{display:table-cell!important}.xxl\:d-contents{display:contents!important}}
|