vueless 0.0.477-beta.0 → 0.0.477
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/composables/useBreakpoint.js +1 -1
- package/composables/useUI.js +1 -204
- package/constants.js +1 -2
- package/directives/clickOutside/vClickOutside.js +2 -2
- package/directives/tooltip/storybook/stories.js +5 -5
- package/{index.ts → index.js} +6 -9
- package/package.json +17 -28
- package/preset.tailwind.js +7 -16
- package/ui.button/config.js +0 -12
- package/ui.button-link/ULink.vue +1 -1
- package/ui.button-link/config.js +0 -9
- package/ui.data-list/UDataList.vue +4 -4
- package/ui.dropdown-badge/config.js +0 -1
- package/ui.dropdown-button/config.js +0 -1
- package/ui.form-checkbox/config.js +0 -9
- package/ui.form-color-picker/config.js +0 -7
- package/ui.form-input/UInput.vue +1 -1
- package/ui.form-input-money/useFormatCurrency.js +1 -1
- package/ui.form-input-number/UInputNumber.vue +3 -4
- package/ui.form-label/config.js +2 -2
- package/ui.form-radio/config.js +0 -6
- package/ui.form-switch/config.js +0 -6
- package/ui.image-avatar/config.js +0 -5
- package/ui.image-icon/config.js +0 -5
- package/ui.loader/config.js +0 -1
- package/ui.loader-overlay/config.js +0 -1
- package/ui.loader-progress/config.js +0 -1
- package/ui.navigation-progress/config.js +0 -9
- package/ui.other-dot/config.js +0 -1
- package/ui.text-alert/config.js +0 -7
- package/ui.text-badge/config.js +0 -8
- package/ui.text-block/UText.vue +62 -18
- package/ui.text-block/storybook/Docs.mdx +2 -2
- package/ui.text-block/storybook/{stories.ts → stories.js} +7 -12
- package/ui.text-block/useAttrs.js +15 -0
- package/ui.text-file/UFile.vue +14 -12
- package/ui.text-file/config.js +2 -12
- package/ui.text-files/config.js +1 -1
- package/ui.text-header/config.js +0 -1
- package/ui.text-money/config.js +0 -1
- package/ui.text-money/utilMoney.js +2 -2
- package/{utilsTs/utilTheme.ts → utils/utilTheme.js} +27 -31
- package/utils/utilUI.js +204 -0
- package/web-types.json +120 -30
- package/adatper.locale/locales/en.d.ts +0 -289
- package/adatper.locale/vue-i18n.d.ts +0 -9
- package/adatper.locale/vueless.d.ts +0 -11
- package/composables/useAutoPosition.d.ts +0 -15
- package/composables/useBreakpoint.d.ts +0 -7
- package/composables/useLocale.d.ts +0 -3
- package/composables/useMutationObserver.d.ts +0 -7
- package/composables/useUI.d.ts +0 -17
- package/composablesTs/useAutoPosition.d.ts +0 -28
- package/composablesTs/useAutoPosition.ts +0 -115
- package/composablesTs/useBreakpoint.d.ts +0 -7
- package/composablesTs/useBreakpoint.ts +0 -106
- package/composablesTs/useLocale.d.ts +0 -3
- package/composablesTs/useLocale.ts +0 -25
- package/composablesTs/useMutationObserver.d.ts +0 -8
- package/composablesTs/useMutationObserver.ts +0 -50
- package/composablesTs/useUI.d.ts +0 -68
- package/composablesTs/useUI.ts +0 -566
- package/constants.d.ts +0 -42
- package/constants.ts +0 -73
- package/directives/clickOutside/storybook/stories.d.ts +0 -653
- package/directives/clickOutside/vClickOutside.d.ts +0 -6
- package/directives/index.d.ts +0 -2
- package/directives/tooltip/storybook/stories.d.ts +0 -252
- package/directives/tooltip/vTooltip.d.ts +0 -6
- package/index.d.ts +0 -15
- package/preset.tailwind.d.ts +0 -69
- package/types.d.ts +0 -131
- package/types.ts +0 -218
- package/ui.button/UButton.vue.d.ts +0 -73
- package/ui.button/config.d.ts +0 -130
- package/ui.button/constants.d.ts +0 -1
- package/ui.button/storybook/stories.d.ts +0 -3062
- package/ui.button/useAttrs.d.ts +0 -11
- package/ui.button-link/ULink.vue.d.ts +0 -66
- package/ui.button-link/config.d.ts +0 -101
- package/ui.button-link/constants.d.ts +0 -1
- package/ui.button-link/storybook/stories.d.ts +0 -4567
- package/ui.button-link/useAttrs.d.ts +0 -14
- package/ui.button-toggle/UToggle.vue.d.ts +0 -50
- package/ui.button-toggle/config.d.ts +0 -65
- package/ui.button-toggle/constants.d.ts +0 -3
- package/ui.button-toggle/storybook/stories.d.ts +0 -2683
- package/ui.button-toggle/useAttrs.d.ts +0 -11
- package/ui.button-toggle-item/UToggleItem.vue.d.ts +0 -36
- package/ui.button-toggle-item/config.d.ts +0 -41
- package/ui.button-toggle-item/constants.d.ts +0 -1
- package/ui.button-toggle-item/storybook/stories.d.ts +0 -495
- package/ui.button-toggle-item/useAttrs.d.ts +0 -15
- package/ui.container-accordion/UAccordion.vue.d.ts +0 -32
- package/ui.container-accordion/config.d.ts +0 -40
- package/ui.container-accordion/constants.d.ts +0 -1
- package/ui.container-accordion/storybook/stories.d.ts +0 -732
- package/ui.container-accordion/useAttrs.d.ts +0 -13
- package/ui.container-card/UCard.vue.d.ts +0 -31
- package/ui.container-card/config.d.ts +0 -13
- package/ui.container-card/constants.d.ts +0 -1
- package/ui.container-card/storybook/stories.d.ts +0 -3906
- package/ui.container-card/useAttrs.d.ts +0 -11
- package/ui.container-col/UCol.vue.d.ts +0 -33
- package/ui.container-col/config.d.ts +0 -81
- package/ui.container-col/constants.d.ts +0 -1
- package/ui.container-col/storybook/stories.d.ts +0 -840
- package/ui.container-col/useAttrs.d.ts +0 -11
- package/ui.container-divider/UDivider.vue.d.ts +0 -25
- package/ui.container-divider/config.d.ts +0 -102
- package/ui.container-divider/constants.d.ts +0 -1
- package/ui.container-divider/storybook/stories.d.ts +0 -577
- package/ui.container-divider/useAttrs.d.ts +0 -11
- package/ui.container-group/UGroup.vue.d.ts +0 -33
- package/ui.container-group/config.d.ts +0 -38
- package/ui.container-group/constants.d.ts +0 -1
- package/ui.container-group/storybook/stories.d.ts +0 -2869
- package/ui.container-group/useAttrs.d.ts +0 -11
- package/ui.container-modal/UModal.vue.d.ts +0 -59
- package/ui.container-modal/config.d.ts +0 -77
- package/ui.container-modal/constants.d.ts +0 -1
- package/ui.container-modal/storybook/stories.d.ts +0 -8377
- package/ui.container-modal/useAttrs.d.ts +0 -11
- package/ui.container-modal-confirm/UModalConfirm.vue.d.ts +0 -59
- package/ui.container-modal-confirm/config.d.ts +0 -23
- package/ui.container-modal-confirm/constants.d.ts +0 -1
- package/ui.container-modal-confirm/storybook/stories.d.ts +0 -4494
- package/ui.container-modal-confirm/useAttrs.d.ts +0 -11
- package/ui.container-page/UPage.vue.d.ts +0 -47
- package/ui.container-page/config.d.ts +0 -85
- package/ui.container-page/constants.d.ts +0 -1
- package/ui.container-page/storybook/stories.d.ts +0 -8723
- package/ui.container-page/useAttrs.d.ts +0 -13
- package/ui.container-row/URow.vue.d.ts +0 -35
- package/ui.container-row/config.d.ts +0 -85
- package/ui.container-row/constants.d.ts +0 -1
- package/ui.container-row/storybook/stories.d.ts +0 -2619
- package/ui.container-row/useAttrs.d.ts +0 -11
- package/ui.data-list/UDataList.vue.d.ts +0 -74
- package/ui.data-list/config.d.ts +0 -48
- package/ui.data-list/constants.d.ts +0 -1
- package/ui.data-list/storybook/stories.d.ts +0 -3342
- package/ui.data-list/useAttrs.d.ts +0 -11
- package/ui.data-table/UTable.vue.d.ts +0 -90
- package/ui.data-table/UTableRow.vue.d.ts +0 -61
- package/ui.data-table/config.d.ts +0 -128
- package/ui.data-table/constants.d.ts +0 -1
- package/ui.data-table/storybook/stories.d.ts +0 -13069
- package/ui.data-table/useAttrs.d.ts +0 -17
- package/ui.data-table/utilTable.d.ts +0 -9
- package/ui.dropdown-badge/UDropdownBadge.vue.d.ts +0 -145
- package/ui.dropdown-badge/config.d.ts +0 -39
- package/ui.dropdown-badge/constants.d.ts +0 -1
- package/ui.dropdown-badge/storybook/stories.d.ts +0 -1246
- package/ui.dropdown-badge/useAttrs.d.ts +0 -13
- package/ui.dropdown-button/UDropdownButton.vue.d.ts +0 -151
- package/ui.dropdown-button/config.d.ts +0 -52
- package/ui.dropdown-button/constants.d.ts +0 -4
- package/ui.dropdown-button/storybook/stories.d.ts +0 -1912
- package/ui.dropdown-button/useAttrs.d.ts +0 -13
- package/ui.dropdown-link/UDropdownLink.vue.d.ts +0 -149
- package/ui.dropdown-link/config.d.ts +0 -37
- package/ui.dropdown-link/constants.d.ts +0 -1
- package/ui.dropdown-link/storybook/stories.d.ts +0 -1333
- package/ui.dropdown-link/useAttrs.d.ts +0 -13
- package/ui.dropdown-list/UDropdownList.vue.d.ts +0 -59
- package/ui.dropdown-list/config.d.ts +0 -77
- package/ui.dropdown-list/constants.d.ts +0 -1
- package/ui.dropdown-list/storybook/stories.d.ts +0 -783
- package/ui.dropdown-list/useAttrs.d.ts +0 -11
- package/ui.dropdown-list/usePointer.d.ts +0 -8
- package/ui.form-calendar/UCalendar.vue.d.ts +0 -31
- package/ui.form-calendar/UCalendarDayView.vue.d.ts +0 -26
- package/ui.form-calendar/UCalendarMonthView.vue.d.ts +0 -26
- package/ui.form-calendar/UCalendarYearView.vue.d.ts +0 -26
- package/ui.form-calendar/config.d.ts +0 -207
- package/ui.form-calendar/constants.d.ts +0 -66
- package/ui.form-calendar/storybook/stories.d.ts +0 -262
- package/ui.form-calendar/useAttrs.d.ts +0 -11
- package/ui.form-calendar/utilCalendar.d.ts +0 -8
- package/ui.form-calendar/utilDate.d.ts +0 -30
- package/ui.form-calendar/utilFormatting.d.ts +0 -68
- package/ui.form-checkbox/UCheckbox.vue.d.ts +0 -50
- package/ui.form-checkbox/config.d.ts +0 -67
- package/ui.form-checkbox/constants.d.ts +0 -1
- package/ui.form-checkbox/storybook/stories.d.ts +0 -1589
- package/ui.form-checkbox/useAttrs.d.ts +0 -14
- package/ui.form-checkbox-group/UCheckboxGroup.vue.d.ts +0 -40
- package/ui.form-checkbox-group/config.d.ts +0 -21
- package/ui.form-checkbox-group/constants.d.ts +0 -1
- package/ui.form-checkbox-group/storybook/stories.d.ts +0 -2441
- package/ui.form-checkbox-group/useAttrs.d.ts +0 -11
- package/ui.form-checkbox-multi-state/UCheckboxMultiState.vue.d.ts +0 -24
- package/ui.form-checkbox-multi-state/config.d.ts +0 -10
- package/ui.form-checkbox-multi-state/constants.d.ts +0 -1
- package/ui.form-checkbox-multi-state/storybook/stories.d.ts +0 -187
- package/ui.form-checkbox-multi-state/useAttrs.d.ts +0 -13
- package/ui.form-color-picker/UColorPicker.vue.d.ts +0 -28
- package/ui.form-color-picker/config.d.ts +0 -42
- package/ui.form-color-picker/constants.d.ts +0 -1
- package/ui.form-color-picker/storybook/stories.d.ts +0 -316
- package/ui.form-color-picker/useAttrs.d.ts +0 -11
- package/ui.form-date-picker/UDatePicker.vue.d.ts +0 -135
- package/ui.form-date-picker/config.d.ts +0 -184
- package/ui.form-date-picker/constants.d.ts +0 -1
- package/ui.form-date-picker/index.d.ts +0 -1
- package/ui.form-date-picker/storybook/stories.d.ts +0 -3242
- package/ui.form-date-picker/useAttrs.d.ts +0 -14
- package/ui.form-date-picker-range/UDatePickerRange.vue.d.ts +0 -545
- package/ui.form-date-picker-range/UDatePickerRangeInputs.vue.d.ts +0 -6
- package/ui.form-date-picker-range/UDatePickerRangePeriodMenu.vue.d.ts +0 -7
- package/ui.form-date-picker-range/config.d.ts +0 -265
- package/ui.form-date-picker-range/constants.d.ts +0 -20
- package/ui.form-date-picker-range/storybook/stories.d.ts +0 -5545
- package/ui.form-date-picker-range/useAttrs.d.ts +0 -17
- package/ui.form-date-picker-range/useUserFormat.d.ts +0 -3
- package/ui.form-date-picker-range/utilDateRange.d.ts +0 -20
- package/ui.form-date-picker-range/utilValidation.d.ts +0 -3
- package/ui.form-input/UInput.vue.d.ts +0 -59
- package/ui.form-input/config.d.ts +0 -59
- package/ui.form-input/constants.d.ts +0 -1
- package/ui.form-input/storybook/stories.d.ts +0 -5734
- package/ui.form-input/useAttrs.d.ts +0 -11
- package/ui.form-input-file/UInputFile.vue.d.ts +0 -57
- package/ui.form-input-file/config.d.ts +0 -94
- package/ui.form-input-file/constants.d.ts +0 -1
- package/ui.form-input-file/storybook/stories.d.ts +0 -1116
- package/ui.form-input-file/useAttrs.d.ts +0 -11
- package/ui.form-input-file/utilFileForm.d.ts +0 -1
- package/ui.form-input-money/UInputMoney.vue.d.ts +0 -183
- package/ui.form-input-money/config.d.ts +0 -17
- package/ui.form-input-money/constants.d.ts +0 -1
- package/ui.form-input-money/storybook/stories.d.ts +0 -7519
- package/ui.form-input-money/useAttrs.d.ts +0 -11
- package/ui.form-input-money/useFormatCurrency.d.ts +0 -5
- package/ui.form-input-money/utilFormat.d.ts +0 -7
- package/ui.form-input-number/UInputNumber.vue.d.ts +0 -30
- package/ui.form-input-number/config.d.ts +0 -40
- package/ui.form-input-number/constants.d.ts +0 -1
- package/ui.form-input-number/storybook/stories.d.ts +0 -363
- package/ui.form-input-number/useAttrs.d.ts +0 -11
- package/ui.form-input-rating/UInputRating.vue.d.ts +0 -49
- package/ui.form-input-rating/config.d.ts +0 -56
- package/ui.form-input-rating/constants.d.ts +0 -1
- package/ui.form-input-rating/storybook/stories.d.ts +0 -1336
- package/ui.form-input-rating/useAttrs.d.ts +0 -11
- package/ui.form-input-search/UInputSearch.vue.d.ts +0 -177
- package/ui.form-input-search/config.d.ts +0 -21
- package/ui.form-input-search/constants.d.ts +0 -1
- package/ui.form-input-search/storybook/stories.d.ts +0 -3325
- package/ui.form-input-search/useAttrs.d.ts +0 -11
- package/ui.form-label/ULabel.vue.d.ts +0 -46
- package/ui.form-label/config.d.ts +0 -139
- package/ui.form-label/constants.d.ts +0 -8
- package/ui.form-label/storybook/stories.d.ts +0 -1133
- package/ui.form-label/useAttrs.d.ts +0 -11
- package/ui.form-radio/URadio.vue.d.ts +0 -46
- package/ui.form-radio/config.d.ts +0 -30
- package/ui.form-radio/constants.d.ts +0 -1
- package/ui.form-radio/storybook/stories.d.ts +0 -1270
- package/ui.form-radio/useAttrs.d.ts +0 -14
- package/ui.form-radio-group/URadioGroup.vue.d.ts +0 -40
- package/ui.form-radio-group/config.d.ts +0 -21
- package/ui.form-radio-group/constants.d.ts +0 -1
- package/ui.form-radio-group/storybook/stories.d.ts +0 -1239
- package/ui.form-radio-group/useAttrs.d.ts +0 -11
- package/ui.form-select/USelect.vue.d.ts +0 -405
- package/ui.form-select/config.d.ts +0 -146
- package/ui.form-select/constants.d.ts +0 -13
- package/ui.form-select/storybook/stories.d.ts +0 -19025
- package/ui.form-select/useAttrs.d.ts +0 -15
- package/ui.form-select/utilSelect.d.ts +0 -11
- package/ui.form-switch/USwitch.vue.d.ts +0 -30
- package/ui.form-switch/config.d.ts +0 -106
- package/ui.form-switch/constants.d.ts +0 -1
- package/ui.form-switch/storybook/stories.d.ts +0 -703
- package/ui.form-switch/useAttrs.d.ts +0 -13
- package/ui.form-switch/utilVariant.d.ts +0 -169
- package/ui.form-textarea/UTextarea.vue.d.ts +0 -132
- package/ui.form-textarea/config.d.ts +0 -55
- package/ui.form-textarea/constants.d.ts +0 -1
- package/ui.form-textarea/storybook/stories.d.ts +0 -2175
- package/ui.form-textarea/useAttrs.d.ts +0 -11
- package/ui.image-avatar/UAvatar.vue.d.ts +0 -40
- package/ui.image-avatar/config.d.ts +0 -51
- package/ui.image-avatar/constants.d.ts +0 -1
- package/ui.image-avatar/storybook/stories.d.ts +0 -1640
- package/ui.image-avatar/useAttrs.d.ts +0 -11
- package/ui.image-icon/UIcon.vue.d.ts +0 -28
- package/ui.image-icon/config.d.ts +0 -52
- package/ui.image-icon/constants.d.ts +0 -1
- package/ui.image-icon/storybook/stories.d.ts +0 -516
- package/ui.image-icon/useAttrs.d.ts +0 -11
- package/ui.loader/ULoader.vue.d.ts +0 -23
- package/ui.loader/config.d.ts +0 -49
- package/ui.loader/constants.d.ts +0 -2
- package/ui.loader/storybook/stories.d.ts +0 -655
- package/ui.loader/useAttrs.d.ts +0 -11
- package/ui.loader-overlay/ULoaderOverlay.vue.d.ts +0 -21
- package/ui.loader-overlay/config.d.ts +0 -25
- package/ui.loader-overlay/constants.d.ts +0 -1
- package/ui.loader-overlay/storybook/stories.d.ts +0 -362
- package/ui.loader-overlay/useAttrs.d.ts +0 -11
- package/ui.loader-overlay/useLoaderOverlay.d.ts +0 -10
- package/ui.loader-overlay/utilLoaderOverlay.d.ts +0 -2
- package/ui.loader-progress/ULoaderProgress.vue.d.ts +0 -11
- package/ui.loader-progress/config.d.ts +0 -24
- package/ui.loader-progress/constants.d.ts +0 -3
- package/ui.loader-progress/storybook/stories.d.ts +0 -742
- package/ui.loader-progress/useAttrs.d.ts +0 -11
- package/ui.loader-progress/useLoaderProgress.d.ts +0 -15
- package/ui.loader-progress/utilLoaderProgress.d.ts +0 -5
- package/ui.navigation-pagination/UPagination.vue.d.ts +0 -54
- package/ui.navigation-pagination/config.d.ts +0 -41
- package/ui.navigation-pagination/constants.d.ts +0 -1
- package/ui.navigation-pagination/storybook/stories.d.ts +0 -1033
- package/ui.navigation-pagination/useAttrs.d.ts +0 -11
- package/ui.navigation-progress/StepperProgress.vue.d.ts +0 -15
- package/ui.navigation-progress/UProgress.vue.d.ts +0 -41
- package/ui.navigation-progress/config.d.ts +0 -139
- package/ui.navigation-progress/constants.d.ts +0 -5
- package/ui.navigation-progress/storybook/stories.d.ts +0 -2827
- package/ui.navigation-progress/useAttrs.d.ts +0 -11
- package/ui.navigation-tab/UTab.vue.d.ts +0 -27
- package/ui.navigation-tab/config.d.ts +0 -24
- package/ui.navigation-tab/constants.d.ts +0 -1
- package/ui.navigation-tab/storybook/stories.d.ts +0 -316
- package/ui.navigation-tab/useAttrs.d.ts +0 -14
- package/ui.navigation-tabs/UTabs.vue.d.ts +0 -30
- package/ui.navigation-tabs/config.d.ts +0 -24
- package/ui.navigation-tabs/constants.d.ts +0 -1
- package/ui.navigation-tabs/storybook/stories.d.ts +0 -354
- package/ui.navigation-tabs/useAttrs.d.ts +0 -11
- package/ui.other-dot/UDot.vue.d.ts +0 -13
- package/ui.other-dot/config.d.ts +0 -28
- package/ui.other-dot/constants.d.ts +0 -1
- package/ui.other-dot/storybook/stories.d.ts +0 -645
- package/ui.other-dot/useAttrs.d.ts +0 -11
- package/ui.text-alert/UAlert.vue.d.ts +0 -53
- package/ui.text-alert/config.d.ts +0 -75
- package/ui.text-alert/constants.d.ts +0 -1
- package/ui.text-alert/storybook/stories.d.ts +0 -4845
- package/ui.text-alert/useAttrs.d.ts +0 -11
- package/ui.text-badge/UBadge.vue.d.ts +0 -60
- package/ui.text-badge/config.d.ts +0 -102
- package/ui.text-badge/constants.d.ts +0 -1
- package/ui.text-badge/storybook/stories.d.ts +0 -1869
- package/ui.text-badge/useAttrs.d.ts +0 -11
- package/ui.text-block/UText.vue.d.ts +0 -21
- package/ui.text-block/config.d.ts +0 -27
- package/ui.text-block/constants.d.ts +0 -1
- package/ui.text-block/storybook/stories.d.ts +0 -12
- package/ui.text-block/types.d.ts +0 -9
- package/ui.text-block/types.ts +0 -33
- package/ui.text-block/useAttrs.d.ts +0 -3
- package/ui.text-block/useAttrs.ts +0 -18
- package/ui.text-empty/UEmpty.vue.d.ts +0 -29
- package/ui.text-empty/config.d.ts +0 -55
- package/ui.text-empty/constants.d.ts +0 -1
- package/ui.text-empty/storybook/stories.d.ts +0 -1212
- package/ui.text-empty/useAttrs.d.ts +0 -11
- package/ui.text-file/UFile.vue.d.ts +0 -57
- package/ui.text-file/config.d.ts +0 -42
- package/ui.text-file/constants.d.ts +0 -1
- package/ui.text-file/storybook/stories.d.ts +0 -136
- package/ui.text-file/useAttrs.d.ts +0 -11
- package/ui.text-files/UFiles.vue.d.ts +0 -52
- package/ui.text-files/config.d.ts +0 -10
- package/ui.text-files/constants.d.ts +0 -1
- package/ui.text-files/storybook/stories.d.ts +0 -131
- package/ui.text-files/useAttrs.d.ts +0 -11
- package/ui.text-header/UHeader.vue.d.ts +0 -33
- package/ui.text-header/config.d.ts +0 -54
- package/ui.text-header/constants.d.ts +0 -1
- package/ui.text-header/storybook/stories.d.ts +0 -694
- package/ui.text-header/useAttrs.d.ts +0 -11
- package/ui.text-money/UMoney.vue.d.ts +0 -48
- package/ui.text-money/config.d.ts +0 -77
- package/ui.text-money/constants.d.ts +0 -1
- package/ui.text-money/storybook/stories.d.ts +0 -2090
- package/ui.text-money/useAttrs.d.ts +0 -11
- package/ui.text-money/utilMoney.d.ts +0 -14
- package/ui.text-notify/UNotify.vue.d.ts +0 -13
- package/ui.text-notify/config.d.ts +0 -58
- package/ui.text-notify/constants.d.ts +0 -20
- package/ui.text-notify/storybook/stories.d.ts +0 -653
- package/ui.text-notify/useAttrs.d.ts +0 -11
- package/ui.text-notify/utilNotify.d.ts +0 -7
- package/utils/utilHelper.d.ts +0 -9
- package/utils/utilPlatform.d.ts +0 -6
- package/utils/utilStorybook.d.ts +0 -15
- package/utils/utilUI.d.ts +0 -68
- package/utilsTs/utilHelper.d.ts +0 -9
- package/utilsTs/utilHelper.ts +0 -70
- package/utilsTs/utilPlatform.d.ts +0 -7
- package/utilsTs/utilPlatform.ts +0 -53
- package/utilsTs/utilStorybook.d.ts +0 -24
- package/utilsTs/utilStorybook.ts +0 -292
- package/utilsTs/utilTailwind.d.ts +0 -1
- package/utilsTs/utilTailwind.ts +0 -38
- package/utilsTs/utilTheme.d.ts +0 -8
- package/utilsTs/utilUI.d.ts +0 -67
- package/utilsTs/utilUI.ts +0 -142
- /package/ui.text-block/{config.ts → config.js} +0 -0
- /package/ui.text-block/{constants.ts → constants.js} +0 -0
|
@@ -1,3242 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let id: string;
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { UDatePicker as component };
|
|
5
|
-
export namespace args {
|
|
6
|
-
let label: string;
|
|
7
|
-
let modelValue: null;
|
|
8
|
-
}
|
|
9
|
-
export let argTypes: {
|
|
10
|
-
defaultTemplate?: {
|
|
11
|
-
table: {
|
|
12
|
-
disable: boolean;
|
|
13
|
-
};
|
|
14
|
-
} | undefined;
|
|
15
|
-
slotTemplate?: {
|
|
16
|
-
table: {
|
|
17
|
-
disable: boolean;
|
|
18
|
-
};
|
|
19
|
-
} | undefined;
|
|
20
|
-
};
|
|
21
|
-
export namespace parameters {
|
|
22
|
-
namespace docs {
|
|
23
|
-
namespace story {
|
|
24
|
-
let height: string;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
export default _default;
|
|
30
|
-
export function Default(args: any): {
|
|
31
|
-
components: {
|
|
32
|
-
UDatePicker: {
|
|
33
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
34
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
35
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
36
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
37
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
38
|
-
label: string;
|
|
39
|
-
id: string;
|
|
40
|
-
description: string;
|
|
41
|
-
error: string;
|
|
42
|
-
leftIcon: string;
|
|
43
|
-
config: Record<string, any>;
|
|
44
|
-
dataTest: string;
|
|
45
|
-
modelValue: string | Date;
|
|
46
|
-
placeholder: string;
|
|
47
|
-
disabled?: boolean | undefined;
|
|
48
|
-
size?: string | undefined;
|
|
49
|
-
rightIcon?: string | undefined;
|
|
50
|
-
dateFormat?: string | undefined;
|
|
51
|
-
maxDate?: string | Date | undefined;
|
|
52
|
-
minDate?: string | Date | undefined;
|
|
53
|
-
timepicker?: boolean | undefined;
|
|
54
|
-
dateTimeFormat?: string | undefined;
|
|
55
|
-
userDateFormat?: string | undefined;
|
|
56
|
-
userDateTimeFormat?: string | undefined;
|
|
57
|
-
labelAlign?: string | undefined;
|
|
58
|
-
openDirectionX?: string | undefined;
|
|
59
|
-
openDirectionY?: string | undefined;
|
|
60
|
-
$props: {
|
|
61
|
-
readonly label?: string | undefined;
|
|
62
|
-
readonly id?: string | undefined;
|
|
63
|
-
readonly description?: string | undefined;
|
|
64
|
-
readonly error?: string | undefined;
|
|
65
|
-
readonly leftIcon?: string | undefined;
|
|
66
|
-
readonly config?: Record<string, any> | undefined;
|
|
67
|
-
readonly dataTest?: string | undefined;
|
|
68
|
-
readonly modelValue?: string | Date | undefined;
|
|
69
|
-
readonly placeholder?: string | undefined;
|
|
70
|
-
readonly disabled?: boolean | undefined;
|
|
71
|
-
readonly size?: string | undefined;
|
|
72
|
-
readonly rightIcon?: string | undefined;
|
|
73
|
-
readonly dateFormat?: string | undefined;
|
|
74
|
-
readonly maxDate?: string | Date | undefined;
|
|
75
|
-
readonly minDate?: string | Date | undefined;
|
|
76
|
-
readonly timepicker?: boolean | undefined;
|
|
77
|
-
readonly dateTimeFormat?: string | undefined;
|
|
78
|
-
readonly userDateFormat?: string | undefined;
|
|
79
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
80
|
-
readonly labelAlign?: string | undefined;
|
|
81
|
-
readonly openDirectionX?: string | undefined;
|
|
82
|
-
readonly openDirectionY?: string | undefined;
|
|
83
|
-
};
|
|
84
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
85
|
-
P: {};
|
|
86
|
-
B: {};
|
|
87
|
-
D: {};
|
|
88
|
-
C: {};
|
|
89
|
-
M: {};
|
|
90
|
-
Defaults: {};
|
|
91
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
92
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
93
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
94
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
95
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
96
|
-
label: string;
|
|
97
|
-
id: string;
|
|
98
|
-
description: string;
|
|
99
|
-
error: string;
|
|
100
|
-
leftIcon: string;
|
|
101
|
-
config: Record<string, any>;
|
|
102
|
-
dataTest: string;
|
|
103
|
-
modelValue: string | Date;
|
|
104
|
-
placeholder: string;
|
|
105
|
-
disabled?: boolean | undefined;
|
|
106
|
-
size?: string | undefined;
|
|
107
|
-
rightIcon?: string | undefined;
|
|
108
|
-
dateFormat?: string | undefined;
|
|
109
|
-
maxDate?: string | Date | undefined;
|
|
110
|
-
minDate?: string | Date | undefined;
|
|
111
|
-
timepicker?: boolean | undefined;
|
|
112
|
-
dateTimeFormat?: string | undefined;
|
|
113
|
-
userDateFormat?: string | undefined;
|
|
114
|
-
userDateTimeFormat?: string | undefined;
|
|
115
|
-
labelAlign?: string | undefined;
|
|
116
|
-
openDirectionX?: string | undefined;
|
|
117
|
-
openDirectionY?: string | undefined;
|
|
118
|
-
$props: {
|
|
119
|
-
readonly label?: string | undefined;
|
|
120
|
-
readonly id?: string | undefined;
|
|
121
|
-
readonly description?: string | undefined;
|
|
122
|
-
readonly error?: string | undefined;
|
|
123
|
-
readonly leftIcon?: string | undefined;
|
|
124
|
-
readonly config?: Record<string, any> | undefined;
|
|
125
|
-
readonly dataTest?: string | undefined;
|
|
126
|
-
readonly modelValue?: string | Date | undefined;
|
|
127
|
-
readonly placeholder?: string | undefined;
|
|
128
|
-
readonly disabled?: boolean | undefined;
|
|
129
|
-
readonly size?: string | undefined;
|
|
130
|
-
readonly rightIcon?: string | undefined;
|
|
131
|
-
readonly dateFormat?: string | undefined;
|
|
132
|
-
readonly maxDate?: string | Date | undefined;
|
|
133
|
-
readonly minDate?: string | Date | undefined;
|
|
134
|
-
readonly timepicker?: boolean | undefined;
|
|
135
|
-
readonly dateTimeFormat?: string | undefined;
|
|
136
|
-
readonly userDateFormat?: string | undefined;
|
|
137
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
138
|
-
readonly labelAlign?: string | undefined;
|
|
139
|
-
readonly openDirectionX?: string | undefined;
|
|
140
|
-
readonly openDirectionY?: string | undefined;
|
|
141
|
-
};
|
|
142
|
-
}, {}, {}, {}, {}>;
|
|
143
|
-
__isFragment?: never;
|
|
144
|
-
__isTeleport?: never;
|
|
145
|
-
__isSuspense?: never;
|
|
146
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
147
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
148
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
149
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
150
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
151
|
-
label: string;
|
|
152
|
-
id: string;
|
|
153
|
-
description: string;
|
|
154
|
-
error: string;
|
|
155
|
-
leftIcon: string;
|
|
156
|
-
config: Record<string, any>;
|
|
157
|
-
dataTest: string;
|
|
158
|
-
modelValue: string | Date;
|
|
159
|
-
placeholder: string;
|
|
160
|
-
disabled?: boolean | undefined;
|
|
161
|
-
size?: string | undefined;
|
|
162
|
-
rightIcon?: string | undefined;
|
|
163
|
-
dateFormat?: string | undefined;
|
|
164
|
-
maxDate?: string | Date | undefined;
|
|
165
|
-
minDate?: string | Date | undefined;
|
|
166
|
-
timepicker?: boolean | undefined;
|
|
167
|
-
dateTimeFormat?: string | undefined;
|
|
168
|
-
userDateFormat?: string | undefined;
|
|
169
|
-
userDateTimeFormat?: string | undefined;
|
|
170
|
-
labelAlign?: string | undefined;
|
|
171
|
-
openDirectionX?: string | undefined;
|
|
172
|
-
openDirectionY?: string | undefined;
|
|
173
|
-
$props: {
|
|
174
|
-
readonly label?: string | undefined;
|
|
175
|
-
readonly id?: string | undefined;
|
|
176
|
-
readonly description?: string | undefined;
|
|
177
|
-
readonly error?: string | undefined;
|
|
178
|
-
readonly leftIcon?: string | undefined;
|
|
179
|
-
readonly config?: Record<string, any> | undefined;
|
|
180
|
-
readonly dataTest?: string | undefined;
|
|
181
|
-
readonly modelValue?: string | Date | undefined;
|
|
182
|
-
readonly placeholder?: string | undefined;
|
|
183
|
-
readonly disabled?: boolean | undefined;
|
|
184
|
-
readonly size?: string | undefined;
|
|
185
|
-
readonly rightIcon?: string | undefined;
|
|
186
|
-
readonly dateFormat?: string | undefined;
|
|
187
|
-
readonly maxDate?: string | Date | undefined;
|
|
188
|
-
readonly minDate?: string | Date | undefined;
|
|
189
|
-
readonly timepicker?: boolean | undefined;
|
|
190
|
-
readonly dateTimeFormat?: string | undefined;
|
|
191
|
-
readonly userDateFormat?: string | undefined;
|
|
192
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
193
|
-
readonly labelAlign?: string | undefined;
|
|
194
|
-
readonly openDirectionX?: string | undefined;
|
|
195
|
-
readonly openDirectionY?: string | undefined;
|
|
196
|
-
};
|
|
197
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
198
|
-
$slots: {
|
|
199
|
-
left?(_: {}): any;
|
|
200
|
-
"left-icon"?(_: {
|
|
201
|
-
iconName: string;
|
|
202
|
-
iconSize: any;
|
|
203
|
-
}): any;
|
|
204
|
-
"right-icon"?(_: {
|
|
205
|
-
iconName: string;
|
|
206
|
-
iconSize: any;
|
|
207
|
-
}): any;
|
|
208
|
-
right?(_: {}): any;
|
|
209
|
-
};
|
|
210
|
-
});
|
|
211
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
212
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
213
|
-
config: Record<string, any>;
|
|
214
|
-
name: string;
|
|
215
|
-
src: Record<string, any>;
|
|
216
|
-
tooltip: string;
|
|
217
|
-
tooltipSettings: Record<string, any>;
|
|
218
|
-
dataTest: string;
|
|
219
|
-
internal: boolean;
|
|
220
|
-
color?: string | undefined;
|
|
221
|
-
size?: string | undefined;
|
|
222
|
-
interactive?: boolean | undefined;
|
|
223
|
-
variant?: string | undefined;
|
|
224
|
-
$props: {
|
|
225
|
-
readonly config?: Record<string, any> | undefined;
|
|
226
|
-
readonly name?: string | undefined;
|
|
227
|
-
readonly src?: Record<string, any> | undefined;
|
|
228
|
-
readonly tooltip?: string | undefined;
|
|
229
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
230
|
-
readonly dataTest?: string | undefined;
|
|
231
|
-
readonly internal?: boolean | undefined;
|
|
232
|
-
readonly color?: string | undefined;
|
|
233
|
-
readonly size?: string | undefined;
|
|
234
|
-
readonly interactive?: boolean | undefined;
|
|
235
|
-
readonly variant?: string | undefined;
|
|
236
|
-
};
|
|
237
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
238
|
-
};
|
|
239
|
-
setup(): {
|
|
240
|
-
args: any;
|
|
241
|
-
slots: any;
|
|
242
|
-
};
|
|
243
|
-
template: string;
|
|
244
|
-
};
|
|
245
|
-
export namespace Default {
|
|
246
|
-
export namespace args_1 {
|
|
247
|
-
let modelValue_1: Date;
|
|
248
|
-
export { modelValue_1 as modelValue };
|
|
249
|
-
}
|
|
250
|
-
export { args_1 as args };
|
|
251
|
-
}
|
|
252
|
-
export function Sizes(args: any, { argTypes }?: {}): {
|
|
253
|
-
components: {
|
|
254
|
-
UDatePicker: {
|
|
255
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
256
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
257
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
258
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
259
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
260
|
-
label: string;
|
|
261
|
-
id: string;
|
|
262
|
-
description: string;
|
|
263
|
-
error: string;
|
|
264
|
-
leftIcon: string;
|
|
265
|
-
config: Record<string, any>;
|
|
266
|
-
dataTest: string;
|
|
267
|
-
modelValue: string | Date;
|
|
268
|
-
placeholder: string;
|
|
269
|
-
disabled?: boolean | undefined;
|
|
270
|
-
size?: string | undefined;
|
|
271
|
-
rightIcon?: string | undefined;
|
|
272
|
-
dateFormat?: string | undefined;
|
|
273
|
-
maxDate?: string | Date | undefined;
|
|
274
|
-
minDate?: string | Date | undefined;
|
|
275
|
-
timepicker?: boolean | undefined;
|
|
276
|
-
dateTimeFormat?: string | undefined;
|
|
277
|
-
userDateFormat?: string | undefined;
|
|
278
|
-
userDateTimeFormat?: string | undefined;
|
|
279
|
-
labelAlign?: string | undefined;
|
|
280
|
-
openDirectionX?: string | undefined;
|
|
281
|
-
openDirectionY?: string | undefined;
|
|
282
|
-
$props: {
|
|
283
|
-
readonly label?: string | undefined;
|
|
284
|
-
readonly id?: string | undefined;
|
|
285
|
-
readonly description?: string | undefined;
|
|
286
|
-
readonly error?: string | undefined;
|
|
287
|
-
readonly leftIcon?: string | undefined;
|
|
288
|
-
readonly config?: Record<string, any> | undefined;
|
|
289
|
-
readonly dataTest?: string | undefined;
|
|
290
|
-
readonly modelValue?: string | Date | undefined;
|
|
291
|
-
readonly placeholder?: string | undefined;
|
|
292
|
-
readonly disabled?: boolean | undefined;
|
|
293
|
-
readonly size?: string | undefined;
|
|
294
|
-
readonly rightIcon?: string | undefined;
|
|
295
|
-
readonly dateFormat?: string | undefined;
|
|
296
|
-
readonly maxDate?: string | Date | undefined;
|
|
297
|
-
readonly minDate?: string | Date | undefined;
|
|
298
|
-
readonly timepicker?: boolean | undefined;
|
|
299
|
-
readonly dateTimeFormat?: string | undefined;
|
|
300
|
-
readonly userDateFormat?: string | undefined;
|
|
301
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
302
|
-
readonly labelAlign?: string | undefined;
|
|
303
|
-
readonly openDirectionX?: string | undefined;
|
|
304
|
-
readonly openDirectionY?: string | undefined;
|
|
305
|
-
};
|
|
306
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
307
|
-
P: {};
|
|
308
|
-
B: {};
|
|
309
|
-
D: {};
|
|
310
|
-
C: {};
|
|
311
|
-
M: {};
|
|
312
|
-
Defaults: {};
|
|
313
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
314
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
315
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
316
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
317
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
318
|
-
label: string;
|
|
319
|
-
id: string;
|
|
320
|
-
description: string;
|
|
321
|
-
error: string;
|
|
322
|
-
leftIcon: string;
|
|
323
|
-
config: Record<string, any>;
|
|
324
|
-
dataTest: string;
|
|
325
|
-
modelValue: string | Date;
|
|
326
|
-
placeholder: string;
|
|
327
|
-
disabled?: boolean | undefined;
|
|
328
|
-
size?: string | undefined;
|
|
329
|
-
rightIcon?: string | undefined;
|
|
330
|
-
dateFormat?: string | undefined;
|
|
331
|
-
maxDate?: string | Date | undefined;
|
|
332
|
-
minDate?: string | Date | undefined;
|
|
333
|
-
timepicker?: boolean | undefined;
|
|
334
|
-
dateTimeFormat?: string | undefined;
|
|
335
|
-
userDateFormat?: string | undefined;
|
|
336
|
-
userDateTimeFormat?: string | undefined;
|
|
337
|
-
labelAlign?: string | undefined;
|
|
338
|
-
openDirectionX?: string | undefined;
|
|
339
|
-
openDirectionY?: string | undefined;
|
|
340
|
-
$props: {
|
|
341
|
-
readonly label?: string | undefined;
|
|
342
|
-
readonly id?: string | undefined;
|
|
343
|
-
readonly description?: string | undefined;
|
|
344
|
-
readonly error?: string | undefined;
|
|
345
|
-
readonly leftIcon?: string | undefined;
|
|
346
|
-
readonly config?: Record<string, any> | undefined;
|
|
347
|
-
readonly dataTest?: string | undefined;
|
|
348
|
-
readonly modelValue?: string | Date | undefined;
|
|
349
|
-
readonly placeholder?: string | undefined;
|
|
350
|
-
readonly disabled?: boolean | undefined;
|
|
351
|
-
readonly size?: string | undefined;
|
|
352
|
-
readonly rightIcon?: string | undefined;
|
|
353
|
-
readonly dateFormat?: string | undefined;
|
|
354
|
-
readonly maxDate?: string | Date | undefined;
|
|
355
|
-
readonly minDate?: string | Date | undefined;
|
|
356
|
-
readonly timepicker?: boolean | undefined;
|
|
357
|
-
readonly dateTimeFormat?: string | undefined;
|
|
358
|
-
readonly userDateFormat?: string | undefined;
|
|
359
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
360
|
-
readonly labelAlign?: string | undefined;
|
|
361
|
-
readonly openDirectionX?: string | undefined;
|
|
362
|
-
readonly openDirectionY?: string | undefined;
|
|
363
|
-
};
|
|
364
|
-
}, {}, {}, {}, {}>;
|
|
365
|
-
__isFragment?: never;
|
|
366
|
-
__isTeleport?: never;
|
|
367
|
-
__isSuspense?: never;
|
|
368
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
369
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
370
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
371
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
372
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
373
|
-
label: string;
|
|
374
|
-
id: string;
|
|
375
|
-
description: string;
|
|
376
|
-
error: string;
|
|
377
|
-
leftIcon: string;
|
|
378
|
-
config: Record<string, any>;
|
|
379
|
-
dataTest: string;
|
|
380
|
-
modelValue: string | Date;
|
|
381
|
-
placeholder: string;
|
|
382
|
-
disabled?: boolean | undefined;
|
|
383
|
-
size?: string | undefined;
|
|
384
|
-
rightIcon?: string | undefined;
|
|
385
|
-
dateFormat?: string | undefined;
|
|
386
|
-
maxDate?: string | Date | undefined;
|
|
387
|
-
minDate?: string | Date | undefined;
|
|
388
|
-
timepicker?: boolean | undefined;
|
|
389
|
-
dateTimeFormat?: string | undefined;
|
|
390
|
-
userDateFormat?: string | undefined;
|
|
391
|
-
userDateTimeFormat?: string | undefined;
|
|
392
|
-
labelAlign?: string | undefined;
|
|
393
|
-
openDirectionX?: string | undefined;
|
|
394
|
-
openDirectionY?: string | undefined;
|
|
395
|
-
$props: {
|
|
396
|
-
readonly label?: string | undefined;
|
|
397
|
-
readonly id?: string | undefined;
|
|
398
|
-
readonly description?: string | undefined;
|
|
399
|
-
readonly error?: string | undefined;
|
|
400
|
-
readonly leftIcon?: string | undefined;
|
|
401
|
-
readonly config?: Record<string, any> | undefined;
|
|
402
|
-
readonly dataTest?: string | undefined;
|
|
403
|
-
readonly modelValue?: string | Date | undefined;
|
|
404
|
-
readonly placeholder?: string | undefined;
|
|
405
|
-
readonly disabled?: boolean | undefined;
|
|
406
|
-
readonly size?: string | undefined;
|
|
407
|
-
readonly rightIcon?: string | undefined;
|
|
408
|
-
readonly dateFormat?: string | undefined;
|
|
409
|
-
readonly maxDate?: string | Date | undefined;
|
|
410
|
-
readonly minDate?: string | Date | undefined;
|
|
411
|
-
readonly timepicker?: boolean | undefined;
|
|
412
|
-
readonly dateTimeFormat?: string | undefined;
|
|
413
|
-
readonly userDateFormat?: string | undefined;
|
|
414
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
415
|
-
readonly labelAlign?: string | undefined;
|
|
416
|
-
readonly openDirectionX?: string | undefined;
|
|
417
|
-
readonly openDirectionY?: string | undefined;
|
|
418
|
-
};
|
|
419
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
420
|
-
$slots: {
|
|
421
|
-
left?(_: {}): any;
|
|
422
|
-
"left-icon"?(_: {
|
|
423
|
-
iconName: string;
|
|
424
|
-
iconSize: any;
|
|
425
|
-
}): any;
|
|
426
|
-
"right-icon"?(_: {
|
|
427
|
-
iconName: string;
|
|
428
|
-
iconSize: any;
|
|
429
|
-
}): any;
|
|
430
|
-
right?(_: {}): any;
|
|
431
|
-
};
|
|
432
|
-
});
|
|
433
|
-
URow: {
|
|
434
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
435
|
-
config: Record<string, any>;
|
|
436
|
-
dataTest: string;
|
|
437
|
-
reverse?: boolean | undefined;
|
|
438
|
-
content?: string | undefined;
|
|
439
|
-
gap?: string | undefined;
|
|
440
|
-
align?: string | undefined;
|
|
441
|
-
justify?: string | undefined;
|
|
442
|
-
wrap?: boolean | undefined;
|
|
443
|
-
noMobile?: boolean | undefined;
|
|
444
|
-
$props: {
|
|
445
|
-
readonly config?: Record<string, any> | undefined;
|
|
446
|
-
readonly dataTest?: string | undefined;
|
|
447
|
-
readonly reverse?: boolean | undefined;
|
|
448
|
-
readonly content?: string | undefined;
|
|
449
|
-
readonly gap?: string | undefined;
|
|
450
|
-
readonly align?: string | undefined;
|
|
451
|
-
readonly justify?: string | undefined;
|
|
452
|
-
readonly wrap?: boolean | undefined;
|
|
453
|
-
readonly noMobile?: boolean | undefined;
|
|
454
|
-
};
|
|
455
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
456
|
-
P: {};
|
|
457
|
-
B: {};
|
|
458
|
-
D: {};
|
|
459
|
-
C: {};
|
|
460
|
-
M: {};
|
|
461
|
-
Defaults: {};
|
|
462
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
463
|
-
config: Record<string, any>;
|
|
464
|
-
dataTest: string;
|
|
465
|
-
reverse?: boolean | undefined;
|
|
466
|
-
content?: string | undefined;
|
|
467
|
-
gap?: string | undefined;
|
|
468
|
-
align?: string | undefined;
|
|
469
|
-
justify?: string | undefined;
|
|
470
|
-
wrap?: boolean | undefined;
|
|
471
|
-
noMobile?: boolean | undefined;
|
|
472
|
-
$props: {
|
|
473
|
-
readonly config?: Record<string, any> | undefined;
|
|
474
|
-
readonly dataTest?: string | undefined;
|
|
475
|
-
readonly reverse?: boolean | undefined;
|
|
476
|
-
readonly content?: string | undefined;
|
|
477
|
-
readonly gap?: string | undefined;
|
|
478
|
-
readonly align?: string | undefined;
|
|
479
|
-
readonly justify?: string | undefined;
|
|
480
|
-
readonly wrap?: boolean | undefined;
|
|
481
|
-
readonly noMobile?: boolean | undefined;
|
|
482
|
-
};
|
|
483
|
-
}, {}, {}, {}, {}>;
|
|
484
|
-
__isFragment?: never;
|
|
485
|
-
__isTeleport?: never;
|
|
486
|
-
__isSuspense?: never;
|
|
487
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
488
|
-
config: Record<string, any>;
|
|
489
|
-
dataTest: string;
|
|
490
|
-
reverse?: boolean | undefined;
|
|
491
|
-
content?: string | undefined;
|
|
492
|
-
gap?: string | undefined;
|
|
493
|
-
align?: string | undefined;
|
|
494
|
-
justify?: string | undefined;
|
|
495
|
-
wrap?: boolean | undefined;
|
|
496
|
-
noMobile?: boolean | undefined;
|
|
497
|
-
$props: {
|
|
498
|
-
readonly config?: Record<string, any> | undefined;
|
|
499
|
-
readonly dataTest?: string | undefined;
|
|
500
|
-
readonly reverse?: boolean | undefined;
|
|
501
|
-
readonly content?: string | undefined;
|
|
502
|
-
readonly gap?: string | undefined;
|
|
503
|
-
readonly align?: string | undefined;
|
|
504
|
-
readonly justify?: string | undefined;
|
|
505
|
-
readonly wrap?: boolean | undefined;
|
|
506
|
-
readonly noMobile?: boolean | undefined;
|
|
507
|
-
};
|
|
508
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
509
|
-
$slots: {
|
|
510
|
-
default?(_: {}): any;
|
|
511
|
-
};
|
|
512
|
-
});
|
|
513
|
-
};
|
|
514
|
-
setup(): {
|
|
515
|
-
args: any;
|
|
516
|
-
options: any;
|
|
517
|
-
};
|
|
518
|
-
template: string;
|
|
519
|
-
};
|
|
520
|
-
export namespace Sizes {
|
|
521
|
-
export namespace args_2 {
|
|
522
|
-
let _enum: string;
|
|
523
|
-
export { _enum as enum };
|
|
524
|
-
let label_1: string;
|
|
525
|
-
export { label_1 as label };
|
|
526
|
-
}
|
|
527
|
-
export { args_2 as args };
|
|
528
|
-
}
|
|
529
|
-
export function OpenDirection(args: any): {
|
|
530
|
-
components: {
|
|
531
|
-
UDatePicker: {
|
|
532
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
533
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
534
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
535
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
536
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
537
|
-
label: string;
|
|
538
|
-
id: string;
|
|
539
|
-
description: string;
|
|
540
|
-
error: string;
|
|
541
|
-
leftIcon: string;
|
|
542
|
-
config: Record<string, any>;
|
|
543
|
-
dataTest: string;
|
|
544
|
-
modelValue: string | Date;
|
|
545
|
-
placeholder: string;
|
|
546
|
-
disabled?: boolean | undefined;
|
|
547
|
-
size?: string | undefined;
|
|
548
|
-
rightIcon?: string | undefined;
|
|
549
|
-
dateFormat?: string | undefined;
|
|
550
|
-
maxDate?: string | Date | undefined;
|
|
551
|
-
minDate?: string | Date | undefined;
|
|
552
|
-
timepicker?: boolean | undefined;
|
|
553
|
-
dateTimeFormat?: string | undefined;
|
|
554
|
-
userDateFormat?: string | undefined;
|
|
555
|
-
userDateTimeFormat?: string | undefined;
|
|
556
|
-
labelAlign?: string | undefined;
|
|
557
|
-
openDirectionX?: string | undefined;
|
|
558
|
-
openDirectionY?: string | undefined;
|
|
559
|
-
$props: {
|
|
560
|
-
readonly label?: string | undefined;
|
|
561
|
-
readonly id?: string | undefined;
|
|
562
|
-
readonly description?: string | undefined;
|
|
563
|
-
readonly error?: string | undefined;
|
|
564
|
-
readonly leftIcon?: string | undefined;
|
|
565
|
-
readonly config?: Record<string, any> | undefined;
|
|
566
|
-
readonly dataTest?: string | undefined;
|
|
567
|
-
readonly modelValue?: string | Date | undefined;
|
|
568
|
-
readonly placeholder?: string | undefined;
|
|
569
|
-
readonly disabled?: boolean | undefined;
|
|
570
|
-
readonly size?: string | undefined;
|
|
571
|
-
readonly rightIcon?: string | undefined;
|
|
572
|
-
readonly dateFormat?: string | undefined;
|
|
573
|
-
readonly maxDate?: string | Date | undefined;
|
|
574
|
-
readonly minDate?: string | Date | undefined;
|
|
575
|
-
readonly timepicker?: boolean | undefined;
|
|
576
|
-
readonly dateTimeFormat?: string | undefined;
|
|
577
|
-
readonly userDateFormat?: string | undefined;
|
|
578
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
579
|
-
readonly labelAlign?: string | undefined;
|
|
580
|
-
readonly openDirectionX?: string | undefined;
|
|
581
|
-
readonly openDirectionY?: string | undefined;
|
|
582
|
-
};
|
|
583
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
584
|
-
P: {};
|
|
585
|
-
B: {};
|
|
586
|
-
D: {};
|
|
587
|
-
C: {};
|
|
588
|
-
M: {};
|
|
589
|
-
Defaults: {};
|
|
590
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
591
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
592
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
593
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
594
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
595
|
-
label: string;
|
|
596
|
-
id: string;
|
|
597
|
-
description: string;
|
|
598
|
-
error: string;
|
|
599
|
-
leftIcon: string;
|
|
600
|
-
config: Record<string, any>;
|
|
601
|
-
dataTest: string;
|
|
602
|
-
modelValue: string | Date;
|
|
603
|
-
placeholder: string;
|
|
604
|
-
disabled?: boolean | undefined;
|
|
605
|
-
size?: string | undefined;
|
|
606
|
-
rightIcon?: string | undefined;
|
|
607
|
-
dateFormat?: string | undefined;
|
|
608
|
-
maxDate?: string | Date | undefined;
|
|
609
|
-
minDate?: string | Date | undefined;
|
|
610
|
-
timepicker?: boolean | undefined;
|
|
611
|
-
dateTimeFormat?: string | undefined;
|
|
612
|
-
userDateFormat?: string | undefined;
|
|
613
|
-
userDateTimeFormat?: string | undefined;
|
|
614
|
-
labelAlign?: string | undefined;
|
|
615
|
-
openDirectionX?: string | undefined;
|
|
616
|
-
openDirectionY?: string | undefined;
|
|
617
|
-
$props: {
|
|
618
|
-
readonly label?: string | undefined;
|
|
619
|
-
readonly id?: string | undefined;
|
|
620
|
-
readonly description?: string | undefined;
|
|
621
|
-
readonly error?: string | undefined;
|
|
622
|
-
readonly leftIcon?: string | undefined;
|
|
623
|
-
readonly config?: Record<string, any> | undefined;
|
|
624
|
-
readonly dataTest?: string | undefined;
|
|
625
|
-
readonly modelValue?: string | Date | undefined;
|
|
626
|
-
readonly placeholder?: string | undefined;
|
|
627
|
-
readonly disabled?: boolean | undefined;
|
|
628
|
-
readonly size?: string | undefined;
|
|
629
|
-
readonly rightIcon?: string | undefined;
|
|
630
|
-
readonly dateFormat?: string | undefined;
|
|
631
|
-
readonly maxDate?: string | Date | undefined;
|
|
632
|
-
readonly minDate?: string | Date | undefined;
|
|
633
|
-
readonly timepicker?: boolean | undefined;
|
|
634
|
-
readonly dateTimeFormat?: string | undefined;
|
|
635
|
-
readonly userDateFormat?: string | undefined;
|
|
636
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
637
|
-
readonly labelAlign?: string | undefined;
|
|
638
|
-
readonly openDirectionX?: string | undefined;
|
|
639
|
-
readonly openDirectionY?: string | undefined;
|
|
640
|
-
};
|
|
641
|
-
}, {}, {}, {}, {}>;
|
|
642
|
-
__isFragment?: never;
|
|
643
|
-
__isTeleport?: never;
|
|
644
|
-
__isSuspense?: never;
|
|
645
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
646
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
647
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
648
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
649
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
650
|
-
label: string;
|
|
651
|
-
id: string;
|
|
652
|
-
description: string;
|
|
653
|
-
error: string;
|
|
654
|
-
leftIcon: string;
|
|
655
|
-
config: Record<string, any>;
|
|
656
|
-
dataTest: string;
|
|
657
|
-
modelValue: string | Date;
|
|
658
|
-
placeholder: string;
|
|
659
|
-
disabled?: boolean | undefined;
|
|
660
|
-
size?: string | undefined;
|
|
661
|
-
rightIcon?: string | undefined;
|
|
662
|
-
dateFormat?: string | undefined;
|
|
663
|
-
maxDate?: string | Date | undefined;
|
|
664
|
-
minDate?: string | Date | undefined;
|
|
665
|
-
timepicker?: boolean | undefined;
|
|
666
|
-
dateTimeFormat?: string | undefined;
|
|
667
|
-
userDateFormat?: string | undefined;
|
|
668
|
-
userDateTimeFormat?: string | undefined;
|
|
669
|
-
labelAlign?: string | undefined;
|
|
670
|
-
openDirectionX?: string | undefined;
|
|
671
|
-
openDirectionY?: string | undefined;
|
|
672
|
-
$props: {
|
|
673
|
-
readonly label?: string | undefined;
|
|
674
|
-
readonly id?: string | undefined;
|
|
675
|
-
readonly description?: string | undefined;
|
|
676
|
-
readonly error?: string | undefined;
|
|
677
|
-
readonly leftIcon?: string | undefined;
|
|
678
|
-
readonly config?: Record<string, any> | undefined;
|
|
679
|
-
readonly dataTest?: string | undefined;
|
|
680
|
-
readonly modelValue?: string | Date | undefined;
|
|
681
|
-
readonly placeholder?: string | undefined;
|
|
682
|
-
readonly disabled?: boolean | undefined;
|
|
683
|
-
readonly size?: string | undefined;
|
|
684
|
-
readonly rightIcon?: string | undefined;
|
|
685
|
-
readonly dateFormat?: string | undefined;
|
|
686
|
-
readonly maxDate?: string | Date | undefined;
|
|
687
|
-
readonly minDate?: string | Date | undefined;
|
|
688
|
-
readonly timepicker?: boolean | undefined;
|
|
689
|
-
readonly dateTimeFormat?: string | undefined;
|
|
690
|
-
readonly userDateFormat?: string | undefined;
|
|
691
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
692
|
-
readonly labelAlign?: string | undefined;
|
|
693
|
-
readonly openDirectionX?: string | undefined;
|
|
694
|
-
readonly openDirectionY?: string | undefined;
|
|
695
|
-
};
|
|
696
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
697
|
-
$slots: {
|
|
698
|
-
left?(_: {}): any;
|
|
699
|
-
"left-icon"?(_: {
|
|
700
|
-
iconName: string;
|
|
701
|
-
iconSize: any;
|
|
702
|
-
}): any;
|
|
703
|
-
"right-icon"?(_: {
|
|
704
|
-
iconName: string;
|
|
705
|
-
iconSize: any;
|
|
706
|
-
}): any;
|
|
707
|
-
right?(_: {}): any;
|
|
708
|
-
};
|
|
709
|
-
});
|
|
710
|
-
URow: {
|
|
711
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
712
|
-
config: Record<string, any>;
|
|
713
|
-
dataTest: string;
|
|
714
|
-
reverse?: boolean | undefined;
|
|
715
|
-
content?: string | undefined;
|
|
716
|
-
gap?: string | undefined;
|
|
717
|
-
align?: string | undefined;
|
|
718
|
-
justify?: string | undefined;
|
|
719
|
-
wrap?: boolean | undefined;
|
|
720
|
-
noMobile?: boolean | undefined;
|
|
721
|
-
$props: {
|
|
722
|
-
readonly config?: Record<string, any> | undefined;
|
|
723
|
-
readonly dataTest?: string | undefined;
|
|
724
|
-
readonly reverse?: boolean | undefined;
|
|
725
|
-
readonly content?: string | undefined;
|
|
726
|
-
readonly gap?: string | undefined;
|
|
727
|
-
readonly align?: string | undefined;
|
|
728
|
-
readonly justify?: string | undefined;
|
|
729
|
-
readonly wrap?: boolean | undefined;
|
|
730
|
-
readonly noMobile?: boolean | undefined;
|
|
731
|
-
};
|
|
732
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
733
|
-
P: {};
|
|
734
|
-
B: {};
|
|
735
|
-
D: {};
|
|
736
|
-
C: {};
|
|
737
|
-
M: {};
|
|
738
|
-
Defaults: {};
|
|
739
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
740
|
-
config: Record<string, any>;
|
|
741
|
-
dataTest: string;
|
|
742
|
-
reverse?: boolean | undefined;
|
|
743
|
-
content?: string | undefined;
|
|
744
|
-
gap?: string | undefined;
|
|
745
|
-
align?: string | undefined;
|
|
746
|
-
justify?: string | undefined;
|
|
747
|
-
wrap?: boolean | undefined;
|
|
748
|
-
noMobile?: boolean | undefined;
|
|
749
|
-
$props: {
|
|
750
|
-
readonly config?: Record<string, any> | undefined;
|
|
751
|
-
readonly dataTest?: string | undefined;
|
|
752
|
-
readonly reverse?: boolean | undefined;
|
|
753
|
-
readonly content?: string | undefined;
|
|
754
|
-
readonly gap?: string | undefined;
|
|
755
|
-
readonly align?: string | undefined;
|
|
756
|
-
readonly justify?: string | undefined;
|
|
757
|
-
readonly wrap?: boolean | undefined;
|
|
758
|
-
readonly noMobile?: boolean | undefined;
|
|
759
|
-
};
|
|
760
|
-
}, {}, {}, {}, {}>;
|
|
761
|
-
__isFragment?: never;
|
|
762
|
-
__isTeleport?: never;
|
|
763
|
-
__isSuspense?: never;
|
|
764
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
765
|
-
config: Record<string, any>;
|
|
766
|
-
dataTest: string;
|
|
767
|
-
reverse?: boolean | undefined;
|
|
768
|
-
content?: string | undefined;
|
|
769
|
-
gap?: string | undefined;
|
|
770
|
-
align?: string | undefined;
|
|
771
|
-
justify?: string | undefined;
|
|
772
|
-
wrap?: boolean | undefined;
|
|
773
|
-
noMobile?: boolean | undefined;
|
|
774
|
-
$props: {
|
|
775
|
-
readonly config?: Record<string, any> | undefined;
|
|
776
|
-
readonly dataTest?: string | undefined;
|
|
777
|
-
readonly reverse?: boolean | undefined;
|
|
778
|
-
readonly content?: string | undefined;
|
|
779
|
-
readonly gap?: string | undefined;
|
|
780
|
-
readonly align?: string | undefined;
|
|
781
|
-
readonly justify?: string | undefined;
|
|
782
|
-
readonly wrap?: boolean | undefined;
|
|
783
|
-
readonly noMobile?: boolean | undefined;
|
|
784
|
-
};
|
|
785
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
786
|
-
$slots: {
|
|
787
|
-
default?(_: {}): any;
|
|
788
|
-
};
|
|
789
|
-
});
|
|
790
|
-
};
|
|
791
|
-
setup(): {
|
|
792
|
-
args: any;
|
|
793
|
-
};
|
|
794
|
-
template: string;
|
|
795
|
-
};
|
|
796
|
-
export namespace OpenDirection {
|
|
797
|
-
let args_3: {};
|
|
798
|
-
export { args_3 as args };
|
|
799
|
-
}
|
|
800
|
-
export function Description(args: any): {
|
|
801
|
-
components: {
|
|
802
|
-
UDatePicker: {
|
|
803
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
804
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
805
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
806
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
807
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
808
|
-
label: string;
|
|
809
|
-
id: string;
|
|
810
|
-
description: string;
|
|
811
|
-
error: string;
|
|
812
|
-
leftIcon: string;
|
|
813
|
-
config: Record<string, any>;
|
|
814
|
-
dataTest: string;
|
|
815
|
-
modelValue: string | Date;
|
|
816
|
-
placeholder: string;
|
|
817
|
-
disabled?: boolean | undefined;
|
|
818
|
-
size?: string | undefined;
|
|
819
|
-
rightIcon?: string | undefined;
|
|
820
|
-
dateFormat?: string | undefined;
|
|
821
|
-
maxDate?: string | Date | undefined;
|
|
822
|
-
minDate?: string | Date | undefined;
|
|
823
|
-
timepicker?: boolean | undefined;
|
|
824
|
-
dateTimeFormat?: string | undefined;
|
|
825
|
-
userDateFormat?: string | undefined;
|
|
826
|
-
userDateTimeFormat?: string | undefined;
|
|
827
|
-
labelAlign?: string | undefined;
|
|
828
|
-
openDirectionX?: string | undefined;
|
|
829
|
-
openDirectionY?: string | undefined;
|
|
830
|
-
$props: {
|
|
831
|
-
readonly label?: string | undefined;
|
|
832
|
-
readonly id?: string | undefined;
|
|
833
|
-
readonly description?: string | undefined;
|
|
834
|
-
readonly error?: string | undefined;
|
|
835
|
-
readonly leftIcon?: string | undefined;
|
|
836
|
-
readonly config?: Record<string, any> | undefined;
|
|
837
|
-
readonly dataTest?: string | undefined;
|
|
838
|
-
readonly modelValue?: string | Date | undefined;
|
|
839
|
-
readonly placeholder?: string | undefined;
|
|
840
|
-
readonly disabled?: boolean | undefined;
|
|
841
|
-
readonly size?: string | undefined;
|
|
842
|
-
readonly rightIcon?: string | undefined;
|
|
843
|
-
readonly dateFormat?: string | undefined;
|
|
844
|
-
readonly maxDate?: string | Date | undefined;
|
|
845
|
-
readonly minDate?: string | Date | undefined;
|
|
846
|
-
readonly timepicker?: boolean | undefined;
|
|
847
|
-
readonly dateTimeFormat?: string | undefined;
|
|
848
|
-
readonly userDateFormat?: string | undefined;
|
|
849
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
850
|
-
readonly labelAlign?: string | undefined;
|
|
851
|
-
readonly openDirectionX?: string | undefined;
|
|
852
|
-
readonly openDirectionY?: string | undefined;
|
|
853
|
-
};
|
|
854
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
855
|
-
P: {};
|
|
856
|
-
B: {};
|
|
857
|
-
D: {};
|
|
858
|
-
C: {};
|
|
859
|
-
M: {};
|
|
860
|
-
Defaults: {};
|
|
861
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
862
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
863
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
864
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
865
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
866
|
-
label: string;
|
|
867
|
-
id: string;
|
|
868
|
-
description: string;
|
|
869
|
-
error: string;
|
|
870
|
-
leftIcon: string;
|
|
871
|
-
config: Record<string, any>;
|
|
872
|
-
dataTest: string;
|
|
873
|
-
modelValue: string | Date;
|
|
874
|
-
placeholder: string;
|
|
875
|
-
disabled?: boolean | undefined;
|
|
876
|
-
size?: string | undefined;
|
|
877
|
-
rightIcon?: string | undefined;
|
|
878
|
-
dateFormat?: string | undefined;
|
|
879
|
-
maxDate?: string | Date | undefined;
|
|
880
|
-
minDate?: string | Date | undefined;
|
|
881
|
-
timepicker?: boolean | undefined;
|
|
882
|
-
dateTimeFormat?: string | undefined;
|
|
883
|
-
userDateFormat?: string | undefined;
|
|
884
|
-
userDateTimeFormat?: string | undefined;
|
|
885
|
-
labelAlign?: string | undefined;
|
|
886
|
-
openDirectionX?: string | undefined;
|
|
887
|
-
openDirectionY?: string | undefined;
|
|
888
|
-
$props: {
|
|
889
|
-
readonly label?: string | undefined;
|
|
890
|
-
readonly id?: string | undefined;
|
|
891
|
-
readonly description?: string | undefined;
|
|
892
|
-
readonly error?: string | undefined;
|
|
893
|
-
readonly leftIcon?: string | undefined;
|
|
894
|
-
readonly config?: Record<string, any> | undefined;
|
|
895
|
-
readonly dataTest?: string | undefined;
|
|
896
|
-
readonly modelValue?: string | Date | undefined;
|
|
897
|
-
readonly placeholder?: string | undefined;
|
|
898
|
-
readonly disabled?: boolean | undefined;
|
|
899
|
-
readonly size?: string | undefined;
|
|
900
|
-
readonly rightIcon?: string | undefined;
|
|
901
|
-
readonly dateFormat?: string | undefined;
|
|
902
|
-
readonly maxDate?: string | Date | undefined;
|
|
903
|
-
readonly minDate?: string | Date | undefined;
|
|
904
|
-
readonly timepicker?: boolean | undefined;
|
|
905
|
-
readonly dateTimeFormat?: string | undefined;
|
|
906
|
-
readonly userDateFormat?: string | undefined;
|
|
907
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
908
|
-
readonly labelAlign?: string | undefined;
|
|
909
|
-
readonly openDirectionX?: string | undefined;
|
|
910
|
-
readonly openDirectionY?: string | undefined;
|
|
911
|
-
};
|
|
912
|
-
}, {}, {}, {}, {}>;
|
|
913
|
-
__isFragment?: never;
|
|
914
|
-
__isTeleport?: never;
|
|
915
|
-
__isSuspense?: never;
|
|
916
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
917
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
918
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
919
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
920
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
921
|
-
label: string;
|
|
922
|
-
id: string;
|
|
923
|
-
description: string;
|
|
924
|
-
error: string;
|
|
925
|
-
leftIcon: string;
|
|
926
|
-
config: Record<string, any>;
|
|
927
|
-
dataTest: string;
|
|
928
|
-
modelValue: string | Date;
|
|
929
|
-
placeholder: string;
|
|
930
|
-
disabled?: boolean | undefined;
|
|
931
|
-
size?: string | undefined;
|
|
932
|
-
rightIcon?: string | undefined;
|
|
933
|
-
dateFormat?: string | undefined;
|
|
934
|
-
maxDate?: string | Date | undefined;
|
|
935
|
-
minDate?: string | Date | undefined;
|
|
936
|
-
timepicker?: boolean | undefined;
|
|
937
|
-
dateTimeFormat?: string | undefined;
|
|
938
|
-
userDateFormat?: string | undefined;
|
|
939
|
-
userDateTimeFormat?: string | undefined;
|
|
940
|
-
labelAlign?: string | undefined;
|
|
941
|
-
openDirectionX?: string | undefined;
|
|
942
|
-
openDirectionY?: string | undefined;
|
|
943
|
-
$props: {
|
|
944
|
-
readonly label?: string | undefined;
|
|
945
|
-
readonly id?: string | undefined;
|
|
946
|
-
readonly description?: string | undefined;
|
|
947
|
-
readonly error?: string | undefined;
|
|
948
|
-
readonly leftIcon?: string | undefined;
|
|
949
|
-
readonly config?: Record<string, any> | undefined;
|
|
950
|
-
readonly dataTest?: string | undefined;
|
|
951
|
-
readonly modelValue?: string | Date | undefined;
|
|
952
|
-
readonly placeholder?: string | undefined;
|
|
953
|
-
readonly disabled?: boolean | undefined;
|
|
954
|
-
readonly size?: string | undefined;
|
|
955
|
-
readonly rightIcon?: string | undefined;
|
|
956
|
-
readonly dateFormat?: string | undefined;
|
|
957
|
-
readonly maxDate?: string | Date | undefined;
|
|
958
|
-
readonly minDate?: string | Date | undefined;
|
|
959
|
-
readonly timepicker?: boolean | undefined;
|
|
960
|
-
readonly dateTimeFormat?: string | undefined;
|
|
961
|
-
readonly userDateFormat?: string | undefined;
|
|
962
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
963
|
-
readonly labelAlign?: string | undefined;
|
|
964
|
-
readonly openDirectionX?: string | undefined;
|
|
965
|
-
readonly openDirectionY?: string | undefined;
|
|
966
|
-
};
|
|
967
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
968
|
-
$slots: {
|
|
969
|
-
left?(_: {}): any;
|
|
970
|
-
"left-icon"?(_: {
|
|
971
|
-
iconName: string;
|
|
972
|
-
iconSize: any;
|
|
973
|
-
}): any;
|
|
974
|
-
"right-icon"?(_: {
|
|
975
|
-
iconName: string;
|
|
976
|
-
iconSize: any;
|
|
977
|
-
}): any;
|
|
978
|
-
right?(_: {}): any;
|
|
979
|
-
};
|
|
980
|
-
});
|
|
981
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
982
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
983
|
-
config: Record<string, any>;
|
|
984
|
-
name: string;
|
|
985
|
-
src: Record<string, any>;
|
|
986
|
-
tooltip: string;
|
|
987
|
-
tooltipSettings: Record<string, any>;
|
|
988
|
-
dataTest: string;
|
|
989
|
-
internal: boolean;
|
|
990
|
-
color?: string | undefined;
|
|
991
|
-
size?: string | undefined;
|
|
992
|
-
interactive?: boolean | undefined;
|
|
993
|
-
variant?: string | undefined;
|
|
994
|
-
$props: {
|
|
995
|
-
readonly config?: Record<string, any> | undefined;
|
|
996
|
-
readonly name?: string | undefined;
|
|
997
|
-
readonly src?: Record<string, any> | undefined;
|
|
998
|
-
readonly tooltip?: string | undefined;
|
|
999
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1000
|
-
readonly dataTest?: string | undefined;
|
|
1001
|
-
readonly internal?: boolean | undefined;
|
|
1002
|
-
readonly color?: string | undefined;
|
|
1003
|
-
readonly size?: string | undefined;
|
|
1004
|
-
readonly interactive?: boolean | undefined;
|
|
1005
|
-
readonly variant?: string | undefined;
|
|
1006
|
-
};
|
|
1007
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1008
|
-
};
|
|
1009
|
-
setup(): {
|
|
1010
|
-
args: any;
|
|
1011
|
-
slots: any;
|
|
1012
|
-
};
|
|
1013
|
-
template: string;
|
|
1014
|
-
};
|
|
1015
|
-
export namespace Description {
|
|
1016
|
-
export namespace args_4 {
|
|
1017
|
-
let description: string;
|
|
1018
|
-
}
|
|
1019
|
-
export { args_4 as args };
|
|
1020
|
-
}
|
|
1021
|
-
export function Disabled(args: any): {
|
|
1022
|
-
components: {
|
|
1023
|
-
UDatePicker: {
|
|
1024
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1025
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1026
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1027
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1028
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1029
|
-
label: string;
|
|
1030
|
-
id: string;
|
|
1031
|
-
description: string;
|
|
1032
|
-
error: string;
|
|
1033
|
-
leftIcon: string;
|
|
1034
|
-
config: Record<string, any>;
|
|
1035
|
-
dataTest: string;
|
|
1036
|
-
modelValue: string | Date;
|
|
1037
|
-
placeholder: string;
|
|
1038
|
-
disabled?: boolean | undefined;
|
|
1039
|
-
size?: string | undefined;
|
|
1040
|
-
rightIcon?: string | undefined;
|
|
1041
|
-
dateFormat?: string | undefined;
|
|
1042
|
-
maxDate?: string | Date | undefined;
|
|
1043
|
-
minDate?: string | Date | undefined;
|
|
1044
|
-
timepicker?: boolean | undefined;
|
|
1045
|
-
dateTimeFormat?: string | undefined;
|
|
1046
|
-
userDateFormat?: string | undefined;
|
|
1047
|
-
userDateTimeFormat?: string | undefined;
|
|
1048
|
-
labelAlign?: string | undefined;
|
|
1049
|
-
openDirectionX?: string | undefined;
|
|
1050
|
-
openDirectionY?: string | undefined;
|
|
1051
|
-
$props: {
|
|
1052
|
-
readonly label?: string | undefined;
|
|
1053
|
-
readonly id?: string | undefined;
|
|
1054
|
-
readonly description?: string | undefined;
|
|
1055
|
-
readonly error?: string | undefined;
|
|
1056
|
-
readonly leftIcon?: string | undefined;
|
|
1057
|
-
readonly config?: Record<string, any> | undefined;
|
|
1058
|
-
readonly dataTest?: string | undefined;
|
|
1059
|
-
readonly modelValue?: string | Date | undefined;
|
|
1060
|
-
readonly placeholder?: string | undefined;
|
|
1061
|
-
readonly disabled?: boolean | undefined;
|
|
1062
|
-
readonly size?: string | undefined;
|
|
1063
|
-
readonly rightIcon?: string | undefined;
|
|
1064
|
-
readonly dateFormat?: string | undefined;
|
|
1065
|
-
readonly maxDate?: string | Date | undefined;
|
|
1066
|
-
readonly minDate?: string | Date | undefined;
|
|
1067
|
-
readonly timepicker?: boolean | undefined;
|
|
1068
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1069
|
-
readonly userDateFormat?: string | undefined;
|
|
1070
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1071
|
-
readonly labelAlign?: string | undefined;
|
|
1072
|
-
readonly openDirectionX?: string | undefined;
|
|
1073
|
-
readonly openDirectionY?: string | undefined;
|
|
1074
|
-
};
|
|
1075
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1076
|
-
P: {};
|
|
1077
|
-
B: {};
|
|
1078
|
-
D: {};
|
|
1079
|
-
C: {};
|
|
1080
|
-
M: {};
|
|
1081
|
-
Defaults: {};
|
|
1082
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1083
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1084
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1085
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1086
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1087
|
-
label: string;
|
|
1088
|
-
id: string;
|
|
1089
|
-
description: string;
|
|
1090
|
-
error: string;
|
|
1091
|
-
leftIcon: string;
|
|
1092
|
-
config: Record<string, any>;
|
|
1093
|
-
dataTest: string;
|
|
1094
|
-
modelValue: string | Date;
|
|
1095
|
-
placeholder: string;
|
|
1096
|
-
disabled?: boolean | undefined;
|
|
1097
|
-
size?: string | undefined;
|
|
1098
|
-
rightIcon?: string | undefined;
|
|
1099
|
-
dateFormat?: string | undefined;
|
|
1100
|
-
maxDate?: string | Date | undefined;
|
|
1101
|
-
minDate?: string | Date | undefined;
|
|
1102
|
-
timepicker?: boolean | undefined;
|
|
1103
|
-
dateTimeFormat?: string | undefined;
|
|
1104
|
-
userDateFormat?: string | undefined;
|
|
1105
|
-
userDateTimeFormat?: string | undefined;
|
|
1106
|
-
labelAlign?: string | undefined;
|
|
1107
|
-
openDirectionX?: string | undefined;
|
|
1108
|
-
openDirectionY?: string | undefined;
|
|
1109
|
-
$props: {
|
|
1110
|
-
readonly label?: string | undefined;
|
|
1111
|
-
readonly id?: string | undefined;
|
|
1112
|
-
readonly description?: string | undefined;
|
|
1113
|
-
readonly error?: string | undefined;
|
|
1114
|
-
readonly leftIcon?: string | undefined;
|
|
1115
|
-
readonly config?: Record<string, any> | undefined;
|
|
1116
|
-
readonly dataTest?: string | undefined;
|
|
1117
|
-
readonly modelValue?: string | Date | undefined;
|
|
1118
|
-
readonly placeholder?: string | undefined;
|
|
1119
|
-
readonly disabled?: boolean | undefined;
|
|
1120
|
-
readonly size?: string | undefined;
|
|
1121
|
-
readonly rightIcon?: string | undefined;
|
|
1122
|
-
readonly dateFormat?: string | undefined;
|
|
1123
|
-
readonly maxDate?: string | Date | undefined;
|
|
1124
|
-
readonly minDate?: string | Date | undefined;
|
|
1125
|
-
readonly timepicker?: boolean | undefined;
|
|
1126
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1127
|
-
readonly userDateFormat?: string | undefined;
|
|
1128
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1129
|
-
readonly labelAlign?: string | undefined;
|
|
1130
|
-
readonly openDirectionX?: string | undefined;
|
|
1131
|
-
readonly openDirectionY?: string | undefined;
|
|
1132
|
-
};
|
|
1133
|
-
}, {}, {}, {}, {}>;
|
|
1134
|
-
__isFragment?: never;
|
|
1135
|
-
__isTeleport?: never;
|
|
1136
|
-
__isSuspense?: never;
|
|
1137
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1138
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1139
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1140
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1141
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1142
|
-
label: string;
|
|
1143
|
-
id: string;
|
|
1144
|
-
description: string;
|
|
1145
|
-
error: string;
|
|
1146
|
-
leftIcon: string;
|
|
1147
|
-
config: Record<string, any>;
|
|
1148
|
-
dataTest: string;
|
|
1149
|
-
modelValue: string | Date;
|
|
1150
|
-
placeholder: string;
|
|
1151
|
-
disabled?: boolean | undefined;
|
|
1152
|
-
size?: string | undefined;
|
|
1153
|
-
rightIcon?: string | undefined;
|
|
1154
|
-
dateFormat?: string | undefined;
|
|
1155
|
-
maxDate?: string | Date | undefined;
|
|
1156
|
-
minDate?: string | Date | undefined;
|
|
1157
|
-
timepicker?: boolean | undefined;
|
|
1158
|
-
dateTimeFormat?: string | undefined;
|
|
1159
|
-
userDateFormat?: string | undefined;
|
|
1160
|
-
userDateTimeFormat?: string | undefined;
|
|
1161
|
-
labelAlign?: string | undefined;
|
|
1162
|
-
openDirectionX?: string | undefined;
|
|
1163
|
-
openDirectionY?: string | undefined;
|
|
1164
|
-
$props: {
|
|
1165
|
-
readonly label?: string | undefined;
|
|
1166
|
-
readonly id?: string | undefined;
|
|
1167
|
-
readonly description?: string | undefined;
|
|
1168
|
-
readonly error?: string | undefined;
|
|
1169
|
-
readonly leftIcon?: string | undefined;
|
|
1170
|
-
readonly config?: Record<string, any> | undefined;
|
|
1171
|
-
readonly dataTest?: string | undefined;
|
|
1172
|
-
readonly modelValue?: string | Date | undefined;
|
|
1173
|
-
readonly placeholder?: string | undefined;
|
|
1174
|
-
readonly disabled?: boolean | undefined;
|
|
1175
|
-
readonly size?: string | undefined;
|
|
1176
|
-
readonly rightIcon?: string | undefined;
|
|
1177
|
-
readonly dateFormat?: string | undefined;
|
|
1178
|
-
readonly maxDate?: string | Date | undefined;
|
|
1179
|
-
readonly minDate?: string | Date | undefined;
|
|
1180
|
-
readonly timepicker?: boolean | undefined;
|
|
1181
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1182
|
-
readonly userDateFormat?: string | undefined;
|
|
1183
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1184
|
-
readonly labelAlign?: string | undefined;
|
|
1185
|
-
readonly openDirectionX?: string | undefined;
|
|
1186
|
-
readonly openDirectionY?: string | undefined;
|
|
1187
|
-
};
|
|
1188
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1189
|
-
$slots: {
|
|
1190
|
-
left?(_: {}): any;
|
|
1191
|
-
"left-icon"?(_: {
|
|
1192
|
-
iconName: string;
|
|
1193
|
-
iconSize: any;
|
|
1194
|
-
}): any;
|
|
1195
|
-
"right-icon"?(_: {
|
|
1196
|
-
iconName: string;
|
|
1197
|
-
iconSize: any;
|
|
1198
|
-
}): any;
|
|
1199
|
-
right?(_: {}): any;
|
|
1200
|
-
};
|
|
1201
|
-
});
|
|
1202
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1203
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1204
|
-
config: Record<string, any>;
|
|
1205
|
-
name: string;
|
|
1206
|
-
src: Record<string, any>;
|
|
1207
|
-
tooltip: string;
|
|
1208
|
-
tooltipSettings: Record<string, any>;
|
|
1209
|
-
dataTest: string;
|
|
1210
|
-
internal: boolean;
|
|
1211
|
-
color?: string | undefined;
|
|
1212
|
-
size?: string | undefined;
|
|
1213
|
-
interactive?: boolean | undefined;
|
|
1214
|
-
variant?: string | undefined;
|
|
1215
|
-
$props: {
|
|
1216
|
-
readonly config?: Record<string, any> | undefined;
|
|
1217
|
-
readonly name?: string | undefined;
|
|
1218
|
-
readonly src?: Record<string, any> | undefined;
|
|
1219
|
-
readonly tooltip?: string | undefined;
|
|
1220
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1221
|
-
readonly dataTest?: string | undefined;
|
|
1222
|
-
readonly internal?: boolean | undefined;
|
|
1223
|
-
readonly color?: string | undefined;
|
|
1224
|
-
readonly size?: string | undefined;
|
|
1225
|
-
readonly interactive?: boolean | undefined;
|
|
1226
|
-
readonly variant?: string | undefined;
|
|
1227
|
-
};
|
|
1228
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1229
|
-
};
|
|
1230
|
-
setup(): {
|
|
1231
|
-
args: any;
|
|
1232
|
-
slots: any;
|
|
1233
|
-
};
|
|
1234
|
-
template: string;
|
|
1235
|
-
};
|
|
1236
|
-
export namespace Disabled {
|
|
1237
|
-
export namespace args_5 {
|
|
1238
|
-
let disabled: boolean;
|
|
1239
|
-
}
|
|
1240
|
-
export { args_5 as args };
|
|
1241
|
-
}
|
|
1242
|
-
export function Error(args: any): {
|
|
1243
|
-
components: {
|
|
1244
|
-
UDatePicker: {
|
|
1245
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1246
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1247
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1248
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1249
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1250
|
-
label: string;
|
|
1251
|
-
id: string;
|
|
1252
|
-
description: string;
|
|
1253
|
-
error: string;
|
|
1254
|
-
leftIcon: string;
|
|
1255
|
-
config: Record<string, any>;
|
|
1256
|
-
dataTest: string;
|
|
1257
|
-
modelValue: string | Date;
|
|
1258
|
-
placeholder: string;
|
|
1259
|
-
disabled?: boolean | undefined;
|
|
1260
|
-
size?: string | undefined;
|
|
1261
|
-
rightIcon?: string | undefined;
|
|
1262
|
-
dateFormat?: string | undefined;
|
|
1263
|
-
maxDate?: string | Date | undefined;
|
|
1264
|
-
minDate?: string | Date | undefined;
|
|
1265
|
-
timepicker?: boolean | undefined;
|
|
1266
|
-
dateTimeFormat?: string | undefined;
|
|
1267
|
-
userDateFormat?: string | undefined;
|
|
1268
|
-
userDateTimeFormat?: string | undefined;
|
|
1269
|
-
labelAlign?: string | undefined;
|
|
1270
|
-
openDirectionX?: string | undefined;
|
|
1271
|
-
openDirectionY?: string | undefined;
|
|
1272
|
-
$props: {
|
|
1273
|
-
readonly label?: string | undefined;
|
|
1274
|
-
readonly id?: string | undefined;
|
|
1275
|
-
readonly description?: string | undefined;
|
|
1276
|
-
readonly error?: string | undefined;
|
|
1277
|
-
readonly leftIcon?: string | undefined;
|
|
1278
|
-
readonly config?: Record<string, any> | undefined;
|
|
1279
|
-
readonly dataTest?: string | undefined;
|
|
1280
|
-
readonly modelValue?: string | Date | undefined;
|
|
1281
|
-
readonly placeholder?: string | undefined;
|
|
1282
|
-
readonly disabled?: boolean | undefined;
|
|
1283
|
-
readonly size?: string | undefined;
|
|
1284
|
-
readonly rightIcon?: string | undefined;
|
|
1285
|
-
readonly dateFormat?: string | undefined;
|
|
1286
|
-
readonly maxDate?: string | Date | undefined;
|
|
1287
|
-
readonly minDate?: string | Date | undefined;
|
|
1288
|
-
readonly timepicker?: boolean | undefined;
|
|
1289
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1290
|
-
readonly userDateFormat?: string | undefined;
|
|
1291
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1292
|
-
readonly labelAlign?: string | undefined;
|
|
1293
|
-
readonly openDirectionX?: string | undefined;
|
|
1294
|
-
readonly openDirectionY?: string | undefined;
|
|
1295
|
-
};
|
|
1296
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1297
|
-
P: {};
|
|
1298
|
-
B: {};
|
|
1299
|
-
D: {};
|
|
1300
|
-
C: {};
|
|
1301
|
-
M: {};
|
|
1302
|
-
Defaults: {};
|
|
1303
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1304
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1305
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1306
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1307
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1308
|
-
label: string;
|
|
1309
|
-
id: string;
|
|
1310
|
-
description: string;
|
|
1311
|
-
error: string;
|
|
1312
|
-
leftIcon: string;
|
|
1313
|
-
config: Record<string, any>;
|
|
1314
|
-
dataTest: string;
|
|
1315
|
-
modelValue: string | Date;
|
|
1316
|
-
placeholder: string;
|
|
1317
|
-
disabled?: boolean | undefined;
|
|
1318
|
-
size?: string | undefined;
|
|
1319
|
-
rightIcon?: string | undefined;
|
|
1320
|
-
dateFormat?: string | undefined;
|
|
1321
|
-
maxDate?: string | Date | undefined;
|
|
1322
|
-
minDate?: string | Date | undefined;
|
|
1323
|
-
timepicker?: boolean | undefined;
|
|
1324
|
-
dateTimeFormat?: string | undefined;
|
|
1325
|
-
userDateFormat?: string | undefined;
|
|
1326
|
-
userDateTimeFormat?: string | undefined;
|
|
1327
|
-
labelAlign?: string | undefined;
|
|
1328
|
-
openDirectionX?: string | undefined;
|
|
1329
|
-
openDirectionY?: string | undefined;
|
|
1330
|
-
$props: {
|
|
1331
|
-
readonly label?: string | undefined;
|
|
1332
|
-
readonly id?: string | undefined;
|
|
1333
|
-
readonly description?: string | undefined;
|
|
1334
|
-
readonly error?: string | undefined;
|
|
1335
|
-
readonly leftIcon?: string | undefined;
|
|
1336
|
-
readonly config?: Record<string, any> | undefined;
|
|
1337
|
-
readonly dataTest?: string | undefined;
|
|
1338
|
-
readonly modelValue?: string | Date | undefined;
|
|
1339
|
-
readonly placeholder?: string | undefined;
|
|
1340
|
-
readonly disabled?: boolean | undefined;
|
|
1341
|
-
readonly size?: string | undefined;
|
|
1342
|
-
readonly rightIcon?: string | undefined;
|
|
1343
|
-
readonly dateFormat?: string | undefined;
|
|
1344
|
-
readonly maxDate?: string | Date | undefined;
|
|
1345
|
-
readonly minDate?: string | Date | undefined;
|
|
1346
|
-
readonly timepicker?: boolean | undefined;
|
|
1347
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1348
|
-
readonly userDateFormat?: string | undefined;
|
|
1349
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1350
|
-
readonly labelAlign?: string | undefined;
|
|
1351
|
-
readonly openDirectionX?: string | undefined;
|
|
1352
|
-
readonly openDirectionY?: string | undefined;
|
|
1353
|
-
};
|
|
1354
|
-
}, {}, {}, {}, {}>;
|
|
1355
|
-
__isFragment?: never;
|
|
1356
|
-
__isTeleport?: never;
|
|
1357
|
-
__isSuspense?: never;
|
|
1358
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1359
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1360
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1361
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1362
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1363
|
-
label: string;
|
|
1364
|
-
id: string;
|
|
1365
|
-
description: string;
|
|
1366
|
-
error: string;
|
|
1367
|
-
leftIcon: string;
|
|
1368
|
-
config: Record<string, any>;
|
|
1369
|
-
dataTest: string;
|
|
1370
|
-
modelValue: string | Date;
|
|
1371
|
-
placeholder: string;
|
|
1372
|
-
disabled?: boolean | undefined;
|
|
1373
|
-
size?: string | undefined;
|
|
1374
|
-
rightIcon?: string | undefined;
|
|
1375
|
-
dateFormat?: string | undefined;
|
|
1376
|
-
maxDate?: string | Date | undefined;
|
|
1377
|
-
minDate?: string | Date | undefined;
|
|
1378
|
-
timepicker?: boolean | undefined;
|
|
1379
|
-
dateTimeFormat?: string | undefined;
|
|
1380
|
-
userDateFormat?: string | undefined;
|
|
1381
|
-
userDateTimeFormat?: string | undefined;
|
|
1382
|
-
labelAlign?: string | undefined;
|
|
1383
|
-
openDirectionX?: string | undefined;
|
|
1384
|
-
openDirectionY?: string | undefined;
|
|
1385
|
-
$props: {
|
|
1386
|
-
readonly label?: string | undefined;
|
|
1387
|
-
readonly id?: string | undefined;
|
|
1388
|
-
readonly description?: string | undefined;
|
|
1389
|
-
readonly error?: string | undefined;
|
|
1390
|
-
readonly leftIcon?: string | undefined;
|
|
1391
|
-
readonly config?: Record<string, any> | undefined;
|
|
1392
|
-
readonly dataTest?: string | undefined;
|
|
1393
|
-
readonly modelValue?: string | Date | undefined;
|
|
1394
|
-
readonly placeholder?: string | undefined;
|
|
1395
|
-
readonly disabled?: boolean | undefined;
|
|
1396
|
-
readonly size?: string | undefined;
|
|
1397
|
-
readonly rightIcon?: string | undefined;
|
|
1398
|
-
readonly dateFormat?: string | undefined;
|
|
1399
|
-
readonly maxDate?: string | Date | undefined;
|
|
1400
|
-
readonly minDate?: string | Date | undefined;
|
|
1401
|
-
readonly timepicker?: boolean | undefined;
|
|
1402
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1403
|
-
readonly userDateFormat?: string | undefined;
|
|
1404
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1405
|
-
readonly labelAlign?: string | undefined;
|
|
1406
|
-
readonly openDirectionX?: string | undefined;
|
|
1407
|
-
readonly openDirectionY?: string | undefined;
|
|
1408
|
-
};
|
|
1409
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1410
|
-
$slots: {
|
|
1411
|
-
left?(_: {}): any;
|
|
1412
|
-
"left-icon"?(_: {
|
|
1413
|
-
iconName: string;
|
|
1414
|
-
iconSize: any;
|
|
1415
|
-
}): any;
|
|
1416
|
-
"right-icon"?(_: {
|
|
1417
|
-
iconName: string;
|
|
1418
|
-
iconSize: any;
|
|
1419
|
-
}): any;
|
|
1420
|
-
right?(_: {}): any;
|
|
1421
|
-
};
|
|
1422
|
-
});
|
|
1423
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1424
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1425
|
-
config: Record<string, any>;
|
|
1426
|
-
name: string;
|
|
1427
|
-
src: Record<string, any>;
|
|
1428
|
-
tooltip: string;
|
|
1429
|
-
tooltipSettings: Record<string, any>;
|
|
1430
|
-
dataTest: string;
|
|
1431
|
-
internal: boolean;
|
|
1432
|
-
color?: string | undefined;
|
|
1433
|
-
size?: string | undefined;
|
|
1434
|
-
interactive?: boolean | undefined;
|
|
1435
|
-
variant?: string | undefined;
|
|
1436
|
-
$props: {
|
|
1437
|
-
readonly config?: Record<string, any> | undefined;
|
|
1438
|
-
readonly name?: string | undefined;
|
|
1439
|
-
readonly src?: Record<string, any> | undefined;
|
|
1440
|
-
readonly tooltip?: string | undefined;
|
|
1441
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1442
|
-
readonly dataTest?: string | undefined;
|
|
1443
|
-
readonly internal?: boolean | undefined;
|
|
1444
|
-
readonly color?: string | undefined;
|
|
1445
|
-
readonly size?: string | undefined;
|
|
1446
|
-
readonly interactive?: boolean | undefined;
|
|
1447
|
-
readonly variant?: string | undefined;
|
|
1448
|
-
};
|
|
1449
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1450
|
-
};
|
|
1451
|
-
setup(): {
|
|
1452
|
-
args: any;
|
|
1453
|
-
slots: any;
|
|
1454
|
-
};
|
|
1455
|
-
template: string;
|
|
1456
|
-
};
|
|
1457
|
-
export namespace Error {
|
|
1458
|
-
export namespace args_6 {
|
|
1459
|
-
let error: string;
|
|
1460
|
-
}
|
|
1461
|
-
export { args_6 as args };
|
|
1462
|
-
}
|
|
1463
|
-
export function Placeholder(args: any): {
|
|
1464
|
-
components: {
|
|
1465
|
-
UDatePicker: {
|
|
1466
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1467
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1468
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1469
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1470
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1471
|
-
label: string;
|
|
1472
|
-
id: string;
|
|
1473
|
-
description: string;
|
|
1474
|
-
error: string;
|
|
1475
|
-
leftIcon: string;
|
|
1476
|
-
config: Record<string, any>;
|
|
1477
|
-
dataTest: string;
|
|
1478
|
-
modelValue: string | Date;
|
|
1479
|
-
placeholder: string;
|
|
1480
|
-
disabled?: boolean | undefined;
|
|
1481
|
-
size?: string | undefined;
|
|
1482
|
-
rightIcon?: string | undefined;
|
|
1483
|
-
dateFormat?: string | undefined;
|
|
1484
|
-
maxDate?: string | Date | undefined;
|
|
1485
|
-
minDate?: string | Date | undefined;
|
|
1486
|
-
timepicker?: boolean | undefined;
|
|
1487
|
-
dateTimeFormat?: string | undefined;
|
|
1488
|
-
userDateFormat?: string | undefined;
|
|
1489
|
-
userDateTimeFormat?: string | undefined;
|
|
1490
|
-
labelAlign?: string | undefined;
|
|
1491
|
-
openDirectionX?: string | undefined;
|
|
1492
|
-
openDirectionY?: string | undefined;
|
|
1493
|
-
$props: {
|
|
1494
|
-
readonly label?: string | undefined;
|
|
1495
|
-
readonly id?: string | undefined;
|
|
1496
|
-
readonly description?: string | undefined;
|
|
1497
|
-
readonly error?: string | undefined;
|
|
1498
|
-
readonly leftIcon?: string | undefined;
|
|
1499
|
-
readonly config?: Record<string, any> | undefined;
|
|
1500
|
-
readonly dataTest?: string | undefined;
|
|
1501
|
-
readonly modelValue?: string | Date | undefined;
|
|
1502
|
-
readonly placeholder?: string | undefined;
|
|
1503
|
-
readonly disabled?: boolean | undefined;
|
|
1504
|
-
readonly size?: string | undefined;
|
|
1505
|
-
readonly rightIcon?: string | undefined;
|
|
1506
|
-
readonly dateFormat?: string | undefined;
|
|
1507
|
-
readonly maxDate?: string | Date | undefined;
|
|
1508
|
-
readonly minDate?: string | Date | undefined;
|
|
1509
|
-
readonly timepicker?: boolean | undefined;
|
|
1510
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1511
|
-
readonly userDateFormat?: string | undefined;
|
|
1512
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1513
|
-
readonly labelAlign?: string | undefined;
|
|
1514
|
-
readonly openDirectionX?: string | undefined;
|
|
1515
|
-
readonly openDirectionY?: string | undefined;
|
|
1516
|
-
};
|
|
1517
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1518
|
-
P: {};
|
|
1519
|
-
B: {};
|
|
1520
|
-
D: {};
|
|
1521
|
-
C: {};
|
|
1522
|
-
M: {};
|
|
1523
|
-
Defaults: {};
|
|
1524
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1525
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1526
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1527
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1528
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1529
|
-
label: string;
|
|
1530
|
-
id: string;
|
|
1531
|
-
description: string;
|
|
1532
|
-
error: string;
|
|
1533
|
-
leftIcon: string;
|
|
1534
|
-
config: Record<string, any>;
|
|
1535
|
-
dataTest: string;
|
|
1536
|
-
modelValue: string | Date;
|
|
1537
|
-
placeholder: string;
|
|
1538
|
-
disabled?: boolean | undefined;
|
|
1539
|
-
size?: string | undefined;
|
|
1540
|
-
rightIcon?: string | undefined;
|
|
1541
|
-
dateFormat?: string | undefined;
|
|
1542
|
-
maxDate?: string | Date | undefined;
|
|
1543
|
-
minDate?: string | Date | undefined;
|
|
1544
|
-
timepicker?: boolean | undefined;
|
|
1545
|
-
dateTimeFormat?: string | undefined;
|
|
1546
|
-
userDateFormat?: string | undefined;
|
|
1547
|
-
userDateTimeFormat?: string | undefined;
|
|
1548
|
-
labelAlign?: string | undefined;
|
|
1549
|
-
openDirectionX?: string | undefined;
|
|
1550
|
-
openDirectionY?: string | undefined;
|
|
1551
|
-
$props: {
|
|
1552
|
-
readonly label?: string | undefined;
|
|
1553
|
-
readonly id?: string | undefined;
|
|
1554
|
-
readonly description?: string | undefined;
|
|
1555
|
-
readonly error?: string | undefined;
|
|
1556
|
-
readonly leftIcon?: string | undefined;
|
|
1557
|
-
readonly config?: Record<string, any> | undefined;
|
|
1558
|
-
readonly dataTest?: string | undefined;
|
|
1559
|
-
readonly modelValue?: string | Date | undefined;
|
|
1560
|
-
readonly placeholder?: string | undefined;
|
|
1561
|
-
readonly disabled?: boolean | undefined;
|
|
1562
|
-
readonly size?: string | undefined;
|
|
1563
|
-
readonly rightIcon?: string | undefined;
|
|
1564
|
-
readonly dateFormat?: string | undefined;
|
|
1565
|
-
readonly maxDate?: string | Date | undefined;
|
|
1566
|
-
readonly minDate?: string | Date | undefined;
|
|
1567
|
-
readonly timepicker?: boolean | undefined;
|
|
1568
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1569
|
-
readonly userDateFormat?: string | undefined;
|
|
1570
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1571
|
-
readonly labelAlign?: string | undefined;
|
|
1572
|
-
readonly openDirectionX?: string | undefined;
|
|
1573
|
-
readonly openDirectionY?: string | undefined;
|
|
1574
|
-
};
|
|
1575
|
-
}, {}, {}, {}, {}>;
|
|
1576
|
-
__isFragment?: never;
|
|
1577
|
-
__isTeleport?: never;
|
|
1578
|
-
__isSuspense?: never;
|
|
1579
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1580
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1581
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1582
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1583
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1584
|
-
label: string;
|
|
1585
|
-
id: string;
|
|
1586
|
-
description: string;
|
|
1587
|
-
error: string;
|
|
1588
|
-
leftIcon: string;
|
|
1589
|
-
config: Record<string, any>;
|
|
1590
|
-
dataTest: string;
|
|
1591
|
-
modelValue: string | Date;
|
|
1592
|
-
placeholder: string;
|
|
1593
|
-
disabled?: boolean | undefined;
|
|
1594
|
-
size?: string | undefined;
|
|
1595
|
-
rightIcon?: string | undefined;
|
|
1596
|
-
dateFormat?: string | undefined;
|
|
1597
|
-
maxDate?: string | Date | undefined;
|
|
1598
|
-
minDate?: string | Date | undefined;
|
|
1599
|
-
timepicker?: boolean | undefined;
|
|
1600
|
-
dateTimeFormat?: string | undefined;
|
|
1601
|
-
userDateFormat?: string | undefined;
|
|
1602
|
-
userDateTimeFormat?: string | undefined;
|
|
1603
|
-
labelAlign?: string | undefined;
|
|
1604
|
-
openDirectionX?: string | undefined;
|
|
1605
|
-
openDirectionY?: string | undefined;
|
|
1606
|
-
$props: {
|
|
1607
|
-
readonly label?: string | undefined;
|
|
1608
|
-
readonly id?: string | undefined;
|
|
1609
|
-
readonly description?: string | undefined;
|
|
1610
|
-
readonly error?: string | undefined;
|
|
1611
|
-
readonly leftIcon?: string | undefined;
|
|
1612
|
-
readonly config?: Record<string, any> | undefined;
|
|
1613
|
-
readonly dataTest?: string | undefined;
|
|
1614
|
-
readonly modelValue?: string | Date | undefined;
|
|
1615
|
-
readonly placeholder?: string | undefined;
|
|
1616
|
-
readonly disabled?: boolean | undefined;
|
|
1617
|
-
readonly size?: string | undefined;
|
|
1618
|
-
readonly rightIcon?: string | undefined;
|
|
1619
|
-
readonly dateFormat?: string | undefined;
|
|
1620
|
-
readonly maxDate?: string | Date | undefined;
|
|
1621
|
-
readonly minDate?: string | Date | undefined;
|
|
1622
|
-
readonly timepicker?: boolean | undefined;
|
|
1623
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1624
|
-
readonly userDateFormat?: string | undefined;
|
|
1625
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1626
|
-
readonly labelAlign?: string | undefined;
|
|
1627
|
-
readonly openDirectionX?: string | undefined;
|
|
1628
|
-
readonly openDirectionY?: string | undefined;
|
|
1629
|
-
};
|
|
1630
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1631
|
-
$slots: {
|
|
1632
|
-
left?(_: {}): any;
|
|
1633
|
-
"left-icon"?(_: {
|
|
1634
|
-
iconName: string;
|
|
1635
|
-
iconSize: any;
|
|
1636
|
-
}): any;
|
|
1637
|
-
"right-icon"?(_: {
|
|
1638
|
-
iconName: string;
|
|
1639
|
-
iconSize: any;
|
|
1640
|
-
}): any;
|
|
1641
|
-
right?(_: {}): any;
|
|
1642
|
-
};
|
|
1643
|
-
});
|
|
1644
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1645
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1646
|
-
config: Record<string, any>;
|
|
1647
|
-
name: string;
|
|
1648
|
-
src: Record<string, any>;
|
|
1649
|
-
tooltip: string;
|
|
1650
|
-
tooltipSettings: Record<string, any>;
|
|
1651
|
-
dataTest: string;
|
|
1652
|
-
internal: boolean;
|
|
1653
|
-
color?: string | undefined;
|
|
1654
|
-
size?: string | undefined;
|
|
1655
|
-
interactive?: boolean | undefined;
|
|
1656
|
-
variant?: string | undefined;
|
|
1657
|
-
$props: {
|
|
1658
|
-
readonly config?: Record<string, any> | undefined;
|
|
1659
|
-
readonly name?: string | undefined;
|
|
1660
|
-
readonly src?: Record<string, any> | undefined;
|
|
1661
|
-
readonly tooltip?: string | undefined;
|
|
1662
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1663
|
-
readonly dataTest?: string | undefined;
|
|
1664
|
-
readonly internal?: boolean | undefined;
|
|
1665
|
-
readonly color?: string | undefined;
|
|
1666
|
-
readonly size?: string | undefined;
|
|
1667
|
-
readonly interactive?: boolean | undefined;
|
|
1668
|
-
readonly variant?: string | undefined;
|
|
1669
|
-
};
|
|
1670
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1671
|
-
};
|
|
1672
|
-
setup(): {
|
|
1673
|
-
args: any;
|
|
1674
|
-
slots: any;
|
|
1675
|
-
};
|
|
1676
|
-
template: string;
|
|
1677
|
-
};
|
|
1678
|
-
export namespace Placeholder {
|
|
1679
|
-
export namespace args_7 {
|
|
1680
|
-
let placeholder: string;
|
|
1681
|
-
}
|
|
1682
|
-
export { args_7 as args };
|
|
1683
|
-
}
|
|
1684
|
-
export function DateFormat(args: any): {
|
|
1685
|
-
components: {
|
|
1686
|
-
UDatePicker: {
|
|
1687
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1688
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1689
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1690
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1691
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1692
|
-
label: string;
|
|
1693
|
-
id: string;
|
|
1694
|
-
description: string;
|
|
1695
|
-
error: string;
|
|
1696
|
-
leftIcon: string;
|
|
1697
|
-
config: Record<string, any>;
|
|
1698
|
-
dataTest: string;
|
|
1699
|
-
modelValue: string | Date;
|
|
1700
|
-
placeholder: string;
|
|
1701
|
-
disabled?: boolean | undefined;
|
|
1702
|
-
size?: string | undefined;
|
|
1703
|
-
rightIcon?: string | undefined;
|
|
1704
|
-
dateFormat?: string | undefined;
|
|
1705
|
-
maxDate?: string | Date | undefined;
|
|
1706
|
-
minDate?: string | Date | undefined;
|
|
1707
|
-
timepicker?: boolean | undefined;
|
|
1708
|
-
dateTimeFormat?: string | undefined;
|
|
1709
|
-
userDateFormat?: string | undefined;
|
|
1710
|
-
userDateTimeFormat?: string | undefined;
|
|
1711
|
-
labelAlign?: string | undefined;
|
|
1712
|
-
openDirectionX?: string | undefined;
|
|
1713
|
-
openDirectionY?: string | undefined;
|
|
1714
|
-
$props: {
|
|
1715
|
-
readonly label?: string | undefined;
|
|
1716
|
-
readonly id?: string | undefined;
|
|
1717
|
-
readonly description?: string | undefined;
|
|
1718
|
-
readonly error?: string | undefined;
|
|
1719
|
-
readonly leftIcon?: string | undefined;
|
|
1720
|
-
readonly config?: Record<string, any> | undefined;
|
|
1721
|
-
readonly dataTest?: string | undefined;
|
|
1722
|
-
readonly modelValue?: string | Date | undefined;
|
|
1723
|
-
readonly placeholder?: string | undefined;
|
|
1724
|
-
readonly disabled?: boolean | undefined;
|
|
1725
|
-
readonly size?: string | undefined;
|
|
1726
|
-
readonly rightIcon?: string | undefined;
|
|
1727
|
-
readonly dateFormat?: string | undefined;
|
|
1728
|
-
readonly maxDate?: string | Date | undefined;
|
|
1729
|
-
readonly minDate?: string | Date | undefined;
|
|
1730
|
-
readonly timepicker?: boolean | undefined;
|
|
1731
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1732
|
-
readonly userDateFormat?: string | undefined;
|
|
1733
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1734
|
-
readonly labelAlign?: string | undefined;
|
|
1735
|
-
readonly openDirectionX?: string | undefined;
|
|
1736
|
-
readonly openDirectionY?: string | undefined;
|
|
1737
|
-
};
|
|
1738
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1739
|
-
P: {};
|
|
1740
|
-
B: {};
|
|
1741
|
-
D: {};
|
|
1742
|
-
C: {};
|
|
1743
|
-
M: {};
|
|
1744
|
-
Defaults: {};
|
|
1745
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1746
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1747
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1748
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1749
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1750
|
-
label: string;
|
|
1751
|
-
id: string;
|
|
1752
|
-
description: string;
|
|
1753
|
-
error: string;
|
|
1754
|
-
leftIcon: string;
|
|
1755
|
-
config: Record<string, any>;
|
|
1756
|
-
dataTest: string;
|
|
1757
|
-
modelValue: string | Date;
|
|
1758
|
-
placeholder: string;
|
|
1759
|
-
disabled?: boolean | undefined;
|
|
1760
|
-
size?: string | undefined;
|
|
1761
|
-
rightIcon?: string | undefined;
|
|
1762
|
-
dateFormat?: string | undefined;
|
|
1763
|
-
maxDate?: string | Date | undefined;
|
|
1764
|
-
minDate?: string | Date | undefined;
|
|
1765
|
-
timepicker?: boolean | undefined;
|
|
1766
|
-
dateTimeFormat?: string | undefined;
|
|
1767
|
-
userDateFormat?: string | undefined;
|
|
1768
|
-
userDateTimeFormat?: string | undefined;
|
|
1769
|
-
labelAlign?: string | undefined;
|
|
1770
|
-
openDirectionX?: string | undefined;
|
|
1771
|
-
openDirectionY?: string | undefined;
|
|
1772
|
-
$props: {
|
|
1773
|
-
readonly label?: string | undefined;
|
|
1774
|
-
readonly id?: string | undefined;
|
|
1775
|
-
readonly description?: string | undefined;
|
|
1776
|
-
readonly error?: string | undefined;
|
|
1777
|
-
readonly leftIcon?: string | undefined;
|
|
1778
|
-
readonly config?: Record<string, any> | undefined;
|
|
1779
|
-
readonly dataTest?: string | undefined;
|
|
1780
|
-
readonly modelValue?: string | Date | undefined;
|
|
1781
|
-
readonly placeholder?: string | undefined;
|
|
1782
|
-
readonly disabled?: boolean | undefined;
|
|
1783
|
-
readonly size?: string | undefined;
|
|
1784
|
-
readonly rightIcon?: string | undefined;
|
|
1785
|
-
readonly dateFormat?: string | undefined;
|
|
1786
|
-
readonly maxDate?: string | Date | undefined;
|
|
1787
|
-
readonly minDate?: string | Date | undefined;
|
|
1788
|
-
readonly timepicker?: boolean | undefined;
|
|
1789
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1790
|
-
readonly userDateFormat?: string | undefined;
|
|
1791
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1792
|
-
readonly labelAlign?: string | undefined;
|
|
1793
|
-
readonly openDirectionX?: string | undefined;
|
|
1794
|
-
readonly openDirectionY?: string | undefined;
|
|
1795
|
-
};
|
|
1796
|
-
}, {}, {}, {}, {}>;
|
|
1797
|
-
__isFragment?: never;
|
|
1798
|
-
__isTeleport?: never;
|
|
1799
|
-
__isSuspense?: never;
|
|
1800
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1801
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1802
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1803
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1804
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1805
|
-
label: string;
|
|
1806
|
-
id: string;
|
|
1807
|
-
description: string;
|
|
1808
|
-
error: string;
|
|
1809
|
-
leftIcon: string;
|
|
1810
|
-
config: Record<string, any>;
|
|
1811
|
-
dataTest: string;
|
|
1812
|
-
modelValue: string | Date;
|
|
1813
|
-
placeholder: string;
|
|
1814
|
-
disabled?: boolean | undefined;
|
|
1815
|
-
size?: string | undefined;
|
|
1816
|
-
rightIcon?: string | undefined;
|
|
1817
|
-
dateFormat?: string | undefined;
|
|
1818
|
-
maxDate?: string | Date | undefined;
|
|
1819
|
-
minDate?: string | Date | undefined;
|
|
1820
|
-
timepicker?: boolean | undefined;
|
|
1821
|
-
dateTimeFormat?: string | undefined;
|
|
1822
|
-
userDateFormat?: string | undefined;
|
|
1823
|
-
userDateTimeFormat?: string | undefined;
|
|
1824
|
-
labelAlign?: string | undefined;
|
|
1825
|
-
openDirectionX?: string | undefined;
|
|
1826
|
-
openDirectionY?: string | undefined;
|
|
1827
|
-
$props: {
|
|
1828
|
-
readonly label?: string | undefined;
|
|
1829
|
-
readonly id?: string | undefined;
|
|
1830
|
-
readonly description?: string | undefined;
|
|
1831
|
-
readonly error?: string | undefined;
|
|
1832
|
-
readonly leftIcon?: string | undefined;
|
|
1833
|
-
readonly config?: Record<string, any> | undefined;
|
|
1834
|
-
readonly dataTest?: string | undefined;
|
|
1835
|
-
readonly modelValue?: string | Date | undefined;
|
|
1836
|
-
readonly placeholder?: string | undefined;
|
|
1837
|
-
readonly disabled?: boolean | undefined;
|
|
1838
|
-
readonly size?: string | undefined;
|
|
1839
|
-
readonly rightIcon?: string | undefined;
|
|
1840
|
-
readonly dateFormat?: string | undefined;
|
|
1841
|
-
readonly maxDate?: string | Date | undefined;
|
|
1842
|
-
readonly minDate?: string | Date | undefined;
|
|
1843
|
-
readonly timepicker?: boolean | undefined;
|
|
1844
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1845
|
-
readonly userDateFormat?: string | undefined;
|
|
1846
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1847
|
-
readonly labelAlign?: string | undefined;
|
|
1848
|
-
readonly openDirectionX?: string | undefined;
|
|
1849
|
-
readonly openDirectionY?: string | undefined;
|
|
1850
|
-
};
|
|
1851
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1852
|
-
$slots: {
|
|
1853
|
-
left?(_: {}): any;
|
|
1854
|
-
"left-icon"?(_: {
|
|
1855
|
-
iconName: string;
|
|
1856
|
-
iconSize: any;
|
|
1857
|
-
}): any;
|
|
1858
|
-
"right-icon"?(_: {
|
|
1859
|
-
iconName: string;
|
|
1860
|
-
iconSize: any;
|
|
1861
|
-
}): any;
|
|
1862
|
-
right?(_: {}): any;
|
|
1863
|
-
};
|
|
1864
|
-
});
|
|
1865
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1866
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1867
|
-
config: Record<string, any>;
|
|
1868
|
-
name: string;
|
|
1869
|
-
src: Record<string, any>;
|
|
1870
|
-
tooltip: string;
|
|
1871
|
-
tooltipSettings: Record<string, any>;
|
|
1872
|
-
dataTest: string;
|
|
1873
|
-
internal: boolean;
|
|
1874
|
-
color?: string | undefined;
|
|
1875
|
-
size?: string | undefined;
|
|
1876
|
-
interactive?: boolean | undefined;
|
|
1877
|
-
variant?: string | undefined;
|
|
1878
|
-
$props: {
|
|
1879
|
-
readonly config?: Record<string, any> | undefined;
|
|
1880
|
-
readonly name?: string | undefined;
|
|
1881
|
-
readonly src?: Record<string, any> | undefined;
|
|
1882
|
-
readonly tooltip?: string | undefined;
|
|
1883
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1884
|
-
readonly dataTest?: string | undefined;
|
|
1885
|
-
readonly internal?: boolean | undefined;
|
|
1886
|
-
readonly color?: string | undefined;
|
|
1887
|
-
readonly size?: string | undefined;
|
|
1888
|
-
readonly interactive?: boolean | undefined;
|
|
1889
|
-
readonly variant?: string | undefined;
|
|
1890
|
-
};
|
|
1891
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1892
|
-
};
|
|
1893
|
-
setup(): {
|
|
1894
|
-
args: any;
|
|
1895
|
-
slots: any;
|
|
1896
|
-
};
|
|
1897
|
-
template: string;
|
|
1898
|
-
};
|
|
1899
|
-
export namespace DateFormat {
|
|
1900
|
-
export namespace args_8 {
|
|
1901
|
-
export let dateFormat: string;
|
|
1902
|
-
export let userDateFormat: string;
|
|
1903
|
-
let modelValue_2: string;
|
|
1904
|
-
export { modelValue_2 as modelValue };
|
|
1905
|
-
}
|
|
1906
|
-
export { args_8 as args };
|
|
1907
|
-
}
|
|
1908
|
-
export function Timepicker(args: any): {
|
|
1909
|
-
components: {
|
|
1910
|
-
UDatePicker: {
|
|
1911
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1912
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1913
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1914
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1915
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1916
|
-
label: string;
|
|
1917
|
-
id: string;
|
|
1918
|
-
description: string;
|
|
1919
|
-
error: string;
|
|
1920
|
-
leftIcon: string;
|
|
1921
|
-
config: Record<string, any>;
|
|
1922
|
-
dataTest: string;
|
|
1923
|
-
modelValue: string | Date;
|
|
1924
|
-
placeholder: string;
|
|
1925
|
-
disabled?: boolean | undefined;
|
|
1926
|
-
size?: string | undefined;
|
|
1927
|
-
rightIcon?: string | undefined;
|
|
1928
|
-
dateFormat?: string | undefined;
|
|
1929
|
-
maxDate?: string | Date | undefined;
|
|
1930
|
-
minDate?: string | Date | undefined;
|
|
1931
|
-
timepicker?: boolean | undefined;
|
|
1932
|
-
dateTimeFormat?: string | undefined;
|
|
1933
|
-
userDateFormat?: string | undefined;
|
|
1934
|
-
userDateTimeFormat?: string | undefined;
|
|
1935
|
-
labelAlign?: string | undefined;
|
|
1936
|
-
openDirectionX?: string | undefined;
|
|
1937
|
-
openDirectionY?: string | undefined;
|
|
1938
|
-
$props: {
|
|
1939
|
-
readonly label?: string | undefined;
|
|
1940
|
-
readonly id?: string | undefined;
|
|
1941
|
-
readonly description?: string | undefined;
|
|
1942
|
-
readonly error?: string | undefined;
|
|
1943
|
-
readonly leftIcon?: string | undefined;
|
|
1944
|
-
readonly config?: Record<string, any> | undefined;
|
|
1945
|
-
readonly dataTest?: string | undefined;
|
|
1946
|
-
readonly modelValue?: string | Date | undefined;
|
|
1947
|
-
readonly placeholder?: string | undefined;
|
|
1948
|
-
readonly disabled?: boolean | undefined;
|
|
1949
|
-
readonly size?: string | undefined;
|
|
1950
|
-
readonly rightIcon?: string | undefined;
|
|
1951
|
-
readonly dateFormat?: string | undefined;
|
|
1952
|
-
readonly maxDate?: string | Date | undefined;
|
|
1953
|
-
readonly minDate?: string | Date | undefined;
|
|
1954
|
-
readonly timepicker?: boolean | undefined;
|
|
1955
|
-
readonly dateTimeFormat?: string | undefined;
|
|
1956
|
-
readonly userDateFormat?: string | undefined;
|
|
1957
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
1958
|
-
readonly labelAlign?: string | undefined;
|
|
1959
|
-
readonly openDirectionX?: string | undefined;
|
|
1960
|
-
readonly openDirectionY?: string | undefined;
|
|
1961
|
-
};
|
|
1962
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1963
|
-
P: {};
|
|
1964
|
-
B: {};
|
|
1965
|
-
D: {};
|
|
1966
|
-
C: {};
|
|
1967
|
-
M: {};
|
|
1968
|
-
Defaults: {};
|
|
1969
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1970
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
1971
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
1972
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
1973
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
1974
|
-
label: string;
|
|
1975
|
-
id: string;
|
|
1976
|
-
description: string;
|
|
1977
|
-
error: string;
|
|
1978
|
-
leftIcon: string;
|
|
1979
|
-
config: Record<string, any>;
|
|
1980
|
-
dataTest: string;
|
|
1981
|
-
modelValue: string | Date;
|
|
1982
|
-
placeholder: string;
|
|
1983
|
-
disabled?: boolean | undefined;
|
|
1984
|
-
size?: string | undefined;
|
|
1985
|
-
rightIcon?: string | undefined;
|
|
1986
|
-
dateFormat?: string | undefined;
|
|
1987
|
-
maxDate?: string | Date | undefined;
|
|
1988
|
-
minDate?: string | Date | undefined;
|
|
1989
|
-
timepicker?: boolean | undefined;
|
|
1990
|
-
dateTimeFormat?: string | undefined;
|
|
1991
|
-
userDateFormat?: string | undefined;
|
|
1992
|
-
userDateTimeFormat?: string | undefined;
|
|
1993
|
-
labelAlign?: string | undefined;
|
|
1994
|
-
openDirectionX?: string | undefined;
|
|
1995
|
-
openDirectionY?: string | undefined;
|
|
1996
|
-
$props: {
|
|
1997
|
-
readonly label?: string | undefined;
|
|
1998
|
-
readonly id?: string | undefined;
|
|
1999
|
-
readonly description?: string | undefined;
|
|
2000
|
-
readonly error?: string | undefined;
|
|
2001
|
-
readonly leftIcon?: string | undefined;
|
|
2002
|
-
readonly config?: Record<string, any> | undefined;
|
|
2003
|
-
readonly dataTest?: string | undefined;
|
|
2004
|
-
readonly modelValue?: string | Date | undefined;
|
|
2005
|
-
readonly placeholder?: string | undefined;
|
|
2006
|
-
readonly disabled?: boolean | undefined;
|
|
2007
|
-
readonly size?: string | undefined;
|
|
2008
|
-
readonly rightIcon?: string | undefined;
|
|
2009
|
-
readonly dateFormat?: string | undefined;
|
|
2010
|
-
readonly maxDate?: string | Date | undefined;
|
|
2011
|
-
readonly minDate?: string | Date | undefined;
|
|
2012
|
-
readonly timepicker?: boolean | undefined;
|
|
2013
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2014
|
-
readonly userDateFormat?: string | undefined;
|
|
2015
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2016
|
-
readonly labelAlign?: string | undefined;
|
|
2017
|
-
readonly openDirectionX?: string | undefined;
|
|
2018
|
-
readonly openDirectionY?: string | undefined;
|
|
2019
|
-
};
|
|
2020
|
-
}, {}, {}, {}, {}>;
|
|
2021
|
-
__isFragment?: never;
|
|
2022
|
-
__isTeleport?: never;
|
|
2023
|
-
__isSuspense?: never;
|
|
2024
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2025
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2026
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2027
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2028
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2029
|
-
label: string;
|
|
2030
|
-
id: string;
|
|
2031
|
-
description: string;
|
|
2032
|
-
error: string;
|
|
2033
|
-
leftIcon: string;
|
|
2034
|
-
config: Record<string, any>;
|
|
2035
|
-
dataTest: string;
|
|
2036
|
-
modelValue: string | Date;
|
|
2037
|
-
placeholder: string;
|
|
2038
|
-
disabled?: boolean | undefined;
|
|
2039
|
-
size?: string | undefined;
|
|
2040
|
-
rightIcon?: string | undefined;
|
|
2041
|
-
dateFormat?: string | undefined;
|
|
2042
|
-
maxDate?: string | Date | undefined;
|
|
2043
|
-
minDate?: string | Date | undefined;
|
|
2044
|
-
timepicker?: boolean | undefined;
|
|
2045
|
-
dateTimeFormat?: string | undefined;
|
|
2046
|
-
userDateFormat?: string | undefined;
|
|
2047
|
-
userDateTimeFormat?: string | undefined;
|
|
2048
|
-
labelAlign?: string | undefined;
|
|
2049
|
-
openDirectionX?: string | undefined;
|
|
2050
|
-
openDirectionY?: string | undefined;
|
|
2051
|
-
$props: {
|
|
2052
|
-
readonly label?: string | undefined;
|
|
2053
|
-
readonly id?: string | undefined;
|
|
2054
|
-
readonly description?: string | undefined;
|
|
2055
|
-
readonly error?: string | undefined;
|
|
2056
|
-
readonly leftIcon?: string | undefined;
|
|
2057
|
-
readonly config?: Record<string, any> | undefined;
|
|
2058
|
-
readonly dataTest?: string | undefined;
|
|
2059
|
-
readonly modelValue?: string | Date | undefined;
|
|
2060
|
-
readonly placeholder?: string | undefined;
|
|
2061
|
-
readonly disabled?: boolean | undefined;
|
|
2062
|
-
readonly size?: string | undefined;
|
|
2063
|
-
readonly rightIcon?: string | undefined;
|
|
2064
|
-
readonly dateFormat?: string | undefined;
|
|
2065
|
-
readonly maxDate?: string | Date | undefined;
|
|
2066
|
-
readonly minDate?: string | Date | undefined;
|
|
2067
|
-
readonly timepicker?: boolean | undefined;
|
|
2068
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2069
|
-
readonly userDateFormat?: string | undefined;
|
|
2070
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2071
|
-
readonly labelAlign?: string | undefined;
|
|
2072
|
-
readonly openDirectionX?: string | undefined;
|
|
2073
|
-
readonly openDirectionY?: string | undefined;
|
|
2074
|
-
};
|
|
2075
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2076
|
-
$slots: {
|
|
2077
|
-
left?(_: {}): any;
|
|
2078
|
-
"left-icon"?(_: {
|
|
2079
|
-
iconName: string;
|
|
2080
|
-
iconSize: any;
|
|
2081
|
-
}): any;
|
|
2082
|
-
"right-icon"?(_: {
|
|
2083
|
-
iconName: string;
|
|
2084
|
-
iconSize: any;
|
|
2085
|
-
}): any;
|
|
2086
|
-
right?(_: {}): any;
|
|
2087
|
-
};
|
|
2088
|
-
});
|
|
2089
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2090
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2091
|
-
config: Record<string, any>;
|
|
2092
|
-
name: string;
|
|
2093
|
-
src: Record<string, any>;
|
|
2094
|
-
tooltip: string;
|
|
2095
|
-
tooltipSettings: Record<string, any>;
|
|
2096
|
-
dataTest: string;
|
|
2097
|
-
internal: boolean;
|
|
2098
|
-
color?: string | undefined;
|
|
2099
|
-
size?: string | undefined;
|
|
2100
|
-
interactive?: boolean | undefined;
|
|
2101
|
-
variant?: string | undefined;
|
|
2102
|
-
$props: {
|
|
2103
|
-
readonly config?: Record<string, any> | undefined;
|
|
2104
|
-
readonly name?: string | undefined;
|
|
2105
|
-
readonly src?: Record<string, any> | undefined;
|
|
2106
|
-
readonly tooltip?: string | undefined;
|
|
2107
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2108
|
-
readonly dataTest?: string | undefined;
|
|
2109
|
-
readonly internal?: boolean | undefined;
|
|
2110
|
-
readonly color?: string | undefined;
|
|
2111
|
-
readonly size?: string | undefined;
|
|
2112
|
-
readonly interactive?: boolean | undefined;
|
|
2113
|
-
readonly variant?: string | undefined;
|
|
2114
|
-
};
|
|
2115
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2116
|
-
};
|
|
2117
|
-
setup(): {
|
|
2118
|
-
args: any;
|
|
2119
|
-
slots: any;
|
|
2120
|
-
};
|
|
2121
|
-
template: string;
|
|
2122
|
-
};
|
|
2123
|
-
export namespace Timepicker {
|
|
2124
|
-
export namespace args_9 {
|
|
2125
|
-
export let timepicker: boolean;
|
|
2126
|
-
let modelValue_3: Date;
|
|
2127
|
-
export { modelValue_3 as modelValue };
|
|
2128
|
-
let userDateFormat_1: string;
|
|
2129
|
-
export { userDateFormat_1 as userDateFormat };
|
|
2130
|
-
}
|
|
2131
|
-
export { args_9 as args };
|
|
2132
|
-
}
|
|
2133
|
-
export function MinMax(args: any): {
|
|
2134
|
-
components: {
|
|
2135
|
-
UDatePicker: {
|
|
2136
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2137
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2138
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2139
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2140
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2141
|
-
label: string;
|
|
2142
|
-
id: string;
|
|
2143
|
-
description: string;
|
|
2144
|
-
error: string;
|
|
2145
|
-
leftIcon: string;
|
|
2146
|
-
config: Record<string, any>;
|
|
2147
|
-
dataTest: string;
|
|
2148
|
-
modelValue: string | Date;
|
|
2149
|
-
placeholder: string;
|
|
2150
|
-
disabled?: boolean | undefined;
|
|
2151
|
-
size?: string | undefined;
|
|
2152
|
-
rightIcon?: string | undefined;
|
|
2153
|
-
dateFormat?: string | undefined;
|
|
2154
|
-
maxDate?: string | Date | undefined;
|
|
2155
|
-
minDate?: string | Date | undefined;
|
|
2156
|
-
timepicker?: boolean | undefined;
|
|
2157
|
-
dateTimeFormat?: string | undefined;
|
|
2158
|
-
userDateFormat?: string | undefined;
|
|
2159
|
-
userDateTimeFormat?: string | undefined;
|
|
2160
|
-
labelAlign?: string | undefined;
|
|
2161
|
-
openDirectionX?: string | undefined;
|
|
2162
|
-
openDirectionY?: string | undefined;
|
|
2163
|
-
$props: {
|
|
2164
|
-
readonly label?: string | undefined;
|
|
2165
|
-
readonly id?: string | undefined;
|
|
2166
|
-
readonly description?: string | undefined;
|
|
2167
|
-
readonly error?: string | undefined;
|
|
2168
|
-
readonly leftIcon?: string | undefined;
|
|
2169
|
-
readonly config?: Record<string, any> | undefined;
|
|
2170
|
-
readonly dataTest?: string | undefined;
|
|
2171
|
-
readonly modelValue?: string | Date | undefined;
|
|
2172
|
-
readonly placeholder?: string | undefined;
|
|
2173
|
-
readonly disabled?: boolean | undefined;
|
|
2174
|
-
readonly size?: string | undefined;
|
|
2175
|
-
readonly rightIcon?: string | undefined;
|
|
2176
|
-
readonly dateFormat?: string | undefined;
|
|
2177
|
-
readonly maxDate?: string | Date | undefined;
|
|
2178
|
-
readonly minDate?: string | Date | undefined;
|
|
2179
|
-
readonly timepicker?: boolean | undefined;
|
|
2180
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2181
|
-
readonly userDateFormat?: string | undefined;
|
|
2182
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2183
|
-
readonly labelAlign?: string | undefined;
|
|
2184
|
-
readonly openDirectionX?: string | undefined;
|
|
2185
|
-
readonly openDirectionY?: string | undefined;
|
|
2186
|
-
};
|
|
2187
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2188
|
-
P: {};
|
|
2189
|
-
B: {};
|
|
2190
|
-
D: {};
|
|
2191
|
-
C: {};
|
|
2192
|
-
M: {};
|
|
2193
|
-
Defaults: {};
|
|
2194
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2195
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2196
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2197
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2198
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2199
|
-
label: string;
|
|
2200
|
-
id: string;
|
|
2201
|
-
description: string;
|
|
2202
|
-
error: string;
|
|
2203
|
-
leftIcon: string;
|
|
2204
|
-
config: Record<string, any>;
|
|
2205
|
-
dataTest: string;
|
|
2206
|
-
modelValue: string | Date;
|
|
2207
|
-
placeholder: string;
|
|
2208
|
-
disabled?: boolean | undefined;
|
|
2209
|
-
size?: string | undefined;
|
|
2210
|
-
rightIcon?: string | undefined;
|
|
2211
|
-
dateFormat?: string | undefined;
|
|
2212
|
-
maxDate?: string | Date | undefined;
|
|
2213
|
-
minDate?: string | Date | undefined;
|
|
2214
|
-
timepicker?: boolean | undefined;
|
|
2215
|
-
dateTimeFormat?: string | undefined;
|
|
2216
|
-
userDateFormat?: string | undefined;
|
|
2217
|
-
userDateTimeFormat?: string | undefined;
|
|
2218
|
-
labelAlign?: string | undefined;
|
|
2219
|
-
openDirectionX?: string | undefined;
|
|
2220
|
-
openDirectionY?: string | undefined;
|
|
2221
|
-
$props: {
|
|
2222
|
-
readonly label?: string | undefined;
|
|
2223
|
-
readonly id?: string | undefined;
|
|
2224
|
-
readonly description?: string | undefined;
|
|
2225
|
-
readonly error?: string | undefined;
|
|
2226
|
-
readonly leftIcon?: string | undefined;
|
|
2227
|
-
readonly config?: Record<string, any> | undefined;
|
|
2228
|
-
readonly dataTest?: string | undefined;
|
|
2229
|
-
readonly modelValue?: string | Date | undefined;
|
|
2230
|
-
readonly placeholder?: string | undefined;
|
|
2231
|
-
readonly disabled?: boolean | undefined;
|
|
2232
|
-
readonly size?: string | undefined;
|
|
2233
|
-
readonly rightIcon?: string | undefined;
|
|
2234
|
-
readonly dateFormat?: string | undefined;
|
|
2235
|
-
readonly maxDate?: string | Date | undefined;
|
|
2236
|
-
readonly minDate?: string | Date | undefined;
|
|
2237
|
-
readonly timepicker?: boolean | undefined;
|
|
2238
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2239
|
-
readonly userDateFormat?: string | undefined;
|
|
2240
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2241
|
-
readonly labelAlign?: string | undefined;
|
|
2242
|
-
readonly openDirectionX?: string | undefined;
|
|
2243
|
-
readonly openDirectionY?: string | undefined;
|
|
2244
|
-
};
|
|
2245
|
-
}, {}, {}, {}, {}>;
|
|
2246
|
-
__isFragment?: never;
|
|
2247
|
-
__isTeleport?: never;
|
|
2248
|
-
__isSuspense?: never;
|
|
2249
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2250
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2251
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2252
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2253
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2254
|
-
label: string;
|
|
2255
|
-
id: string;
|
|
2256
|
-
description: string;
|
|
2257
|
-
error: string;
|
|
2258
|
-
leftIcon: string;
|
|
2259
|
-
config: Record<string, any>;
|
|
2260
|
-
dataTest: string;
|
|
2261
|
-
modelValue: string | Date;
|
|
2262
|
-
placeholder: string;
|
|
2263
|
-
disabled?: boolean | undefined;
|
|
2264
|
-
size?: string | undefined;
|
|
2265
|
-
rightIcon?: string | undefined;
|
|
2266
|
-
dateFormat?: string | undefined;
|
|
2267
|
-
maxDate?: string | Date | undefined;
|
|
2268
|
-
minDate?: string | Date | undefined;
|
|
2269
|
-
timepicker?: boolean | undefined;
|
|
2270
|
-
dateTimeFormat?: string | undefined;
|
|
2271
|
-
userDateFormat?: string | undefined;
|
|
2272
|
-
userDateTimeFormat?: string | undefined;
|
|
2273
|
-
labelAlign?: string | undefined;
|
|
2274
|
-
openDirectionX?: string | undefined;
|
|
2275
|
-
openDirectionY?: string | undefined;
|
|
2276
|
-
$props: {
|
|
2277
|
-
readonly label?: string | undefined;
|
|
2278
|
-
readonly id?: string | undefined;
|
|
2279
|
-
readonly description?: string | undefined;
|
|
2280
|
-
readonly error?: string | undefined;
|
|
2281
|
-
readonly leftIcon?: string | undefined;
|
|
2282
|
-
readonly config?: Record<string, any> | undefined;
|
|
2283
|
-
readonly dataTest?: string | undefined;
|
|
2284
|
-
readonly modelValue?: string | Date | undefined;
|
|
2285
|
-
readonly placeholder?: string | undefined;
|
|
2286
|
-
readonly disabled?: boolean | undefined;
|
|
2287
|
-
readonly size?: string | undefined;
|
|
2288
|
-
readonly rightIcon?: string | undefined;
|
|
2289
|
-
readonly dateFormat?: string | undefined;
|
|
2290
|
-
readonly maxDate?: string | Date | undefined;
|
|
2291
|
-
readonly minDate?: string | Date | undefined;
|
|
2292
|
-
readonly timepicker?: boolean | undefined;
|
|
2293
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2294
|
-
readonly userDateFormat?: string | undefined;
|
|
2295
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2296
|
-
readonly labelAlign?: string | undefined;
|
|
2297
|
-
readonly openDirectionX?: string | undefined;
|
|
2298
|
-
readonly openDirectionY?: string | undefined;
|
|
2299
|
-
};
|
|
2300
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2301
|
-
$slots: {
|
|
2302
|
-
left?(_: {}): any;
|
|
2303
|
-
"left-icon"?(_: {
|
|
2304
|
-
iconName: string;
|
|
2305
|
-
iconSize: any;
|
|
2306
|
-
}): any;
|
|
2307
|
-
"right-icon"?(_: {
|
|
2308
|
-
iconName: string;
|
|
2309
|
-
iconSize: any;
|
|
2310
|
-
}): any;
|
|
2311
|
-
right?(_: {}): any;
|
|
2312
|
-
};
|
|
2313
|
-
});
|
|
2314
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2315
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2316
|
-
config: Record<string, any>;
|
|
2317
|
-
name: string;
|
|
2318
|
-
src: Record<string, any>;
|
|
2319
|
-
tooltip: string;
|
|
2320
|
-
tooltipSettings: Record<string, any>;
|
|
2321
|
-
dataTest: string;
|
|
2322
|
-
internal: boolean;
|
|
2323
|
-
color?: string | undefined;
|
|
2324
|
-
size?: string | undefined;
|
|
2325
|
-
interactive?: boolean | undefined;
|
|
2326
|
-
variant?: string | undefined;
|
|
2327
|
-
$props: {
|
|
2328
|
-
readonly config?: Record<string, any> | undefined;
|
|
2329
|
-
readonly name?: string | undefined;
|
|
2330
|
-
readonly src?: Record<string, any> | undefined;
|
|
2331
|
-
readonly tooltip?: string | undefined;
|
|
2332
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2333
|
-
readonly dataTest?: string | undefined;
|
|
2334
|
-
readonly internal?: boolean | undefined;
|
|
2335
|
-
readonly color?: string | undefined;
|
|
2336
|
-
readonly size?: string | undefined;
|
|
2337
|
-
readonly interactive?: boolean | undefined;
|
|
2338
|
-
readonly variant?: string | undefined;
|
|
2339
|
-
};
|
|
2340
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2341
|
-
};
|
|
2342
|
-
setup(): {
|
|
2343
|
-
args: any;
|
|
2344
|
-
slots: any;
|
|
2345
|
-
};
|
|
2346
|
-
template: string;
|
|
2347
|
-
};
|
|
2348
|
-
export namespace MinMax {
|
|
2349
|
-
export namespace args_10 {
|
|
2350
|
-
export let minDate: Date;
|
|
2351
|
-
export let maxDate: Date;
|
|
2352
|
-
let modelValue_4: Date;
|
|
2353
|
-
export { modelValue_4 as modelValue };
|
|
2354
|
-
}
|
|
2355
|
-
export { args_10 as args };
|
|
2356
|
-
}
|
|
2357
|
-
export function LeftIcon(args: any): {
|
|
2358
|
-
components: {
|
|
2359
|
-
UDatePicker: {
|
|
2360
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2361
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2362
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2363
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2364
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2365
|
-
label: string;
|
|
2366
|
-
id: string;
|
|
2367
|
-
description: string;
|
|
2368
|
-
error: string;
|
|
2369
|
-
leftIcon: string;
|
|
2370
|
-
config: Record<string, any>;
|
|
2371
|
-
dataTest: string;
|
|
2372
|
-
modelValue: string | Date;
|
|
2373
|
-
placeholder: string;
|
|
2374
|
-
disabled?: boolean | undefined;
|
|
2375
|
-
size?: string | undefined;
|
|
2376
|
-
rightIcon?: string | undefined;
|
|
2377
|
-
dateFormat?: string | undefined;
|
|
2378
|
-
maxDate?: string | Date | undefined;
|
|
2379
|
-
minDate?: string | Date | undefined;
|
|
2380
|
-
timepicker?: boolean | undefined;
|
|
2381
|
-
dateTimeFormat?: string | undefined;
|
|
2382
|
-
userDateFormat?: string | undefined;
|
|
2383
|
-
userDateTimeFormat?: string | undefined;
|
|
2384
|
-
labelAlign?: string | undefined;
|
|
2385
|
-
openDirectionX?: string | undefined;
|
|
2386
|
-
openDirectionY?: string | undefined;
|
|
2387
|
-
$props: {
|
|
2388
|
-
readonly label?: string | undefined;
|
|
2389
|
-
readonly id?: string | undefined;
|
|
2390
|
-
readonly description?: string | undefined;
|
|
2391
|
-
readonly error?: string | undefined;
|
|
2392
|
-
readonly leftIcon?: string | undefined;
|
|
2393
|
-
readonly config?: Record<string, any> | undefined;
|
|
2394
|
-
readonly dataTest?: string | undefined;
|
|
2395
|
-
readonly modelValue?: string | Date | undefined;
|
|
2396
|
-
readonly placeholder?: string | undefined;
|
|
2397
|
-
readonly disabled?: boolean | undefined;
|
|
2398
|
-
readonly size?: string | undefined;
|
|
2399
|
-
readonly rightIcon?: string | undefined;
|
|
2400
|
-
readonly dateFormat?: string | undefined;
|
|
2401
|
-
readonly maxDate?: string | Date | undefined;
|
|
2402
|
-
readonly minDate?: string | Date | undefined;
|
|
2403
|
-
readonly timepicker?: boolean | undefined;
|
|
2404
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2405
|
-
readonly userDateFormat?: string | undefined;
|
|
2406
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2407
|
-
readonly labelAlign?: string | undefined;
|
|
2408
|
-
readonly openDirectionX?: string | undefined;
|
|
2409
|
-
readonly openDirectionY?: string | undefined;
|
|
2410
|
-
};
|
|
2411
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2412
|
-
P: {};
|
|
2413
|
-
B: {};
|
|
2414
|
-
D: {};
|
|
2415
|
-
C: {};
|
|
2416
|
-
M: {};
|
|
2417
|
-
Defaults: {};
|
|
2418
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2419
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2420
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2421
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2422
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2423
|
-
label: string;
|
|
2424
|
-
id: string;
|
|
2425
|
-
description: string;
|
|
2426
|
-
error: string;
|
|
2427
|
-
leftIcon: string;
|
|
2428
|
-
config: Record<string, any>;
|
|
2429
|
-
dataTest: string;
|
|
2430
|
-
modelValue: string | Date;
|
|
2431
|
-
placeholder: string;
|
|
2432
|
-
disabled?: boolean | undefined;
|
|
2433
|
-
size?: string | undefined;
|
|
2434
|
-
rightIcon?: string | undefined;
|
|
2435
|
-
dateFormat?: string | undefined;
|
|
2436
|
-
maxDate?: string | Date | undefined;
|
|
2437
|
-
minDate?: string | Date | undefined;
|
|
2438
|
-
timepicker?: boolean | undefined;
|
|
2439
|
-
dateTimeFormat?: string | undefined;
|
|
2440
|
-
userDateFormat?: string | undefined;
|
|
2441
|
-
userDateTimeFormat?: string | undefined;
|
|
2442
|
-
labelAlign?: string | undefined;
|
|
2443
|
-
openDirectionX?: string | undefined;
|
|
2444
|
-
openDirectionY?: string | undefined;
|
|
2445
|
-
$props: {
|
|
2446
|
-
readonly label?: string | undefined;
|
|
2447
|
-
readonly id?: string | undefined;
|
|
2448
|
-
readonly description?: string | undefined;
|
|
2449
|
-
readonly error?: string | undefined;
|
|
2450
|
-
readonly leftIcon?: string | undefined;
|
|
2451
|
-
readonly config?: Record<string, any> | undefined;
|
|
2452
|
-
readonly dataTest?: string | undefined;
|
|
2453
|
-
readonly modelValue?: string | Date | undefined;
|
|
2454
|
-
readonly placeholder?: string | undefined;
|
|
2455
|
-
readonly disabled?: boolean | undefined;
|
|
2456
|
-
readonly size?: string | undefined;
|
|
2457
|
-
readonly rightIcon?: string | undefined;
|
|
2458
|
-
readonly dateFormat?: string | undefined;
|
|
2459
|
-
readonly maxDate?: string | Date | undefined;
|
|
2460
|
-
readonly minDate?: string | Date | undefined;
|
|
2461
|
-
readonly timepicker?: boolean | undefined;
|
|
2462
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2463
|
-
readonly userDateFormat?: string | undefined;
|
|
2464
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2465
|
-
readonly labelAlign?: string | undefined;
|
|
2466
|
-
readonly openDirectionX?: string | undefined;
|
|
2467
|
-
readonly openDirectionY?: string | undefined;
|
|
2468
|
-
};
|
|
2469
|
-
}, {}, {}, {}, {}>;
|
|
2470
|
-
__isFragment?: never;
|
|
2471
|
-
__isTeleport?: never;
|
|
2472
|
-
__isSuspense?: never;
|
|
2473
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2474
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2475
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2476
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2477
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2478
|
-
label: string;
|
|
2479
|
-
id: string;
|
|
2480
|
-
description: string;
|
|
2481
|
-
error: string;
|
|
2482
|
-
leftIcon: string;
|
|
2483
|
-
config: Record<string, any>;
|
|
2484
|
-
dataTest: string;
|
|
2485
|
-
modelValue: string | Date;
|
|
2486
|
-
placeholder: string;
|
|
2487
|
-
disabled?: boolean | undefined;
|
|
2488
|
-
size?: string | undefined;
|
|
2489
|
-
rightIcon?: string | undefined;
|
|
2490
|
-
dateFormat?: string | undefined;
|
|
2491
|
-
maxDate?: string | Date | undefined;
|
|
2492
|
-
minDate?: string | Date | undefined;
|
|
2493
|
-
timepicker?: boolean | undefined;
|
|
2494
|
-
dateTimeFormat?: string | undefined;
|
|
2495
|
-
userDateFormat?: string | undefined;
|
|
2496
|
-
userDateTimeFormat?: string | undefined;
|
|
2497
|
-
labelAlign?: string | undefined;
|
|
2498
|
-
openDirectionX?: string | undefined;
|
|
2499
|
-
openDirectionY?: string | undefined;
|
|
2500
|
-
$props: {
|
|
2501
|
-
readonly label?: string | undefined;
|
|
2502
|
-
readonly id?: string | undefined;
|
|
2503
|
-
readonly description?: string | undefined;
|
|
2504
|
-
readonly error?: string | undefined;
|
|
2505
|
-
readonly leftIcon?: string | undefined;
|
|
2506
|
-
readonly config?: Record<string, any> | undefined;
|
|
2507
|
-
readonly dataTest?: string | undefined;
|
|
2508
|
-
readonly modelValue?: string | Date | undefined;
|
|
2509
|
-
readonly placeholder?: string | undefined;
|
|
2510
|
-
readonly disabled?: boolean | undefined;
|
|
2511
|
-
readonly size?: string | undefined;
|
|
2512
|
-
readonly rightIcon?: string | undefined;
|
|
2513
|
-
readonly dateFormat?: string | undefined;
|
|
2514
|
-
readonly maxDate?: string | Date | undefined;
|
|
2515
|
-
readonly minDate?: string | Date | undefined;
|
|
2516
|
-
readonly timepicker?: boolean | undefined;
|
|
2517
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2518
|
-
readonly userDateFormat?: string | undefined;
|
|
2519
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2520
|
-
readonly labelAlign?: string | undefined;
|
|
2521
|
-
readonly openDirectionX?: string | undefined;
|
|
2522
|
-
readonly openDirectionY?: string | undefined;
|
|
2523
|
-
};
|
|
2524
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2525
|
-
$slots: {
|
|
2526
|
-
left?(_: {}): any;
|
|
2527
|
-
"left-icon"?(_: {
|
|
2528
|
-
iconName: string;
|
|
2529
|
-
iconSize: any;
|
|
2530
|
-
}): any;
|
|
2531
|
-
"right-icon"?(_: {
|
|
2532
|
-
iconName: string;
|
|
2533
|
-
iconSize: any;
|
|
2534
|
-
}): any;
|
|
2535
|
-
right?(_: {}): any;
|
|
2536
|
-
};
|
|
2537
|
-
});
|
|
2538
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2539
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2540
|
-
config: Record<string, any>;
|
|
2541
|
-
name: string;
|
|
2542
|
-
src: Record<string, any>;
|
|
2543
|
-
tooltip: string;
|
|
2544
|
-
tooltipSettings: Record<string, any>;
|
|
2545
|
-
dataTest: string;
|
|
2546
|
-
internal: boolean;
|
|
2547
|
-
color?: string | undefined;
|
|
2548
|
-
size?: string | undefined;
|
|
2549
|
-
interactive?: boolean | undefined;
|
|
2550
|
-
variant?: string | undefined;
|
|
2551
|
-
$props: {
|
|
2552
|
-
readonly config?: Record<string, any> | undefined;
|
|
2553
|
-
readonly name?: string | undefined;
|
|
2554
|
-
readonly src?: Record<string, any> | undefined;
|
|
2555
|
-
readonly tooltip?: string | undefined;
|
|
2556
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2557
|
-
readonly dataTest?: string | undefined;
|
|
2558
|
-
readonly internal?: boolean | undefined;
|
|
2559
|
-
readonly color?: string | undefined;
|
|
2560
|
-
readonly size?: string | undefined;
|
|
2561
|
-
readonly interactive?: boolean | undefined;
|
|
2562
|
-
readonly variant?: string | undefined;
|
|
2563
|
-
};
|
|
2564
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2565
|
-
};
|
|
2566
|
-
setup(): {
|
|
2567
|
-
args: any;
|
|
2568
|
-
slots: any;
|
|
2569
|
-
};
|
|
2570
|
-
template: string;
|
|
2571
|
-
};
|
|
2572
|
-
export namespace LeftIcon {
|
|
2573
|
-
export namespace args_11 {
|
|
2574
|
-
let leftIcon: string;
|
|
2575
|
-
}
|
|
2576
|
-
export { args_11 as args };
|
|
2577
|
-
}
|
|
2578
|
-
export function RightIcon(args: any): {
|
|
2579
|
-
components: {
|
|
2580
|
-
UDatePicker: {
|
|
2581
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2582
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2583
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2584
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2585
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2586
|
-
label: string;
|
|
2587
|
-
id: string;
|
|
2588
|
-
description: string;
|
|
2589
|
-
error: string;
|
|
2590
|
-
leftIcon: string;
|
|
2591
|
-
config: Record<string, any>;
|
|
2592
|
-
dataTest: string;
|
|
2593
|
-
modelValue: string | Date;
|
|
2594
|
-
placeholder: string;
|
|
2595
|
-
disabled?: boolean | undefined;
|
|
2596
|
-
size?: string | undefined;
|
|
2597
|
-
rightIcon?: string | undefined;
|
|
2598
|
-
dateFormat?: string | undefined;
|
|
2599
|
-
maxDate?: string | Date | undefined;
|
|
2600
|
-
minDate?: string | Date | undefined;
|
|
2601
|
-
timepicker?: boolean | undefined;
|
|
2602
|
-
dateTimeFormat?: string | undefined;
|
|
2603
|
-
userDateFormat?: string | undefined;
|
|
2604
|
-
userDateTimeFormat?: string | undefined;
|
|
2605
|
-
labelAlign?: string | undefined;
|
|
2606
|
-
openDirectionX?: string | undefined;
|
|
2607
|
-
openDirectionY?: string | undefined;
|
|
2608
|
-
$props: {
|
|
2609
|
-
readonly label?: string | undefined;
|
|
2610
|
-
readonly id?: string | undefined;
|
|
2611
|
-
readonly description?: string | undefined;
|
|
2612
|
-
readonly error?: string | undefined;
|
|
2613
|
-
readonly leftIcon?: string | undefined;
|
|
2614
|
-
readonly config?: Record<string, any> | undefined;
|
|
2615
|
-
readonly dataTest?: string | undefined;
|
|
2616
|
-
readonly modelValue?: string | Date | undefined;
|
|
2617
|
-
readonly placeholder?: string | undefined;
|
|
2618
|
-
readonly disabled?: boolean | undefined;
|
|
2619
|
-
readonly size?: string | undefined;
|
|
2620
|
-
readonly rightIcon?: string | undefined;
|
|
2621
|
-
readonly dateFormat?: string | undefined;
|
|
2622
|
-
readonly maxDate?: string | Date | undefined;
|
|
2623
|
-
readonly minDate?: string | Date | undefined;
|
|
2624
|
-
readonly timepicker?: boolean | undefined;
|
|
2625
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2626
|
-
readonly userDateFormat?: string | undefined;
|
|
2627
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2628
|
-
readonly labelAlign?: string | undefined;
|
|
2629
|
-
readonly openDirectionX?: string | undefined;
|
|
2630
|
-
readonly openDirectionY?: string | undefined;
|
|
2631
|
-
};
|
|
2632
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2633
|
-
P: {};
|
|
2634
|
-
B: {};
|
|
2635
|
-
D: {};
|
|
2636
|
-
C: {};
|
|
2637
|
-
M: {};
|
|
2638
|
-
Defaults: {};
|
|
2639
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2640
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2641
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2642
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2643
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2644
|
-
label: string;
|
|
2645
|
-
id: string;
|
|
2646
|
-
description: string;
|
|
2647
|
-
error: string;
|
|
2648
|
-
leftIcon: string;
|
|
2649
|
-
config: Record<string, any>;
|
|
2650
|
-
dataTest: string;
|
|
2651
|
-
modelValue: string | Date;
|
|
2652
|
-
placeholder: string;
|
|
2653
|
-
disabled?: boolean | undefined;
|
|
2654
|
-
size?: string | undefined;
|
|
2655
|
-
rightIcon?: string | undefined;
|
|
2656
|
-
dateFormat?: string | undefined;
|
|
2657
|
-
maxDate?: string | Date | undefined;
|
|
2658
|
-
minDate?: string | Date | undefined;
|
|
2659
|
-
timepicker?: boolean | undefined;
|
|
2660
|
-
dateTimeFormat?: string | undefined;
|
|
2661
|
-
userDateFormat?: string | undefined;
|
|
2662
|
-
userDateTimeFormat?: string | undefined;
|
|
2663
|
-
labelAlign?: string | undefined;
|
|
2664
|
-
openDirectionX?: string | undefined;
|
|
2665
|
-
openDirectionY?: string | undefined;
|
|
2666
|
-
$props: {
|
|
2667
|
-
readonly label?: string | undefined;
|
|
2668
|
-
readonly id?: string | undefined;
|
|
2669
|
-
readonly description?: string | undefined;
|
|
2670
|
-
readonly error?: string | undefined;
|
|
2671
|
-
readonly leftIcon?: string | undefined;
|
|
2672
|
-
readonly config?: Record<string, any> | undefined;
|
|
2673
|
-
readonly dataTest?: string | undefined;
|
|
2674
|
-
readonly modelValue?: string | Date | undefined;
|
|
2675
|
-
readonly placeholder?: string | undefined;
|
|
2676
|
-
readonly disabled?: boolean | undefined;
|
|
2677
|
-
readonly size?: string | undefined;
|
|
2678
|
-
readonly rightIcon?: string | undefined;
|
|
2679
|
-
readonly dateFormat?: string | undefined;
|
|
2680
|
-
readonly maxDate?: string | Date | undefined;
|
|
2681
|
-
readonly minDate?: string | Date | undefined;
|
|
2682
|
-
readonly timepicker?: boolean | undefined;
|
|
2683
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2684
|
-
readonly userDateFormat?: string | undefined;
|
|
2685
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2686
|
-
readonly labelAlign?: string | undefined;
|
|
2687
|
-
readonly openDirectionX?: string | undefined;
|
|
2688
|
-
readonly openDirectionY?: string | undefined;
|
|
2689
|
-
};
|
|
2690
|
-
}, {}, {}, {}, {}>;
|
|
2691
|
-
__isFragment?: never;
|
|
2692
|
-
__isTeleport?: never;
|
|
2693
|
-
__isSuspense?: never;
|
|
2694
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2695
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2696
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2697
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2698
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2699
|
-
label: string;
|
|
2700
|
-
id: string;
|
|
2701
|
-
description: string;
|
|
2702
|
-
error: string;
|
|
2703
|
-
leftIcon: string;
|
|
2704
|
-
config: Record<string, any>;
|
|
2705
|
-
dataTest: string;
|
|
2706
|
-
modelValue: string | Date;
|
|
2707
|
-
placeholder: string;
|
|
2708
|
-
disabled?: boolean | undefined;
|
|
2709
|
-
size?: string | undefined;
|
|
2710
|
-
rightIcon?: string | undefined;
|
|
2711
|
-
dateFormat?: string | undefined;
|
|
2712
|
-
maxDate?: string | Date | undefined;
|
|
2713
|
-
minDate?: string | Date | undefined;
|
|
2714
|
-
timepicker?: boolean | undefined;
|
|
2715
|
-
dateTimeFormat?: string | undefined;
|
|
2716
|
-
userDateFormat?: string | undefined;
|
|
2717
|
-
userDateTimeFormat?: string | undefined;
|
|
2718
|
-
labelAlign?: string | undefined;
|
|
2719
|
-
openDirectionX?: string | undefined;
|
|
2720
|
-
openDirectionY?: string | undefined;
|
|
2721
|
-
$props: {
|
|
2722
|
-
readonly label?: string | undefined;
|
|
2723
|
-
readonly id?: string | undefined;
|
|
2724
|
-
readonly description?: string | undefined;
|
|
2725
|
-
readonly error?: string | undefined;
|
|
2726
|
-
readonly leftIcon?: string | undefined;
|
|
2727
|
-
readonly config?: Record<string, any> | undefined;
|
|
2728
|
-
readonly dataTest?: string | undefined;
|
|
2729
|
-
readonly modelValue?: string | Date | undefined;
|
|
2730
|
-
readonly placeholder?: string | undefined;
|
|
2731
|
-
readonly disabled?: boolean | undefined;
|
|
2732
|
-
readonly size?: string | undefined;
|
|
2733
|
-
readonly rightIcon?: string | undefined;
|
|
2734
|
-
readonly dateFormat?: string | undefined;
|
|
2735
|
-
readonly maxDate?: string | Date | undefined;
|
|
2736
|
-
readonly minDate?: string | Date | undefined;
|
|
2737
|
-
readonly timepicker?: boolean | undefined;
|
|
2738
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2739
|
-
readonly userDateFormat?: string | undefined;
|
|
2740
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2741
|
-
readonly labelAlign?: string | undefined;
|
|
2742
|
-
readonly openDirectionX?: string | undefined;
|
|
2743
|
-
readonly openDirectionY?: string | undefined;
|
|
2744
|
-
};
|
|
2745
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2746
|
-
$slots: {
|
|
2747
|
-
left?(_: {}): any;
|
|
2748
|
-
"left-icon"?(_: {
|
|
2749
|
-
iconName: string;
|
|
2750
|
-
iconSize: any;
|
|
2751
|
-
}): any;
|
|
2752
|
-
"right-icon"?(_: {
|
|
2753
|
-
iconName: string;
|
|
2754
|
-
iconSize: any;
|
|
2755
|
-
}): any;
|
|
2756
|
-
right?(_: {}): any;
|
|
2757
|
-
};
|
|
2758
|
-
});
|
|
2759
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2760
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2761
|
-
config: Record<string, any>;
|
|
2762
|
-
name: string;
|
|
2763
|
-
src: Record<string, any>;
|
|
2764
|
-
tooltip: string;
|
|
2765
|
-
tooltipSettings: Record<string, any>;
|
|
2766
|
-
dataTest: string;
|
|
2767
|
-
internal: boolean;
|
|
2768
|
-
color?: string | undefined;
|
|
2769
|
-
size?: string | undefined;
|
|
2770
|
-
interactive?: boolean | undefined;
|
|
2771
|
-
variant?: string | undefined;
|
|
2772
|
-
$props: {
|
|
2773
|
-
readonly config?: Record<string, any> | undefined;
|
|
2774
|
-
readonly name?: string | undefined;
|
|
2775
|
-
readonly src?: Record<string, any> | undefined;
|
|
2776
|
-
readonly tooltip?: string | undefined;
|
|
2777
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2778
|
-
readonly dataTest?: string | undefined;
|
|
2779
|
-
readonly internal?: boolean | undefined;
|
|
2780
|
-
readonly color?: string | undefined;
|
|
2781
|
-
readonly size?: string | undefined;
|
|
2782
|
-
readonly interactive?: boolean | undefined;
|
|
2783
|
-
readonly variant?: string | undefined;
|
|
2784
|
-
};
|
|
2785
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2786
|
-
};
|
|
2787
|
-
setup(): {
|
|
2788
|
-
args: any;
|
|
2789
|
-
slots: any;
|
|
2790
|
-
};
|
|
2791
|
-
template: string;
|
|
2792
|
-
};
|
|
2793
|
-
export namespace RightIcon {
|
|
2794
|
-
export namespace args_12 {
|
|
2795
|
-
let rightIcon: string;
|
|
2796
|
-
}
|
|
2797
|
-
export { args_12 as args };
|
|
2798
|
-
}
|
|
2799
|
-
export function LeftIconSlot(args: any): {
|
|
2800
|
-
components: {
|
|
2801
|
-
UDatePicker: {
|
|
2802
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2803
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2804
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2805
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2806
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2807
|
-
label: string;
|
|
2808
|
-
id: string;
|
|
2809
|
-
description: string;
|
|
2810
|
-
error: string;
|
|
2811
|
-
leftIcon: string;
|
|
2812
|
-
config: Record<string, any>;
|
|
2813
|
-
dataTest: string;
|
|
2814
|
-
modelValue: string | Date;
|
|
2815
|
-
placeholder: string;
|
|
2816
|
-
disabled?: boolean | undefined;
|
|
2817
|
-
size?: string | undefined;
|
|
2818
|
-
rightIcon?: string | undefined;
|
|
2819
|
-
dateFormat?: string | undefined;
|
|
2820
|
-
maxDate?: string | Date | undefined;
|
|
2821
|
-
minDate?: string | Date | undefined;
|
|
2822
|
-
timepicker?: boolean | undefined;
|
|
2823
|
-
dateTimeFormat?: string | undefined;
|
|
2824
|
-
userDateFormat?: string | undefined;
|
|
2825
|
-
userDateTimeFormat?: string | undefined;
|
|
2826
|
-
labelAlign?: string | undefined;
|
|
2827
|
-
openDirectionX?: string | undefined;
|
|
2828
|
-
openDirectionY?: string | undefined;
|
|
2829
|
-
$props: {
|
|
2830
|
-
readonly label?: string | undefined;
|
|
2831
|
-
readonly id?: string | undefined;
|
|
2832
|
-
readonly description?: string | undefined;
|
|
2833
|
-
readonly error?: string | undefined;
|
|
2834
|
-
readonly leftIcon?: string | undefined;
|
|
2835
|
-
readonly config?: Record<string, any> | undefined;
|
|
2836
|
-
readonly dataTest?: string | undefined;
|
|
2837
|
-
readonly modelValue?: string | Date | undefined;
|
|
2838
|
-
readonly placeholder?: string | undefined;
|
|
2839
|
-
readonly disabled?: boolean | undefined;
|
|
2840
|
-
readonly size?: string | undefined;
|
|
2841
|
-
readonly rightIcon?: string | undefined;
|
|
2842
|
-
readonly dateFormat?: string | undefined;
|
|
2843
|
-
readonly maxDate?: string | Date | undefined;
|
|
2844
|
-
readonly minDate?: string | Date | undefined;
|
|
2845
|
-
readonly timepicker?: boolean | undefined;
|
|
2846
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2847
|
-
readonly userDateFormat?: string | undefined;
|
|
2848
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2849
|
-
readonly labelAlign?: string | undefined;
|
|
2850
|
-
readonly openDirectionX?: string | undefined;
|
|
2851
|
-
readonly openDirectionY?: string | undefined;
|
|
2852
|
-
};
|
|
2853
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2854
|
-
P: {};
|
|
2855
|
-
B: {};
|
|
2856
|
-
D: {};
|
|
2857
|
-
C: {};
|
|
2858
|
-
M: {};
|
|
2859
|
-
Defaults: {};
|
|
2860
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2861
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2862
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2863
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2864
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2865
|
-
label: string;
|
|
2866
|
-
id: string;
|
|
2867
|
-
description: string;
|
|
2868
|
-
error: string;
|
|
2869
|
-
leftIcon: string;
|
|
2870
|
-
config: Record<string, any>;
|
|
2871
|
-
dataTest: string;
|
|
2872
|
-
modelValue: string | Date;
|
|
2873
|
-
placeholder: string;
|
|
2874
|
-
disabled?: boolean | undefined;
|
|
2875
|
-
size?: string | undefined;
|
|
2876
|
-
rightIcon?: string | undefined;
|
|
2877
|
-
dateFormat?: string | undefined;
|
|
2878
|
-
maxDate?: string | Date | undefined;
|
|
2879
|
-
minDate?: string | Date | undefined;
|
|
2880
|
-
timepicker?: boolean | undefined;
|
|
2881
|
-
dateTimeFormat?: string | undefined;
|
|
2882
|
-
userDateFormat?: string | undefined;
|
|
2883
|
-
userDateTimeFormat?: string | undefined;
|
|
2884
|
-
labelAlign?: string | undefined;
|
|
2885
|
-
openDirectionX?: string | undefined;
|
|
2886
|
-
openDirectionY?: string | undefined;
|
|
2887
|
-
$props: {
|
|
2888
|
-
readonly label?: string | undefined;
|
|
2889
|
-
readonly id?: string | undefined;
|
|
2890
|
-
readonly description?: string | undefined;
|
|
2891
|
-
readonly error?: string | undefined;
|
|
2892
|
-
readonly leftIcon?: string | undefined;
|
|
2893
|
-
readonly config?: Record<string, any> | undefined;
|
|
2894
|
-
readonly dataTest?: string | undefined;
|
|
2895
|
-
readonly modelValue?: string | Date | undefined;
|
|
2896
|
-
readonly placeholder?: string | undefined;
|
|
2897
|
-
readonly disabled?: boolean | undefined;
|
|
2898
|
-
readonly size?: string | undefined;
|
|
2899
|
-
readonly rightIcon?: string | undefined;
|
|
2900
|
-
readonly dateFormat?: string | undefined;
|
|
2901
|
-
readonly maxDate?: string | Date | undefined;
|
|
2902
|
-
readonly minDate?: string | Date | undefined;
|
|
2903
|
-
readonly timepicker?: boolean | undefined;
|
|
2904
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2905
|
-
readonly userDateFormat?: string | undefined;
|
|
2906
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2907
|
-
readonly labelAlign?: string | undefined;
|
|
2908
|
-
readonly openDirectionX?: string | undefined;
|
|
2909
|
-
readonly openDirectionY?: string | undefined;
|
|
2910
|
-
};
|
|
2911
|
-
}, {}, {}, {}, {}>;
|
|
2912
|
-
__isFragment?: never;
|
|
2913
|
-
__isTeleport?: never;
|
|
2914
|
-
__isSuspense?: never;
|
|
2915
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2916
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
2917
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
2918
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
2919
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
2920
|
-
label: string;
|
|
2921
|
-
id: string;
|
|
2922
|
-
description: string;
|
|
2923
|
-
error: string;
|
|
2924
|
-
leftIcon: string;
|
|
2925
|
-
config: Record<string, any>;
|
|
2926
|
-
dataTest: string;
|
|
2927
|
-
modelValue: string | Date;
|
|
2928
|
-
placeholder: string;
|
|
2929
|
-
disabled?: boolean | undefined;
|
|
2930
|
-
size?: string | undefined;
|
|
2931
|
-
rightIcon?: string | undefined;
|
|
2932
|
-
dateFormat?: string | undefined;
|
|
2933
|
-
maxDate?: string | Date | undefined;
|
|
2934
|
-
minDate?: string | Date | undefined;
|
|
2935
|
-
timepicker?: boolean | undefined;
|
|
2936
|
-
dateTimeFormat?: string | undefined;
|
|
2937
|
-
userDateFormat?: string | undefined;
|
|
2938
|
-
userDateTimeFormat?: string | undefined;
|
|
2939
|
-
labelAlign?: string | undefined;
|
|
2940
|
-
openDirectionX?: string | undefined;
|
|
2941
|
-
openDirectionY?: string | undefined;
|
|
2942
|
-
$props: {
|
|
2943
|
-
readonly label?: string | undefined;
|
|
2944
|
-
readonly id?: string | undefined;
|
|
2945
|
-
readonly description?: string | undefined;
|
|
2946
|
-
readonly error?: string | undefined;
|
|
2947
|
-
readonly leftIcon?: string | undefined;
|
|
2948
|
-
readonly config?: Record<string, any> | undefined;
|
|
2949
|
-
readonly dataTest?: string | undefined;
|
|
2950
|
-
readonly modelValue?: string | Date | undefined;
|
|
2951
|
-
readonly placeholder?: string | undefined;
|
|
2952
|
-
readonly disabled?: boolean | undefined;
|
|
2953
|
-
readonly size?: string | undefined;
|
|
2954
|
-
readonly rightIcon?: string | undefined;
|
|
2955
|
-
readonly dateFormat?: string | undefined;
|
|
2956
|
-
readonly maxDate?: string | Date | undefined;
|
|
2957
|
-
readonly minDate?: string | Date | undefined;
|
|
2958
|
-
readonly timepicker?: boolean | undefined;
|
|
2959
|
-
readonly dateTimeFormat?: string | undefined;
|
|
2960
|
-
readonly userDateFormat?: string | undefined;
|
|
2961
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
2962
|
-
readonly labelAlign?: string | undefined;
|
|
2963
|
-
readonly openDirectionX?: string | undefined;
|
|
2964
|
-
readonly openDirectionY?: string | undefined;
|
|
2965
|
-
};
|
|
2966
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2967
|
-
$slots: {
|
|
2968
|
-
left?(_: {}): any;
|
|
2969
|
-
"left-icon"?(_: {
|
|
2970
|
-
iconName: string;
|
|
2971
|
-
iconSize: any;
|
|
2972
|
-
}): any;
|
|
2973
|
-
"right-icon"?(_: {
|
|
2974
|
-
iconName: string;
|
|
2975
|
-
iconSize: any;
|
|
2976
|
-
}): any;
|
|
2977
|
-
right?(_: {}): any;
|
|
2978
|
-
};
|
|
2979
|
-
});
|
|
2980
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2981
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2982
|
-
config: Record<string, any>;
|
|
2983
|
-
name: string;
|
|
2984
|
-
src: Record<string, any>;
|
|
2985
|
-
tooltip: string;
|
|
2986
|
-
tooltipSettings: Record<string, any>;
|
|
2987
|
-
dataTest: string;
|
|
2988
|
-
internal: boolean;
|
|
2989
|
-
color?: string | undefined;
|
|
2990
|
-
size?: string | undefined;
|
|
2991
|
-
interactive?: boolean | undefined;
|
|
2992
|
-
variant?: string | undefined;
|
|
2993
|
-
$props: {
|
|
2994
|
-
readonly config?: Record<string, any> | undefined;
|
|
2995
|
-
readonly name?: string | undefined;
|
|
2996
|
-
readonly src?: Record<string, any> | undefined;
|
|
2997
|
-
readonly tooltip?: string | undefined;
|
|
2998
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2999
|
-
readonly dataTest?: string | undefined;
|
|
3000
|
-
readonly internal?: boolean | undefined;
|
|
3001
|
-
readonly color?: string | undefined;
|
|
3002
|
-
readonly size?: string | undefined;
|
|
3003
|
-
readonly interactive?: boolean | undefined;
|
|
3004
|
-
readonly variant?: string | undefined;
|
|
3005
|
-
};
|
|
3006
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3007
|
-
};
|
|
3008
|
-
setup(): {
|
|
3009
|
-
args: any;
|
|
3010
|
-
slots: any;
|
|
3011
|
-
};
|
|
3012
|
-
template: string;
|
|
3013
|
-
};
|
|
3014
|
-
export namespace LeftIconSlot {
|
|
3015
|
-
export namespace args_13 {
|
|
3016
|
-
let slotTemplate: string;
|
|
3017
|
-
}
|
|
3018
|
-
export { args_13 as args };
|
|
3019
|
-
}
|
|
3020
|
-
export function RightIconSlot(args: any): {
|
|
3021
|
-
components: {
|
|
3022
|
-
UDatePicker: {
|
|
3023
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3024
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
3025
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
3026
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
3027
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
3028
|
-
label: string;
|
|
3029
|
-
id: string;
|
|
3030
|
-
description: string;
|
|
3031
|
-
error: string;
|
|
3032
|
-
leftIcon: string;
|
|
3033
|
-
config: Record<string, any>;
|
|
3034
|
-
dataTest: string;
|
|
3035
|
-
modelValue: string | Date;
|
|
3036
|
-
placeholder: string;
|
|
3037
|
-
disabled?: boolean | undefined;
|
|
3038
|
-
size?: string | undefined;
|
|
3039
|
-
rightIcon?: string | undefined;
|
|
3040
|
-
dateFormat?: string | undefined;
|
|
3041
|
-
maxDate?: string | Date | undefined;
|
|
3042
|
-
minDate?: string | Date | undefined;
|
|
3043
|
-
timepicker?: boolean | undefined;
|
|
3044
|
-
dateTimeFormat?: string | undefined;
|
|
3045
|
-
userDateFormat?: string | undefined;
|
|
3046
|
-
userDateTimeFormat?: string | undefined;
|
|
3047
|
-
labelAlign?: string | undefined;
|
|
3048
|
-
openDirectionX?: string | undefined;
|
|
3049
|
-
openDirectionY?: string | undefined;
|
|
3050
|
-
$props: {
|
|
3051
|
-
readonly label?: string | undefined;
|
|
3052
|
-
readonly id?: string | undefined;
|
|
3053
|
-
readonly description?: string | undefined;
|
|
3054
|
-
readonly error?: string | undefined;
|
|
3055
|
-
readonly leftIcon?: string | undefined;
|
|
3056
|
-
readonly config?: Record<string, any> | undefined;
|
|
3057
|
-
readonly dataTest?: string | undefined;
|
|
3058
|
-
readonly modelValue?: string | Date | undefined;
|
|
3059
|
-
readonly placeholder?: string | undefined;
|
|
3060
|
-
readonly disabled?: boolean | undefined;
|
|
3061
|
-
readonly size?: string | undefined;
|
|
3062
|
-
readonly rightIcon?: string | undefined;
|
|
3063
|
-
readonly dateFormat?: string | undefined;
|
|
3064
|
-
readonly maxDate?: string | Date | undefined;
|
|
3065
|
-
readonly minDate?: string | Date | undefined;
|
|
3066
|
-
readonly timepicker?: boolean | undefined;
|
|
3067
|
-
readonly dateTimeFormat?: string | undefined;
|
|
3068
|
-
readonly userDateFormat?: string | undefined;
|
|
3069
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
3070
|
-
readonly labelAlign?: string | undefined;
|
|
3071
|
-
readonly openDirectionX?: string | undefined;
|
|
3072
|
-
readonly openDirectionY?: string | undefined;
|
|
3073
|
-
};
|
|
3074
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3075
|
-
P: {};
|
|
3076
|
-
B: {};
|
|
3077
|
-
D: {};
|
|
3078
|
-
C: {};
|
|
3079
|
-
M: {};
|
|
3080
|
-
Defaults: {};
|
|
3081
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3082
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
3083
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
3084
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
3085
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
3086
|
-
label: string;
|
|
3087
|
-
id: string;
|
|
3088
|
-
description: string;
|
|
3089
|
-
error: string;
|
|
3090
|
-
leftIcon: string;
|
|
3091
|
-
config: Record<string, any>;
|
|
3092
|
-
dataTest: string;
|
|
3093
|
-
modelValue: string | Date;
|
|
3094
|
-
placeholder: string;
|
|
3095
|
-
disabled?: boolean | undefined;
|
|
3096
|
-
size?: string | undefined;
|
|
3097
|
-
rightIcon?: string | undefined;
|
|
3098
|
-
dateFormat?: string | undefined;
|
|
3099
|
-
maxDate?: string | Date | undefined;
|
|
3100
|
-
minDate?: string | Date | undefined;
|
|
3101
|
-
timepicker?: boolean | undefined;
|
|
3102
|
-
dateTimeFormat?: string | undefined;
|
|
3103
|
-
userDateFormat?: string | undefined;
|
|
3104
|
-
userDateTimeFormat?: string | undefined;
|
|
3105
|
-
labelAlign?: string | undefined;
|
|
3106
|
-
openDirectionX?: string | undefined;
|
|
3107
|
-
openDirectionY?: string | undefined;
|
|
3108
|
-
$props: {
|
|
3109
|
-
readonly label?: string | undefined;
|
|
3110
|
-
readonly id?: string | undefined;
|
|
3111
|
-
readonly description?: string | undefined;
|
|
3112
|
-
readonly error?: string | undefined;
|
|
3113
|
-
readonly leftIcon?: string | undefined;
|
|
3114
|
-
readonly config?: Record<string, any> | undefined;
|
|
3115
|
-
readonly dataTest?: string | undefined;
|
|
3116
|
-
readonly modelValue?: string | Date | undefined;
|
|
3117
|
-
readonly placeholder?: string | undefined;
|
|
3118
|
-
readonly disabled?: boolean | undefined;
|
|
3119
|
-
readonly size?: string | undefined;
|
|
3120
|
-
readonly rightIcon?: string | undefined;
|
|
3121
|
-
readonly dateFormat?: string | undefined;
|
|
3122
|
-
readonly maxDate?: string | Date | undefined;
|
|
3123
|
-
readonly minDate?: string | Date | undefined;
|
|
3124
|
-
readonly timepicker?: boolean | undefined;
|
|
3125
|
-
readonly dateTimeFormat?: string | undefined;
|
|
3126
|
-
readonly userDateFormat?: string | undefined;
|
|
3127
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
3128
|
-
readonly labelAlign?: string | undefined;
|
|
3129
|
-
readonly openDirectionX?: string | undefined;
|
|
3130
|
-
readonly openDirectionY?: string | undefined;
|
|
3131
|
-
};
|
|
3132
|
-
}, {}, {}, {}, {}>;
|
|
3133
|
-
__isFragment?: never;
|
|
3134
|
-
__isTeleport?: never;
|
|
3135
|
-
__isSuspense?: never;
|
|
3136
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3137
|
-
calendarRef: import("vue").Ref<null, null>;
|
|
3138
|
-
userFormatDate: import("vue").Ref<string, string>;
|
|
3139
|
-
formattedDate: import("vue").Ref<string, string>;
|
|
3140
|
-
$emit: (event: "input" | "update:modelValue", ...args: any[]) => void;
|
|
3141
|
-
label: string;
|
|
3142
|
-
id: string;
|
|
3143
|
-
description: string;
|
|
3144
|
-
error: string;
|
|
3145
|
-
leftIcon: string;
|
|
3146
|
-
config: Record<string, any>;
|
|
3147
|
-
dataTest: string;
|
|
3148
|
-
modelValue: string | Date;
|
|
3149
|
-
placeholder: string;
|
|
3150
|
-
disabled?: boolean | undefined;
|
|
3151
|
-
size?: string | undefined;
|
|
3152
|
-
rightIcon?: string | undefined;
|
|
3153
|
-
dateFormat?: string | undefined;
|
|
3154
|
-
maxDate?: string | Date | undefined;
|
|
3155
|
-
minDate?: string | Date | undefined;
|
|
3156
|
-
timepicker?: boolean | undefined;
|
|
3157
|
-
dateTimeFormat?: string | undefined;
|
|
3158
|
-
userDateFormat?: string | undefined;
|
|
3159
|
-
userDateTimeFormat?: string | undefined;
|
|
3160
|
-
labelAlign?: string | undefined;
|
|
3161
|
-
openDirectionX?: string | undefined;
|
|
3162
|
-
openDirectionY?: string | undefined;
|
|
3163
|
-
$props: {
|
|
3164
|
-
readonly label?: string | undefined;
|
|
3165
|
-
readonly id?: string | undefined;
|
|
3166
|
-
readonly description?: string | undefined;
|
|
3167
|
-
readonly error?: string | undefined;
|
|
3168
|
-
readonly leftIcon?: string | undefined;
|
|
3169
|
-
readonly config?: Record<string, any> | undefined;
|
|
3170
|
-
readonly dataTest?: string | undefined;
|
|
3171
|
-
readonly modelValue?: string | Date | undefined;
|
|
3172
|
-
readonly placeholder?: string | undefined;
|
|
3173
|
-
readonly disabled?: boolean | undefined;
|
|
3174
|
-
readonly size?: string | undefined;
|
|
3175
|
-
readonly rightIcon?: string | undefined;
|
|
3176
|
-
readonly dateFormat?: string | undefined;
|
|
3177
|
-
readonly maxDate?: string | Date | undefined;
|
|
3178
|
-
readonly minDate?: string | Date | undefined;
|
|
3179
|
-
readonly timepicker?: boolean | undefined;
|
|
3180
|
-
readonly dateTimeFormat?: string | undefined;
|
|
3181
|
-
readonly userDateFormat?: string | undefined;
|
|
3182
|
-
readonly userDateTimeFormat?: string | undefined;
|
|
3183
|
-
readonly labelAlign?: string | undefined;
|
|
3184
|
-
readonly openDirectionX?: string | undefined;
|
|
3185
|
-
readonly openDirectionY?: string | undefined;
|
|
3186
|
-
};
|
|
3187
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3188
|
-
$slots: {
|
|
3189
|
-
left?(_: {}): any;
|
|
3190
|
-
"left-icon"?(_: {
|
|
3191
|
-
iconName: string;
|
|
3192
|
-
iconSize: any;
|
|
3193
|
-
}): any;
|
|
3194
|
-
"right-icon"?(_: {
|
|
3195
|
-
iconName: string;
|
|
3196
|
-
iconSize: any;
|
|
3197
|
-
}): any;
|
|
3198
|
-
right?(_: {}): any;
|
|
3199
|
-
};
|
|
3200
|
-
});
|
|
3201
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
3202
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
3203
|
-
config: Record<string, any>;
|
|
3204
|
-
name: string;
|
|
3205
|
-
src: Record<string, any>;
|
|
3206
|
-
tooltip: string;
|
|
3207
|
-
tooltipSettings: Record<string, any>;
|
|
3208
|
-
dataTest: string;
|
|
3209
|
-
internal: boolean;
|
|
3210
|
-
color?: string | undefined;
|
|
3211
|
-
size?: string | undefined;
|
|
3212
|
-
interactive?: boolean | undefined;
|
|
3213
|
-
variant?: string | undefined;
|
|
3214
|
-
$props: {
|
|
3215
|
-
readonly config?: Record<string, any> | undefined;
|
|
3216
|
-
readonly name?: string | undefined;
|
|
3217
|
-
readonly src?: Record<string, any> | undefined;
|
|
3218
|
-
readonly tooltip?: string | undefined;
|
|
3219
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
3220
|
-
readonly dataTest?: string | undefined;
|
|
3221
|
-
readonly internal?: boolean | undefined;
|
|
3222
|
-
readonly color?: string | undefined;
|
|
3223
|
-
readonly size?: string | undefined;
|
|
3224
|
-
readonly interactive?: boolean | undefined;
|
|
3225
|
-
readonly variant?: string | undefined;
|
|
3226
|
-
};
|
|
3227
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3228
|
-
};
|
|
3229
|
-
setup(): {
|
|
3230
|
-
args: any;
|
|
3231
|
-
slots: any;
|
|
3232
|
-
};
|
|
3233
|
-
template: string;
|
|
3234
|
-
};
|
|
3235
|
-
export namespace RightIconSlot {
|
|
3236
|
-
export namespace args_14 {
|
|
3237
|
-
let slotTemplate_1: string;
|
|
3238
|
-
export { slotTemplate_1 as slotTemplate };
|
|
3239
|
-
}
|
|
3240
|
-
export { args_14 as args };
|
|
3241
|
-
}
|
|
3242
|
-
import UDatePicker from "../../ui.form-date-picker/UDatePicker.vue";
|