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