@vc-shell/framework 1.0.120 → 1.0.121
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 +9 -0
- package/core/api/platform.ts +8215 -8033
- package/core/composables/useApiClient/index.ts +2 -1
- package/core/composables/useAsync/index.ts +3 -3
- package/core/composables/useErrorHandler/index.ts +2 -2
- package/core/composables/useFunctions/debounce.ts +2 -1
- package/core/composables/useNotifications/index.ts +4 -5
- package/core/composables/usePermissions/index.ts +8 -12
- package/core/composables/useSettings/index.ts +1 -1
- package/core/composables/useUser/index.ts +21 -17
- package/core/plugins/modularity/index.ts +7 -3
- package/core/plugins/moment/humanize.ts +3 -3
- package/core/plugins/moment/moment.ts +3 -3
- package/core/plugins/validation/rules.ts +1 -1
- package/core/types/index.ts +20 -25
- package/dist/core/api/platform.d.ts +5 -5
- package/dist/core/api/platform.d.ts.map +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/useErrorHandler/index.d.ts +1 -1
- package/dist/core/composables/useErrorHandler/index.d.ts.map +1 -1
- package/dist/core/composables/useFunctions/debounce.d.ts +1 -1
- package/dist/core/composables/useFunctions/debounce.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/usePermissions/index.d.ts +1 -1
- package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +5 -5
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/index.d.ts +8 -6
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/moment/humanize.d.ts +1 -1
- package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
- package/dist/core/plugins/moment/moment.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +20 -19
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.mjs +7866 -7825
- package/dist/index.css +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/index.d.ts +3 -3
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +3 -3
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts +21 -21
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +23 -22
- 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 +10 -10
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +34 -18
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +1 -1
- package/dist/shared/components/change-password/index.d.ts +1 -1
- package/dist/shared/components/error-interceptor/index.d.ts +35 -35
- package/dist/shared/components/error-interceptor/interceptor.d.ts +4 -4
- package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +7 -7
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +3 -3
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +9 -9
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts +1 -1
- package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/shared/components/notifications/core/notification.d.ts +4 -4
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts +2 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/types/index.d.ts +2 -7
- package/dist/shared/components/popup-handler/types/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/utils/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/utils/index.d.ts.map +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +5 -5
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +3 -3
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +3 -3
- 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 +1 -46
- package/dist/shared/modules/assets/components/assets-details/index.d.ts.map +1 -1
- package/dist/shared/modules/assets/index.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +6 -6
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +12 -12
- package/dist/shared/modules/assets-manager/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +1 -2
- package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +83 -82
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/factories.d.ts +15 -14
- package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +132 -0
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +39 -42
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +38 -41
- package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +2 -2
- package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +3 -3
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +10 -11
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +1 -1
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +5 -0
- package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/helpers/setters.d.ts +1 -0
- package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +1 -1
- package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +1 -1
- package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +7 -7
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +30 -30
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +11 -10
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +321 -17
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts +7 -3
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +15 -28
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +13 -17
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +15 -28
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +13 -17
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts.map +1 -1
- package/dist/shared/utilities/assets.d.ts +3 -3
- package/dist/shared/utilities/assets.d.ts.map +1 -1
- package/dist/shared/utilities/vueUtils.d.ts +34 -0
- package/dist/shared/utilities/vueUtils.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +30 -30
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-card/index.d.ts +37 -37
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +49 -45
- 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 +2 -2
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +33 -33
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-hint/index.d.ts +22 -22
- package/dist/ui/components/atoms/vc-image/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +4 -4
- package/dist/ui/components/atoms/vc-label/index.d.ts +26 -26
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +29 -29
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +43 -43
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +1 -9
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -19
- package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +1 -4
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +9 -9
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +8 -8
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +65 -75
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +5 -16
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +6 -20
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +59 -59
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-form/index.d.ts +22 -22
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +8 -8
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +99 -99
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +8 -8
- 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 +70 -70
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +70 -70
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts +1 -51
- package/dist/ui/components/molecules/vc-notification/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +7 -7
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +25 -25
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +80 -80
- 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 +40 -40
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +1 -230
- package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -6
- 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 +4 -7
- 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 +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 +13 -13
- 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 +10 -10
- package/dist/ui/components/organisms/vc-app/index.d.ts +93 -92
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +20 -21
- 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 +4 -4
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +9 -9
- 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 +2 -2
- 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 +70 -70
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +67 -67
- 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 +15 -15
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +24 -36
- 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 +8 -10
- 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 +24 -24
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts +1 -103
- package/dist/ui/components/organisms/vc-notification-template/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +2 -0
- 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 +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +15 -15
- 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/vc-table.vue.d.ts +105 -105
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +5 -5
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +3 -3
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +7 -7
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +80 -80
- package/shared/components/blade-navigation/types/index.ts +50 -18
- package/shared/components/change-password/change-password.vue +32 -5
- package/shared/components/error-interceptor/interceptor.ts +4 -4
- package/shared/components/notifications/composables/useContainer/index.ts +2 -2
- package/shared/components/notifications/composables/useInstance/index.ts +2 -2
- package/shared/components/notifications/core/notification.ts +2 -2
- package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +2 -2
- package/shared/components/popup-handler/composables/usePopup/index.ts +13 -6
- package/shared/components/popup-handler/types/index.ts +1 -7
- package/shared/components/user-dropdown-button/user-dropdown-button.vue +1 -1
- package/shared/modules/assets/components/assets-details/assets-details.vue +12 -6
- package/shared/modules/assets/components/assets-details/index.ts +1 -3
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +10 -10
- package/shared/modules/dynamic/components/FIELD_MAP.ts +4 -2
- package/shared/modules/dynamic/components/SchemaRender.ts +2 -2
- package/shared/modules/dynamic/components/factories.ts +24 -13
- package/shared/modules/dynamic/components/fields/Button.ts +3 -3
- package/shared/modules/dynamic/components/fields/Card.ts +30 -15
- package/shared/modules/dynamic/components/fields/Checkbox.ts +2 -2
- package/shared/modules/dynamic/components/fields/ContentField.ts +2 -2
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +19 -9
- package/shared/modules/dynamic/components/fields/Fieldset.ts +7 -4
- package/shared/modules/dynamic/components/fields/GalleryField.ts +42 -22
- package/shared/modules/dynamic/components/fields/ImageField.ts +2 -2
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +8 -4
- package/shared/modules/dynamic/components/fields/InputField.ts +9 -9
- package/shared/modules/dynamic/components/fields/SelectField.ts +6 -3
- package/shared/modules/dynamic/components/fields/StatusField.ts +3 -3
- package/shared/modules/dynamic/components/fields/TextareaField.ts +41 -0
- package/shared/modules/dynamic/components/fields/ValidationField.ts +9 -9
- package/shared/modules/dynamic/components/fields/VideoField.ts +2 -5
- package/shared/modules/dynamic/components/fields/props.ts +1 -2
- package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +18 -10
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +7 -6
- package/shared/modules/dynamic/factories/base/useListFactory.ts +4 -4
- package/shared/modules/dynamic/factories/types/index.ts +11 -9
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +53 -27
- package/shared/modules/dynamic/helpers/override.ts +14 -27
- package/shared/modules/dynamic/helpers/safeIn.ts +6 -0
- package/shared/modules/dynamic/helpers/setters.ts +11 -2
- package/shared/modules/dynamic/helpers/toolbarReducer.ts +3 -3
- package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +2 -1
- package/shared/modules/dynamic/index.ts +38 -29
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +33 -31
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +45 -33
- package/shared/modules/dynamic/types/index.ts +323 -17
- package/shared/modules/dynamic/types/models.ts +11 -3
- package/shared/pages/InvitePage/components/invite/Invite.vue +17 -19
- package/shared/pages/LoginPage/components/login/Login.vue +6 -8
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +17 -19
- package/shared/utilities/assets.ts +6 -4
- package/shared/utilities/vueUtils.ts +46 -0
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +2 -2
- package/ui/components/atoms/vc-status-icon/index.ts +1 -3
- package/ui/components/atoms/vc-video/vc-video.vue +1 -14
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +1 -3
- package/ui/components/molecules/vc-editor/vc-editor.vue +13 -7
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +14 -5
- package/ui/components/molecules/vc-field/vc-field.vue +1 -1
- package/ui/components/molecules/vc-input/vc-input.vue +4 -4
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +11 -11
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +1 -1
- package/ui/components/molecules/vc-notification/index.ts +1 -3
- package/ui/components/molecules/vc-notification/vc-notification.vue +6 -6
- package/ui/components/molecules/vc-select/vc-select.vue +6 -4
- package/ui/components/molecules/vc-textarea/index.ts +1 -10
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +6 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +0 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +3 -3
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +7 -7
- package/ui/components/organisms/vc-app/vc-app.vue +11 -19
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue +2 -2
- package/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue +2 -2
- package/ui/components/organisms/vc-blade/vc-blade.vue +1 -1
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +3 -3
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +6 -7
- package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +1 -12
- package/ui/components/organisms/vc-notification-template/index.ts +1 -3
- package/ui/components/organisms/vc-notification-template/vc-notification-template.vue +35 -17
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +6 -6
- package/ui/components/organisms/vc-table/vc-table.vue +12 -11
|
@@ -6,45 +6,45 @@ export declare const VcInputCurrency: {
|
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
debounce: string | number;
|
|
8
8
|
}> & Omit<{
|
|
9
|
-
readonly modelValue: number;
|
|
9
|
+
readonly modelValue: number | null | undefined;
|
|
10
10
|
readonly options: unknown[];
|
|
11
11
|
readonly debounce: string | number;
|
|
12
|
-
readonly disabled?: boolean;
|
|
13
|
-
readonly
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
16
|
-
readonly required?: boolean;
|
|
17
|
-
readonly errorMessage?: string;
|
|
18
|
-
readonly tooltip?: string;
|
|
19
|
-
readonly error?: boolean;
|
|
20
|
-
readonly placeholder?: string;
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly optionValue?:
|
|
29
|
-
readonly optionLabel?:
|
|
30
|
-
onChange?: (value: string | number) => any;
|
|
31
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
32
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
12
|
+
readonly disabled?: boolean | undefined;
|
|
13
|
+
readonly label?: string | undefined;
|
|
14
|
+
readonly option?: string | undefined;
|
|
15
|
+
readonly name?: string | undefined;
|
|
16
|
+
readonly required?: boolean | undefined;
|
|
17
|
+
readonly errorMessage?: string | undefined;
|
|
18
|
+
readonly tooltip?: string | undefined;
|
|
19
|
+
readonly error?: boolean | undefined;
|
|
20
|
+
readonly placeholder?: string | undefined;
|
|
21
|
+
readonly hint?: string | undefined;
|
|
22
|
+
readonly clearable?: boolean | undefined;
|
|
23
|
+
readonly prefix?: string | undefined;
|
|
24
|
+
readonly suffix?: string | undefined;
|
|
25
|
+
readonly loading?: boolean | undefined;
|
|
26
|
+
readonly autofocus?: boolean | undefined;
|
|
27
|
+
readonly maxlength?: string | number | undefined;
|
|
28
|
+
readonly optionValue?: string | ((option: unknown) => string) | undefined;
|
|
29
|
+
readonly optionLabel?: string | ((option: unknown) => string) | undefined;
|
|
30
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
31
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
32
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
33
33
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
disabled: {
|
|
35
35
|
type: import("vue").PropType<boolean>;
|
|
36
36
|
};
|
|
37
|
-
name: {
|
|
38
|
-
type: import("vue").PropType<string>;
|
|
39
|
-
};
|
|
40
37
|
label: {
|
|
41
38
|
type: import("vue").PropType<string>;
|
|
42
39
|
};
|
|
43
40
|
option: {
|
|
44
41
|
type: import("vue").PropType<string>;
|
|
45
42
|
};
|
|
43
|
+
name: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
};
|
|
46
46
|
modelValue: {
|
|
47
|
-
type: import("vue").PropType<number>;
|
|
47
|
+
type: import("vue").PropType<number | null | undefined>;
|
|
48
48
|
required: true;
|
|
49
49
|
};
|
|
50
50
|
required: {
|
|
@@ -66,9 +66,6 @@ export declare const VcInputCurrency: {
|
|
|
66
66
|
type: import("vue").PropType<unknown[]>;
|
|
67
67
|
required: true;
|
|
68
68
|
};
|
|
69
|
-
maxlength: {
|
|
70
|
-
type: import("vue").PropType<string | number>;
|
|
71
|
-
};
|
|
72
69
|
hint: {
|
|
73
70
|
type: import("vue").PropType<string>;
|
|
74
71
|
};
|
|
@@ -91,16 +88,19 @@ export declare const VcInputCurrency: {
|
|
|
91
88
|
autofocus: {
|
|
92
89
|
type: import("vue").PropType<boolean>;
|
|
93
90
|
};
|
|
91
|
+
maxlength: {
|
|
92
|
+
type: import("vue").PropType<string | number>;
|
|
93
|
+
};
|
|
94
94
|
optionValue: {
|
|
95
|
-
type: import("vue").PropType<
|
|
95
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
96
96
|
};
|
|
97
97
|
optionLabel: {
|
|
98
|
-
type: import("vue").PropType<
|
|
98
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
99
99
|
};
|
|
100
100
|
}>> & {
|
|
101
|
-
onChange?: (value: string | number) => any;
|
|
102
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
103
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
101
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
102
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
103
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
104
104
|
}, "debounce">;
|
|
105
105
|
$attrs: {
|
|
106
106
|
[x: string]: unknown;
|
|
@@ -109,27 +109,27 @@ export declare const VcInputCurrency: {
|
|
|
109
109
|
[x: string]: unknown;
|
|
110
110
|
};
|
|
111
111
|
$slots: Readonly<{
|
|
112
|
-
[name: string]: import("vue").Slot<any
|
|
112
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
113
113
|
}>;
|
|
114
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}
|
|
115
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}
|
|
116
|
-
$emit: ((event: "update:model-value", value: string | number) => void) & ((event: "change", value: string | number) => void) & ((event: "update:option", value: unknown) => void);
|
|
114
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
115
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
116
|
+
$emit: ((event: "update:model-value", value: string | number | null) => void) & ((event: "change", value: string | number | null) => void) & ((event: "update:option", value: unknown) => void);
|
|
117
117
|
$el: any;
|
|
118
118
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
119
119
|
disabled: {
|
|
120
120
|
type: import("vue").PropType<boolean>;
|
|
121
121
|
};
|
|
122
|
-
name: {
|
|
123
|
-
type: import("vue").PropType<string>;
|
|
124
|
-
};
|
|
125
122
|
label: {
|
|
126
123
|
type: import("vue").PropType<string>;
|
|
127
124
|
};
|
|
128
125
|
option: {
|
|
129
126
|
type: import("vue").PropType<string>;
|
|
130
127
|
};
|
|
128
|
+
name: {
|
|
129
|
+
type: import("vue").PropType<string>;
|
|
130
|
+
};
|
|
131
131
|
modelValue: {
|
|
132
|
-
type: import("vue").PropType<number>;
|
|
132
|
+
type: import("vue").PropType<number | null | undefined>;
|
|
133
133
|
required: true;
|
|
134
134
|
};
|
|
135
135
|
required: {
|
|
@@ -151,9 +151,6 @@ export declare const VcInputCurrency: {
|
|
|
151
151
|
type: import("vue").PropType<unknown[]>;
|
|
152
152
|
required: true;
|
|
153
153
|
};
|
|
154
|
-
maxlength: {
|
|
155
|
-
type: import("vue").PropType<string | number>;
|
|
156
|
-
};
|
|
157
154
|
hint: {
|
|
158
155
|
type: import("vue").PropType<string>;
|
|
159
156
|
};
|
|
@@ -176,57 +173,60 @@ export declare const VcInputCurrency: {
|
|
|
176
173
|
autofocus: {
|
|
177
174
|
type: import("vue").PropType<boolean>;
|
|
178
175
|
};
|
|
176
|
+
maxlength: {
|
|
177
|
+
type: import("vue").PropType<string | number>;
|
|
178
|
+
};
|
|
179
179
|
optionValue: {
|
|
180
|
-
type: import("vue").PropType<
|
|
180
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
181
181
|
};
|
|
182
182
|
optionLabel: {
|
|
183
|
-
type: import("vue").PropType<
|
|
183
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
184
184
|
};
|
|
185
185
|
}>> & {
|
|
186
|
-
onChange?: (value: string | number) => any;
|
|
187
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
188
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
186
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
187
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
188
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
189
189
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
190
|
-
"update:model-value": (value: string | number) => void;
|
|
190
|
+
"update:model-value": (value: string | number | null) => void;
|
|
191
191
|
"update:option": (value: unknown) => void;
|
|
192
|
-
change: (value: string | number) => void;
|
|
192
|
+
change: (value: string | number | null) => void;
|
|
193
193
|
}, string, {
|
|
194
194
|
debounce: string | number;
|
|
195
195
|
}, {}, string, {}> & {
|
|
196
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
197
|
-
created?: (() => void) | (() => void)[];
|
|
198
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
199
|
-
mounted?: (() => void) | (() => void)[];
|
|
200
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
201
|
-
updated?: (() => void) | (() => void)[];
|
|
202
|
-
activated?: (() => void) | (() => void)[];
|
|
203
|
-
deactivated?: (() => void) | (() => void)[];
|
|
204
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
205
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
206
|
-
destroyed?: (() => void) | (() => void)[];
|
|
207
|
-
unmounted?: (() => void) | (() => void)[];
|
|
208
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
209
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
210
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}
|
|
196
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
197
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
198
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
199
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
200
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
201
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
202
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
203
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
204
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
205
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
206
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
207
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
208
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
209
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
210
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
211
211
|
};
|
|
212
212
|
$forceUpdate: () => void;
|
|
213
213
|
$nextTick: typeof import("vue").nextTick;
|
|
214
|
-
$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;
|
|
214
|
+
$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> | undefined): import("vue").WatchStopHandle;
|
|
215
215
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
216
216
|
disabled: {
|
|
217
217
|
type: import("vue").PropType<boolean>;
|
|
218
218
|
};
|
|
219
|
-
name: {
|
|
220
|
-
type: import("vue").PropType<string>;
|
|
221
|
-
};
|
|
222
219
|
label: {
|
|
223
220
|
type: import("vue").PropType<string>;
|
|
224
221
|
};
|
|
225
222
|
option: {
|
|
226
223
|
type: import("vue").PropType<string>;
|
|
227
224
|
};
|
|
225
|
+
name: {
|
|
226
|
+
type: import("vue").PropType<string>;
|
|
227
|
+
};
|
|
228
228
|
modelValue: {
|
|
229
|
-
type: import("vue").PropType<number>;
|
|
229
|
+
type: import("vue").PropType<number | null | undefined>;
|
|
230
230
|
required: true;
|
|
231
231
|
};
|
|
232
232
|
required: {
|
|
@@ -248,9 +248,6 @@ export declare const VcInputCurrency: {
|
|
|
248
248
|
type: import("vue").PropType<unknown[]>;
|
|
249
249
|
required: true;
|
|
250
250
|
};
|
|
251
|
-
maxlength: {
|
|
252
|
-
type: import("vue").PropType<string | number>;
|
|
253
|
-
};
|
|
254
251
|
hint: {
|
|
255
252
|
type: import("vue").PropType<string>;
|
|
256
253
|
};
|
|
@@ -273,35 +270,38 @@ export declare const VcInputCurrency: {
|
|
|
273
270
|
autofocus: {
|
|
274
271
|
type: import("vue").PropType<boolean>;
|
|
275
272
|
};
|
|
273
|
+
maxlength: {
|
|
274
|
+
type: import("vue").PropType<string | number>;
|
|
275
|
+
};
|
|
276
276
|
optionValue: {
|
|
277
|
-
type: import("vue").PropType<
|
|
277
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
278
278
|
};
|
|
279
279
|
optionLabel: {
|
|
280
|
-
type: import("vue").PropType<
|
|
280
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
281
281
|
};
|
|
282
282
|
}>> & {
|
|
283
|
-
onChange?: (value: string | number) => any;
|
|
284
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
285
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
283
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
284
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
285
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
286
286
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
287
|
-
__isFragment?:
|
|
288
|
-
__isTeleport?:
|
|
289
|
-
__isSuspense?:
|
|
287
|
+
__isFragment?: undefined;
|
|
288
|
+
__isTeleport?: undefined;
|
|
289
|
+
__isSuspense?: undefined;
|
|
290
290
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
291
|
disabled: {
|
|
292
292
|
type: import("vue").PropType<boolean>;
|
|
293
293
|
};
|
|
294
|
-
name: {
|
|
295
|
-
type: import("vue").PropType<string>;
|
|
296
|
-
};
|
|
297
294
|
label: {
|
|
298
295
|
type: import("vue").PropType<string>;
|
|
299
296
|
};
|
|
300
297
|
option: {
|
|
301
298
|
type: import("vue").PropType<string>;
|
|
302
299
|
};
|
|
300
|
+
name: {
|
|
301
|
+
type: import("vue").PropType<string>;
|
|
302
|
+
};
|
|
303
303
|
modelValue: {
|
|
304
|
-
type: import("vue").PropType<number>;
|
|
304
|
+
type: import("vue").PropType<number | null | undefined>;
|
|
305
305
|
required: true;
|
|
306
306
|
};
|
|
307
307
|
required: {
|
|
@@ -323,9 +323,6 @@ export declare const VcInputCurrency: {
|
|
|
323
323
|
type: import("vue").PropType<unknown[]>;
|
|
324
324
|
required: true;
|
|
325
325
|
};
|
|
326
|
-
maxlength: {
|
|
327
|
-
type: import("vue").PropType<string | number>;
|
|
328
|
-
};
|
|
329
326
|
hint: {
|
|
330
327
|
type: import("vue").PropType<string>;
|
|
331
328
|
};
|
|
@@ -348,20 +345,23 @@ export declare const VcInputCurrency: {
|
|
|
348
345
|
autofocus: {
|
|
349
346
|
type: import("vue").PropType<boolean>;
|
|
350
347
|
};
|
|
348
|
+
maxlength: {
|
|
349
|
+
type: import("vue").PropType<string | number>;
|
|
350
|
+
};
|
|
351
351
|
optionValue: {
|
|
352
|
-
type: import("vue").PropType<
|
|
352
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
353
353
|
};
|
|
354
354
|
optionLabel: {
|
|
355
|
-
type: import("vue").PropType<
|
|
355
|
+
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
356
356
|
};
|
|
357
357
|
}>> & {
|
|
358
|
-
onChange?: (value: string | number) => any;
|
|
359
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
360
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
358
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
359
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
360
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
361
361
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
362
|
-
"update:model-value": (value: string | number) => void;
|
|
362
|
+
"update:model-value": (value: string | number | null) => void;
|
|
363
363
|
"update:option": (value: unknown) => void;
|
|
364
|
-
change: (value: string | number) => void;
|
|
364
|
+
change: (value: string | number | null) => void;
|
|
365
365
|
}, string, {
|
|
366
366
|
debounce: string | number;
|
|
367
367
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -375,12 +375,12 @@ export declare const VcInputCurrency: {
|
|
|
375
375
|
/**
|
|
376
376
|
* Slot for custom dropdown open handler
|
|
377
377
|
*/
|
|
378
|
-
button?: (scope: {
|
|
378
|
+
button?: ((scope: {
|
|
379
379
|
/**
|
|
380
380
|
* Dropdown open/close handler
|
|
381
381
|
*/
|
|
382
382
|
toggleHandler: () => void;
|
|
383
|
-
}) => VNode[];
|
|
383
|
+
}) => VNode[]) | undefined;
|
|
384
384
|
};
|
|
385
385
|
});
|
|
386
386
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGtB;;WAEG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGtB;;WAEG;0BACc;YACf;;eAEG;YACH,aAAa,EAAE,MAAM,IAAI,CAAC;SAC3B,KAAK,KAAK,EAAE;;EAGlB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { OptionProp } from "../vc-select/vc-select.vue";
|
|
2
2
|
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
|
|
@@ -86,14 +86,14 @@ export interface Props {
|
|
|
86
86
|
* @param option The current option being processed
|
|
87
87
|
* @returns Value of the current option
|
|
88
88
|
*/
|
|
89
|
-
optionValue?: OptionProp
|
|
89
|
+
optionValue?: OptionProp<unknown>;
|
|
90
90
|
/**
|
|
91
91
|
* Property of option which holds the 'label'
|
|
92
92
|
* Default value: title
|
|
93
93
|
* @param option The current option being processed
|
|
94
94
|
* @returns Label of the current option
|
|
95
95
|
*/
|
|
96
|
-
optionLabel?: OptionProp
|
|
96
|
+
optionLabel?: OptionProp<unknown>;
|
|
97
97
|
}
|
|
98
98
|
export interface Emits {
|
|
99
99
|
(event: "update:model-value", value: string | number | null): void;
|
|
@@ -103,15 +103,15 @@ export interface Emits {
|
|
|
103
103
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
104
104
|
debounce: number;
|
|
105
105
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
106
|
-
"update:model-value": (value: string | number) => void;
|
|
106
|
+
"update:model-value": (value: string | number | null) => void;
|
|
107
107
|
"update:option": (value: unknown) => void;
|
|
108
|
-
change: (value: string | number) => void;
|
|
108
|
+
change: (value: string | number | null) => void;
|
|
109
109
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
110
110
|
debounce: number;
|
|
111
111
|
}>>> & {
|
|
112
|
-
onChange?: (value: string | number) => any;
|
|
113
|
-
"onUpdate:model-value"?: (value: string | number) => any;
|
|
114
|
-
"onUpdate:option"?: (value: unknown) => any;
|
|
112
|
+
onChange?: ((value: string | number | null) => any) | undefined;
|
|
113
|
+
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
114
|
+
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
debounce: string | number;
|
|
117
117
|
}, {}>, {
|
|
@@ -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":"
|
|
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":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,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,OAAO,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CACnC;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;;;;;;;;;;;;;;;;;;;;AA2LD,wBAAwG;AAGxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
export declare const VcMultivalue: <T extends {
|
|
2
|
-
id?: string;
|
|
3
|
-
alias?: string;
|
|
4
|
-
languageCode?: string;
|
|
5
|
-
value?: string;
|
|
2
|
+
id?: string | undefined;
|
|
3
|
+
alias?: string | undefined;
|
|
4
|
+
languageCode?: string | undefined;
|
|
5
|
+
value?: string | undefined;
|
|
6
6
|
}>(__VLS_props: {
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
modelValue?: T[];
|
|
12
|
-
required?: boolean;
|
|
13
|
-
errorMessage?: string;
|
|
14
|
-
tooltip?: string;
|
|
15
|
-
multilanguage?: boolean;
|
|
16
|
-
currentLanguage?: 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;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
type?: "number" | "text" | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
name?: string | undefined;
|
|
11
|
+
modelValue?: T[] | undefined;
|
|
12
|
+
required?: boolean | undefined;
|
|
13
|
+
errorMessage?: string | undefined;
|
|
14
|
+
tooltip?: string | undefined;
|
|
15
|
+
multilanguage?: boolean | undefined;
|
|
16
|
+
currentLanguage?: string | undefined;
|
|
17
|
+
error?: boolean | undefined;
|
|
18
|
+
placeholder?: string | undefined;
|
|
19
|
+
options?: T[] | undefined;
|
|
20
|
+
onClose?: (() => any) | undefined;
|
|
21
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
22
|
+
optionValue?: string | undefined;
|
|
23
|
+
optionLabel?: string | undefined;
|
|
24
|
+
emitValue?: string | undefined;
|
|
25
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
26
|
+
multivalue?: boolean | undefined;
|
|
27
|
+
emitLabel?: string | undefined;
|
|
28
28
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
29
|
+
attrs: any;
|
|
29
30
|
slots: {
|
|
30
31
|
item?(_: {
|
|
31
32
|
item: T;
|
|
32
33
|
}): any;
|
|
33
34
|
error?(_: {}): any;
|
|
34
35
|
};
|
|
35
|
-
attrs: any;
|
|
36
36
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
37
|
-
}, __VLS_expose?: (exposed: import("vue").ShallowUnwrapRef<{}>) => void, __VLS_setup?: Promise<{
|
|
37
|
+
} | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
38
38
|
props: {
|
|
39
|
-
disabled?: boolean;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
modelValue?: T[];
|
|
44
|
-
required?: boolean;
|
|
45
|
-
errorMessage?: string;
|
|
46
|
-
tooltip?: string;
|
|
47
|
-
multilanguage?: boolean;
|
|
48
|
-
currentLanguage?: 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;
|
|
39
|
+
disabled?: boolean | undefined;
|
|
40
|
+
type?: "number" | "text" | undefined;
|
|
41
|
+
label?: string | undefined;
|
|
42
|
+
name?: string | undefined;
|
|
43
|
+
modelValue?: T[] | undefined;
|
|
44
|
+
required?: boolean | undefined;
|
|
45
|
+
errorMessage?: string | undefined;
|
|
46
|
+
tooltip?: string | undefined;
|
|
47
|
+
multilanguage?: boolean | undefined;
|
|
48
|
+
currentLanguage?: string | undefined;
|
|
49
|
+
error?: boolean | undefined;
|
|
50
|
+
placeholder?: string | undefined;
|
|
51
|
+
options?: T[] | undefined;
|
|
52
|
+
onClose?: (() => any) | undefined;
|
|
53
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
54
|
+
optionValue?: string | undefined;
|
|
55
|
+
optionLabel?: string | undefined;
|
|
56
|
+
emitValue?: string | undefined;
|
|
57
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
58
|
+
multivalue?: boolean | undefined;
|
|
59
|
+
emitLabel?: string | undefined;
|
|
60
60
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
61
61
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
62
62
|
attrs: any;
|
|
@@ -72,27 +72,27 @@ export declare const VcMultivalue: <T extends {
|
|
|
72
72
|
}> & {
|
|
73
73
|
__ctx?: {
|
|
74
74
|
props: {
|
|
75
|
-
disabled?: boolean;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
modelValue?: T[];
|
|
80
|
-
required?: boolean;
|
|
81
|
-
errorMessage?: string;
|
|
82
|
-
tooltip?: string;
|
|
83
|
-
multilanguage?: boolean;
|
|
84
|
-
currentLanguage?: 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;
|
|
75
|
+
disabled?: boolean | undefined;
|
|
76
|
+
type?: "number" | "text" | undefined;
|
|
77
|
+
label?: string | undefined;
|
|
78
|
+
name?: string | undefined;
|
|
79
|
+
modelValue?: T[] | undefined;
|
|
80
|
+
required?: boolean | undefined;
|
|
81
|
+
errorMessage?: string | undefined;
|
|
82
|
+
tooltip?: string | undefined;
|
|
83
|
+
multilanguage?: boolean | undefined;
|
|
84
|
+
currentLanguage?: string | undefined;
|
|
85
|
+
error?: boolean | undefined;
|
|
86
|
+
placeholder?: string | undefined;
|
|
87
|
+
options?: T[] | undefined;
|
|
88
|
+
onClose?: (() => any) | undefined;
|
|
89
|
+
onSearch?: ((value: string) => any) | undefined;
|
|
90
|
+
optionValue?: string | undefined;
|
|
91
|
+
optionLabel?: string | undefined;
|
|
92
|
+
emitValue?: string | undefined;
|
|
93
|
+
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
94
|
+
multivalue?: boolean | undefined;
|
|
95
|
+
emitLabel?: string | undefined;
|
|
96
96
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
97
97
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
98
98
|
attrs: any;
|
|
@@ -103,6 +103,6 @@ export declare const VcMultivalue: <T extends {
|
|
|
103
103
|
error?(_: {}): any;
|
|
104
104
|
};
|
|
105
105
|
emit: import("./vc-multivalue.vue").Emits<T>;
|
|
106
|
-
};
|
|
106
|
+
} | undefined;
|
|
107
107
|
};
|
|
108
108
|
//# sourceMappingURL=index.d.ts.map
|