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,1336 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let id: string;
|
|
3
|
-
export let title: string;
|
|
4
|
-
export { UInputRating as component };
|
|
5
|
-
export namespace args {
|
|
6
|
-
let modelValue: number;
|
|
7
|
-
let label: string;
|
|
8
|
-
}
|
|
9
|
-
export let argTypes: {
|
|
10
|
-
defaultTemplate?: {
|
|
11
|
-
table: {
|
|
12
|
-
disable: boolean;
|
|
13
|
-
};
|
|
14
|
-
} | undefined;
|
|
15
|
-
slotTemplate?: {
|
|
16
|
-
table: {
|
|
17
|
-
disable: boolean;
|
|
18
|
-
};
|
|
19
|
-
} | undefined;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
export default _default;
|
|
23
|
-
export function Default(args: any): {
|
|
24
|
-
components: {
|
|
25
|
-
UInputRating: {
|
|
26
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
27
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
28
|
-
label: string;
|
|
29
|
-
description: string;
|
|
30
|
-
error: string;
|
|
31
|
-
config: Record<string, any>;
|
|
32
|
-
dataTest: string;
|
|
33
|
-
modelValue: number;
|
|
34
|
-
total: number;
|
|
35
|
-
size?: string | undefined;
|
|
36
|
-
labelAlign?: string | undefined;
|
|
37
|
-
selectable?: boolean | undefined;
|
|
38
|
-
stars?: number | undefined;
|
|
39
|
-
counter?: boolean | undefined;
|
|
40
|
-
$props: {
|
|
41
|
-
readonly label?: string | undefined;
|
|
42
|
-
readonly description?: string | undefined;
|
|
43
|
-
readonly error?: string | undefined;
|
|
44
|
-
readonly config?: Record<string, any> | undefined;
|
|
45
|
-
readonly dataTest?: string | undefined;
|
|
46
|
-
readonly modelValue?: number | undefined;
|
|
47
|
-
readonly total?: number | undefined;
|
|
48
|
-
readonly size?: string | undefined;
|
|
49
|
-
readonly labelAlign?: string | undefined;
|
|
50
|
-
readonly selectable?: boolean | undefined;
|
|
51
|
-
readonly stars?: number | undefined;
|
|
52
|
-
readonly counter?: boolean | undefined;
|
|
53
|
-
};
|
|
54
|
-
}, {}, {}, {}, 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, {
|
|
55
|
-
P: {};
|
|
56
|
-
B: {};
|
|
57
|
-
D: {};
|
|
58
|
-
C: {};
|
|
59
|
-
M: {};
|
|
60
|
-
Defaults: {};
|
|
61
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
62
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
63
|
-
label: string;
|
|
64
|
-
description: string;
|
|
65
|
-
error: string;
|
|
66
|
-
config: Record<string, any>;
|
|
67
|
-
dataTest: string;
|
|
68
|
-
modelValue: number;
|
|
69
|
-
total: number;
|
|
70
|
-
size?: string | undefined;
|
|
71
|
-
labelAlign?: string | undefined;
|
|
72
|
-
selectable?: boolean | undefined;
|
|
73
|
-
stars?: number | undefined;
|
|
74
|
-
counter?: boolean | undefined;
|
|
75
|
-
$props: {
|
|
76
|
-
readonly label?: string | undefined;
|
|
77
|
-
readonly description?: string | undefined;
|
|
78
|
-
readonly error?: string | undefined;
|
|
79
|
-
readonly config?: Record<string, any> | undefined;
|
|
80
|
-
readonly dataTest?: string | undefined;
|
|
81
|
-
readonly modelValue?: number | undefined;
|
|
82
|
-
readonly total?: number | undefined;
|
|
83
|
-
readonly size?: string | undefined;
|
|
84
|
-
readonly labelAlign?: string | undefined;
|
|
85
|
-
readonly selectable?: boolean | undefined;
|
|
86
|
-
readonly stars?: number | undefined;
|
|
87
|
-
readonly counter?: boolean | undefined;
|
|
88
|
-
};
|
|
89
|
-
}, {}, {}, {}, {}>;
|
|
90
|
-
__isFragment?: never;
|
|
91
|
-
__isTeleport?: never;
|
|
92
|
-
__isSuspense?: never;
|
|
93
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
94
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
95
|
-
label: string;
|
|
96
|
-
description: string;
|
|
97
|
-
error: string;
|
|
98
|
-
config: Record<string, any>;
|
|
99
|
-
dataTest: string;
|
|
100
|
-
modelValue: number;
|
|
101
|
-
total: number;
|
|
102
|
-
size?: string | undefined;
|
|
103
|
-
labelAlign?: string | undefined;
|
|
104
|
-
selectable?: boolean | undefined;
|
|
105
|
-
stars?: number | undefined;
|
|
106
|
-
counter?: boolean | undefined;
|
|
107
|
-
$props: {
|
|
108
|
-
readonly label?: string | undefined;
|
|
109
|
-
readonly description?: string | undefined;
|
|
110
|
-
readonly error?: string | undefined;
|
|
111
|
-
readonly config?: Record<string, any> | undefined;
|
|
112
|
-
readonly dataTest?: string | undefined;
|
|
113
|
-
readonly modelValue?: number | undefined;
|
|
114
|
-
readonly total?: number | undefined;
|
|
115
|
-
readonly size?: string | undefined;
|
|
116
|
-
readonly labelAlign?: string | undefined;
|
|
117
|
-
readonly selectable?: boolean | undefined;
|
|
118
|
-
readonly stars?: number | undefined;
|
|
119
|
-
readonly counter?: boolean | undefined;
|
|
120
|
-
};
|
|
121
|
-
}, {}, {}, {}, 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 () => {
|
|
122
|
-
$slots: {
|
|
123
|
-
counter?(_: {
|
|
124
|
-
counter: number;
|
|
125
|
-
total: number;
|
|
126
|
-
}): any;
|
|
127
|
-
total?(_: {
|
|
128
|
-
counter: boolean | undefined;
|
|
129
|
-
total: number;
|
|
130
|
-
}): any;
|
|
131
|
-
};
|
|
132
|
-
});
|
|
133
|
-
};
|
|
134
|
-
setup(): {
|
|
135
|
-
args: any;
|
|
136
|
-
slots: any;
|
|
137
|
-
};
|
|
138
|
-
template: string;
|
|
139
|
-
};
|
|
140
|
-
export namespace Default {
|
|
141
|
-
let args_1: {};
|
|
142
|
-
export { args_1 as args };
|
|
143
|
-
}
|
|
144
|
-
export function Sizes(args: any, { argTypes }?: {}): {
|
|
145
|
-
components: {
|
|
146
|
-
UInputRating: {
|
|
147
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
148
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
149
|
-
label: string;
|
|
150
|
-
description: string;
|
|
151
|
-
error: string;
|
|
152
|
-
config: Record<string, any>;
|
|
153
|
-
dataTest: string;
|
|
154
|
-
modelValue: number;
|
|
155
|
-
total: number;
|
|
156
|
-
size?: string | undefined;
|
|
157
|
-
labelAlign?: string | undefined;
|
|
158
|
-
selectable?: boolean | undefined;
|
|
159
|
-
stars?: number | undefined;
|
|
160
|
-
counter?: boolean | undefined;
|
|
161
|
-
$props: {
|
|
162
|
-
readonly label?: string | undefined;
|
|
163
|
-
readonly description?: string | undefined;
|
|
164
|
-
readonly error?: string | undefined;
|
|
165
|
-
readonly config?: Record<string, any> | undefined;
|
|
166
|
-
readonly dataTest?: string | undefined;
|
|
167
|
-
readonly modelValue?: number | undefined;
|
|
168
|
-
readonly total?: number | undefined;
|
|
169
|
-
readonly size?: string | undefined;
|
|
170
|
-
readonly labelAlign?: string | undefined;
|
|
171
|
-
readonly selectable?: boolean | undefined;
|
|
172
|
-
readonly stars?: number | undefined;
|
|
173
|
-
readonly counter?: boolean | undefined;
|
|
174
|
-
};
|
|
175
|
-
}, {}, {}, {}, 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, {
|
|
176
|
-
P: {};
|
|
177
|
-
B: {};
|
|
178
|
-
D: {};
|
|
179
|
-
C: {};
|
|
180
|
-
M: {};
|
|
181
|
-
Defaults: {};
|
|
182
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
183
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
184
|
-
label: string;
|
|
185
|
-
description: string;
|
|
186
|
-
error: string;
|
|
187
|
-
config: Record<string, any>;
|
|
188
|
-
dataTest: string;
|
|
189
|
-
modelValue: number;
|
|
190
|
-
total: number;
|
|
191
|
-
size?: string | undefined;
|
|
192
|
-
labelAlign?: string | undefined;
|
|
193
|
-
selectable?: boolean | undefined;
|
|
194
|
-
stars?: number | undefined;
|
|
195
|
-
counter?: boolean | undefined;
|
|
196
|
-
$props: {
|
|
197
|
-
readonly label?: string | undefined;
|
|
198
|
-
readonly description?: string | undefined;
|
|
199
|
-
readonly error?: string | undefined;
|
|
200
|
-
readonly config?: Record<string, any> | undefined;
|
|
201
|
-
readonly dataTest?: string | undefined;
|
|
202
|
-
readonly modelValue?: number | undefined;
|
|
203
|
-
readonly total?: number | undefined;
|
|
204
|
-
readonly size?: string | undefined;
|
|
205
|
-
readonly labelAlign?: string | undefined;
|
|
206
|
-
readonly selectable?: boolean | undefined;
|
|
207
|
-
readonly stars?: number | undefined;
|
|
208
|
-
readonly counter?: boolean | undefined;
|
|
209
|
-
};
|
|
210
|
-
}, {}, {}, {}, {}>;
|
|
211
|
-
__isFragment?: never;
|
|
212
|
-
__isTeleport?: never;
|
|
213
|
-
__isSuspense?: never;
|
|
214
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
215
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
216
|
-
label: string;
|
|
217
|
-
description: string;
|
|
218
|
-
error: string;
|
|
219
|
-
config: Record<string, any>;
|
|
220
|
-
dataTest: string;
|
|
221
|
-
modelValue: number;
|
|
222
|
-
total: number;
|
|
223
|
-
size?: string | undefined;
|
|
224
|
-
labelAlign?: string | undefined;
|
|
225
|
-
selectable?: boolean | undefined;
|
|
226
|
-
stars?: number | undefined;
|
|
227
|
-
counter?: boolean | undefined;
|
|
228
|
-
$props: {
|
|
229
|
-
readonly label?: string | undefined;
|
|
230
|
-
readonly description?: string | undefined;
|
|
231
|
-
readonly error?: string | undefined;
|
|
232
|
-
readonly config?: Record<string, any> | undefined;
|
|
233
|
-
readonly dataTest?: string | undefined;
|
|
234
|
-
readonly modelValue?: number | undefined;
|
|
235
|
-
readonly total?: number | undefined;
|
|
236
|
-
readonly size?: string | undefined;
|
|
237
|
-
readonly labelAlign?: string | undefined;
|
|
238
|
-
readonly selectable?: boolean | undefined;
|
|
239
|
-
readonly stars?: number | undefined;
|
|
240
|
-
readonly counter?: boolean | undefined;
|
|
241
|
-
};
|
|
242
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
243
|
-
$slots: {
|
|
244
|
-
counter?(_: {
|
|
245
|
-
counter: number;
|
|
246
|
-
total: number;
|
|
247
|
-
}): any;
|
|
248
|
-
total?(_: {
|
|
249
|
-
counter: boolean | undefined;
|
|
250
|
-
total: number;
|
|
251
|
-
}): any;
|
|
252
|
-
};
|
|
253
|
-
});
|
|
254
|
-
URow: {
|
|
255
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
256
|
-
config: Record<string, any>;
|
|
257
|
-
dataTest: string;
|
|
258
|
-
reverse?: boolean | undefined;
|
|
259
|
-
content?: string | undefined;
|
|
260
|
-
gap?: string | undefined;
|
|
261
|
-
align?: string | undefined;
|
|
262
|
-
justify?: string | undefined;
|
|
263
|
-
wrap?: boolean | undefined;
|
|
264
|
-
noMobile?: boolean | undefined;
|
|
265
|
-
$props: {
|
|
266
|
-
readonly config?: Record<string, any> | undefined;
|
|
267
|
-
readonly dataTest?: string | undefined;
|
|
268
|
-
readonly reverse?: boolean | undefined;
|
|
269
|
-
readonly content?: string | undefined;
|
|
270
|
-
readonly gap?: string | undefined;
|
|
271
|
-
readonly align?: string | undefined;
|
|
272
|
-
readonly justify?: string | undefined;
|
|
273
|
-
readonly wrap?: boolean | undefined;
|
|
274
|
-
readonly noMobile?: boolean | undefined;
|
|
275
|
-
};
|
|
276
|
-
}, {}, {}, {}, 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, {
|
|
277
|
-
P: {};
|
|
278
|
-
B: {};
|
|
279
|
-
D: {};
|
|
280
|
-
C: {};
|
|
281
|
-
M: {};
|
|
282
|
-
Defaults: {};
|
|
283
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
284
|
-
config: Record<string, any>;
|
|
285
|
-
dataTest: string;
|
|
286
|
-
reverse?: boolean | undefined;
|
|
287
|
-
content?: string | undefined;
|
|
288
|
-
gap?: string | undefined;
|
|
289
|
-
align?: string | undefined;
|
|
290
|
-
justify?: string | undefined;
|
|
291
|
-
wrap?: boolean | undefined;
|
|
292
|
-
noMobile?: boolean | undefined;
|
|
293
|
-
$props: {
|
|
294
|
-
readonly config?: Record<string, any> | undefined;
|
|
295
|
-
readonly dataTest?: string | undefined;
|
|
296
|
-
readonly reverse?: boolean | undefined;
|
|
297
|
-
readonly content?: string | undefined;
|
|
298
|
-
readonly gap?: string | undefined;
|
|
299
|
-
readonly align?: string | undefined;
|
|
300
|
-
readonly justify?: string | undefined;
|
|
301
|
-
readonly wrap?: boolean | undefined;
|
|
302
|
-
readonly noMobile?: boolean | undefined;
|
|
303
|
-
};
|
|
304
|
-
}, {}, {}, {}, {}>;
|
|
305
|
-
__isFragment?: never;
|
|
306
|
-
__isTeleport?: never;
|
|
307
|
-
__isSuspense?: never;
|
|
308
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
309
|
-
config: Record<string, any>;
|
|
310
|
-
dataTest: string;
|
|
311
|
-
reverse?: boolean | undefined;
|
|
312
|
-
content?: string | undefined;
|
|
313
|
-
gap?: string | undefined;
|
|
314
|
-
align?: string | undefined;
|
|
315
|
-
justify?: string | undefined;
|
|
316
|
-
wrap?: boolean | undefined;
|
|
317
|
-
noMobile?: boolean | undefined;
|
|
318
|
-
$props: {
|
|
319
|
-
readonly config?: Record<string, any> | undefined;
|
|
320
|
-
readonly dataTest?: string | undefined;
|
|
321
|
-
readonly reverse?: boolean | undefined;
|
|
322
|
-
readonly content?: string | undefined;
|
|
323
|
-
readonly gap?: string | undefined;
|
|
324
|
-
readonly align?: string | undefined;
|
|
325
|
-
readonly justify?: string | undefined;
|
|
326
|
-
readonly wrap?: boolean | undefined;
|
|
327
|
-
readonly noMobile?: boolean | undefined;
|
|
328
|
-
};
|
|
329
|
-
}, {}, {}, {}, 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 () => {
|
|
330
|
-
$slots: {
|
|
331
|
-
default?(_: {}): any;
|
|
332
|
-
};
|
|
333
|
-
});
|
|
334
|
-
};
|
|
335
|
-
setup(): {
|
|
336
|
-
args: any;
|
|
337
|
-
options: any;
|
|
338
|
-
};
|
|
339
|
-
template: string;
|
|
340
|
-
};
|
|
341
|
-
export namespace Sizes {
|
|
342
|
-
export namespace args_2 {
|
|
343
|
-
let _enum: string;
|
|
344
|
-
export { _enum as enum };
|
|
345
|
-
}
|
|
346
|
-
export { args_2 as args };
|
|
347
|
-
}
|
|
348
|
-
export function StarAmount(args: any): {
|
|
349
|
-
components: {
|
|
350
|
-
UInputRating: {
|
|
351
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
352
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
353
|
-
label: string;
|
|
354
|
-
description: string;
|
|
355
|
-
error: string;
|
|
356
|
-
config: Record<string, any>;
|
|
357
|
-
dataTest: string;
|
|
358
|
-
modelValue: number;
|
|
359
|
-
total: number;
|
|
360
|
-
size?: string | undefined;
|
|
361
|
-
labelAlign?: string | undefined;
|
|
362
|
-
selectable?: boolean | undefined;
|
|
363
|
-
stars?: number | undefined;
|
|
364
|
-
counter?: boolean | undefined;
|
|
365
|
-
$props: {
|
|
366
|
-
readonly label?: string | undefined;
|
|
367
|
-
readonly description?: string | undefined;
|
|
368
|
-
readonly error?: string | undefined;
|
|
369
|
-
readonly config?: Record<string, any> | undefined;
|
|
370
|
-
readonly dataTest?: string | undefined;
|
|
371
|
-
readonly modelValue?: number | undefined;
|
|
372
|
-
readonly total?: number | undefined;
|
|
373
|
-
readonly size?: string | undefined;
|
|
374
|
-
readonly labelAlign?: string | undefined;
|
|
375
|
-
readonly selectable?: boolean | undefined;
|
|
376
|
-
readonly stars?: number | undefined;
|
|
377
|
-
readonly counter?: boolean | undefined;
|
|
378
|
-
};
|
|
379
|
-
}, {}, {}, {}, 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, {
|
|
380
|
-
P: {};
|
|
381
|
-
B: {};
|
|
382
|
-
D: {};
|
|
383
|
-
C: {};
|
|
384
|
-
M: {};
|
|
385
|
-
Defaults: {};
|
|
386
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
387
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
388
|
-
label: string;
|
|
389
|
-
description: string;
|
|
390
|
-
error: string;
|
|
391
|
-
config: Record<string, any>;
|
|
392
|
-
dataTest: string;
|
|
393
|
-
modelValue: number;
|
|
394
|
-
total: number;
|
|
395
|
-
size?: string | undefined;
|
|
396
|
-
labelAlign?: string | undefined;
|
|
397
|
-
selectable?: boolean | undefined;
|
|
398
|
-
stars?: number | undefined;
|
|
399
|
-
counter?: boolean | undefined;
|
|
400
|
-
$props: {
|
|
401
|
-
readonly label?: string | undefined;
|
|
402
|
-
readonly description?: string | undefined;
|
|
403
|
-
readonly error?: string | undefined;
|
|
404
|
-
readonly config?: Record<string, any> | undefined;
|
|
405
|
-
readonly dataTest?: string | undefined;
|
|
406
|
-
readonly modelValue?: number | undefined;
|
|
407
|
-
readonly total?: number | undefined;
|
|
408
|
-
readonly size?: string | undefined;
|
|
409
|
-
readonly labelAlign?: string | undefined;
|
|
410
|
-
readonly selectable?: boolean | undefined;
|
|
411
|
-
readonly stars?: number | undefined;
|
|
412
|
-
readonly counter?: boolean | undefined;
|
|
413
|
-
};
|
|
414
|
-
}, {}, {}, {}, {}>;
|
|
415
|
-
__isFragment?: never;
|
|
416
|
-
__isTeleport?: never;
|
|
417
|
-
__isSuspense?: never;
|
|
418
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
419
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
420
|
-
label: string;
|
|
421
|
-
description: string;
|
|
422
|
-
error: string;
|
|
423
|
-
config: Record<string, any>;
|
|
424
|
-
dataTest: string;
|
|
425
|
-
modelValue: number;
|
|
426
|
-
total: number;
|
|
427
|
-
size?: string | undefined;
|
|
428
|
-
labelAlign?: string | undefined;
|
|
429
|
-
selectable?: boolean | undefined;
|
|
430
|
-
stars?: number | undefined;
|
|
431
|
-
counter?: boolean | undefined;
|
|
432
|
-
$props: {
|
|
433
|
-
readonly label?: string | undefined;
|
|
434
|
-
readonly description?: string | undefined;
|
|
435
|
-
readonly error?: string | undefined;
|
|
436
|
-
readonly config?: Record<string, any> | undefined;
|
|
437
|
-
readonly dataTest?: string | undefined;
|
|
438
|
-
readonly modelValue?: number | undefined;
|
|
439
|
-
readonly total?: number | undefined;
|
|
440
|
-
readonly size?: string | undefined;
|
|
441
|
-
readonly labelAlign?: string | undefined;
|
|
442
|
-
readonly selectable?: boolean | undefined;
|
|
443
|
-
readonly stars?: number | undefined;
|
|
444
|
-
readonly counter?: boolean | undefined;
|
|
445
|
-
};
|
|
446
|
-
}, {}, {}, {}, 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 () => {
|
|
447
|
-
$slots: {
|
|
448
|
-
counter?(_: {
|
|
449
|
-
counter: number;
|
|
450
|
-
total: number;
|
|
451
|
-
}): any;
|
|
452
|
-
total?(_: {
|
|
453
|
-
counter: boolean | undefined;
|
|
454
|
-
total: number;
|
|
455
|
-
}): any;
|
|
456
|
-
};
|
|
457
|
-
});
|
|
458
|
-
};
|
|
459
|
-
setup(): {
|
|
460
|
-
args: any;
|
|
461
|
-
slots: any;
|
|
462
|
-
};
|
|
463
|
-
template: string;
|
|
464
|
-
};
|
|
465
|
-
export namespace StarAmount {
|
|
466
|
-
export namespace args_3 {
|
|
467
|
-
let value: number;
|
|
468
|
-
let stars: number;
|
|
469
|
-
}
|
|
470
|
-
export { args_3 as args };
|
|
471
|
-
}
|
|
472
|
-
export function Selectable(args: any): {
|
|
473
|
-
components: {
|
|
474
|
-
UInputRating: {
|
|
475
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
476
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
477
|
-
label: string;
|
|
478
|
-
description: string;
|
|
479
|
-
error: string;
|
|
480
|
-
config: Record<string, any>;
|
|
481
|
-
dataTest: string;
|
|
482
|
-
modelValue: number;
|
|
483
|
-
total: number;
|
|
484
|
-
size?: string | undefined;
|
|
485
|
-
labelAlign?: string | undefined;
|
|
486
|
-
selectable?: boolean | undefined;
|
|
487
|
-
stars?: number | undefined;
|
|
488
|
-
counter?: boolean | undefined;
|
|
489
|
-
$props: {
|
|
490
|
-
readonly label?: string | undefined;
|
|
491
|
-
readonly description?: string | undefined;
|
|
492
|
-
readonly error?: string | undefined;
|
|
493
|
-
readonly config?: Record<string, any> | undefined;
|
|
494
|
-
readonly dataTest?: string | undefined;
|
|
495
|
-
readonly modelValue?: number | undefined;
|
|
496
|
-
readonly total?: number | undefined;
|
|
497
|
-
readonly size?: string | undefined;
|
|
498
|
-
readonly labelAlign?: string | undefined;
|
|
499
|
-
readonly selectable?: boolean | undefined;
|
|
500
|
-
readonly stars?: number | undefined;
|
|
501
|
-
readonly counter?: boolean | undefined;
|
|
502
|
-
};
|
|
503
|
-
}, {}, {}, {}, 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, {
|
|
504
|
-
P: {};
|
|
505
|
-
B: {};
|
|
506
|
-
D: {};
|
|
507
|
-
C: {};
|
|
508
|
-
M: {};
|
|
509
|
-
Defaults: {};
|
|
510
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
511
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
512
|
-
label: string;
|
|
513
|
-
description: string;
|
|
514
|
-
error: string;
|
|
515
|
-
config: Record<string, any>;
|
|
516
|
-
dataTest: string;
|
|
517
|
-
modelValue: number;
|
|
518
|
-
total: number;
|
|
519
|
-
size?: string | undefined;
|
|
520
|
-
labelAlign?: string | undefined;
|
|
521
|
-
selectable?: boolean | undefined;
|
|
522
|
-
stars?: number | undefined;
|
|
523
|
-
counter?: boolean | undefined;
|
|
524
|
-
$props: {
|
|
525
|
-
readonly label?: string | undefined;
|
|
526
|
-
readonly description?: string | undefined;
|
|
527
|
-
readonly error?: string | undefined;
|
|
528
|
-
readonly config?: Record<string, any> | undefined;
|
|
529
|
-
readonly dataTest?: string | undefined;
|
|
530
|
-
readonly modelValue?: number | undefined;
|
|
531
|
-
readonly total?: number | undefined;
|
|
532
|
-
readonly size?: string | undefined;
|
|
533
|
-
readonly labelAlign?: string | undefined;
|
|
534
|
-
readonly selectable?: boolean | undefined;
|
|
535
|
-
readonly stars?: number | undefined;
|
|
536
|
-
readonly counter?: boolean | undefined;
|
|
537
|
-
};
|
|
538
|
-
}, {}, {}, {}, {}>;
|
|
539
|
-
__isFragment?: never;
|
|
540
|
-
__isTeleport?: never;
|
|
541
|
-
__isSuspense?: never;
|
|
542
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
543
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
544
|
-
label: string;
|
|
545
|
-
description: string;
|
|
546
|
-
error: string;
|
|
547
|
-
config: Record<string, any>;
|
|
548
|
-
dataTest: string;
|
|
549
|
-
modelValue: number;
|
|
550
|
-
total: number;
|
|
551
|
-
size?: string | undefined;
|
|
552
|
-
labelAlign?: string | undefined;
|
|
553
|
-
selectable?: boolean | undefined;
|
|
554
|
-
stars?: number | undefined;
|
|
555
|
-
counter?: boolean | undefined;
|
|
556
|
-
$props: {
|
|
557
|
-
readonly label?: string | undefined;
|
|
558
|
-
readonly description?: string | undefined;
|
|
559
|
-
readonly error?: string | undefined;
|
|
560
|
-
readonly config?: Record<string, any> | undefined;
|
|
561
|
-
readonly dataTest?: string | undefined;
|
|
562
|
-
readonly modelValue?: number | undefined;
|
|
563
|
-
readonly total?: number | undefined;
|
|
564
|
-
readonly size?: string | undefined;
|
|
565
|
-
readonly labelAlign?: string | undefined;
|
|
566
|
-
readonly selectable?: boolean | undefined;
|
|
567
|
-
readonly stars?: number | undefined;
|
|
568
|
-
readonly counter?: boolean | undefined;
|
|
569
|
-
};
|
|
570
|
-
}, {}, {}, {}, 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 () => {
|
|
571
|
-
$slots: {
|
|
572
|
-
counter?(_: {
|
|
573
|
-
counter: number;
|
|
574
|
-
total: number;
|
|
575
|
-
}): any;
|
|
576
|
-
total?(_: {
|
|
577
|
-
counter: boolean | undefined;
|
|
578
|
-
total: number;
|
|
579
|
-
}): any;
|
|
580
|
-
};
|
|
581
|
-
});
|
|
582
|
-
};
|
|
583
|
-
setup(): {
|
|
584
|
-
args: any;
|
|
585
|
-
slots: any;
|
|
586
|
-
};
|
|
587
|
-
template: string;
|
|
588
|
-
};
|
|
589
|
-
export namespace Selectable {
|
|
590
|
-
export namespace args_4 {
|
|
591
|
-
let selectable: boolean;
|
|
592
|
-
}
|
|
593
|
-
export { args_4 as args };
|
|
594
|
-
}
|
|
595
|
-
export function Description(args: any): {
|
|
596
|
-
components: {
|
|
597
|
-
UInputRating: {
|
|
598
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
599
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
600
|
-
label: string;
|
|
601
|
-
description: string;
|
|
602
|
-
error: string;
|
|
603
|
-
config: Record<string, any>;
|
|
604
|
-
dataTest: string;
|
|
605
|
-
modelValue: number;
|
|
606
|
-
total: number;
|
|
607
|
-
size?: string | undefined;
|
|
608
|
-
labelAlign?: string | undefined;
|
|
609
|
-
selectable?: boolean | undefined;
|
|
610
|
-
stars?: number | undefined;
|
|
611
|
-
counter?: boolean | undefined;
|
|
612
|
-
$props: {
|
|
613
|
-
readonly label?: string | undefined;
|
|
614
|
-
readonly description?: string | undefined;
|
|
615
|
-
readonly error?: string | undefined;
|
|
616
|
-
readonly config?: Record<string, any> | undefined;
|
|
617
|
-
readonly dataTest?: string | undefined;
|
|
618
|
-
readonly modelValue?: number | undefined;
|
|
619
|
-
readonly total?: number | undefined;
|
|
620
|
-
readonly size?: string | undefined;
|
|
621
|
-
readonly labelAlign?: string | undefined;
|
|
622
|
-
readonly selectable?: boolean | undefined;
|
|
623
|
-
readonly stars?: number | undefined;
|
|
624
|
-
readonly counter?: boolean | undefined;
|
|
625
|
-
};
|
|
626
|
-
}, {}, {}, {}, 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, {
|
|
627
|
-
P: {};
|
|
628
|
-
B: {};
|
|
629
|
-
D: {};
|
|
630
|
-
C: {};
|
|
631
|
-
M: {};
|
|
632
|
-
Defaults: {};
|
|
633
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
634
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
635
|
-
label: string;
|
|
636
|
-
description: string;
|
|
637
|
-
error: string;
|
|
638
|
-
config: Record<string, any>;
|
|
639
|
-
dataTest: string;
|
|
640
|
-
modelValue: number;
|
|
641
|
-
total: number;
|
|
642
|
-
size?: string | undefined;
|
|
643
|
-
labelAlign?: string | undefined;
|
|
644
|
-
selectable?: boolean | undefined;
|
|
645
|
-
stars?: number | undefined;
|
|
646
|
-
counter?: boolean | undefined;
|
|
647
|
-
$props: {
|
|
648
|
-
readonly label?: string | undefined;
|
|
649
|
-
readonly description?: string | undefined;
|
|
650
|
-
readonly error?: string | undefined;
|
|
651
|
-
readonly config?: Record<string, any> | undefined;
|
|
652
|
-
readonly dataTest?: string | undefined;
|
|
653
|
-
readonly modelValue?: number | undefined;
|
|
654
|
-
readonly total?: number | undefined;
|
|
655
|
-
readonly size?: string | undefined;
|
|
656
|
-
readonly labelAlign?: string | undefined;
|
|
657
|
-
readonly selectable?: boolean | undefined;
|
|
658
|
-
readonly stars?: number | undefined;
|
|
659
|
-
readonly counter?: boolean | undefined;
|
|
660
|
-
};
|
|
661
|
-
}, {}, {}, {}, {}>;
|
|
662
|
-
__isFragment?: never;
|
|
663
|
-
__isTeleport?: never;
|
|
664
|
-
__isSuspense?: never;
|
|
665
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
666
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
667
|
-
label: string;
|
|
668
|
-
description: string;
|
|
669
|
-
error: string;
|
|
670
|
-
config: Record<string, any>;
|
|
671
|
-
dataTest: string;
|
|
672
|
-
modelValue: number;
|
|
673
|
-
total: number;
|
|
674
|
-
size?: string | undefined;
|
|
675
|
-
labelAlign?: string | undefined;
|
|
676
|
-
selectable?: boolean | undefined;
|
|
677
|
-
stars?: number | undefined;
|
|
678
|
-
counter?: boolean | undefined;
|
|
679
|
-
$props: {
|
|
680
|
-
readonly label?: string | undefined;
|
|
681
|
-
readonly description?: string | undefined;
|
|
682
|
-
readonly error?: string | undefined;
|
|
683
|
-
readonly config?: Record<string, any> | undefined;
|
|
684
|
-
readonly dataTest?: string | undefined;
|
|
685
|
-
readonly modelValue?: number | undefined;
|
|
686
|
-
readonly total?: number | undefined;
|
|
687
|
-
readonly size?: string | undefined;
|
|
688
|
-
readonly labelAlign?: string | undefined;
|
|
689
|
-
readonly selectable?: boolean | undefined;
|
|
690
|
-
readonly stars?: number | undefined;
|
|
691
|
-
readonly counter?: boolean | undefined;
|
|
692
|
-
};
|
|
693
|
-
}, {}, {}, {}, 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 () => {
|
|
694
|
-
$slots: {
|
|
695
|
-
counter?(_: {
|
|
696
|
-
counter: number;
|
|
697
|
-
total: number;
|
|
698
|
-
}): any;
|
|
699
|
-
total?(_: {
|
|
700
|
-
counter: boolean | undefined;
|
|
701
|
-
total: number;
|
|
702
|
-
}): any;
|
|
703
|
-
};
|
|
704
|
-
});
|
|
705
|
-
};
|
|
706
|
-
setup(): {
|
|
707
|
-
args: any;
|
|
708
|
-
slots: any;
|
|
709
|
-
};
|
|
710
|
-
template: string;
|
|
711
|
-
};
|
|
712
|
-
export namespace Description {
|
|
713
|
-
export namespace args_5 {
|
|
714
|
-
let description: string;
|
|
715
|
-
}
|
|
716
|
-
export { args_5 as args };
|
|
717
|
-
}
|
|
718
|
-
export function Error(args: any): {
|
|
719
|
-
components: {
|
|
720
|
-
UInputRating: {
|
|
721
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
722
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
723
|
-
label: string;
|
|
724
|
-
description: string;
|
|
725
|
-
error: string;
|
|
726
|
-
config: Record<string, any>;
|
|
727
|
-
dataTest: string;
|
|
728
|
-
modelValue: number;
|
|
729
|
-
total: number;
|
|
730
|
-
size?: string | undefined;
|
|
731
|
-
labelAlign?: string | undefined;
|
|
732
|
-
selectable?: boolean | undefined;
|
|
733
|
-
stars?: number | undefined;
|
|
734
|
-
counter?: boolean | undefined;
|
|
735
|
-
$props: {
|
|
736
|
-
readonly label?: string | undefined;
|
|
737
|
-
readonly description?: string | undefined;
|
|
738
|
-
readonly error?: string | undefined;
|
|
739
|
-
readonly config?: Record<string, any> | undefined;
|
|
740
|
-
readonly dataTest?: string | undefined;
|
|
741
|
-
readonly modelValue?: number | undefined;
|
|
742
|
-
readonly total?: number | undefined;
|
|
743
|
-
readonly size?: string | undefined;
|
|
744
|
-
readonly labelAlign?: string | undefined;
|
|
745
|
-
readonly selectable?: boolean | undefined;
|
|
746
|
-
readonly stars?: number | undefined;
|
|
747
|
-
readonly counter?: boolean | undefined;
|
|
748
|
-
};
|
|
749
|
-
}, {}, {}, {}, 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, {
|
|
750
|
-
P: {};
|
|
751
|
-
B: {};
|
|
752
|
-
D: {};
|
|
753
|
-
C: {};
|
|
754
|
-
M: {};
|
|
755
|
-
Defaults: {};
|
|
756
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
757
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
758
|
-
label: string;
|
|
759
|
-
description: string;
|
|
760
|
-
error: string;
|
|
761
|
-
config: Record<string, any>;
|
|
762
|
-
dataTest: string;
|
|
763
|
-
modelValue: number;
|
|
764
|
-
total: number;
|
|
765
|
-
size?: string | undefined;
|
|
766
|
-
labelAlign?: string | undefined;
|
|
767
|
-
selectable?: boolean | undefined;
|
|
768
|
-
stars?: number | undefined;
|
|
769
|
-
counter?: boolean | undefined;
|
|
770
|
-
$props: {
|
|
771
|
-
readonly label?: string | undefined;
|
|
772
|
-
readonly description?: string | undefined;
|
|
773
|
-
readonly error?: string | undefined;
|
|
774
|
-
readonly config?: Record<string, any> | undefined;
|
|
775
|
-
readonly dataTest?: string | undefined;
|
|
776
|
-
readonly modelValue?: number | undefined;
|
|
777
|
-
readonly total?: number | undefined;
|
|
778
|
-
readonly size?: string | undefined;
|
|
779
|
-
readonly labelAlign?: string | undefined;
|
|
780
|
-
readonly selectable?: boolean | undefined;
|
|
781
|
-
readonly stars?: number | undefined;
|
|
782
|
-
readonly counter?: boolean | undefined;
|
|
783
|
-
};
|
|
784
|
-
}, {}, {}, {}, {}>;
|
|
785
|
-
__isFragment?: never;
|
|
786
|
-
__isTeleport?: never;
|
|
787
|
-
__isSuspense?: never;
|
|
788
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
789
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
790
|
-
label: string;
|
|
791
|
-
description: string;
|
|
792
|
-
error: string;
|
|
793
|
-
config: Record<string, any>;
|
|
794
|
-
dataTest: string;
|
|
795
|
-
modelValue: number;
|
|
796
|
-
total: number;
|
|
797
|
-
size?: string | undefined;
|
|
798
|
-
labelAlign?: string | undefined;
|
|
799
|
-
selectable?: boolean | undefined;
|
|
800
|
-
stars?: number | undefined;
|
|
801
|
-
counter?: boolean | undefined;
|
|
802
|
-
$props: {
|
|
803
|
-
readonly label?: string | undefined;
|
|
804
|
-
readonly description?: string | undefined;
|
|
805
|
-
readonly error?: string | undefined;
|
|
806
|
-
readonly config?: Record<string, any> | undefined;
|
|
807
|
-
readonly dataTest?: string | undefined;
|
|
808
|
-
readonly modelValue?: number | undefined;
|
|
809
|
-
readonly total?: number | undefined;
|
|
810
|
-
readonly size?: string | undefined;
|
|
811
|
-
readonly labelAlign?: string | undefined;
|
|
812
|
-
readonly selectable?: boolean | undefined;
|
|
813
|
-
readonly stars?: number | undefined;
|
|
814
|
-
readonly counter?: boolean | undefined;
|
|
815
|
-
};
|
|
816
|
-
}, {}, {}, {}, 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 () => {
|
|
817
|
-
$slots: {
|
|
818
|
-
counter?(_: {
|
|
819
|
-
counter: number;
|
|
820
|
-
total: number;
|
|
821
|
-
}): any;
|
|
822
|
-
total?(_: {
|
|
823
|
-
counter: boolean | undefined;
|
|
824
|
-
total: number;
|
|
825
|
-
}): any;
|
|
826
|
-
};
|
|
827
|
-
});
|
|
828
|
-
};
|
|
829
|
-
setup(): {
|
|
830
|
-
args: any;
|
|
831
|
-
slots: any;
|
|
832
|
-
};
|
|
833
|
-
template: string;
|
|
834
|
-
};
|
|
835
|
-
export namespace Error {
|
|
836
|
-
export namespace args_6 {
|
|
837
|
-
let error: string;
|
|
838
|
-
}
|
|
839
|
-
export { args_6 as args };
|
|
840
|
-
}
|
|
841
|
-
export function WithCounter(args: any): {
|
|
842
|
-
components: {
|
|
843
|
-
UInputRating: {
|
|
844
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
845
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
846
|
-
label: string;
|
|
847
|
-
description: string;
|
|
848
|
-
error: string;
|
|
849
|
-
config: Record<string, any>;
|
|
850
|
-
dataTest: string;
|
|
851
|
-
modelValue: number;
|
|
852
|
-
total: number;
|
|
853
|
-
size?: string | undefined;
|
|
854
|
-
labelAlign?: string | undefined;
|
|
855
|
-
selectable?: boolean | undefined;
|
|
856
|
-
stars?: number | undefined;
|
|
857
|
-
counter?: boolean | undefined;
|
|
858
|
-
$props: {
|
|
859
|
-
readonly label?: string | undefined;
|
|
860
|
-
readonly description?: string | undefined;
|
|
861
|
-
readonly error?: string | undefined;
|
|
862
|
-
readonly config?: Record<string, any> | undefined;
|
|
863
|
-
readonly dataTest?: string | undefined;
|
|
864
|
-
readonly modelValue?: number | undefined;
|
|
865
|
-
readonly total?: number | undefined;
|
|
866
|
-
readonly size?: string | undefined;
|
|
867
|
-
readonly labelAlign?: string | undefined;
|
|
868
|
-
readonly selectable?: boolean | undefined;
|
|
869
|
-
readonly stars?: number | undefined;
|
|
870
|
-
readonly counter?: boolean | undefined;
|
|
871
|
-
};
|
|
872
|
-
}, {}, {}, {}, 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, {
|
|
873
|
-
P: {};
|
|
874
|
-
B: {};
|
|
875
|
-
D: {};
|
|
876
|
-
C: {};
|
|
877
|
-
M: {};
|
|
878
|
-
Defaults: {};
|
|
879
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
880
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
881
|
-
label: string;
|
|
882
|
-
description: string;
|
|
883
|
-
error: string;
|
|
884
|
-
config: Record<string, any>;
|
|
885
|
-
dataTest: string;
|
|
886
|
-
modelValue: number;
|
|
887
|
-
total: number;
|
|
888
|
-
size?: string | undefined;
|
|
889
|
-
labelAlign?: string | undefined;
|
|
890
|
-
selectable?: boolean | undefined;
|
|
891
|
-
stars?: number | undefined;
|
|
892
|
-
counter?: boolean | undefined;
|
|
893
|
-
$props: {
|
|
894
|
-
readonly label?: string | undefined;
|
|
895
|
-
readonly description?: string | undefined;
|
|
896
|
-
readonly error?: string | undefined;
|
|
897
|
-
readonly config?: Record<string, any> | undefined;
|
|
898
|
-
readonly dataTest?: string | undefined;
|
|
899
|
-
readonly modelValue?: number | undefined;
|
|
900
|
-
readonly total?: number | undefined;
|
|
901
|
-
readonly size?: string | undefined;
|
|
902
|
-
readonly labelAlign?: string | undefined;
|
|
903
|
-
readonly selectable?: boolean | undefined;
|
|
904
|
-
readonly stars?: number | undefined;
|
|
905
|
-
readonly counter?: boolean | undefined;
|
|
906
|
-
};
|
|
907
|
-
}, {}, {}, {}, {}>;
|
|
908
|
-
__isFragment?: never;
|
|
909
|
-
__isTeleport?: never;
|
|
910
|
-
__isSuspense?: never;
|
|
911
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
912
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
913
|
-
label: string;
|
|
914
|
-
description: string;
|
|
915
|
-
error: string;
|
|
916
|
-
config: Record<string, any>;
|
|
917
|
-
dataTest: string;
|
|
918
|
-
modelValue: number;
|
|
919
|
-
total: number;
|
|
920
|
-
size?: string | undefined;
|
|
921
|
-
labelAlign?: string | undefined;
|
|
922
|
-
selectable?: boolean | undefined;
|
|
923
|
-
stars?: number | undefined;
|
|
924
|
-
counter?: boolean | undefined;
|
|
925
|
-
$props: {
|
|
926
|
-
readonly label?: string | undefined;
|
|
927
|
-
readonly description?: string | undefined;
|
|
928
|
-
readonly error?: string | undefined;
|
|
929
|
-
readonly config?: Record<string, any> | undefined;
|
|
930
|
-
readonly dataTest?: string | undefined;
|
|
931
|
-
readonly modelValue?: number | undefined;
|
|
932
|
-
readonly total?: number | undefined;
|
|
933
|
-
readonly size?: string | undefined;
|
|
934
|
-
readonly labelAlign?: string | undefined;
|
|
935
|
-
readonly selectable?: boolean | undefined;
|
|
936
|
-
readonly stars?: number | undefined;
|
|
937
|
-
readonly counter?: boolean | undefined;
|
|
938
|
-
};
|
|
939
|
-
}, {}, {}, {}, 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 () => {
|
|
940
|
-
$slots: {
|
|
941
|
-
counter?(_: {
|
|
942
|
-
counter: number;
|
|
943
|
-
total: number;
|
|
944
|
-
}): any;
|
|
945
|
-
total?(_: {
|
|
946
|
-
counter: boolean | undefined;
|
|
947
|
-
total: number;
|
|
948
|
-
}): any;
|
|
949
|
-
};
|
|
950
|
-
});
|
|
951
|
-
};
|
|
952
|
-
setup(): {
|
|
953
|
-
args: any;
|
|
954
|
-
slots: any;
|
|
955
|
-
};
|
|
956
|
-
template: string;
|
|
957
|
-
};
|
|
958
|
-
export namespace WithCounter {
|
|
959
|
-
export namespace args_7 {
|
|
960
|
-
let counter: boolean;
|
|
961
|
-
}
|
|
962
|
-
export { args_7 as args };
|
|
963
|
-
}
|
|
964
|
-
export function WithTotal(args: any): {
|
|
965
|
-
components: {
|
|
966
|
-
UInputRating: {
|
|
967
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
968
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
969
|
-
label: string;
|
|
970
|
-
description: string;
|
|
971
|
-
error: string;
|
|
972
|
-
config: Record<string, any>;
|
|
973
|
-
dataTest: string;
|
|
974
|
-
modelValue: number;
|
|
975
|
-
total: number;
|
|
976
|
-
size?: string | undefined;
|
|
977
|
-
labelAlign?: string | undefined;
|
|
978
|
-
selectable?: boolean | undefined;
|
|
979
|
-
stars?: number | undefined;
|
|
980
|
-
counter?: boolean | undefined;
|
|
981
|
-
$props: {
|
|
982
|
-
readonly label?: string | undefined;
|
|
983
|
-
readonly description?: string | undefined;
|
|
984
|
-
readonly error?: string | undefined;
|
|
985
|
-
readonly config?: Record<string, any> | undefined;
|
|
986
|
-
readonly dataTest?: string | undefined;
|
|
987
|
-
readonly modelValue?: number | undefined;
|
|
988
|
-
readonly total?: number | undefined;
|
|
989
|
-
readonly size?: string | undefined;
|
|
990
|
-
readonly labelAlign?: string | undefined;
|
|
991
|
-
readonly selectable?: boolean | undefined;
|
|
992
|
-
readonly stars?: number | undefined;
|
|
993
|
-
readonly counter?: boolean | undefined;
|
|
994
|
-
};
|
|
995
|
-
}, {}, {}, {}, 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, {
|
|
996
|
-
P: {};
|
|
997
|
-
B: {};
|
|
998
|
-
D: {};
|
|
999
|
-
C: {};
|
|
1000
|
-
M: {};
|
|
1001
|
-
Defaults: {};
|
|
1002
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1003
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1004
|
-
label: string;
|
|
1005
|
-
description: string;
|
|
1006
|
-
error: string;
|
|
1007
|
-
config: Record<string, any>;
|
|
1008
|
-
dataTest: string;
|
|
1009
|
-
modelValue: number;
|
|
1010
|
-
total: number;
|
|
1011
|
-
size?: string | undefined;
|
|
1012
|
-
labelAlign?: string | undefined;
|
|
1013
|
-
selectable?: boolean | undefined;
|
|
1014
|
-
stars?: number | undefined;
|
|
1015
|
-
counter?: boolean | undefined;
|
|
1016
|
-
$props: {
|
|
1017
|
-
readonly label?: string | undefined;
|
|
1018
|
-
readonly description?: string | undefined;
|
|
1019
|
-
readonly error?: string | undefined;
|
|
1020
|
-
readonly config?: Record<string, any> | undefined;
|
|
1021
|
-
readonly dataTest?: string | undefined;
|
|
1022
|
-
readonly modelValue?: number | undefined;
|
|
1023
|
-
readonly total?: number | undefined;
|
|
1024
|
-
readonly size?: string | undefined;
|
|
1025
|
-
readonly labelAlign?: string | undefined;
|
|
1026
|
-
readonly selectable?: boolean | undefined;
|
|
1027
|
-
readonly stars?: number | undefined;
|
|
1028
|
-
readonly counter?: boolean | undefined;
|
|
1029
|
-
};
|
|
1030
|
-
}, {}, {}, {}, {}>;
|
|
1031
|
-
__isFragment?: never;
|
|
1032
|
-
__isTeleport?: never;
|
|
1033
|
-
__isSuspense?: never;
|
|
1034
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1035
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1036
|
-
label: string;
|
|
1037
|
-
description: string;
|
|
1038
|
-
error: string;
|
|
1039
|
-
config: Record<string, any>;
|
|
1040
|
-
dataTest: string;
|
|
1041
|
-
modelValue: number;
|
|
1042
|
-
total: number;
|
|
1043
|
-
size?: string | undefined;
|
|
1044
|
-
labelAlign?: string | undefined;
|
|
1045
|
-
selectable?: boolean | undefined;
|
|
1046
|
-
stars?: number | undefined;
|
|
1047
|
-
counter?: boolean | undefined;
|
|
1048
|
-
$props: {
|
|
1049
|
-
readonly label?: string | undefined;
|
|
1050
|
-
readonly description?: string | undefined;
|
|
1051
|
-
readonly error?: string | undefined;
|
|
1052
|
-
readonly config?: Record<string, any> | undefined;
|
|
1053
|
-
readonly dataTest?: string | undefined;
|
|
1054
|
-
readonly modelValue?: number | undefined;
|
|
1055
|
-
readonly total?: number | undefined;
|
|
1056
|
-
readonly size?: string | undefined;
|
|
1057
|
-
readonly labelAlign?: string | undefined;
|
|
1058
|
-
readonly selectable?: boolean | undefined;
|
|
1059
|
-
readonly stars?: number | undefined;
|
|
1060
|
-
readonly counter?: boolean | undefined;
|
|
1061
|
-
};
|
|
1062
|
-
}, {}, {}, {}, 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 () => {
|
|
1063
|
-
$slots: {
|
|
1064
|
-
counter?(_: {
|
|
1065
|
-
counter: number;
|
|
1066
|
-
total: number;
|
|
1067
|
-
}): any;
|
|
1068
|
-
total?(_: {
|
|
1069
|
-
counter: boolean | undefined;
|
|
1070
|
-
total: number;
|
|
1071
|
-
}): any;
|
|
1072
|
-
};
|
|
1073
|
-
});
|
|
1074
|
-
};
|
|
1075
|
-
setup(): {
|
|
1076
|
-
args: any;
|
|
1077
|
-
slots: any;
|
|
1078
|
-
};
|
|
1079
|
-
template: string;
|
|
1080
|
-
};
|
|
1081
|
-
export namespace WithTotal {
|
|
1082
|
-
export namespace args_8 {
|
|
1083
|
-
let total: number;
|
|
1084
|
-
}
|
|
1085
|
-
export { args_8 as args };
|
|
1086
|
-
}
|
|
1087
|
-
export function SlotCounter(args: any): {
|
|
1088
|
-
components: {
|
|
1089
|
-
UInputRating: {
|
|
1090
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1091
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1092
|
-
label: string;
|
|
1093
|
-
description: string;
|
|
1094
|
-
error: string;
|
|
1095
|
-
config: Record<string, any>;
|
|
1096
|
-
dataTest: string;
|
|
1097
|
-
modelValue: number;
|
|
1098
|
-
total: number;
|
|
1099
|
-
size?: string | undefined;
|
|
1100
|
-
labelAlign?: string | undefined;
|
|
1101
|
-
selectable?: boolean | undefined;
|
|
1102
|
-
stars?: number | undefined;
|
|
1103
|
-
counter?: boolean | undefined;
|
|
1104
|
-
$props: {
|
|
1105
|
-
readonly label?: string | undefined;
|
|
1106
|
-
readonly description?: string | undefined;
|
|
1107
|
-
readonly error?: string | undefined;
|
|
1108
|
-
readonly config?: Record<string, any> | undefined;
|
|
1109
|
-
readonly dataTest?: string | undefined;
|
|
1110
|
-
readonly modelValue?: number | undefined;
|
|
1111
|
-
readonly total?: number | undefined;
|
|
1112
|
-
readonly size?: string | undefined;
|
|
1113
|
-
readonly labelAlign?: string | undefined;
|
|
1114
|
-
readonly selectable?: boolean | undefined;
|
|
1115
|
-
readonly stars?: number | undefined;
|
|
1116
|
-
readonly counter?: boolean | undefined;
|
|
1117
|
-
};
|
|
1118
|
-
}, {}, {}, {}, 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, {
|
|
1119
|
-
P: {};
|
|
1120
|
-
B: {};
|
|
1121
|
-
D: {};
|
|
1122
|
-
C: {};
|
|
1123
|
-
M: {};
|
|
1124
|
-
Defaults: {};
|
|
1125
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1126
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1127
|
-
label: string;
|
|
1128
|
-
description: string;
|
|
1129
|
-
error: string;
|
|
1130
|
-
config: Record<string, any>;
|
|
1131
|
-
dataTest: string;
|
|
1132
|
-
modelValue: number;
|
|
1133
|
-
total: number;
|
|
1134
|
-
size?: string | undefined;
|
|
1135
|
-
labelAlign?: string | undefined;
|
|
1136
|
-
selectable?: boolean | undefined;
|
|
1137
|
-
stars?: number | undefined;
|
|
1138
|
-
counter?: boolean | undefined;
|
|
1139
|
-
$props: {
|
|
1140
|
-
readonly label?: string | undefined;
|
|
1141
|
-
readonly description?: string | undefined;
|
|
1142
|
-
readonly error?: string | undefined;
|
|
1143
|
-
readonly config?: Record<string, any> | undefined;
|
|
1144
|
-
readonly dataTest?: string | undefined;
|
|
1145
|
-
readonly modelValue?: number | undefined;
|
|
1146
|
-
readonly total?: number | undefined;
|
|
1147
|
-
readonly size?: string | undefined;
|
|
1148
|
-
readonly labelAlign?: string | undefined;
|
|
1149
|
-
readonly selectable?: boolean | undefined;
|
|
1150
|
-
readonly stars?: number | undefined;
|
|
1151
|
-
readonly counter?: boolean | undefined;
|
|
1152
|
-
};
|
|
1153
|
-
}, {}, {}, {}, {}>;
|
|
1154
|
-
__isFragment?: never;
|
|
1155
|
-
__isTeleport?: never;
|
|
1156
|
-
__isSuspense?: never;
|
|
1157
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1158
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1159
|
-
label: string;
|
|
1160
|
-
description: string;
|
|
1161
|
-
error: string;
|
|
1162
|
-
config: Record<string, any>;
|
|
1163
|
-
dataTest: string;
|
|
1164
|
-
modelValue: number;
|
|
1165
|
-
total: number;
|
|
1166
|
-
size?: string | undefined;
|
|
1167
|
-
labelAlign?: string | undefined;
|
|
1168
|
-
selectable?: boolean | undefined;
|
|
1169
|
-
stars?: number | undefined;
|
|
1170
|
-
counter?: boolean | undefined;
|
|
1171
|
-
$props: {
|
|
1172
|
-
readonly label?: string | undefined;
|
|
1173
|
-
readonly description?: string | undefined;
|
|
1174
|
-
readonly error?: string | undefined;
|
|
1175
|
-
readonly config?: Record<string, any> | undefined;
|
|
1176
|
-
readonly dataTest?: string | undefined;
|
|
1177
|
-
readonly modelValue?: number | undefined;
|
|
1178
|
-
readonly total?: number | undefined;
|
|
1179
|
-
readonly size?: string | undefined;
|
|
1180
|
-
readonly labelAlign?: string | undefined;
|
|
1181
|
-
readonly selectable?: boolean | undefined;
|
|
1182
|
-
readonly stars?: number | undefined;
|
|
1183
|
-
readonly counter?: boolean | undefined;
|
|
1184
|
-
};
|
|
1185
|
-
}, {}, {}, {}, 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 () => {
|
|
1186
|
-
$slots: {
|
|
1187
|
-
counter?(_: {
|
|
1188
|
-
counter: number;
|
|
1189
|
-
total: number;
|
|
1190
|
-
}): any;
|
|
1191
|
-
total?(_: {
|
|
1192
|
-
counter: boolean | undefined;
|
|
1193
|
-
total: number;
|
|
1194
|
-
}): any;
|
|
1195
|
-
};
|
|
1196
|
-
});
|
|
1197
|
-
};
|
|
1198
|
-
setup(): {
|
|
1199
|
-
args: any;
|
|
1200
|
-
slots: any;
|
|
1201
|
-
};
|
|
1202
|
-
template: string;
|
|
1203
|
-
};
|
|
1204
|
-
export namespace SlotCounter {
|
|
1205
|
-
export namespace args_9 {
|
|
1206
|
-
let slotTemplate: string;
|
|
1207
|
-
}
|
|
1208
|
-
export { args_9 as args };
|
|
1209
|
-
}
|
|
1210
|
-
export function SlotTotal(args: any): {
|
|
1211
|
-
components: {
|
|
1212
|
-
UInputRating: {
|
|
1213
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
1214
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1215
|
-
label: string;
|
|
1216
|
-
description: string;
|
|
1217
|
-
error: string;
|
|
1218
|
-
config: Record<string, any>;
|
|
1219
|
-
dataTest: string;
|
|
1220
|
-
modelValue: number;
|
|
1221
|
-
total: number;
|
|
1222
|
-
size?: string | undefined;
|
|
1223
|
-
labelAlign?: string | undefined;
|
|
1224
|
-
selectable?: boolean | undefined;
|
|
1225
|
-
stars?: number | undefined;
|
|
1226
|
-
counter?: boolean | undefined;
|
|
1227
|
-
$props: {
|
|
1228
|
-
readonly label?: string | undefined;
|
|
1229
|
-
readonly description?: string | undefined;
|
|
1230
|
-
readonly error?: string | undefined;
|
|
1231
|
-
readonly config?: Record<string, any> | undefined;
|
|
1232
|
-
readonly dataTest?: string | undefined;
|
|
1233
|
-
readonly modelValue?: number | undefined;
|
|
1234
|
-
readonly total?: number | undefined;
|
|
1235
|
-
readonly size?: string | undefined;
|
|
1236
|
-
readonly labelAlign?: string | undefined;
|
|
1237
|
-
readonly selectable?: boolean | undefined;
|
|
1238
|
-
readonly stars?: number | undefined;
|
|
1239
|
-
readonly counter?: boolean | undefined;
|
|
1240
|
-
};
|
|
1241
|
-
}, {}, {}, {}, 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, {
|
|
1242
|
-
P: {};
|
|
1243
|
-
B: {};
|
|
1244
|
-
D: {};
|
|
1245
|
-
C: {};
|
|
1246
|
-
M: {};
|
|
1247
|
-
Defaults: {};
|
|
1248
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
1249
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1250
|
-
label: string;
|
|
1251
|
-
description: string;
|
|
1252
|
-
error: string;
|
|
1253
|
-
config: Record<string, any>;
|
|
1254
|
-
dataTest: string;
|
|
1255
|
-
modelValue: number;
|
|
1256
|
-
total: number;
|
|
1257
|
-
size?: string | undefined;
|
|
1258
|
-
labelAlign?: string | undefined;
|
|
1259
|
-
selectable?: boolean | undefined;
|
|
1260
|
-
stars?: number | undefined;
|
|
1261
|
-
counter?: boolean | undefined;
|
|
1262
|
-
$props: {
|
|
1263
|
-
readonly label?: string | undefined;
|
|
1264
|
-
readonly description?: string | undefined;
|
|
1265
|
-
readonly error?: string | undefined;
|
|
1266
|
-
readonly config?: Record<string, any> | undefined;
|
|
1267
|
-
readonly dataTest?: string | undefined;
|
|
1268
|
-
readonly modelValue?: number | undefined;
|
|
1269
|
-
readonly total?: number | undefined;
|
|
1270
|
-
readonly size?: string | undefined;
|
|
1271
|
-
readonly labelAlign?: string | undefined;
|
|
1272
|
-
readonly selectable?: boolean | undefined;
|
|
1273
|
-
readonly stars?: number | undefined;
|
|
1274
|
-
readonly counter?: boolean | undefined;
|
|
1275
|
-
};
|
|
1276
|
-
}, {}, {}, {}, {}>;
|
|
1277
|
-
__isFragment?: never;
|
|
1278
|
-
__isTeleport?: never;
|
|
1279
|
-
__isSuspense?: never;
|
|
1280
|
-
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
1281
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1282
|
-
label: string;
|
|
1283
|
-
description: string;
|
|
1284
|
-
error: string;
|
|
1285
|
-
config: Record<string, any>;
|
|
1286
|
-
dataTest: string;
|
|
1287
|
-
modelValue: number;
|
|
1288
|
-
total: number;
|
|
1289
|
-
size?: string | undefined;
|
|
1290
|
-
labelAlign?: string | undefined;
|
|
1291
|
-
selectable?: boolean | undefined;
|
|
1292
|
-
stars?: number | undefined;
|
|
1293
|
-
counter?: boolean | undefined;
|
|
1294
|
-
$props: {
|
|
1295
|
-
readonly label?: string | undefined;
|
|
1296
|
-
readonly description?: string | undefined;
|
|
1297
|
-
readonly error?: string | undefined;
|
|
1298
|
-
readonly config?: Record<string, any> | undefined;
|
|
1299
|
-
readonly dataTest?: string | undefined;
|
|
1300
|
-
readonly modelValue?: number | undefined;
|
|
1301
|
-
readonly total?: number | undefined;
|
|
1302
|
-
readonly size?: string | undefined;
|
|
1303
|
-
readonly labelAlign?: string | undefined;
|
|
1304
|
-
readonly selectable?: boolean | undefined;
|
|
1305
|
-
readonly stars?: number | undefined;
|
|
1306
|
-
readonly counter?: boolean | undefined;
|
|
1307
|
-
};
|
|
1308
|
-
}, {}, {}, {}, 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 () => {
|
|
1309
|
-
$slots: {
|
|
1310
|
-
counter?(_: {
|
|
1311
|
-
counter: number;
|
|
1312
|
-
total: number;
|
|
1313
|
-
}): any;
|
|
1314
|
-
total?(_: {
|
|
1315
|
-
counter: boolean | undefined;
|
|
1316
|
-
total: number;
|
|
1317
|
-
}): any;
|
|
1318
|
-
};
|
|
1319
|
-
});
|
|
1320
|
-
};
|
|
1321
|
-
setup(): {
|
|
1322
|
-
args: any;
|
|
1323
|
-
slots: any;
|
|
1324
|
-
};
|
|
1325
|
-
template: string;
|
|
1326
|
-
};
|
|
1327
|
-
export namespace SlotTotal {
|
|
1328
|
-
export namespace args_10 {
|
|
1329
|
-
let total_1: number;
|
|
1330
|
-
export { total_1 as total };
|
|
1331
|
-
let slotTemplate_1: string;
|
|
1332
|
-
export { slotTemplate_1 as slotTemplate };
|
|
1333
|
-
}
|
|
1334
|
-
export { args_10 as args };
|
|
1335
|
-
}
|
|
1336
|
-
import UInputRating from "../../ui.form-input-rating/UInputRating.vue";
|