vlite3 0.4.8 → 0.5.2
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/README.md +201 -100
- package/_virtual/Barcode.js +4 -0
- package/_virtual/CODE128.js +4 -0
- package/_virtual/CODE128A.js +4 -0
- package/_virtual/CODE128B.js +4 -0
- package/_virtual/CODE128C.js +4 -0
- package/_virtual/CODE128_AUTO.js +4 -0
- package/_virtual/CODE93.js +4 -0
- package/_virtual/CODE93FullASCII.js +4 -0
- package/_virtual/EAN.js +4 -0
- package/_virtual/EAN13.js +4 -0
- package/_virtual/EAN2.js +4 -0
- package/_virtual/EAN5.js +4 -0
- package/_virtual/EAN8.js +4 -0
- package/_virtual/ErrorHandler.js +4 -0
- package/_virtual/FileSaver.min.js +5 -0
- package/_virtual/FileSaver.min2.js +4 -0
- package/_virtual/ITF.js +4 -0
- package/_virtual/ITF14.js +4 -0
- package/_virtual/JsBarcode.js +7 -0
- package/_virtual/MSI.js +4 -0
- package/_virtual/MSI10.js +4 -0
- package/_virtual/MSI1010.js +4 -0
- package/_virtual/MSI11.js +4 -0
- package/_virtual/MSI1110.js +4 -0
- package/_virtual/UPC.js +4 -0
- package/_virtual/UPCE.js +4 -0
- package/_virtual/_commonjsHelpers.js +8 -0
- package/_virtual/alignment-pattern.js +4 -0
- package/_virtual/auto.js +4 -0
- package/_virtual/browser.js +7 -0
- package/_virtual/browser2.js +4 -0
- package/_virtual/canvas.js +4 -0
- package/_virtual/canvas2.js +4 -0
- package/_virtual/checksums.js +4 -0
- package/_virtual/constants.js +4 -0
- package/_virtual/constants2.js +4 -0
- package/_virtual/constants3.js +4 -0
- package/_virtual/constants4.js +4 -0
- package/_virtual/defaults.js +4 -0
- package/_virtual/dijkstra.js +4 -0
- package/_virtual/encoder.js +4 -0
- package/_virtual/error-correction-code.js +4 -0
- package/_virtual/error-correction-level.js +4 -0
- package/_virtual/exceptions.js +4 -0
- package/_virtual/finder-pattern.js +4 -0
- package/_virtual/fixOptions.js +4 -0
- package/_virtual/format-info.js +4 -0
- package/_virtual/galois-field.js +4 -0
- package/_virtual/getOptionsFromElement.js +4 -0
- package/_virtual/getRenderProperties.js +4 -0
- package/_virtual/index.js +4 -0
- package/_virtual/index10.js +4 -0
- package/_virtual/index11.js +4 -0
- package/_virtual/index2.js +4 -0
- package/_virtual/index3.js +4 -0
- package/_virtual/index4.js +4 -0
- package/_virtual/index5.js +4 -0
- package/_virtual/index6.js +4 -0
- package/_virtual/index7.js +4 -0
- package/_virtual/index8.js +4 -0
- package/_virtual/index9.js +4 -0
- package/_virtual/linearizeEncodings.js +4 -0
- package/_virtual/mask-pattern.js +4 -0
- package/_virtual/merge.js +4 -0
- package/_virtual/mode.js +4 -0
- package/_virtual/object.js +4 -0
- package/_virtual/optionsFromStrings.js +4 -0
- package/_virtual/papaparse.min.js +7 -0
- package/_virtual/papaparse.min2.js +4 -0
- package/_virtual/polynomial.js +4 -0
- package/_virtual/qrcode.js +4 -0
- package/_virtual/regex.js +4 -0
- package/_virtual/segments.js +4 -0
- package/_virtual/shared.js +4 -0
- package/_virtual/svg-tag.js +4 -0
- package/_virtual/svg.js +4 -0
- package/_virtual/utils.js +4 -0
- package/_virtual/utils2.js +4 -0
- package/_virtual/version-check.js +4 -0
- package/_virtual/version.js +4 -0
- package/components/Accordion/Accordion.vue.d.ts +7 -7
- package/components/Accordion/AccordionItem.vue.d.ts +4 -4
- package/components/Accordion/AccordionTrigger.vue.d.ts +2 -2
- package/components/Alert.vue.d.ts +1 -1
- package/components/Avatar.vue.d.ts +2 -2
- package/components/Avatar.vue.js +2 -2
- package/components/AvatarUploader/AvatarUploader.vue.d.ts +5 -5
- package/components/Badge.vue.d.ts +1 -1
- package/components/Barcode/Barcode.vue.d.ts +22 -0
- package/components/Barcode/Barcode.vue.js +58 -0
- package/components/Barcode/Barcode.vue2.js +4 -0
- package/components/Barcode/index.d.ts +2 -0
- package/components/Barcode/types.d.ts +5 -0
- package/components/Barcode/types.js +15 -0
- package/components/Breadcrumb/Breadcrumb.vue.d.ts +23 -0
- package/components/Breadcrumb/Breadcrumb.vue.js +7 -0
- package/components/Breadcrumb/Breadcrumb.vue2.js +84 -0
- package/components/Breadcrumb/BreadcrumbItem.vue.d.ts +27 -0
- package/components/Breadcrumb/BreadcrumbItem.vue.js +7 -0
- package/components/Breadcrumb/BreadcrumbItem.vue2.js +50 -0
- package/components/Breadcrumb/index.d.ts +3 -0
- package/components/Breadcrumb/types.d.ts +19 -0
- package/components/Button.vue.d.ts +4 -4
- package/components/Button.vue.js +32 -29
- package/components/ButtonGroup.vue.d.ts +1 -1
- package/components/Carousel/Carousel.vue.d.ts +58 -58
- package/components/CheckBox.vue.d.ts +2 -2
- package/components/Chip/Chip.vue.d.ts +3 -3
- package/components/ChoiceBox/ChoiceBox.vue.d.ts +4 -4
- package/components/ColorPicker/ColorPicker.vue.d.ts +3 -3
- package/components/ColorPicker/index.d.ts +1 -0
- package/components/CommandPaletteContent.vue.d.ts +15 -0
- package/components/CommandPaletteContent.vue.js +7 -0
- package/components/CommandPaletteContent.vue2.js +287 -0
- package/components/ConfirmationModal.vue.js +12 -10
- package/components/DataList/DataList.vue.d.ts +2 -2
- package/components/DataTable/DataTable.vue.d.ts +6 -6
- package/components/DataTable/DataTableRow.vue.d.ts +3 -3
- package/components/DatePicker.vue.d.ts +2 -2
- package/components/DatePicker.vue.js +7 -7
- package/components/DateRangePicker.vue.d.ts +29 -0
- package/components/DateRangePicker.vue.js +231 -0
- package/components/DateRangePicker.vue2.js +4 -0
- package/components/Dropdown/Dropdown.vue.d.ts +11 -6
- package/components/Dropdown/Dropdown.vue.js +147 -109
- package/components/Dropdown/DropdownBooleanItem.vue.js +9 -8
- package/components/Dropdown/DropdownGroupedLayout.vue.d.ts +1 -1
- package/components/Dropdown/DropdownGroupedLayout.vue.js +35 -34
- package/components/Dropdown/DropdownItem.vue.js +11 -10
- package/components/Dropdown/DropdownMenu.vue.d.ts +5 -3
- package/components/Dropdown/DropdownMenu.vue.js +114 -111
- package/components/Dropdown/DropdownTrigger.vue.d.ts +2 -0
- package/components/Dropdown/DropdownTrigger.vue.js +9 -7
- package/components/ExportData/ExportData.vue.d.ts +16 -0
- package/components/ExportData/ExportData.vue.js +135 -0
- package/components/ExportData/ExportData.vue2.js +4 -0
- package/components/ExportData/index.d.ts +2 -0
- package/components/ExportData/types.d.ts +17 -0
- package/components/FilePicker/FilePicker.vue.d.ts +5 -5
- package/components/Form/CustomFields.vue.d.ts +6 -6
- package/components/Form/CustomFields.vue.js +1 -1
- package/components/Form/Form.vue.d.ts +4 -5
- package/components/Form/Form.vue.js +2 -2
- package/components/Form/Form.vue2.js +221 -178
- package/components/Form/FormField.vue.d.ts +4 -3
- package/components/Form/FormField.vue.js +70 -62
- package/components/Form/FormFields.vue.d.ts +3 -1
- package/components/Form/FormFields.vue.js +2 -2
- package/components/Form/FormFields.vue2.js +105 -59
- package/components/GoogleLogin.vue.d.ts +2 -2
- package/components/Icon.vue.d.ts +2 -0
- package/components/Icon.vue.js +12 -11
- package/components/ImportData/ImportData.vue.d.ts +31 -0
- package/components/ImportData/ImportData.vue.js +242 -0
- package/components/ImportData/ImportData.vue2.js +4 -0
- package/components/ImportData/ImportStep1.vue.d.ts +23 -0
- package/components/ImportData/ImportStep1.vue.js +162 -0
- package/components/ImportData/ImportStep1.vue2.js +4 -0
- package/components/ImportData/ImportStep2.vue.d.ts +20 -0
- package/components/ImportData/ImportStep2.vue.js +98 -0
- package/components/ImportData/ImportStep2.vue2.js +4 -0
- package/components/ImportData/ImportStep3.vue.d.ts +6 -0
- package/components/ImportData/ImportStep3.vue.js +98 -0
- package/components/ImportData/ImportStep3.vue2.js +4 -0
- package/components/ImportData/ImportStep4.vue.d.ts +6 -0
- package/components/ImportData/ImportStep4.vue.js +139 -0
- package/components/ImportData/ImportStep4.vue2.js +4 -0
- package/components/ImportData/index.d.ts +2 -0
- package/components/ImportData/types.d.ts +51 -0
- package/components/Input.vue.d.ts +9 -9
- package/components/Input.vue.js +137 -120
- package/components/List/List.vue.d.ts +18 -0
- package/components/List/List.vue.js +189 -0
- package/components/List/List.vue2.js +4 -0
- package/components/List/ListFieldRow.vue.d.ts +35 -0
- package/components/List/ListFieldRow.vue.js +119 -0
- package/components/List/ListFieldRow.vue2.js +4 -0
- package/components/List/index.d.ts +4 -0
- package/components/List/types.d.ts +1 -0
- package/components/List/utils.d.ts +9 -0
- package/components/List/utils.js +64 -0
- package/components/Masonry/Masonry.vue.d.ts +2 -2
- package/components/Modal.vue.js +5 -122
- package/components/Modal.vue2.js +133 -2
- package/components/MultiSelect/MultiSelect.vue.d.ts +12 -9
- package/components/MultiSelect/MultiSelect.vue.js +101 -64
- package/components/Navbar/Navbar.vue.d.ts +48 -9
- package/components/Navbar/Navbar.vue.js +418 -146
- package/components/Navbar/NavbarItem.vue.d.ts +2 -2
- package/components/Navbar/NavbarTabs.vue.d.ts +21 -0
- package/components/Navbar/NavbarTabs.vue.js +179 -0
- package/components/Navbar/NavbarTabs.vue3.js +5 -0
- package/components/Navbar/index.d.ts +3 -0
- package/components/NavbarCommandPalette.vue.d.ts +48 -0
- package/components/NumberInput.vue.d.ts +8 -8
- package/components/OTPInput/OTPInput.vue.d.ts +7 -7
- package/components/Pagination/Pagination.vue.d.ts +1 -1
- package/components/PermissionMatrix/PermissionEditor.vue.d.ts +36 -0
- package/components/PermissionMatrix/PermissionEditor.vue.js +323 -0
- package/components/PermissionMatrix/PermissionEditor.vue2.js +4 -0
- package/components/PermissionMatrix/PermissionMatrix.vue.d.ts +15 -0
- package/components/PermissionMatrix/PermissionMatrix.vue.js +7 -0
- package/components/PermissionMatrix/PermissionMatrix.vue2.js +245 -0
- package/components/PermissionMatrix/index.d.ts +3 -0
- package/components/PermissionMatrix/types.d.ts +59 -0
- package/components/PricingPlan/PricingPlan.vue.d.ts +3 -3
- package/components/ProgressBar/ProgressBar.vue.d.ts +3 -3
- package/components/QRCode/QRCode.vue.d.ts +15 -0
- package/components/QRCode/QRCode.vue.js +38 -0
- package/components/QRCode/QRCode.vue2.js +4 -0
- package/components/QRCode/index.d.ts +1 -0
- package/components/Screen/Screen.vue.d.ts +232 -5
- package/components/Screen/Screen.vue.js +423 -271
- package/components/Screen/ScreenFilter.vue.d.ts +2 -2
- package/components/Screen/ScreenFilter.vue.js +9 -9
- package/components/Screen/types.d.ts +12 -0
- package/components/SidePanel.vue.d.ts +2 -2
- package/components/SidebarMenu/SidebarMenu.vue.d.ts +15 -2
- package/components/SidebarMenu/SidebarMenu.vue.js +117 -47
- package/components/SidebarMenu/SidebarMenuItem.vue.d.ts +2 -0
- package/components/SidebarMenu/SidebarMenuItem.vue.js +192 -175
- package/components/SidebarMenu/types.d.ts +32 -5
- package/components/Slider.vue.d.ts +2 -2
- package/components/Spinner/Spinner.vue.d.ts +2 -2
- package/components/Stats/Stats.vue.d.ts +14 -0
- package/components/Stats/Stats.vue.js +307 -0
- package/components/Stats/Stats.vue2.js +4 -0
- package/components/Stats/index.d.ts +2 -0
- package/components/Stats/types.d.ts +32 -0
- package/components/Switch.vue.d.ts +2 -1
- package/components/Switch.vue.js +4 -2
- package/components/Tabes/Tabes.vue.d.ts +3 -3
- package/components/Tabes/Tabes.vue.js +60 -57
- package/components/Tabes/types.d.ts +5 -0
- package/components/Textarea.vue.d.ts +3 -3
- package/components/{Timeline.vue.d.ts → Timeline/Timeline.vue.d.ts} +23 -2
- package/components/Timeline/Timeline.vue.js +92 -0
- package/components/Timeline/TimelineIndicator.vue.d.ts +9 -0
- package/components/Timeline/TimelineIndicator.vue.js +68 -0
- package/components/Timeline/TimelineIndicator.vue2.js +4 -0
- package/components/Timeline/TimelineItem.vue.d.ts +56 -0
- package/components/Timeline/TimelineItem.vue.js +173 -0
- package/components/Timeline/TimelineItem.vue2.js +4 -0
- package/components/Timeline/index.d.ts +3 -0
- package/components/Tooltip.vue.d.ts +2 -2
- package/components/Workbook/Sheet.vue.d.ts +2 -2
- package/components/Workbook/Workbook.vue.d.ts +3 -3
- package/components/index.d.ts +62 -0
- package/composables/useBreadcrumb.d.ts +17 -0
- package/composables/useBreadcrumb.js +27 -0
- package/core/config.d.ts +34 -0
- package/core/config.js +10 -7
- package/core/index.js +15 -8
- package/index.d.ts +55 -44
- package/index.js +243 -200
- package/package.json +12 -2
- package/router.d.ts +2 -0
- package/style.css +7 -5
- package/types/button.d.ts +1 -1
- package/types/config.type.d.ts +35 -0
- package/types/form.type.d.ts +3 -1
- package/types/index.d.ts +2 -1
- package/types/list.type.d.ts +57 -0
- package/types/navbar.type.d.ts +38 -1
- package/types/timeline.type.d.ts +14 -4
- package/components/Timeline.vue.js +0 -160
- /package/components/{Timeline.vue2.js → Timeline/Timeline.vue2.js} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ProgressBarProps, ProgressBarVariant, ProgressBarSize } from '../../types/progressbar';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<ProgressBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressBarProps> & Readonly<{}>, {
|
|
3
|
-
type: import('../../types/progressbar').ProgressBarType;
|
|
4
|
-
size: ProgressBarSize;
|
|
5
3
|
variant: ProgressBarVariant;
|
|
4
|
+
size: ProgressBarSize;
|
|
6
5
|
rounded: string;
|
|
7
|
-
indeterminate: boolean;
|
|
8
6
|
striped: boolean;
|
|
7
|
+
type: import('../../types/progressbar').ProgressBarType;
|
|
8
|
+
indeterminate: boolean;
|
|
9
9
|
showValue: boolean;
|
|
10
10
|
animated: boolean;
|
|
11
11
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface QRCodeProps {
|
|
2
|
+
value?: string;
|
|
3
|
+
imageUrl?: string;
|
|
4
|
+
size?: number | string;
|
|
5
|
+
margin?: number;
|
|
6
|
+
color?: {
|
|
7
|
+
dark?: string;
|
|
8
|
+
light?: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import('vue').DefineComponent<QRCodeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QRCodeProps> & Readonly<{}>, {
|
|
12
|
+
size: number | string;
|
|
13
|
+
margin: number;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { defineComponent as u, computed as r, openBlock as o, createElementBlock as l, normalizeStyle as m, createCommentVNode as f } from "vue";
|
|
2
|
+
import { t as p } from "../../node_modules/@vueuse/integrations/dist/useQRCode-DtYpMi-Z.js";
|
|
3
|
+
const d = ["src"], h = /* @__PURE__ */ u({
|
|
4
|
+
__name: "QRCode",
|
|
5
|
+
props: {
|
|
6
|
+
value: {},
|
|
7
|
+
imageUrl: {},
|
|
8
|
+
size: { default: 200 },
|
|
9
|
+
margin: { default: 4 },
|
|
10
|
+
color: {}
|
|
11
|
+
},
|
|
12
|
+
setup(a) {
|
|
13
|
+
const e = a, c = r(() => e.value || ""), i = p(c, {
|
|
14
|
+
margin: e.margin,
|
|
15
|
+
color: e.color
|
|
16
|
+
}), n = r(() => e.imageUrl ? e.imageUrl : e.value ? i.value : ""), s = r(() => {
|
|
17
|
+
const t = typeof e.size == "number" ? `${e.size}px` : e.size;
|
|
18
|
+
return {
|
|
19
|
+
width: t,
|
|
20
|
+
height: t
|
|
21
|
+
};
|
|
22
|
+
});
|
|
23
|
+
return (t, v) => (o(), l("div", {
|
|
24
|
+
class: "inline-flex justify-center items-center max-w-full",
|
|
25
|
+
style: m(s.value)
|
|
26
|
+
}, [
|
|
27
|
+
n.value ? (o(), l("img", {
|
|
28
|
+
key: 0,
|
|
29
|
+
src: n.value,
|
|
30
|
+
alt: "QR Code",
|
|
31
|
+
class: "w-full h-full object-contain pointer-events-none"
|
|
32
|
+
}, null, 8, d)) : f("", !0)
|
|
33
|
+
], 4));
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
export {
|
|
37
|
+
h as default
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as QRCode } from './QRCode.vue';
|
|
@@ -10,7 +10,118 @@ declare function __VLS_template(): {
|
|
|
10
10
|
'custom-header'?(_: {}): any;
|
|
11
11
|
empty?(_: {}): any;
|
|
12
12
|
};
|
|
13
|
-
refs: {
|
|
13
|
+
refs: {
|
|
14
|
+
exportDataRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../ExportData').ExportDataProps> & Readonly<{}>, {
|
|
15
|
+
exportData: (format: import('../ExportData').ExportFormat, close?: () => void) => Promise<void>;
|
|
16
|
+
availableFormats: import('vue').ComputedRef<{
|
|
17
|
+
label: string;
|
|
18
|
+
value: import('../ExportData').ExportFormat;
|
|
19
|
+
icon: string;
|
|
20
|
+
}[]>;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
|
+
title: string;
|
|
23
|
+
mode: "frontend" | "backend";
|
|
24
|
+
formats: import('../ExportData').ExportFormat[];
|
|
25
|
+
buttonText: string;
|
|
26
|
+
buttonIcon: string;
|
|
27
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
28
|
+
P: {};
|
|
29
|
+
B: {};
|
|
30
|
+
D: {};
|
|
31
|
+
C: {};
|
|
32
|
+
M: {};
|
|
33
|
+
Defaults: {};
|
|
34
|
+
}, Readonly<import('../ExportData').ExportDataProps> & Readonly<{}>, {
|
|
35
|
+
exportData: (format: import('../ExportData').ExportFormat, close?: () => void) => Promise<void>;
|
|
36
|
+
availableFormats: import('vue').ComputedRef<{
|
|
37
|
+
label: string;
|
|
38
|
+
value: import('../ExportData').ExportFormat;
|
|
39
|
+
icon: string;
|
|
40
|
+
}[]>;
|
|
41
|
+
}, {}, {}, {}, {
|
|
42
|
+
title: string;
|
|
43
|
+
mode: "frontend" | "backend";
|
|
44
|
+
formats: import('../ExportData').ExportFormat[];
|
|
45
|
+
buttonText: string;
|
|
46
|
+
buttonIcon: string;
|
|
47
|
+
}>;
|
|
48
|
+
importDataRef: {
|
|
49
|
+
$: import('vue').ComponentInternalInstance;
|
|
50
|
+
$data: {};
|
|
51
|
+
$props: {
|
|
52
|
+
readonly title?: string;
|
|
53
|
+
readonly titleI18n?: string;
|
|
54
|
+
readonly buttonText?: string;
|
|
55
|
+
readonly buttonIcon?: string;
|
|
56
|
+
readonly fields: import('../ImportData').ImportField[];
|
|
57
|
+
readonly batchSize?: number;
|
|
58
|
+
readonly processBatch: (payload: import('../ImportData').ImportBatchPayload) => Promise<import('../ImportData').ImportBatchResult>;
|
|
59
|
+
readonly onComplete?: () => void;
|
|
60
|
+
readonly show?: boolean;
|
|
61
|
+
readonly "onUpdate:show"?: (value: boolean) => any;
|
|
62
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
63
|
+
$attrs: {
|
|
64
|
+
[x: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
$refs: {
|
|
67
|
+
[x: string]: unknown;
|
|
68
|
+
};
|
|
69
|
+
$slots: Readonly<{
|
|
70
|
+
[name: string]: import('vue').Slot<any>;
|
|
71
|
+
}>;
|
|
72
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
73
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
74
|
+
$host: Element | null;
|
|
75
|
+
$emit: (event: "update:show", value: boolean) => void;
|
|
76
|
+
$el: any;
|
|
77
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../ImportData').ImportDataProps & {
|
|
78
|
+
show?: boolean;
|
|
79
|
+
}> & Readonly<{
|
|
80
|
+
"onUpdate:show"?: (value: boolean) => any;
|
|
81
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
82
|
+
"update:show": (value: boolean) => any;
|
|
83
|
+
}, string, {
|
|
84
|
+
title: string;
|
|
85
|
+
batchSize: number;
|
|
86
|
+
show: boolean;
|
|
87
|
+
buttonText: string;
|
|
88
|
+
buttonIcon: string;
|
|
89
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
90
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
91
|
+
created?: (() => void) | (() => void)[];
|
|
92
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
93
|
+
mounted?: (() => void) | (() => void)[];
|
|
94
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
95
|
+
updated?: (() => void) | (() => void)[];
|
|
96
|
+
activated?: (() => void) | (() => void)[];
|
|
97
|
+
deactivated?: (() => void) | (() => void)[];
|
|
98
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
99
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
100
|
+
destroyed?: (() => void) | (() => void)[];
|
|
101
|
+
unmounted?: (() => void) | (() => void)[];
|
|
102
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
103
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
104
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
105
|
+
};
|
|
106
|
+
$forceUpdate: () => void;
|
|
107
|
+
$nextTick: typeof import('vue').nextTick;
|
|
108
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
109
|
+
} & Readonly<{
|
|
110
|
+
title: string;
|
|
111
|
+
batchSize: number;
|
|
112
|
+
show: boolean;
|
|
113
|
+
buttonText: string;
|
|
114
|
+
buttonIcon: string;
|
|
115
|
+
}> & Omit<Readonly<import('../ImportData').ImportDataProps & {
|
|
116
|
+
show?: boolean;
|
|
117
|
+
}> & Readonly<{
|
|
118
|
+
"onUpdate:show"?: (value: boolean) => any;
|
|
119
|
+
}>, "title" | "batchSize" | "show" | "buttonText" | "buttonIcon"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
120
|
+
$slots: {
|
|
121
|
+
trigger?(_: {}): any;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
14
125
|
rootEl: HTMLDivElement;
|
|
15
126
|
};
|
|
16
127
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -21,19 +132,135 @@ declare const __VLS_component: import('vue').DefineComponent<ScreenProps, {}, {}
|
|
|
21
132
|
onDelete?: (items: any[]) => any;
|
|
22
133
|
onAdd?: () => any;
|
|
23
134
|
}>, {
|
|
24
|
-
name: string;
|
|
25
135
|
data: any[];
|
|
136
|
+
name: string;
|
|
26
137
|
loading: boolean;
|
|
27
|
-
pagination: boolean;
|
|
28
|
-
emptyIcon: string;
|
|
29
138
|
paginationProps: import('./types').ScreenPaginationProps;
|
|
139
|
+
emptyIcon: string;
|
|
140
|
+
exportSchema: import('../ExportData').ExportField[] | any[];
|
|
141
|
+
importSchema: import('../ImportData').ImportField[] | any[];
|
|
142
|
+
exportProps: Record<string, any> | boolean;
|
|
143
|
+
importProps: Record<string, any> | boolean;
|
|
144
|
+
importType: string;
|
|
30
145
|
customHeader: boolean;
|
|
31
146
|
canSearch: boolean;
|
|
32
147
|
canAdd: boolean;
|
|
148
|
+
pagination: boolean;
|
|
33
149
|
filterSchema: import('../Form').IForm[];
|
|
34
150
|
filterType: "modal" | "dropdown";
|
|
35
151
|
showRefresh: boolean;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
152
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
153
|
+
exportDataRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../ExportData').ExportDataProps> & Readonly<{}>, {
|
|
154
|
+
exportData: (format: import('../ExportData').ExportFormat, close?: () => void) => Promise<void>;
|
|
155
|
+
availableFormats: import('vue').ComputedRef<{
|
|
156
|
+
label: string;
|
|
157
|
+
value: import('../ExportData').ExportFormat;
|
|
158
|
+
icon: string;
|
|
159
|
+
}[]>;
|
|
160
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
161
|
+
title: string;
|
|
162
|
+
mode: "frontend" | "backend";
|
|
163
|
+
formats: import('../ExportData').ExportFormat[];
|
|
164
|
+
buttonText: string;
|
|
165
|
+
buttonIcon: string;
|
|
166
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
167
|
+
P: {};
|
|
168
|
+
B: {};
|
|
169
|
+
D: {};
|
|
170
|
+
C: {};
|
|
171
|
+
M: {};
|
|
172
|
+
Defaults: {};
|
|
173
|
+
}, Readonly<import('../ExportData').ExportDataProps> & Readonly<{}>, {
|
|
174
|
+
exportData: (format: import('../ExportData').ExportFormat, close?: () => void) => Promise<void>;
|
|
175
|
+
availableFormats: import('vue').ComputedRef<{
|
|
176
|
+
label: string;
|
|
177
|
+
value: import('../ExportData').ExportFormat;
|
|
178
|
+
icon: string;
|
|
179
|
+
}[]>;
|
|
180
|
+
}, {}, {}, {}, {
|
|
181
|
+
title: string;
|
|
182
|
+
mode: "frontend" | "backend";
|
|
183
|
+
formats: import('../ExportData').ExportFormat[];
|
|
184
|
+
buttonText: string;
|
|
185
|
+
buttonIcon: string;
|
|
186
|
+
}>;
|
|
187
|
+
importDataRef: {
|
|
188
|
+
$: import('vue').ComponentInternalInstance;
|
|
189
|
+
$data: {};
|
|
190
|
+
$props: {
|
|
191
|
+
readonly title?: string;
|
|
192
|
+
readonly titleI18n?: string;
|
|
193
|
+
readonly buttonText?: string;
|
|
194
|
+
readonly buttonIcon?: string;
|
|
195
|
+
readonly fields: import('../ImportData').ImportField[];
|
|
196
|
+
readonly batchSize?: number;
|
|
197
|
+
readonly processBatch: (payload: import('../ImportData').ImportBatchPayload) => Promise<import('../ImportData').ImportBatchResult>;
|
|
198
|
+
readonly onComplete?: () => void;
|
|
199
|
+
readonly show?: boolean;
|
|
200
|
+
readonly "onUpdate:show"?: (value: boolean) => any;
|
|
201
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
202
|
+
$attrs: {
|
|
203
|
+
[x: string]: unknown;
|
|
204
|
+
};
|
|
205
|
+
$refs: {
|
|
206
|
+
[x: string]: unknown;
|
|
207
|
+
};
|
|
208
|
+
$slots: Readonly<{
|
|
209
|
+
[name: string]: import('vue').Slot<any>;
|
|
210
|
+
}>;
|
|
211
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
212
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
213
|
+
$host: Element | null;
|
|
214
|
+
$emit: (event: "update:show", value: boolean) => void;
|
|
215
|
+
$el: any;
|
|
216
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../ImportData').ImportDataProps & {
|
|
217
|
+
show?: boolean;
|
|
218
|
+
}> & Readonly<{
|
|
219
|
+
"onUpdate:show"?: (value: boolean) => any;
|
|
220
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
221
|
+
"update:show": (value: boolean) => any;
|
|
222
|
+
}, string, {
|
|
223
|
+
title: string;
|
|
224
|
+
batchSize: number;
|
|
225
|
+
show: boolean;
|
|
226
|
+
buttonText: string;
|
|
227
|
+
buttonIcon: string;
|
|
228
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
229
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
230
|
+
created?: (() => void) | (() => void)[];
|
|
231
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
232
|
+
mounted?: (() => void) | (() => void)[];
|
|
233
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
234
|
+
updated?: (() => void) | (() => void)[];
|
|
235
|
+
activated?: (() => void) | (() => void)[];
|
|
236
|
+
deactivated?: (() => void) | (() => void)[];
|
|
237
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
238
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
239
|
+
destroyed?: (() => void) | (() => void)[];
|
|
240
|
+
unmounted?: (() => void) | (() => void)[];
|
|
241
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
242
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
243
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
244
|
+
};
|
|
245
|
+
$forceUpdate: () => void;
|
|
246
|
+
$nextTick: typeof import('vue').nextTick;
|
|
247
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
248
|
+
} & Readonly<{
|
|
249
|
+
title: string;
|
|
250
|
+
batchSize: number;
|
|
251
|
+
show: boolean;
|
|
252
|
+
buttonText: string;
|
|
253
|
+
buttonIcon: string;
|
|
254
|
+
}> & Omit<Readonly<import('../ImportData').ImportDataProps & {
|
|
255
|
+
show?: boolean;
|
|
256
|
+
}> & Readonly<{
|
|
257
|
+
"onUpdate:show"?: (value: boolean) => any;
|
|
258
|
+
}>, "title" | "batchSize" | "show" | "buttonText" | "buttonIcon"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
259
|
+
$slots: {
|
|
260
|
+
trigger?(_: {}): any;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
}, HTMLDivElement>;
|
|
37
264
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
265
|
export default _default;
|
|
39
266
|
type __VLS_WithTemplateSlots<T, S> = T & {
|