@vc-shell/framework 1.0.109 → 1.0.111
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/CHANGELOG.md +35 -0
- package/core/composables/useApiClient/index.ts +1 -1
- package/core/composables/useAsync/index.ts +2 -2
- package/core/composables/usePermissions/index.ts +7 -18
- package/core/composables/useUser/index.ts +13 -11
- package/core/directives/loading/index.ts +5 -27
- package/core/directives/loading/styles.css +38 -0
- package/core/plugins/modularity/index.ts +41 -14
- package/core/plugins/permissions/index.ts +3 -3
- package/core/plugins/validation/rules.ts +24 -7
- package/core/types/index.ts +36 -3
- package/dist/core/composables/useApiClient/index.d.ts +1 -1
- package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
- package/dist/core/composables/useAsync/index.d.ts +1 -1
- package/dist/core/composables/useAsync/index.d.ts.map +1 -1
- package/dist/core/composables/useI18n/index.d.ts +1 -1
- package/dist/core/composables/useI18n/index.d.ts.map +1 -1
- package/dist/core/composables/usePermissions/index.d.ts +1 -2
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +1 -0
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/directives/loading/index.d.ts +3 -2
- package/dist/core/directives/loading/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +13 -4
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/validation/rules.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +41 -2
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.mjs +30057 -27524
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +14 -23
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +28 -25
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +5 -2
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/error-interceptor/index.d.ts +3 -3
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +41 -26
- package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +12 -12
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +11 -11
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +35 -22
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +39 -28
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets/components/assets-details/index.d.ts +13 -13
- package/dist/shared/modules/assets/index.d.ts +3 -1
- package/dist/shared/modules/assets/index.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +42 -29
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +9 -9
- package/dist/shared/modules/assets-manager/index.d.ts +3 -1
- package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +2204 -0
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +220 -0
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/factories.d.ts +15 -0
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +130 -0
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +128 -0
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +132 -0
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +131 -0
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +13 -0
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +124 -0
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/index.d.ts +4 -0
- package/dist/shared/modules/dynamic/components/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/composables/index.d.ts +2 -0
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +35 -0
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +8 -0
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +22 -0
- package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/index.d.ts +4 -0
- package/dist/shared/modules/dynamic/factories/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +101 -0
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/getters.d.ts +2 -0
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +13 -0
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/override.d.ts +7 -0
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +8 -0
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +11 -0
- package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +2 -0
- package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +3 -0
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/index.d.ts +32 -0
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +68 -0
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +79 -0
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/pages/index.d.ts +4 -0
- package/dist/shared/modules/dynamic/pages/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/types/index.d.ts +250 -0
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/types/models.d.ts +93 -0
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -0
- package/dist/shared/modules/index.d.ts +1 -0
- package/dist/shared/modules/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/index.d.ts +0 -3
- package/dist/shared/pages/InvitePage/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/plugin.d.ts +4 -0
- package/dist/shared/pages/InvitePage/plugin.d.ts.map +1 -0
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +45 -9
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +14 -0
- package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/index.d.ts +0 -1
- package/dist/shared/pages/LoginPage/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/plugin.d.ts +1 -3
- package/dist/shared/pages/LoginPage/plugin.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/index.d.ts +0 -3
- package/dist/shared/pages/ResetPasswordPage/index.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +4 -0
- package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +1 -0
- package/dist/shared/pages/index.d.ts +0 -6
- package/dist/shared/pages/index.d.ts.map +1 -1
- package/dist/shared/pages/plugin.d.ts +4 -0
- package/dist/shared/pages/plugin.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +1 -0
- package/dist/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +22 -11
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +1 -208
- package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +75 -27
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +32 -38
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +46 -27
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +72 -38
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +69 -28
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +11 -22
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +5 -5
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +22 -11
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +13 -7
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +28 -26
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +16 -16
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +54 -29
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +9 -9
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +30 -23
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +33 -39
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +33 -26
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +22 -11
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +9 -10
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +19 -24
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +1 -142
- package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +29 -28
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +9 -10
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +36 -11
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +54 -0
- package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +67 -0
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +28 -11
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +5 -3
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +23 -22
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +28 -28
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +48 -23
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +1 -226
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +74 -28
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +23 -23
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +46 -27
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +1 -390
- package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +181 -41
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +90 -90
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +143 -30
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts +74 -10
- package/dist/ui/components/molecules/vc-multivalue/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +74 -10
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +51 -10
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +6 -6
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +26 -25
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +19 -19
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +46 -25
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/index.d.ts +65 -103
- package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +65 -479
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +21 -21
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +39 -26
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +40 -40
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +74 -25
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +35 -12
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +40 -23
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +47 -28
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +31 -28
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +67 -67
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +86 -37
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +44 -11
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +61 -34
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +13 -22
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +39 -39
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +62 -31
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -140
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +64 -75
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +58 -35
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -25
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -31
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +130 -46
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +9 -9
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +23 -22
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +28 -22
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -6
- package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +36 -10
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts +4 -4
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +27 -10
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +38 -31
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +18 -9
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +12 -19
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +23 -24
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +29 -26
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +14 -14
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +1 -214
- package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +90 -105
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +9 -8
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +16 -14
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +37 -30
- package/shared/components/blade-navigation/types/index.ts +7 -3
- package/shared/components/notifications/composables/useContainer/index.ts +2 -5
- package/shared/components/popup-handler/composables/usePopup/index.ts +0 -2
- package/shared/modules/assets/components/assets-details/assets-details.vue +6 -6
- package/shared/modules/assets/index.ts +2 -2
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +3 -3
- package/shared/modules/assets-manager/index.ts +2 -2
- package/shared/modules/dynamic/components/FIELD_MAP.ts +27 -0
- package/shared/modules/dynamic/components/SchemaRender.ts +81 -0
- package/shared/modules/dynamic/components/factories.ts +159 -0
- package/shared/modules/dynamic/components/fields/Button.ts +31 -0
- package/shared/modules/dynamic/components/fields/Card.ts +86 -0
- package/shared/modules/dynamic/components/fields/Checkbox.ts +44 -0
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +99 -0
- package/shared/modules/dynamic/components/fields/EditorField.ts +43 -0
- package/shared/modules/dynamic/components/fields/Fieldset.ts +77 -0
- package/shared/modules/dynamic/components/fields/GalleryField.ts +121 -0
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +49 -0
- package/shared/modules/dynamic/components/fields/InputField.ts +42 -0
- package/shared/modules/dynamic/components/fields/SelectField.ts +55 -0
- package/shared/modules/dynamic/components/fields/StatusField.ts +55 -0
- package/shared/modules/dynamic/components/fields/ValidationField.ts +53 -0
- package/shared/modules/dynamic/components/fields/props.ts +52 -0
- package/shared/modules/dynamic/components/index.ts +4 -0
- package/shared/modules/dynamic/composables/index.ts +1 -0
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +235 -0
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +83 -0
- package/shared/modules/dynamic/factories/base/useListFactory.ts +68 -0
- package/shared/modules/dynamic/factories/index.ts +4 -0
- package/shared/modules/dynamic/factories/types/index.ts +103 -0
- package/shared/modules/dynamic/helpers/getters.ts +10 -0
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +112 -0
- package/shared/modules/dynamic/helpers/override.ts +70 -0
- package/shared/modules/dynamic/helpers/setters.ts +15 -0
- package/shared/modules/dynamic/helpers/toolbarReducer.ts +41 -0
- package/shared/modules/dynamic/helpers/unrefNested.ts +14 -0
- package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +15 -0
- package/shared/modules/dynamic/index.ts +163 -0
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +292 -0
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +437 -0
- package/shared/modules/dynamic/pages/index.ts +4 -0
- package/shared/modules/dynamic/types/index.ts +287 -0
- package/shared/modules/dynamic/types/models.ts +140 -0
- package/shared/modules/index.ts +1 -0
- package/shared/pages/InvitePage/index.ts +0 -6
- package/shared/pages/InvitePage/plugin.ts +5 -0
- package/shared/pages/LoginPage/components/login/Login.vue +5 -6
- package/shared/pages/LoginPage/index.ts +0 -1
- package/shared/pages/LoginPage/plugin.ts +1 -13
- package/shared/pages/ResetPasswordPage/index.ts +0 -6
- package/shared/pages/ResetPasswordPage/plugin.ts +5 -0
- package/shared/pages/index.ts +0 -9
- package/shared/pages/plugin.ts +3 -0
- package/ui/components/atoms/index.ts +1 -0
- package/ui/components/atoms/vc-button/index.ts +1 -10
- package/ui/components/atoms/vc-button/vc-button.vue +8 -2
- package/ui/components/atoms/vc-card/index.ts +1 -9
- package/ui/components/atoms/vc-card/vc-card.vue +6 -1
- package/ui/components/atoms/vc-checkbox/index.ts +1 -9
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +32 -10
- package/ui/components/atoms/vc-icon/vc-icon.vue +16 -3
- package/ui/components/atoms/vc-label/index.ts +1 -9
- package/ui/components/atoms/vc-label/vc-label.vue +5 -0
- package/ui/components/atoms/vc-status/index.ts +1 -10
- package/ui/components/atoms/vc-status/vc-status.vue +5 -1
- package/ui/components/atoms/vc-video/index.ts +3 -0
- package/ui/components/atoms/vc-video/vc-video.vue +102 -0
- package/ui/components/atoms/vc-widget/vc-widget.vue +1 -1
- package/ui/components/molecules/vc-editor/index.ts +1 -10
- package/ui/components/molecules/vc-editor/vc-editor.vue +16 -0
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +4 -4
- package/ui/components/molecules/vc-input/index.ts +1 -60
- package/ui/components/molecules/vc-input/vc-input.vue +112 -37
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +21 -17
- package/ui/components/molecules/vc-select/index.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.vue +11 -37
- package/ui/components/organisms/vc-dynamic-property/index.ts +1 -3
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +199 -257
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +9 -7
- package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +10 -1
- package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +1 -10
- package/ui/components/organisms/vc-table/index.ts +1 -3
- package/ui/components/organisms/vc-table/vc-table.stories.ts +3 -3
- package/ui/components/organisms/vc-table/vc-table.vue +29 -16
- package/core/api/catalog.ts +0 -8527
- package/dist/core/api/catalog.d.ts +0 -2522
- package/dist/core/api/catalog.d.ts.map +0 -1
- package/dist/typings/index.d.ts +0 -8
- package/dist/typings/index.d.ts.map +0 -1
|
@@ -5,31 +5,14 @@ export declare const VcInputCurrency: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
debounce?: string | number;
|
|
8
|
-
readonly
|
|
8
|
+
readonly disabled?: boolean;
|
|
9
9
|
readonly name?: string;
|
|
10
|
-
readonly
|
|
11
|
-
readonly errorMessage?: string;
|
|
12
|
-
readonly error?: boolean;
|
|
13
|
-
readonly options: unknown[];
|
|
10
|
+
readonly label?: string;
|
|
14
11
|
readonly option?: string;
|
|
15
12
|
style?: unknown;
|
|
16
|
-
key?: string | number | symbol;
|
|
17
|
-
readonly disabled?: boolean;
|
|
18
|
-
readonly modelValue: string | number | Date;
|
|
19
|
-
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
20
|
-
readonly tooltip?: string;
|
|
21
|
-
readonly placeholder?: string;
|
|
22
|
-
readonly loading?: boolean;
|
|
23
|
-
readonly maxlength?: string | number;
|
|
24
|
-
readonly hint?: string;
|
|
25
|
-
readonly clearable?: boolean;
|
|
26
|
-
readonly prefix?: string;
|
|
27
|
-
readonly suffix?: string;
|
|
28
|
-
readonly autofocus?: boolean;
|
|
29
|
-
readonly optionValue?: import("./vc-input-currency.vue").OptionProp;
|
|
30
|
-
readonly optionLabel?: import("./vc-input-currency.vue").OptionProp;
|
|
31
|
-
"onUpdate:option"?: (value: string | number) => any;
|
|
32
13
|
onChange?: (value: string | number) => any;
|
|
14
|
+
class?: unknown;
|
|
15
|
+
key?: string | number | symbol;
|
|
33
16
|
ref?: import("vue").VNodeRef;
|
|
34
17
|
ref_for?: boolean;
|
|
35
18
|
ref_key?: string;
|
|
@@ -71,7 +54,24 @@ export declare const VcInputCurrency: {
|
|
|
71
54
|
}>) => void) | ((vnode: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
72
55
|
[key: string]: any;
|
|
73
56
|
}>) => void)[];
|
|
74
|
-
|
|
57
|
+
readonly modelValue: number;
|
|
58
|
+
readonly required?: boolean;
|
|
59
|
+
readonly errorMessage?: string;
|
|
60
|
+
readonly tooltip?: string;
|
|
61
|
+
readonly error?: boolean;
|
|
62
|
+
readonly placeholder?: string;
|
|
63
|
+
readonly options: unknown[];
|
|
64
|
+
readonly maxlength?: string | number;
|
|
65
|
+
readonly hint?: string;
|
|
66
|
+
readonly clearable?: boolean;
|
|
67
|
+
readonly prefix?: string;
|
|
68
|
+
readonly suffix?: string;
|
|
69
|
+
readonly loading?: boolean;
|
|
70
|
+
readonly autofocus?: boolean;
|
|
71
|
+
readonly optionValue?: import("./vc-input-currency.vue").OptionProp;
|
|
72
|
+
readonly optionLabel?: import("./vc-input-currency.vue").OptionProp;
|
|
73
|
+
"onUpdate:model-value"?: (value: string | number) => any;
|
|
74
|
+
"onUpdate:option"?: (value: unknown) => any;
|
|
75
75
|
};
|
|
76
76
|
$attrs: {
|
|
77
77
|
[x: string]: unknown;
|
|
@@ -84,46 +84,43 @@ export declare const VcInputCurrency: {
|
|
|
84
84
|
}>;
|
|
85
85
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
|
86
86
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
|
87
|
-
$emit: ((event: "update:
|
|
87
|
+
$emit: ((event: "update:model-value", value: string | number) => void) & ((event: "change", value: string | number) => void) & ((event: "update:option", value: unknown) => void);
|
|
88
88
|
$el: any;
|
|
89
89
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
-
|
|
91
|
-
type: import("vue").PropType<
|
|
90
|
+
disabled: {
|
|
91
|
+
type: import("vue").PropType<boolean>;
|
|
92
92
|
};
|
|
93
93
|
name: {
|
|
94
94
|
type: import("vue").PropType<string>;
|
|
95
95
|
};
|
|
96
|
-
|
|
97
|
-
type: import("vue").PropType<boolean>;
|
|
98
|
-
};
|
|
99
|
-
errorMessage: {
|
|
96
|
+
label: {
|
|
100
97
|
type: import("vue").PropType<string>;
|
|
101
98
|
};
|
|
102
|
-
error: {
|
|
103
|
-
type: import("vue").PropType<boolean>;
|
|
104
|
-
};
|
|
105
|
-
options: {
|
|
106
|
-
type: import("vue").PropType<unknown[]>;
|
|
107
|
-
required: true;
|
|
108
|
-
};
|
|
109
99
|
option: {
|
|
110
100
|
type: import("vue").PropType<string>;
|
|
111
101
|
};
|
|
112
|
-
disabled: {
|
|
113
|
-
type: import("vue").PropType<boolean>;
|
|
114
|
-
};
|
|
115
102
|
modelValue: {
|
|
116
|
-
type: import("vue").PropType<
|
|
103
|
+
type: import("vue").PropType<number>;
|
|
117
104
|
required: true;
|
|
118
105
|
};
|
|
106
|
+
required: {
|
|
107
|
+
type: import("vue").PropType<boolean>;
|
|
108
|
+
};
|
|
109
|
+
errorMessage: {
|
|
110
|
+
type: import("vue").PropType<string>;
|
|
111
|
+
};
|
|
119
112
|
tooltip: {
|
|
120
113
|
type: import("vue").PropType<string>;
|
|
121
114
|
};
|
|
115
|
+
error: {
|
|
116
|
+
type: import("vue").PropType<boolean>;
|
|
117
|
+
};
|
|
122
118
|
placeholder: {
|
|
123
119
|
type: import("vue").PropType<string>;
|
|
124
120
|
};
|
|
125
|
-
|
|
126
|
-
type: import("vue").PropType<
|
|
121
|
+
options: {
|
|
122
|
+
type: import("vue").PropType<unknown[]>;
|
|
123
|
+
required: true;
|
|
127
124
|
};
|
|
128
125
|
maxlength: {
|
|
129
126
|
type: import("vue").PropType<string | number>;
|
|
@@ -140,6 +137,9 @@ export declare const VcInputCurrency: {
|
|
|
140
137
|
suffix: {
|
|
141
138
|
type: import("vue").PropType<string>;
|
|
142
139
|
};
|
|
140
|
+
loading: {
|
|
141
|
+
type: import("vue").PropType<boolean>;
|
|
142
|
+
};
|
|
143
143
|
debounce: {
|
|
144
144
|
type: import("vue").PropType<string | number>;
|
|
145
145
|
default: number;
|
|
@@ -154,12 +154,12 @@ export declare const VcInputCurrency: {
|
|
|
154
154
|
type: import("vue").PropType<import("./vc-input-currency.vue").OptionProp>;
|
|
155
155
|
};
|
|
156
156
|
}>> & {
|
|
157
|
-
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
158
|
-
"onUpdate:option"?: (value: string | number) => any;
|
|
159
157
|
onChange?: (value: string | number) => any;
|
|
158
|
+
"onUpdate:model-value"?: (value: string | number) => any;
|
|
159
|
+
"onUpdate:option"?: (value: unknown) => any;
|
|
160
160
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
161
|
-
"update:
|
|
162
|
-
"update:option": (value:
|
|
161
|
+
"update:model-value": (value: string | number) => void;
|
|
162
|
+
"update:option": (value: unknown) => void;
|
|
163
163
|
change: (value: string | number) => void;
|
|
164
164
|
}, string, {
|
|
165
165
|
debounce: string | number;
|
|
@@ -184,43 +184,40 @@ export declare const VcInputCurrency: {
|
|
|
184
184
|
$nextTick: typeof import("vue").nextTick;
|
|
185
185
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
186
186
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
-
|
|
188
|
-
type: import("vue").PropType<
|
|
187
|
+
disabled: {
|
|
188
|
+
type: import("vue").PropType<boolean>;
|
|
189
189
|
};
|
|
190
190
|
name: {
|
|
191
191
|
type: import("vue").PropType<string>;
|
|
192
192
|
};
|
|
193
|
-
|
|
194
|
-
type: import("vue").PropType<boolean>;
|
|
195
|
-
};
|
|
196
|
-
errorMessage: {
|
|
193
|
+
label: {
|
|
197
194
|
type: import("vue").PropType<string>;
|
|
198
195
|
};
|
|
199
|
-
error: {
|
|
200
|
-
type: import("vue").PropType<boolean>;
|
|
201
|
-
};
|
|
202
|
-
options: {
|
|
203
|
-
type: import("vue").PropType<unknown[]>;
|
|
204
|
-
required: true;
|
|
205
|
-
};
|
|
206
196
|
option: {
|
|
207
197
|
type: import("vue").PropType<string>;
|
|
208
198
|
};
|
|
209
|
-
disabled: {
|
|
210
|
-
type: import("vue").PropType<boolean>;
|
|
211
|
-
};
|
|
212
199
|
modelValue: {
|
|
213
|
-
type: import("vue").PropType<
|
|
200
|
+
type: import("vue").PropType<number>;
|
|
214
201
|
required: true;
|
|
215
202
|
};
|
|
203
|
+
required: {
|
|
204
|
+
type: import("vue").PropType<boolean>;
|
|
205
|
+
};
|
|
206
|
+
errorMessage: {
|
|
207
|
+
type: import("vue").PropType<string>;
|
|
208
|
+
};
|
|
216
209
|
tooltip: {
|
|
217
210
|
type: import("vue").PropType<string>;
|
|
218
211
|
};
|
|
212
|
+
error: {
|
|
213
|
+
type: import("vue").PropType<boolean>;
|
|
214
|
+
};
|
|
219
215
|
placeholder: {
|
|
220
216
|
type: import("vue").PropType<string>;
|
|
221
217
|
};
|
|
222
|
-
|
|
223
|
-
type: import("vue").PropType<
|
|
218
|
+
options: {
|
|
219
|
+
type: import("vue").PropType<unknown[]>;
|
|
220
|
+
required: true;
|
|
224
221
|
};
|
|
225
222
|
maxlength: {
|
|
226
223
|
type: import("vue").PropType<string | number>;
|
|
@@ -237,6 +234,9 @@ export declare const VcInputCurrency: {
|
|
|
237
234
|
suffix: {
|
|
238
235
|
type: import("vue").PropType<string>;
|
|
239
236
|
};
|
|
237
|
+
loading: {
|
|
238
|
+
type: import("vue").PropType<boolean>;
|
|
239
|
+
};
|
|
240
240
|
debounce: {
|
|
241
241
|
type: import("vue").PropType<string | number>;
|
|
242
242
|
default: number;
|
|
@@ -251,51 +251,48 @@ export declare const VcInputCurrency: {
|
|
|
251
251
|
type: import("vue").PropType<import("./vc-input-currency.vue").OptionProp>;
|
|
252
252
|
};
|
|
253
253
|
}>> & {
|
|
254
|
-
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
255
|
-
"onUpdate:option"?: (value: string | number) => any;
|
|
256
254
|
onChange?: (value: string | number) => any;
|
|
255
|
+
"onUpdate:model-value"?: (value: string | number) => any;
|
|
256
|
+
"onUpdate:option"?: (value: unknown) => any;
|
|
257
257
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
258
258
|
__isFragment?: never;
|
|
259
259
|
__isTeleport?: never;
|
|
260
260
|
__isSuspense?: never;
|
|
261
261
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
262
|
-
|
|
263
|
-
type: import("vue").PropType<
|
|
262
|
+
disabled: {
|
|
263
|
+
type: import("vue").PropType<boolean>;
|
|
264
264
|
};
|
|
265
265
|
name: {
|
|
266
266
|
type: import("vue").PropType<string>;
|
|
267
267
|
};
|
|
268
|
-
|
|
269
|
-
type: import("vue").PropType<boolean>;
|
|
270
|
-
};
|
|
271
|
-
errorMessage: {
|
|
268
|
+
label: {
|
|
272
269
|
type: import("vue").PropType<string>;
|
|
273
270
|
};
|
|
274
|
-
error: {
|
|
275
|
-
type: import("vue").PropType<boolean>;
|
|
276
|
-
};
|
|
277
|
-
options: {
|
|
278
|
-
type: import("vue").PropType<unknown[]>;
|
|
279
|
-
required: true;
|
|
280
|
-
};
|
|
281
271
|
option: {
|
|
282
272
|
type: import("vue").PropType<string>;
|
|
283
273
|
};
|
|
284
|
-
disabled: {
|
|
285
|
-
type: import("vue").PropType<boolean>;
|
|
286
|
-
};
|
|
287
274
|
modelValue: {
|
|
288
|
-
type: import("vue").PropType<
|
|
275
|
+
type: import("vue").PropType<number>;
|
|
289
276
|
required: true;
|
|
290
277
|
};
|
|
278
|
+
required: {
|
|
279
|
+
type: import("vue").PropType<boolean>;
|
|
280
|
+
};
|
|
281
|
+
errorMessage: {
|
|
282
|
+
type: import("vue").PropType<string>;
|
|
283
|
+
};
|
|
291
284
|
tooltip: {
|
|
292
285
|
type: import("vue").PropType<string>;
|
|
293
286
|
};
|
|
287
|
+
error: {
|
|
288
|
+
type: import("vue").PropType<boolean>;
|
|
289
|
+
};
|
|
294
290
|
placeholder: {
|
|
295
291
|
type: import("vue").PropType<string>;
|
|
296
292
|
};
|
|
297
|
-
|
|
298
|
-
type: import("vue").PropType<
|
|
293
|
+
options: {
|
|
294
|
+
type: import("vue").PropType<unknown[]>;
|
|
295
|
+
required: true;
|
|
299
296
|
};
|
|
300
297
|
maxlength: {
|
|
301
298
|
type: import("vue").PropType<string | number>;
|
|
@@ -312,6 +309,9 @@ export declare const VcInputCurrency: {
|
|
|
312
309
|
suffix: {
|
|
313
310
|
type: import("vue").PropType<string>;
|
|
314
311
|
};
|
|
312
|
+
loading: {
|
|
313
|
+
type: import("vue").PropType<boolean>;
|
|
314
|
+
};
|
|
315
315
|
debounce: {
|
|
316
316
|
type: import("vue").PropType<string | number>;
|
|
317
317
|
default: number;
|
|
@@ -326,12 +326,12 @@ export declare const VcInputCurrency: {
|
|
|
326
326
|
type: import("vue").PropType<import("./vc-input-currency.vue").OptionProp>;
|
|
327
327
|
};
|
|
328
328
|
}>> & {
|
|
329
|
-
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
330
|
-
"onUpdate:option"?: (value: string | number) => any;
|
|
331
329
|
onChange?: (value: string | number) => any;
|
|
330
|
+
"onUpdate:model-value"?: (value: string | number) => any;
|
|
331
|
+
"onUpdate:option"?: (value: unknown) => any;
|
|
332
332
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
333
|
-
"update:
|
|
334
|
-
"update:option": (value:
|
|
333
|
+
"update:model-value": (value: string | number) => void;
|
|
334
|
+
"update:option": (value: unknown) => void;
|
|
335
335
|
change: (value: string | number) => void;
|
|
336
336
|
}, string, {
|
|
337
337
|
debounce: string | number;
|
|
@@ -3,7 +3,7 @@ export interface Props {
|
|
|
3
3
|
/**
|
|
4
4
|
* Model of the currency component; Use with a listener for 'update:price' event OR use v-model:price directive
|
|
5
5
|
*/
|
|
6
|
-
modelValue:
|
|
6
|
+
modelValue: number | null | undefined;
|
|
7
7
|
/**
|
|
8
8
|
* Input label text
|
|
9
9
|
*/
|
|
@@ -96,22 +96,152 @@ export interface Props {
|
|
|
96
96
|
optionLabel?: OptionProp;
|
|
97
97
|
}
|
|
98
98
|
export interface Emits {
|
|
99
|
-
(event: "update:
|
|
100
|
-
(event: "update:option", value:
|
|
99
|
+
(event: "update:model-value", value: string | number | null): void;
|
|
100
|
+
(event: "update:option", value: unknown): void;
|
|
101
101
|
(event: "change", value: string | number | null): void;
|
|
102
102
|
}
|
|
103
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
104
|
+
disabled: {
|
|
105
|
+
type: import("vue").PropType<boolean>;
|
|
106
|
+
};
|
|
107
|
+
name: {
|
|
108
|
+
type: import("vue").PropType<string>;
|
|
109
|
+
};
|
|
110
|
+
label: {
|
|
111
|
+
type: import("vue").PropType<string>;
|
|
112
|
+
};
|
|
113
|
+
option: {
|
|
114
|
+
type: import("vue").PropType<string>;
|
|
115
|
+
};
|
|
116
|
+
modelValue: {
|
|
117
|
+
type: import("vue").PropType<number>;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
required: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
};
|
|
123
|
+
errorMessage: {
|
|
124
|
+
type: import("vue").PropType<string>;
|
|
125
|
+
};
|
|
126
|
+
tooltip: {
|
|
127
|
+
type: import("vue").PropType<string>;
|
|
128
|
+
};
|
|
129
|
+
error: {
|
|
130
|
+
type: import("vue").PropType<boolean>;
|
|
131
|
+
};
|
|
132
|
+
placeholder: {
|
|
133
|
+
type: import("vue").PropType<string>;
|
|
134
|
+
};
|
|
135
|
+
options: {
|
|
136
|
+
type: import("vue").PropType<unknown[]>;
|
|
137
|
+
required: true;
|
|
138
|
+
};
|
|
139
|
+
maxlength: {
|
|
140
|
+
type: import("vue").PropType<string | number>;
|
|
141
|
+
};
|
|
142
|
+
hint: {
|
|
143
|
+
type: import("vue").PropType<string>;
|
|
144
|
+
};
|
|
145
|
+
clearable: {
|
|
146
|
+
type: import("vue").PropType<boolean>;
|
|
147
|
+
};
|
|
148
|
+
prefix: {
|
|
149
|
+
type: import("vue").PropType<string>;
|
|
150
|
+
};
|
|
151
|
+
suffix: {
|
|
152
|
+
type: import("vue").PropType<string>;
|
|
153
|
+
};
|
|
154
|
+
loading: {
|
|
155
|
+
type: import("vue").PropType<boolean>;
|
|
156
|
+
};
|
|
157
|
+
debounce: {
|
|
158
|
+
type: import("vue").PropType<string | number>;
|
|
159
|
+
default: number;
|
|
160
|
+
};
|
|
161
|
+
autofocus: {
|
|
162
|
+
type: import("vue").PropType<boolean>;
|
|
163
|
+
};
|
|
164
|
+
optionValue: {
|
|
165
|
+
type: import("vue").PropType<OptionProp>;
|
|
166
|
+
};
|
|
167
|
+
optionLabel: {
|
|
168
|
+
type: import("vue").PropType<OptionProp>;
|
|
169
|
+
};
|
|
170
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
171
|
+
"update:model-value": (value: string | number) => void;
|
|
172
|
+
"update:option": (value: unknown) => void;
|
|
108
173
|
change: (value: string | number) => void;
|
|
109
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
174
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
|
+
disabled: {
|
|
176
|
+
type: import("vue").PropType<boolean>;
|
|
177
|
+
};
|
|
178
|
+
name: {
|
|
179
|
+
type: import("vue").PropType<string>;
|
|
180
|
+
};
|
|
181
|
+
label: {
|
|
182
|
+
type: import("vue").PropType<string>;
|
|
183
|
+
};
|
|
184
|
+
option: {
|
|
185
|
+
type: import("vue").PropType<string>;
|
|
186
|
+
};
|
|
187
|
+
modelValue: {
|
|
188
|
+
type: import("vue").PropType<number>;
|
|
189
|
+
required: true;
|
|
190
|
+
};
|
|
191
|
+
required: {
|
|
192
|
+
type: import("vue").PropType<boolean>;
|
|
193
|
+
};
|
|
194
|
+
errorMessage: {
|
|
195
|
+
type: import("vue").PropType<string>;
|
|
196
|
+
};
|
|
197
|
+
tooltip: {
|
|
198
|
+
type: import("vue").PropType<string>;
|
|
199
|
+
};
|
|
200
|
+
error: {
|
|
201
|
+
type: import("vue").PropType<boolean>;
|
|
202
|
+
};
|
|
203
|
+
placeholder: {
|
|
204
|
+
type: import("vue").PropType<string>;
|
|
205
|
+
};
|
|
206
|
+
options: {
|
|
207
|
+
type: import("vue").PropType<unknown[]>;
|
|
208
|
+
required: true;
|
|
209
|
+
};
|
|
210
|
+
maxlength: {
|
|
211
|
+
type: import("vue").PropType<string | number>;
|
|
212
|
+
};
|
|
213
|
+
hint: {
|
|
214
|
+
type: import("vue").PropType<string>;
|
|
215
|
+
};
|
|
216
|
+
clearable: {
|
|
217
|
+
type: import("vue").PropType<boolean>;
|
|
218
|
+
};
|
|
219
|
+
prefix: {
|
|
220
|
+
type: import("vue").PropType<string>;
|
|
221
|
+
};
|
|
222
|
+
suffix: {
|
|
223
|
+
type: import("vue").PropType<string>;
|
|
224
|
+
};
|
|
225
|
+
loading: {
|
|
226
|
+
type: import("vue").PropType<boolean>;
|
|
227
|
+
};
|
|
228
|
+
debounce: {
|
|
229
|
+
type: import("vue").PropType<string | number>;
|
|
230
|
+
default: number;
|
|
231
|
+
};
|
|
232
|
+
autofocus: {
|
|
233
|
+
type: import("vue").PropType<boolean>;
|
|
234
|
+
};
|
|
235
|
+
optionValue: {
|
|
236
|
+
type: import("vue").PropType<OptionProp>;
|
|
237
|
+
};
|
|
238
|
+
optionLabel: {
|
|
239
|
+
type: import("vue").PropType<OptionProp>;
|
|
240
|
+
};
|
|
241
|
+
}>> & {
|
|
114
242
|
onChange?: (value: string | number) => any;
|
|
243
|
+
"onUpdate:model-value"?: (value: string | number) => any;
|
|
244
|
+
"onUpdate:option"?: (value: unknown) => any;
|
|
115
245
|
}, {
|
|
116
246
|
debounce: string | number;
|
|
117
247
|
}, {}>, {
|
|
@@ -120,26 +250,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
120
250
|
}): any;
|
|
121
251
|
}>;
|
|
122
252
|
export default _default;
|
|
123
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
124
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
125
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
126
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
127
|
-
} : {
|
|
128
|
-
type: import('vue').PropType<T[K]>;
|
|
129
|
-
required: true;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
type __VLS_WithDefaults<P, D> = {
|
|
133
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
134
|
-
default: D[K];
|
|
135
|
-
}> : P[K];
|
|
136
|
-
};
|
|
137
253
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
138
254
|
new (): {
|
|
139
255
|
$slots: S;
|
|
140
256
|
};
|
|
141
257
|
};
|
|
142
|
-
type __VLS_Prettify<T> = {
|
|
143
|
-
[K in keyof T]: T[K];
|
|
144
|
-
} & {};
|
|
145
258
|
//# sourceMappingURL=vc-input-currency.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAErG,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAErG,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IACnE,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoMD,wBAAwG;AAWxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -3,20 +3,62 @@ export declare const VcMultivalue: <T extends {
|
|
|
3
3
|
alias?: string;
|
|
4
4
|
languageCode?: string;
|
|
5
5
|
value?: string;
|
|
6
|
-
}>(__VLS_props:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
}>(__VLS_props: {
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
name?: string;
|
|
9
|
+
type?: "number" | "text";
|
|
10
|
+
label?: string;
|
|
11
|
+
modelValue?: T[];
|
|
12
|
+
required?: boolean;
|
|
13
|
+
errorMessage?: string;
|
|
14
|
+
multilanguage?: boolean;
|
|
15
|
+
currentLanguage?: string;
|
|
16
|
+
tooltip?: string;
|
|
17
|
+
error?: boolean;
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
options?: T[];
|
|
20
|
+
onClose?: () => any;
|
|
21
|
+
onSearch?: (value: string) => any;
|
|
22
|
+
optionValue?: string;
|
|
23
|
+
optionLabel?: string;
|
|
24
|
+
emitValue?: string;
|
|
25
|
+
"onUpdate:model-value"?: (value: T[]) => any;
|
|
26
|
+
multivalue?: boolean;
|
|
27
|
+
emitLabel?: string;
|
|
28
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
10
29
|
slots: {
|
|
11
30
|
item?(_: {
|
|
12
31
|
item: T;
|
|
13
32
|
}): any;
|
|
14
33
|
error?(_: {}): any;
|
|
15
34
|
};
|
|
35
|
+
attrs: any;
|
|
16
36
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
17
|
-
},
|
|
18
|
-
props:
|
|
19
|
-
|
|
37
|
+
}, __VLS_expose?: (exposed: import("vue").ShallowUnwrapRef<{}>) => void, __VLS_setup?: Promise<{
|
|
38
|
+
props: {
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
name?: string;
|
|
41
|
+
type?: "number" | "text";
|
|
42
|
+
label?: string;
|
|
43
|
+
modelValue?: T[];
|
|
44
|
+
required?: boolean;
|
|
45
|
+
errorMessage?: string;
|
|
46
|
+
multilanguage?: boolean;
|
|
47
|
+
currentLanguage?: string;
|
|
48
|
+
tooltip?: string;
|
|
49
|
+
error?: boolean;
|
|
50
|
+
placeholder?: string;
|
|
51
|
+
options?: T[];
|
|
52
|
+
onClose?: () => any;
|
|
53
|
+
onSearch?: (value: string) => any;
|
|
54
|
+
optionValue?: string;
|
|
55
|
+
optionLabel?: string;
|
|
56
|
+
emitValue?: string;
|
|
57
|
+
"onUpdate:model-value"?: (value: T[]) => any;
|
|
58
|
+
multivalue?: boolean;
|
|
59
|
+
emitLabel?: string;
|
|
60
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
61
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
20
62
|
attrs: any;
|
|
21
63
|
slots: {
|
|
22
64
|
item?(_: {
|
|
@@ -25,12 +67,34 @@ export declare const VcMultivalue: <T extends {
|
|
|
25
67
|
error?(_: {}): any;
|
|
26
68
|
};
|
|
27
69
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
28
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
70
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
71
|
[key: string]: any;
|
|
30
72
|
}> & {
|
|
31
73
|
__ctx?: {
|
|
32
|
-
props:
|
|
33
|
-
|
|
74
|
+
props: {
|
|
75
|
+
disabled?: boolean;
|
|
76
|
+
name?: string;
|
|
77
|
+
type?: "number" | "text";
|
|
78
|
+
label?: string;
|
|
79
|
+
modelValue?: T[];
|
|
80
|
+
required?: boolean;
|
|
81
|
+
errorMessage?: string;
|
|
82
|
+
multilanguage?: boolean;
|
|
83
|
+
currentLanguage?: string;
|
|
84
|
+
tooltip?: string;
|
|
85
|
+
error?: boolean;
|
|
86
|
+
placeholder?: string;
|
|
87
|
+
options?: T[];
|
|
88
|
+
onClose?: () => any;
|
|
89
|
+
onSearch?: (value: string) => any;
|
|
90
|
+
optionValue?: string;
|
|
91
|
+
optionLabel?: string;
|
|
92
|
+
emitValue?: string;
|
|
93
|
+
"onUpdate:model-value"?: (value: T[]) => any;
|
|
94
|
+
multivalue?: boolean;
|
|
95
|
+
emitLabel?: string;
|
|
96
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
97
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
34
98
|
attrs: any;
|
|
35
99
|
slots: {
|
|
36
100
|
item?(_: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC"}
|