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