@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,66 +0,0 @@
|
|
|
1
|
-
import { IActionBuilderResult, ITableColumns } from "@/core/types";
|
|
2
|
-
import { VNode } from "vue";
|
|
3
|
-
export interface StatusImage {
|
|
4
|
-
image?: string;
|
|
5
|
-
text: string;
|
|
6
|
-
action?: string;
|
|
7
|
-
clickHandler?: () => void;
|
|
8
|
-
}
|
|
9
|
-
export interface VcTableProps {
|
|
10
|
-
columns?: ITableColumns[];
|
|
11
|
-
items?: {
|
|
12
|
-
id?: string;
|
|
13
|
-
}[];
|
|
14
|
-
itemActionBuilder?: (item: {
|
|
15
|
-
id?: string;
|
|
16
|
-
}) => IActionBuilderResult[] | undefined;
|
|
17
|
-
sort?: string | undefined;
|
|
18
|
-
multiselect?: boolean | undefined;
|
|
19
|
-
expanded?: boolean | undefined;
|
|
20
|
-
totalLabel?: string | undefined;
|
|
21
|
-
totalCount?: number | undefined;
|
|
22
|
-
pages?: number | undefined;
|
|
23
|
-
currentPage?: number | undefined;
|
|
24
|
-
searchPlaceholder?: string | undefined;
|
|
25
|
-
searchValue?: string | undefined;
|
|
26
|
-
loading?: boolean | undefined;
|
|
27
|
-
empty?: StatusImage | undefined;
|
|
28
|
-
notfound?: StatusImage | undefined;
|
|
29
|
-
header?: boolean | undefined;
|
|
30
|
-
footer?: boolean | undefined;
|
|
31
|
-
activeFilterCount?: number | undefined;
|
|
32
|
-
selectedItemId?: string | undefined;
|
|
33
|
-
scrolling?: boolean | undefined;
|
|
34
|
-
onPaginationClick?: (page: number) => void;
|
|
35
|
-
onSelectionChanged?: (values: Record<string, boolean>) => void;
|
|
36
|
-
"onSearch:change"?: (value: string) => void;
|
|
37
|
-
onHeaderClick?: (value: Record<string, unknown>) => void;
|
|
38
|
-
onItemClick?: (item: {
|
|
39
|
-
id: string;
|
|
40
|
-
}) => void;
|
|
41
|
-
"onScroll:ptr"?: () => void;
|
|
42
|
-
}
|
|
43
|
-
export interface VcTableSlots {
|
|
44
|
-
header: () => VNode[];
|
|
45
|
-
filters: (args: {
|
|
46
|
-
closePanel: () => void;
|
|
47
|
-
}) => VNode[];
|
|
48
|
-
"mobile-item": (args: {
|
|
49
|
-
item: {
|
|
50
|
-
[x: string]: unknown;
|
|
51
|
-
id: string;
|
|
52
|
-
};
|
|
53
|
-
}) => VNode[];
|
|
54
|
-
[key: `header_${string}`]: () => VNode[];
|
|
55
|
-
[key: `item_${string}`]: (args: {
|
|
56
|
-
item?: {
|
|
57
|
-
[x: string]: unknown;
|
|
58
|
-
id: string;
|
|
59
|
-
};
|
|
60
|
-
cell?: ITableColumns;
|
|
61
|
-
}) => VNode[];
|
|
62
|
-
notfound: () => VNode[];
|
|
63
|
-
empty: () => VNode[];
|
|
64
|
-
footer: () => VNode[];
|
|
65
|
-
}
|
|
66
|
-
//# sourceMappingURL=vc-table-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vc-table-model.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-table/vc-table-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcCardProps } from "./vc-card-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Card from "./vc-card.vue";
|
|
5
|
-
export const VcCard: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcCardProps>
|
|
7
|
-
> = Card;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcCardProps {
|
|
4
|
-
header?: string | undefined;
|
|
5
|
-
icon?: string | undefined;
|
|
6
|
-
isCollapsable?: boolean | undefined;
|
|
7
|
-
isCollapsed?: boolean | undefined;
|
|
8
|
-
fill?: boolean | undefined;
|
|
9
|
-
variant?: "default" | "success" | "danger" | undefined;
|
|
10
|
-
"onHeader:click"?: () => void;
|
|
11
|
-
"onState:collapsed"?: (isCollapsedState: boolean) => void;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface VcCardSlots {
|
|
15
|
-
default: () => VNode[];
|
|
16
|
-
actions: () => VNode[];
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcCheckboxProps } from "./vc-checkbox-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Checkbox from "./vc-checkbox.vue";
|
|
5
|
-
export const VcCheckbox: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcCheckboxProps>
|
|
7
|
-
> = Checkbox;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcCheckboxProps {
|
|
4
|
-
modelValue?: boolean | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
required?: boolean | undefined;
|
|
7
|
-
name?: string | undefined;
|
|
8
|
-
errorMessage?: string | undefined;
|
|
9
|
-
"onUpdate:modelValue"?: (value: boolean) => void;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface VcCheckboxSlots {
|
|
13
|
-
default: () => VNode[];
|
|
14
|
-
error: () => VNode[];
|
|
15
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcColProps } from "./vc-col-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Col from "./vc-col.vue";
|
|
5
|
-
export const VcCol: ComponentConstructor<ComponentPublicInstance<VcColProps>> =
|
|
6
|
-
Col;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcContainerProps } from "./vc-container-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Container from "./vc-container.vue";
|
|
5
|
-
export const VcContainer: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcContainerProps>
|
|
7
|
-
> = Container;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import {VNode} from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcContainerProps {
|
|
4
|
-
shadow?: boolean | undefined
|
|
5
|
-
noPadding?: boolean | undefined
|
|
6
|
-
usePtr?: boolean | undefined
|
|
7
|
-
"onScroll:ptr"?: () => void
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface VcContainerSlots {
|
|
11
|
-
default: () => VNode[];
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcIconProps } from "./vc-icon-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Icon from "./vc-icon.vue";
|
|
5
|
-
export const VcIcon: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcIconProps>
|
|
7
|
-
> = Icon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcImageProps } from "./vc-image-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Image from "./vc-image.vue";
|
|
5
|
-
export const VcImage: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcImageProps>
|
|
7
|
-
> = Image;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcImageProps {
|
|
4
|
-
aspect?: string | undefined;
|
|
5
|
-
rounded?: boolean | undefined;
|
|
6
|
-
bordered?: boolean | undefined;
|
|
7
|
-
clickable?: boolean | undefined;
|
|
8
|
-
src?: string | undefined;
|
|
9
|
-
size?:
|
|
10
|
-
| "auto"
|
|
11
|
-
| "1x1"
|
|
12
|
-
| "16x9"
|
|
13
|
-
| "4x3"
|
|
14
|
-
| "3x2"
|
|
15
|
-
| "xs"
|
|
16
|
-
| "s"
|
|
17
|
-
| "m"
|
|
18
|
-
| "l"
|
|
19
|
-
| "xl"
|
|
20
|
-
| "xxl";
|
|
21
|
-
background?: "cover" | "contain" | "auto";
|
|
22
|
-
onClick?: () => void;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export interface VcImageSlots {
|
|
26
|
-
default: () => VNode[];
|
|
27
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcInfoRowProps } from "./vc-info-row-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import InfoRow from "./vc-info-row.vue";
|
|
5
|
-
export const VcInfoRow: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcInfoRowProps>
|
|
7
|
-
> = InfoRow;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcInfoRowProps {
|
|
4
|
-
label?: string | undefined;
|
|
5
|
-
value?: string | undefined;
|
|
6
|
-
tooltip?: string | undefined;
|
|
7
|
-
type?: "default" | "email";
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface VcInfoRowSlots {
|
|
11
|
-
default: () => VNode[];
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcLabelProps } from "./vc-label-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Label from "./vc-label.vue";
|
|
5
|
-
export const VcLabel: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcLabelProps>
|
|
7
|
-
> = Label;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcLinkProps } from "./vc-link-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Link from "./vc-link.vue";
|
|
5
|
-
export const VcLink: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcLinkProps>
|
|
7
|
-
> = Link;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcLoadingProps } from "./vc-loading-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Loading from "./vc-loading.vue";
|
|
5
|
-
export const VcLoading: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcLoadingProps>
|
|
7
|
-
> = Loading;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcProgressProps } from "./vc-progress-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Progress from "./vc-progress.vue";
|
|
5
|
-
export const VcProgress: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcProgressProps>
|
|
7
|
-
> = Progress;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcStatusProps } from "./vc-status-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Status from "./vc-status.vue";
|
|
5
|
-
export const VcStatus: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcStatusProps>
|
|
7
|
-
> = Status;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcStatusProps {
|
|
4
|
-
variant?:
|
|
5
|
-
| "info"
|
|
6
|
-
| "warning"
|
|
7
|
-
| "danger"
|
|
8
|
-
| "success"
|
|
9
|
-
| "light-danger"
|
|
10
|
-
| undefined;
|
|
11
|
-
outline?: boolean | undefined;
|
|
12
|
-
extend?: boolean | undefined;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface VcStatusSlots {
|
|
16
|
-
default: () => VNode[];
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcStatusIconProps } from "./vc-status-icon-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import StatusIcon from "./vc-status-icon.vue";
|
|
5
|
-
export const VcStatusIcon: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcStatusIconProps>
|
|
7
|
-
> = StatusIcon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcSwitchProps } from "./vc-switch-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Switch from "./vc-switch.vue";
|
|
5
|
-
export const VcSwitch: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcSwitchProps>
|
|
7
|
-
> = Switch;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcSwitchProps {
|
|
4
|
-
modelValue?: boolean | undefined;
|
|
5
|
-
disabled?: boolean | undefined;
|
|
6
|
-
tooltip?: string | undefined;
|
|
7
|
-
required?: boolean | undefined;
|
|
8
|
-
label?: string | undefined;
|
|
9
|
-
"onUpdate:modelValue"?: (value: boolean) => void;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface VcSwitchSlots {
|
|
13
|
-
default: () => VNode[];
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcWidgetProps } from "./vc-widget-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Widget from "./vc-widget.vue";
|
|
5
|
-
export const VcWidget: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcWidgetProps>
|
|
7
|
-
> = Widget;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcWidgetProps {
|
|
4
|
-
icon?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
value?: string | number | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
onClick?: () => void;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface VcWidgetSlots {
|
|
12
|
-
default: () => VNode[];
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcBreadcrumbsProps } from "./vc-breadcrumbs-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Breadcrumbs from "./vc-breadcrumbs.vue";
|
|
5
|
-
export const VcBreadcrumbs: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcBreadcrumbsProps>
|
|
7
|
-
> = Breadcrumbs;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcBreadcrumbsProps {
|
|
4
|
-
items?: {
|
|
5
|
-
current: boolean;
|
|
6
|
-
icon: string;
|
|
7
|
-
title: string;
|
|
8
|
-
clickHandler: () => void;
|
|
9
|
-
id: string;
|
|
10
|
-
}[];
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface VcBreadcrumbsSlots {
|
|
14
|
-
default: () => VNode[];
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcEditorProps } from "./vc-editor-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Editor from "./vc-editor.vue";
|
|
5
|
-
export const VcEditor: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcEditorProps>
|
|
7
|
-
> = Editor;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcEditorProps {
|
|
4
|
-
placeholder?: string | undefined;
|
|
5
|
-
modelValue?: string | number | Date | undefined;
|
|
6
|
-
required?: boolean | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
label?: string | undefined;
|
|
9
|
-
tooltip?: string | undefined;
|
|
10
|
-
name?: string | undefined;
|
|
11
|
-
errorMessage?: string | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: (value: string) => void;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface VcEditorSlots {
|
|
16
|
-
error: () => VNode[];
|
|
17
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcFileUploadProps } from "./vc-file-upload-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import FileUpload from "./vc-file-upload.vue";
|
|
5
|
-
export const VcFileUpload: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcFileUploadProps>
|
|
7
|
-
> = FileUpload;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcFileUploadProps {
|
|
4
|
-
variant?: "gallery" | "file-upload" | undefined;
|
|
5
|
-
loading?: boolean | undefined;
|
|
6
|
-
accept?: string | undefined;
|
|
7
|
-
multiple?: boolean | undefined;
|
|
8
|
-
rules?: string | Record<string, unknown> | undefined;
|
|
9
|
-
name?: string | undefined;
|
|
10
|
-
onUpload?: (files: FileList) => void;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export interface VcFileUploadSlots {
|
|
14
|
-
error: () => VNode[];
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcNotificationProps } from "./vc-notification-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Notification from "./vc-notification.vue";
|
|
5
|
-
export const VcNotification: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcNotificationProps>
|
|
7
|
-
> = Notification;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcPaginationProps } from "./vc-pagination-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Pagination from "./vc-pagination.vue";
|
|
5
|
-
export const VcPagination: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcPaginationProps>
|
|
7
|
-
> = Pagination;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcPaginationProps {
|
|
4
|
-
expanded?: boolean | undefined;
|
|
5
|
-
pages?: number | undefined;
|
|
6
|
-
currentPage?: number | undefined;
|
|
7
|
-
onItemClick?: (pages: number) => void;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface VcPaginationSlots {
|
|
11
|
-
default: () => VNode[];
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcRatingProps } from "./vc-rating-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Rating from "./vc-rating.vue";
|
|
5
|
-
export const VcRating: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcRatingProps>
|
|
7
|
-
> = Rating;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VNode } from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcRatingProps {
|
|
4
|
-
label?: string;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
tooltip?: string;
|
|
7
|
-
rating: number | undefined;
|
|
8
|
-
max?: number;
|
|
9
|
-
variant?: "stars" | "star-and-text" | "text";
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface VcRatingSlots {
|
|
13
|
-
details: () => VNode[];
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcSliderProps } from "./vc-slider-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Slider from "./vc-slider.vue";
|
|
5
|
-
export const VcSlider: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcSliderProps>
|
|
7
|
-
> = Slider;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import {VNode} from "vue";
|
|
2
|
-
|
|
3
|
-
export interface VcSliderProps {
|
|
4
|
-
slides?: Record<string, unknown>[] | any[]
|
|
5
|
-
navigation?: boolean | undefined
|
|
6
|
-
overflow?: boolean | undefined
|
|
7
|
-
slidesPerView?: string | 'auto' | undefined
|
|
8
|
-
spaceBetweenSlides?: number | undefined
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface VcSliderSlots {
|
|
12
|
-
default: (slide: Record<string, unknown>[] | any[]) => VNode[]
|
|
13
|
-
prevBtn: () => VNode[]
|
|
14
|
-
nextBtn: () => VNode[]
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance } from "vue";
|
|
2
|
-
import { VcTextareaProps } from "./vc-textarea-model";
|
|
3
|
-
import { ComponentConstructor } from "@/ui/types/ts-helpers";
|
|
4
|
-
import Textarea from "./vc-textarea.vue";
|
|
5
|
-
export const VcTextarea: ComponentConstructor<
|
|
6
|
-
ComponentPublicInstance<VcTextareaProps>
|
|
7
|
-
> = Textarea;
|