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