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