@vc-shell/framework 1.0.50 → 1.0.51
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/core/types/index.ts +4 -2
- package/dist/core/types/index.d.ts +3 -2
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +56 -56
- package/dist/shared/blade-navigation/index.d.ts +1 -1
- package/dist/shared/blade-navigation/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts +6 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge-model.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts +19 -5
- package/dist/ui/components/atoms/vc-button/vc-button-model.d.ts.map +1 -1
- package/dist/ui/components/index.d.ts +34 -34
- package/dist/ui/components/index.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +0 -68
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/assets/components/assets-details/assets-details.vue +1 -1
- package/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +1 -1
- package/shared/blade-navigation/index.ts +7 -7
- package/tailwind.config.js +1 -1
- package/ui/components/atoms/vc-badge/vc-badge-model.ts +7 -1
- package/ui/components/atoms/vc-badge/vc-badge.vue +2 -1
- package/ui/components/atoms/vc-button/index.ts +1 -1
- package/ui/components/atoms/vc-button/vc-button-model.ts +20 -12
- package/ui/components/atoms/vc-button/vc-button.vue +32 -8
- package/ui/components/atoms/vc-card/vc-card.vue +31 -6
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +25 -6
- package/ui/components/atoms/vc-col/vc-col.vue +4 -2
- package/ui/components/atoms/vc-container/vc-container.vue +18 -11
- package/ui/components/atoms/vc-icon/vc-icon.vue +5 -2
- package/ui/components/atoms/vc-image/vc-image.vue +37 -11
- package/ui/components/atoms/vc-info-row/vc-info-row.vue +20 -6
- package/ui/components/atoms/vc-label/vc-label.vue +12 -8
- package/ui/components/atoms/vc-link/vc-link.vue +9 -4
- package/ui/components/atoms/vc-loading/vc-loading.vue +5 -4
- package/ui/components/atoms/vc-progress/vc-progress.vue +11 -5
- package/ui/components/atoms/vc-status/vc-status.vue +15 -5
- package/ui/components/atoms/vc-status-icon/vc-status-icon.vue +7 -11
- package/ui/components/atoms/vc-switch/vc-switch.vue +24 -6
- package/ui/components/atoms/vc-widget/vc-widget.vue +19 -3
- package/ui/components/index.ts +34 -34
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +11 -2
- package/ui/components/molecules/vc-editor/vc-editor.vue +52 -15
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +33 -12
- package/ui/components/molecules/vc-notification/vc-notification.vue +10 -3
- package/ui/components/molecules/vc-pagination/vc-pagination.vue +16 -6
- package/ui/components/molecules/vc-rating/vc-rating.vue +10 -2
- package/ui/components/molecules/vc-slider/vc-slider.vue +25 -7
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +47 -9
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +1 -2
- package/ui/components/organisms/vc-app/vc-app.vue +31 -6
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +32 -17
- package/ui/components/organisms/vc-blade/vc-blade.vue +34 -9
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +94 -66
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +21 -31
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +81 -22
- package/ui/components/organisms/vc-login-form/vc-login-form.vue +14 -3
- package/ui/components/organisms/vc-popup/vc-popup.vue +15 -4
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +2 -2
- package/ui/components/organisms/vc-table/vc-table.vue +41 -9
- package/ui/types/index.ts +1 -188
- package/dist/ui/components/atoms/vc-card/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-card/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts +0 -16
- package/dist/ui/components/atoms/vc-card/vc-card-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts +0 -14
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-col/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-col/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-col/vc-col-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-container/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-container/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts +0 -11
- package/dist/ui/components/atoms/vc-container/vc-container-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-hint/index.d.ts +0 -2
- package/dist/ui/components/atoms/vc-hint/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-icon/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts +0 -9
- package/dist/ui/components/atoms/vc-icon/vc-icon-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-image/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts +0 -15
- package/dist/ui/components/atoms/vc-image/vc-image-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-info-row/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts +0 -11
- package/dist/ui/components/atoms/vc-info-row/vc-info-row-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-label/vc-label-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-link/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-link/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-link/vc-link-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-loading/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-loading/vc-loading-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-progress/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-progress/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts +0 -9
- package/dist/ui/components/atoms/vc-progress/vc-progress-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-row/index.d.ts +0 -2
- package/dist/ui/components/atoms/vc-row/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts +0 -5
- package/dist/ui/components/atoms/vc-row/vc-row-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-status/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts +0 -10
- package/dist/ui/components/atoms/vc-status/vc-status-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-status-icon/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts +0 -8
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts +0 -13
- package/dist/ui/components/atoms/vc-switch/vc-switch-model.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +0 -5
- package/dist/ui/components/atoms/vc-widget/index.d.ts.map +0 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts +0 -12
- package/dist/ui/components/atoms/vc-widget/vc-widget-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts +0 -14
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts +0 -16
- package/dist/ui/components/molecules/vc-editor/vc-editor-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts +0 -14
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-form/index.d.ts +0 -2
- package/dist/ui/components/molecules/vc-form/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-notification/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-notification/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts +0 -10
- package/dist/ui/components/molecules/vc-notification/vc-notification-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-pagination/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts +0 -11
- package/dist/ui/components/molecules/vc-pagination/vc-pagination-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-rating/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-rating/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts +0 -13
- package/dist/ui/components/molecules/vc-rating/vc-rating-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-slider/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-slider/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts +0 -14
- package/dist/ui/components/molecules/vc-slider/vc-slider-model.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +0 -5
- package/dist/ui/components/molecules/vc-textarea/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts +0 -17
- package/dist/ui/components/molecules/vc-textarea/vc-textarea-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-app/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts +0 -26
- package/dist/ui/components/organisms/vc-app/vc-app-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts +0 -17
- package/dist/ui/components/organisms/vc-blade/vc-blade-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts +0 -14
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts +0 -32
- package/dist/ui/components/organisms/vc-gallery/vc-gallery-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-login-form/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts +0 -10
- package/dist/ui/components/organisms/vc-login-form/vc-login-form-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-popup/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts +0 -11
- package/dist/ui/components/organisms/vc-popup/vc-popup-model.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/index.d.ts +0 -5
- package/dist/ui/components/organisms/vc-table/index.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts +0 -66
- package/dist/ui/components/organisms/vc-table/vc-table-model.d.ts.map +0 -1
- package/ui/components/atoms/vc-card/index.ts +0 -7
- package/ui/components/atoms/vc-card/vc-card-model.ts +0 -17
- package/ui/components/atoms/vc-checkbox/index.ts +0 -7
- package/ui/components/atoms/vc-checkbox/vc-checkbox-model.ts +0 -15
- package/ui/components/atoms/vc-col/index.ts +0 -6
- package/ui/components/atoms/vc-col/vc-col-model.ts +0 -9
- package/ui/components/atoms/vc-container/index.ts +0 -7
- package/ui/components/atoms/vc-container/vc-container-model.ts +0 -12
- package/ui/components/atoms/vc-hint/index.ts +0 -2
- package/ui/components/atoms/vc-icon/index.ts +0 -7
- package/ui/components/atoms/vc-icon/vc-icon-model.ts +0 -10
- package/ui/components/atoms/vc-image/index.ts +0 -7
- package/ui/components/atoms/vc-image/vc-image-model.ts +0 -27
- package/ui/components/atoms/vc-info-row/index.ts +0 -7
- package/ui/components/atoms/vc-info-row/vc-info-row-model.ts +0 -12
- package/ui/components/atoms/vc-label/index.ts +0 -7
- package/ui/components/atoms/vc-label/vc-label-model.ts +0 -11
- package/ui/components/atoms/vc-link/index.ts +0 -7
- package/ui/components/atoms/vc-link/vc-link-model.ts +0 -11
- package/ui/components/atoms/vc-loading/index.ts +0 -7
- package/ui/components/atoms/vc-loading/vc-loading-model.ts +0 -9
- package/ui/components/atoms/vc-progress/index.ts +0 -7
- package/ui/components/atoms/vc-progress/vc-progress-model.ts +0 -10
- package/ui/components/atoms/vc-row/index.ts +0 -2
- package/ui/components/atoms/vc-row/vc-row-model.ts +0 -5
- package/ui/components/atoms/vc-status/index.ts +0 -7
- package/ui/components/atoms/vc-status/vc-status-model.ts +0 -17
- package/ui/components/atoms/vc-status-icon/index.ts +0 -7
- package/ui/components/atoms/vc-status-icon/vc-status-icon-model.ts +0 -9
- package/ui/components/atoms/vc-switch/index.ts +0 -7
- package/ui/components/atoms/vc-switch/vc-switch-model.ts +0 -14
- package/ui/components/atoms/vc-widget/index.ts +0 -7
- package/ui/components/atoms/vc-widget/vc-widget-model.ts +0 -13
- package/ui/components/molecules/vc-breadcrumbs/index.ts +0 -7
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.ts +0 -15
- package/ui/components/molecules/vc-editor/index.ts +0 -7
- package/ui/components/molecules/vc-editor/vc-editor-model.ts +0 -17
- package/ui/components/molecules/vc-file-upload/index.ts +0 -7
- package/ui/components/molecules/vc-file-upload/vc-file-upload-model.ts +0 -15
- package/ui/components/molecules/vc-form/index.ts +0 -2
- package/ui/components/molecules/vc-notification/index.ts +0 -7
- package/ui/components/molecules/vc-notification/vc-notification-model.ts +0 -11
- package/ui/components/molecules/vc-pagination/index.ts +0 -7
- package/ui/components/molecules/vc-pagination/vc-pagination-model.ts +0 -12
- package/ui/components/molecules/vc-rating/index.ts +0 -7
- package/ui/components/molecules/vc-rating/vc-rating-model.ts +0 -14
- package/ui/components/molecules/vc-slider/index.ts +0 -7
- package/ui/components/molecules/vc-slider/vc-slider-model.ts +0 -15
- package/ui/components/molecules/vc-textarea/index.ts +0 -7
- package/ui/components/molecules/vc-textarea/vc-textarea-model.ts +0 -18
- package/ui/components/organisms/vc-app/index.ts +0 -6
- package/ui/components/organisms/vc-app/vc-app-model.ts +0 -27
- package/ui/components/organisms/vc-blade/index.ts +0 -7
- package/ui/components/organisms/vc-blade/vc-blade-model.ts +0 -18
- package/ui/components/organisms/vc-dynamic-property/index.ts +0 -7
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts +0 -25
- package/ui/components/organisms/vc-gallery/index.ts +0 -7
- package/ui/components/organisms/vc-gallery/vc-gallery-model.ts +0 -33
- package/ui/components/organisms/vc-login-form/index.ts +0 -7
- package/ui/components/organisms/vc-login-form/vc-login-form-model.ts +0 -11
- package/ui/components/organisms/vc-popup/index.ts +0 -7
- package/ui/components/organisms/vc-popup/vc-popup-model.ts +0 -12
- package/ui/components/organisms/vc-table/index.ts +0 -7
- package/ui/components/organisms/vc-table/vc-table-model.ts +0 -56
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-row-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-row/vc-row-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcStatusProps } from "./vc-status-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcStatus: ComponentConstructor<ComponentPublicInstance<VcStatusProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACvC,uBAAuB,CAAC,aAAa,CAAC,CAChC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcStatusProps {
|
|
3
|
-
variant?: "info" | "warning" | "danger" | "success" | "light-danger" | undefined;
|
|
4
|
-
outline?: boolean | undefined;
|
|
5
|
-
extend?: boolean | undefined;
|
|
6
|
-
}
|
|
7
|
-
export interface VcStatusSlots {
|
|
8
|
-
default: () => VNode[];
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=vc-status-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-status-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/vc-status-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EACJ,MAAM,GACN,SAAS,GACT,QAAQ,GACR,SAAS,GACT,cAAc,GACd,SAAS,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcStatusIconProps } from "./vc-status-icon-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcStatusIcon: ComponentConstructor<ComponentPublicInstance<VcStatusIconProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status-icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAC7C,uBAAuB,CAAC,iBAAiB,CAAC,CAC9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-status-icon-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status-icon/vc-status-icon-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcSwitchProps } from "./vc-switch-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcSwitch: ComponentConstructor<ComponentPublicInstance<VcSwitchProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACvC,uBAAuB,CAAC,aAAa,CAAC,CAChC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcSwitchProps {
|
|
3
|
-
modelValue?: boolean | undefined;
|
|
4
|
-
disabled?: boolean | undefined;
|
|
5
|
-
tooltip?: string | undefined;
|
|
6
|
-
required?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
"onUpdate:modelValue"?: (value: boolean) => void;
|
|
9
|
-
}
|
|
10
|
-
export interface VcSwitchSlots {
|
|
11
|
-
default: () => VNode[];
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=vc-switch-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-switch-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcWidgetProps } from "./vc-widget-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcWidget: ComponentConstructor<ComponentPublicInstance<VcWidgetProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcWidgetProps {
|
|
3
|
-
icon?: string | undefined;
|
|
4
|
-
title?: string | undefined;
|
|
5
|
-
value?: string | number | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
}
|
|
9
|
-
export interface VcWidgetSlots {
|
|
10
|
-
default: () => VNode[];
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=vc-widget-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-widget-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/vc-widget-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcBreadcrumbsProps } from "./vc-breadcrumbs-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcBreadcrumbs: ComponentConstructor<ComponentPublicInstance<VcBreadcrumbsProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,aAAa,EAAE,oBAAoB,CAC9C,uBAAuB,CAAC,kBAAkB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcBreadcrumbsProps {
|
|
3
|
-
items?: {
|
|
4
|
-
current: boolean;
|
|
5
|
-
icon: string;
|
|
6
|
-
title: string;
|
|
7
|
-
clickHandler: () => void;
|
|
8
|
-
id: string;
|
|
9
|
-
}[];
|
|
10
|
-
}
|
|
11
|
-
export interface VcBreadcrumbsSlots {
|
|
12
|
-
default: () => VNode[];
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=vc-breadcrumbs-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-breadcrumbs-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE;QACN,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,EAAE,MAAM,IAAI,CAAC;QACzB,EAAE,EAAE,MAAM,CAAC;KACZ,EAAE,CAAC;CACL;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcEditorProps } from "./vc-editor-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcEditor: ComponentConstructor<ComponentPublicInstance<VcEditorProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcEditorProps {
|
|
3
|
-
placeholder?: string | undefined;
|
|
4
|
-
modelValue?: string | number | Date | undefined;
|
|
5
|
-
required?: boolean | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
tooltip?: string | undefined;
|
|
9
|
-
name?: string | undefined;
|
|
10
|
-
errorMessage?: string | undefined;
|
|
11
|
-
"onUpdate:modelValue"?: (value: string) => void;
|
|
12
|
-
}
|
|
13
|
-
export interface VcEditorSlots {
|
|
14
|
-
error: () => VNode[];
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=vc-editor-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-editor-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcFileUploadProps } from "./vc-file-upload-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcFileUpload: ComponentConstructor<ComponentPublicInstance<VcFileUploadProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAC7C,uBAAuB,CAAC,iBAAiB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcFileUploadProps {
|
|
3
|
-
variant?: "gallery" | "file-upload" | undefined;
|
|
4
|
-
loading?: boolean | undefined;
|
|
5
|
-
accept?: string | undefined;
|
|
6
|
-
multiple?: boolean | undefined;
|
|
7
|
-
rules?: string | Record<string, unknown> | undefined;
|
|
8
|
-
name?: string | undefined;
|
|
9
|
-
onUpload?: (files: FileList) => void;
|
|
10
|
-
}
|
|
11
|
-
export interface VcFileUploadSlots {
|
|
12
|
-
error: () => VNode[];
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=vc-file-upload-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-file-upload-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;IAChD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;CACtC;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,MAAM,KAAO,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcNotificationProps } from "./vc-notification-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcNotification: ComponentConstructor<ComponentPublicInstance<VcNotificationProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAC/C,uBAAuB,CAAC,mBAAmB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcNotificationProps {
|
|
3
|
-
timeout?: number | undefined;
|
|
4
|
-
onDismiss?: () => void;
|
|
5
|
-
onExpired?: () => void;
|
|
6
|
-
}
|
|
7
|
-
export interface VcNotificationSlots {
|
|
8
|
-
default: () => VNode[];
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=vc-notification-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-notification-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/vc-notification-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcPaginationProps } from "./vc-pagination-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcPagination: ComponentConstructor<ComponentPublicInstance<VcPaginationProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAC7C,uBAAuB,CAAC,iBAAiB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcPaginationProps {
|
|
3
|
-
expanded?: boolean | undefined;
|
|
4
|
-
pages?: number | undefined;
|
|
5
|
-
currentPage?: number | undefined;
|
|
6
|
-
onItemClick?: (pages: number) => void;
|
|
7
|
-
}
|
|
8
|
-
export interface VcPaginationSlots {
|
|
9
|
-
default: () => VNode[];
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=vc-pagination-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-pagination-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcRatingProps } from "./vc-rating-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcRating: ComponentConstructor<ComponentPublicInstance<VcRatingProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACvC,uBAAuB,CAAC,aAAa,CAAC,CAChC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcRatingProps {
|
|
3
|
-
label?: string;
|
|
4
|
-
placeholder?: string;
|
|
5
|
-
tooltip?: string;
|
|
6
|
-
rating: number | undefined;
|
|
7
|
-
max?: number;
|
|
8
|
-
variant?: "stars" | "star-and-text" | "text";
|
|
9
|
-
}
|
|
10
|
-
export interface VcRatingSlots {
|
|
11
|
-
details: () => VNode[];
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=vc-rating-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-rating-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,GAAG,MAAM,CAAC;CAC9C;AAED,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcSliderProps } from "./vc-slider-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcSlider: ComponentConstructor<ComponentPublicInstance<VcSliderProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,QAAQ,EAAE,oBAAoB,CACzC,uBAAuB,CAAC,aAAa,CAAC,CAC9B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcSliderProps {
|
|
3
|
-
slides?: Record<string, unknown>[] | any[];
|
|
4
|
-
navigation?: boolean | undefined;
|
|
5
|
-
overflow?: boolean | undefined;
|
|
6
|
-
slidesPerView?: string | 'auto' | undefined;
|
|
7
|
-
spaceBetweenSlides?: number | undefined;
|
|
8
|
-
}
|
|
9
|
-
export interface VcSliderSlots {
|
|
10
|
-
default: (slide: Record<string, unknown>[] | any[]) => VNode[];
|
|
11
|
-
prevBtn: () => VNode[];
|
|
12
|
-
nextBtn: () => VNode[];
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=vc-slider-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-slider-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-slider/vc-slider-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,KAAK,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,EAAE,CAAA;IAC1C,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC1C;AAED,MAAM,WAAW,aAAa;IAC1B,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,EAAE,KAAK,KAAK,EAAE,CAAA;IAC9D,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;IACtB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAA;CACzB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcTextareaProps } from "./vc-textarea-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcTextarea: ComponentConstructor<ComponentPublicInstance<VcTextareaProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,UAAU,EAAE,oBAAoB,CAC3C,uBAAuB,CAAC,eAAe,CAAC,CAC9B,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcTextareaProps {
|
|
3
|
-
placeholder?: string | undefined;
|
|
4
|
-
modelValue: string | undefined;
|
|
5
|
-
required?: boolean | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
tooltip?: string | undefined;
|
|
9
|
-
name?: string | undefined;
|
|
10
|
-
maxchars?: string | undefined;
|
|
11
|
-
errorMessage?: string | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: (value: string) => void;
|
|
13
|
-
}
|
|
14
|
-
export interface VcTextareaSlots {
|
|
15
|
-
error: () => VNode[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=vc-textarea-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-textarea/vc-textarea-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACjD;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;CACtB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcAppProps } from "./vc-app-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcApp: ComponentConstructor<ComponentPublicInstance<VcAppProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,KAAK,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,UAAU,CAAC,CACvE,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ExtendedComponent, IBladeElement, IOpenBlade } from "@/shared";
|
|
2
|
-
import { IBladeToolbar, IMenuItems } from "@/core/types";
|
|
3
|
-
import { VNode } from "vue";
|
|
4
|
-
export interface VcAppProps {
|
|
5
|
-
pages?: ExtendedComponent[] | undefined;
|
|
6
|
-
menuItems?: IMenuItems[] | undefined;
|
|
7
|
-
mobileMenuItems?: IMenuItems[] | undefined;
|
|
8
|
-
toolbarItems?: IBladeToolbar[] | undefined;
|
|
9
|
-
isReady?: boolean | undefined;
|
|
10
|
-
isAuthorized?: boolean | undefined;
|
|
11
|
-
logo?: string | undefined;
|
|
12
|
-
version?: string | undefined;
|
|
13
|
-
theme?: "light" | "dark" | undefined;
|
|
14
|
-
bladesRefs?: IBladeElement[] | undefined;
|
|
15
|
-
title?: string | undefined;
|
|
16
|
-
onOpen?: (args: IOpenBlade) => void;
|
|
17
|
-
onClose?: (index: number) => void;
|
|
18
|
-
"onBacklink:click"?: (index: number) => void;
|
|
19
|
-
}
|
|
20
|
-
export interface VcAppSlots {
|
|
21
|
-
appSwitcher: () => VNode[];
|
|
22
|
-
bladeNavigation: () => VNode[];
|
|
23
|
-
notifications: () => VNode[];
|
|
24
|
-
passwordChange: () => VNode[];
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=vc-app-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-app/vc-app-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IACrC,eAAe,CAAC,EAAE,UAAU,EAAE,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IACrC,UAAU,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,KAAK,EAAE,CAAC;IAC3B,eAAe,EAAE,MAAM,KAAK,EAAE,CAAC;IAC/B,aAAa,EAAE,MAAM,KAAK,EAAE,CAAC;IAC7B,cAAc,EAAE,MAAM,KAAK,EAAE,CAAC;CAC/B"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcBladeProps } from "./vc-blade-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcBlade: ComponentConstructor<ComponentPublicInstance<VcBladeProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IBladeToolbar } from "@/core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface VcBladeProps {
|
|
4
|
-
icon?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
subtitle?: string | undefined;
|
|
7
|
-
width?: number | string | undefined;
|
|
8
|
-
expanded?: boolean | undefined;
|
|
9
|
-
closable?: boolean | undefined;
|
|
10
|
-
toolbarItems?: IBladeToolbar[] | undefined;
|
|
11
|
-
onClose?: () => void;
|
|
12
|
-
}
|
|
13
|
-
export interface VcBladeSlots {
|
|
14
|
-
actions: () => VNode[];
|
|
15
|
-
default: () => VNode[];
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=vc-blade-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-blade/vc-blade-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;IACvB,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcDynamicPropertyProps } from "./vc-dynamic-property-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcDynamicProperty: ComponentConstructor<ComponentPublicInstance<VcDynamicPropertyProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,CAClD,uBAAuB,CAAC,sBAAsB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcDynamicPropertyProps {
|
|
3
|
-
property?: Record<string, any> | undefined;
|
|
4
|
-
dictionaries?: Record<string, any> | undefined;
|
|
5
|
-
getter?: (property: Record<string, any>, isDictionary?: boolean) => Record<string, any> | string | number | boolean | Date | undefined;
|
|
6
|
-
optionsGetter?: (property: Record<string, any>, keyword?: string) => Promise<any[] | undefined>;
|
|
7
|
-
setter?: (property: Record<string, any>, value: Record<string, any> | string | number | boolean, dictionary?: any[]) => void | undefined;
|
|
8
|
-
culture?: string | undefined;
|
|
9
|
-
disabled?: boolean | undefined;
|
|
10
|
-
}
|
|
11
|
-
export interface VcDynamicPropertySlots {
|
|
12
|
-
default: () => VNode[];
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=vc-dynamic-property-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;IAC/C,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,YAAY,CAAC,EAAE,OAAO,KACnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACxE,aAAa,CAAC,EAAE,CACd,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,OAAO,CAAC,EAAE,MAAM,KACb,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,CACP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,EACtD,UAAU,CAAC,EAAE,GAAG,EAAE,KACf,IAAI,GAAG,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcGalleryProps } from "./vc-gallery-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcGallery: ComponentConstructor<ComponentPublicInstance<VcGalleryProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,SAAS,EAAE,oBAAoB,CAC1C,uBAAuB,CAAC,cAAc,CAAC,CAC9B,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { IImage } from "@/core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface VcGalleryProps {
|
|
4
|
-
images?: IImage[] | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
required?: boolean | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
tooltip?: string | undefined;
|
|
9
|
-
tooltipIcon?: string | undefined;
|
|
10
|
-
uploadIcon?: string | undefined;
|
|
11
|
-
multiple?: boolean | undefined;
|
|
12
|
-
variant?: "gallery" | "file-upload" | undefined;
|
|
13
|
-
itemActions?: {
|
|
14
|
-
name?: string | undefined;
|
|
15
|
-
preview: boolean | undefined;
|
|
16
|
-
edit: boolean | undefined;
|
|
17
|
-
remove: boolean | undefined;
|
|
18
|
-
};
|
|
19
|
-
disableDrag?: boolean | undefined;
|
|
20
|
-
hideAfterUpload?: boolean | undefined;
|
|
21
|
-
rules?: string | Record<string, unknown> | undefined;
|
|
22
|
-
name?: string | undefined;
|
|
23
|
-
onUpload?: (files: FileList) => void;
|
|
24
|
-
onSort?: (sorted: IImage[]) => void;
|
|
25
|
-
"onItem:edit"?: (image: IImage) => void;
|
|
26
|
-
"onItem:remove"?: (image: IImage) => void;
|
|
27
|
-
"onItem:move"?: (image: IImage) => void;
|
|
28
|
-
}
|
|
29
|
-
export interface VcGallerySlots {
|
|
30
|
-
default: () => VNode[];
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=vc-gallery-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-gallery/vc-gallery-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,cAAc;IAC7B,MAAM,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,SAAS,CAAC;IAChD,WAAW,CAAC,EAAE;QACZ,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;KAC7B,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,KAAK,IAAI,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcLoginFormProps } from "./vc-login-form-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcLoginForm: ComponentConstructor<ComponentPublicInstance<VcLoginFormProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,WAAW,EAAE,oBAAoB,CAC5C,uBAAuB,CAAC,gBAAgB,CAAC,CAC9B,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcLoginFormProps {
|
|
3
|
-
logo?: string | undefined;
|
|
4
|
-
background?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
}
|
|
7
|
-
export interface VcLoginFormSlots {
|
|
8
|
-
default: () => VNode[];
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=vc-login-form-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-login-form-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-login-form/vc-login-form-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcPopupProps } from "./vc-popup-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcPopup: ComponentConstructor<ComponentPublicInstance<VcPopupProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
export interface VcPopupProps {
|
|
3
|
-
title?: string | undefined;
|
|
4
|
-
closable?: boolean | undefined;
|
|
5
|
-
variant?: "small" | "medium" | "fullscreen" | undefined;
|
|
6
|
-
onClose?: () => void;
|
|
7
|
-
}
|
|
8
|
-
export interface VcPopupSlots {
|
|
9
|
-
default: () => VNode[];
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=vc-popup-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-popup-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-popup/vc-popup-model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAE5B,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,SAAS,CAAC;IACxD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;CACxB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcTableProps } from "./vc-table-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
export declare const VcTable: ComponentConstructor<ComponentPublicInstance<VcTableProps>>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAE7D,eAAO,MAAM,OAAO,EAAE,oBAAoB,CACxC,uBAAuB,CAAC,YAAY,CAAC,CAC9B,CAAC"}
|