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,2619 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let id: string;
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { URow as component };
|
|
5
|
-
export let argTypes: {
|
|
6
|
-
defaultTemplate?: {
|
|
7
|
-
table: {
|
|
8
|
-
disable: boolean;
|
|
9
|
-
};
|
|
10
|
-
} | undefined;
|
|
11
|
-
slotTemplate?: {
|
|
12
|
-
table: {
|
|
13
|
-
disable: boolean;
|
|
14
|
-
};
|
|
15
|
-
} | undefined;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export default _default;
|
|
19
|
-
export function Default(args: any): {
|
|
20
|
-
components: {
|
|
21
|
-
URow: {
|
|
22
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
23
|
-
config: Record<string, any>;
|
|
24
|
-
dataTest: string;
|
|
25
|
-
reverse?: boolean | undefined;
|
|
26
|
-
content?: string | undefined;
|
|
27
|
-
gap?: string | undefined;
|
|
28
|
-
align?: string | undefined;
|
|
29
|
-
justify?: string | undefined;
|
|
30
|
-
wrap?: boolean | undefined;
|
|
31
|
-
noMobile?: boolean | undefined;
|
|
32
|
-
$props: {
|
|
33
|
-
readonly config?: Record<string, any> | undefined;
|
|
34
|
-
readonly dataTest?: string | undefined;
|
|
35
|
-
readonly reverse?: boolean | undefined;
|
|
36
|
-
readonly content?: string | undefined;
|
|
37
|
-
readonly gap?: string | undefined;
|
|
38
|
-
readonly align?: string | undefined;
|
|
39
|
-
readonly justify?: string | undefined;
|
|
40
|
-
readonly wrap?: boolean | undefined;
|
|
41
|
-
readonly noMobile?: boolean | undefined;
|
|
42
|
-
};
|
|
43
|
-
}, {}, {}, {}, 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, {
|
|
44
|
-
P: {};
|
|
45
|
-
B: {};
|
|
46
|
-
D: {};
|
|
47
|
-
C: {};
|
|
48
|
-
M: {};
|
|
49
|
-
Defaults: {};
|
|
50
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
51
|
-
config: Record<string, any>;
|
|
52
|
-
dataTest: string;
|
|
53
|
-
reverse?: boolean | undefined;
|
|
54
|
-
content?: string | undefined;
|
|
55
|
-
gap?: string | undefined;
|
|
56
|
-
align?: string | undefined;
|
|
57
|
-
justify?: string | undefined;
|
|
58
|
-
wrap?: boolean | undefined;
|
|
59
|
-
noMobile?: boolean | undefined;
|
|
60
|
-
$props: {
|
|
61
|
-
readonly config?: Record<string, any> | undefined;
|
|
62
|
-
readonly dataTest?: string | undefined;
|
|
63
|
-
readonly reverse?: boolean | undefined;
|
|
64
|
-
readonly content?: string | undefined;
|
|
65
|
-
readonly gap?: string | undefined;
|
|
66
|
-
readonly align?: string | undefined;
|
|
67
|
-
readonly justify?: string | undefined;
|
|
68
|
-
readonly wrap?: boolean | undefined;
|
|
69
|
-
readonly noMobile?: boolean | undefined;
|
|
70
|
-
};
|
|
71
|
-
}, {}, {}, {}, {}>;
|
|
72
|
-
__isFragment?: never;
|
|
73
|
-
__isTeleport?: never;
|
|
74
|
-
__isSuspense?: never;
|
|
75
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
76
|
-
config: Record<string, any>;
|
|
77
|
-
dataTest: string;
|
|
78
|
-
reverse?: boolean | undefined;
|
|
79
|
-
content?: string | undefined;
|
|
80
|
-
gap?: string | undefined;
|
|
81
|
-
align?: string | undefined;
|
|
82
|
-
justify?: string | undefined;
|
|
83
|
-
wrap?: boolean | undefined;
|
|
84
|
-
noMobile?: boolean | undefined;
|
|
85
|
-
$props: {
|
|
86
|
-
readonly config?: Record<string, any> | undefined;
|
|
87
|
-
readonly dataTest?: string | undefined;
|
|
88
|
-
readonly reverse?: boolean | undefined;
|
|
89
|
-
readonly content?: string | undefined;
|
|
90
|
-
readonly gap?: string | undefined;
|
|
91
|
-
readonly align?: string | undefined;
|
|
92
|
-
readonly justify?: string | undefined;
|
|
93
|
-
readonly wrap?: boolean | undefined;
|
|
94
|
-
readonly noMobile?: boolean | undefined;
|
|
95
|
-
};
|
|
96
|
-
}, {}, {}, {}, 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 () => {
|
|
97
|
-
$slots: {
|
|
98
|
-
default?(_: {}): any;
|
|
99
|
-
};
|
|
100
|
-
});
|
|
101
|
-
UInput: {
|
|
102
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
103
|
-
inputRef: import("vue").Ref<null, null>;
|
|
104
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
105
|
-
label: string;
|
|
106
|
-
id: string;
|
|
107
|
-
description: string;
|
|
108
|
-
error: string;
|
|
109
|
-
rightIcon: string;
|
|
110
|
-
leftIcon: string;
|
|
111
|
-
config: Record<string, any>;
|
|
112
|
-
dataTest: string;
|
|
113
|
-
modelValue: string | number;
|
|
114
|
-
placeholder: string;
|
|
115
|
-
maxLength: string | number;
|
|
116
|
-
disabled?: boolean | undefined;
|
|
117
|
-
size?: string | undefined;
|
|
118
|
-
type?: string | undefined;
|
|
119
|
-
labelAlign?: string | undefined;
|
|
120
|
-
validationRule?: string | RegExp | undefined;
|
|
121
|
-
inputmode?: string | undefined;
|
|
122
|
-
readonly?: boolean | undefined;
|
|
123
|
-
noAutocomplete?: boolean | undefined;
|
|
124
|
-
$props: {
|
|
125
|
-
readonly label?: string | undefined;
|
|
126
|
-
readonly id?: string | undefined;
|
|
127
|
-
readonly description?: string | undefined;
|
|
128
|
-
readonly error?: string | undefined;
|
|
129
|
-
readonly rightIcon?: string | undefined;
|
|
130
|
-
readonly leftIcon?: string | undefined;
|
|
131
|
-
readonly config?: Record<string, any> | undefined;
|
|
132
|
-
readonly dataTest?: string | undefined;
|
|
133
|
-
readonly modelValue?: string | number | undefined;
|
|
134
|
-
readonly placeholder?: string | undefined;
|
|
135
|
-
readonly maxLength?: string | number | undefined;
|
|
136
|
-
readonly disabled?: boolean | undefined;
|
|
137
|
-
readonly size?: string | undefined;
|
|
138
|
-
readonly type?: string | undefined;
|
|
139
|
-
readonly labelAlign?: string | undefined;
|
|
140
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
141
|
-
readonly inputmode?: string | undefined;
|
|
142
|
-
readonly readonly?: boolean | undefined;
|
|
143
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
144
|
-
};
|
|
145
|
-
}, {}, {}, {}, 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, {
|
|
146
|
-
P: {};
|
|
147
|
-
B: {};
|
|
148
|
-
D: {};
|
|
149
|
-
C: {};
|
|
150
|
-
M: {};
|
|
151
|
-
Defaults: {};
|
|
152
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
153
|
-
inputRef: import("vue").Ref<null, null>;
|
|
154
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
155
|
-
label: string;
|
|
156
|
-
id: string;
|
|
157
|
-
description: string;
|
|
158
|
-
error: string;
|
|
159
|
-
rightIcon: string;
|
|
160
|
-
leftIcon: string;
|
|
161
|
-
config: Record<string, any>;
|
|
162
|
-
dataTest: string;
|
|
163
|
-
modelValue: string | number;
|
|
164
|
-
placeholder: string;
|
|
165
|
-
maxLength: string | number;
|
|
166
|
-
disabled?: boolean | undefined;
|
|
167
|
-
size?: string | undefined;
|
|
168
|
-
type?: string | undefined;
|
|
169
|
-
labelAlign?: string | undefined;
|
|
170
|
-
validationRule?: string | RegExp | undefined;
|
|
171
|
-
inputmode?: string | undefined;
|
|
172
|
-
readonly?: boolean | undefined;
|
|
173
|
-
noAutocomplete?: boolean | undefined;
|
|
174
|
-
$props: {
|
|
175
|
-
readonly label?: string | undefined;
|
|
176
|
-
readonly id?: string | undefined;
|
|
177
|
-
readonly description?: string | undefined;
|
|
178
|
-
readonly error?: string | undefined;
|
|
179
|
-
readonly rightIcon?: string | undefined;
|
|
180
|
-
readonly leftIcon?: string | undefined;
|
|
181
|
-
readonly config?: Record<string, any> | undefined;
|
|
182
|
-
readonly dataTest?: string | undefined;
|
|
183
|
-
readonly modelValue?: string | number | undefined;
|
|
184
|
-
readonly placeholder?: string | undefined;
|
|
185
|
-
readonly maxLength?: string | number | undefined;
|
|
186
|
-
readonly disabled?: boolean | undefined;
|
|
187
|
-
readonly size?: string | undefined;
|
|
188
|
-
readonly type?: string | undefined;
|
|
189
|
-
readonly labelAlign?: string | undefined;
|
|
190
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
191
|
-
readonly inputmode?: string | undefined;
|
|
192
|
-
readonly readonly?: boolean | undefined;
|
|
193
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
194
|
-
};
|
|
195
|
-
}, {}, {}, {}, {}>;
|
|
196
|
-
__isFragment?: never;
|
|
197
|
-
__isTeleport?: never;
|
|
198
|
-
__isSuspense?: never;
|
|
199
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
200
|
-
inputRef: import("vue").Ref<null, null>;
|
|
201
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
202
|
-
label: string;
|
|
203
|
-
id: string;
|
|
204
|
-
description: string;
|
|
205
|
-
error: string;
|
|
206
|
-
rightIcon: string;
|
|
207
|
-
leftIcon: string;
|
|
208
|
-
config: Record<string, any>;
|
|
209
|
-
dataTest: string;
|
|
210
|
-
modelValue: string | number;
|
|
211
|
-
placeholder: string;
|
|
212
|
-
maxLength: string | number;
|
|
213
|
-
disabled?: boolean | undefined;
|
|
214
|
-
size?: string | undefined;
|
|
215
|
-
type?: string | undefined;
|
|
216
|
-
labelAlign?: string | undefined;
|
|
217
|
-
validationRule?: string | RegExp | undefined;
|
|
218
|
-
inputmode?: string | undefined;
|
|
219
|
-
readonly?: boolean | undefined;
|
|
220
|
-
noAutocomplete?: boolean | undefined;
|
|
221
|
-
$props: {
|
|
222
|
-
readonly label?: string | undefined;
|
|
223
|
-
readonly id?: string | undefined;
|
|
224
|
-
readonly description?: string | undefined;
|
|
225
|
-
readonly error?: string | undefined;
|
|
226
|
-
readonly rightIcon?: string | undefined;
|
|
227
|
-
readonly leftIcon?: string | undefined;
|
|
228
|
-
readonly config?: Record<string, any> | undefined;
|
|
229
|
-
readonly dataTest?: string | undefined;
|
|
230
|
-
readonly modelValue?: string | number | undefined;
|
|
231
|
-
readonly placeholder?: string | undefined;
|
|
232
|
-
readonly maxLength?: string | number | undefined;
|
|
233
|
-
readonly disabled?: boolean | undefined;
|
|
234
|
-
readonly size?: string | undefined;
|
|
235
|
-
readonly type?: string | undefined;
|
|
236
|
-
readonly labelAlign?: string | undefined;
|
|
237
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
238
|
-
readonly inputmode?: string | undefined;
|
|
239
|
-
readonly readonly?: boolean | undefined;
|
|
240
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
241
|
-
};
|
|
242
|
-
}, {}, {}, {}, 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 () => {
|
|
243
|
-
$slots: {
|
|
244
|
-
left?(_: {}): any;
|
|
245
|
-
"left-icon"?(_: {
|
|
246
|
-
iconName: string;
|
|
247
|
-
iconSize: any;
|
|
248
|
-
}): any;
|
|
249
|
-
"right-icon"?(_: {
|
|
250
|
-
iconName: string;
|
|
251
|
-
iconSize: any;
|
|
252
|
-
}): any;
|
|
253
|
-
right?(_: {}): any;
|
|
254
|
-
};
|
|
255
|
-
});
|
|
256
|
-
UButton: {
|
|
257
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
258
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
259
|
-
label: string;
|
|
260
|
-
id: string;
|
|
261
|
-
rightIcon: string;
|
|
262
|
-
leftIcon: string;
|
|
263
|
-
config: Record<string, any>;
|
|
264
|
-
dataTest: string;
|
|
265
|
-
icon: string;
|
|
266
|
-
color?: string | undefined;
|
|
267
|
-
disabled?: boolean | undefined;
|
|
268
|
-
size?: string | undefined;
|
|
269
|
-
square?: boolean | undefined;
|
|
270
|
-
filled?: boolean | undefined;
|
|
271
|
-
variant?: string | undefined;
|
|
272
|
-
loading?: boolean | undefined;
|
|
273
|
-
tag?: string | undefined;
|
|
274
|
-
tabindex?: string | number | undefined;
|
|
275
|
-
block?: boolean | undefined;
|
|
276
|
-
round?: boolean | undefined;
|
|
277
|
-
noRing?: boolean | undefined;
|
|
278
|
-
$props: {
|
|
279
|
-
readonly label?: string | undefined;
|
|
280
|
-
readonly id?: string | undefined;
|
|
281
|
-
readonly rightIcon?: string | undefined;
|
|
282
|
-
readonly leftIcon?: string | undefined;
|
|
283
|
-
readonly config?: Record<string, any> | undefined;
|
|
284
|
-
readonly dataTest?: string | undefined;
|
|
285
|
-
readonly icon?: string | undefined;
|
|
286
|
-
readonly color?: string | undefined;
|
|
287
|
-
readonly disabled?: boolean | undefined;
|
|
288
|
-
readonly size?: string | undefined;
|
|
289
|
-
readonly square?: boolean | undefined;
|
|
290
|
-
readonly filled?: boolean | undefined;
|
|
291
|
-
readonly variant?: string | undefined;
|
|
292
|
-
readonly loading?: boolean | undefined;
|
|
293
|
-
readonly tag?: string | undefined;
|
|
294
|
-
readonly tabindex?: string | number | undefined;
|
|
295
|
-
readonly block?: boolean | undefined;
|
|
296
|
-
readonly round?: boolean | undefined;
|
|
297
|
-
readonly noRing?: boolean | undefined;
|
|
298
|
-
};
|
|
299
|
-
}, {}, {}, {}, 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, {
|
|
300
|
-
P: {};
|
|
301
|
-
B: {};
|
|
302
|
-
D: {};
|
|
303
|
-
C: {};
|
|
304
|
-
M: {};
|
|
305
|
-
Defaults: {};
|
|
306
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
307
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
308
|
-
label: string;
|
|
309
|
-
id: string;
|
|
310
|
-
rightIcon: string;
|
|
311
|
-
leftIcon: string;
|
|
312
|
-
config: Record<string, any>;
|
|
313
|
-
dataTest: string;
|
|
314
|
-
icon: string;
|
|
315
|
-
color?: string | undefined;
|
|
316
|
-
disabled?: boolean | undefined;
|
|
317
|
-
size?: string | undefined;
|
|
318
|
-
square?: boolean | undefined;
|
|
319
|
-
filled?: boolean | undefined;
|
|
320
|
-
variant?: string | undefined;
|
|
321
|
-
loading?: boolean | undefined;
|
|
322
|
-
tag?: string | undefined;
|
|
323
|
-
tabindex?: string | number | undefined;
|
|
324
|
-
block?: boolean | undefined;
|
|
325
|
-
round?: boolean | undefined;
|
|
326
|
-
noRing?: boolean | undefined;
|
|
327
|
-
$props: {
|
|
328
|
-
readonly label?: string | undefined;
|
|
329
|
-
readonly id?: string | undefined;
|
|
330
|
-
readonly rightIcon?: string | undefined;
|
|
331
|
-
readonly leftIcon?: string | undefined;
|
|
332
|
-
readonly config?: Record<string, any> | undefined;
|
|
333
|
-
readonly dataTest?: string | undefined;
|
|
334
|
-
readonly icon?: string | undefined;
|
|
335
|
-
readonly color?: string | undefined;
|
|
336
|
-
readonly disabled?: boolean | undefined;
|
|
337
|
-
readonly size?: string | undefined;
|
|
338
|
-
readonly square?: boolean | undefined;
|
|
339
|
-
readonly filled?: boolean | undefined;
|
|
340
|
-
readonly variant?: string | undefined;
|
|
341
|
-
readonly loading?: boolean | undefined;
|
|
342
|
-
readonly tag?: string | undefined;
|
|
343
|
-
readonly tabindex?: string | number | undefined;
|
|
344
|
-
readonly block?: boolean | undefined;
|
|
345
|
-
readonly round?: boolean | undefined;
|
|
346
|
-
readonly noRing?: boolean | undefined;
|
|
347
|
-
};
|
|
348
|
-
}, {}, {}, {}, {}>;
|
|
349
|
-
__isFragment?: never;
|
|
350
|
-
__isTeleport?: never;
|
|
351
|
-
__isSuspense?: never;
|
|
352
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
353
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
354
|
-
label: string;
|
|
355
|
-
id: string;
|
|
356
|
-
rightIcon: string;
|
|
357
|
-
leftIcon: string;
|
|
358
|
-
config: Record<string, any>;
|
|
359
|
-
dataTest: string;
|
|
360
|
-
icon: string;
|
|
361
|
-
color?: string | undefined;
|
|
362
|
-
disabled?: boolean | undefined;
|
|
363
|
-
size?: string | undefined;
|
|
364
|
-
square?: boolean | undefined;
|
|
365
|
-
filled?: boolean | undefined;
|
|
366
|
-
variant?: string | undefined;
|
|
367
|
-
loading?: boolean | undefined;
|
|
368
|
-
tag?: string | undefined;
|
|
369
|
-
tabindex?: string | number | undefined;
|
|
370
|
-
block?: boolean | undefined;
|
|
371
|
-
round?: boolean | undefined;
|
|
372
|
-
noRing?: boolean | undefined;
|
|
373
|
-
$props: {
|
|
374
|
-
readonly label?: string | undefined;
|
|
375
|
-
readonly id?: string | undefined;
|
|
376
|
-
readonly rightIcon?: string | undefined;
|
|
377
|
-
readonly leftIcon?: string | undefined;
|
|
378
|
-
readonly config?: Record<string, any> | undefined;
|
|
379
|
-
readonly dataTest?: string | undefined;
|
|
380
|
-
readonly icon?: string | undefined;
|
|
381
|
-
readonly color?: string | undefined;
|
|
382
|
-
readonly disabled?: boolean | undefined;
|
|
383
|
-
readonly size?: string | undefined;
|
|
384
|
-
readonly square?: boolean | undefined;
|
|
385
|
-
readonly filled?: boolean | undefined;
|
|
386
|
-
readonly variant?: string | undefined;
|
|
387
|
-
readonly loading?: boolean | undefined;
|
|
388
|
-
readonly tag?: string | undefined;
|
|
389
|
-
readonly tabindex?: string | number | undefined;
|
|
390
|
-
readonly block?: boolean | undefined;
|
|
391
|
-
readonly round?: boolean | undefined;
|
|
392
|
-
readonly noRing?: boolean | undefined;
|
|
393
|
-
};
|
|
394
|
-
}, {}, {}, {}, 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 () => {
|
|
395
|
-
$slots: {
|
|
396
|
-
left?(_: {
|
|
397
|
-
iconName: string;
|
|
398
|
-
iconSize: any;
|
|
399
|
-
iconColor: string | undefined;
|
|
400
|
-
}): any;
|
|
401
|
-
default?(_: {
|
|
402
|
-
label: string;
|
|
403
|
-
iconName: string;
|
|
404
|
-
iconSize: any;
|
|
405
|
-
iconColor: string | undefined;
|
|
406
|
-
}): any;
|
|
407
|
-
right?(_: {
|
|
408
|
-
iconName: string;
|
|
409
|
-
iconSize: any;
|
|
410
|
-
iconColor: string | undefined;
|
|
411
|
-
}): any;
|
|
412
|
-
};
|
|
413
|
-
});
|
|
414
|
-
};
|
|
415
|
-
setup(): {
|
|
416
|
-
args: any;
|
|
417
|
-
slots: any;
|
|
418
|
-
};
|
|
419
|
-
template: string;
|
|
420
|
-
};
|
|
421
|
-
export namespace Default {
|
|
422
|
-
let args: {};
|
|
423
|
-
}
|
|
424
|
-
export function Gap(args: any, { argTypes }?: {}): {
|
|
425
|
-
components: {
|
|
426
|
-
UCol: {
|
|
427
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
428
|
-
config: Record<string, any>;
|
|
429
|
-
dataTest: string;
|
|
430
|
-
reverse?: boolean | undefined;
|
|
431
|
-
content?: string | undefined;
|
|
432
|
-
gap?: string | undefined;
|
|
433
|
-
align?: string | undefined;
|
|
434
|
-
justify?: string | undefined;
|
|
435
|
-
wrap?: boolean | undefined;
|
|
436
|
-
$props: {
|
|
437
|
-
readonly config?: Record<string, any> | undefined;
|
|
438
|
-
readonly dataTest?: string | undefined;
|
|
439
|
-
readonly reverse?: boolean | undefined;
|
|
440
|
-
readonly content?: string | undefined;
|
|
441
|
-
readonly gap?: string | undefined;
|
|
442
|
-
readonly align?: string | undefined;
|
|
443
|
-
readonly justify?: string | undefined;
|
|
444
|
-
readonly wrap?: boolean | undefined;
|
|
445
|
-
};
|
|
446
|
-
}, {}, {}, {}, 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, {
|
|
447
|
-
P: {};
|
|
448
|
-
B: {};
|
|
449
|
-
D: {};
|
|
450
|
-
C: {};
|
|
451
|
-
M: {};
|
|
452
|
-
Defaults: {};
|
|
453
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
454
|
-
config: Record<string, any>;
|
|
455
|
-
dataTest: string;
|
|
456
|
-
reverse?: boolean | undefined;
|
|
457
|
-
content?: string | undefined;
|
|
458
|
-
gap?: string | undefined;
|
|
459
|
-
align?: string | undefined;
|
|
460
|
-
justify?: string | undefined;
|
|
461
|
-
wrap?: boolean | undefined;
|
|
462
|
-
$props: {
|
|
463
|
-
readonly config?: Record<string, any> | undefined;
|
|
464
|
-
readonly dataTest?: string | undefined;
|
|
465
|
-
readonly reverse?: boolean | undefined;
|
|
466
|
-
readonly content?: string | undefined;
|
|
467
|
-
readonly gap?: string | undefined;
|
|
468
|
-
readonly align?: string | undefined;
|
|
469
|
-
readonly justify?: string | undefined;
|
|
470
|
-
readonly wrap?: boolean | undefined;
|
|
471
|
-
};
|
|
472
|
-
}, {}, {}, {}, {}>;
|
|
473
|
-
__isFragment?: never;
|
|
474
|
-
__isTeleport?: never;
|
|
475
|
-
__isSuspense?: never;
|
|
476
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
477
|
-
config: Record<string, any>;
|
|
478
|
-
dataTest: string;
|
|
479
|
-
reverse?: boolean | undefined;
|
|
480
|
-
content?: string | undefined;
|
|
481
|
-
gap?: string | undefined;
|
|
482
|
-
align?: string | undefined;
|
|
483
|
-
justify?: string | undefined;
|
|
484
|
-
wrap?: boolean | undefined;
|
|
485
|
-
$props: {
|
|
486
|
-
readonly config?: Record<string, any> | undefined;
|
|
487
|
-
readonly dataTest?: string | undefined;
|
|
488
|
-
readonly reverse?: boolean | undefined;
|
|
489
|
-
readonly content?: string | undefined;
|
|
490
|
-
readonly gap?: string | undefined;
|
|
491
|
-
readonly align?: string | undefined;
|
|
492
|
-
readonly justify?: string | undefined;
|
|
493
|
-
readonly wrap?: boolean | undefined;
|
|
494
|
-
};
|
|
495
|
-
}, {}, {}, {}, 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 () => {
|
|
496
|
-
$slots: {
|
|
497
|
-
default?(_: {}): any;
|
|
498
|
-
};
|
|
499
|
-
});
|
|
500
|
-
URow: {
|
|
501
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
502
|
-
config: Record<string, any>;
|
|
503
|
-
dataTest: string;
|
|
504
|
-
reverse?: boolean | undefined;
|
|
505
|
-
content?: string | undefined;
|
|
506
|
-
gap?: string | undefined;
|
|
507
|
-
align?: string | undefined;
|
|
508
|
-
justify?: string | undefined;
|
|
509
|
-
wrap?: boolean | undefined;
|
|
510
|
-
noMobile?: boolean | undefined;
|
|
511
|
-
$props: {
|
|
512
|
-
readonly config?: Record<string, any> | undefined;
|
|
513
|
-
readonly dataTest?: string | undefined;
|
|
514
|
-
readonly reverse?: boolean | undefined;
|
|
515
|
-
readonly content?: string | undefined;
|
|
516
|
-
readonly gap?: string | undefined;
|
|
517
|
-
readonly align?: string | undefined;
|
|
518
|
-
readonly justify?: string | undefined;
|
|
519
|
-
readonly wrap?: boolean | undefined;
|
|
520
|
-
readonly noMobile?: boolean | undefined;
|
|
521
|
-
};
|
|
522
|
-
}, {}, {}, {}, 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, {
|
|
523
|
-
P: {};
|
|
524
|
-
B: {};
|
|
525
|
-
D: {};
|
|
526
|
-
C: {};
|
|
527
|
-
M: {};
|
|
528
|
-
Defaults: {};
|
|
529
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
530
|
-
config: Record<string, any>;
|
|
531
|
-
dataTest: string;
|
|
532
|
-
reverse?: boolean | undefined;
|
|
533
|
-
content?: string | undefined;
|
|
534
|
-
gap?: string | undefined;
|
|
535
|
-
align?: string | undefined;
|
|
536
|
-
justify?: string | undefined;
|
|
537
|
-
wrap?: boolean | undefined;
|
|
538
|
-
noMobile?: boolean | undefined;
|
|
539
|
-
$props: {
|
|
540
|
-
readonly config?: Record<string, any> | undefined;
|
|
541
|
-
readonly dataTest?: string | undefined;
|
|
542
|
-
readonly reverse?: boolean | undefined;
|
|
543
|
-
readonly content?: string | undefined;
|
|
544
|
-
readonly gap?: string | undefined;
|
|
545
|
-
readonly align?: string | undefined;
|
|
546
|
-
readonly justify?: string | undefined;
|
|
547
|
-
readonly wrap?: boolean | undefined;
|
|
548
|
-
readonly noMobile?: boolean | undefined;
|
|
549
|
-
};
|
|
550
|
-
}, {}, {}, {}, {}>;
|
|
551
|
-
__isFragment?: never;
|
|
552
|
-
__isTeleport?: never;
|
|
553
|
-
__isSuspense?: never;
|
|
554
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
555
|
-
config: Record<string, any>;
|
|
556
|
-
dataTest: string;
|
|
557
|
-
reverse?: boolean | undefined;
|
|
558
|
-
content?: string | undefined;
|
|
559
|
-
gap?: string | undefined;
|
|
560
|
-
align?: string | undefined;
|
|
561
|
-
justify?: string | undefined;
|
|
562
|
-
wrap?: boolean | undefined;
|
|
563
|
-
noMobile?: boolean | undefined;
|
|
564
|
-
$props: {
|
|
565
|
-
readonly config?: Record<string, any> | undefined;
|
|
566
|
-
readonly dataTest?: string | undefined;
|
|
567
|
-
readonly reverse?: boolean | undefined;
|
|
568
|
-
readonly content?: string | undefined;
|
|
569
|
-
readonly gap?: string | undefined;
|
|
570
|
-
readonly align?: string | undefined;
|
|
571
|
-
readonly justify?: string | undefined;
|
|
572
|
-
readonly wrap?: boolean | undefined;
|
|
573
|
-
readonly noMobile?: boolean | undefined;
|
|
574
|
-
};
|
|
575
|
-
}, {}, {}, {}, 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 () => {
|
|
576
|
-
$slots: {
|
|
577
|
-
default?(_: {}): any;
|
|
578
|
-
};
|
|
579
|
-
});
|
|
580
|
-
UInput: {
|
|
581
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
582
|
-
inputRef: import("vue").Ref<null, null>;
|
|
583
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
584
|
-
label: string;
|
|
585
|
-
id: string;
|
|
586
|
-
description: string;
|
|
587
|
-
error: string;
|
|
588
|
-
rightIcon: string;
|
|
589
|
-
leftIcon: string;
|
|
590
|
-
config: Record<string, any>;
|
|
591
|
-
dataTest: string;
|
|
592
|
-
modelValue: string | number;
|
|
593
|
-
placeholder: string;
|
|
594
|
-
maxLength: string | number;
|
|
595
|
-
disabled?: boolean | undefined;
|
|
596
|
-
size?: string | undefined;
|
|
597
|
-
type?: string | undefined;
|
|
598
|
-
labelAlign?: string | undefined;
|
|
599
|
-
validationRule?: string | RegExp | undefined;
|
|
600
|
-
inputmode?: string | undefined;
|
|
601
|
-
readonly?: boolean | undefined;
|
|
602
|
-
noAutocomplete?: boolean | undefined;
|
|
603
|
-
$props: {
|
|
604
|
-
readonly label?: string | undefined;
|
|
605
|
-
readonly id?: string | undefined;
|
|
606
|
-
readonly description?: string | undefined;
|
|
607
|
-
readonly error?: string | undefined;
|
|
608
|
-
readonly rightIcon?: string | undefined;
|
|
609
|
-
readonly leftIcon?: string | undefined;
|
|
610
|
-
readonly config?: Record<string, any> | undefined;
|
|
611
|
-
readonly dataTest?: string | undefined;
|
|
612
|
-
readonly modelValue?: string | number | undefined;
|
|
613
|
-
readonly placeholder?: string | undefined;
|
|
614
|
-
readonly maxLength?: string | number | undefined;
|
|
615
|
-
readonly disabled?: boolean | undefined;
|
|
616
|
-
readonly size?: string | undefined;
|
|
617
|
-
readonly type?: string | undefined;
|
|
618
|
-
readonly labelAlign?: string | undefined;
|
|
619
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
620
|
-
readonly inputmode?: string | undefined;
|
|
621
|
-
readonly readonly?: boolean | undefined;
|
|
622
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
623
|
-
};
|
|
624
|
-
}, {}, {}, {}, 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, {
|
|
625
|
-
P: {};
|
|
626
|
-
B: {};
|
|
627
|
-
D: {};
|
|
628
|
-
C: {};
|
|
629
|
-
M: {};
|
|
630
|
-
Defaults: {};
|
|
631
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
632
|
-
inputRef: import("vue").Ref<null, null>;
|
|
633
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
634
|
-
label: string;
|
|
635
|
-
id: string;
|
|
636
|
-
description: string;
|
|
637
|
-
error: string;
|
|
638
|
-
rightIcon: string;
|
|
639
|
-
leftIcon: string;
|
|
640
|
-
config: Record<string, any>;
|
|
641
|
-
dataTest: string;
|
|
642
|
-
modelValue: string | number;
|
|
643
|
-
placeholder: string;
|
|
644
|
-
maxLength: string | number;
|
|
645
|
-
disabled?: boolean | undefined;
|
|
646
|
-
size?: string | undefined;
|
|
647
|
-
type?: string | undefined;
|
|
648
|
-
labelAlign?: string | undefined;
|
|
649
|
-
validationRule?: string | RegExp | undefined;
|
|
650
|
-
inputmode?: string | undefined;
|
|
651
|
-
readonly?: boolean | undefined;
|
|
652
|
-
noAutocomplete?: boolean | undefined;
|
|
653
|
-
$props: {
|
|
654
|
-
readonly label?: string | undefined;
|
|
655
|
-
readonly id?: string | undefined;
|
|
656
|
-
readonly description?: string | undefined;
|
|
657
|
-
readonly error?: string | undefined;
|
|
658
|
-
readonly rightIcon?: string | undefined;
|
|
659
|
-
readonly leftIcon?: string | undefined;
|
|
660
|
-
readonly config?: Record<string, any> | undefined;
|
|
661
|
-
readonly dataTest?: string | undefined;
|
|
662
|
-
readonly modelValue?: string | number | undefined;
|
|
663
|
-
readonly placeholder?: string | undefined;
|
|
664
|
-
readonly maxLength?: string | number | undefined;
|
|
665
|
-
readonly disabled?: boolean | undefined;
|
|
666
|
-
readonly size?: string | undefined;
|
|
667
|
-
readonly type?: string | undefined;
|
|
668
|
-
readonly labelAlign?: string | undefined;
|
|
669
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
670
|
-
readonly inputmode?: string | undefined;
|
|
671
|
-
readonly readonly?: boolean | undefined;
|
|
672
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
673
|
-
};
|
|
674
|
-
}, {}, {}, {}, {}>;
|
|
675
|
-
__isFragment?: never;
|
|
676
|
-
__isTeleport?: never;
|
|
677
|
-
__isSuspense?: never;
|
|
678
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
679
|
-
inputRef: import("vue").Ref<null, null>;
|
|
680
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
681
|
-
label: string;
|
|
682
|
-
id: string;
|
|
683
|
-
description: string;
|
|
684
|
-
error: string;
|
|
685
|
-
rightIcon: string;
|
|
686
|
-
leftIcon: string;
|
|
687
|
-
config: Record<string, any>;
|
|
688
|
-
dataTest: string;
|
|
689
|
-
modelValue: string | number;
|
|
690
|
-
placeholder: string;
|
|
691
|
-
maxLength: string | number;
|
|
692
|
-
disabled?: boolean | undefined;
|
|
693
|
-
size?: string | undefined;
|
|
694
|
-
type?: string | undefined;
|
|
695
|
-
labelAlign?: string | undefined;
|
|
696
|
-
validationRule?: string | RegExp | undefined;
|
|
697
|
-
inputmode?: string | undefined;
|
|
698
|
-
readonly?: boolean | undefined;
|
|
699
|
-
noAutocomplete?: boolean | undefined;
|
|
700
|
-
$props: {
|
|
701
|
-
readonly label?: string | undefined;
|
|
702
|
-
readonly id?: string | undefined;
|
|
703
|
-
readonly description?: string | undefined;
|
|
704
|
-
readonly error?: string | undefined;
|
|
705
|
-
readonly rightIcon?: string | undefined;
|
|
706
|
-
readonly leftIcon?: string | undefined;
|
|
707
|
-
readonly config?: Record<string, any> | undefined;
|
|
708
|
-
readonly dataTest?: string | undefined;
|
|
709
|
-
readonly modelValue?: string | number | undefined;
|
|
710
|
-
readonly placeholder?: string | undefined;
|
|
711
|
-
readonly maxLength?: string | number | undefined;
|
|
712
|
-
readonly disabled?: boolean | undefined;
|
|
713
|
-
readonly size?: string | undefined;
|
|
714
|
-
readonly type?: string | undefined;
|
|
715
|
-
readonly labelAlign?: string | undefined;
|
|
716
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
717
|
-
readonly inputmode?: string | undefined;
|
|
718
|
-
readonly readonly?: boolean | undefined;
|
|
719
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
720
|
-
};
|
|
721
|
-
}, {}, {}, {}, 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 () => {
|
|
722
|
-
$slots: {
|
|
723
|
-
left?(_: {}): any;
|
|
724
|
-
"left-icon"?(_: {
|
|
725
|
-
iconName: string;
|
|
726
|
-
iconSize: any;
|
|
727
|
-
}): any;
|
|
728
|
-
"right-icon"?(_: {
|
|
729
|
-
iconName: string;
|
|
730
|
-
iconSize: any;
|
|
731
|
-
}): any;
|
|
732
|
-
right?(_: {}): any;
|
|
733
|
-
};
|
|
734
|
-
});
|
|
735
|
-
UButton: {
|
|
736
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
737
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
738
|
-
label: string;
|
|
739
|
-
id: string;
|
|
740
|
-
rightIcon: string;
|
|
741
|
-
leftIcon: string;
|
|
742
|
-
config: Record<string, any>;
|
|
743
|
-
dataTest: string;
|
|
744
|
-
icon: string;
|
|
745
|
-
color?: string | undefined;
|
|
746
|
-
disabled?: boolean | undefined;
|
|
747
|
-
size?: string | undefined;
|
|
748
|
-
square?: boolean | undefined;
|
|
749
|
-
filled?: boolean | undefined;
|
|
750
|
-
variant?: string | undefined;
|
|
751
|
-
loading?: boolean | undefined;
|
|
752
|
-
tag?: string | undefined;
|
|
753
|
-
tabindex?: string | number | undefined;
|
|
754
|
-
block?: boolean | undefined;
|
|
755
|
-
round?: boolean | undefined;
|
|
756
|
-
noRing?: boolean | undefined;
|
|
757
|
-
$props: {
|
|
758
|
-
readonly label?: string | undefined;
|
|
759
|
-
readonly id?: string | undefined;
|
|
760
|
-
readonly rightIcon?: string | undefined;
|
|
761
|
-
readonly leftIcon?: string | undefined;
|
|
762
|
-
readonly config?: Record<string, any> | undefined;
|
|
763
|
-
readonly dataTest?: string | undefined;
|
|
764
|
-
readonly icon?: string | undefined;
|
|
765
|
-
readonly color?: string | undefined;
|
|
766
|
-
readonly disabled?: boolean | undefined;
|
|
767
|
-
readonly size?: string | undefined;
|
|
768
|
-
readonly square?: boolean | undefined;
|
|
769
|
-
readonly filled?: boolean | undefined;
|
|
770
|
-
readonly variant?: string | undefined;
|
|
771
|
-
readonly loading?: boolean | undefined;
|
|
772
|
-
readonly tag?: string | undefined;
|
|
773
|
-
readonly tabindex?: string | number | undefined;
|
|
774
|
-
readonly block?: boolean | undefined;
|
|
775
|
-
readonly round?: boolean | undefined;
|
|
776
|
-
readonly noRing?: boolean | undefined;
|
|
777
|
-
};
|
|
778
|
-
}, {}, {}, {}, 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, {
|
|
779
|
-
P: {};
|
|
780
|
-
B: {};
|
|
781
|
-
D: {};
|
|
782
|
-
C: {};
|
|
783
|
-
M: {};
|
|
784
|
-
Defaults: {};
|
|
785
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
786
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
787
|
-
label: string;
|
|
788
|
-
id: string;
|
|
789
|
-
rightIcon: string;
|
|
790
|
-
leftIcon: string;
|
|
791
|
-
config: Record<string, any>;
|
|
792
|
-
dataTest: string;
|
|
793
|
-
icon: string;
|
|
794
|
-
color?: string | undefined;
|
|
795
|
-
disabled?: boolean | undefined;
|
|
796
|
-
size?: string | undefined;
|
|
797
|
-
square?: boolean | undefined;
|
|
798
|
-
filled?: boolean | undefined;
|
|
799
|
-
variant?: string | undefined;
|
|
800
|
-
loading?: boolean | undefined;
|
|
801
|
-
tag?: string | undefined;
|
|
802
|
-
tabindex?: string | number | undefined;
|
|
803
|
-
block?: boolean | undefined;
|
|
804
|
-
round?: boolean | undefined;
|
|
805
|
-
noRing?: boolean | undefined;
|
|
806
|
-
$props: {
|
|
807
|
-
readonly label?: string | undefined;
|
|
808
|
-
readonly id?: string | undefined;
|
|
809
|
-
readonly rightIcon?: string | undefined;
|
|
810
|
-
readonly leftIcon?: string | undefined;
|
|
811
|
-
readonly config?: Record<string, any> | undefined;
|
|
812
|
-
readonly dataTest?: string | undefined;
|
|
813
|
-
readonly icon?: string | undefined;
|
|
814
|
-
readonly color?: string | undefined;
|
|
815
|
-
readonly disabled?: boolean | undefined;
|
|
816
|
-
readonly size?: string | undefined;
|
|
817
|
-
readonly square?: boolean | undefined;
|
|
818
|
-
readonly filled?: boolean | undefined;
|
|
819
|
-
readonly variant?: string | undefined;
|
|
820
|
-
readonly loading?: boolean | undefined;
|
|
821
|
-
readonly tag?: string | undefined;
|
|
822
|
-
readonly tabindex?: string | number | undefined;
|
|
823
|
-
readonly block?: boolean | undefined;
|
|
824
|
-
readonly round?: boolean | undefined;
|
|
825
|
-
readonly noRing?: boolean | undefined;
|
|
826
|
-
};
|
|
827
|
-
}, {}, {}, {}, {}>;
|
|
828
|
-
__isFragment?: never;
|
|
829
|
-
__isTeleport?: never;
|
|
830
|
-
__isSuspense?: never;
|
|
831
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
832
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
833
|
-
label: string;
|
|
834
|
-
id: string;
|
|
835
|
-
rightIcon: string;
|
|
836
|
-
leftIcon: string;
|
|
837
|
-
config: Record<string, any>;
|
|
838
|
-
dataTest: string;
|
|
839
|
-
icon: string;
|
|
840
|
-
color?: string | undefined;
|
|
841
|
-
disabled?: boolean | undefined;
|
|
842
|
-
size?: string | undefined;
|
|
843
|
-
square?: boolean | undefined;
|
|
844
|
-
filled?: boolean | undefined;
|
|
845
|
-
variant?: string | undefined;
|
|
846
|
-
loading?: boolean | undefined;
|
|
847
|
-
tag?: string | undefined;
|
|
848
|
-
tabindex?: string | number | undefined;
|
|
849
|
-
block?: boolean | undefined;
|
|
850
|
-
round?: boolean | undefined;
|
|
851
|
-
noRing?: boolean | undefined;
|
|
852
|
-
$props: {
|
|
853
|
-
readonly label?: string | undefined;
|
|
854
|
-
readonly id?: string | undefined;
|
|
855
|
-
readonly rightIcon?: string | undefined;
|
|
856
|
-
readonly leftIcon?: string | undefined;
|
|
857
|
-
readonly config?: Record<string, any> | undefined;
|
|
858
|
-
readonly dataTest?: string | undefined;
|
|
859
|
-
readonly icon?: string | undefined;
|
|
860
|
-
readonly color?: string | undefined;
|
|
861
|
-
readonly disabled?: boolean | undefined;
|
|
862
|
-
readonly size?: string | undefined;
|
|
863
|
-
readonly square?: boolean | undefined;
|
|
864
|
-
readonly filled?: boolean | undefined;
|
|
865
|
-
readonly variant?: string | undefined;
|
|
866
|
-
readonly loading?: boolean | undefined;
|
|
867
|
-
readonly tag?: string | undefined;
|
|
868
|
-
readonly tabindex?: string | number | undefined;
|
|
869
|
-
readonly block?: boolean | undefined;
|
|
870
|
-
readonly round?: boolean | undefined;
|
|
871
|
-
readonly noRing?: boolean | undefined;
|
|
872
|
-
};
|
|
873
|
-
}, {}, {}, {}, 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 () => {
|
|
874
|
-
$slots: {
|
|
875
|
-
left?(_: {
|
|
876
|
-
iconName: string;
|
|
877
|
-
iconSize: any;
|
|
878
|
-
iconColor: string | undefined;
|
|
879
|
-
}): any;
|
|
880
|
-
default?(_: {
|
|
881
|
-
label: string;
|
|
882
|
-
iconName: string;
|
|
883
|
-
iconSize: any;
|
|
884
|
-
iconColor: string | undefined;
|
|
885
|
-
}): any;
|
|
886
|
-
right?(_: {
|
|
887
|
-
iconName: string;
|
|
888
|
-
iconSize: any;
|
|
889
|
-
iconColor: string | undefined;
|
|
890
|
-
}): any;
|
|
891
|
-
};
|
|
892
|
-
});
|
|
893
|
-
};
|
|
894
|
-
setup(): {
|
|
895
|
-
args: any;
|
|
896
|
-
options: any;
|
|
897
|
-
isGapEnum: boolean;
|
|
898
|
-
};
|
|
899
|
-
template: string;
|
|
900
|
-
};
|
|
901
|
-
export namespace Gap {
|
|
902
|
-
export namespace args_1 {
|
|
903
|
-
let _enum: string;
|
|
904
|
-
export { _enum as enum };
|
|
905
|
-
}
|
|
906
|
-
export { args_1 as args };
|
|
907
|
-
}
|
|
908
|
-
export function Align(args: any, { argTypes }?: {}): {
|
|
909
|
-
components: {
|
|
910
|
-
UCol: {
|
|
911
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
912
|
-
config: Record<string, any>;
|
|
913
|
-
dataTest: string;
|
|
914
|
-
reverse?: boolean | undefined;
|
|
915
|
-
content?: string | undefined;
|
|
916
|
-
gap?: string | undefined;
|
|
917
|
-
align?: string | undefined;
|
|
918
|
-
justify?: string | undefined;
|
|
919
|
-
wrap?: boolean | undefined;
|
|
920
|
-
$props: {
|
|
921
|
-
readonly config?: Record<string, any> | undefined;
|
|
922
|
-
readonly dataTest?: string | undefined;
|
|
923
|
-
readonly reverse?: boolean | undefined;
|
|
924
|
-
readonly content?: string | undefined;
|
|
925
|
-
readonly gap?: string | undefined;
|
|
926
|
-
readonly align?: string | undefined;
|
|
927
|
-
readonly justify?: string | undefined;
|
|
928
|
-
readonly wrap?: boolean | undefined;
|
|
929
|
-
};
|
|
930
|
-
}, {}, {}, {}, 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, {
|
|
931
|
-
P: {};
|
|
932
|
-
B: {};
|
|
933
|
-
D: {};
|
|
934
|
-
C: {};
|
|
935
|
-
M: {};
|
|
936
|
-
Defaults: {};
|
|
937
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
938
|
-
config: Record<string, any>;
|
|
939
|
-
dataTest: string;
|
|
940
|
-
reverse?: boolean | undefined;
|
|
941
|
-
content?: string | undefined;
|
|
942
|
-
gap?: string | undefined;
|
|
943
|
-
align?: string | undefined;
|
|
944
|
-
justify?: string | undefined;
|
|
945
|
-
wrap?: boolean | undefined;
|
|
946
|
-
$props: {
|
|
947
|
-
readonly config?: Record<string, any> | undefined;
|
|
948
|
-
readonly dataTest?: string | undefined;
|
|
949
|
-
readonly reverse?: boolean | undefined;
|
|
950
|
-
readonly content?: string | undefined;
|
|
951
|
-
readonly gap?: string | undefined;
|
|
952
|
-
readonly align?: string | undefined;
|
|
953
|
-
readonly justify?: string | undefined;
|
|
954
|
-
readonly wrap?: boolean | undefined;
|
|
955
|
-
};
|
|
956
|
-
}, {}, {}, {}, {}>;
|
|
957
|
-
__isFragment?: never;
|
|
958
|
-
__isTeleport?: never;
|
|
959
|
-
__isSuspense?: never;
|
|
960
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
961
|
-
config: Record<string, any>;
|
|
962
|
-
dataTest: string;
|
|
963
|
-
reverse?: boolean | undefined;
|
|
964
|
-
content?: string | undefined;
|
|
965
|
-
gap?: string | undefined;
|
|
966
|
-
align?: string | undefined;
|
|
967
|
-
justify?: string | undefined;
|
|
968
|
-
wrap?: boolean | undefined;
|
|
969
|
-
$props: {
|
|
970
|
-
readonly config?: Record<string, any> | undefined;
|
|
971
|
-
readonly dataTest?: string | undefined;
|
|
972
|
-
readonly reverse?: boolean | undefined;
|
|
973
|
-
readonly content?: string | undefined;
|
|
974
|
-
readonly gap?: string | undefined;
|
|
975
|
-
readonly align?: string | undefined;
|
|
976
|
-
readonly justify?: string | undefined;
|
|
977
|
-
readonly wrap?: boolean | undefined;
|
|
978
|
-
};
|
|
979
|
-
}, {}, {}, {}, 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 () => {
|
|
980
|
-
$slots: {
|
|
981
|
-
default?(_: {}): any;
|
|
982
|
-
};
|
|
983
|
-
});
|
|
984
|
-
URow: {
|
|
985
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
986
|
-
config: Record<string, any>;
|
|
987
|
-
dataTest: string;
|
|
988
|
-
reverse?: boolean | undefined;
|
|
989
|
-
content?: string | undefined;
|
|
990
|
-
gap?: string | undefined;
|
|
991
|
-
align?: string | undefined;
|
|
992
|
-
justify?: string | undefined;
|
|
993
|
-
wrap?: boolean | undefined;
|
|
994
|
-
noMobile?: boolean | undefined;
|
|
995
|
-
$props: {
|
|
996
|
-
readonly config?: Record<string, any> | undefined;
|
|
997
|
-
readonly dataTest?: string | undefined;
|
|
998
|
-
readonly reverse?: boolean | undefined;
|
|
999
|
-
readonly content?: string | undefined;
|
|
1000
|
-
readonly gap?: string | undefined;
|
|
1001
|
-
readonly align?: string | undefined;
|
|
1002
|
-
readonly justify?: string | undefined;
|
|
1003
|
-
readonly wrap?: boolean | undefined;
|
|
1004
|
-
readonly noMobile?: boolean | undefined;
|
|
1005
|
-
};
|
|
1006
|
-
}, {}, {}, {}, 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, {
|
|
1007
|
-
P: {};
|
|
1008
|
-
B: {};
|
|
1009
|
-
D: {};
|
|
1010
|
-
C: {};
|
|
1011
|
-
M: {};
|
|
1012
|
-
Defaults: {};
|
|
1013
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1014
|
-
config: Record<string, any>;
|
|
1015
|
-
dataTest: string;
|
|
1016
|
-
reverse?: boolean | undefined;
|
|
1017
|
-
content?: string | undefined;
|
|
1018
|
-
gap?: string | undefined;
|
|
1019
|
-
align?: string | undefined;
|
|
1020
|
-
justify?: string | undefined;
|
|
1021
|
-
wrap?: boolean | undefined;
|
|
1022
|
-
noMobile?: boolean | undefined;
|
|
1023
|
-
$props: {
|
|
1024
|
-
readonly config?: Record<string, any> | undefined;
|
|
1025
|
-
readonly dataTest?: string | undefined;
|
|
1026
|
-
readonly reverse?: boolean | undefined;
|
|
1027
|
-
readonly content?: string | undefined;
|
|
1028
|
-
readonly gap?: string | undefined;
|
|
1029
|
-
readonly align?: string | undefined;
|
|
1030
|
-
readonly justify?: string | undefined;
|
|
1031
|
-
readonly wrap?: boolean | undefined;
|
|
1032
|
-
readonly noMobile?: boolean | undefined;
|
|
1033
|
-
};
|
|
1034
|
-
}, {}, {}, {}, {}>;
|
|
1035
|
-
__isFragment?: never;
|
|
1036
|
-
__isTeleport?: never;
|
|
1037
|
-
__isSuspense?: never;
|
|
1038
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1039
|
-
config: Record<string, any>;
|
|
1040
|
-
dataTest: string;
|
|
1041
|
-
reverse?: boolean | undefined;
|
|
1042
|
-
content?: string | undefined;
|
|
1043
|
-
gap?: string | undefined;
|
|
1044
|
-
align?: string | undefined;
|
|
1045
|
-
justify?: string | undefined;
|
|
1046
|
-
wrap?: boolean | undefined;
|
|
1047
|
-
noMobile?: boolean | undefined;
|
|
1048
|
-
$props: {
|
|
1049
|
-
readonly config?: Record<string, any> | undefined;
|
|
1050
|
-
readonly dataTest?: string | undefined;
|
|
1051
|
-
readonly reverse?: boolean | undefined;
|
|
1052
|
-
readonly content?: string | undefined;
|
|
1053
|
-
readonly gap?: string | undefined;
|
|
1054
|
-
readonly align?: string | undefined;
|
|
1055
|
-
readonly justify?: string | undefined;
|
|
1056
|
-
readonly wrap?: boolean | undefined;
|
|
1057
|
-
readonly noMobile?: boolean | undefined;
|
|
1058
|
-
};
|
|
1059
|
-
}, {}, {}, {}, 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 () => {
|
|
1060
|
-
$slots: {
|
|
1061
|
-
default?(_: {}): any;
|
|
1062
|
-
};
|
|
1063
|
-
});
|
|
1064
|
-
UInput: {
|
|
1065
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1066
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1067
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1068
|
-
label: string;
|
|
1069
|
-
id: string;
|
|
1070
|
-
description: string;
|
|
1071
|
-
error: string;
|
|
1072
|
-
rightIcon: string;
|
|
1073
|
-
leftIcon: string;
|
|
1074
|
-
config: Record<string, any>;
|
|
1075
|
-
dataTest: string;
|
|
1076
|
-
modelValue: string | number;
|
|
1077
|
-
placeholder: string;
|
|
1078
|
-
maxLength: string | number;
|
|
1079
|
-
disabled?: boolean | undefined;
|
|
1080
|
-
size?: string | undefined;
|
|
1081
|
-
type?: string | undefined;
|
|
1082
|
-
labelAlign?: string | undefined;
|
|
1083
|
-
validationRule?: string | RegExp | undefined;
|
|
1084
|
-
inputmode?: string | undefined;
|
|
1085
|
-
readonly?: boolean | undefined;
|
|
1086
|
-
noAutocomplete?: boolean | undefined;
|
|
1087
|
-
$props: {
|
|
1088
|
-
readonly label?: string | undefined;
|
|
1089
|
-
readonly id?: string | undefined;
|
|
1090
|
-
readonly description?: string | undefined;
|
|
1091
|
-
readonly error?: string | undefined;
|
|
1092
|
-
readonly rightIcon?: string | undefined;
|
|
1093
|
-
readonly leftIcon?: string | undefined;
|
|
1094
|
-
readonly config?: Record<string, any> | undefined;
|
|
1095
|
-
readonly dataTest?: string | undefined;
|
|
1096
|
-
readonly modelValue?: string | number | undefined;
|
|
1097
|
-
readonly placeholder?: string | undefined;
|
|
1098
|
-
readonly maxLength?: string | number | undefined;
|
|
1099
|
-
readonly disabled?: boolean | undefined;
|
|
1100
|
-
readonly size?: string | undefined;
|
|
1101
|
-
readonly type?: string | undefined;
|
|
1102
|
-
readonly labelAlign?: string | undefined;
|
|
1103
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1104
|
-
readonly inputmode?: string | undefined;
|
|
1105
|
-
readonly readonly?: boolean | undefined;
|
|
1106
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1107
|
-
};
|
|
1108
|
-
}, {}, {}, {}, 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, {
|
|
1109
|
-
P: {};
|
|
1110
|
-
B: {};
|
|
1111
|
-
D: {};
|
|
1112
|
-
C: {};
|
|
1113
|
-
M: {};
|
|
1114
|
-
Defaults: {};
|
|
1115
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1116
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1117
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1118
|
-
label: string;
|
|
1119
|
-
id: string;
|
|
1120
|
-
description: string;
|
|
1121
|
-
error: string;
|
|
1122
|
-
rightIcon: string;
|
|
1123
|
-
leftIcon: string;
|
|
1124
|
-
config: Record<string, any>;
|
|
1125
|
-
dataTest: string;
|
|
1126
|
-
modelValue: string | number;
|
|
1127
|
-
placeholder: string;
|
|
1128
|
-
maxLength: string | number;
|
|
1129
|
-
disabled?: boolean | undefined;
|
|
1130
|
-
size?: string | undefined;
|
|
1131
|
-
type?: string | undefined;
|
|
1132
|
-
labelAlign?: string | undefined;
|
|
1133
|
-
validationRule?: string | RegExp | undefined;
|
|
1134
|
-
inputmode?: string | undefined;
|
|
1135
|
-
readonly?: boolean | undefined;
|
|
1136
|
-
noAutocomplete?: boolean | undefined;
|
|
1137
|
-
$props: {
|
|
1138
|
-
readonly label?: string | undefined;
|
|
1139
|
-
readonly id?: string | undefined;
|
|
1140
|
-
readonly description?: string | undefined;
|
|
1141
|
-
readonly error?: string | undefined;
|
|
1142
|
-
readonly rightIcon?: string | undefined;
|
|
1143
|
-
readonly leftIcon?: string | undefined;
|
|
1144
|
-
readonly config?: Record<string, any> | undefined;
|
|
1145
|
-
readonly dataTest?: string | undefined;
|
|
1146
|
-
readonly modelValue?: string | number | undefined;
|
|
1147
|
-
readonly placeholder?: string | undefined;
|
|
1148
|
-
readonly maxLength?: string | number | undefined;
|
|
1149
|
-
readonly disabled?: boolean | undefined;
|
|
1150
|
-
readonly size?: string | undefined;
|
|
1151
|
-
readonly type?: string | undefined;
|
|
1152
|
-
readonly labelAlign?: string | undefined;
|
|
1153
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1154
|
-
readonly inputmode?: string | undefined;
|
|
1155
|
-
readonly readonly?: boolean | undefined;
|
|
1156
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1157
|
-
};
|
|
1158
|
-
}, {}, {}, {}, {}>;
|
|
1159
|
-
__isFragment?: never;
|
|
1160
|
-
__isTeleport?: never;
|
|
1161
|
-
__isSuspense?: never;
|
|
1162
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1163
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1164
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1165
|
-
label: string;
|
|
1166
|
-
id: string;
|
|
1167
|
-
description: string;
|
|
1168
|
-
error: string;
|
|
1169
|
-
rightIcon: string;
|
|
1170
|
-
leftIcon: string;
|
|
1171
|
-
config: Record<string, any>;
|
|
1172
|
-
dataTest: string;
|
|
1173
|
-
modelValue: string | number;
|
|
1174
|
-
placeholder: string;
|
|
1175
|
-
maxLength: string | number;
|
|
1176
|
-
disabled?: boolean | undefined;
|
|
1177
|
-
size?: string | undefined;
|
|
1178
|
-
type?: string | undefined;
|
|
1179
|
-
labelAlign?: string | undefined;
|
|
1180
|
-
validationRule?: string | RegExp | undefined;
|
|
1181
|
-
inputmode?: string | undefined;
|
|
1182
|
-
readonly?: boolean | undefined;
|
|
1183
|
-
noAutocomplete?: boolean | undefined;
|
|
1184
|
-
$props: {
|
|
1185
|
-
readonly label?: string | undefined;
|
|
1186
|
-
readonly id?: string | undefined;
|
|
1187
|
-
readonly description?: string | undefined;
|
|
1188
|
-
readonly error?: string | undefined;
|
|
1189
|
-
readonly rightIcon?: string | undefined;
|
|
1190
|
-
readonly leftIcon?: string | undefined;
|
|
1191
|
-
readonly config?: Record<string, any> | undefined;
|
|
1192
|
-
readonly dataTest?: string | undefined;
|
|
1193
|
-
readonly modelValue?: string | number | undefined;
|
|
1194
|
-
readonly placeholder?: string | undefined;
|
|
1195
|
-
readonly maxLength?: string | number | undefined;
|
|
1196
|
-
readonly disabled?: boolean | undefined;
|
|
1197
|
-
readonly size?: string | undefined;
|
|
1198
|
-
readonly type?: string | undefined;
|
|
1199
|
-
readonly labelAlign?: string | undefined;
|
|
1200
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1201
|
-
readonly inputmode?: string | undefined;
|
|
1202
|
-
readonly readonly?: boolean | undefined;
|
|
1203
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1204
|
-
};
|
|
1205
|
-
}, {}, {}, {}, 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 () => {
|
|
1206
|
-
$slots: {
|
|
1207
|
-
left?(_: {}): any;
|
|
1208
|
-
"left-icon"?(_: {
|
|
1209
|
-
iconName: string;
|
|
1210
|
-
iconSize: any;
|
|
1211
|
-
}): any;
|
|
1212
|
-
"right-icon"?(_: {
|
|
1213
|
-
iconName: string;
|
|
1214
|
-
iconSize: any;
|
|
1215
|
-
}): any;
|
|
1216
|
-
right?(_: {}): any;
|
|
1217
|
-
};
|
|
1218
|
-
});
|
|
1219
|
-
UButton: {
|
|
1220
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1221
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1222
|
-
label: string;
|
|
1223
|
-
id: string;
|
|
1224
|
-
rightIcon: string;
|
|
1225
|
-
leftIcon: string;
|
|
1226
|
-
config: Record<string, any>;
|
|
1227
|
-
dataTest: string;
|
|
1228
|
-
icon: string;
|
|
1229
|
-
color?: string | undefined;
|
|
1230
|
-
disabled?: boolean | undefined;
|
|
1231
|
-
size?: string | undefined;
|
|
1232
|
-
square?: boolean | undefined;
|
|
1233
|
-
filled?: boolean | undefined;
|
|
1234
|
-
variant?: string | undefined;
|
|
1235
|
-
loading?: boolean | undefined;
|
|
1236
|
-
tag?: string | undefined;
|
|
1237
|
-
tabindex?: string | number | undefined;
|
|
1238
|
-
block?: boolean | undefined;
|
|
1239
|
-
round?: boolean | undefined;
|
|
1240
|
-
noRing?: boolean | undefined;
|
|
1241
|
-
$props: {
|
|
1242
|
-
readonly label?: string | undefined;
|
|
1243
|
-
readonly id?: string | undefined;
|
|
1244
|
-
readonly rightIcon?: string | undefined;
|
|
1245
|
-
readonly leftIcon?: string | undefined;
|
|
1246
|
-
readonly config?: Record<string, any> | undefined;
|
|
1247
|
-
readonly dataTest?: string | undefined;
|
|
1248
|
-
readonly icon?: string | undefined;
|
|
1249
|
-
readonly color?: string | undefined;
|
|
1250
|
-
readonly disabled?: boolean | undefined;
|
|
1251
|
-
readonly size?: string | undefined;
|
|
1252
|
-
readonly square?: boolean | undefined;
|
|
1253
|
-
readonly filled?: boolean | undefined;
|
|
1254
|
-
readonly variant?: string | undefined;
|
|
1255
|
-
readonly loading?: boolean | undefined;
|
|
1256
|
-
readonly tag?: string | undefined;
|
|
1257
|
-
readonly tabindex?: string | number | undefined;
|
|
1258
|
-
readonly block?: boolean | undefined;
|
|
1259
|
-
readonly round?: boolean | undefined;
|
|
1260
|
-
readonly noRing?: boolean | undefined;
|
|
1261
|
-
};
|
|
1262
|
-
}, {}, {}, {}, 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, {
|
|
1263
|
-
P: {};
|
|
1264
|
-
B: {};
|
|
1265
|
-
D: {};
|
|
1266
|
-
C: {};
|
|
1267
|
-
M: {};
|
|
1268
|
-
Defaults: {};
|
|
1269
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1270
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1271
|
-
label: string;
|
|
1272
|
-
id: string;
|
|
1273
|
-
rightIcon: string;
|
|
1274
|
-
leftIcon: string;
|
|
1275
|
-
config: Record<string, any>;
|
|
1276
|
-
dataTest: string;
|
|
1277
|
-
icon: string;
|
|
1278
|
-
color?: string | undefined;
|
|
1279
|
-
disabled?: boolean | undefined;
|
|
1280
|
-
size?: string | undefined;
|
|
1281
|
-
square?: boolean | undefined;
|
|
1282
|
-
filled?: boolean | undefined;
|
|
1283
|
-
variant?: string | undefined;
|
|
1284
|
-
loading?: boolean | undefined;
|
|
1285
|
-
tag?: string | undefined;
|
|
1286
|
-
tabindex?: string | number | undefined;
|
|
1287
|
-
block?: boolean | undefined;
|
|
1288
|
-
round?: boolean | undefined;
|
|
1289
|
-
noRing?: boolean | undefined;
|
|
1290
|
-
$props: {
|
|
1291
|
-
readonly label?: string | undefined;
|
|
1292
|
-
readonly id?: string | undefined;
|
|
1293
|
-
readonly rightIcon?: string | undefined;
|
|
1294
|
-
readonly leftIcon?: string | undefined;
|
|
1295
|
-
readonly config?: Record<string, any> | undefined;
|
|
1296
|
-
readonly dataTest?: string | undefined;
|
|
1297
|
-
readonly icon?: string | undefined;
|
|
1298
|
-
readonly color?: string | undefined;
|
|
1299
|
-
readonly disabled?: boolean | undefined;
|
|
1300
|
-
readonly size?: string | undefined;
|
|
1301
|
-
readonly square?: boolean | undefined;
|
|
1302
|
-
readonly filled?: boolean | undefined;
|
|
1303
|
-
readonly variant?: string | undefined;
|
|
1304
|
-
readonly loading?: boolean | undefined;
|
|
1305
|
-
readonly tag?: string | undefined;
|
|
1306
|
-
readonly tabindex?: string | number | undefined;
|
|
1307
|
-
readonly block?: boolean | undefined;
|
|
1308
|
-
readonly round?: boolean | undefined;
|
|
1309
|
-
readonly noRing?: boolean | undefined;
|
|
1310
|
-
};
|
|
1311
|
-
}, {}, {}, {}, {}>;
|
|
1312
|
-
__isFragment?: never;
|
|
1313
|
-
__isTeleport?: never;
|
|
1314
|
-
__isSuspense?: never;
|
|
1315
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1316
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1317
|
-
label: string;
|
|
1318
|
-
id: string;
|
|
1319
|
-
rightIcon: string;
|
|
1320
|
-
leftIcon: string;
|
|
1321
|
-
config: Record<string, any>;
|
|
1322
|
-
dataTest: string;
|
|
1323
|
-
icon: string;
|
|
1324
|
-
color?: string | undefined;
|
|
1325
|
-
disabled?: boolean | undefined;
|
|
1326
|
-
size?: string | undefined;
|
|
1327
|
-
square?: boolean | undefined;
|
|
1328
|
-
filled?: boolean | undefined;
|
|
1329
|
-
variant?: string | undefined;
|
|
1330
|
-
loading?: boolean | undefined;
|
|
1331
|
-
tag?: string | undefined;
|
|
1332
|
-
tabindex?: string | number | undefined;
|
|
1333
|
-
block?: boolean | undefined;
|
|
1334
|
-
round?: boolean | undefined;
|
|
1335
|
-
noRing?: boolean | undefined;
|
|
1336
|
-
$props: {
|
|
1337
|
-
readonly label?: string | undefined;
|
|
1338
|
-
readonly id?: string | undefined;
|
|
1339
|
-
readonly rightIcon?: string | undefined;
|
|
1340
|
-
readonly leftIcon?: string | undefined;
|
|
1341
|
-
readonly config?: Record<string, any> | undefined;
|
|
1342
|
-
readonly dataTest?: string | undefined;
|
|
1343
|
-
readonly icon?: string | undefined;
|
|
1344
|
-
readonly color?: string | undefined;
|
|
1345
|
-
readonly disabled?: boolean | undefined;
|
|
1346
|
-
readonly size?: string | undefined;
|
|
1347
|
-
readonly square?: boolean | undefined;
|
|
1348
|
-
readonly filled?: boolean | undefined;
|
|
1349
|
-
readonly variant?: string | undefined;
|
|
1350
|
-
readonly loading?: boolean | undefined;
|
|
1351
|
-
readonly tag?: string | undefined;
|
|
1352
|
-
readonly tabindex?: string | number | undefined;
|
|
1353
|
-
readonly block?: boolean | undefined;
|
|
1354
|
-
readonly round?: boolean | undefined;
|
|
1355
|
-
readonly noRing?: boolean | undefined;
|
|
1356
|
-
};
|
|
1357
|
-
}, {}, {}, {}, 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 () => {
|
|
1358
|
-
$slots: {
|
|
1359
|
-
left?(_: {
|
|
1360
|
-
iconName: string;
|
|
1361
|
-
iconSize: any;
|
|
1362
|
-
iconColor: string | undefined;
|
|
1363
|
-
}): any;
|
|
1364
|
-
default?(_: {
|
|
1365
|
-
label: string;
|
|
1366
|
-
iconName: string;
|
|
1367
|
-
iconSize: any;
|
|
1368
|
-
iconColor: string | undefined;
|
|
1369
|
-
}): any;
|
|
1370
|
-
right?(_: {
|
|
1371
|
-
iconName: string;
|
|
1372
|
-
iconSize: any;
|
|
1373
|
-
iconColor: string | undefined;
|
|
1374
|
-
}): any;
|
|
1375
|
-
};
|
|
1376
|
-
});
|
|
1377
|
-
};
|
|
1378
|
-
setup(): {
|
|
1379
|
-
args: any;
|
|
1380
|
-
options: any;
|
|
1381
|
-
isGapEnum: boolean;
|
|
1382
|
-
};
|
|
1383
|
-
template: string;
|
|
1384
|
-
};
|
|
1385
|
-
export namespace Align {
|
|
1386
|
-
export namespace args_2 {
|
|
1387
|
-
let _enum_1: string;
|
|
1388
|
-
export { _enum_1 as enum };
|
|
1389
|
-
}
|
|
1390
|
-
export { args_2 as args };
|
|
1391
|
-
}
|
|
1392
|
-
export function NoMobile(args: any): {
|
|
1393
|
-
components: {
|
|
1394
|
-
URow: {
|
|
1395
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1396
|
-
config: Record<string, any>;
|
|
1397
|
-
dataTest: string;
|
|
1398
|
-
reverse?: boolean | undefined;
|
|
1399
|
-
content?: string | undefined;
|
|
1400
|
-
gap?: string | undefined;
|
|
1401
|
-
align?: string | undefined;
|
|
1402
|
-
justify?: string | undefined;
|
|
1403
|
-
wrap?: boolean | undefined;
|
|
1404
|
-
noMobile?: boolean | undefined;
|
|
1405
|
-
$props: {
|
|
1406
|
-
readonly config?: Record<string, any> | undefined;
|
|
1407
|
-
readonly dataTest?: string | undefined;
|
|
1408
|
-
readonly reverse?: boolean | undefined;
|
|
1409
|
-
readonly content?: string | undefined;
|
|
1410
|
-
readonly gap?: string | undefined;
|
|
1411
|
-
readonly align?: string | undefined;
|
|
1412
|
-
readonly justify?: string | undefined;
|
|
1413
|
-
readonly wrap?: boolean | undefined;
|
|
1414
|
-
readonly noMobile?: boolean | undefined;
|
|
1415
|
-
};
|
|
1416
|
-
}, {}, {}, {}, 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, {
|
|
1417
|
-
P: {};
|
|
1418
|
-
B: {};
|
|
1419
|
-
D: {};
|
|
1420
|
-
C: {};
|
|
1421
|
-
M: {};
|
|
1422
|
-
Defaults: {};
|
|
1423
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1424
|
-
config: Record<string, any>;
|
|
1425
|
-
dataTest: string;
|
|
1426
|
-
reverse?: boolean | undefined;
|
|
1427
|
-
content?: string | undefined;
|
|
1428
|
-
gap?: string | undefined;
|
|
1429
|
-
align?: string | undefined;
|
|
1430
|
-
justify?: string | undefined;
|
|
1431
|
-
wrap?: boolean | undefined;
|
|
1432
|
-
noMobile?: boolean | undefined;
|
|
1433
|
-
$props: {
|
|
1434
|
-
readonly config?: Record<string, any> | undefined;
|
|
1435
|
-
readonly dataTest?: string | undefined;
|
|
1436
|
-
readonly reverse?: boolean | undefined;
|
|
1437
|
-
readonly content?: string | undefined;
|
|
1438
|
-
readonly gap?: string | undefined;
|
|
1439
|
-
readonly align?: string | undefined;
|
|
1440
|
-
readonly justify?: string | undefined;
|
|
1441
|
-
readonly wrap?: boolean | undefined;
|
|
1442
|
-
readonly noMobile?: boolean | undefined;
|
|
1443
|
-
};
|
|
1444
|
-
}, {}, {}, {}, {}>;
|
|
1445
|
-
__isFragment?: never;
|
|
1446
|
-
__isTeleport?: never;
|
|
1447
|
-
__isSuspense?: never;
|
|
1448
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1449
|
-
config: Record<string, any>;
|
|
1450
|
-
dataTest: string;
|
|
1451
|
-
reverse?: boolean | undefined;
|
|
1452
|
-
content?: string | undefined;
|
|
1453
|
-
gap?: string | undefined;
|
|
1454
|
-
align?: string | undefined;
|
|
1455
|
-
justify?: string | undefined;
|
|
1456
|
-
wrap?: boolean | undefined;
|
|
1457
|
-
noMobile?: boolean | undefined;
|
|
1458
|
-
$props: {
|
|
1459
|
-
readonly config?: Record<string, any> | undefined;
|
|
1460
|
-
readonly dataTest?: string | undefined;
|
|
1461
|
-
readonly reverse?: boolean | undefined;
|
|
1462
|
-
readonly content?: string | undefined;
|
|
1463
|
-
readonly gap?: string | undefined;
|
|
1464
|
-
readonly align?: string | undefined;
|
|
1465
|
-
readonly justify?: string | undefined;
|
|
1466
|
-
readonly wrap?: boolean | undefined;
|
|
1467
|
-
readonly noMobile?: boolean | undefined;
|
|
1468
|
-
};
|
|
1469
|
-
}, {}, {}, {}, 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 () => {
|
|
1470
|
-
$slots: {
|
|
1471
|
-
default?(_: {}): any;
|
|
1472
|
-
};
|
|
1473
|
-
});
|
|
1474
|
-
UInput: {
|
|
1475
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1476
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1477
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1478
|
-
label: string;
|
|
1479
|
-
id: string;
|
|
1480
|
-
description: string;
|
|
1481
|
-
error: string;
|
|
1482
|
-
rightIcon: string;
|
|
1483
|
-
leftIcon: string;
|
|
1484
|
-
config: Record<string, any>;
|
|
1485
|
-
dataTest: string;
|
|
1486
|
-
modelValue: string | number;
|
|
1487
|
-
placeholder: string;
|
|
1488
|
-
maxLength: string | number;
|
|
1489
|
-
disabled?: boolean | undefined;
|
|
1490
|
-
size?: string | undefined;
|
|
1491
|
-
type?: string | undefined;
|
|
1492
|
-
labelAlign?: string | undefined;
|
|
1493
|
-
validationRule?: string | RegExp | undefined;
|
|
1494
|
-
inputmode?: string | undefined;
|
|
1495
|
-
readonly?: boolean | undefined;
|
|
1496
|
-
noAutocomplete?: boolean | undefined;
|
|
1497
|
-
$props: {
|
|
1498
|
-
readonly label?: string | undefined;
|
|
1499
|
-
readonly id?: string | undefined;
|
|
1500
|
-
readonly description?: string | undefined;
|
|
1501
|
-
readonly error?: string | undefined;
|
|
1502
|
-
readonly rightIcon?: string | undefined;
|
|
1503
|
-
readonly leftIcon?: string | undefined;
|
|
1504
|
-
readonly config?: Record<string, any> | undefined;
|
|
1505
|
-
readonly dataTest?: string | undefined;
|
|
1506
|
-
readonly modelValue?: string | number | undefined;
|
|
1507
|
-
readonly placeholder?: string | undefined;
|
|
1508
|
-
readonly maxLength?: string | number | undefined;
|
|
1509
|
-
readonly disabled?: boolean | undefined;
|
|
1510
|
-
readonly size?: string | undefined;
|
|
1511
|
-
readonly type?: string | undefined;
|
|
1512
|
-
readonly labelAlign?: string | undefined;
|
|
1513
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1514
|
-
readonly inputmode?: string | undefined;
|
|
1515
|
-
readonly readonly?: boolean | undefined;
|
|
1516
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1517
|
-
};
|
|
1518
|
-
}, {}, {}, {}, 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, {
|
|
1519
|
-
P: {};
|
|
1520
|
-
B: {};
|
|
1521
|
-
D: {};
|
|
1522
|
-
C: {};
|
|
1523
|
-
M: {};
|
|
1524
|
-
Defaults: {};
|
|
1525
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1526
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1527
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1528
|
-
label: string;
|
|
1529
|
-
id: string;
|
|
1530
|
-
description: string;
|
|
1531
|
-
error: string;
|
|
1532
|
-
rightIcon: string;
|
|
1533
|
-
leftIcon: string;
|
|
1534
|
-
config: Record<string, any>;
|
|
1535
|
-
dataTest: string;
|
|
1536
|
-
modelValue: string | number;
|
|
1537
|
-
placeholder: string;
|
|
1538
|
-
maxLength: string | number;
|
|
1539
|
-
disabled?: boolean | undefined;
|
|
1540
|
-
size?: string | undefined;
|
|
1541
|
-
type?: string | undefined;
|
|
1542
|
-
labelAlign?: string | undefined;
|
|
1543
|
-
validationRule?: string | RegExp | undefined;
|
|
1544
|
-
inputmode?: string | undefined;
|
|
1545
|
-
readonly?: boolean | undefined;
|
|
1546
|
-
noAutocomplete?: boolean | undefined;
|
|
1547
|
-
$props: {
|
|
1548
|
-
readonly label?: string | undefined;
|
|
1549
|
-
readonly id?: string | undefined;
|
|
1550
|
-
readonly description?: string | undefined;
|
|
1551
|
-
readonly error?: string | undefined;
|
|
1552
|
-
readonly rightIcon?: string | undefined;
|
|
1553
|
-
readonly leftIcon?: string | undefined;
|
|
1554
|
-
readonly config?: Record<string, any> | undefined;
|
|
1555
|
-
readonly dataTest?: string | undefined;
|
|
1556
|
-
readonly modelValue?: string | number | undefined;
|
|
1557
|
-
readonly placeholder?: string | undefined;
|
|
1558
|
-
readonly maxLength?: string | number | undefined;
|
|
1559
|
-
readonly disabled?: boolean | undefined;
|
|
1560
|
-
readonly size?: string | undefined;
|
|
1561
|
-
readonly type?: string | undefined;
|
|
1562
|
-
readonly labelAlign?: string | undefined;
|
|
1563
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1564
|
-
readonly inputmode?: string | undefined;
|
|
1565
|
-
readonly readonly?: boolean | undefined;
|
|
1566
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1567
|
-
};
|
|
1568
|
-
}, {}, {}, {}, {}>;
|
|
1569
|
-
__isFragment?: never;
|
|
1570
|
-
__isTeleport?: never;
|
|
1571
|
-
__isSuspense?: never;
|
|
1572
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1573
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1574
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1575
|
-
label: string;
|
|
1576
|
-
id: string;
|
|
1577
|
-
description: string;
|
|
1578
|
-
error: string;
|
|
1579
|
-
rightIcon: string;
|
|
1580
|
-
leftIcon: string;
|
|
1581
|
-
config: Record<string, any>;
|
|
1582
|
-
dataTest: string;
|
|
1583
|
-
modelValue: string | number;
|
|
1584
|
-
placeholder: string;
|
|
1585
|
-
maxLength: string | number;
|
|
1586
|
-
disabled?: boolean | undefined;
|
|
1587
|
-
size?: string | undefined;
|
|
1588
|
-
type?: string | undefined;
|
|
1589
|
-
labelAlign?: string | undefined;
|
|
1590
|
-
validationRule?: string | RegExp | undefined;
|
|
1591
|
-
inputmode?: string | undefined;
|
|
1592
|
-
readonly?: boolean | undefined;
|
|
1593
|
-
noAutocomplete?: boolean | undefined;
|
|
1594
|
-
$props: {
|
|
1595
|
-
readonly label?: string | undefined;
|
|
1596
|
-
readonly id?: string | undefined;
|
|
1597
|
-
readonly description?: string | undefined;
|
|
1598
|
-
readonly error?: string | undefined;
|
|
1599
|
-
readonly rightIcon?: string | undefined;
|
|
1600
|
-
readonly leftIcon?: string | undefined;
|
|
1601
|
-
readonly config?: Record<string, any> | undefined;
|
|
1602
|
-
readonly dataTest?: string | undefined;
|
|
1603
|
-
readonly modelValue?: string | number | undefined;
|
|
1604
|
-
readonly placeholder?: string | undefined;
|
|
1605
|
-
readonly maxLength?: string | number | undefined;
|
|
1606
|
-
readonly disabled?: boolean | undefined;
|
|
1607
|
-
readonly size?: string | undefined;
|
|
1608
|
-
readonly type?: string | undefined;
|
|
1609
|
-
readonly labelAlign?: string | undefined;
|
|
1610
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1611
|
-
readonly inputmode?: string | undefined;
|
|
1612
|
-
readonly readonly?: boolean | undefined;
|
|
1613
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1614
|
-
};
|
|
1615
|
-
}, {}, {}, {}, 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 () => {
|
|
1616
|
-
$slots: {
|
|
1617
|
-
left?(_: {}): any;
|
|
1618
|
-
"left-icon"?(_: {
|
|
1619
|
-
iconName: string;
|
|
1620
|
-
iconSize: any;
|
|
1621
|
-
}): any;
|
|
1622
|
-
"right-icon"?(_: {
|
|
1623
|
-
iconName: string;
|
|
1624
|
-
iconSize: any;
|
|
1625
|
-
}): any;
|
|
1626
|
-
right?(_: {}): any;
|
|
1627
|
-
};
|
|
1628
|
-
});
|
|
1629
|
-
UButton: {
|
|
1630
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<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, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1673
|
-
P: {};
|
|
1674
|
-
B: {};
|
|
1675
|
-
D: {};
|
|
1676
|
-
C: {};
|
|
1677
|
-
M: {};
|
|
1678
|
-
Defaults: {};
|
|
1679
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1680
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1681
|
-
label: string;
|
|
1682
|
-
id: string;
|
|
1683
|
-
rightIcon: string;
|
|
1684
|
-
leftIcon: string;
|
|
1685
|
-
config: Record<string, any>;
|
|
1686
|
-
dataTest: string;
|
|
1687
|
-
icon: string;
|
|
1688
|
-
color?: string | undefined;
|
|
1689
|
-
disabled?: boolean | undefined;
|
|
1690
|
-
size?: string | undefined;
|
|
1691
|
-
square?: boolean | undefined;
|
|
1692
|
-
filled?: boolean | undefined;
|
|
1693
|
-
variant?: string | undefined;
|
|
1694
|
-
loading?: boolean | undefined;
|
|
1695
|
-
tag?: string | undefined;
|
|
1696
|
-
tabindex?: string | number | undefined;
|
|
1697
|
-
block?: boolean | undefined;
|
|
1698
|
-
round?: boolean | undefined;
|
|
1699
|
-
noRing?: boolean | undefined;
|
|
1700
|
-
$props: {
|
|
1701
|
-
readonly label?: string | undefined;
|
|
1702
|
-
readonly id?: string | undefined;
|
|
1703
|
-
readonly rightIcon?: string | undefined;
|
|
1704
|
-
readonly leftIcon?: string | undefined;
|
|
1705
|
-
readonly config?: Record<string, any> | undefined;
|
|
1706
|
-
readonly dataTest?: string | undefined;
|
|
1707
|
-
readonly icon?: string | undefined;
|
|
1708
|
-
readonly color?: string | undefined;
|
|
1709
|
-
readonly disabled?: boolean | undefined;
|
|
1710
|
-
readonly size?: string | undefined;
|
|
1711
|
-
readonly square?: boolean | undefined;
|
|
1712
|
-
readonly filled?: boolean | undefined;
|
|
1713
|
-
readonly variant?: string | undefined;
|
|
1714
|
-
readonly loading?: boolean | undefined;
|
|
1715
|
-
readonly tag?: string | undefined;
|
|
1716
|
-
readonly tabindex?: string | number | undefined;
|
|
1717
|
-
readonly block?: boolean | undefined;
|
|
1718
|
-
readonly round?: boolean | undefined;
|
|
1719
|
-
readonly noRing?: boolean | undefined;
|
|
1720
|
-
};
|
|
1721
|
-
}, {}, {}, {}, {}>;
|
|
1722
|
-
__isFragment?: never;
|
|
1723
|
-
__isTeleport?: never;
|
|
1724
|
-
__isSuspense?: never;
|
|
1725
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1726
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
1727
|
-
label: string;
|
|
1728
|
-
id: string;
|
|
1729
|
-
rightIcon: string;
|
|
1730
|
-
leftIcon: string;
|
|
1731
|
-
config: Record<string, any>;
|
|
1732
|
-
dataTest: string;
|
|
1733
|
-
icon: string;
|
|
1734
|
-
color?: string | undefined;
|
|
1735
|
-
disabled?: boolean | undefined;
|
|
1736
|
-
size?: string | undefined;
|
|
1737
|
-
square?: boolean | undefined;
|
|
1738
|
-
filled?: boolean | undefined;
|
|
1739
|
-
variant?: string | undefined;
|
|
1740
|
-
loading?: boolean | undefined;
|
|
1741
|
-
tag?: string | undefined;
|
|
1742
|
-
tabindex?: string | number | undefined;
|
|
1743
|
-
block?: boolean | undefined;
|
|
1744
|
-
round?: boolean | undefined;
|
|
1745
|
-
noRing?: boolean | undefined;
|
|
1746
|
-
$props: {
|
|
1747
|
-
readonly label?: string | undefined;
|
|
1748
|
-
readonly id?: string | undefined;
|
|
1749
|
-
readonly rightIcon?: string | undefined;
|
|
1750
|
-
readonly leftIcon?: string | undefined;
|
|
1751
|
-
readonly config?: Record<string, any> | undefined;
|
|
1752
|
-
readonly dataTest?: string | undefined;
|
|
1753
|
-
readonly icon?: string | undefined;
|
|
1754
|
-
readonly color?: string | undefined;
|
|
1755
|
-
readonly disabled?: boolean | undefined;
|
|
1756
|
-
readonly size?: string | undefined;
|
|
1757
|
-
readonly square?: boolean | undefined;
|
|
1758
|
-
readonly filled?: boolean | undefined;
|
|
1759
|
-
readonly variant?: string | undefined;
|
|
1760
|
-
readonly loading?: boolean | undefined;
|
|
1761
|
-
readonly tag?: string | undefined;
|
|
1762
|
-
readonly tabindex?: string | number | undefined;
|
|
1763
|
-
readonly block?: boolean | undefined;
|
|
1764
|
-
readonly round?: boolean | undefined;
|
|
1765
|
-
readonly noRing?: boolean | undefined;
|
|
1766
|
-
};
|
|
1767
|
-
}, {}, {}, {}, 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 () => {
|
|
1768
|
-
$slots: {
|
|
1769
|
-
left?(_: {
|
|
1770
|
-
iconName: string;
|
|
1771
|
-
iconSize: any;
|
|
1772
|
-
iconColor: string | undefined;
|
|
1773
|
-
}): any;
|
|
1774
|
-
default?(_: {
|
|
1775
|
-
label: string;
|
|
1776
|
-
iconName: string;
|
|
1777
|
-
iconSize: any;
|
|
1778
|
-
iconColor: string | undefined;
|
|
1779
|
-
}): any;
|
|
1780
|
-
right?(_: {
|
|
1781
|
-
iconName: string;
|
|
1782
|
-
iconSize: any;
|
|
1783
|
-
iconColor: string | undefined;
|
|
1784
|
-
}): any;
|
|
1785
|
-
};
|
|
1786
|
-
});
|
|
1787
|
-
};
|
|
1788
|
-
setup(): {
|
|
1789
|
-
args: any;
|
|
1790
|
-
slots: any;
|
|
1791
|
-
};
|
|
1792
|
-
template: string;
|
|
1793
|
-
};
|
|
1794
|
-
export namespace NoMobile {
|
|
1795
|
-
export namespace args_3 {
|
|
1796
|
-
let noMobile: boolean;
|
|
1797
|
-
let slotTemplate: string;
|
|
1798
|
-
}
|
|
1799
|
-
export { args_3 as args };
|
|
1800
|
-
}
|
|
1801
|
-
export function NestedRows(args: any): {
|
|
1802
|
-
components: {
|
|
1803
|
-
URow: {
|
|
1804
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1805
|
-
config: Record<string, any>;
|
|
1806
|
-
dataTest: string;
|
|
1807
|
-
reverse?: boolean | undefined;
|
|
1808
|
-
content?: string | undefined;
|
|
1809
|
-
gap?: string | undefined;
|
|
1810
|
-
align?: string | undefined;
|
|
1811
|
-
justify?: string | undefined;
|
|
1812
|
-
wrap?: boolean | undefined;
|
|
1813
|
-
noMobile?: boolean | undefined;
|
|
1814
|
-
$props: {
|
|
1815
|
-
readonly config?: Record<string, any> | undefined;
|
|
1816
|
-
readonly dataTest?: string | undefined;
|
|
1817
|
-
readonly reverse?: boolean | undefined;
|
|
1818
|
-
readonly content?: string | undefined;
|
|
1819
|
-
readonly gap?: string | undefined;
|
|
1820
|
-
readonly align?: string | undefined;
|
|
1821
|
-
readonly justify?: string | undefined;
|
|
1822
|
-
readonly wrap?: boolean | undefined;
|
|
1823
|
-
readonly noMobile?: boolean | undefined;
|
|
1824
|
-
};
|
|
1825
|
-
}, {}, {}, {}, 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, {
|
|
1826
|
-
P: {};
|
|
1827
|
-
B: {};
|
|
1828
|
-
D: {};
|
|
1829
|
-
C: {};
|
|
1830
|
-
M: {};
|
|
1831
|
-
Defaults: {};
|
|
1832
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1833
|
-
config: Record<string, any>;
|
|
1834
|
-
dataTest: string;
|
|
1835
|
-
reverse?: boolean | undefined;
|
|
1836
|
-
content?: string | undefined;
|
|
1837
|
-
gap?: string | undefined;
|
|
1838
|
-
align?: string | undefined;
|
|
1839
|
-
justify?: string | undefined;
|
|
1840
|
-
wrap?: boolean | undefined;
|
|
1841
|
-
noMobile?: boolean | undefined;
|
|
1842
|
-
$props: {
|
|
1843
|
-
readonly config?: Record<string, any> | undefined;
|
|
1844
|
-
readonly dataTest?: string | undefined;
|
|
1845
|
-
readonly reverse?: boolean | undefined;
|
|
1846
|
-
readonly content?: string | undefined;
|
|
1847
|
-
readonly gap?: string | undefined;
|
|
1848
|
-
readonly align?: string | undefined;
|
|
1849
|
-
readonly justify?: string | undefined;
|
|
1850
|
-
readonly wrap?: boolean | undefined;
|
|
1851
|
-
readonly noMobile?: boolean | undefined;
|
|
1852
|
-
};
|
|
1853
|
-
}, {}, {}, {}, {}>;
|
|
1854
|
-
__isFragment?: never;
|
|
1855
|
-
__isTeleport?: never;
|
|
1856
|
-
__isSuspense?: never;
|
|
1857
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1858
|
-
config: Record<string, any>;
|
|
1859
|
-
dataTest: string;
|
|
1860
|
-
reverse?: boolean | undefined;
|
|
1861
|
-
content?: string | undefined;
|
|
1862
|
-
gap?: string | undefined;
|
|
1863
|
-
align?: string | undefined;
|
|
1864
|
-
justify?: string | undefined;
|
|
1865
|
-
wrap?: boolean | undefined;
|
|
1866
|
-
noMobile?: boolean | undefined;
|
|
1867
|
-
$props: {
|
|
1868
|
-
readonly config?: Record<string, any> | undefined;
|
|
1869
|
-
readonly dataTest?: string | undefined;
|
|
1870
|
-
readonly reverse?: boolean | undefined;
|
|
1871
|
-
readonly content?: string | undefined;
|
|
1872
|
-
readonly gap?: string | undefined;
|
|
1873
|
-
readonly align?: string | undefined;
|
|
1874
|
-
readonly justify?: string | undefined;
|
|
1875
|
-
readonly wrap?: boolean | undefined;
|
|
1876
|
-
readonly noMobile?: boolean | undefined;
|
|
1877
|
-
};
|
|
1878
|
-
}, {}, {}, {}, 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 () => {
|
|
1879
|
-
$slots: {
|
|
1880
|
-
default?(_: {}): any;
|
|
1881
|
-
};
|
|
1882
|
-
});
|
|
1883
|
-
UInput: {
|
|
1884
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1885
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1886
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1887
|
-
label: string;
|
|
1888
|
-
id: string;
|
|
1889
|
-
description: string;
|
|
1890
|
-
error: string;
|
|
1891
|
-
rightIcon: string;
|
|
1892
|
-
leftIcon: string;
|
|
1893
|
-
config: Record<string, any>;
|
|
1894
|
-
dataTest: string;
|
|
1895
|
-
modelValue: string | number;
|
|
1896
|
-
placeholder: string;
|
|
1897
|
-
maxLength: string | number;
|
|
1898
|
-
disabled?: boolean | undefined;
|
|
1899
|
-
size?: string | undefined;
|
|
1900
|
-
type?: string | undefined;
|
|
1901
|
-
labelAlign?: string | undefined;
|
|
1902
|
-
validationRule?: string | RegExp | undefined;
|
|
1903
|
-
inputmode?: string | undefined;
|
|
1904
|
-
readonly?: boolean | undefined;
|
|
1905
|
-
noAutocomplete?: boolean | undefined;
|
|
1906
|
-
$props: {
|
|
1907
|
-
readonly label?: string | undefined;
|
|
1908
|
-
readonly id?: string | undefined;
|
|
1909
|
-
readonly description?: string | undefined;
|
|
1910
|
-
readonly error?: string | undefined;
|
|
1911
|
-
readonly rightIcon?: string | undefined;
|
|
1912
|
-
readonly leftIcon?: string | undefined;
|
|
1913
|
-
readonly config?: Record<string, any> | undefined;
|
|
1914
|
-
readonly dataTest?: string | undefined;
|
|
1915
|
-
readonly modelValue?: string | number | undefined;
|
|
1916
|
-
readonly placeholder?: string | undefined;
|
|
1917
|
-
readonly maxLength?: string | number | undefined;
|
|
1918
|
-
readonly disabled?: boolean | undefined;
|
|
1919
|
-
readonly size?: string | undefined;
|
|
1920
|
-
readonly type?: string | undefined;
|
|
1921
|
-
readonly labelAlign?: string | undefined;
|
|
1922
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1923
|
-
readonly inputmode?: string | undefined;
|
|
1924
|
-
readonly readonly?: boolean | undefined;
|
|
1925
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1926
|
-
};
|
|
1927
|
-
}, {}, {}, {}, 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, {
|
|
1928
|
-
P: {};
|
|
1929
|
-
B: {};
|
|
1930
|
-
D: {};
|
|
1931
|
-
C: {};
|
|
1932
|
-
M: {};
|
|
1933
|
-
Defaults: {};
|
|
1934
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1935
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1936
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1937
|
-
label: string;
|
|
1938
|
-
id: string;
|
|
1939
|
-
description: string;
|
|
1940
|
-
error: string;
|
|
1941
|
-
rightIcon: string;
|
|
1942
|
-
leftIcon: string;
|
|
1943
|
-
config: Record<string, any>;
|
|
1944
|
-
dataTest: string;
|
|
1945
|
-
modelValue: string | number;
|
|
1946
|
-
placeholder: string;
|
|
1947
|
-
maxLength: string | number;
|
|
1948
|
-
disabled?: boolean | undefined;
|
|
1949
|
-
size?: string | undefined;
|
|
1950
|
-
type?: string | undefined;
|
|
1951
|
-
labelAlign?: string | undefined;
|
|
1952
|
-
validationRule?: string | RegExp | undefined;
|
|
1953
|
-
inputmode?: string | undefined;
|
|
1954
|
-
readonly?: boolean | undefined;
|
|
1955
|
-
noAutocomplete?: boolean | undefined;
|
|
1956
|
-
$props: {
|
|
1957
|
-
readonly label?: string | undefined;
|
|
1958
|
-
readonly id?: string | undefined;
|
|
1959
|
-
readonly description?: string | undefined;
|
|
1960
|
-
readonly error?: string | undefined;
|
|
1961
|
-
readonly rightIcon?: string | undefined;
|
|
1962
|
-
readonly leftIcon?: string | undefined;
|
|
1963
|
-
readonly config?: Record<string, any> | undefined;
|
|
1964
|
-
readonly dataTest?: string | undefined;
|
|
1965
|
-
readonly modelValue?: string | number | undefined;
|
|
1966
|
-
readonly placeholder?: string | undefined;
|
|
1967
|
-
readonly maxLength?: string | number | undefined;
|
|
1968
|
-
readonly disabled?: boolean | undefined;
|
|
1969
|
-
readonly size?: string | undefined;
|
|
1970
|
-
readonly type?: string | undefined;
|
|
1971
|
-
readonly labelAlign?: string | undefined;
|
|
1972
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
1973
|
-
readonly inputmode?: string | undefined;
|
|
1974
|
-
readonly readonly?: boolean | undefined;
|
|
1975
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
1976
|
-
};
|
|
1977
|
-
}, {}, {}, {}, {}>;
|
|
1978
|
-
__isFragment?: never;
|
|
1979
|
-
__isTeleport?: never;
|
|
1980
|
-
__isSuspense?: never;
|
|
1981
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1982
|
-
inputRef: import("vue").Ref<null, null>;
|
|
1983
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
1984
|
-
label: string;
|
|
1985
|
-
id: string;
|
|
1986
|
-
description: string;
|
|
1987
|
-
error: string;
|
|
1988
|
-
rightIcon: string;
|
|
1989
|
-
leftIcon: string;
|
|
1990
|
-
config: Record<string, any>;
|
|
1991
|
-
dataTest: string;
|
|
1992
|
-
modelValue: string | number;
|
|
1993
|
-
placeholder: string;
|
|
1994
|
-
maxLength: string | number;
|
|
1995
|
-
disabled?: boolean | undefined;
|
|
1996
|
-
size?: string | undefined;
|
|
1997
|
-
type?: string | undefined;
|
|
1998
|
-
labelAlign?: string | undefined;
|
|
1999
|
-
validationRule?: string | RegExp | undefined;
|
|
2000
|
-
inputmode?: string | undefined;
|
|
2001
|
-
readonly?: boolean | undefined;
|
|
2002
|
-
noAutocomplete?: boolean | undefined;
|
|
2003
|
-
$props: {
|
|
2004
|
-
readonly label?: string | undefined;
|
|
2005
|
-
readonly id?: string | undefined;
|
|
2006
|
-
readonly description?: string | undefined;
|
|
2007
|
-
readonly error?: string | undefined;
|
|
2008
|
-
readonly rightIcon?: string | undefined;
|
|
2009
|
-
readonly leftIcon?: string | undefined;
|
|
2010
|
-
readonly config?: Record<string, any> | undefined;
|
|
2011
|
-
readonly dataTest?: string | undefined;
|
|
2012
|
-
readonly modelValue?: string | number | undefined;
|
|
2013
|
-
readonly placeholder?: string | undefined;
|
|
2014
|
-
readonly maxLength?: string | number | undefined;
|
|
2015
|
-
readonly disabled?: boolean | undefined;
|
|
2016
|
-
readonly size?: string | undefined;
|
|
2017
|
-
readonly type?: string | undefined;
|
|
2018
|
-
readonly labelAlign?: string | undefined;
|
|
2019
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2020
|
-
readonly inputmode?: string | undefined;
|
|
2021
|
-
readonly readonly?: boolean | undefined;
|
|
2022
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2023
|
-
};
|
|
2024
|
-
}, {}, {}, {}, 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 () => {
|
|
2025
|
-
$slots: {
|
|
2026
|
-
left?(_: {}): any;
|
|
2027
|
-
"left-icon"?(_: {
|
|
2028
|
-
iconName: string;
|
|
2029
|
-
iconSize: any;
|
|
2030
|
-
}): any;
|
|
2031
|
-
"right-icon"?(_: {
|
|
2032
|
-
iconName: string;
|
|
2033
|
-
iconSize: any;
|
|
2034
|
-
}): any;
|
|
2035
|
-
right?(_: {}): any;
|
|
2036
|
-
};
|
|
2037
|
-
});
|
|
2038
|
-
UButton: {
|
|
2039
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2040
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2041
|
-
label: string;
|
|
2042
|
-
id: string;
|
|
2043
|
-
rightIcon: string;
|
|
2044
|
-
leftIcon: string;
|
|
2045
|
-
config: Record<string, any>;
|
|
2046
|
-
dataTest: string;
|
|
2047
|
-
icon: string;
|
|
2048
|
-
color?: string | undefined;
|
|
2049
|
-
disabled?: boolean | undefined;
|
|
2050
|
-
size?: string | undefined;
|
|
2051
|
-
square?: boolean | undefined;
|
|
2052
|
-
filled?: boolean | undefined;
|
|
2053
|
-
variant?: string | undefined;
|
|
2054
|
-
loading?: boolean | undefined;
|
|
2055
|
-
tag?: string | undefined;
|
|
2056
|
-
tabindex?: string | number | undefined;
|
|
2057
|
-
block?: boolean | undefined;
|
|
2058
|
-
round?: boolean | undefined;
|
|
2059
|
-
noRing?: boolean | undefined;
|
|
2060
|
-
$props: {
|
|
2061
|
-
readonly label?: string | undefined;
|
|
2062
|
-
readonly id?: string | undefined;
|
|
2063
|
-
readonly rightIcon?: string | undefined;
|
|
2064
|
-
readonly leftIcon?: string | undefined;
|
|
2065
|
-
readonly config?: Record<string, any> | undefined;
|
|
2066
|
-
readonly dataTest?: string | undefined;
|
|
2067
|
-
readonly icon?: string | undefined;
|
|
2068
|
-
readonly color?: string | undefined;
|
|
2069
|
-
readonly disabled?: boolean | undefined;
|
|
2070
|
-
readonly size?: string | undefined;
|
|
2071
|
-
readonly square?: boolean | undefined;
|
|
2072
|
-
readonly filled?: boolean | undefined;
|
|
2073
|
-
readonly variant?: string | undefined;
|
|
2074
|
-
readonly loading?: boolean | undefined;
|
|
2075
|
-
readonly tag?: string | undefined;
|
|
2076
|
-
readonly tabindex?: string | number | undefined;
|
|
2077
|
-
readonly block?: boolean | undefined;
|
|
2078
|
-
readonly round?: boolean | undefined;
|
|
2079
|
-
readonly noRing?: boolean | undefined;
|
|
2080
|
-
};
|
|
2081
|
-
}, {}, {}, {}, 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, {
|
|
2082
|
-
P: {};
|
|
2083
|
-
B: {};
|
|
2084
|
-
D: {};
|
|
2085
|
-
C: {};
|
|
2086
|
-
M: {};
|
|
2087
|
-
Defaults: {};
|
|
2088
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2089
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2090
|
-
label: string;
|
|
2091
|
-
id: string;
|
|
2092
|
-
rightIcon: string;
|
|
2093
|
-
leftIcon: string;
|
|
2094
|
-
config: Record<string, any>;
|
|
2095
|
-
dataTest: string;
|
|
2096
|
-
icon: string;
|
|
2097
|
-
color?: string | undefined;
|
|
2098
|
-
disabled?: boolean | undefined;
|
|
2099
|
-
size?: string | undefined;
|
|
2100
|
-
square?: boolean | undefined;
|
|
2101
|
-
filled?: boolean | undefined;
|
|
2102
|
-
variant?: string | undefined;
|
|
2103
|
-
loading?: boolean | undefined;
|
|
2104
|
-
tag?: string | undefined;
|
|
2105
|
-
tabindex?: string | number | undefined;
|
|
2106
|
-
block?: boolean | undefined;
|
|
2107
|
-
round?: boolean | undefined;
|
|
2108
|
-
noRing?: boolean | undefined;
|
|
2109
|
-
$props: {
|
|
2110
|
-
readonly label?: string | undefined;
|
|
2111
|
-
readonly id?: string | undefined;
|
|
2112
|
-
readonly rightIcon?: string | undefined;
|
|
2113
|
-
readonly leftIcon?: string | undefined;
|
|
2114
|
-
readonly config?: Record<string, any> | undefined;
|
|
2115
|
-
readonly dataTest?: string | undefined;
|
|
2116
|
-
readonly icon?: string | undefined;
|
|
2117
|
-
readonly color?: string | undefined;
|
|
2118
|
-
readonly disabled?: boolean | undefined;
|
|
2119
|
-
readonly size?: string | undefined;
|
|
2120
|
-
readonly square?: boolean | undefined;
|
|
2121
|
-
readonly filled?: boolean | undefined;
|
|
2122
|
-
readonly variant?: string | undefined;
|
|
2123
|
-
readonly loading?: boolean | undefined;
|
|
2124
|
-
readonly tag?: string | undefined;
|
|
2125
|
-
readonly tabindex?: string | number | undefined;
|
|
2126
|
-
readonly block?: boolean | undefined;
|
|
2127
|
-
readonly round?: boolean | undefined;
|
|
2128
|
-
readonly noRing?: boolean | undefined;
|
|
2129
|
-
};
|
|
2130
|
-
}, {}, {}, {}, {}>;
|
|
2131
|
-
__isFragment?: never;
|
|
2132
|
-
__isTeleport?: never;
|
|
2133
|
-
__isSuspense?: never;
|
|
2134
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2135
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2136
|
-
label: string;
|
|
2137
|
-
id: string;
|
|
2138
|
-
rightIcon: string;
|
|
2139
|
-
leftIcon: string;
|
|
2140
|
-
config: Record<string, any>;
|
|
2141
|
-
dataTest: string;
|
|
2142
|
-
icon: string;
|
|
2143
|
-
color?: string | undefined;
|
|
2144
|
-
disabled?: boolean | undefined;
|
|
2145
|
-
size?: string | undefined;
|
|
2146
|
-
square?: boolean | undefined;
|
|
2147
|
-
filled?: boolean | undefined;
|
|
2148
|
-
variant?: string | undefined;
|
|
2149
|
-
loading?: boolean | undefined;
|
|
2150
|
-
tag?: string | undefined;
|
|
2151
|
-
tabindex?: string | number | undefined;
|
|
2152
|
-
block?: boolean | undefined;
|
|
2153
|
-
round?: boolean | undefined;
|
|
2154
|
-
noRing?: boolean | undefined;
|
|
2155
|
-
$props: {
|
|
2156
|
-
readonly label?: string | undefined;
|
|
2157
|
-
readonly id?: string | undefined;
|
|
2158
|
-
readonly rightIcon?: string | undefined;
|
|
2159
|
-
readonly leftIcon?: string | undefined;
|
|
2160
|
-
readonly config?: Record<string, any> | undefined;
|
|
2161
|
-
readonly dataTest?: string | undefined;
|
|
2162
|
-
readonly icon?: string | undefined;
|
|
2163
|
-
readonly color?: string | undefined;
|
|
2164
|
-
readonly disabled?: boolean | undefined;
|
|
2165
|
-
readonly size?: string | undefined;
|
|
2166
|
-
readonly square?: boolean | undefined;
|
|
2167
|
-
readonly filled?: boolean | undefined;
|
|
2168
|
-
readonly variant?: string | undefined;
|
|
2169
|
-
readonly loading?: boolean | undefined;
|
|
2170
|
-
readonly tag?: string | undefined;
|
|
2171
|
-
readonly tabindex?: string | number | undefined;
|
|
2172
|
-
readonly block?: boolean | undefined;
|
|
2173
|
-
readonly round?: boolean | undefined;
|
|
2174
|
-
readonly noRing?: boolean | undefined;
|
|
2175
|
-
};
|
|
2176
|
-
}, {}, {}, {}, 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 () => {
|
|
2177
|
-
$slots: {
|
|
2178
|
-
left?(_: {
|
|
2179
|
-
iconName: string;
|
|
2180
|
-
iconSize: any;
|
|
2181
|
-
iconColor: string | undefined;
|
|
2182
|
-
}): any;
|
|
2183
|
-
default?(_: {
|
|
2184
|
-
label: string;
|
|
2185
|
-
iconName: string;
|
|
2186
|
-
iconSize: any;
|
|
2187
|
-
iconColor: string | undefined;
|
|
2188
|
-
}): any;
|
|
2189
|
-
right?(_: {
|
|
2190
|
-
iconName: string;
|
|
2191
|
-
iconSize: any;
|
|
2192
|
-
iconColor: string | undefined;
|
|
2193
|
-
}): any;
|
|
2194
|
-
};
|
|
2195
|
-
});
|
|
2196
|
-
};
|
|
2197
|
-
setup(): {
|
|
2198
|
-
args: any;
|
|
2199
|
-
slots: any;
|
|
2200
|
-
};
|
|
2201
|
-
template: string;
|
|
2202
|
-
};
|
|
2203
|
-
export namespace NestedRows {
|
|
2204
|
-
export namespace args_4 {
|
|
2205
|
-
let slotTemplate_1: string;
|
|
2206
|
-
export { slotTemplate_1 as slotTemplate };
|
|
2207
|
-
}
|
|
2208
|
-
export { args_4 as args };
|
|
2209
|
-
}
|
|
2210
|
-
export function TextBlocksExample(args: any): {
|
|
2211
|
-
components: {
|
|
2212
|
-
URow: {
|
|
2213
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2214
|
-
config: Record<string, any>;
|
|
2215
|
-
dataTest: string;
|
|
2216
|
-
reverse?: boolean | undefined;
|
|
2217
|
-
content?: string | undefined;
|
|
2218
|
-
gap?: string | undefined;
|
|
2219
|
-
align?: string | undefined;
|
|
2220
|
-
justify?: string | undefined;
|
|
2221
|
-
wrap?: boolean | undefined;
|
|
2222
|
-
noMobile?: boolean | undefined;
|
|
2223
|
-
$props: {
|
|
2224
|
-
readonly config?: Record<string, any> | undefined;
|
|
2225
|
-
readonly dataTest?: string | undefined;
|
|
2226
|
-
readonly reverse?: boolean | undefined;
|
|
2227
|
-
readonly content?: string | undefined;
|
|
2228
|
-
readonly gap?: string | undefined;
|
|
2229
|
-
readonly align?: string | undefined;
|
|
2230
|
-
readonly justify?: string | undefined;
|
|
2231
|
-
readonly wrap?: boolean | undefined;
|
|
2232
|
-
readonly noMobile?: boolean | undefined;
|
|
2233
|
-
};
|
|
2234
|
-
}, {}, {}, {}, 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, {
|
|
2235
|
-
P: {};
|
|
2236
|
-
B: {};
|
|
2237
|
-
D: {};
|
|
2238
|
-
C: {};
|
|
2239
|
-
M: {};
|
|
2240
|
-
Defaults: {};
|
|
2241
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2242
|
-
config: Record<string, any>;
|
|
2243
|
-
dataTest: string;
|
|
2244
|
-
reverse?: boolean | undefined;
|
|
2245
|
-
content?: string | undefined;
|
|
2246
|
-
gap?: string | undefined;
|
|
2247
|
-
align?: string | undefined;
|
|
2248
|
-
justify?: string | undefined;
|
|
2249
|
-
wrap?: boolean | undefined;
|
|
2250
|
-
noMobile?: boolean | undefined;
|
|
2251
|
-
$props: {
|
|
2252
|
-
readonly config?: Record<string, any> | undefined;
|
|
2253
|
-
readonly dataTest?: string | undefined;
|
|
2254
|
-
readonly reverse?: boolean | undefined;
|
|
2255
|
-
readonly content?: string | undefined;
|
|
2256
|
-
readonly gap?: string | undefined;
|
|
2257
|
-
readonly align?: string | undefined;
|
|
2258
|
-
readonly justify?: string | undefined;
|
|
2259
|
-
readonly wrap?: boolean | undefined;
|
|
2260
|
-
readonly noMobile?: boolean | undefined;
|
|
2261
|
-
};
|
|
2262
|
-
}, {}, {}, {}, {}>;
|
|
2263
|
-
__isFragment?: never;
|
|
2264
|
-
__isTeleport?: never;
|
|
2265
|
-
__isSuspense?: never;
|
|
2266
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2267
|
-
config: Record<string, any>;
|
|
2268
|
-
dataTest: string;
|
|
2269
|
-
reverse?: boolean | undefined;
|
|
2270
|
-
content?: string | undefined;
|
|
2271
|
-
gap?: string | undefined;
|
|
2272
|
-
align?: string | undefined;
|
|
2273
|
-
justify?: string | undefined;
|
|
2274
|
-
wrap?: boolean | undefined;
|
|
2275
|
-
noMobile?: boolean | undefined;
|
|
2276
|
-
$props: {
|
|
2277
|
-
readonly config?: Record<string, any> | undefined;
|
|
2278
|
-
readonly dataTest?: string | undefined;
|
|
2279
|
-
readonly reverse?: boolean | undefined;
|
|
2280
|
-
readonly content?: string | undefined;
|
|
2281
|
-
readonly gap?: string | undefined;
|
|
2282
|
-
readonly align?: string | undefined;
|
|
2283
|
-
readonly justify?: string | undefined;
|
|
2284
|
-
readonly wrap?: boolean | undefined;
|
|
2285
|
-
readonly noMobile?: boolean | undefined;
|
|
2286
|
-
};
|
|
2287
|
-
}, {}, {}, {}, 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 () => {
|
|
2288
|
-
$slots: {
|
|
2289
|
-
default?(_: {}): any;
|
|
2290
|
-
};
|
|
2291
|
-
});
|
|
2292
|
-
UInput: {
|
|
2293
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2294
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2295
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2296
|
-
label: string;
|
|
2297
|
-
id: string;
|
|
2298
|
-
description: string;
|
|
2299
|
-
error: string;
|
|
2300
|
-
rightIcon: string;
|
|
2301
|
-
leftIcon: string;
|
|
2302
|
-
config: Record<string, any>;
|
|
2303
|
-
dataTest: string;
|
|
2304
|
-
modelValue: string | number;
|
|
2305
|
-
placeholder: string;
|
|
2306
|
-
maxLength: string | number;
|
|
2307
|
-
disabled?: boolean | undefined;
|
|
2308
|
-
size?: string | undefined;
|
|
2309
|
-
type?: string | undefined;
|
|
2310
|
-
labelAlign?: string | undefined;
|
|
2311
|
-
validationRule?: string | RegExp | undefined;
|
|
2312
|
-
inputmode?: string | undefined;
|
|
2313
|
-
readonly?: boolean | undefined;
|
|
2314
|
-
noAutocomplete?: boolean | undefined;
|
|
2315
|
-
$props: {
|
|
2316
|
-
readonly label?: string | undefined;
|
|
2317
|
-
readonly id?: string | undefined;
|
|
2318
|
-
readonly description?: string | undefined;
|
|
2319
|
-
readonly error?: string | undefined;
|
|
2320
|
-
readonly rightIcon?: string | undefined;
|
|
2321
|
-
readonly leftIcon?: string | undefined;
|
|
2322
|
-
readonly config?: Record<string, any> | undefined;
|
|
2323
|
-
readonly dataTest?: string | undefined;
|
|
2324
|
-
readonly modelValue?: string | number | undefined;
|
|
2325
|
-
readonly placeholder?: string | undefined;
|
|
2326
|
-
readonly maxLength?: string | number | undefined;
|
|
2327
|
-
readonly disabled?: boolean | undefined;
|
|
2328
|
-
readonly size?: string | undefined;
|
|
2329
|
-
readonly type?: string | undefined;
|
|
2330
|
-
readonly labelAlign?: string | undefined;
|
|
2331
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2332
|
-
readonly inputmode?: string | undefined;
|
|
2333
|
-
readonly readonly?: boolean | undefined;
|
|
2334
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2335
|
-
};
|
|
2336
|
-
}, {}, {}, {}, 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, {
|
|
2337
|
-
P: {};
|
|
2338
|
-
B: {};
|
|
2339
|
-
D: {};
|
|
2340
|
-
C: {};
|
|
2341
|
-
M: {};
|
|
2342
|
-
Defaults: {};
|
|
2343
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2344
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2345
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2346
|
-
label: string;
|
|
2347
|
-
id: string;
|
|
2348
|
-
description: string;
|
|
2349
|
-
error: string;
|
|
2350
|
-
rightIcon: string;
|
|
2351
|
-
leftIcon: string;
|
|
2352
|
-
config: Record<string, any>;
|
|
2353
|
-
dataTest: string;
|
|
2354
|
-
modelValue: string | number;
|
|
2355
|
-
placeholder: string;
|
|
2356
|
-
maxLength: string | number;
|
|
2357
|
-
disabled?: boolean | undefined;
|
|
2358
|
-
size?: string | undefined;
|
|
2359
|
-
type?: string | undefined;
|
|
2360
|
-
labelAlign?: string | undefined;
|
|
2361
|
-
validationRule?: string | RegExp | undefined;
|
|
2362
|
-
inputmode?: string | undefined;
|
|
2363
|
-
readonly?: boolean | undefined;
|
|
2364
|
-
noAutocomplete?: boolean | undefined;
|
|
2365
|
-
$props: {
|
|
2366
|
-
readonly label?: string | undefined;
|
|
2367
|
-
readonly id?: string | undefined;
|
|
2368
|
-
readonly description?: string | undefined;
|
|
2369
|
-
readonly error?: string | undefined;
|
|
2370
|
-
readonly rightIcon?: string | undefined;
|
|
2371
|
-
readonly leftIcon?: string | undefined;
|
|
2372
|
-
readonly config?: Record<string, any> | undefined;
|
|
2373
|
-
readonly dataTest?: string | undefined;
|
|
2374
|
-
readonly modelValue?: string | number | undefined;
|
|
2375
|
-
readonly placeholder?: string | undefined;
|
|
2376
|
-
readonly maxLength?: string | number | undefined;
|
|
2377
|
-
readonly disabled?: boolean | undefined;
|
|
2378
|
-
readonly size?: string | undefined;
|
|
2379
|
-
readonly type?: string | undefined;
|
|
2380
|
-
readonly labelAlign?: string | undefined;
|
|
2381
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2382
|
-
readonly inputmode?: string | undefined;
|
|
2383
|
-
readonly readonly?: boolean | undefined;
|
|
2384
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2385
|
-
};
|
|
2386
|
-
}, {}, {}, {}, {}>;
|
|
2387
|
-
__isFragment?: never;
|
|
2388
|
-
__isTeleport?: never;
|
|
2389
|
-
__isSuspense?: never;
|
|
2390
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2391
|
-
inputRef: import("vue").Ref<null, null>;
|
|
2392
|
-
$emit: (event: "input" | "focus" | "blur" | "change" | "click" | "mousedown" | "update:modelValue", ...args: any[]) => void;
|
|
2393
|
-
label: string;
|
|
2394
|
-
id: string;
|
|
2395
|
-
description: string;
|
|
2396
|
-
error: string;
|
|
2397
|
-
rightIcon: string;
|
|
2398
|
-
leftIcon: string;
|
|
2399
|
-
config: Record<string, any>;
|
|
2400
|
-
dataTest: string;
|
|
2401
|
-
modelValue: string | number;
|
|
2402
|
-
placeholder: string;
|
|
2403
|
-
maxLength: string | number;
|
|
2404
|
-
disabled?: boolean | undefined;
|
|
2405
|
-
size?: string | undefined;
|
|
2406
|
-
type?: string | undefined;
|
|
2407
|
-
labelAlign?: string | undefined;
|
|
2408
|
-
validationRule?: string | RegExp | undefined;
|
|
2409
|
-
inputmode?: string | undefined;
|
|
2410
|
-
readonly?: boolean | undefined;
|
|
2411
|
-
noAutocomplete?: boolean | undefined;
|
|
2412
|
-
$props: {
|
|
2413
|
-
readonly label?: string | undefined;
|
|
2414
|
-
readonly id?: string | undefined;
|
|
2415
|
-
readonly description?: string | undefined;
|
|
2416
|
-
readonly error?: string | undefined;
|
|
2417
|
-
readonly rightIcon?: string | undefined;
|
|
2418
|
-
readonly leftIcon?: string | undefined;
|
|
2419
|
-
readonly config?: Record<string, any> | undefined;
|
|
2420
|
-
readonly dataTest?: string | undefined;
|
|
2421
|
-
readonly modelValue?: string | number | undefined;
|
|
2422
|
-
readonly placeholder?: string | undefined;
|
|
2423
|
-
readonly maxLength?: string | number | undefined;
|
|
2424
|
-
readonly disabled?: boolean | undefined;
|
|
2425
|
-
readonly size?: string | undefined;
|
|
2426
|
-
readonly type?: string | undefined;
|
|
2427
|
-
readonly labelAlign?: string | undefined;
|
|
2428
|
-
readonly validationRule?: string | RegExp | undefined;
|
|
2429
|
-
readonly inputmode?: string | undefined;
|
|
2430
|
-
readonly readonly?: boolean | undefined;
|
|
2431
|
-
readonly noAutocomplete?: boolean | undefined;
|
|
2432
|
-
};
|
|
2433
|
-
}, {}, {}, {}, 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 () => {
|
|
2434
|
-
$slots: {
|
|
2435
|
-
left?(_: {}): any;
|
|
2436
|
-
"left-icon"?(_: {
|
|
2437
|
-
iconName: string;
|
|
2438
|
-
iconSize: any;
|
|
2439
|
-
}): any;
|
|
2440
|
-
"right-icon"?(_: {
|
|
2441
|
-
iconName: string;
|
|
2442
|
-
iconSize: any;
|
|
2443
|
-
}): any;
|
|
2444
|
-
right?(_: {}): any;
|
|
2445
|
-
};
|
|
2446
|
-
});
|
|
2447
|
-
UButton: {
|
|
2448
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
2449
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2450
|
-
label: string;
|
|
2451
|
-
id: string;
|
|
2452
|
-
rightIcon: string;
|
|
2453
|
-
leftIcon: string;
|
|
2454
|
-
config: Record<string, any>;
|
|
2455
|
-
dataTest: string;
|
|
2456
|
-
icon: string;
|
|
2457
|
-
color?: string | undefined;
|
|
2458
|
-
disabled?: boolean | undefined;
|
|
2459
|
-
size?: string | undefined;
|
|
2460
|
-
square?: boolean | undefined;
|
|
2461
|
-
filled?: boolean | undefined;
|
|
2462
|
-
variant?: string | undefined;
|
|
2463
|
-
loading?: boolean | undefined;
|
|
2464
|
-
tag?: string | undefined;
|
|
2465
|
-
tabindex?: string | number | undefined;
|
|
2466
|
-
block?: boolean | undefined;
|
|
2467
|
-
round?: boolean | undefined;
|
|
2468
|
-
noRing?: boolean | undefined;
|
|
2469
|
-
$props: {
|
|
2470
|
-
readonly label?: string | undefined;
|
|
2471
|
-
readonly id?: string | undefined;
|
|
2472
|
-
readonly rightIcon?: string | undefined;
|
|
2473
|
-
readonly leftIcon?: string | undefined;
|
|
2474
|
-
readonly config?: Record<string, any> | undefined;
|
|
2475
|
-
readonly dataTest?: string | undefined;
|
|
2476
|
-
readonly icon?: string | undefined;
|
|
2477
|
-
readonly color?: string | undefined;
|
|
2478
|
-
readonly disabled?: boolean | undefined;
|
|
2479
|
-
readonly size?: string | undefined;
|
|
2480
|
-
readonly square?: boolean | undefined;
|
|
2481
|
-
readonly filled?: boolean | undefined;
|
|
2482
|
-
readonly variant?: string | undefined;
|
|
2483
|
-
readonly loading?: boolean | undefined;
|
|
2484
|
-
readonly tag?: string | undefined;
|
|
2485
|
-
readonly tabindex?: string | number | undefined;
|
|
2486
|
-
readonly block?: boolean | undefined;
|
|
2487
|
-
readonly round?: boolean | undefined;
|
|
2488
|
-
readonly noRing?: boolean | undefined;
|
|
2489
|
-
};
|
|
2490
|
-
}, {}, {}, {}, 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, {
|
|
2491
|
-
P: {};
|
|
2492
|
-
B: {};
|
|
2493
|
-
D: {};
|
|
2494
|
-
C: {};
|
|
2495
|
-
M: {};
|
|
2496
|
-
Defaults: {};
|
|
2497
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
2498
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2499
|
-
label: string;
|
|
2500
|
-
id: string;
|
|
2501
|
-
rightIcon: string;
|
|
2502
|
-
leftIcon: string;
|
|
2503
|
-
config: Record<string, any>;
|
|
2504
|
-
dataTest: string;
|
|
2505
|
-
icon: string;
|
|
2506
|
-
color?: string | undefined;
|
|
2507
|
-
disabled?: boolean | undefined;
|
|
2508
|
-
size?: string | undefined;
|
|
2509
|
-
square?: boolean | undefined;
|
|
2510
|
-
filled?: boolean | undefined;
|
|
2511
|
-
variant?: string | undefined;
|
|
2512
|
-
loading?: boolean | undefined;
|
|
2513
|
-
tag?: string | undefined;
|
|
2514
|
-
tabindex?: string | number | undefined;
|
|
2515
|
-
block?: boolean | undefined;
|
|
2516
|
-
round?: boolean | undefined;
|
|
2517
|
-
noRing?: boolean | undefined;
|
|
2518
|
-
$props: {
|
|
2519
|
-
readonly label?: string | undefined;
|
|
2520
|
-
readonly id?: string | undefined;
|
|
2521
|
-
readonly rightIcon?: string | undefined;
|
|
2522
|
-
readonly leftIcon?: string | undefined;
|
|
2523
|
-
readonly config?: Record<string, any> | undefined;
|
|
2524
|
-
readonly dataTest?: string | undefined;
|
|
2525
|
-
readonly icon?: string | undefined;
|
|
2526
|
-
readonly color?: string | undefined;
|
|
2527
|
-
readonly disabled?: boolean | undefined;
|
|
2528
|
-
readonly size?: string | undefined;
|
|
2529
|
-
readonly square?: boolean | undefined;
|
|
2530
|
-
readonly filled?: boolean | undefined;
|
|
2531
|
-
readonly variant?: string | undefined;
|
|
2532
|
-
readonly loading?: boolean | undefined;
|
|
2533
|
-
readonly tag?: string | undefined;
|
|
2534
|
-
readonly tabindex?: string | number | undefined;
|
|
2535
|
-
readonly block?: boolean | undefined;
|
|
2536
|
-
readonly round?: boolean | undefined;
|
|
2537
|
-
readonly noRing?: boolean | undefined;
|
|
2538
|
-
};
|
|
2539
|
-
}, {}, {}, {}, {}>;
|
|
2540
|
-
__isFragment?: never;
|
|
2541
|
-
__isTeleport?: never;
|
|
2542
|
-
__isSuspense?: never;
|
|
2543
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
2544
|
-
buttonRef: import("vue").Ref<null, null>;
|
|
2545
|
-
label: string;
|
|
2546
|
-
id: string;
|
|
2547
|
-
rightIcon: string;
|
|
2548
|
-
leftIcon: string;
|
|
2549
|
-
config: Record<string, any>;
|
|
2550
|
-
dataTest: string;
|
|
2551
|
-
icon: string;
|
|
2552
|
-
color?: string | undefined;
|
|
2553
|
-
disabled?: boolean | undefined;
|
|
2554
|
-
size?: string | undefined;
|
|
2555
|
-
square?: boolean | undefined;
|
|
2556
|
-
filled?: boolean | undefined;
|
|
2557
|
-
variant?: string | undefined;
|
|
2558
|
-
loading?: boolean | undefined;
|
|
2559
|
-
tag?: string | undefined;
|
|
2560
|
-
tabindex?: string | number | undefined;
|
|
2561
|
-
block?: boolean | undefined;
|
|
2562
|
-
round?: boolean | undefined;
|
|
2563
|
-
noRing?: boolean | undefined;
|
|
2564
|
-
$props: {
|
|
2565
|
-
readonly label?: string | undefined;
|
|
2566
|
-
readonly id?: string | undefined;
|
|
2567
|
-
readonly rightIcon?: string | undefined;
|
|
2568
|
-
readonly leftIcon?: string | undefined;
|
|
2569
|
-
readonly config?: Record<string, any> | undefined;
|
|
2570
|
-
readonly dataTest?: string | undefined;
|
|
2571
|
-
readonly icon?: string | undefined;
|
|
2572
|
-
readonly color?: string | undefined;
|
|
2573
|
-
readonly disabled?: boolean | undefined;
|
|
2574
|
-
readonly size?: string | undefined;
|
|
2575
|
-
readonly square?: boolean | undefined;
|
|
2576
|
-
readonly filled?: boolean | undefined;
|
|
2577
|
-
readonly variant?: string | undefined;
|
|
2578
|
-
readonly loading?: boolean | undefined;
|
|
2579
|
-
readonly tag?: string | undefined;
|
|
2580
|
-
readonly tabindex?: string | number | undefined;
|
|
2581
|
-
readonly block?: boolean | undefined;
|
|
2582
|
-
readonly round?: boolean | undefined;
|
|
2583
|
-
readonly noRing?: boolean | undefined;
|
|
2584
|
-
};
|
|
2585
|
-
}, {}, {}, {}, 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 () => {
|
|
2586
|
-
$slots: {
|
|
2587
|
-
left?(_: {
|
|
2588
|
-
iconName: string;
|
|
2589
|
-
iconSize: any;
|
|
2590
|
-
iconColor: string | undefined;
|
|
2591
|
-
}): any;
|
|
2592
|
-
default?(_: {
|
|
2593
|
-
label: string;
|
|
2594
|
-
iconName: string;
|
|
2595
|
-
iconSize: any;
|
|
2596
|
-
iconColor: string | undefined;
|
|
2597
|
-
}): any;
|
|
2598
|
-
right?(_: {
|
|
2599
|
-
iconName: string;
|
|
2600
|
-
iconSize: any;
|
|
2601
|
-
iconColor: string | undefined;
|
|
2602
|
-
}): any;
|
|
2603
|
-
};
|
|
2604
|
-
});
|
|
2605
|
-
};
|
|
2606
|
-
setup(): {
|
|
2607
|
-
args: any;
|
|
2608
|
-
slots: any;
|
|
2609
|
-
};
|
|
2610
|
-
template: string;
|
|
2611
|
-
};
|
|
2612
|
-
export namespace TextBlocksExample {
|
|
2613
|
-
export namespace args_5 {
|
|
2614
|
-
let slotTemplate_2: string;
|
|
2615
|
-
export { slotTemplate_2 as slotTemplate };
|
|
2616
|
-
}
|
|
2617
|
-
export { args_5 as args };
|
|
2618
|
-
}
|
|
2619
|
-
import URow from "../../ui.container-row/URow.vue";
|