vueless 0.0.475 → 0.0.476
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.ts → preset.tailwind.js} +22 -30
- 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 -116
- 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,3906 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let id: string;
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { UCard as component };
|
|
5
|
-
export namespace args {
|
|
6
|
-
let title_1: string;
|
|
7
|
-
export { title_1 as title };
|
|
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
|
-
}
|
|
22
|
-
export default _default;
|
|
23
|
-
export function Default(args: any): {
|
|
24
|
-
components: {
|
|
25
|
-
UCard: {
|
|
26
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
27
|
-
description: string;
|
|
28
|
-
title: string;
|
|
29
|
-
config: Record<string, any>;
|
|
30
|
-
dataTest: string;
|
|
31
|
-
$props: {
|
|
32
|
-
readonly description?: string | undefined;
|
|
33
|
-
readonly title?: string | undefined;
|
|
34
|
-
readonly config?: Record<string, any> | undefined;
|
|
35
|
-
readonly dataTest?: string | undefined;
|
|
36
|
-
};
|
|
37
|
-
}, {}, {}, {}, 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, {
|
|
38
|
-
P: {};
|
|
39
|
-
B: {};
|
|
40
|
-
D: {};
|
|
41
|
-
C: {};
|
|
42
|
-
M: {};
|
|
43
|
-
Defaults: {};
|
|
44
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
45
|
-
description: string;
|
|
46
|
-
title: string;
|
|
47
|
-
config: Record<string, any>;
|
|
48
|
-
dataTest: string;
|
|
49
|
-
$props: {
|
|
50
|
-
readonly description?: string | undefined;
|
|
51
|
-
readonly title?: string | undefined;
|
|
52
|
-
readonly config?: Record<string, any> | undefined;
|
|
53
|
-
readonly dataTest?: string | undefined;
|
|
54
|
-
};
|
|
55
|
-
}, {}, {}, {}, {}>;
|
|
56
|
-
__isFragment?: never;
|
|
57
|
-
__isTeleport?: never;
|
|
58
|
-
__isSuspense?: never;
|
|
59
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
60
|
-
description: string;
|
|
61
|
-
title: string;
|
|
62
|
-
config: Record<string, any>;
|
|
63
|
-
dataTest: string;
|
|
64
|
-
$props: {
|
|
65
|
-
readonly description?: string | undefined;
|
|
66
|
-
readonly title?: string | undefined;
|
|
67
|
-
readonly config?: Record<string, any> | undefined;
|
|
68
|
-
readonly dataTest?: string | undefined;
|
|
69
|
-
};
|
|
70
|
-
}, {}, {}, {}, 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 () => {
|
|
71
|
-
$slots: {
|
|
72
|
-
"header-left-before"?(_: {}): any;
|
|
73
|
-
"header-left"?(_: {}): any;
|
|
74
|
-
"header-left-after"?(_: {}): any;
|
|
75
|
-
"header-right"?(_: {}): any;
|
|
76
|
-
default?(_: {}): any;
|
|
77
|
-
"footer-left"?(_: {}): any;
|
|
78
|
-
"footer-right"?(_: {}): any;
|
|
79
|
-
};
|
|
80
|
-
});
|
|
81
|
-
UButton: {
|
|
82
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
83
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
84
|
-
label: string;
|
|
85
|
-
id: string;
|
|
86
|
-
rightIcon: string;
|
|
87
|
-
leftIcon: string;
|
|
88
|
-
config: Record<string, any>;
|
|
89
|
-
dataTest: string;
|
|
90
|
-
icon: string;
|
|
91
|
-
color?: string | undefined;
|
|
92
|
-
disabled?: boolean | undefined;
|
|
93
|
-
size?: string | undefined;
|
|
94
|
-
square?: boolean | undefined;
|
|
95
|
-
filled?: boolean | undefined;
|
|
96
|
-
variant?: string | undefined;
|
|
97
|
-
loading?: boolean | undefined;
|
|
98
|
-
tag?: string | undefined;
|
|
99
|
-
tabindex?: string | number | undefined;
|
|
100
|
-
block?: boolean | undefined;
|
|
101
|
-
round?: boolean | undefined;
|
|
102
|
-
noRing?: boolean | undefined;
|
|
103
|
-
$props: {
|
|
104
|
-
readonly label?: string | undefined;
|
|
105
|
-
readonly id?: string | undefined;
|
|
106
|
-
readonly rightIcon?: string | undefined;
|
|
107
|
-
readonly leftIcon?: string | undefined;
|
|
108
|
-
readonly config?: Record<string, any> | undefined;
|
|
109
|
-
readonly dataTest?: string | undefined;
|
|
110
|
-
readonly icon?: string | undefined;
|
|
111
|
-
readonly color?: string | undefined;
|
|
112
|
-
readonly disabled?: boolean | undefined;
|
|
113
|
-
readonly size?: string | undefined;
|
|
114
|
-
readonly square?: boolean | undefined;
|
|
115
|
-
readonly filled?: boolean | undefined;
|
|
116
|
-
readonly variant?: string | undefined;
|
|
117
|
-
readonly loading?: boolean | undefined;
|
|
118
|
-
readonly tag?: string | undefined;
|
|
119
|
-
readonly tabindex?: string | number | undefined;
|
|
120
|
-
readonly block?: boolean | undefined;
|
|
121
|
-
readonly round?: boolean | undefined;
|
|
122
|
-
readonly noRing?: boolean | undefined;
|
|
123
|
-
};
|
|
124
|
-
}, {}, {}, {}, 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, {
|
|
125
|
-
P: {};
|
|
126
|
-
B: {};
|
|
127
|
-
D: {};
|
|
128
|
-
C: {};
|
|
129
|
-
M: {};
|
|
130
|
-
Defaults: {};
|
|
131
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
132
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
133
|
-
label: string;
|
|
134
|
-
id: string;
|
|
135
|
-
rightIcon: string;
|
|
136
|
-
leftIcon: string;
|
|
137
|
-
config: Record<string, any>;
|
|
138
|
-
dataTest: string;
|
|
139
|
-
icon: string;
|
|
140
|
-
color?: string | undefined;
|
|
141
|
-
disabled?: boolean | undefined;
|
|
142
|
-
size?: string | undefined;
|
|
143
|
-
square?: boolean | undefined;
|
|
144
|
-
filled?: boolean | undefined;
|
|
145
|
-
variant?: string | undefined;
|
|
146
|
-
loading?: boolean | undefined;
|
|
147
|
-
tag?: string | undefined;
|
|
148
|
-
tabindex?: string | number | undefined;
|
|
149
|
-
block?: boolean | undefined;
|
|
150
|
-
round?: boolean | undefined;
|
|
151
|
-
noRing?: boolean | undefined;
|
|
152
|
-
$props: {
|
|
153
|
-
readonly label?: string | undefined;
|
|
154
|
-
readonly id?: string | undefined;
|
|
155
|
-
readonly rightIcon?: string | undefined;
|
|
156
|
-
readonly leftIcon?: string | undefined;
|
|
157
|
-
readonly config?: Record<string, any> | undefined;
|
|
158
|
-
readonly dataTest?: string | undefined;
|
|
159
|
-
readonly icon?: string | undefined;
|
|
160
|
-
readonly color?: string | undefined;
|
|
161
|
-
readonly disabled?: boolean | undefined;
|
|
162
|
-
readonly size?: string | undefined;
|
|
163
|
-
readonly square?: boolean | undefined;
|
|
164
|
-
readonly filled?: boolean | undefined;
|
|
165
|
-
readonly variant?: string | undefined;
|
|
166
|
-
readonly loading?: boolean | undefined;
|
|
167
|
-
readonly tag?: string | undefined;
|
|
168
|
-
readonly tabindex?: string | number | undefined;
|
|
169
|
-
readonly block?: boolean | undefined;
|
|
170
|
-
readonly round?: boolean | undefined;
|
|
171
|
-
readonly noRing?: boolean | undefined;
|
|
172
|
-
};
|
|
173
|
-
}, {}, {}, {}, {}>;
|
|
174
|
-
__isFragment?: never;
|
|
175
|
-
__isTeleport?: never;
|
|
176
|
-
__isSuspense?: never;
|
|
177
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
178
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
179
|
-
label: string;
|
|
180
|
-
id: string;
|
|
181
|
-
rightIcon: string;
|
|
182
|
-
leftIcon: string;
|
|
183
|
-
config: Record<string, any>;
|
|
184
|
-
dataTest: string;
|
|
185
|
-
icon: string;
|
|
186
|
-
color?: string | undefined;
|
|
187
|
-
disabled?: boolean | undefined;
|
|
188
|
-
size?: string | undefined;
|
|
189
|
-
square?: boolean | undefined;
|
|
190
|
-
filled?: boolean | undefined;
|
|
191
|
-
variant?: string | undefined;
|
|
192
|
-
loading?: boolean | undefined;
|
|
193
|
-
tag?: string | undefined;
|
|
194
|
-
tabindex?: string | number | undefined;
|
|
195
|
-
block?: boolean | undefined;
|
|
196
|
-
round?: boolean | undefined;
|
|
197
|
-
noRing?: boolean | undefined;
|
|
198
|
-
$props: {
|
|
199
|
-
readonly label?: string | undefined;
|
|
200
|
-
readonly id?: string | undefined;
|
|
201
|
-
readonly rightIcon?: string | undefined;
|
|
202
|
-
readonly leftIcon?: string | undefined;
|
|
203
|
-
readonly config?: Record<string, any> | undefined;
|
|
204
|
-
readonly dataTest?: string | undefined;
|
|
205
|
-
readonly icon?: string | undefined;
|
|
206
|
-
readonly color?: string | undefined;
|
|
207
|
-
readonly disabled?: boolean | undefined;
|
|
208
|
-
readonly size?: string | undefined;
|
|
209
|
-
readonly square?: boolean | undefined;
|
|
210
|
-
readonly filled?: boolean | undefined;
|
|
211
|
-
readonly variant?: string | undefined;
|
|
212
|
-
readonly loading?: boolean | undefined;
|
|
213
|
-
readonly tag?: string | undefined;
|
|
214
|
-
readonly tabindex?: string | number | undefined;
|
|
215
|
-
readonly block?: boolean | undefined;
|
|
216
|
-
readonly round?: boolean | undefined;
|
|
217
|
-
readonly noRing?: boolean | undefined;
|
|
218
|
-
};
|
|
219
|
-
}, {}, {}, {}, 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 () => {
|
|
220
|
-
$slots: {
|
|
221
|
-
left?(_: {
|
|
222
|
-
iconName: string;
|
|
223
|
-
iconSize: any;
|
|
224
|
-
iconColor: string | undefined;
|
|
225
|
-
}): any;
|
|
226
|
-
default?(_: {
|
|
227
|
-
label: string;
|
|
228
|
-
iconName: string;
|
|
229
|
-
iconSize: any;
|
|
230
|
-
iconColor: string | undefined;
|
|
231
|
-
}): any;
|
|
232
|
-
right?(_: {
|
|
233
|
-
iconName: string;
|
|
234
|
-
iconSize: any;
|
|
235
|
-
iconColor: string | undefined;
|
|
236
|
-
}): any;
|
|
237
|
-
};
|
|
238
|
-
});
|
|
239
|
-
UInput: {
|
|
240
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
241
|
-
inputRef: import("vue").Ref<null, null>;
|
|
242
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
243
|
-
label: string;
|
|
244
|
-
id: string;
|
|
245
|
-
description: string;
|
|
246
|
-
error: string;
|
|
247
|
-
rightIcon: string;
|
|
248
|
-
leftIcon: string;
|
|
249
|
-
config: Record<string, any>;
|
|
250
|
-
dataTest: string;
|
|
251
|
-
modelValue: string | number;
|
|
252
|
-
placeholder: string;
|
|
253
|
-
maxLength: string | number;
|
|
254
|
-
disabled?: boolean | undefined;
|
|
255
|
-
size?: string | undefined;
|
|
256
|
-
type?: string | undefined;
|
|
257
|
-
labelAlign?: string | undefined;
|
|
258
|
-
validationRule?: string | RegExp | undefined;
|
|
259
|
-
inputmode?: string | undefined;
|
|
260
|
-
readonly?: boolean | undefined;
|
|
261
|
-
noAutocomplete?: boolean | undefined;
|
|
262
|
-
$props: {
|
|
263
|
-
readonly label?: string | undefined;
|
|
264
|
-
readonly id?: string | undefined;
|
|
265
|
-
readonly description?: string | undefined;
|
|
266
|
-
readonly error?: string | undefined;
|
|
267
|
-
readonly rightIcon?: string | undefined;
|
|
268
|
-
readonly leftIcon?: string | undefined;
|
|
269
|
-
readonly config?: Record<string, any> | undefined;
|
|
270
|
-
readonly dataTest?: string | undefined;
|
|
271
|
-
readonly modelValue?: string | number | undefined;
|
|
272
|
-
readonly placeholder?: string | undefined;
|
|
273
|
-
readonly maxLength?: string | number | undefined;
|
|
274
|
-
readonly disabled?: boolean | undefined;
|
|
275
|
-
readonly size?: string | undefined;
|
|
276
|
-
readonly type?: string | undefined;
|
|
277
|
-
readonly labelAlign?: string | undefined;
|
|
278
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
279
|
-
readonly inputmode?: string | undefined;
|
|
280
|
-
readonly readonly?: boolean | undefined;
|
|
281
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
282
|
-
};
|
|
283
|
-
}, {}, {}, {}, 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, {
|
|
284
|
-
P: {};
|
|
285
|
-
B: {};
|
|
286
|
-
D: {};
|
|
287
|
-
C: {};
|
|
288
|
-
M: {};
|
|
289
|
-
Defaults: {};
|
|
290
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
291
|
-
inputRef: import("vue").Ref<null, null>;
|
|
292
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
293
|
-
label: string;
|
|
294
|
-
id: string;
|
|
295
|
-
description: string;
|
|
296
|
-
error: string;
|
|
297
|
-
rightIcon: string;
|
|
298
|
-
leftIcon: string;
|
|
299
|
-
config: Record<string, any>;
|
|
300
|
-
dataTest: string;
|
|
301
|
-
modelValue: string | number;
|
|
302
|
-
placeholder: string;
|
|
303
|
-
maxLength: string | number;
|
|
304
|
-
disabled?: boolean | undefined;
|
|
305
|
-
size?: string | undefined;
|
|
306
|
-
type?: string | undefined;
|
|
307
|
-
labelAlign?: string | undefined;
|
|
308
|
-
validationRule?: string | RegExp | undefined;
|
|
309
|
-
inputmode?: string | undefined;
|
|
310
|
-
readonly?: boolean | undefined;
|
|
311
|
-
noAutocomplete?: boolean | undefined;
|
|
312
|
-
$props: {
|
|
313
|
-
readonly label?: string | undefined;
|
|
314
|
-
readonly id?: string | undefined;
|
|
315
|
-
readonly description?: string | undefined;
|
|
316
|
-
readonly error?: string | undefined;
|
|
317
|
-
readonly rightIcon?: string | undefined;
|
|
318
|
-
readonly leftIcon?: string | undefined;
|
|
319
|
-
readonly config?: Record<string, any> | undefined;
|
|
320
|
-
readonly dataTest?: string | undefined;
|
|
321
|
-
readonly modelValue?: string | number | undefined;
|
|
322
|
-
readonly placeholder?: string | undefined;
|
|
323
|
-
readonly maxLength?: string | number | undefined;
|
|
324
|
-
readonly disabled?: boolean | undefined;
|
|
325
|
-
readonly size?: string | undefined;
|
|
326
|
-
readonly type?: string | undefined;
|
|
327
|
-
readonly labelAlign?: string | undefined;
|
|
328
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
329
|
-
readonly inputmode?: string | undefined;
|
|
330
|
-
readonly readonly?: boolean | undefined;
|
|
331
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
332
|
-
};
|
|
333
|
-
}, {}, {}, {}, {}>;
|
|
334
|
-
__isFragment?: never;
|
|
335
|
-
__isTeleport?: never;
|
|
336
|
-
__isSuspense?: never;
|
|
337
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
338
|
-
inputRef: import("vue").Ref<null, null>;
|
|
339
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
340
|
-
label: string;
|
|
341
|
-
id: string;
|
|
342
|
-
description: string;
|
|
343
|
-
error: string;
|
|
344
|
-
rightIcon: string;
|
|
345
|
-
leftIcon: string;
|
|
346
|
-
config: Record<string, any>;
|
|
347
|
-
dataTest: string;
|
|
348
|
-
modelValue: string | number;
|
|
349
|
-
placeholder: string;
|
|
350
|
-
maxLength: string | number;
|
|
351
|
-
disabled?: boolean | undefined;
|
|
352
|
-
size?: string | undefined;
|
|
353
|
-
type?: string | undefined;
|
|
354
|
-
labelAlign?: string | undefined;
|
|
355
|
-
validationRule?: string | RegExp | undefined;
|
|
356
|
-
inputmode?: string | undefined;
|
|
357
|
-
readonly?: boolean | undefined;
|
|
358
|
-
noAutocomplete?: boolean | undefined;
|
|
359
|
-
$props: {
|
|
360
|
-
readonly label?: string | undefined;
|
|
361
|
-
readonly id?: string | undefined;
|
|
362
|
-
readonly description?: string | undefined;
|
|
363
|
-
readonly error?: string | undefined;
|
|
364
|
-
readonly rightIcon?: string | undefined;
|
|
365
|
-
readonly leftIcon?: string | undefined;
|
|
366
|
-
readonly config?: Record<string, any> | undefined;
|
|
367
|
-
readonly dataTest?: string | undefined;
|
|
368
|
-
readonly modelValue?: string | number | undefined;
|
|
369
|
-
readonly placeholder?: string | undefined;
|
|
370
|
-
readonly maxLength?: string | number | undefined;
|
|
371
|
-
readonly disabled?: boolean | undefined;
|
|
372
|
-
readonly size?: string | undefined;
|
|
373
|
-
readonly type?: string | undefined;
|
|
374
|
-
readonly labelAlign?: string | undefined;
|
|
375
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
376
|
-
readonly inputmode?: string | undefined;
|
|
377
|
-
readonly readonly?: boolean | undefined;
|
|
378
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
379
|
-
};
|
|
380
|
-
}, {}, {}, {}, 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 () => {
|
|
381
|
-
$slots: {
|
|
382
|
-
left?(_: {}): any;
|
|
383
|
-
"left-icon"?(_: {
|
|
384
|
-
iconName: string;
|
|
385
|
-
iconSize: any;
|
|
386
|
-
}): any;
|
|
387
|
-
"right-icon"?(_: {
|
|
388
|
-
iconName: string;
|
|
389
|
-
iconSize: any;
|
|
390
|
-
}): any;
|
|
391
|
-
right?(_: {}): any;
|
|
392
|
-
};
|
|
393
|
-
});
|
|
394
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
395
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
396
|
-
config: Record<string, any>;
|
|
397
|
-
name: string;
|
|
398
|
-
src: Record<string, any>;
|
|
399
|
-
tooltip: string;
|
|
400
|
-
tooltipSettings: Record<string, any>;
|
|
401
|
-
dataTest: string;
|
|
402
|
-
internal: boolean;
|
|
403
|
-
color?: string | undefined;
|
|
404
|
-
size?: string | undefined;
|
|
405
|
-
interactive?: boolean | undefined;
|
|
406
|
-
variant?: string | undefined;
|
|
407
|
-
$props: {
|
|
408
|
-
readonly config?: Record<string, any> | undefined;
|
|
409
|
-
readonly name?: string | undefined;
|
|
410
|
-
readonly src?: Record<string, any> | undefined;
|
|
411
|
-
readonly tooltip?: string | undefined;
|
|
412
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
413
|
-
readonly dataTest?: string | undefined;
|
|
414
|
-
readonly internal?: boolean | undefined;
|
|
415
|
-
readonly color?: string | undefined;
|
|
416
|
-
readonly size?: string | undefined;
|
|
417
|
-
readonly interactive?: boolean | undefined;
|
|
418
|
-
readonly variant?: string | undefined;
|
|
419
|
-
};
|
|
420
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
421
|
-
UHeader: {
|
|
422
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
423
|
-
label: string;
|
|
424
|
-
config: Record<string, any>;
|
|
425
|
-
dataTest: string;
|
|
426
|
-
color?: string | undefined;
|
|
427
|
-
size?: string | undefined;
|
|
428
|
-
line?: boolean | undefined;
|
|
429
|
-
tag?: string | undefined;
|
|
430
|
-
underlined?: boolean | undefined;
|
|
431
|
-
$props: {
|
|
432
|
-
readonly label?: string | undefined;
|
|
433
|
-
readonly config?: Record<string, any> | undefined;
|
|
434
|
-
readonly dataTest?: string | undefined;
|
|
435
|
-
readonly color?: string | undefined;
|
|
436
|
-
readonly size?: string | undefined;
|
|
437
|
-
readonly line?: boolean | undefined;
|
|
438
|
-
readonly tag?: string | undefined;
|
|
439
|
-
readonly underlined?: boolean | undefined;
|
|
440
|
-
};
|
|
441
|
-
}, {}, {}, {}, 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, {
|
|
442
|
-
P: {};
|
|
443
|
-
B: {};
|
|
444
|
-
D: {};
|
|
445
|
-
C: {};
|
|
446
|
-
M: {};
|
|
447
|
-
Defaults: {};
|
|
448
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
449
|
-
label: string;
|
|
450
|
-
config: Record<string, any>;
|
|
451
|
-
dataTest: string;
|
|
452
|
-
color?: string | undefined;
|
|
453
|
-
size?: string | undefined;
|
|
454
|
-
line?: boolean | undefined;
|
|
455
|
-
tag?: string | undefined;
|
|
456
|
-
underlined?: boolean | undefined;
|
|
457
|
-
$props: {
|
|
458
|
-
readonly label?: string | undefined;
|
|
459
|
-
readonly config?: Record<string, any> | undefined;
|
|
460
|
-
readonly dataTest?: string | undefined;
|
|
461
|
-
readonly color?: string | undefined;
|
|
462
|
-
readonly size?: string | undefined;
|
|
463
|
-
readonly line?: boolean | undefined;
|
|
464
|
-
readonly tag?: string | undefined;
|
|
465
|
-
readonly underlined?: boolean | undefined;
|
|
466
|
-
};
|
|
467
|
-
}, {}, {}, {}, {}>;
|
|
468
|
-
__isFragment?: never;
|
|
469
|
-
__isTeleport?: never;
|
|
470
|
-
__isSuspense?: never;
|
|
471
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
472
|
-
label: string;
|
|
473
|
-
config: Record<string, any>;
|
|
474
|
-
dataTest: string;
|
|
475
|
-
color?: string | undefined;
|
|
476
|
-
size?: string | undefined;
|
|
477
|
-
line?: boolean | undefined;
|
|
478
|
-
tag?: string | undefined;
|
|
479
|
-
underlined?: boolean | undefined;
|
|
480
|
-
$props: {
|
|
481
|
-
readonly label?: string | undefined;
|
|
482
|
-
readonly config?: Record<string, any> | undefined;
|
|
483
|
-
readonly dataTest?: string | undefined;
|
|
484
|
-
readonly color?: string | undefined;
|
|
485
|
-
readonly size?: string | undefined;
|
|
486
|
-
readonly line?: boolean | undefined;
|
|
487
|
-
readonly tag?: string | undefined;
|
|
488
|
-
readonly underlined?: boolean | undefined;
|
|
489
|
-
};
|
|
490
|
-
}, {}, {}, {}, 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 () => {
|
|
491
|
-
$slots: {
|
|
492
|
-
default?(_: {}): any;
|
|
493
|
-
};
|
|
494
|
-
});
|
|
495
|
-
};
|
|
496
|
-
setup(): {
|
|
497
|
-
args: any;
|
|
498
|
-
slots: any;
|
|
499
|
-
};
|
|
500
|
-
template: string;
|
|
501
|
-
};
|
|
502
|
-
export namespace Default {
|
|
503
|
-
let args_1: {};
|
|
504
|
-
export { args_1 as args };
|
|
505
|
-
}
|
|
506
|
-
export function Description(args: any): {
|
|
507
|
-
components: {
|
|
508
|
-
UCard: {
|
|
509
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
510
|
-
description: string;
|
|
511
|
-
title: string;
|
|
512
|
-
config: Record<string, any>;
|
|
513
|
-
dataTest: string;
|
|
514
|
-
$props: {
|
|
515
|
-
readonly description?: string | undefined;
|
|
516
|
-
readonly title?: string | undefined;
|
|
517
|
-
readonly config?: Record<string, any> | undefined;
|
|
518
|
-
readonly dataTest?: string | undefined;
|
|
519
|
-
};
|
|
520
|
-
}, {}, {}, {}, 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, {
|
|
521
|
-
P: {};
|
|
522
|
-
B: {};
|
|
523
|
-
D: {};
|
|
524
|
-
C: {};
|
|
525
|
-
M: {};
|
|
526
|
-
Defaults: {};
|
|
527
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
528
|
-
description: string;
|
|
529
|
-
title: string;
|
|
530
|
-
config: Record<string, any>;
|
|
531
|
-
dataTest: string;
|
|
532
|
-
$props: {
|
|
533
|
-
readonly description?: string | undefined;
|
|
534
|
-
readonly title?: string | undefined;
|
|
535
|
-
readonly config?: Record<string, any> | undefined;
|
|
536
|
-
readonly dataTest?: string | undefined;
|
|
537
|
-
};
|
|
538
|
-
}, {}, {}, {}, {}>;
|
|
539
|
-
__isFragment?: never;
|
|
540
|
-
__isTeleport?: never;
|
|
541
|
-
__isSuspense?: never;
|
|
542
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
543
|
-
description: string;
|
|
544
|
-
title: string;
|
|
545
|
-
config: Record<string, any>;
|
|
546
|
-
dataTest: string;
|
|
547
|
-
$props: {
|
|
548
|
-
readonly description?: string | undefined;
|
|
549
|
-
readonly title?: string | undefined;
|
|
550
|
-
readonly config?: Record<string, any> | undefined;
|
|
551
|
-
readonly dataTest?: string | undefined;
|
|
552
|
-
};
|
|
553
|
-
}, {}, {}, {}, 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 () => {
|
|
554
|
-
$slots: {
|
|
555
|
-
"header-left-before"?(_: {}): any;
|
|
556
|
-
"header-left"?(_: {}): any;
|
|
557
|
-
"header-left-after"?(_: {}): any;
|
|
558
|
-
"header-right"?(_: {}): any;
|
|
559
|
-
default?(_: {}): any;
|
|
560
|
-
"footer-left"?(_: {}): any;
|
|
561
|
-
"footer-right"?(_: {}): any;
|
|
562
|
-
};
|
|
563
|
-
});
|
|
564
|
-
UButton: {
|
|
565
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
566
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
567
|
-
label: string;
|
|
568
|
-
id: string;
|
|
569
|
-
rightIcon: string;
|
|
570
|
-
leftIcon: string;
|
|
571
|
-
config: Record<string, any>;
|
|
572
|
-
dataTest: string;
|
|
573
|
-
icon: string;
|
|
574
|
-
color?: string | undefined;
|
|
575
|
-
disabled?: boolean | undefined;
|
|
576
|
-
size?: string | undefined;
|
|
577
|
-
square?: boolean | undefined;
|
|
578
|
-
filled?: boolean | undefined;
|
|
579
|
-
variant?: string | undefined;
|
|
580
|
-
loading?: boolean | undefined;
|
|
581
|
-
tag?: string | undefined;
|
|
582
|
-
tabindex?: string | number | undefined;
|
|
583
|
-
block?: boolean | undefined;
|
|
584
|
-
round?: boolean | undefined;
|
|
585
|
-
noRing?: boolean | undefined;
|
|
586
|
-
$props: {
|
|
587
|
-
readonly label?: string | undefined;
|
|
588
|
-
readonly id?: string | undefined;
|
|
589
|
-
readonly rightIcon?: string | undefined;
|
|
590
|
-
readonly leftIcon?: string | undefined;
|
|
591
|
-
readonly config?: Record<string, any> | undefined;
|
|
592
|
-
readonly dataTest?: string | undefined;
|
|
593
|
-
readonly icon?: string | undefined;
|
|
594
|
-
readonly color?: string | undefined;
|
|
595
|
-
readonly disabled?: boolean | undefined;
|
|
596
|
-
readonly size?: string | undefined;
|
|
597
|
-
readonly square?: boolean | undefined;
|
|
598
|
-
readonly filled?: boolean | undefined;
|
|
599
|
-
readonly variant?: string | undefined;
|
|
600
|
-
readonly loading?: boolean | undefined;
|
|
601
|
-
readonly tag?: string | undefined;
|
|
602
|
-
readonly tabindex?: string | number | undefined;
|
|
603
|
-
readonly block?: boolean | undefined;
|
|
604
|
-
readonly round?: boolean | undefined;
|
|
605
|
-
readonly noRing?: boolean | undefined;
|
|
606
|
-
};
|
|
607
|
-
}, {}, {}, {}, 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, {
|
|
608
|
-
P: {};
|
|
609
|
-
B: {};
|
|
610
|
-
D: {};
|
|
611
|
-
C: {};
|
|
612
|
-
M: {};
|
|
613
|
-
Defaults: {};
|
|
614
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
615
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
616
|
-
label: string;
|
|
617
|
-
id: string;
|
|
618
|
-
rightIcon: string;
|
|
619
|
-
leftIcon: string;
|
|
620
|
-
config: Record<string, any>;
|
|
621
|
-
dataTest: string;
|
|
622
|
-
icon: string;
|
|
623
|
-
color?: string | undefined;
|
|
624
|
-
disabled?: boolean | undefined;
|
|
625
|
-
size?: string | undefined;
|
|
626
|
-
square?: boolean | undefined;
|
|
627
|
-
filled?: boolean | undefined;
|
|
628
|
-
variant?: string | undefined;
|
|
629
|
-
loading?: boolean | undefined;
|
|
630
|
-
tag?: string | undefined;
|
|
631
|
-
tabindex?: string | number | undefined;
|
|
632
|
-
block?: boolean | undefined;
|
|
633
|
-
round?: boolean | undefined;
|
|
634
|
-
noRing?: boolean | undefined;
|
|
635
|
-
$props: {
|
|
636
|
-
readonly label?: string | undefined;
|
|
637
|
-
readonly id?: string | undefined;
|
|
638
|
-
readonly rightIcon?: string | undefined;
|
|
639
|
-
readonly leftIcon?: string | undefined;
|
|
640
|
-
readonly config?: Record<string, any> | undefined;
|
|
641
|
-
readonly dataTest?: string | undefined;
|
|
642
|
-
readonly icon?: string | undefined;
|
|
643
|
-
readonly color?: string | undefined;
|
|
644
|
-
readonly disabled?: boolean | undefined;
|
|
645
|
-
readonly size?: string | undefined;
|
|
646
|
-
readonly square?: boolean | undefined;
|
|
647
|
-
readonly filled?: boolean | undefined;
|
|
648
|
-
readonly variant?: string | undefined;
|
|
649
|
-
readonly loading?: boolean | undefined;
|
|
650
|
-
readonly tag?: string | undefined;
|
|
651
|
-
readonly tabindex?: string | number | undefined;
|
|
652
|
-
readonly block?: boolean | undefined;
|
|
653
|
-
readonly round?: boolean | undefined;
|
|
654
|
-
readonly noRing?: boolean | undefined;
|
|
655
|
-
};
|
|
656
|
-
}, {}, {}, {}, {}>;
|
|
657
|
-
__isFragment?: never;
|
|
658
|
-
__isTeleport?: never;
|
|
659
|
-
__isSuspense?: never;
|
|
660
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
661
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
662
|
-
label: string;
|
|
663
|
-
id: string;
|
|
664
|
-
rightIcon: string;
|
|
665
|
-
leftIcon: string;
|
|
666
|
-
config: Record<string, any>;
|
|
667
|
-
dataTest: string;
|
|
668
|
-
icon: string;
|
|
669
|
-
color?: string | undefined;
|
|
670
|
-
disabled?: boolean | undefined;
|
|
671
|
-
size?: string | undefined;
|
|
672
|
-
square?: boolean | undefined;
|
|
673
|
-
filled?: boolean | undefined;
|
|
674
|
-
variant?: string | undefined;
|
|
675
|
-
loading?: boolean | undefined;
|
|
676
|
-
tag?: string | undefined;
|
|
677
|
-
tabindex?: string | number | undefined;
|
|
678
|
-
block?: boolean | undefined;
|
|
679
|
-
round?: boolean | undefined;
|
|
680
|
-
noRing?: boolean | undefined;
|
|
681
|
-
$props: {
|
|
682
|
-
readonly label?: string | undefined;
|
|
683
|
-
readonly id?: string | undefined;
|
|
684
|
-
readonly rightIcon?: string | undefined;
|
|
685
|
-
readonly leftIcon?: string | undefined;
|
|
686
|
-
readonly config?: Record<string, any> | undefined;
|
|
687
|
-
readonly dataTest?: string | undefined;
|
|
688
|
-
readonly icon?: string | undefined;
|
|
689
|
-
readonly color?: string | undefined;
|
|
690
|
-
readonly disabled?: boolean | undefined;
|
|
691
|
-
readonly size?: string | undefined;
|
|
692
|
-
readonly square?: boolean | undefined;
|
|
693
|
-
readonly filled?: boolean | undefined;
|
|
694
|
-
readonly variant?: string | undefined;
|
|
695
|
-
readonly loading?: boolean | undefined;
|
|
696
|
-
readonly tag?: string | undefined;
|
|
697
|
-
readonly tabindex?: string | number | undefined;
|
|
698
|
-
readonly block?: boolean | undefined;
|
|
699
|
-
readonly round?: boolean | undefined;
|
|
700
|
-
readonly noRing?: boolean | undefined;
|
|
701
|
-
};
|
|
702
|
-
}, {}, {}, {}, 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 () => {
|
|
703
|
-
$slots: {
|
|
704
|
-
left?(_: {
|
|
705
|
-
iconName: string;
|
|
706
|
-
iconSize: any;
|
|
707
|
-
iconColor: string | undefined;
|
|
708
|
-
}): any;
|
|
709
|
-
default?(_: {
|
|
710
|
-
label: string;
|
|
711
|
-
iconName: string;
|
|
712
|
-
iconSize: any;
|
|
713
|
-
iconColor: string | undefined;
|
|
714
|
-
}): any;
|
|
715
|
-
right?(_: {
|
|
716
|
-
iconName: string;
|
|
717
|
-
iconSize: any;
|
|
718
|
-
iconColor: string | undefined;
|
|
719
|
-
}): any;
|
|
720
|
-
};
|
|
721
|
-
});
|
|
722
|
-
UInput: {
|
|
723
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
724
|
-
inputRef: import("vue").Ref<null, null>;
|
|
725
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
726
|
-
label: string;
|
|
727
|
-
id: string;
|
|
728
|
-
description: string;
|
|
729
|
-
error: string;
|
|
730
|
-
rightIcon: string;
|
|
731
|
-
leftIcon: string;
|
|
732
|
-
config: Record<string, any>;
|
|
733
|
-
dataTest: string;
|
|
734
|
-
modelValue: string | number;
|
|
735
|
-
placeholder: string;
|
|
736
|
-
maxLength: string | number;
|
|
737
|
-
disabled?: boolean | undefined;
|
|
738
|
-
size?: string | undefined;
|
|
739
|
-
type?: string | undefined;
|
|
740
|
-
labelAlign?: string | undefined;
|
|
741
|
-
validationRule?: string | RegExp | undefined;
|
|
742
|
-
inputmode?: string | undefined;
|
|
743
|
-
readonly?: boolean | undefined;
|
|
744
|
-
noAutocomplete?: boolean | undefined;
|
|
745
|
-
$props: {
|
|
746
|
-
readonly label?: string | undefined;
|
|
747
|
-
readonly id?: string | undefined;
|
|
748
|
-
readonly description?: string | undefined;
|
|
749
|
-
readonly error?: string | undefined;
|
|
750
|
-
readonly rightIcon?: string | undefined;
|
|
751
|
-
readonly leftIcon?: string | undefined;
|
|
752
|
-
readonly config?: Record<string, any> | undefined;
|
|
753
|
-
readonly dataTest?: string | undefined;
|
|
754
|
-
readonly modelValue?: string | number | undefined;
|
|
755
|
-
readonly placeholder?: string | undefined;
|
|
756
|
-
readonly maxLength?: string | number | undefined;
|
|
757
|
-
readonly disabled?: boolean | undefined;
|
|
758
|
-
readonly size?: string | undefined;
|
|
759
|
-
readonly type?: string | undefined;
|
|
760
|
-
readonly labelAlign?: string | undefined;
|
|
761
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
762
|
-
readonly inputmode?: string | undefined;
|
|
763
|
-
readonly readonly?: boolean | undefined;
|
|
764
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
765
|
-
};
|
|
766
|
-
}, {}, {}, {}, 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, {
|
|
767
|
-
P: {};
|
|
768
|
-
B: {};
|
|
769
|
-
D: {};
|
|
770
|
-
C: {};
|
|
771
|
-
M: {};
|
|
772
|
-
Defaults: {};
|
|
773
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
774
|
-
inputRef: import("vue").Ref<null, null>;
|
|
775
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
776
|
-
label: string;
|
|
777
|
-
id: string;
|
|
778
|
-
description: string;
|
|
779
|
-
error: string;
|
|
780
|
-
rightIcon: string;
|
|
781
|
-
leftIcon: string;
|
|
782
|
-
config: Record<string, any>;
|
|
783
|
-
dataTest: string;
|
|
784
|
-
modelValue: string | number;
|
|
785
|
-
placeholder: string;
|
|
786
|
-
maxLength: string | number;
|
|
787
|
-
disabled?: boolean | undefined;
|
|
788
|
-
size?: string | undefined;
|
|
789
|
-
type?: string | undefined;
|
|
790
|
-
labelAlign?: string | undefined;
|
|
791
|
-
validationRule?: string | RegExp | undefined;
|
|
792
|
-
inputmode?: string | undefined;
|
|
793
|
-
readonly?: boolean | undefined;
|
|
794
|
-
noAutocomplete?: boolean | undefined;
|
|
795
|
-
$props: {
|
|
796
|
-
readonly label?: string | undefined;
|
|
797
|
-
readonly id?: string | undefined;
|
|
798
|
-
readonly description?: string | undefined;
|
|
799
|
-
readonly error?: string | undefined;
|
|
800
|
-
readonly rightIcon?: string | undefined;
|
|
801
|
-
readonly leftIcon?: string | undefined;
|
|
802
|
-
readonly config?: Record<string, any> | undefined;
|
|
803
|
-
readonly dataTest?: string | undefined;
|
|
804
|
-
readonly modelValue?: string | number | undefined;
|
|
805
|
-
readonly placeholder?: string | undefined;
|
|
806
|
-
readonly maxLength?: string | number | undefined;
|
|
807
|
-
readonly disabled?: boolean | undefined;
|
|
808
|
-
readonly size?: string | undefined;
|
|
809
|
-
readonly type?: string | undefined;
|
|
810
|
-
readonly labelAlign?: string | undefined;
|
|
811
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
812
|
-
readonly inputmode?: string | undefined;
|
|
813
|
-
readonly readonly?: boolean | undefined;
|
|
814
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
815
|
-
};
|
|
816
|
-
}, {}, {}, {}, {}>;
|
|
817
|
-
__isFragment?: never;
|
|
818
|
-
__isTeleport?: never;
|
|
819
|
-
__isSuspense?: never;
|
|
820
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
821
|
-
inputRef: import("vue").Ref<null, null>;
|
|
822
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
823
|
-
label: string;
|
|
824
|
-
id: string;
|
|
825
|
-
description: string;
|
|
826
|
-
error: string;
|
|
827
|
-
rightIcon: string;
|
|
828
|
-
leftIcon: string;
|
|
829
|
-
config: Record<string, any>;
|
|
830
|
-
dataTest: string;
|
|
831
|
-
modelValue: string | number;
|
|
832
|
-
placeholder: string;
|
|
833
|
-
maxLength: string | number;
|
|
834
|
-
disabled?: boolean | undefined;
|
|
835
|
-
size?: string | undefined;
|
|
836
|
-
type?: string | undefined;
|
|
837
|
-
labelAlign?: string | undefined;
|
|
838
|
-
validationRule?: string | RegExp | undefined;
|
|
839
|
-
inputmode?: string | undefined;
|
|
840
|
-
readonly?: boolean | undefined;
|
|
841
|
-
noAutocomplete?: boolean | undefined;
|
|
842
|
-
$props: {
|
|
843
|
-
readonly label?: string | undefined;
|
|
844
|
-
readonly id?: string | undefined;
|
|
845
|
-
readonly description?: string | undefined;
|
|
846
|
-
readonly error?: string | undefined;
|
|
847
|
-
readonly rightIcon?: string | undefined;
|
|
848
|
-
readonly leftIcon?: string | undefined;
|
|
849
|
-
readonly config?: Record<string, any> | undefined;
|
|
850
|
-
readonly dataTest?: string | undefined;
|
|
851
|
-
readonly modelValue?: string | number | undefined;
|
|
852
|
-
readonly placeholder?: string | undefined;
|
|
853
|
-
readonly maxLength?: string | number | undefined;
|
|
854
|
-
readonly disabled?: boolean | undefined;
|
|
855
|
-
readonly size?: string | undefined;
|
|
856
|
-
readonly type?: string | undefined;
|
|
857
|
-
readonly labelAlign?: string | undefined;
|
|
858
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
859
|
-
readonly inputmode?: string | undefined;
|
|
860
|
-
readonly readonly?: boolean | undefined;
|
|
861
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
862
|
-
};
|
|
863
|
-
}, {}, {}, {}, 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 () => {
|
|
864
|
-
$slots: {
|
|
865
|
-
left?(_: {}): any;
|
|
866
|
-
"left-icon"?(_: {
|
|
867
|
-
iconName: string;
|
|
868
|
-
iconSize: any;
|
|
869
|
-
}): any;
|
|
870
|
-
"right-icon"?(_: {
|
|
871
|
-
iconName: string;
|
|
872
|
-
iconSize: any;
|
|
873
|
-
}): any;
|
|
874
|
-
right?(_: {}): any;
|
|
875
|
-
};
|
|
876
|
-
});
|
|
877
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
878
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
879
|
-
config: Record<string, any>;
|
|
880
|
-
name: string;
|
|
881
|
-
src: Record<string, any>;
|
|
882
|
-
tooltip: string;
|
|
883
|
-
tooltipSettings: Record<string, any>;
|
|
884
|
-
dataTest: string;
|
|
885
|
-
internal: boolean;
|
|
886
|
-
color?: string | undefined;
|
|
887
|
-
size?: string | undefined;
|
|
888
|
-
interactive?: boolean | undefined;
|
|
889
|
-
variant?: string | undefined;
|
|
890
|
-
$props: {
|
|
891
|
-
readonly config?: Record<string, any> | undefined;
|
|
892
|
-
readonly name?: string | undefined;
|
|
893
|
-
readonly src?: Record<string, any> | undefined;
|
|
894
|
-
readonly tooltip?: string | undefined;
|
|
895
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
896
|
-
readonly dataTest?: string | undefined;
|
|
897
|
-
readonly internal?: boolean | undefined;
|
|
898
|
-
readonly color?: string | undefined;
|
|
899
|
-
readonly size?: string | undefined;
|
|
900
|
-
readonly interactive?: boolean | undefined;
|
|
901
|
-
readonly variant?: string | undefined;
|
|
902
|
-
};
|
|
903
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
904
|
-
UHeader: {
|
|
905
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
906
|
-
label: string;
|
|
907
|
-
config: Record<string, any>;
|
|
908
|
-
dataTest: string;
|
|
909
|
-
color?: string | undefined;
|
|
910
|
-
size?: string | undefined;
|
|
911
|
-
line?: boolean | undefined;
|
|
912
|
-
tag?: string | undefined;
|
|
913
|
-
underlined?: boolean | undefined;
|
|
914
|
-
$props: {
|
|
915
|
-
readonly label?: string | undefined;
|
|
916
|
-
readonly config?: Record<string, any> | undefined;
|
|
917
|
-
readonly dataTest?: string | undefined;
|
|
918
|
-
readonly color?: string | undefined;
|
|
919
|
-
readonly size?: string | undefined;
|
|
920
|
-
readonly line?: boolean | undefined;
|
|
921
|
-
readonly tag?: string | undefined;
|
|
922
|
-
readonly underlined?: boolean | undefined;
|
|
923
|
-
};
|
|
924
|
-
}, {}, {}, {}, 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, {
|
|
925
|
-
P: {};
|
|
926
|
-
B: {};
|
|
927
|
-
D: {};
|
|
928
|
-
C: {};
|
|
929
|
-
M: {};
|
|
930
|
-
Defaults: {};
|
|
931
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
932
|
-
label: string;
|
|
933
|
-
config: Record<string, any>;
|
|
934
|
-
dataTest: string;
|
|
935
|
-
color?: string | undefined;
|
|
936
|
-
size?: string | undefined;
|
|
937
|
-
line?: boolean | undefined;
|
|
938
|
-
tag?: string | undefined;
|
|
939
|
-
underlined?: boolean | undefined;
|
|
940
|
-
$props: {
|
|
941
|
-
readonly label?: string | undefined;
|
|
942
|
-
readonly config?: Record<string, any> | undefined;
|
|
943
|
-
readonly dataTest?: string | undefined;
|
|
944
|
-
readonly color?: string | undefined;
|
|
945
|
-
readonly size?: string | undefined;
|
|
946
|
-
readonly line?: boolean | undefined;
|
|
947
|
-
readonly tag?: string | undefined;
|
|
948
|
-
readonly underlined?: boolean | undefined;
|
|
949
|
-
};
|
|
950
|
-
}, {}, {}, {}, {}>;
|
|
951
|
-
__isFragment?: never;
|
|
952
|
-
__isTeleport?: never;
|
|
953
|
-
__isSuspense?: never;
|
|
954
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
955
|
-
label: string;
|
|
956
|
-
config: Record<string, any>;
|
|
957
|
-
dataTest: string;
|
|
958
|
-
color?: string | undefined;
|
|
959
|
-
size?: string | undefined;
|
|
960
|
-
line?: boolean | undefined;
|
|
961
|
-
tag?: string | undefined;
|
|
962
|
-
underlined?: boolean | undefined;
|
|
963
|
-
$props: {
|
|
964
|
-
readonly label?: string | undefined;
|
|
965
|
-
readonly config?: Record<string, any> | undefined;
|
|
966
|
-
readonly dataTest?: string | undefined;
|
|
967
|
-
readonly color?: string | undefined;
|
|
968
|
-
readonly size?: string | undefined;
|
|
969
|
-
readonly line?: boolean | undefined;
|
|
970
|
-
readonly tag?: string | undefined;
|
|
971
|
-
readonly underlined?: boolean | undefined;
|
|
972
|
-
};
|
|
973
|
-
}, {}, {}, {}, 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 () => {
|
|
974
|
-
$slots: {
|
|
975
|
-
default?(_: {}): any;
|
|
976
|
-
};
|
|
977
|
-
});
|
|
978
|
-
};
|
|
979
|
-
setup(): {
|
|
980
|
-
args: any;
|
|
981
|
-
slots: any;
|
|
982
|
-
};
|
|
983
|
-
template: string;
|
|
984
|
-
};
|
|
985
|
-
export namespace Description {
|
|
986
|
-
export namespace args_2 {
|
|
987
|
-
let description: string;
|
|
988
|
-
}
|
|
989
|
-
export { args_2 as args };
|
|
990
|
-
}
|
|
991
|
-
export function SlotHeaderLeftBefore(args: any): {
|
|
992
|
-
components: {
|
|
993
|
-
UCard: {
|
|
994
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
995
|
-
description: string;
|
|
996
|
-
title: string;
|
|
997
|
-
config: Record<string, any>;
|
|
998
|
-
dataTest: string;
|
|
999
|
-
$props: {
|
|
1000
|
-
readonly description?: string | undefined;
|
|
1001
|
-
readonly title?: string | undefined;
|
|
1002
|
-
readonly config?: Record<string, any> | undefined;
|
|
1003
|
-
readonly dataTest?: string | undefined;
|
|
1004
|
-
};
|
|
1005
|
-
}, {}, {}, {}, 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, {
|
|
1006
|
-
P: {};
|
|
1007
|
-
B: {};
|
|
1008
|
-
D: {};
|
|
1009
|
-
C: {};
|
|
1010
|
-
M: {};
|
|
1011
|
-
Defaults: {};
|
|
1012
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1013
|
-
description: string;
|
|
1014
|
-
title: string;
|
|
1015
|
-
config: Record<string, any>;
|
|
1016
|
-
dataTest: string;
|
|
1017
|
-
$props: {
|
|
1018
|
-
readonly description?: string | undefined;
|
|
1019
|
-
readonly title?: string | undefined;
|
|
1020
|
-
readonly config?: Record<string, any> | undefined;
|
|
1021
|
-
readonly dataTest?: string | undefined;
|
|
1022
|
-
};
|
|
1023
|
-
}, {}, {}, {}, {}>;
|
|
1024
|
-
__isFragment?: never;
|
|
1025
|
-
__isTeleport?: never;
|
|
1026
|
-
__isSuspense?: never;
|
|
1027
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1028
|
-
description: string;
|
|
1029
|
-
title: string;
|
|
1030
|
-
config: Record<string, any>;
|
|
1031
|
-
dataTest: string;
|
|
1032
|
-
$props: {
|
|
1033
|
-
readonly description?: string | undefined;
|
|
1034
|
-
readonly title?: string | undefined;
|
|
1035
|
-
readonly config?: Record<string, any> | undefined;
|
|
1036
|
-
readonly dataTest?: string | undefined;
|
|
1037
|
-
};
|
|
1038
|
-
}, {}, {}, {}, 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 () => {
|
|
1039
|
-
$slots: {
|
|
1040
|
-
"header-left-before"?(_: {}): any;
|
|
1041
|
-
"header-left"?(_: {}): any;
|
|
1042
|
-
"header-left-after"?(_: {}): any;
|
|
1043
|
-
"header-right"?(_: {}): any;
|
|
1044
|
-
default?(_: {}): any;
|
|
1045
|
-
"footer-left"?(_: {}): any;
|
|
1046
|
-
"footer-right"?(_: {}): any;
|
|
1047
|
-
};
|
|
1048
|
-
});
|
|
1049
|
-
UButton: {
|
|
1050
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1051
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1052
|
-
label: string;
|
|
1053
|
-
id: string;
|
|
1054
|
-
rightIcon: string;
|
|
1055
|
-
leftIcon: string;
|
|
1056
|
-
config: Record<string, any>;
|
|
1057
|
-
dataTest: string;
|
|
1058
|
-
icon: string;
|
|
1059
|
-
color?: string | undefined;
|
|
1060
|
-
disabled?: boolean | undefined;
|
|
1061
|
-
size?: string | undefined;
|
|
1062
|
-
square?: boolean | undefined;
|
|
1063
|
-
filled?: boolean | undefined;
|
|
1064
|
-
variant?: string | undefined;
|
|
1065
|
-
loading?: boolean | undefined;
|
|
1066
|
-
tag?: string | undefined;
|
|
1067
|
-
tabindex?: string | number | undefined;
|
|
1068
|
-
block?: boolean | undefined;
|
|
1069
|
-
round?: boolean | undefined;
|
|
1070
|
-
noRing?: boolean | undefined;
|
|
1071
|
-
$props: {
|
|
1072
|
-
readonly label?: string | undefined;
|
|
1073
|
-
readonly id?: string | undefined;
|
|
1074
|
-
readonly rightIcon?: string | undefined;
|
|
1075
|
-
readonly leftIcon?: string | undefined;
|
|
1076
|
-
readonly config?: Record<string, any> | undefined;
|
|
1077
|
-
readonly dataTest?: string | undefined;
|
|
1078
|
-
readonly icon?: string | undefined;
|
|
1079
|
-
readonly color?: string | undefined;
|
|
1080
|
-
readonly disabled?: boolean | undefined;
|
|
1081
|
-
readonly size?: string | undefined;
|
|
1082
|
-
readonly square?: boolean | undefined;
|
|
1083
|
-
readonly filled?: boolean | undefined;
|
|
1084
|
-
readonly variant?: string | undefined;
|
|
1085
|
-
readonly loading?: boolean | undefined;
|
|
1086
|
-
readonly tag?: string | undefined;
|
|
1087
|
-
readonly tabindex?: string | number | undefined;
|
|
1088
|
-
readonly block?: boolean | undefined;
|
|
1089
|
-
readonly round?: boolean | undefined;
|
|
1090
|
-
readonly noRing?: boolean | undefined;
|
|
1091
|
-
};
|
|
1092
|
-
}, {}, {}, {}, 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, {
|
|
1093
|
-
P: {};
|
|
1094
|
-
B: {};
|
|
1095
|
-
D: {};
|
|
1096
|
-
C: {};
|
|
1097
|
-
M: {};
|
|
1098
|
-
Defaults: {};
|
|
1099
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1100
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1101
|
-
label: string;
|
|
1102
|
-
id: string;
|
|
1103
|
-
rightIcon: string;
|
|
1104
|
-
leftIcon: string;
|
|
1105
|
-
config: Record<string, any>;
|
|
1106
|
-
dataTest: string;
|
|
1107
|
-
icon: string;
|
|
1108
|
-
color?: string | undefined;
|
|
1109
|
-
disabled?: boolean | undefined;
|
|
1110
|
-
size?: string | undefined;
|
|
1111
|
-
square?: boolean | undefined;
|
|
1112
|
-
filled?: boolean | undefined;
|
|
1113
|
-
variant?: string | undefined;
|
|
1114
|
-
loading?: boolean | undefined;
|
|
1115
|
-
tag?: string | undefined;
|
|
1116
|
-
tabindex?: string | number | undefined;
|
|
1117
|
-
block?: boolean | undefined;
|
|
1118
|
-
round?: boolean | undefined;
|
|
1119
|
-
noRing?: boolean | undefined;
|
|
1120
|
-
$props: {
|
|
1121
|
-
readonly label?: string | undefined;
|
|
1122
|
-
readonly id?: string | undefined;
|
|
1123
|
-
readonly rightIcon?: string | undefined;
|
|
1124
|
-
readonly leftIcon?: string | undefined;
|
|
1125
|
-
readonly config?: Record<string, any> | undefined;
|
|
1126
|
-
readonly dataTest?: string | undefined;
|
|
1127
|
-
readonly icon?: string | undefined;
|
|
1128
|
-
readonly color?: string | undefined;
|
|
1129
|
-
readonly disabled?: boolean | undefined;
|
|
1130
|
-
readonly size?: string | undefined;
|
|
1131
|
-
readonly square?: boolean | undefined;
|
|
1132
|
-
readonly filled?: boolean | undefined;
|
|
1133
|
-
readonly variant?: string | undefined;
|
|
1134
|
-
readonly loading?: boolean | undefined;
|
|
1135
|
-
readonly tag?: string | undefined;
|
|
1136
|
-
readonly tabindex?: string | number | undefined;
|
|
1137
|
-
readonly block?: boolean | undefined;
|
|
1138
|
-
readonly round?: boolean | undefined;
|
|
1139
|
-
readonly noRing?: boolean | undefined;
|
|
1140
|
-
};
|
|
1141
|
-
}, {}, {}, {}, {}>;
|
|
1142
|
-
__isFragment?: never;
|
|
1143
|
-
__isTeleport?: never;
|
|
1144
|
-
__isSuspense?: never;
|
|
1145
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1146
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1147
|
-
label: string;
|
|
1148
|
-
id: string;
|
|
1149
|
-
rightIcon: string;
|
|
1150
|
-
leftIcon: string;
|
|
1151
|
-
config: Record<string, any>;
|
|
1152
|
-
dataTest: string;
|
|
1153
|
-
icon: string;
|
|
1154
|
-
color?: string | undefined;
|
|
1155
|
-
disabled?: boolean | undefined;
|
|
1156
|
-
size?: string | undefined;
|
|
1157
|
-
square?: boolean | undefined;
|
|
1158
|
-
filled?: boolean | undefined;
|
|
1159
|
-
variant?: string | undefined;
|
|
1160
|
-
loading?: boolean | undefined;
|
|
1161
|
-
tag?: string | undefined;
|
|
1162
|
-
tabindex?: string | number | undefined;
|
|
1163
|
-
block?: boolean | undefined;
|
|
1164
|
-
round?: boolean | undefined;
|
|
1165
|
-
noRing?: boolean | undefined;
|
|
1166
|
-
$props: {
|
|
1167
|
-
readonly label?: string | undefined;
|
|
1168
|
-
readonly id?: string | undefined;
|
|
1169
|
-
readonly rightIcon?: string | undefined;
|
|
1170
|
-
readonly leftIcon?: string | undefined;
|
|
1171
|
-
readonly config?: Record<string, any> | undefined;
|
|
1172
|
-
readonly dataTest?: string | undefined;
|
|
1173
|
-
readonly icon?: string | undefined;
|
|
1174
|
-
readonly color?: string | undefined;
|
|
1175
|
-
readonly disabled?: boolean | undefined;
|
|
1176
|
-
readonly size?: string | undefined;
|
|
1177
|
-
readonly square?: boolean | undefined;
|
|
1178
|
-
readonly filled?: boolean | undefined;
|
|
1179
|
-
readonly variant?: string | undefined;
|
|
1180
|
-
readonly loading?: boolean | undefined;
|
|
1181
|
-
readonly tag?: string | undefined;
|
|
1182
|
-
readonly tabindex?: string | number | undefined;
|
|
1183
|
-
readonly block?: boolean | undefined;
|
|
1184
|
-
readonly round?: boolean | undefined;
|
|
1185
|
-
readonly noRing?: boolean | undefined;
|
|
1186
|
-
};
|
|
1187
|
-
}, {}, {}, {}, 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 () => {
|
|
1188
|
-
$slots: {
|
|
1189
|
-
left?(_: {
|
|
1190
|
-
iconName: string;
|
|
1191
|
-
iconSize: any;
|
|
1192
|
-
iconColor: string | undefined;
|
|
1193
|
-
}): any;
|
|
1194
|
-
default?(_: {
|
|
1195
|
-
label: string;
|
|
1196
|
-
iconName: string;
|
|
1197
|
-
iconSize: any;
|
|
1198
|
-
iconColor: string | undefined;
|
|
1199
|
-
}): any;
|
|
1200
|
-
right?(_: {
|
|
1201
|
-
iconName: string;
|
|
1202
|
-
iconSize: any;
|
|
1203
|
-
iconColor: string | undefined;
|
|
1204
|
-
}): any;
|
|
1205
|
-
};
|
|
1206
|
-
});
|
|
1207
|
-
UInput: {
|
|
1208
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1209
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1210
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1211
|
-
label: string;
|
|
1212
|
-
id: string;
|
|
1213
|
-
description: string;
|
|
1214
|
-
error: string;
|
|
1215
|
-
rightIcon: string;
|
|
1216
|
-
leftIcon: string;
|
|
1217
|
-
config: Record<string, any>;
|
|
1218
|
-
dataTest: string;
|
|
1219
|
-
modelValue: string | number;
|
|
1220
|
-
placeholder: string;
|
|
1221
|
-
maxLength: string | number;
|
|
1222
|
-
disabled?: boolean | undefined;
|
|
1223
|
-
size?: string | undefined;
|
|
1224
|
-
type?: string | undefined;
|
|
1225
|
-
labelAlign?: string | undefined;
|
|
1226
|
-
validationRule?: string | RegExp | undefined;
|
|
1227
|
-
inputmode?: string | undefined;
|
|
1228
|
-
readonly?: boolean | undefined;
|
|
1229
|
-
noAutocomplete?: boolean | undefined;
|
|
1230
|
-
$props: {
|
|
1231
|
-
readonly label?: string | undefined;
|
|
1232
|
-
readonly id?: string | undefined;
|
|
1233
|
-
readonly description?: string | undefined;
|
|
1234
|
-
readonly error?: string | undefined;
|
|
1235
|
-
readonly rightIcon?: string | undefined;
|
|
1236
|
-
readonly leftIcon?: string | undefined;
|
|
1237
|
-
readonly config?: Record<string, any> | undefined;
|
|
1238
|
-
readonly dataTest?: string | undefined;
|
|
1239
|
-
readonly modelValue?: string | number | undefined;
|
|
1240
|
-
readonly placeholder?: string | undefined;
|
|
1241
|
-
readonly maxLength?: string | number | undefined;
|
|
1242
|
-
readonly disabled?: boolean | undefined;
|
|
1243
|
-
readonly size?: string | undefined;
|
|
1244
|
-
readonly type?: string | undefined;
|
|
1245
|
-
readonly labelAlign?: string | undefined;
|
|
1246
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1247
|
-
readonly inputmode?: string | undefined;
|
|
1248
|
-
readonly readonly?: boolean | undefined;
|
|
1249
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1250
|
-
};
|
|
1251
|
-
}, {}, {}, {}, 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, {
|
|
1252
|
-
P: {};
|
|
1253
|
-
B: {};
|
|
1254
|
-
D: {};
|
|
1255
|
-
C: {};
|
|
1256
|
-
M: {};
|
|
1257
|
-
Defaults: {};
|
|
1258
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1259
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1260
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1261
|
-
label: string;
|
|
1262
|
-
id: string;
|
|
1263
|
-
description: string;
|
|
1264
|
-
error: string;
|
|
1265
|
-
rightIcon: string;
|
|
1266
|
-
leftIcon: string;
|
|
1267
|
-
config: Record<string, any>;
|
|
1268
|
-
dataTest: string;
|
|
1269
|
-
modelValue: string | number;
|
|
1270
|
-
placeholder: string;
|
|
1271
|
-
maxLength: string | number;
|
|
1272
|
-
disabled?: boolean | undefined;
|
|
1273
|
-
size?: string | undefined;
|
|
1274
|
-
type?: string | undefined;
|
|
1275
|
-
labelAlign?: string | undefined;
|
|
1276
|
-
validationRule?: string | RegExp | undefined;
|
|
1277
|
-
inputmode?: string | undefined;
|
|
1278
|
-
readonly?: boolean | undefined;
|
|
1279
|
-
noAutocomplete?: boolean | undefined;
|
|
1280
|
-
$props: {
|
|
1281
|
-
readonly label?: string | undefined;
|
|
1282
|
-
readonly id?: string | undefined;
|
|
1283
|
-
readonly description?: string | undefined;
|
|
1284
|
-
readonly error?: string | undefined;
|
|
1285
|
-
readonly rightIcon?: string | undefined;
|
|
1286
|
-
readonly leftIcon?: string | undefined;
|
|
1287
|
-
readonly config?: Record<string, any> | undefined;
|
|
1288
|
-
readonly dataTest?: string | undefined;
|
|
1289
|
-
readonly modelValue?: string | number | undefined;
|
|
1290
|
-
readonly placeholder?: string | undefined;
|
|
1291
|
-
readonly maxLength?: string | number | undefined;
|
|
1292
|
-
readonly disabled?: boolean | undefined;
|
|
1293
|
-
readonly size?: string | undefined;
|
|
1294
|
-
readonly type?: string | undefined;
|
|
1295
|
-
readonly labelAlign?: string | undefined;
|
|
1296
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1297
|
-
readonly inputmode?: string | undefined;
|
|
1298
|
-
readonly readonly?: boolean | undefined;
|
|
1299
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1300
|
-
};
|
|
1301
|
-
}, {}, {}, {}, {}>;
|
|
1302
|
-
__isFragment?: never;
|
|
1303
|
-
__isTeleport?: never;
|
|
1304
|
-
__isSuspense?: never;
|
|
1305
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1306
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1307
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1308
|
-
label: string;
|
|
1309
|
-
id: string;
|
|
1310
|
-
description: string;
|
|
1311
|
-
error: string;
|
|
1312
|
-
rightIcon: string;
|
|
1313
|
-
leftIcon: string;
|
|
1314
|
-
config: Record<string, any>;
|
|
1315
|
-
dataTest: string;
|
|
1316
|
-
modelValue: string | number;
|
|
1317
|
-
placeholder: string;
|
|
1318
|
-
maxLength: string | number;
|
|
1319
|
-
disabled?: boolean | undefined;
|
|
1320
|
-
size?: string | undefined;
|
|
1321
|
-
type?: string | undefined;
|
|
1322
|
-
labelAlign?: string | undefined;
|
|
1323
|
-
validationRule?: string | RegExp | undefined;
|
|
1324
|
-
inputmode?: string | undefined;
|
|
1325
|
-
readonly?: boolean | undefined;
|
|
1326
|
-
noAutocomplete?: boolean | undefined;
|
|
1327
|
-
$props: {
|
|
1328
|
-
readonly label?: string | undefined;
|
|
1329
|
-
readonly id?: string | undefined;
|
|
1330
|
-
readonly description?: string | undefined;
|
|
1331
|
-
readonly error?: string | undefined;
|
|
1332
|
-
readonly rightIcon?: string | undefined;
|
|
1333
|
-
readonly leftIcon?: string | undefined;
|
|
1334
|
-
readonly config?: Record<string, any> | undefined;
|
|
1335
|
-
readonly dataTest?: string | undefined;
|
|
1336
|
-
readonly modelValue?: string | number | undefined;
|
|
1337
|
-
readonly placeholder?: string | undefined;
|
|
1338
|
-
readonly maxLength?: string | number | undefined;
|
|
1339
|
-
readonly disabled?: boolean | undefined;
|
|
1340
|
-
readonly size?: string | undefined;
|
|
1341
|
-
readonly type?: string | undefined;
|
|
1342
|
-
readonly labelAlign?: string | undefined;
|
|
1343
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1344
|
-
readonly inputmode?: string | undefined;
|
|
1345
|
-
readonly readonly?: boolean | undefined;
|
|
1346
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1347
|
-
};
|
|
1348
|
-
}, {}, {}, {}, 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 () => {
|
|
1349
|
-
$slots: {
|
|
1350
|
-
left?(_: {}): any;
|
|
1351
|
-
"left-icon"?(_: {
|
|
1352
|
-
iconName: string;
|
|
1353
|
-
iconSize: any;
|
|
1354
|
-
}): any;
|
|
1355
|
-
"right-icon"?(_: {
|
|
1356
|
-
iconName: string;
|
|
1357
|
-
iconSize: any;
|
|
1358
|
-
}): any;
|
|
1359
|
-
right?(_: {}): any;
|
|
1360
|
-
};
|
|
1361
|
-
});
|
|
1362
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1363
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1364
|
-
config: Record<string, any>;
|
|
1365
|
-
name: string;
|
|
1366
|
-
src: Record<string, any>;
|
|
1367
|
-
tooltip: string;
|
|
1368
|
-
tooltipSettings: Record<string, any>;
|
|
1369
|
-
dataTest: string;
|
|
1370
|
-
internal: boolean;
|
|
1371
|
-
color?: string | undefined;
|
|
1372
|
-
size?: string | undefined;
|
|
1373
|
-
interactive?: boolean | undefined;
|
|
1374
|
-
variant?: string | undefined;
|
|
1375
|
-
$props: {
|
|
1376
|
-
readonly config?: Record<string, any> | undefined;
|
|
1377
|
-
readonly name?: string | undefined;
|
|
1378
|
-
readonly src?: Record<string, any> | undefined;
|
|
1379
|
-
readonly tooltip?: string | undefined;
|
|
1380
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1381
|
-
readonly dataTest?: string | undefined;
|
|
1382
|
-
readonly internal?: boolean | undefined;
|
|
1383
|
-
readonly color?: string | undefined;
|
|
1384
|
-
readonly size?: string | undefined;
|
|
1385
|
-
readonly interactive?: boolean | undefined;
|
|
1386
|
-
readonly variant?: string | undefined;
|
|
1387
|
-
};
|
|
1388
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1389
|
-
UHeader: {
|
|
1390
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1391
|
-
label: string;
|
|
1392
|
-
config: Record<string, any>;
|
|
1393
|
-
dataTest: string;
|
|
1394
|
-
color?: string | undefined;
|
|
1395
|
-
size?: string | undefined;
|
|
1396
|
-
line?: boolean | undefined;
|
|
1397
|
-
tag?: string | undefined;
|
|
1398
|
-
underlined?: boolean | undefined;
|
|
1399
|
-
$props: {
|
|
1400
|
-
readonly label?: string | undefined;
|
|
1401
|
-
readonly config?: Record<string, any> | undefined;
|
|
1402
|
-
readonly dataTest?: string | undefined;
|
|
1403
|
-
readonly color?: string | undefined;
|
|
1404
|
-
readonly size?: string | undefined;
|
|
1405
|
-
readonly line?: boolean | undefined;
|
|
1406
|
-
readonly tag?: string | undefined;
|
|
1407
|
-
readonly underlined?: boolean | undefined;
|
|
1408
|
-
};
|
|
1409
|
-
}, {}, {}, {}, 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, {
|
|
1410
|
-
P: {};
|
|
1411
|
-
B: {};
|
|
1412
|
-
D: {};
|
|
1413
|
-
C: {};
|
|
1414
|
-
M: {};
|
|
1415
|
-
Defaults: {};
|
|
1416
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1417
|
-
label: string;
|
|
1418
|
-
config: Record<string, any>;
|
|
1419
|
-
dataTest: string;
|
|
1420
|
-
color?: string | undefined;
|
|
1421
|
-
size?: string | undefined;
|
|
1422
|
-
line?: boolean | undefined;
|
|
1423
|
-
tag?: string | undefined;
|
|
1424
|
-
underlined?: boolean | undefined;
|
|
1425
|
-
$props: {
|
|
1426
|
-
readonly label?: string | undefined;
|
|
1427
|
-
readonly config?: Record<string, any> | undefined;
|
|
1428
|
-
readonly dataTest?: string | undefined;
|
|
1429
|
-
readonly color?: string | undefined;
|
|
1430
|
-
readonly size?: string | undefined;
|
|
1431
|
-
readonly line?: boolean | undefined;
|
|
1432
|
-
readonly tag?: string | undefined;
|
|
1433
|
-
readonly underlined?: boolean | undefined;
|
|
1434
|
-
};
|
|
1435
|
-
}, {}, {}, {}, {}>;
|
|
1436
|
-
__isFragment?: never;
|
|
1437
|
-
__isTeleport?: never;
|
|
1438
|
-
__isSuspense?: never;
|
|
1439
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1440
|
-
label: string;
|
|
1441
|
-
config: Record<string, any>;
|
|
1442
|
-
dataTest: string;
|
|
1443
|
-
color?: string | undefined;
|
|
1444
|
-
size?: string | undefined;
|
|
1445
|
-
line?: boolean | undefined;
|
|
1446
|
-
tag?: string | undefined;
|
|
1447
|
-
underlined?: boolean | undefined;
|
|
1448
|
-
$props: {
|
|
1449
|
-
readonly label?: string | undefined;
|
|
1450
|
-
readonly config?: Record<string, any> | undefined;
|
|
1451
|
-
readonly dataTest?: string | undefined;
|
|
1452
|
-
readonly color?: string | undefined;
|
|
1453
|
-
readonly size?: string | undefined;
|
|
1454
|
-
readonly line?: boolean | undefined;
|
|
1455
|
-
readonly tag?: string | undefined;
|
|
1456
|
-
readonly underlined?: boolean | undefined;
|
|
1457
|
-
};
|
|
1458
|
-
}, {}, {}, {}, 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 () => {
|
|
1459
|
-
$slots: {
|
|
1460
|
-
default?(_: {}): any;
|
|
1461
|
-
};
|
|
1462
|
-
});
|
|
1463
|
-
};
|
|
1464
|
-
setup(): {
|
|
1465
|
-
args: any;
|
|
1466
|
-
slots: any;
|
|
1467
|
-
};
|
|
1468
|
-
template: string;
|
|
1469
|
-
};
|
|
1470
|
-
export namespace SlotHeaderLeftBefore {
|
|
1471
|
-
export namespace args_3 {
|
|
1472
|
-
let slotTemplate: string;
|
|
1473
|
-
}
|
|
1474
|
-
export { args_3 as args };
|
|
1475
|
-
}
|
|
1476
|
-
export function SlotHeaderLeft(args: any): {
|
|
1477
|
-
components: {
|
|
1478
|
-
UCard: {
|
|
1479
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1480
|
-
description: string;
|
|
1481
|
-
title: string;
|
|
1482
|
-
config: Record<string, any>;
|
|
1483
|
-
dataTest: string;
|
|
1484
|
-
$props: {
|
|
1485
|
-
readonly description?: string | undefined;
|
|
1486
|
-
readonly title?: string | undefined;
|
|
1487
|
-
readonly config?: Record<string, any> | undefined;
|
|
1488
|
-
readonly dataTest?: string | undefined;
|
|
1489
|
-
};
|
|
1490
|
-
}, {}, {}, {}, 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, {
|
|
1491
|
-
P: {};
|
|
1492
|
-
B: {};
|
|
1493
|
-
D: {};
|
|
1494
|
-
C: {};
|
|
1495
|
-
M: {};
|
|
1496
|
-
Defaults: {};
|
|
1497
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1498
|
-
description: string;
|
|
1499
|
-
title: string;
|
|
1500
|
-
config: Record<string, any>;
|
|
1501
|
-
dataTest: string;
|
|
1502
|
-
$props: {
|
|
1503
|
-
readonly description?: string | undefined;
|
|
1504
|
-
readonly title?: string | undefined;
|
|
1505
|
-
readonly config?: Record<string, any> | undefined;
|
|
1506
|
-
readonly dataTest?: string | undefined;
|
|
1507
|
-
};
|
|
1508
|
-
}, {}, {}, {}, {}>;
|
|
1509
|
-
__isFragment?: never;
|
|
1510
|
-
__isTeleport?: never;
|
|
1511
|
-
__isSuspense?: never;
|
|
1512
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1513
|
-
description: string;
|
|
1514
|
-
title: string;
|
|
1515
|
-
config: Record<string, any>;
|
|
1516
|
-
dataTest: string;
|
|
1517
|
-
$props: {
|
|
1518
|
-
readonly description?: string | undefined;
|
|
1519
|
-
readonly title?: string | undefined;
|
|
1520
|
-
readonly config?: Record<string, any> | undefined;
|
|
1521
|
-
readonly dataTest?: string | undefined;
|
|
1522
|
-
};
|
|
1523
|
-
}, {}, {}, {}, 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 () => {
|
|
1524
|
-
$slots: {
|
|
1525
|
-
"header-left-before"?(_: {}): any;
|
|
1526
|
-
"header-left"?(_: {}): any;
|
|
1527
|
-
"header-left-after"?(_: {}): any;
|
|
1528
|
-
"header-right"?(_: {}): any;
|
|
1529
|
-
default?(_: {}): any;
|
|
1530
|
-
"footer-left"?(_: {}): any;
|
|
1531
|
-
"footer-right"?(_: {}): any;
|
|
1532
|
-
};
|
|
1533
|
-
});
|
|
1534
|
-
UButton: {
|
|
1535
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1536
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1537
|
-
label: string;
|
|
1538
|
-
id: string;
|
|
1539
|
-
rightIcon: string;
|
|
1540
|
-
leftIcon: string;
|
|
1541
|
-
config: Record<string, any>;
|
|
1542
|
-
dataTest: string;
|
|
1543
|
-
icon: string;
|
|
1544
|
-
color?: string | undefined;
|
|
1545
|
-
disabled?: boolean | undefined;
|
|
1546
|
-
size?: string | undefined;
|
|
1547
|
-
square?: boolean | undefined;
|
|
1548
|
-
filled?: boolean | undefined;
|
|
1549
|
-
variant?: string | undefined;
|
|
1550
|
-
loading?: boolean | undefined;
|
|
1551
|
-
tag?: string | undefined;
|
|
1552
|
-
tabindex?: string | number | undefined;
|
|
1553
|
-
block?: boolean | undefined;
|
|
1554
|
-
round?: boolean | undefined;
|
|
1555
|
-
noRing?: boolean | undefined;
|
|
1556
|
-
$props: {
|
|
1557
|
-
readonly label?: string | undefined;
|
|
1558
|
-
readonly id?: string | undefined;
|
|
1559
|
-
readonly rightIcon?: string | undefined;
|
|
1560
|
-
readonly leftIcon?: string | undefined;
|
|
1561
|
-
readonly config?: Record<string, any> | undefined;
|
|
1562
|
-
readonly dataTest?: string | undefined;
|
|
1563
|
-
readonly icon?: string | undefined;
|
|
1564
|
-
readonly color?: string | undefined;
|
|
1565
|
-
readonly disabled?: boolean | undefined;
|
|
1566
|
-
readonly size?: string | undefined;
|
|
1567
|
-
readonly square?: boolean | undefined;
|
|
1568
|
-
readonly filled?: boolean | undefined;
|
|
1569
|
-
readonly variant?: string | undefined;
|
|
1570
|
-
readonly loading?: boolean | undefined;
|
|
1571
|
-
readonly tag?: string | undefined;
|
|
1572
|
-
readonly tabindex?: string | number | undefined;
|
|
1573
|
-
readonly block?: boolean | undefined;
|
|
1574
|
-
readonly round?: boolean | undefined;
|
|
1575
|
-
readonly noRing?: boolean | undefined;
|
|
1576
|
-
};
|
|
1577
|
-
}, {}, {}, {}, 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, {
|
|
1578
|
-
P: {};
|
|
1579
|
-
B: {};
|
|
1580
|
-
D: {};
|
|
1581
|
-
C: {};
|
|
1582
|
-
M: {};
|
|
1583
|
-
Defaults: {};
|
|
1584
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1585
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1586
|
-
label: string;
|
|
1587
|
-
id: string;
|
|
1588
|
-
rightIcon: string;
|
|
1589
|
-
leftIcon: string;
|
|
1590
|
-
config: Record<string, any>;
|
|
1591
|
-
dataTest: string;
|
|
1592
|
-
icon: string;
|
|
1593
|
-
color?: string | undefined;
|
|
1594
|
-
disabled?: boolean | undefined;
|
|
1595
|
-
size?: string | undefined;
|
|
1596
|
-
square?: boolean | undefined;
|
|
1597
|
-
filled?: boolean | undefined;
|
|
1598
|
-
variant?: string | undefined;
|
|
1599
|
-
loading?: boolean | undefined;
|
|
1600
|
-
tag?: string | undefined;
|
|
1601
|
-
tabindex?: string | number | undefined;
|
|
1602
|
-
block?: boolean | undefined;
|
|
1603
|
-
round?: boolean | undefined;
|
|
1604
|
-
noRing?: boolean | undefined;
|
|
1605
|
-
$props: {
|
|
1606
|
-
readonly label?: string | undefined;
|
|
1607
|
-
readonly id?: string | undefined;
|
|
1608
|
-
readonly rightIcon?: string | undefined;
|
|
1609
|
-
readonly leftIcon?: string | undefined;
|
|
1610
|
-
readonly config?: Record<string, any> | undefined;
|
|
1611
|
-
readonly dataTest?: string | undefined;
|
|
1612
|
-
readonly icon?: string | undefined;
|
|
1613
|
-
readonly color?: string | undefined;
|
|
1614
|
-
readonly disabled?: boolean | undefined;
|
|
1615
|
-
readonly size?: string | undefined;
|
|
1616
|
-
readonly square?: boolean | undefined;
|
|
1617
|
-
readonly filled?: boolean | undefined;
|
|
1618
|
-
readonly variant?: string | undefined;
|
|
1619
|
-
readonly loading?: boolean | undefined;
|
|
1620
|
-
readonly tag?: string | undefined;
|
|
1621
|
-
readonly tabindex?: string | number | undefined;
|
|
1622
|
-
readonly block?: boolean | undefined;
|
|
1623
|
-
readonly round?: boolean | undefined;
|
|
1624
|
-
readonly noRing?: boolean | undefined;
|
|
1625
|
-
};
|
|
1626
|
-
}, {}, {}, {}, {}>;
|
|
1627
|
-
__isFragment?: never;
|
|
1628
|
-
__isTeleport?: never;
|
|
1629
|
-
__isSuspense?: never;
|
|
1630
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1631
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1632
|
-
label: string;
|
|
1633
|
-
id: string;
|
|
1634
|
-
rightIcon: string;
|
|
1635
|
-
leftIcon: string;
|
|
1636
|
-
config: Record<string, any>;
|
|
1637
|
-
dataTest: string;
|
|
1638
|
-
icon: string;
|
|
1639
|
-
color?: string | undefined;
|
|
1640
|
-
disabled?: boolean | undefined;
|
|
1641
|
-
size?: string | undefined;
|
|
1642
|
-
square?: boolean | undefined;
|
|
1643
|
-
filled?: boolean | undefined;
|
|
1644
|
-
variant?: string | undefined;
|
|
1645
|
-
loading?: boolean | undefined;
|
|
1646
|
-
tag?: string | undefined;
|
|
1647
|
-
tabindex?: string | number | undefined;
|
|
1648
|
-
block?: boolean | undefined;
|
|
1649
|
-
round?: boolean | undefined;
|
|
1650
|
-
noRing?: boolean | undefined;
|
|
1651
|
-
$props: {
|
|
1652
|
-
readonly label?: string | undefined;
|
|
1653
|
-
readonly id?: string | undefined;
|
|
1654
|
-
readonly rightIcon?: string | undefined;
|
|
1655
|
-
readonly leftIcon?: string | undefined;
|
|
1656
|
-
readonly config?: Record<string, any> | undefined;
|
|
1657
|
-
readonly dataTest?: string | undefined;
|
|
1658
|
-
readonly icon?: string | undefined;
|
|
1659
|
-
readonly color?: string | undefined;
|
|
1660
|
-
readonly disabled?: boolean | undefined;
|
|
1661
|
-
readonly size?: string | undefined;
|
|
1662
|
-
readonly square?: boolean | undefined;
|
|
1663
|
-
readonly filled?: boolean | undefined;
|
|
1664
|
-
readonly variant?: string | undefined;
|
|
1665
|
-
readonly loading?: boolean | undefined;
|
|
1666
|
-
readonly tag?: string | undefined;
|
|
1667
|
-
readonly tabindex?: string | number | undefined;
|
|
1668
|
-
readonly block?: boolean | undefined;
|
|
1669
|
-
readonly round?: boolean | undefined;
|
|
1670
|
-
readonly noRing?: boolean | undefined;
|
|
1671
|
-
};
|
|
1672
|
-
}, {}, {}, {}, 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 () => {
|
|
1673
|
-
$slots: {
|
|
1674
|
-
left?(_: {
|
|
1675
|
-
iconName: string;
|
|
1676
|
-
iconSize: any;
|
|
1677
|
-
iconColor: string | undefined;
|
|
1678
|
-
}): any;
|
|
1679
|
-
default?(_: {
|
|
1680
|
-
label: string;
|
|
1681
|
-
iconName: string;
|
|
1682
|
-
iconSize: any;
|
|
1683
|
-
iconColor: string | undefined;
|
|
1684
|
-
}): any;
|
|
1685
|
-
right?(_: {
|
|
1686
|
-
iconName: string;
|
|
1687
|
-
iconSize: any;
|
|
1688
|
-
iconColor: string | undefined;
|
|
1689
|
-
}): any;
|
|
1690
|
-
};
|
|
1691
|
-
});
|
|
1692
|
-
UInput: {
|
|
1693
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1694
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1695
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1696
|
-
label: string;
|
|
1697
|
-
id: string;
|
|
1698
|
-
description: string;
|
|
1699
|
-
error: string;
|
|
1700
|
-
rightIcon: string;
|
|
1701
|
-
leftIcon: string;
|
|
1702
|
-
config: Record<string, any>;
|
|
1703
|
-
dataTest: string;
|
|
1704
|
-
modelValue: string | number;
|
|
1705
|
-
placeholder: string;
|
|
1706
|
-
maxLength: string | number;
|
|
1707
|
-
disabled?: boolean | undefined;
|
|
1708
|
-
size?: string | undefined;
|
|
1709
|
-
type?: string | undefined;
|
|
1710
|
-
labelAlign?: string | undefined;
|
|
1711
|
-
validationRule?: string | RegExp | undefined;
|
|
1712
|
-
inputmode?: string | undefined;
|
|
1713
|
-
readonly?: boolean | undefined;
|
|
1714
|
-
noAutocomplete?: boolean | undefined;
|
|
1715
|
-
$props: {
|
|
1716
|
-
readonly label?: string | undefined;
|
|
1717
|
-
readonly id?: string | undefined;
|
|
1718
|
-
readonly description?: string | undefined;
|
|
1719
|
-
readonly error?: string | undefined;
|
|
1720
|
-
readonly rightIcon?: string | undefined;
|
|
1721
|
-
readonly leftIcon?: string | undefined;
|
|
1722
|
-
readonly config?: Record<string, any> | undefined;
|
|
1723
|
-
readonly dataTest?: string | undefined;
|
|
1724
|
-
readonly modelValue?: string | number | undefined;
|
|
1725
|
-
readonly placeholder?: string | undefined;
|
|
1726
|
-
readonly maxLength?: string | number | undefined;
|
|
1727
|
-
readonly disabled?: boolean | undefined;
|
|
1728
|
-
readonly size?: string | undefined;
|
|
1729
|
-
readonly type?: string | undefined;
|
|
1730
|
-
readonly labelAlign?: string | undefined;
|
|
1731
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1732
|
-
readonly inputmode?: string | undefined;
|
|
1733
|
-
readonly readonly?: boolean | undefined;
|
|
1734
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1735
|
-
};
|
|
1736
|
-
}, {}, {}, {}, 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, {
|
|
1737
|
-
P: {};
|
|
1738
|
-
B: {};
|
|
1739
|
-
D: {};
|
|
1740
|
-
C: {};
|
|
1741
|
-
M: {};
|
|
1742
|
-
Defaults: {};
|
|
1743
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1744
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1745
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1746
|
-
label: string;
|
|
1747
|
-
id: string;
|
|
1748
|
-
description: string;
|
|
1749
|
-
error: string;
|
|
1750
|
-
rightIcon: string;
|
|
1751
|
-
leftIcon: string;
|
|
1752
|
-
config: Record<string, any>;
|
|
1753
|
-
dataTest: string;
|
|
1754
|
-
modelValue: string | number;
|
|
1755
|
-
placeholder: string;
|
|
1756
|
-
maxLength: string | number;
|
|
1757
|
-
disabled?: boolean | undefined;
|
|
1758
|
-
size?: string | undefined;
|
|
1759
|
-
type?: string | undefined;
|
|
1760
|
-
labelAlign?: string | undefined;
|
|
1761
|
-
validationRule?: string | RegExp | undefined;
|
|
1762
|
-
inputmode?: string | undefined;
|
|
1763
|
-
readonly?: boolean | undefined;
|
|
1764
|
-
noAutocomplete?: boolean | undefined;
|
|
1765
|
-
$props: {
|
|
1766
|
-
readonly label?: string | undefined;
|
|
1767
|
-
readonly id?: string | undefined;
|
|
1768
|
-
readonly description?: string | undefined;
|
|
1769
|
-
readonly error?: string | undefined;
|
|
1770
|
-
readonly rightIcon?: string | undefined;
|
|
1771
|
-
readonly leftIcon?: string | undefined;
|
|
1772
|
-
readonly config?: Record<string, any> | undefined;
|
|
1773
|
-
readonly dataTest?: string | undefined;
|
|
1774
|
-
readonly modelValue?: string | number | undefined;
|
|
1775
|
-
readonly placeholder?: string | undefined;
|
|
1776
|
-
readonly maxLength?: string | number | undefined;
|
|
1777
|
-
readonly disabled?: boolean | undefined;
|
|
1778
|
-
readonly size?: string | undefined;
|
|
1779
|
-
readonly type?: string | undefined;
|
|
1780
|
-
readonly labelAlign?: string | undefined;
|
|
1781
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1782
|
-
readonly inputmode?: string | undefined;
|
|
1783
|
-
readonly readonly?: boolean | undefined;
|
|
1784
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1785
|
-
};
|
|
1786
|
-
}, {}, {}, {}, {}>;
|
|
1787
|
-
__isFragment?: never;
|
|
1788
|
-
__isTeleport?: never;
|
|
1789
|
-
__isSuspense?: never;
|
|
1790
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1791
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1792
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1793
|
-
label: string;
|
|
1794
|
-
id: string;
|
|
1795
|
-
description: string;
|
|
1796
|
-
error: string;
|
|
1797
|
-
rightIcon: string;
|
|
1798
|
-
leftIcon: string;
|
|
1799
|
-
config: Record<string, any>;
|
|
1800
|
-
dataTest: string;
|
|
1801
|
-
modelValue: string | number;
|
|
1802
|
-
placeholder: string;
|
|
1803
|
-
maxLength: string | number;
|
|
1804
|
-
disabled?: boolean | undefined;
|
|
1805
|
-
size?: string | undefined;
|
|
1806
|
-
type?: string | undefined;
|
|
1807
|
-
labelAlign?: string | undefined;
|
|
1808
|
-
validationRule?: string | RegExp | undefined;
|
|
1809
|
-
inputmode?: string | undefined;
|
|
1810
|
-
readonly?: boolean | undefined;
|
|
1811
|
-
noAutocomplete?: boolean | undefined;
|
|
1812
|
-
$props: {
|
|
1813
|
-
readonly label?: string | undefined;
|
|
1814
|
-
readonly id?: string | undefined;
|
|
1815
|
-
readonly description?: string | undefined;
|
|
1816
|
-
readonly error?: string | undefined;
|
|
1817
|
-
readonly rightIcon?: string | undefined;
|
|
1818
|
-
readonly leftIcon?: string | undefined;
|
|
1819
|
-
readonly config?: Record<string, any> | undefined;
|
|
1820
|
-
readonly dataTest?: string | undefined;
|
|
1821
|
-
readonly modelValue?: string | number | undefined;
|
|
1822
|
-
readonly placeholder?: string | undefined;
|
|
1823
|
-
readonly maxLength?: string | number | undefined;
|
|
1824
|
-
readonly disabled?: boolean | undefined;
|
|
1825
|
-
readonly size?: string | undefined;
|
|
1826
|
-
readonly type?: string | undefined;
|
|
1827
|
-
readonly labelAlign?: string | undefined;
|
|
1828
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1829
|
-
readonly inputmode?: string | undefined;
|
|
1830
|
-
readonly readonly?: boolean | undefined;
|
|
1831
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1832
|
-
};
|
|
1833
|
-
}, {}, {}, {}, 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 () => {
|
|
1834
|
-
$slots: {
|
|
1835
|
-
left?(_: {}): any;
|
|
1836
|
-
"left-icon"?(_: {
|
|
1837
|
-
iconName: string;
|
|
1838
|
-
iconSize: any;
|
|
1839
|
-
}): any;
|
|
1840
|
-
"right-icon"?(_: {
|
|
1841
|
-
iconName: string;
|
|
1842
|
-
iconSize: any;
|
|
1843
|
-
}): any;
|
|
1844
|
-
right?(_: {}): any;
|
|
1845
|
-
};
|
|
1846
|
-
});
|
|
1847
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
1848
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
1849
|
-
config: Record<string, any>;
|
|
1850
|
-
name: string;
|
|
1851
|
-
src: Record<string, any>;
|
|
1852
|
-
tooltip: string;
|
|
1853
|
-
tooltipSettings: Record<string, any>;
|
|
1854
|
-
dataTest: string;
|
|
1855
|
-
internal: boolean;
|
|
1856
|
-
color?: string | undefined;
|
|
1857
|
-
size?: string | undefined;
|
|
1858
|
-
interactive?: boolean | undefined;
|
|
1859
|
-
variant?: string | undefined;
|
|
1860
|
-
$props: {
|
|
1861
|
-
readonly config?: Record<string, any> | undefined;
|
|
1862
|
-
readonly name?: string | undefined;
|
|
1863
|
-
readonly src?: Record<string, any> | undefined;
|
|
1864
|
-
readonly tooltip?: string | undefined;
|
|
1865
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
1866
|
-
readonly dataTest?: string | undefined;
|
|
1867
|
-
readonly internal?: boolean | undefined;
|
|
1868
|
-
readonly color?: string | undefined;
|
|
1869
|
-
readonly size?: string | undefined;
|
|
1870
|
-
readonly interactive?: boolean | undefined;
|
|
1871
|
-
readonly variant?: string | undefined;
|
|
1872
|
-
};
|
|
1873
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1874
|
-
UHeader: {
|
|
1875
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1876
|
-
label: string;
|
|
1877
|
-
config: Record<string, any>;
|
|
1878
|
-
dataTest: string;
|
|
1879
|
-
color?: string | undefined;
|
|
1880
|
-
size?: string | undefined;
|
|
1881
|
-
line?: boolean | undefined;
|
|
1882
|
-
tag?: string | undefined;
|
|
1883
|
-
underlined?: boolean | undefined;
|
|
1884
|
-
$props: {
|
|
1885
|
-
readonly label?: string | undefined;
|
|
1886
|
-
readonly config?: Record<string, any> | undefined;
|
|
1887
|
-
readonly dataTest?: string | undefined;
|
|
1888
|
-
readonly color?: string | undefined;
|
|
1889
|
-
readonly size?: string | undefined;
|
|
1890
|
-
readonly line?: boolean | undefined;
|
|
1891
|
-
readonly tag?: string | undefined;
|
|
1892
|
-
readonly underlined?: boolean | undefined;
|
|
1893
|
-
};
|
|
1894
|
-
}, {}, {}, {}, 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, {
|
|
1895
|
-
P: {};
|
|
1896
|
-
B: {};
|
|
1897
|
-
D: {};
|
|
1898
|
-
C: {};
|
|
1899
|
-
M: {};
|
|
1900
|
-
Defaults: {};
|
|
1901
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1902
|
-
label: string;
|
|
1903
|
-
config: Record<string, any>;
|
|
1904
|
-
dataTest: string;
|
|
1905
|
-
color?: string | undefined;
|
|
1906
|
-
size?: string | undefined;
|
|
1907
|
-
line?: boolean | undefined;
|
|
1908
|
-
tag?: string | undefined;
|
|
1909
|
-
underlined?: boolean | undefined;
|
|
1910
|
-
$props: {
|
|
1911
|
-
readonly label?: string | undefined;
|
|
1912
|
-
readonly config?: Record<string, any> | undefined;
|
|
1913
|
-
readonly dataTest?: string | undefined;
|
|
1914
|
-
readonly color?: string | undefined;
|
|
1915
|
-
readonly size?: string | undefined;
|
|
1916
|
-
readonly line?: boolean | undefined;
|
|
1917
|
-
readonly tag?: string | undefined;
|
|
1918
|
-
readonly underlined?: boolean | undefined;
|
|
1919
|
-
};
|
|
1920
|
-
}, {}, {}, {}, {}>;
|
|
1921
|
-
__isFragment?: never;
|
|
1922
|
-
__isTeleport?: never;
|
|
1923
|
-
__isSuspense?: never;
|
|
1924
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1925
|
-
label: string;
|
|
1926
|
-
config: Record<string, any>;
|
|
1927
|
-
dataTest: string;
|
|
1928
|
-
color?: string | undefined;
|
|
1929
|
-
size?: string | undefined;
|
|
1930
|
-
line?: boolean | undefined;
|
|
1931
|
-
tag?: string | undefined;
|
|
1932
|
-
underlined?: boolean | undefined;
|
|
1933
|
-
$props: {
|
|
1934
|
-
readonly label?: string | undefined;
|
|
1935
|
-
readonly config?: Record<string, any> | undefined;
|
|
1936
|
-
readonly dataTest?: string | undefined;
|
|
1937
|
-
readonly color?: string | undefined;
|
|
1938
|
-
readonly size?: string | undefined;
|
|
1939
|
-
readonly line?: boolean | undefined;
|
|
1940
|
-
readonly tag?: string | undefined;
|
|
1941
|
-
readonly underlined?: boolean | undefined;
|
|
1942
|
-
};
|
|
1943
|
-
}, {}, {}, {}, 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 () => {
|
|
1944
|
-
$slots: {
|
|
1945
|
-
default?(_: {}): any;
|
|
1946
|
-
};
|
|
1947
|
-
});
|
|
1948
|
-
};
|
|
1949
|
-
setup(): {
|
|
1950
|
-
args: any;
|
|
1951
|
-
slots: any;
|
|
1952
|
-
};
|
|
1953
|
-
template: string;
|
|
1954
|
-
};
|
|
1955
|
-
export namespace SlotHeaderLeft {
|
|
1956
|
-
export namespace args_4 {
|
|
1957
|
-
let slotTemplate_1: string;
|
|
1958
|
-
export { slotTemplate_1 as slotTemplate };
|
|
1959
|
-
}
|
|
1960
|
-
export { args_4 as args };
|
|
1961
|
-
}
|
|
1962
|
-
export function SlotHeaderLeftAfter(args: any): {
|
|
1963
|
-
components: {
|
|
1964
|
-
UCard: {
|
|
1965
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1966
|
-
description: string;
|
|
1967
|
-
title: string;
|
|
1968
|
-
config: Record<string, any>;
|
|
1969
|
-
dataTest: string;
|
|
1970
|
-
$props: {
|
|
1971
|
-
readonly description?: string | undefined;
|
|
1972
|
-
readonly title?: string | undefined;
|
|
1973
|
-
readonly config?: Record<string, any> | undefined;
|
|
1974
|
-
readonly dataTest?: string | undefined;
|
|
1975
|
-
};
|
|
1976
|
-
}, {}, {}, {}, 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, {
|
|
1977
|
-
P: {};
|
|
1978
|
-
B: {};
|
|
1979
|
-
D: {};
|
|
1980
|
-
C: {};
|
|
1981
|
-
M: {};
|
|
1982
|
-
Defaults: {};
|
|
1983
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1984
|
-
description: string;
|
|
1985
|
-
title: string;
|
|
1986
|
-
config: Record<string, any>;
|
|
1987
|
-
dataTest: string;
|
|
1988
|
-
$props: {
|
|
1989
|
-
readonly description?: string | undefined;
|
|
1990
|
-
readonly title?: string | undefined;
|
|
1991
|
-
readonly config?: Record<string, any> | undefined;
|
|
1992
|
-
readonly dataTest?: string | undefined;
|
|
1993
|
-
};
|
|
1994
|
-
}, {}, {}, {}, {}>;
|
|
1995
|
-
__isFragment?: never;
|
|
1996
|
-
__isTeleport?: never;
|
|
1997
|
-
__isSuspense?: never;
|
|
1998
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1999
|
-
description: string;
|
|
2000
|
-
title: string;
|
|
2001
|
-
config: Record<string, any>;
|
|
2002
|
-
dataTest: string;
|
|
2003
|
-
$props: {
|
|
2004
|
-
readonly description?: string | undefined;
|
|
2005
|
-
readonly title?: string | undefined;
|
|
2006
|
-
readonly config?: Record<string, any> | undefined;
|
|
2007
|
-
readonly dataTest?: string | undefined;
|
|
2008
|
-
};
|
|
2009
|
-
}, {}, {}, {}, 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 () => {
|
|
2010
|
-
$slots: {
|
|
2011
|
-
"header-left-before"?(_: {}): any;
|
|
2012
|
-
"header-left"?(_: {}): any;
|
|
2013
|
-
"header-left-after"?(_: {}): any;
|
|
2014
|
-
"header-right"?(_: {}): any;
|
|
2015
|
-
default?(_: {}): any;
|
|
2016
|
-
"footer-left"?(_: {}): any;
|
|
2017
|
-
"footer-right"?(_: {}): any;
|
|
2018
|
-
};
|
|
2019
|
-
});
|
|
2020
|
-
UButton: {
|
|
2021
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2022
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2023
|
-
label: string;
|
|
2024
|
-
id: string;
|
|
2025
|
-
rightIcon: string;
|
|
2026
|
-
leftIcon: string;
|
|
2027
|
-
config: Record<string, any>;
|
|
2028
|
-
dataTest: string;
|
|
2029
|
-
icon: string;
|
|
2030
|
-
color?: string | undefined;
|
|
2031
|
-
disabled?: boolean | undefined;
|
|
2032
|
-
size?: string | undefined;
|
|
2033
|
-
square?: boolean | undefined;
|
|
2034
|
-
filled?: boolean | undefined;
|
|
2035
|
-
variant?: string | undefined;
|
|
2036
|
-
loading?: boolean | undefined;
|
|
2037
|
-
tag?: string | undefined;
|
|
2038
|
-
tabindex?: string | number | undefined;
|
|
2039
|
-
block?: boolean | undefined;
|
|
2040
|
-
round?: boolean | undefined;
|
|
2041
|
-
noRing?: boolean | undefined;
|
|
2042
|
-
$props: {
|
|
2043
|
-
readonly label?: string | undefined;
|
|
2044
|
-
readonly id?: string | undefined;
|
|
2045
|
-
readonly rightIcon?: string | undefined;
|
|
2046
|
-
readonly leftIcon?: string | undefined;
|
|
2047
|
-
readonly config?: Record<string, any> | undefined;
|
|
2048
|
-
readonly dataTest?: string | undefined;
|
|
2049
|
-
readonly icon?: string | undefined;
|
|
2050
|
-
readonly color?: string | undefined;
|
|
2051
|
-
readonly disabled?: boolean | undefined;
|
|
2052
|
-
readonly size?: string | undefined;
|
|
2053
|
-
readonly square?: boolean | undefined;
|
|
2054
|
-
readonly filled?: boolean | undefined;
|
|
2055
|
-
readonly variant?: string | undefined;
|
|
2056
|
-
readonly loading?: boolean | undefined;
|
|
2057
|
-
readonly tag?: string | undefined;
|
|
2058
|
-
readonly tabindex?: string | number | undefined;
|
|
2059
|
-
readonly block?: boolean | undefined;
|
|
2060
|
-
readonly round?: boolean | undefined;
|
|
2061
|
-
readonly noRing?: boolean | undefined;
|
|
2062
|
-
};
|
|
2063
|
-
}, {}, {}, {}, 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, {
|
|
2064
|
-
P: {};
|
|
2065
|
-
B: {};
|
|
2066
|
-
D: {};
|
|
2067
|
-
C: {};
|
|
2068
|
-
M: {};
|
|
2069
|
-
Defaults: {};
|
|
2070
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2071
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2072
|
-
label: string;
|
|
2073
|
-
id: string;
|
|
2074
|
-
rightIcon: string;
|
|
2075
|
-
leftIcon: string;
|
|
2076
|
-
config: Record<string, any>;
|
|
2077
|
-
dataTest: string;
|
|
2078
|
-
icon: string;
|
|
2079
|
-
color?: string | undefined;
|
|
2080
|
-
disabled?: boolean | undefined;
|
|
2081
|
-
size?: string | undefined;
|
|
2082
|
-
square?: boolean | undefined;
|
|
2083
|
-
filled?: boolean | undefined;
|
|
2084
|
-
variant?: string | undefined;
|
|
2085
|
-
loading?: boolean | undefined;
|
|
2086
|
-
tag?: string | undefined;
|
|
2087
|
-
tabindex?: string | number | undefined;
|
|
2088
|
-
block?: boolean | undefined;
|
|
2089
|
-
round?: boolean | undefined;
|
|
2090
|
-
noRing?: boolean | undefined;
|
|
2091
|
-
$props: {
|
|
2092
|
-
readonly label?: string | undefined;
|
|
2093
|
-
readonly id?: string | undefined;
|
|
2094
|
-
readonly rightIcon?: string | undefined;
|
|
2095
|
-
readonly leftIcon?: string | undefined;
|
|
2096
|
-
readonly config?: Record<string, any> | undefined;
|
|
2097
|
-
readonly dataTest?: string | undefined;
|
|
2098
|
-
readonly icon?: string | undefined;
|
|
2099
|
-
readonly color?: string | undefined;
|
|
2100
|
-
readonly disabled?: boolean | undefined;
|
|
2101
|
-
readonly size?: string | undefined;
|
|
2102
|
-
readonly square?: boolean | undefined;
|
|
2103
|
-
readonly filled?: boolean | undefined;
|
|
2104
|
-
readonly variant?: string | undefined;
|
|
2105
|
-
readonly loading?: boolean | undefined;
|
|
2106
|
-
readonly tag?: string | undefined;
|
|
2107
|
-
readonly tabindex?: string | number | undefined;
|
|
2108
|
-
readonly block?: boolean | undefined;
|
|
2109
|
-
readonly round?: boolean | undefined;
|
|
2110
|
-
readonly noRing?: boolean | undefined;
|
|
2111
|
-
};
|
|
2112
|
-
}, {}, {}, {}, {}>;
|
|
2113
|
-
__isFragment?: never;
|
|
2114
|
-
__isTeleport?: never;
|
|
2115
|
-
__isSuspense?: never;
|
|
2116
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2117
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2118
|
-
label: string;
|
|
2119
|
-
id: string;
|
|
2120
|
-
rightIcon: string;
|
|
2121
|
-
leftIcon: string;
|
|
2122
|
-
config: Record<string, any>;
|
|
2123
|
-
dataTest: string;
|
|
2124
|
-
icon: string;
|
|
2125
|
-
color?: string | undefined;
|
|
2126
|
-
disabled?: boolean | undefined;
|
|
2127
|
-
size?: string | undefined;
|
|
2128
|
-
square?: boolean | undefined;
|
|
2129
|
-
filled?: boolean | undefined;
|
|
2130
|
-
variant?: string | undefined;
|
|
2131
|
-
loading?: boolean | undefined;
|
|
2132
|
-
tag?: string | undefined;
|
|
2133
|
-
tabindex?: string | number | undefined;
|
|
2134
|
-
block?: boolean | undefined;
|
|
2135
|
-
round?: boolean | undefined;
|
|
2136
|
-
noRing?: boolean | undefined;
|
|
2137
|
-
$props: {
|
|
2138
|
-
readonly label?: string | undefined;
|
|
2139
|
-
readonly id?: string | undefined;
|
|
2140
|
-
readonly rightIcon?: string | undefined;
|
|
2141
|
-
readonly leftIcon?: string | undefined;
|
|
2142
|
-
readonly config?: Record<string, any> | undefined;
|
|
2143
|
-
readonly dataTest?: string | undefined;
|
|
2144
|
-
readonly icon?: string | undefined;
|
|
2145
|
-
readonly color?: string | undefined;
|
|
2146
|
-
readonly disabled?: boolean | undefined;
|
|
2147
|
-
readonly size?: string | undefined;
|
|
2148
|
-
readonly square?: boolean | undefined;
|
|
2149
|
-
readonly filled?: boolean | undefined;
|
|
2150
|
-
readonly variant?: string | undefined;
|
|
2151
|
-
readonly loading?: boolean | undefined;
|
|
2152
|
-
readonly tag?: string | undefined;
|
|
2153
|
-
readonly tabindex?: string | number | undefined;
|
|
2154
|
-
readonly block?: boolean | undefined;
|
|
2155
|
-
readonly round?: boolean | undefined;
|
|
2156
|
-
readonly noRing?: boolean | undefined;
|
|
2157
|
-
};
|
|
2158
|
-
}, {}, {}, {}, 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 () => {
|
|
2159
|
-
$slots: {
|
|
2160
|
-
left?(_: {
|
|
2161
|
-
iconName: string;
|
|
2162
|
-
iconSize: any;
|
|
2163
|
-
iconColor: string | undefined;
|
|
2164
|
-
}): any;
|
|
2165
|
-
default?(_: {
|
|
2166
|
-
label: string;
|
|
2167
|
-
iconName: string;
|
|
2168
|
-
iconSize: any;
|
|
2169
|
-
iconColor: string | undefined;
|
|
2170
|
-
}): any;
|
|
2171
|
-
right?(_: {
|
|
2172
|
-
iconName: string;
|
|
2173
|
-
iconSize: any;
|
|
2174
|
-
iconColor: string | undefined;
|
|
2175
|
-
}): any;
|
|
2176
|
-
};
|
|
2177
|
-
});
|
|
2178
|
-
UInput: {
|
|
2179
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2180
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2181
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2182
|
-
label: string;
|
|
2183
|
-
id: string;
|
|
2184
|
-
description: string;
|
|
2185
|
-
error: string;
|
|
2186
|
-
rightIcon: string;
|
|
2187
|
-
leftIcon: string;
|
|
2188
|
-
config: Record<string, any>;
|
|
2189
|
-
dataTest: string;
|
|
2190
|
-
modelValue: string | number;
|
|
2191
|
-
placeholder: string;
|
|
2192
|
-
maxLength: string | number;
|
|
2193
|
-
disabled?: boolean | undefined;
|
|
2194
|
-
size?: string | undefined;
|
|
2195
|
-
type?: string | undefined;
|
|
2196
|
-
labelAlign?: string | undefined;
|
|
2197
|
-
validationRule?: string | RegExp | undefined;
|
|
2198
|
-
inputmode?: string | undefined;
|
|
2199
|
-
readonly?: boolean | undefined;
|
|
2200
|
-
noAutocomplete?: boolean | undefined;
|
|
2201
|
-
$props: {
|
|
2202
|
-
readonly label?: string | undefined;
|
|
2203
|
-
readonly id?: string | undefined;
|
|
2204
|
-
readonly description?: string | undefined;
|
|
2205
|
-
readonly error?: string | undefined;
|
|
2206
|
-
readonly rightIcon?: string | undefined;
|
|
2207
|
-
readonly leftIcon?: string | undefined;
|
|
2208
|
-
readonly config?: Record<string, any> | undefined;
|
|
2209
|
-
readonly dataTest?: string | undefined;
|
|
2210
|
-
readonly modelValue?: string | number | undefined;
|
|
2211
|
-
readonly placeholder?: string | undefined;
|
|
2212
|
-
readonly maxLength?: string | number | undefined;
|
|
2213
|
-
readonly disabled?: boolean | undefined;
|
|
2214
|
-
readonly size?: string | undefined;
|
|
2215
|
-
readonly type?: string | undefined;
|
|
2216
|
-
readonly labelAlign?: string | undefined;
|
|
2217
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2218
|
-
readonly inputmode?: string | undefined;
|
|
2219
|
-
readonly readonly?: boolean | undefined;
|
|
2220
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2221
|
-
};
|
|
2222
|
-
}, {}, {}, {}, 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, {
|
|
2223
|
-
P: {};
|
|
2224
|
-
B: {};
|
|
2225
|
-
D: {};
|
|
2226
|
-
C: {};
|
|
2227
|
-
M: {};
|
|
2228
|
-
Defaults: {};
|
|
2229
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2230
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2231
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2232
|
-
label: string;
|
|
2233
|
-
id: string;
|
|
2234
|
-
description: string;
|
|
2235
|
-
error: string;
|
|
2236
|
-
rightIcon: string;
|
|
2237
|
-
leftIcon: string;
|
|
2238
|
-
config: Record<string, any>;
|
|
2239
|
-
dataTest: string;
|
|
2240
|
-
modelValue: string | number;
|
|
2241
|
-
placeholder: string;
|
|
2242
|
-
maxLength: string | number;
|
|
2243
|
-
disabled?: boolean | undefined;
|
|
2244
|
-
size?: string | undefined;
|
|
2245
|
-
type?: string | undefined;
|
|
2246
|
-
labelAlign?: string | undefined;
|
|
2247
|
-
validationRule?: string | RegExp | undefined;
|
|
2248
|
-
inputmode?: string | undefined;
|
|
2249
|
-
readonly?: boolean | undefined;
|
|
2250
|
-
noAutocomplete?: boolean | undefined;
|
|
2251
|
-
$props: {
|
|
2252
|
-
readonly label?: string | undefined;
|
|
2253
|
-
readonly id?: string | undefined;
|
|
2254
|
-
readonly description?: string | undefined;
|
|
2255
|
-
readonly error?: string | undefined;
|
|
2256
|
-
readonly rightIcon?: string | undefined;
|
|
2257
|
-
readonly leftIcon?: string | undefined;
|
|
2258
|
-
readonly config?: Record<string, any> | undefined;
|
|
2259
|
-
readonly dataTest?: string | undefined;
|
|
2260
|
-
readonly modelValue?: string | number | undefined;
|
|
2261
|
-
readonly placeholder?: string | undefined;
|
|
2262
|
-
readonly maxLength?: string | number | undefined;
|
|
2263
|
-
readonly disabled?: boolean | undefined;
|
|
2264
|
-
readonly size?: string | undefined;
|
|
2265
|
-
readonly type?: string | undefined;
|
|
2266
|
-
readonly labelAlign?: string | undefined;
|
|
2267
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2268
|
-
readonly inputmode?: string | undefined;
|
|
2269
|
-
readonly readonly?: boolean | undefined;
|
|
2270
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2271
|
-
};
|
|
2272
|
-
}, {}, {}, {}, {}>;
|
|
2273
|
-
__isFragment?: never;
|
|
2274
|
-
__isTeleport?: never;
|
|
2275
|
-
__isSuspense?: never;
|
|
2276
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2277
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2278
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2279
|
-
label: string;
|
|
2280
|
-
id: string;
|
|
2281
|
-
description: string;
|
|
2282
|
-
error: string;
|
|
2283
|
-
rightIcon: string;
|
|
2284
|
-
leftIcon: string;
|
|
2285
|
-
config: Record<string, any>;
|
|
2286
|
-
dataTest: string;
|
|
2287
|
-
modelValue: string | number;
|
|
2288
|
-
placeholder: string;
|
|
2289
|
-
maxLength: string | number;
|
|
2290
|
-
disabled?: boolean | undefined;
|
|
2291
|
-
size?: string | undefined;
|
|
2292
|
-
type?: string | undefined;
|
|
2293
|
-
labelAlign?: string | undefined;
|
|
2294
|
-
validationRule?: string | RegExp | undefined;
|
|
2295
|
-
inputmode?: string | undefined;
|
|
2296
|
-
readonly?: boolean | undefined;
|
|
2297
|
-
noAutocomplete?: boolean | undefined;
|
|
2298
|
-
$props: {
|
|
2299
|
-
readonly label?: string | undefined;
|
|
2300
|
-
readonly id?: string | undefined;
|
|
2301
|
-
readonly description?: string | undefined;
|
|
2302
|
-
readonly error?: string | undefined;
|
|
2303
|
-
readonly rightIcon?: string | undefined;
|
|
2304
|
-
readonly leftIcon?: string | undefined;
|
|
2305
|
-
readonly config?: Record<string, any> | undefined;
|
|
2306
|
-
readonly dataTest?: string | undefined;
|
|
2307
|
-
readonly modelValue?: string | number | undefined;
|
|
2308
|
-
readonly placeholder?: string | undefined;
|
|
2309
|
-
readonly maxLength?: string | number | undefined;
|
|
2310
|
-
readonly disabled?: boolean | undefined;
|
|
2311
|
-
readonly size?: string | undefined;
|
|
2312
|
-
readonly type?: string | undefined;
|
|
2313
|
-
readonly labelAlign?: string | undefined;
|
|
2314
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2315
|
-
readonly inputmode?: string | undefined;
|
|
2316
|
-
readonly readonly?: boolean | undefined;
|
|
2317
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2318
|
-
};
|
|
2319
|
-
}, {}, {}, {}, 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 () => {
|
|
2320
|
-
$slots: {
|
|
2321
|
-
left?(_: {}): any;
|
|
2322
|
-
"left-icon"?(_: {
|
|
2323
|
-
iconName: string;
|
|
2324
|
-
iconSize: any;
|
|
2325
|
-
}): any;
|
|
2326
|
-
"right-icon"?(_: {
|
|
2327
|
-
iconName: string;
|
|
2328
|
-
iconSize: any;
|
|
2329
|
-
}): any;
|
|
2330
|
-
right?(_: {}): any;
|
|
2331
|
-
};
|
|
2332
|
-
});
|
|
2333
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2334
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2335
|
-
config: Record<string, any>;
|
|
2336
|
-
name: string;
|
|
2337
|
-
src: Record<string, any>;
|
|
2338
|
-
tooltip: string;
|
|
2339
|
-
tooltipSettings: Record<string, any>;
|
|
2340
|
-
dataTest: string;
|
|
2341
|
-
internal: boolean;
|
|
2342
|
-
color?: string | undefined;
|
|
2343
|
-
size?: string | undefined;
|
|
2344
|
-
interactive?: boolean | undefined;
|
|
2345
|
-
variant?: string | undefined;
|
|
2346
|
-
$props: {
|
|
2347
|
-
readonly config?: Record<string, any> | undefined;
|
|
2348
|
-
readonly name?: string | undefined;
|
|
2349
|
-
readonly src?: Record<string, any> | undefined;
|
|
2350
|
-
readonly tooltip?: string | undefined;
|
|
2351
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2352
|
-
readonly dataTest?: string | undefined;
|
|
2353
|
-
readonly internal?: boolean | undefined;
|
|
2354
|
-
readonly color?: string | undefined;
|
|
2355
|
-
readonly size?: string | undefined;
|
|
2356
|
-
readonly interactive?: boolean | undefined;
|
|
2357
|
-
readonly variant?: string | undefined;
|
|
2358
|
-
};
|
|
2359
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2360
|
-
UHeader: {
|
|
2361
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2362
|
-
label: string;
|
|
2363
|
-
config: Record<string, any>;
|
|
2364
|
-
dataTest: string;
|
|
2365
|
-
color?: string | undefined;
|
|
2366
|
-
size?: string | undefined;
|
|
2367
|
-
line?: boolean | undefined;
|
|
2368
|
-
tag?: string | undefined;
|
|
2369
|
-
underlined?: boolean | undefined;
|
|
2370
|
-
$props: {
|
|
2371
|
-
readonly label?: string | undefined;
|
|
2372
|
-
readonly config?: Record<string, any> | undefined;
|
|
2373
|
-
readonly dataTest?: string | undefined;
|
|
2374
|
-
readonly color?: string | undefined;
|
|
2375
|
-
readonly size?: string | undefined;
|
|
2376
|
-
readonly line?: boolean | undefined;
|
|
2377
|
-
readonly tag?: string | undefined;
|
|
2378
|
-
readonly underlined?: boolean | undefined;
|
|
2379
|
-
};
|
|
2380
|
-
}, {}, {}, {}, 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, {
|
|
2381
|
-
P: {};
|
|
2382
|
-
B: {};
|
|
2383
|
-
D: {};
|
|
2384
|
-
C: {};
|
|
2385
|
-
M: {};
|
|
2386
|
-
Defaults: {};
|
|
2387
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2388
|
-
label: string;
|
|
2389
|
-
config: Record<string, any>;
|
|
2390
|
-
dataTest: string;
|
|
2391
|
-
color?: string | undefined;
|
|
2392
|
-
size?: string | undefined;
|
|
2393
|
-
line?: boolean | undefined;
|
|
2394
|
-
tag?: string | undefined;
|
|
2395
|
-
underlined?: boolean | undefined;
|
|
2396
|
-
$props: {
|
|
2397
|
-
readonly label?: string | undefined;
|
|
2398
|
-
readonly config?: Record<string, any> | undefined;
|
|
2399
|
-
readonly dataTest?: string | undefined;
|
|
2400
|
-
readonly color?: string | undefined;
|
|
2401
|
-
readonly size?: string | undefined;
|
|
2402
|
-
readonly line?: boolean | undefined;
|
|
2403
|
-
readonly tag?: string | undefined;
|
|
2404
|
-
readonly underlined?: boolean | undefined;
|
|
2405
|
-
};
|
|
2406
|
-
}, {}, {}, {}, {}>;
|
|
2407
|
-
__isFragment?: never;
|
|
2408
|
-
__isTeleport?: never;
|
|
2409
|
-
__isSuspense?: never;
|
|
2410
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2411
|
-
label: string;
|
|
2412
|
-
config: Record<string, any>;
|
|
2413
|
-
dataTest: string;
|
|
2414
|
-
color?: string | undefined;
|
|
2415
|
-
size?: string | undefined;
|
|
2416
|
-
line?: boolean | undefined;
|
|
2417
|
-
tag?: string | undefined;
|
|
2418
|
-
underlined?: boolean | undefined;
|
|
2419
|
-
$props: {
|
|
2420
|
-
readonly label?: string | undefined;
|
|
2421
|
-
readonly config?: Record<string, any> | undefined;
|
|
2422
|
-
readonly dataTest?: string | undefined;
|
|
2423
|
-
readonly color?: string | undefined;
|
|
2424
|
-
readonly size?: string | undefined;
|
|
2425
|
-
readonly line?: boolean | undefined;
|
|
2426
|
-
readonly tag?: string | undefined;
|
|
2427
|
-
readonly underlined?: boolean | undefined;
|
|
2428
|
-
};
|
|
2429
|
-
}, {}, {}, {}, 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 () => {
|
|
2430
|
-
$slots: {
|
|
2431
|
-
default?(_: {}): any;
|
|
2432
|
-
};
|
|
2433
|
-
});
|
|
2434
|
-
};
|
|
2435
|
-
setup(): {
|
|
2436
|
-
args: any;
|
|
2437
|
-
slots: any;
|
|
2438
|
-
};
|
|
2439
|
-
template: string;
|
|
2440
|
-
};
|
|
2441
|
-
export namespace SlotHeaderLeftAfter {
|
|
2442
|
-
export namespace args_5 {
|
|
2443
|
-
let slotTemplate_2: string;
|
|
2444
|
-
export { slotTemplate_2 as slotTemplate };
|
|
2445
|
-
}
|
|
2446
|
-
export { args_5 as args };
|
|
2447
|
-
}
|
|
2448
|
-
export function SlotHeaderRight(args: any): {
|
|
2449
|
-
components: {
|
|
2450
|
-
UCard: {
|
|
2451
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2452
|
-
description: string;
|
|
2453
|
-
title: string;
|
|
2454
|
-
config: Record<string, any>;
|
|
2455
|
-
dataTest: string;
|
|
2456
|
-
$props: {
|
|
2457
|
-
readonly description?: string | undefined;
|
|
2458
|
-
readonly title?: string | undefined;
|
|
2459
|
-
readonly config?: Record<string, any> | undefined;
|
|
2460
|
-
readonly dataTest?: string | undefined;
|
|
2461
|
-
};
|
|
2462
|
-
}, {}, {}, {}, 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, {
|
|
2463
|
-
P: {};
|
|
2464
|
-
B: {};
|
|
2465
|
-
D: {};
|
|
2466
|
-
C: {};
|
|
2467
|
-
M: {};
|
|
2468
|
-
Defaults: {};
|
|
2469
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2470
|
-
description: string;
|
|
2471
|
-
title: string;
|
|
2472
|
-
config: Record<string, any>;
|
|
2473
|
-
dataTest: string;
|
|
2474
|
-
$props: {
|
|
2475
|
-
readonly description?: string | undefined;
|
|
2476
|
-
readonly title?: string | undefined;
|
|
2477
|
-
readonly config?: Record<string, any> | undefined;
|
|
2478
|
-
readonly dataTest?: string | undefined;
|
|
2479
|
-
};
|
|
2480
|
-
}, {}, {}, {}, {}>;
|
|
2481
|
-
__isFragment?: never;
|
|
2482
|
-
__isTeleport?: never;
|
|
2483
|
-
__isSuspense?: never;
|
|
2484
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2485
|
-
description: string;
|
|
2486
|
-
title: string;
|
|
2487
|
-
config: Record<string, any>;
|
|
2488
|
-
dataTest: string;
|
|
2489
|
-
$props: {
|
|
2490
|
-
readonly description?: string | undefined;
|
|
2491
|
-
readonly title?: string | undefined;
|
|
2492
|
-
readonly config?: Record<string, any> | undefined;
|
|
2493
|
-
readonly dataTest?: string | undefined;
|
|
2494
|
-
};
|
|
2495
|
-
}, {}, {}, {}, 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 () => {
|
|
2496
|
-
$slots: {
|
|
2497
|
-
"header-left-before"?(_: {}): any;
|
|
2498
|
-
"header-left"?(_: {}): any;
|
|
2499
|
-
"header-left-after"?(_: {}): any;
|
|
2500
|
-
"header-right"?(_: {}): any;
|
|
2501
|
-
default?(_: {}): any;
|
|
2502
|
-
"footer-left"?(_: {}): any;
|
|
2503
|
-
"footer-right"?(_: {}): any;
|
|
2504
|
-
};
|
|
2505
|
-
});
|
|
2506
|
-
UButton: {
|
|
2507
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2508
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2509
|
-
label: string;
|
|
2510
|
-
id: string;
|
|
2511
|
-
rightIcon: string;
|
|
2512
|
-
leftIcon: string;
|
|
2513
|
-
config: Record<string, any>;
|
|
2514
|
-
dataTest: string;
|
|
2515
|
-
icon: string;
|
|
2516
|
-
color?: string | undefined;
|
|
2517
|
-
disabled?: boolean | undefined;
|
|
2518
|
-
size?: string | undefined;
|
|
2519
|
-
square?: boolean | undefined;
|
|
2520
|
-
filled?: boolean | undefined;
|
|
2521
|
-
variant?: string | undefined;
|
|
2522
|
-
loading?: boolean | undefined;
|
|
2523
|
-
tag?: string | undefined;
|
|
2524
|
-
tabindex?: string | number | undefined;
|
|
2525
|
-
block?: boolean | undefined;
|
|
2526
|
-
round?: boolean | undefined;
|
|
2527
|
-
noRing?: boolean | undefined;
|
|
2528
|
-
$props: {
|
|
2529
|
-
readonly label?: string | undefined;
|
|
2530
|
-
readonly id?: string | undefined;
|
|
2531
|
-
readonly rightIcon?: string | undefined;
|
|
2532
|
-
readonly leftIcon?: string | undefined;
|
|
2533
|
-
readonly config?: Record<string, any> | undefined;
|
|
2534
|
-
readonly dataTest?: string | undefined;
|
|
2535
|
-
readonly icon?: string | undefined;
|
|
2536
|
-
readonly color?: string | undefined;
|
|
2537
|
-
readonly disabled?: boolean | undefined;
|
|
2538
|
-
readonly size?: string | undefined;
|
|
2539
|
-
readonly square?: boolean | undefined;
|
|
2540
|
-
readonly filled?: boolean | undefined;
|
|
2541
|
-
readonly variant?: string | undefined;
|
|
2542
|
-
readonly loading?: boolean | undefined;
|
|
2543
|
-
readonly tag?: string | undefined;
|
|
2544
|
-
readonly tabindex?: string | number | undefined;
|
|
2545
|
-
readonly block?: boolean | undefined;
|
|
2546
|
-
readonly round?: boolean | undefined;
|
|
2547
|
-
readonly noRing?: boolean | undefined;
|
|
2548
|
-
};
|
|
2549
|
-
}, {}, {}, {}, 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, {
|
|
2550
|
-
P: {};
|
|
2551
|
-
B: {};
|
|
2552
|
-
D: {};
|
|
2553
|
-
C: {};
|
|
2554
|
-
M: {};
|
|
2555
|
-
Defaults: {};
|
|
2556
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2557
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2558
|
-
label: string;
|
|
2559
|
-
id: string;
|
|
2560
|
-
rightIcon: string;
|
|
2561
|
-
leftIcon: string;
|
|
2562
|
-
config: Record<string, any>;
|
|
2563
|
-
dataTest: string;
|
|
2564
|
-
icon: string;
|
|
2565
|
-
color?: string | undefined;
|
|
2566
|
-
disabled?: boolean | undefined;
|
|
2567
|
-
size?: string | undefined;
|
|
2568
|
-
square?: boolean | undefined;
|
|
2569
|
-
filled?: boolean | undefined;
|
|
2570
|
-
variant?: string | undefined;
|
|
2571
|
-
loading?: boolean | undefined;
|
|
2572
|
-
tag?: string | undefined;
|
|
2573
|
-
tabindex?: string | number | undefined;
|
|
2574
|
-
block?: boolean | undefined;
|
|
2575
|
-
round?: boolean | undefined;
|
|
2576
|
-
noRing?: boolean | undefined;
|
|
2577
|
-
$props: {
|
|
2578
|
-
readonly label?: string | undefined;
|
|
2579
|
-
readonly id?: string | undefined;
|
|
2580
|
-
readonly rightIcon?: string | undefined;
|
|
2581
|
-
readonly leftIcon?: string | undefined;
|
|
2582
|
-
readonly config?: Record<string, any> | undefined;
|
|
2583
|
-
readonly dataTest?: string | undefined;
|
|
2584
|
-
readonly icon?: string | undefined;
|
|
2585
|
-
readonly color?: string | undefined;
|
|
2586
|
-
readonly disabled?: boolean | undefined;
|
|
2587
|
-
readonly size?: string | undefined;
|
|
2588
|
-
readonly square?: boolean | undefined;
|
|
2589
|
-
readonly filled?: boolean | undefined;
|
|
2590
|
-
readonly variant?: string | undefined;
|
|
2591
|
-
readonly loading?: boolean | undefined;
|
|
2592
|
-
readonly tag?: string | undefined;
|
|
2593
|
-
readonly tabindex?: string | number | undefined;
|
|
2594
|
-
readonly block?: boolean | undefined;
|
|
2595
|
-
readonly round?: boolean | undefined;
|
|
2596
|
-
readonly noRing?: boolean | undefined;
|
|
2597
|
-
};
|
|
2598
|
-
}, {}, {}, {}, {}>;
|
|
2599
|
-
__isFragment?: never;
|
|
2600
|
-
__isTeleport?: never;
|
|
2601
|
-
__isSuspense?: never;
|
|
2602
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2603
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2604
|
-
label: string;
|
|
2605
|
-
id: string;
|
|
2606
|
-
rightIcon: string;
|
|
2607
|
-
leftIcon: string;
|
|
2608
|
-
config: Record<string, any>;
|
|
2609
|
-
dataTest: string;
|
|
2610
|
-
icon: string;
|
|
2611
|
-
color?: string | undefined;
|
|
2612
|
-
disabled?: boolean | undefined;
|
|
2613
|
-
size?: string | undefined;
|
|
2614
|
-
square?: boolean | undefined;
|
|
2615
|
-
filled?: boolean | undefined;
|
|
2616
|
-
variant?: string | undefined;
|
|
2617
|
-
loading?: boolean | undefined;
|
|
2618
|
-
tag?: string | undefined;
|
|
2619
|
-
tabindex?: string | number | undefined;
|
|
2620
|
-
block?: boolean | undefined;
|
|
2621
|
-
round?: boolean | undefined;
|
|
2622
|
-
noRing?: boolean | undefined;
|
|
2623
|
-
$props: {
|
|
2624
|
-
readonly label?: string | undefined;
|
|
2625
|
-
readonly id?: string | undefined;
|
|
2626
|
-
readonly rightIcon?: string | undefined;
|
|
2627
|
-
readonly leftIcon?: string | undefined;
|
|
2628
|
-
readonly config?: Record<string, any> | undefined;
|
|
2629
|
-
readonly dataTest?: string | undefined;
|
|
2630
|
-
readonly icon?: string | undefined;
|
|
2631
|
-
readonly color?: string | undefined;
|
|
2632
|
-
readonly disabled?: boolean | undefined;
|
|
2633
|
-
readonly size?: string | undefined;
|
|
2634
|
-
readonly square?: boolean | undefined;
|
|
2635
|
-
readonly filled?: boolean | undefined;
|
|
2636
|
-
readonly variant?: string | undefined;
|
|
2637
|
-
readonly loading?: boolean | undefined;
|
|
2638
|
-
readonly tag?: string | undefined;
|
|
2639
|
-
readonly tabindex?: string | number | undefined;
|
|
2640
|
-
readonly block?: boolean | undefined;
|
|
2641
|
-
readonly round?: boolean | undefined;
|
|
2642
|
-
readonly noRing?: boolean | undefined;
|
|
2643
|
-
};
|
|
2644
|
-
}, {}, {}, {}, 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 () => {
|
|
2645
|
-
$slots: {
|
|
2646
|
-
left?(_: {
|
|
2647
|
-
iconName: string;
|
|
2648
|
-
iconSize: any;
|
|
2649
|
-
iconColor: string | undefined;
|
|
2650
|
-
}): any;
|
|
2651
|
-
default?(_: {
|
|
2652
|
-
label: string;
|
|
2653
|
-
iconName: string;
|
|
2654
|
-
iconSize: any;
|
|
2655
|
-
iconColor: string | undefined;
|
|
2656
|
-
}): any;
|
|
2657
|
-
right?(_: {
|
|
2658
|
-
iconName: string;
|
|
2659
|
-
iconSize: any;
|
|
2660
|
-
iconColor: string | undefined;
|
|
2661
|
-
}): any;
|
|
2662
|
-
};
|
|
2663
|
-
});
|
|
2664
|
-
UInput: {
|
|
2665
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2666
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2667
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2668
|
-
label: string;
|
|
2669
|
-
id: string;
|
|
2670
|
-
description: string;
|
|
2671
|
-
error: string;
|
|
2672
|
-
rightIcon: string;
|
|
2673
|
-
leftIcon: string;
|
|
2674
|
-
config: Record<string, any>;
|
|
2675
|
-
dataTest: string;
|
|
2676
|
-
modelValue: string | number;
|
|
2677
|
-
placeholder: string;
|
|
2678
|
-
maxLength: string | number;
|
|
2679
|
-
disabled?: boolean | undefined;
|
|
2680
|
-
size?: string | undefined;
|
|
2681
|
-
type?: string | undefined;
|
|
2682
|
-
labelAlign?: string | undefined;
|
|
2683
|
-
validationRule?: string | RegExp | undefined;
|
|
2684
|
-
inputmode?: string | undefined;
|
|
2685
|
-
readonly?: boolean | undefined;
|
|
2686
|
-
noAutocomplete?: boolean | undefined;
|
|
2687
|
-
$props: {
|
|
2688
|
-
readonly label?: string | undefined;
|
|
2689
|
-
readonly id?: string | undefined;
|
|
2690
|
-
readonly description?: string | undefined;
|
|
2691
|
-
readonly error?: string | undefined;
|
|
2692
|
-
readonly rightIcon?: string | undefined;
|
|
2693
|
-
readonly leftIcon?: string | undefined;
|
|
2694
|
-
readonly config?: Record<string, any> | undefined;
|
|
2695
|
-
readonly dataTest?: string | undefined;
|
|
2696
|
-
readonly modelValue?: string | number | undefined;
|
|
2697
|
-
readonly placeholder?: string | undefined;
|
|
2698
|
-
readonly maxLength?: string | number | undefined;
|
|
2699
|
-
readonly disabled?: boolean | undefined;
|
|
2700
|
-
readonly size?: string | undefined;
|
|
2701
|
-
readonly type?: string | undefined;
|
|
2702
|
-
readonly labelAlign?: string | undefined;
|
|
2703
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2704
|
-
readonly inputmode?: string | undefined;
|
|
2705
|
-
readonly readonly?: boolean | undefined;
|
|
2706
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2707
|
-
};
|
|
2708
|
-
}, {}, {}, {}, 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, {
|
|
2709
|
-
P: {};
|
|
2710
|
-
B: {};
|
|
2711
|
-
D: {};
|
|
2712
|
-
C: {};
|
|
2713
|
-
M: {};
|
|
2714
|
-
Defaults: {};
|
|
2715
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2716
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2717
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2718
|
-
label: string;
|
|
2719
|
-
id: string;
|
|
2720
|
-
description: string;
|
|
2721
|
-
error: string;
|
|
2722
|
-
rightIcon: string;
|
|
2723
|
-
leftIcon: string;
|
|
2724
|
-
config: Record<string, any>;
|
|
2725
|
-
dataTest: string;
|
|
2726
|
-
modelValue: string | number;
|
|
2727
|
-
placeholder: string;
|
|
2728
|
-
maxLength: string | number;
|
|
2729
|
-
disabled?: boolean | undefined;
|
|
2730
|
-
size?: string | undefined;
|
|
2731
|
-
type?: string | undefined;
|
|
2732
|
-
labelAlign?: string | undefined;
|
|
2733
|
-
validationRule?: string | RegExp | undefined;
|
|
2734
|
-
inputmode?: string | undefined;
|
|
2735
|
-
readonly?: boolean | undefined;
|
|
2736
|
-
noAutocomplete?: boolean | undefined;
|
|
2737
|
-
$props: {
|
|
2738
|
-
readonly label?: string | undefined;
|
|
2739
|
-
readonly id?: string | undefined;
|
|
2740
|
-
readonly description?: string | undefined;
|
|
2741
|
-
readonly error?: string | undefined;
|
|
2742
|
-
readonly rightIcon?: string | undefined;
|
|
2743
|
-
readonly leftIcon?: string | undefined;
|
|
2744
|
-
readonly config?: Record<string, any> | undefined;
|
|
2745
|
-
readonly dataTest?: string | undefined;
|
|
2746
|
-
readonly modelValue?: string | number | undefined;
|
|
2747
|
-
readonly placeholder?: string | undefined;
|
|
2748
|
-
readonly maxLength?: string | number | undefined;
|
|
2749
|
-
readonly disabled?: boolean | undefined;
|
|
2750
|
-
readonly size?: string | undefined;
|
|
2751
|
-
readonly type?: string | undefined;
|
|
2752
|
-
readonly labelAlign?: string | undefined;
|
|
2753
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2754
|
-
readonly inputmode?: string | undefined;
|
|
2755
|
-
readonly readonly?: boolean | undefined;
|
|
2756
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2757
|
-
};
|
|
2758
|
-
}, {}, {}, {}, {}>;
|
|
2759
|
-
__isFragment?: never;
|
|
2760
|
-
__isTeleport?: never;
|
|
2761
|
-
__isSuspense?: never;
|
|
2762
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2763
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2764
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2765
|
-
label: string;
|
|
2766
|
-
id: string;
|
|
2767
|
-
description: string;
|
|
2768
|
-
error: string;
|
|
2769
|
-
rightIcon: string;
|
|
2770
|
-
leftIcon: string;
|
|
2771
|
-
config: Record<string, any>;
|
|
2772
|
-
dataTest: string;
|
|
2773
|
-
modelValue: string | number;
|
|
2774
|
-
placeholder: string;
|
|
2775
|
-
maxLength: string | number;
|
|
2776
|
-
disabled?: boolean | undefined;
|
|
2777
|
-
size?: string | undefined;
|
|
2778
|
-
type?: string | undefined;
|
|
2779
|
-
labelAlign?: string | undefined;
|
|
2780
|
-
validationRule?: string | RegExp | undefined;
|
|
2781
|
-
inputmode?: string | undefined;
|
|
2782
|
-
readonly?: boolean | undefined;
|
|
2783
|
-
noAutocomplete?: boolean | undefined;
|
|
2784
|
-
$props: {
|
|
2785
|
-
readonly label?: string | undefined;
|
|
2786
|
-
readonly id?: string | undefined;
|
|
2787
|
-
readonly description?: string | undefined;
|
|
2788
|
-
readonly error?: string | undefined;
|
|
2789
|
-
readonly rightIcon?: string | undefined;
|
|
2790
|
-
readonly leftIcon?: string | undefined;
|
|
2791
|
-
readonly config?: Record<string, any> | undefined;
|
|
2792
|
-
readonly dataTest?: string | undefined;
|
|
2793
|
-
readonly modelValue?: string | number | undefined;
|
|
2794
|
-
readonly placeholder?: string | undefined;
|
|
2795
|
-
readonly maxLength?: string | number | undefined;
|
|
2796
|
-
readonly disabled?: boolean | undefined;
|
|
2797
|
-
readonly size?: string | undefined;
|
|
2798
|
-
readonly type?: string | undefined;
|
|
2799
|
-
readonly labelAlign?: string | undefined;
|
|
2800
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2801
|
-
readonly inputmode?: string | undefined;
|
|
2802
|
-
readonly readonly?: boolean | undefined;
|
|
2803
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2804
|
-
};
|
|
2805
|
-
}, {}, {}, {}, 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 () => {
|
|
2806
|
-
$slots: {
|
|
2807
|
-
left?(_: {}): any;
|
|
2808
|
-
"left-icon"?(_: {
|
|
2809
|
-
iconName: string;
|
|
2810
|
-
iconSize: any;
|
|
2811
|
-
}): any;
|
|
2812
|
-
"right-icon"?(_: {
|
|
2813
|
-
iconName: string;
|
|
2814
|
-
iconSize: any;
|
|
2815
|
-
}): any;
|
|
2816
|
-
right?(_: {}): any;
|
|
2817
|
-
};
|
|
2818
|
-
});
|
|
2819
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
2820
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
2821
|
-
config: Record<string, any>;
|
|
2822
|
-
name: string;
|
|
2823
|
-
src: Record<string, any>;
|
|
2824
|
-
tooltip: string;
|
|
2825
|
-
tooltipSettings: Record<string, any>;
|
|
2826
|
-
dataTest: string;
|
|
2827
|
-
internal: boolean;
|
|
2828
|
-
color?: string | undefined;
|
|
2829
|
-
size?: string | undefined;
|
|
2830
|
-
interactive?: boolean | undefined;
|
|
2831
|
-
variant?: string | undefined;
|
|
2832
|
-
$props: {
|
|
2833
|
-
readonly config?: Record<string, any> | undefined;
|
|
2834
|
-
readonly name?: string | undefined;
|
|
2835
|
-
readonly src?: Record<string, any> | undefined;
|
|
2836
|
-
readonly tooltip?: string | undefined;
|
|
2837
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
2838
|
-
readonly dataTest?: string | undefined;
|
|
2839
|
-
readonly internal?: boolean | undefined;
|
|
2840
|
-
readonly color?: string | undefined;
|
|
2841
|
-
readonly size?: string | undefined;
|
|
2842
|
-
readonly interactive?: boolean | undefined;
|
|
2843
|
-
readonly variant?: string | undefined;
|
|
2844
|
-
};
|
|
2845
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2846
|
-
UHeader: {
|
|
2847
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2848
|
-
label: string;
|
|
2849
|
-
config: Record<string, any>;
|
|
2850
|
-
dataTest: string;
|
|
2851
|
-
color?: string | undefined;
|
|
2852
|
-
size?: string | undefined;
|
|
2853
|
-
line?: boolean | undefined;
|
|
2854
|
-
tag?: string | undefined;
|
|
2855
|
-
underlined?: boolean | undefined;
|
|
2856
|
-
$props: {
|
|
2857
|
-
readonly label?: string | undefined;
|
|
2858
|
-
readonly config?: Record<string, any> | undefined;
|
|
2859
|
-
readonly dataTest?: string | undefined;
|
|
2860
|
-
readonly color?: string | undefined;
|
|
2861
|
-
readonly size?: string | undefined;
|
|
2862
|
-
readonly line?: boolean | undefined;
|
|
2863
|
-
readonly tag?: string | undefined;
|
|
2864
|
-
readonly underlined?: boolean | undefined;
|
|
2865
|
-
};
|
|
2866
|
-
}, {}, {}, {}, 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, {
|
|
2867
|
-
P: {};
|
|
2868
|
-
B: {};
|
|
2869
|
-
D: {};
|
|
2870
|
-
C: {};
|
|
2871
|
-
M: {};
|
|
2872
|
-
Defaults: {};
|
|
2873
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2874
|
-
label: string;
|
|
2875
|
-
config: Record<string, any>;
|
|
2876
|
-
dataTest: string;
|
|
2877
|
-
color?: string | undefined;
|
|
2878
|
-
size?: string | undefined;
|
|
2879
|
-
line?: boolean | undefined;
|
|
2880
|
-
tag?: string | undefined;
|
|
2881
|
-
underlined?: boolean | undefined;
|
|
2882
|
-
$props: {
|
|
2883
|
-
readonly label?: string | undefined;
|
|
2884
|
-
readonly config?: Record<string, any> | undefined;
|
|
2885
|
-
readonly dataTest?: string | undefined;
|
|
2886
|
-
readonly color?: string | undefined;
|
|
2887
|
-
readonly size?: string | undefined;
|
|
2888
|
-
readonly line?: boolean | undefined;
|
|
2889
|
-
readonly tag?: string | undefined;
|
|
2890
|
-
readonly underlined?: boolean | undefined;
|
|
2891
|
-
};
|
|
2892
|
-
}, {}, {}, {}, {}>;
|
|
2893
|
-
__isFragment?: never;
|
|
2894
|
-
__isTeleport?: never;
|
|
2895
|
-
__isSuspense?: never;
|
|
2896
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2897
|
-
label: string;
|
|
2898
|
-
config: Record<string, any>;
|
|
2899
|
-
dataTest: string;
|
|
2900
|
-
color?: string | undefined;
|
|
2901
|
-
size?: string | undefined;
|
|
2902
|
-
line?: boolean | undefined;
|
|
2903
|
-
tag?: string | undefined;
|
|
2904
|
-
underlined?: boolean | undefined;
|
|
2905
|
-
$props: {
|
|
2906
|
-
readonly label?: string | undefined;
|
|
2907
|
-
readonly config?: Record<string, any> | undefined;
|
|
2908
|
-
readonly dataTest?: string | undefined;
|
|
2909
|
-
readonly color?: string | undefined;
|
|
2910
|
-
readonly size?: string | undefined;
|
|
2911
|
-
readonly line?: boolean | undefined;
|
|
2912
|
-
readonly tag?: string | undefined;
|
|
2913
|
-
readonly underlined?: boolean | undefined;
|
|
2914
|
-
};
|
|
2915
|
-
}, {}, {}, {}, 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 () => {
|
|
2916
|
-
$slots: {
|
|
2917
|
-
default?(_: {}): any;
|
|
2918
|
-
};
|
|
2919
|
-
});
|
|
2920
|
-
};
|
|
2921
|
-
setup(): {
|
|
2922
|
-
args: any;
|
|
2923
|
-
slots: any;
|
|
2924
|
-
};
|
|
2925
|
-
template: string;
|
|
2926
|
-
};
|
|
2927
|
-
export namespace SlotHeaderRight {
|
|
2928
|
-
export namespace args_6 {
|
|
2929
|
-
let slotTemplate_3: string;
|
|
2930
|
-
export { slotTemplate_3 as slotTemplate };
|
|
2931
|
-
}
|
|
2932
|
-
export { args_6 as args };
|
|
2933
|
-
}
|
|
2934
|
-
export function SlotFooterLeft(args: any): {
|
|
2935
|
-
components: {
|
|
2936
|
-
UCard: {
|
|
2937
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2938
|
-
description: string;
|
|
2939
|
-
title: string;
|
|
2940
|
-
config: Record<string, any>;
|
|
2941
|
-
dataTest: string;
|
|
2942
|
-
$props: {
|
|
2943
|
-
readonly description?: string | undefined;
|
|
2944
|
-
readonly title?: string | undefined;
|
|
2945
|
-
readonly config?: Record<string, any> | undefined;
|
|
2946
|
-
readonly dataTest?: string | undefined;
|
|
2947
|
-
};
|
|
2948
|
-
}, {}, {}, {}, 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, {
|
|
2949
|
-
P: {};
|
|
2950
|
-
B: {};
|
|
2951
|
-
D: {};
|
|
2952
|
-
C: {};
|
|
2953
|
-
M: {};
|
|
2954
|
-
Defaults: {};
|
|
2955
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2956
|
-
description: string;
|
|
2957
|
-
title: string;
|
|
2958
|
-
config: Record<string, any>;
|
|
2959
|
-
dataTest: string;
|
|
2960
|
-
$props: {
|
|
2961
|
-
readonly description?: string | undefined;
|
|
2962
|
-
readonly title?: string | undefined;
|
|
2963
|
-
readonly config?: Record<string, any> | undefined;
|
|
2964
|
-
readonly dataTest?: string | undefined;
|
|
2965
|
-
};
|
|
2966
|
-
}, {}, {}, {}, {}>;
|
|
2967
|
-
__isFragment?: never;
|
|
2968
|
-
__isTeleport?: never;
|
|
2969
|
-
__isSuspense?: never;
|
|
2970
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2971
|
-
description: string;
|
|
2972
|
-
title: string;
|
|
2973
|
-
config: Record<string, any>;
|
|
2974
|
-
dataTest: string;
|
|
2975
|
-
$props: {
|
|
2976
|
-
readonly description?: string | undefined;
|
|
2977
|
-
readonly title?: string | undefined;
|
|
2978
|
-
readonly config?: Record<string, any> | undefined;
|
|
2979
|
-
readonly dataTest?: string | undefined;
|
|
2980
|
-
};
|
|
2981
|
-
}, {}, {}, {}, 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 () => {
|
|
2982
|
-
$slots: {
|
|
2983
|
-
"header-left-before"?(_: {}): any;
|
|
2984
|
-
"header-left"?(_: {}): any;
|
|
2985
|
-
"header-left-after"?(_: {}): any;
|
|
2986
|
-
"header-right"?(_: {}): any;
|
|
2987
|
-
default?(_: {}): any;
|
|
2988
|
-
"footer-left"?(_: {}): any;
|
|
2989
|
-
"footer-right"?(_: {}): any;
|
|
2990
|
-
};
|
|
2991
|
-
});
|
|
2992
|
-
UButton: {
|
|
2993
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2994
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2995
|
-
label: string;
|
|
2996
|
-
id: string;
|
|
2997
|
-
rightIcon: string;
|
|
2998
|
-
leftIcon: string;
|
|
2999
|
-
config: Record<string, any>;
|
|
3000
|
-
dataTest: string;
|
|
3001
|
-
icon: string;
|
|
3002
|
-
color?: string | undefined;
|
|
3003
|
-
disabled?: boolean | undefined;
|
|
3004
|
-
size?: string | undefined;
|
|
3005
|
-
square?: boolean | undefined;
|
|
3006
|
-
filled?: boolean | undefined;
|
|
3007
|
-
variant?: string | undefined;
|
|
3008
|
-
loading?: boolean | undefined;
|
|
3009
|
-
tag?: string | undefined;
|
|
3010
|
-
tabindex?: string | number | undefined;
|
|
3011
|
-
block?: boolean | undefined;
|
|
3012
|
-
round?: boolean | undefined;
|
|
3013
|
-
noRing?: boolean | undefined;
|
|
3014
|
-
$props: {
|
|
3015
|
-
readonly label?: string | undefined;
|
|
3016
|
-
readonly id?: string | undefined;
|
|
3017
|
-
readonly rightIcon?: string | undefined;
|
|
3018
|
-
readonly leftIcon?: string | undefined;
|
|
3019
|
-
readonly config?: Record<string, any> | undefined;
|
|
3020
|
-
readonly dataTest?: string | undefined;
|
|
3021
|
-
readonly icon?: string | undefined;
|
|
3022
|
-
readonly color?: string | undefined;
|
|
3023
|
-
readonly disabled?: boolean | undefined;
|
|
3024
|
-
readonly size?: string | undefined;
|
|
3025
|
-
readonly square?: boolean | undefined;
|
|
3026
|
-
readonly filled?: boolean | undefined;
|
|
3027
|
-
readonly variant?: string | undefined;
|
|
3028
|
-
readonly loading?: boolean | undefined;
|
|
3029
|
-
readonly tag?: string | undefined;
|
|
3030
|
-
readonly tabindex?: string | number | undefined;
|
|
3031
|
-
readonly block?: boolean | undefined;
|
|
3032
|
-
readonly round?: boolean | undefined;
|
|
3033
|
-
readonly noRing?: boolean | undefined;
|
|
3034
|
-
};
|
|
3035
|
-
}, {}, {}, {}, 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, {
|
|
3036
|
-
P: {};
|
|
3037
|
-
B: {};
|
|
3038
|
-
D: {};
|
|
3039
|
-
C: {};
|
|
3040
|
-
M: {};
|
|
3041
|
-
Defaults: {};
|
|
3042
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3043
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
3044
|
-
label: string;
|
|
3045
|
-
id: string;
|
|
3046
|
-
rightIcon: string;
|
|
3047
|
-
leftIcon: string;
|
|
3048
|
-
config: Record<string, any>;
|
|
3049
|
-
dataTest: string;
|
|
3050
|
-
icon: string;
|
|
3051
|
-
color?: string | undefined;
|
|
3052
|
-
disabled?: boolean | undefined;
|
|
3053
|
-
size?: string | undefined;
|
|
3054
|
-
square?: boolean | undefined;
|
|
3055
|
-
filled?: boolean | undefined;
|
|
3056
|
-
variant?: string | undefined;
|
|
3057
|
-
loading?: boolean | undefined;
|
|
3058
|
-
tag?: string | undefined;
|
|
3059
|
-
tabindex?: string | number | undefined;
|
|
3060
|
-
block?: boolean | undefined;
|
|
3061
|
-
round?: boolean | undefined;
|
|
3062
|
-
noRing?: boolean | undefined;
|
|
3063
|
-
$props: {
|
|
3064
|
-
readonly label?: string | undefined;
|
|
3065
|
-
readonly id?: string | undefined;
|
|
3066
|
-
readonly rightIcon?: string | undefined;
|
|
3067
|
-
readonly leftIcon?: string | undefined;
|
|
3068
|
-
readonly config?: Record<string, any> | undefined;
|
|
3069
|
-
readonly dataTest?: string | undefined;
|
|
3070
|
-
readonly icon?: string | undefined;
|
|
3071
|
-
readonly color?: string | undefined;
|
|
3072
|
-
readonly disabled?: boolean | undefined;
|
|
3073
|
-
readonly size?: string | undefined;
|
|
3074
|
-
readonly square?: boolean | undefined;
|
|
3075
|
-
readonly filled?: boolean | undefined;
|
|
3076
|
-
readonly variant?: string | undefined;
|
|
3077
|
-
readonly loading?: boolean | undefined;
|
|
3078
|
-
readonly tag?: string | undefined;
|
|
3079
|
-
readonly tabindex?: string | number | undefined;
|
|
3080
|
-
readonly block?: boolean | undefined;
|
|
3081
|
-
readonly round?: boolean | undefined;
|
|
3082
|
-
readonly noRing?: boolean | undefined;
|
|
3083
|
-
};
|
|
3084
|
-
}, {}, {}, {}, {}>;
|
|
3085
|
-
__isFragment?: never;
|
|
3086
|
-
__isTeleport?: never;
|
|
3087
|
-
__isSuspense?: never;
|
|
3088
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3089
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
3090
|
-
label: string;
|
|
3091
|
-
id: string;
|
|
3092
|
-
rightIcon: string;
|
|
3093
|
-
leftIcon: string;
|
|
3094
|
-
config: Record<string, any>;
|
|
3095
|
-
dataTest: string;
|
|
3096
|
-
icon: string;
|
|
3097
|
-
color?: string | undefined;
|
|
3098
|
-
disabled?: boolean | undefined;
|
|
3099
|
-
size?: string | undefined;
|
|
3100
|
-
square?: boolean | undefined;
|
|
3101
|
-
filled?: boolean | undefined;
|
|
3102
|
-
variant?: string | undefined;
|
|
3103
|
-
loading?: boolean | undefined;
|
|
3104
|
-
tag?: string | undefined;
|
|
3105
|
-
tabindex?: string | number | undefined;
|
|
3106
|
-
block?: boolean | undefined;
|
|
3107
|
-
round?: boolean | undefined;
|
|
3108
|
-
noRing?: boolean | undefined;
|
|
3109
|
-
$props: {
|
|
3110
|
-
readonly label?: string | undefined;
|
|
3111
|
-
readonly id?: string | undefined;
|
|
3112
|
-
readonly rightIcon?: string | undefined;
|
|
3113
|
-
readonly leftIcon?: string | undefined;
|
|
3114
|
-
readonly config?: Record<string, any> | undefined;
|
|
3115
|
-
readonly dataTest?: string | undefined;
|
|
3116
|
-
readonly icon?: string | undefined;
|
|
3117
|
-
readonly color?: string | undefined;
|
|
3118
|
-
readonly disabled?: boolean | undefined;
|
|
3119
|
-
readonly size?: string | undefined;
|
|
3120
|
-
readonly square?: boolean | undefined;
|
|
3121
|
-
readonly filled?: boolean | undefined;
|
|
3122
|
-
readonly variant?: string | undefined;
|
|
3123
|
-
readonly loading?: boolean | undefined;
|
|
3124
|
-
readonly tag?: string | undefined;
|
|
3125
|
-
readonly tabindex?: string | number | undefined;
|
|
3126
|
-
readonly block?: boolean | undefined;
|
|
3127
|
-
readonly round?: boolean | undefined;
|
|
3128
|
-
readonly noRing?: boolean | undefined;
|
|
3129
|
-
};
|
|
3130
|
-
}, {}, {}, {}, 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 () => {
|
|
3131
|
-
$slots: {
|
|
3132
|
-
left?(_: {
|
|
3133
|
-
iconName: string;
|
|
3134
|
-
iconSize: any;
|
|
3135
|
-
iconColor: string | undefined;
|
|
3136
|
-
}): any;
|
|
3137
|
-
default?(_: {
|
|
3138
|
-
label: string;
|
|
3139
|
-
iconName: string;
|
|
3140
|
-
iconSize: any;
|
|
3141
|
-
iconColor: string | undefined;
|
|
3142
|
-
}): any;
|
|
3143
|
-
right?(_: {
|
|
3144
|
-
iconName: string;
|
|
3145
|
-
iconSize: any;
|
|
3146
|
-
iconColor: string | undefined;
|
|
3147
|
-
}): any;
|
|
3148
|
-
};
|
|
3149
|
-
});
|
|
3150
|
-
UInput: {
|
|
3151
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3152
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3153
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3154
|
-
label: string;
|
|
3155
|
-
id: string;
|
|
3156
|
-
description: string;
|
|
3157
|
-
error: string;
|
|
3158
|
-
rightIcon: string;
|
|
3159
|
-
leftIcon: string;
|
|
3160
|
-
config: Record<string, any>;
|
|
3161
|
-
dataTest: string;
|
|
3162
|
-
modelValue: string | number;
|
|
3163
|
-
placeholder: string;
|
|
3164
|
-
maxLength: string | number;
|
|
3165
|
-
disabled?: boolean | undefined;
|
|
3166
|
-
size?: string | undefined;
|
|
3167
|
-
type?: string | undefined;
|
|
3168
|
-
labelAlign?: string | undefined;
|
|
3169
|
-
validationRule?: string | RegExp | undefined;
|
|
3170
|
-
inputmode?: string | undefined;
|
|
3171
|
-
readonly?: boolean | undefined;
|
|
3172
|
-
noAutocomplete?: boolean | undefined;
|
|
3173
|
-
$props: {
|
|
3174
|
-
readonly label?: string | undefined;
|
|
3175
|
-
readonly id?: string | undefined;
|
|
3176
|
-
readonly description?: string | undefined;
|
|
3177
|
-
readonly error?: string | undefined;
|
|
3178
|
-
readonly rightIcon?: string | undefined;
|
|
3179
|
-
readonly leftIcon?: string | undefined;
|
|
3180
|
-
readonly config?: Record<string, any> | undefined;
|
|
3181
|
-
readonly dataTest?: string | undefined;
|
|
3182
|
-
readonly modelValue?: string | number | undefined;
|
|
3183
|
-
readonly placeholder?: string | undefined;
|
|
3184
|
-
readonly maxLength?: string | number | undefined;
|
|
3185
|
-
readonly disabled?: boolean | undefined;
|
|
3186
|
-
readonly size?: string | undefined;
|
|
3187
|
-
readonly type?: string | undefined;
|
|
3188
|
-
readonly labelAlign?: string | undefined;
|
|
3189
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3190
|
-
readonly inputmode?: string | undefined;
|
|
3191
|
-
readonly readonly?: boolean | undefined;
|
|
3192
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3193
|
-
};
|
|
3194
|
-
}, {}, {}, {}, 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, {
|
|
3195
|
-
P: {};
|
|
3196
|
-
B: {};
|
|
3197
|
-
D: {};
|
|
3198
|
-
C: {};
|
|
3199
|
-
M: {};
|
|
3200
|
-
Defaults: {};
|
|
3201
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3202
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3203
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3204
|
-
label: string;
|
|
3205
|
-
id: string;
|
|
3206
|
-
description: string;
|
|
3207
|
-
error: string;
|
|
3208
|
-
rightIcon: string;
|
|
3209
|
-
leftIcon: string;
|
|
3210
|
-
config: Record<string, any>;
|
|
3211
|
-
dataTest: string;
|
|
3212
|
-
modelValue: string | number;
|
|
3213
|
-
placeholder: string;
|
|
3214
|
-
maxLength: string | number;
|
|
3215
|
-
disabled?: boolean | undefined;
|
|
3216
|
-
size?: string | undefined;
|
|
3217
|
-
type?: string | undefined;
|
|
3218
|
-
labelAlign?: string | undefined;
|
|
3219
|
-
validationRule?: string | RegExp | undefined;
|
|
3220
|
-
inputmode?: string | undefined;
|
|
3221
|
-
readonly?: boolean | undefined;
|
|
3222
|
-
noAutocomplete?: boolean | undefined;
|
|
3223
|
-
$props: {
|
|
3224
|
-
readonly label?: string | undefined;
|
|
3225
|
-
readonly id?: string | undefined;
|
|
3226
|
-
readonly description?: string | undefined;
|
|
3227
|
-
readonly error?: string | undefined;
|
|
3228
|
-
readonly rightIcon?: string | undefined;
|
|
3229
|
-
readonly leftIcon?: string | undefined;
|
|
3230
|
-
readonly config?: Record<string, any> | undefined;
|
|
3231
|
-
readonly dataTest?: string | undefined;
|
|
3232
|
-
readonly modelValue?: string | number | undefined;
|
|
3233
|
-
readonly placeholder?: string | undefined;
|
|
3234
|
-
readonly maxLength?: string | number | undefined;
|
|
3235
|
-
readonly disabled?: boolean | undefined;
|
|
3236
|
-
readonly size?: string | undefined;
|
|
3237
|
-
readonly type?: string | undefined;
|
|
3238
|
-
readonly labelAlign?: string | undefined;
|
|
3239
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3240
|
-
readonly inputmode?: string | undefined;
|
|
3241
|
-
readonly readonly?: boolean | undefined;
|
|
3242
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3243
|
-
};
|
|
3244
|
-
}, {}, {}, {}, {}>;
|
|
3245
|
-
__isFragment?: never;
|
|
3246
|
-
__isTeleport?: never;
|
|
3247
|
-
__isSuspense?: never;
|
|
3248
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3249
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3250
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3251
|
-
label: string;
|
|
3252
|
-
id: string;
|
|
3253
|
-
description: string;
|
|
3254
|
-
error: string;
|
|
3255
|
-
rightIcon: string;
|
|
3256
|
-
leftIcon: string;
|
|
3257
|
-
config: Record<string, any>;
|
|
3258
|
-
dataTest: string;
|
|
3259
|
-
modelValue: string | number;
|
|
3260
|
-
placeholder: string;
|
|
3261
|
-
maxLength: string | number;
|
|
3262
|
-
disabled?: boolean | undefined;
|
|
3263
|
-
size?: string | undefined;
|
|
3264
|
-
type?: string | undefined;
|
|
3265
|
-
labelAlign?: string | undefined;
|
|
3266
|
-
validationRule?: string | RegExp | undefined;
|
|
3267
|
-
inputmode?: string | undefined;
|
|
3268
|
-
readonly?: boolean | undefined;
|
|
3269
|
-
noAutocomplete?: boolean | undefined;
|
|
3270
|
-
$props: {
|
|
3271
|
-
readonly label?: string | undefined;
|
|
3272
|
-
readonly id?: string | undefined;
|
|
3273
|
-
readonly description?: string | undefined;
|
|
3274
|
-
readonly error?: string | undefined;
|
|
3275
|
-
readonly rightIcon?: string | undefined;
|
|
3276
|
-
readonly leftIcon?: string | undefined;
|
|
3277
|
-
readonly config?: Record<string, any> | undefined;
|
|
3278
|
-
readonly dataTest?: string | undefined;
|
|
3279
|
-
readonly modelValue?: string | number | undefined;
|
|
3280
|
-
readonly placeholder?: string | undefined;
|
|
3281
|
-
readonly maxLength?: string | number | undefined;
|
|
3282
|
-
readonly disabled?: boolean | undefined;
|
|
3283
|
-
readonly size?: string | undefined;
|
|
3284
|
-
readonly type?: string | undefined;
|
|
3285
|
-
readonly labelAlign?: string | undefined;
|
|
3286
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3287
|
-
readonly inputmode?: string | undefined;
|
|
3288
|
-
readonly readonly?: boolean | undefined;
|
|
3289
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3290
|
-
};
|
|
3291
|
-
}, {}, {}, {}, 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 () => {
|
|
3292
|
-
$slots: {
|
|
3293
|
-
left?(_: {}): any;
|
|
3294
|
-
"left-icon"?(_: {
|
|
3295
|
-
iconName: string;
|
|
3296
|
-
iconSize: any;
|
|
3297
|
-
}): any;
|
|
3298
|
-
"right-icon"?(_: {
|
|
3299
|
-
iconName: string;
|
|
3300
|
-
iconSize: any;
|
|
3301
|
-
}): any;
|
|
3302
|
-
right?(_: {}): any;
|
|
3303
|
-
};
|
|
3304
|
-
});
|
|
3305
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
3306
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
3307
|
-
config: Record<string, any>;
|
|
3308
|
-
name: string;
|
|
3309
|
-
src: Record<string, any>;
|
|
3310
|
-
tooltip: string;
|
|
3311
|
-
tooltipSettings: Record<string, any>;
|
|
3312
|
-
dataTest: string;
|
|
3313
|
-
internal: boolean;
|
|
3314
|
-
color?: string | undefined;
|
|
3315
|
-
size?: string | undefined;
|
|
3316
|
-
interactive?: boolean | undefined;
|
|
3317
|
-
variant?: string | undefined;
|
|
3318
|
-
$props: {
|
|
3319
|
-
readonly config?: Record<string, any> | undefined;
|
|
3320
|
-
readonly name?: string | undefined;
|
|
3321
|
-
readonly src?: Record<string, any> | undefined;
|
|
3322
|
-
readonly tooltip?: string | undefined;
|
|
3323
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
3324
|
-
readonly dataTest?: string | undefined;
|
|
3325
|
-
readonly internal?: boolean | undefined;
|
|
3326
|
-
readonly color?: string | undefined;
|
|
3327
|
-
readonly size?: string | undefined;
|
|
3328
|
-
readonly interactive?: boolean | undefined;
|
|
3329
|
-
readonly variant?: string | undefined;
|
|
3330
|
-
};
|
|
3331
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3332
|
-
UHeader: {
|
|
3333
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3334
|
-
label: string;
|
|
3335
|
-
config: Record<string, any>;
|
|
3336
|
-
dataTest: string;
|
|
3337
|
-
color?: string | undefined;
|
|
3338
|
-
size?: string | undefined;
|
|
3339
|
-
line?: boolean | undefined;
|
|
3340
|
-
tag?: string | undefined;
|
|
3341
|
-
underlined?: boolean | undefined;
|
|
3342
|
-
$props: {
|
|
3343
|
-
readonly label?: string | undefined;
|
|
3344
|
-
readonly config?: Record<string, any> | undefined;
|
|
3345
|
-
readonly dataTest?: string | undefined;
|
|
3346
|
-
readonly color?: string | undefined;
|
|
3347
|
-
readonly size?: string | undefined;
|
|
3348
|
-
readonly line?: boolean | undefined;
|
|
3349
|
-
readonly tag?: string | undefined;
|
|
3350
|
-
readonly underlined?: boolean | undefined;
|
|
3351
|
-
};
|
|
3352
|
-
}, {}, {}, {}, 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, {
|
|
3353
|
-
P: {};
|
|
3354
|
-
B: {};
|
|
3355
|
-
D: {};
|
|
3356
|
-
C: {};
|
|
3357
|
-
M: {};
|
|
3358
|
-
Defaults: {};
|
|
3359
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3360
|
-
label: string;
|
|
3361
|
-
config: Record<string, any>;
|
|
3362
|
-
dataTest: string;
|
|
3363
|
-
color?: string | undefined;
|
|
3364
|
-
size?: string | undefined;
|
|
3365
|
-
line?: boolean | undefined;
|
|
3366
|
-
tag?: string | undefined;
|
|
3367
|
-
underlined?: boolean | undefined;
|
|
3368
|
-
$props: {
|
|
3369
|
-
readonly label?: string | undefined;
|
|
3370
|
-
readonly config?: Record<string, any> | undefined;
|
|
3371
|
-
readonly dataTest?: string | undefined;
|
|
3372
|
-
readonly color?: string | undefined;
|
|
3373
|
-
readonly size?: string | undefined;
|
|
3374
|
-
readonly line?: boolean | undefined;
|
|
3375
|
-
readonly tag?: string | undefined;
|
|
3376
|
-
readonly underlined?: boolean | undefined;
|
|
3377
|
-
};
|
|
3378
|
-
}, {}, {}, {}, {}>;
|
|
3379
|
-
__isFragment?: never;
|
|
3380
|
-
__isTeleport?: never;
|
|
3381
|
-
__isSuspense?: never;
|
|
3382
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3383
|
-
label: string;
|
|
3384
|
-
config: Record<string, any>;
|
|
3385
|
-
dataTest: string;
|
|
3386
|
-
color?: string | undefined;
|
|
3387
|
-
size?: string | undefined;
|
|
3388
|
-
line?: boolean | undefined;
|
|
3389
|
-
tag?: string | undefined;
|
|
3390
|
-
underlined?: boolean | undefined;
|
|
3391
|
-
$props: {
|
|
3392
|
-
readonly label?: string | undefined;
|
|
3393
|
-
readonly config?: Record<string, any> | undefined;
|
|
3394
|
-
readonly dataTest?: string | undefined;
|
|
3395
|
-
readonly color?: string | undefined;
|
|
3396
|
-
readonly size?: string | undefined;
|
|
3397
|
-
readonly line?: boolean | undefined;
|
|
3398
|
-
readonly tag?: string | undefined;
|
|
3399
|
-
readonly underlined?: boolean | undefined;
|
|
3400
|
-
};
|
|
3401
|
-
}, {}, {}, {}, 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 () => {
|
|
3402
|
-
$slots: {
|
|
3403
|
-
default?(_: {}): any;
|
|
3404
|
-
};
|
|
3405
|
-
});
|
|
3406
|
-
};
|
|
3407
|
-
setup(): {
|
|
3408
|
-
args: any;
|
|
3409
|
-
slots: any;
|
|
3410
|
-
};
|
|
3411
|
-
template: string;
|
|
3412
|
-
};
|
|
3413
|
-
export namespace SlotFooterLeft {
|
|
3414
|
-
export namespace args_7 {
|
|
3415
|
-
let slotTemplate_4: string;
|
|
3416
|
-
export { slotTemplate_4 as slotTemplate };
|
|
3417
|
-
}
|
|
3418
|
-
export { args_7 as args };
|
|
3419
|
-
}
|
|
3420
|
-
export function SlotFooterRight(args: any): {
|
|
3421
|
-
components: {
|
|
3422
|
-
UCard: {
|
|
3423
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3424
|
-
description: string;
|
|
3425
|
-
title: string;
|
|
3426
|
-
config: Record<string, any>;
|
|
3427
|
-
dataTest: string;
|
|
3428
|
-
$props: {
|
|
3429
|
-
readonly description?: string | undefined;
|
|
3430
|
-
readonly title?: string | undefined;
|
|
3431
|
-
readonly config?: Record<string, any> | undefined;
|
|
3432
|
-
readonly dataTest?: string | undefined;
|
|
3433
|
-
};
|
|
3434
|
-
}, {}, {}, {}, 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, {
|
|
3435
|
-
P: {};
|
|
3436
|
-
B: {};
|
|
3437
|
-
D: {};
|
|
3438
|
-
C: {};
|
|
3439
|
-
M: {};
|
|
3440
|
-
Defaults: {};
|
|
3441
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3442
|
-
description: string;
|
|
3443
|
-
title: string;
|
|
3444
|
-
config: Record<string, any>;
|
|
3445
|
-
dataTest: string;
|
|
3446
|
-
$props: {
|
|
3447
|
-
readonly description?: string | undefined;
|
|
3448
|
-
readonly title?: string | undefined;
|
|
3449
|
-
readonly config?: Record<string, any> | undefined;
|
|
3450
|
-
readonly dataTest?: string | undefined;
|
|
3451
|
-
};
|
|
3452
|
-
}, {}, {}, {}, {}>;
|
|
3453
|
-
__isFragment?: never;
|
|
3454
|
-
__isTeleport?: never;
|
|
3455
|
-
__isSuspense?: never;
|
|
3456
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3457
|
-
description: string;
|
|
3458
|
-
title: string;
|
|
3459
|
-
config: Record<string, any>;
|
|
3460
|
-
dataTest: string;
|
|
3461
|
-
$props: {
|
|
3462
|
-
readonly description?: string | undefined;
|
|
3463
|
-
readonly title?: string | undefined;
|
|
3464
|
-
readonly config?: Record<string, any> | undefined;
|
|
3465
|
-
readonly dataTest?: string | undefined;
|
|
3466
|
-
};
|
|
3467
|
-
}, {}, {}, {}, 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 () => {
|
|
3468
|
-
$slots: {
|
|
3469
|
-
"header-left-before"?(_: {}): any;
|
|
3470
|
-
"header-left"?(_: {}): any;
|
|
3471
|
-
"header-left-after"?(_: {}): any;
|
|
3472
|
-
"header-right"?(_: {}): any;
|
|
3473
|
-
default?(_: {}): any;
|
|
3474
|
-
"footer-left"?(_: {}): any;
|
|
3475
|
-
"footer-right"?(_: {}): any;
|
|
3476
|
-
};
|
|
3477
|
-
});
|
|
3478
|
-
UButton: {
|
|
3479
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3480
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
3481
|
-
label: string;
|
|
3482
|
-
id: string;
|
|
3483
|
-
rightIcon: string;
|
|
3484
|
-
leftIcon: string;
|
|
3485
|
-
config: Record<string, any>;
|
|
3486
|
-
dataTest: string;
|
|
3487
|
-
icon: string;
|
|
3488
|
-
color?: string | undefined;
|
|
3489
|
-
disabled?: boolean | undefined;
|
|
3490
|
-
size?: string | undefined;
|
|
3491
|
-
square?: boolean | undefined;
|
|
3492
|
-
filled?: boolean | undefined;
|
|
3493
|
-
variant?: string | undefined;
|
|
3494
|
-
loading?: boolean | undefined;
|
|
3495
|
-
tag?: string | undefined;
|
|
3496
|
-
tabindex?: string | number | undefined;
|
|
3497
|
-
block?: boolean | undefined;
|
|
3498
|
-
round?: boolean | undefined;
|
|
3499
|
-
noRing?: boolean | undefined;
|
|
3500
|
-
$props: {
|
|
3501
|
-
readonly label?: string | undefined;
|
|
3502
|
-
readonly id?: string | undefined;
|
|
3503
|
-
readonly rightIcon?: string | undefined;
|
|
3504
|
-
readonly leftIcon?: string | undefined;
|
|
3505
|
-
readonly config?: Record<string, any> | undefined;
|
|
3506
|
-
readonly dataTest?: string | undefined;
|
|
3507
|
-
readonly icon?: string | undefined;
|
|
3508
|
-
readonly color?: string | undefined;
|
|
3509
|
-
readonly disabled?: boolean | undefined;
|
|
3510
|
-
readonly size?: string | undefined;
|
|
3511
|
-
readonly square?: boolean | undefined;
|
|
3512
|
-
readonly filled?: boolean | undefined;
|
|
3513
|
-
readonly variant?: string | undefined;
|
|
3514
|
-
readonly loading?: boolean | undefined;
|
|
3515
|
-
readonly tag?: string | undefined;
|
|
3516
|
-
readonly tabindex?: string | number | undefined;
|
|
3517
|
-
readonly block?: boolean | undefined;
|
|
3518
|
-
readonly round?: boolean | undefined;
|
|
3519
|
-
readonly noRing?: boolean | undefined;
|
|
3520
|
-
};
|
|
3521
|
-
}, {}, {}, {}, 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, {
|
|
3522
|
-
P: {};
|
|
3523
|
-
B: {};
|
|
3524
|
-
D: {};
|
|
3525
|
-
C: {};
|
|
3526
|
-
M: {};
|
|
3527
|
-
Defaults: {};
|
|
3528
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3529
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
3530
|
-
label: string;
|
|
3531
|
-
id: string;
|
|
3532
|
-
rightIcon: string;
|
|
3533
|
-
leftIcon: string;
|
|
3534
|
-
config: Record<string, any>;
|
|
3535
|
-
dataTest: string;
|
|
3536
|
-
icon: string;
|
|
3537
|
-
color?: string | undefined;
|
|
3538
|
-
disabled?: boolean | undefined;
|
|
3539
|
-
size?: string | undefined;
|
|
3540
|
-
square?: boolean | undefined;
|
|
3541
|
-
filled?: boolean | undefined;
|
|
3542
|
-
variant?: string | undefined;
|
|
3543
|
-
loading?: boolean | undefined;
|
|
3544
|
-
tag?: string | undefined;
|
|
3545
|
-
tabindex?: string | number | undefined;
|
|
3546
|
-
block?: boolean | undefined;
|
|
3547
|
-
round?: boolean | undefined;
|
|
3548
|
-
noRing?: boolean | undefined;
|
|
3549
|
-
$props: {
|
|
3550
|
-
readonly label?: string | undefined;
|
|
3551
|
-
readonly id?: string | undefined;
|
|
3552
|
-
readonly rightIcon?: string | undefined;
|
|
3553
|
-
readonly leftIcon?: string | undefined;
|
|
3554
|
-
readonly config?: Record<string, any> | undefined;
|
|
3555
|
-
readonly dataTest?: string | undefined;
|
|
3556
|
-
readonly icon?: string | undefined;
|
|
3557
|
-
readonly color?: string | undefined;
|
|
3558
|
-
readonly disabled?: boolean | undefined;
|
|
3559
|
-
readonly size?: string | undefined;
|
|
3560
|
-
readonly square?: boolean | undefined;
|
|
3561
|
-
readonly filled?: boolean | undefined;
|
|
3562
|
-
readonly variant?: string | undefined;
|
|
3563
|
-
readonly loading?: boolean | undefined;
|
|
3564
|
-
readonly tag?: string | undefined;
|
|
3565
|
-
readonly tabindex?: string | number | undefined;
|
|
3566
|
-
readonly block?: boolean | undefined;
|
|
3567
|
-
readonly round?: boolean | undefined;
|
|
3568
|
-
readonly noRing?: boolean | undefined;
|
|
3569
|
-
};
|
|
3570
|
-
}, {}, {}, {}, {}>;
|
|
3571
|
-
__isFragment?: never;
|
|
3572
|
-
__isTeleport?: never;
|
|
3573
|
-
__isSuspense?: never;
|
|
3574
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3575
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
3576
|
-
label: string;
|
|
3577
|
-
id: string;
|
|
3578
|
-
rightIcon: string;
|
|
3579
|
-
leftIcon: string;
|
|
3580
|
-
config: Record<string, any>;
|
|
3581
|
-
dataTest: string;
|
|
3582
|
-
icon: string;
|
|
3583
|
-
color?: string | undefined;
|
|
3584
|
-
disabled?: boolean | undefined;
|
|
3585
|
-
size?: string | undefined;
|
|
3586
|
-
square?: boolean | undefined;
|
|
3587
|
-
filled?: boolean | undefined;
|
|
3588
|
-
variant?: string | undefined;
|
|
3589
|
-
loading?: boolean | undefined;
|
|
3590
|
-
tag?: string | undefined;
|
|
3591
|
-
tabindex?: string | number | undefined;
|
|
3592
|
-
block?: boolean | undefined;
|
|
3593
|
-
round?: boolean | undefined;
|
|
3594
|
-
noRing?: boolean | undefined;
|
|
3595
|
-
$props: {
|
|
3596
|
-
readonly label?: string | undefined;
|
|
3597
|
-
readonly id?: string | undefined;
|
|
3598
|
-
readonly rightIcon?: string | undefined;
|
|
3599
|
-
readonly leftIcon?: string | undefined;
|
|
3600
|
-
readonly config?: Record<string, any> | undefined;
|
|
3601
|
-
readonly dataTest?: string | undefined;
|
|
3602
|
-
readonly icon?: string | undefined;
|
|
3603
|
-
readonly color?: string | undefined;
|
|
3604
|
-
readonly disabled?: boolean | undefined;
|
|
3605
|
-
readonly size?: string | undefined;
|
|
3606
|
-
readonly square?: boolean | undefined;
|
|
3607
|
-
readonly filled?: boolean | undefined;
|
|
3608
|
-
readonly variant?: string | undefined;
|
|
3609
|
-
readonly loading?: boolean | undefined;
|
|
3610
|
-
readonly tag?: string | undefined;
|
|
3611
|
-
readonly tabindex?: string | number | undefined;
|
|
3612
|
-
readonly block?: boolean | undefined;
|
|
3613
|
-
readonly round?: boolean | undefined;
|
|
3614
|
-
readonly noRing?: boolean | undefined;
|
|
3615
|
-
};
|
|
3616
|
-
}, {}, {}, {}, 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 () => {
|
|
3617
|
-
$slots: {
|
|
3618
|
-
left?(_: {
|
|
3619
|
-
iconName: string;
|
|
3620
|
-
iconSize: any;
|
|
3621
|
-
iconColor: string | undefined;
|
|
3622
|
-
}): any;
|
|
3623
|
-
default?(_: {
|
|
3624
|
-
label: string;
|
|
3625
|
-
iconName: string;
|
|
3626
|
-
iconSize: any;
|
|
3627
|
-
iconColor: string | undefined;
|
|
3628
|
-
}): any;
|
|
3629
|
-
right?(_: {
|
|
3630
|
-
iconName: string;
|
|
3631
|
-
iconSize: any;
|
|
3632
|
-
iconColor: string | undefined;
|
|
3633
|
-
}): any;
|
|
3634
|
-
};
|
|
3635
|
-
});
|
|
3636
|
-
UInput: {
|
|
3637
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3638
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3639
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3640
|
-
label: string;
|
|
3641
|
-
id: string;
|
|
3642
|
-
description: string;
|
|
3643
|
-
error: string;
|
|
3644
|
-
rightIcon: string;
|
|
3645
|
-
leftIcon: string;
|
|
3646
|
-
config: Record<string, any>;
|
|
3647
|
-
dataTest: string;
|
|
3648
|
-
modelValue: string | number;
|
|
3649
|
-
placeholder: string;
|
|
3650
|
-
maxLength: string | number;
|
|
3651
|
-
disabled?: boolean | undefined;
|
|
3652
|
-
size?: string | undefined;
|
|
3653
|
-
type?: string | undefined;
|
|
3654
|
-
labelAlign?: string | undefined;
|
|
3655
|
-
validationRule?: string | RegExp | undefined;
|
|
3656
|
-
inputmode?: string | undefined;
|
|
3657
|
-
readonly?: boolean | undefined;
|
|
3658
|
-
noAutocomplete?: boolean | undefined;
|
|
3659
|
-
$props: {
|
|
3660
|
-
readonly label?: string | undefined;
|
|
3661
|
-
readonly id?: string | undefined;
|
|
3662
|
-
readonly description?: string | undefined;
|
|
3663
|
-
readonly error?: string | undefined;
|
|
3664
|
-
readonly rightIcon?: string | undefined;
|
|
3665
|
-
readonly leftIcon?: string | undefined;
|
|
3666
|
-
readonly config?: Record<string, any> | undefined;
|
|
3667
|
-
readonly dataTest?: string | undefined;
|
|
3668
|
-
readonly modelValue?: string | number | undefined;
|
|
3669
|
-
readonly placeholder?: string | undefined;
|
|
3670
|
-
readonly maxLength?: string | number | undefined;
|
|
3671
|
-
readonly disabled?: boolean | undefined;
|
|
3672
|
-
readonly size?: string | undefined;
|
|
3673
|
-
readonly type?: string | undefined;
|
|
3674
|
-
readonly labelAlign?: string | undefined;
|
|
3675
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3676
|
-
readonly inputmode?: string | undefined;
|
|
3677
|
-
readonly readonly?: boolean | undefined;
|
|
3678
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3679
|
-
};
|
|
3680
|
-
}, {}, {}, {}, 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, {
|
|
3681
|
-
P: {};
|
|
3682
|
-
B: {};
|
|
3683
|
-
D: {};
|
|
3684
|
-
C: {};
|
|
3685
|
-
M: {};
|
|
3686
|
-
Defaults: {};
|
|
3687
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3688
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3689
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3690
|
-
label: string;
|
|
3691
|
-
id: string;
|
|
3692
|
-
description: string;
|
|
3693
|
-
error: string;
|
|
3694
|
-
rightIcon: string;
|
|
3695
|
-
leftIcon: string;
|
|
3696
|
-
config: Record<string, any>;
|
|
3697
|
-
dataTest: string;
|
|
3698
|
-
modelValue: string | number;
|
|
3699
|
-
placeholder: string;
|
|
3700
|
-
maxLength: string | number;
|
|
3701
|
-
disabled?: boolean | undefined;
|
|
3702
|
-
size?: string | undefined;
|
|
3703
|
-
type?: string | undefined;
|
|
3704
|
-
labelAlign?: string | undefined;
|
|
3705
|
-
validationRule?: string | RegExp | undefined;
|
|
3706
|
-
inputmode?: string | undefined;
|
|
3707
|
-
readonly?: boolean | undefined;
|
|
3708
|
-
noAutocomplete?: boolean | undefined;
|
|
3709
|
-
$props: {
|
|
3710
|
-
readonly label?: string | undefined;
|
|
3711
|
-
readonly id?: string | undefined;
|
|
3712
|
-
readonly description?: string | undefined;
|
|
3713
|
-
readonly error?: string | undefined;
|
|
3714
|
-
readonly rightIcon?: string | undefined;
|
|
3715
|
-
readonly leftIcon?: string | undefined;
|
|
3716
|
-
readonly config?: Record<string, any> | undefined;
|
|
3717
|
-
readonly dataTest?: string | undefined;
|
|
3718
|
-
readonly modelValue?: string | number | undefined;
|
|
3719
|
-
readonly placeholder?: string | undefined;
|
|
3720
|
-
readonly maxLength?: string | number | undefined;
|
|
3721
|
-
readonly disabled?: boolean | undefined;
|
|
3722
|
-
readonly size?: string | undefined;
|
|
3723
|
-
readonly type?: string | undefined;
|
|
3724
|
-
readonly labelAlign?: string | undefined;
|
|
3725
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3726
|
-
readonly inputmode?: string | undefined;
|
|
3727
|
-
readonly readonly?: boolean | undefined;
|
|
3728
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3729
|
-
};
|
|
3730
|
-
}, {}, {}, {}, {}>;
|
|
3731
|
-
__isFragment?: never;
|
|
3732
|
-
__isTeleport?: never;
|
|
3733
|
-
__isSuspense?: never;
|
|
3734
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3735
|
-
inputRef: import("vue").Ref<null, null>;
|
|
3736
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
3737
|
-
label: string;
|
|
3738
|
-
id: string;
|
|
3739
|
-
description: string;
|
|
3740
|
-
error: string;
|
|
3741
|
-
rightIcon: string;
|
|
3742
|
-
leftIcon: string;
|
|
3743
|
-
config: Record<string, any>;
|
|
3744
|
-
dataTest: string;
|
|
3745
|
-
modelValue: string | number;
|
|
3746
|
-
placeholder: string;
|
|
3747
|
-
maxLength: string | number;
|
|
3748
|
-
disabled?: boolean | undefined;
|
|
3749
|
-
size?: string | undefined;
|
|
3750
|
-
type?: string | undefined;
|
|
3751
|
-
labelAlign?: string | undefined;
|
|
3752
|
-
validationRule?: string | RegExp | undefined;
|
|
3753
|
-
inputmode?: string | undefined;
|
|
3754
|
-
readonly?: boolean | undefined;
|
|
3755
|
-
noAutocomplete?: boolean | undefined;
|
|
3756
|
-
$props: {
|
|
3757
|
-
readonly label?: string | undefined;
|
|
3758
|
-
readonly id?: string | undefined;
|
|
3759
|
-
readonly description?: string | undefined;
|
|
3760
|
-
readonly error?: string | undefined;
|
|
3761
|
-
readonly rightIcon?: string | undefined;
|
|
3762
|
-
readonly leftIcon?: string | undefined;
|
|
3763
|
-
readonly config?: Record<string, any> | undefined;
|
|
3764
|
-
readonly dataTest?: string | undefined;
|
|
3765
|
-
readonly modelValue?: string | number | undefined;
|
|
3766
|
-
readonly placeholder?: string | undefined;
|
|
3767
|
-
readonly maxLength?: string | number | undefined;
|
|
3768
|
-
readonly disabled?: boolean | undefined;
|
|
3769
|
-
readonly size?: string | undefined;
|
|
3770
|
-
readonly type?: string | undefined;
|
|
3771
|
-
readonly labelAlign?: string | undefined;
|
|
3772
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
3773
|
-
readonly inputmode?: string | undefined;
|
|
3774
|
-
readonly readonly?: boolean | undefined;
|
|
3775
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
3776
|
-
};
|
|
3777
|
-
}, {}, {}, {}, 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 () => {
|
|
3778
|
-
$slots: {
|
|
3779
|
-
left?(_: {}): any;
|
|
3780
|
-
"left-icon"?(_: {
|
|
3781
|
-
iconName: string;
|
|
3782
|
-
iconSize: any;
|
|
3783
|
-
}): any;
|
|
3784
|
-
"right-icon"?(_: {
|
|
3785
|
-
iconName: string;
|
|
3786
|
-
iconSize: any;
|
|
3787
|
-
}): any;
|
|
3788
|
-
right?(_: {}): any;
|
|
3789
|
-
};
|
|
3790
|
-
});
|
|
3791
|
-
UIcon: import("vue").DefineComponent<{}, {
|
|
3792
|
-
$emit: (event: "click", ...args: any[]) => void;
|
|
3793
|
-
config: Record<string, any>;
|
|
3794
|
-
name: string;
|
|
3795
|
-
src: Record<string, any>;
|
|
3796
|
-
tooltip: string;
|
|
3797
|
-
tooltipSettings: Record<string, any>;
|
|
3798
|
-
dataTest: string;
|
|
3799
|
-
internal: boolean;
|
|
3800
|
-
color?: string | undefined;
|
|
3801
|
-
size?: string | undefined;
|
|
3802
|
-
interactive?: boolean | undefined;
|
|
3803
|
-
variant?: string | undefined;
|
|
3804
|
-
$props: {
|
|
3805
|
-
readonly config?: Record<string, any> | undefined;
|
|
3806
|
-
readonly name?: string | undefined;
|
|
3807
|
-
readonly src?: Record<string, any> | undefined;
|
|
3808
|
-
readonly tooltip?: string | undefined;
|
|
3809
|
-
readonly tooltipSettings?: Record<string, any> | undefined;
|
|
3810
|
-
readonly dataTest?: string | undefined;
|
|
3811
|
-
readonly internal?: boolean | undefined;
|
|
3812
|
-
readonly color?: string | undefined;
|
|
3813
|
-
readonly size?: string | undefined;
|
|
3814
|
-
readonly interactive?: boolean | undefined;
|
|
3815
|
-
readonly variant?: string | undefined;
|
|
3816
|
-
};
|
|
3817
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3818
|
-
UHeader: {
|
|
3819
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3820
|
-
label: string;
|
|
3821
|
-
config: Record<string, any>;
|
|
3822
|
-
dataTest: string;
|
|
3823
|
-
color?: string | undefined;
|
|
3824
|
-
size?: string | undefined;
|
|
3825
|
-
line?: boolean | undefined;
|
|
3826
|
-
tag?: string | undefined;
|
|
3827
|
-
underlined?: boolean | undefined;
|
|
3828
|
-
$props: {
|
|
3829
|
-
readonly label?: string | undefined;
|
|
3830
|
-
readonly config?: Record<string, any> | undefined;
|
|
3831
|
-
readonly dataTest?: string | undefined;
|
|
3832
|
-
readonly color?: string | undefined;
|
|
3833
|
-
readonly size?: string | undefined;
|
|
3834
|
-
readonly line?: boolean | undefined;
|
|
3835
|
-
readonly tag?: string | undefined;
|
|
3836
|
-
readonly underlined?: boolean | undefined;
|
|
3837
|
-
};
|
|
3838
|
-
}, {}, {}, {}, 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, {
|
|
3839
|
-
P: {};
|
|
3840
|
-
B: {};
|
|
3841
|
-
D: {};
|
|
3842
|
-
C: {};
|
|
3843
|
-
M: {};
|
|
3844
|
-
Defaults: {};
|
|
3845
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
3846
|
-
label: string;
|
|
3847
|
-
config: Record<string, any>;
|
|
3848
|
-
dataTest: string;
|
|
3849
|
-
color?: string | undefined;
|
|
3850
|
-
size?: string | undefined;
|
|
3851
|
-
line?: boolean | undefined;
|
|
3852
|
-
tag?: string | undefined;
|
|
3853
|
-
underlined?: boolean | undefined;
|
|
3854
|
-
$props: {
|
|
3855
|
-
readonly label?: string | undefined;
|
|
3856
|
-
readonly config?: Record<string, any> | undefined;
|
|
3857
|
-
readonly dataTest?: string | undefined;
|
|
3858
|
-
readonly color?: string | undefined;
|
|
3859
|
-
readonly size?: string | undefined;
|
|
3860
|
-
readonly line?: boolean | undefined;
|
|
3861
|
-
readonly tag?: string | undefined;
|
|
3862
|
-
readonly underlined?: boolean | undefined;
|
|
3863
|
-
};
|
|
3864
|
-
}, {}, {}, {}, {}>;
|
|
3865
|
-
__isFragment?: never;
|
|
3866
|
-
__isTeleport?: never;
|
|
3867
|
-
__isSuspense?: never;
|
|
3868
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
3869
|
-
label: string;
|
|
3870
|
-
config: Record<string, any>;
|
|
3871
|
-
dataTest: string;
|
|
3872
|
-
color?: string | undefined;
|
|
3873
|
-
size?: string | undefined;
|
|
3874
|
-
line?: boolean | undefined;
|
|
3875
|
-
tag?: string | undefined;
|
|
3876
|
-
underlined?: boolean | undefined;
|
|
3877
|
-
$props: {
|
|
3878
|
-
readonly label?: string | undefined;
|
|
3879
|
-
readonly config?: Record<string, any> | undefined;
|
|
3880
|
-
readonly dataTest?: string | undefined;
|
|
3881
|
-
readonly color?: string | undefined;
|
|
3882
|
-
readonly size?: string | undefined;
|
|
3883
|
-
readonly line?: boolean | undefined;
|
|
3884
|
-
readonly tag?: string | undefined;
|
|
3885
|
-
readonly underlined?: boolean | undefined;
|
|
3886
|
-
};
|
|
3887
|
-
}, {}, {}, {}, 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 () => {
|
|
3888
|
-
$slots: {
|
|
3889
|
-
default?(_: {}): any;
|
|
3890
|
-
};
|
|
3891
|
-
});
|
|
3892
|
-
};
|
|
3893
|
-
setup(): {
|
|
3894
|
-
args: any;
|
|
3895
|
-
slots: any;
|
|
3896
|
-
};
|
|
3897
|
-
template: string;
|
|
3898
|
-
};
|
|
3899
|
-
export namespace SlotFooterRight {
|
|
3900
|
-
export namespace args_8 {
|
|
3901
|
-
let slotTemplate_5: string;
|
|
3902
|
-
export { slotTemplate_5 as slotTemplate };
|
|
3903
|
-
}
|
|
3904
|
-
export { args_8 as args };
|
|
3905
|
-
}
|
|
3906
|
-
import UCard from "../../ui.container-card/UCard.vue";
|