@bagelink/vue 1.14.13 → 1.14.15
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/dist/components/AddressSearch.vue.d.ts +6 -7
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +1 -1
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +0 -11
- package/dist/components/Dropdown.vue.d.ts +0 -2
- package/dist/components/Filter.vue.d.ts +30 -0
- package/dist/components/Filter.vue.d.ts.map +1 -0
- package/dist/components/FilterQuery.vue.d.ts +8 -3
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +0 -1
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/QueryFilter.vue.d.ts +30 -0
- package/dist/components/QueryFilter.vue.d.ts.map +1 -0
- package/dist/components/Swiper.vue.d.ts +6 -12
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts +2 -2
- package/dist/components/calendar/CalendarPopover.vue.d.ts +8 -4
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarTypes.d.ts +0 -10
- package/dist/components/calendar/Index.vue.d.ts +4 -20
- package/dist/components/calendar/views/WeekView.vue.d.ts +1 -9
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +0 -54
- package/dist/components/form/inputs/ColorInput.vue.d.ts +1 -3
- package/dist/components/form/inputs/DateInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts +0 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts +2 -5
- package/dist/components/form/inputs/JSONInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +2 -7
- package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/OTP.vue.d.ts +1 -2
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +10 -16
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +1 -3
- package/dist/components/form/inputs/RangeInput.vue.d.ts +1 -6
- package/dist/components/form/inputs/RichText/index.vue.d.ts +1 -2
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/utils/media.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts +13 -20
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +1 -6
- package/dist/components/form/inputs/TableField.vue.d.ts +1 -2
- package/dist/components/form/inputs/TelInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts +2 -3
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +6 -27
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/index.d.ts +1 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts +0 -2
- package/dist/components/layout/AppSidebar.vue.d.ts +1 -5
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +1 -12
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/dialog/DialogConfirm.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts +1 -6
- package/dist/form-flow/form-flow.d.ts +1 -24
- package/dist/i18n/index.d.ts +0 -838
- package/dist/index.cjs +193 -166
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +47586 -53496
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +1 -2
- package/dist/types/BagelForm.d.ts +1 -10
- package/dist/types/NavLink.d.ts +1 -2
- package/dist/types/TableSchema.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +0 -1
- package/dist/utils/calendar/dateUtils.d.ts +2 -2
- package/dist/utils/calendar/dateUtils.d.ts.map +1 -1
- package/dist/utils/date.d.ts +116 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/fetch.d.ts +29 -0
- package/dist/utils/fetch.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/string.d.ts +7 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/useSearch.d.ts +1 -1
- package/package.json +1 -5
- package/src/components/AccordionItem.vue +5 -5
- package/src/components/Alert.vue +3 -2
- package/src/components/Avatar.vue +2 -1
- package/src/components/BglVideo.vue +4 -4
- package/src/components/Btn.vue +39 -39
- package/src/components/Card.vue +7 -6
- package/src/components/Dropdown.vue +2 -2
- package/src/components/FieldSetVue.vue +2 -2
- package/src/components/FilterQuery.vue +2 -2
- package/src/components/Image.vue +2 -1
- package/src/components/ImportData.vue +12 -12
- package/src/components/JSONSchema.vue +2 -2
- package/src/components/JsonBuilder.vue +2 -2
- package/src/components/ListItem.vue +1 -1
- package/src/components/MapEmbed/Index.vue +8 -8
- package/src/components/Pill.vue +17 -16
- package/src/components/Spreadsheet/Index.vue +3 -3
- package/src/components/Spreadsheet/SpreadsheetTable.vue +10 -10
- package/src/components/Toast.vue +34 -28
- package/src/components/calendar/CalendarPopover.vue +1 -1
- package/src/components/calendar/Index.vue +1 -1
- package/src/components/calendar/views/AgendaView.vue +2 -2
- package/src/components/calendar/views/DayView.vue +1 -1
- package/src/components/calendar/views/MonthView.vue +5 -5
- package/src/components/dataTable/DataTable.vue +68 -10
- package/src/components/form/FieldArray.vue +5 -5
- package/src/components/form/inputs/ArrayInput.vue +1 -1
- package/src/components/form/inputs/CheckInput.vue +6 -6
- package/src/components/form/inputs/Checkbox.vue +5 -4
- package/src/components/form/inputs/CodeEditor/Index.vue +1 -1
- package/src/components/form/inputs/ColorInput.vue +5 -5
- package/src/components/form/inputs/DatePicker.vue +3 -3
- package/src/components/form/inputs/EmailInput.vue +14 -14
- package/src/components/form/inputs/NumberInput.vue +10 -10
- package/src/components/form/inputs/OTP.vue +2 -2
- package/src/components/form/inputs/PasswordInput.vue +3 -3
- package/src/components/form/inputs/RadioGroup.vue +1 -1
- package/src/components/form/inputs/RichText/editor.css +4 -4
- package/src/components/form/inputs/RichText/index.vue +39 -39
- package/src/components/form/inputs/RichText/utils/media.ts +1 -92
- package/src/components/form/inputs/RichText/utils/table.ts +4 -4
- package/src/components/form/inputs/SelectBtn.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +13 -13
- package/src/components/form/inputs/SignaturePad.vue +6 -6
- package/src/components/form/inputs/TableField.vue +7 -7
- package/src/components/form/inputs/TelInput.vue +11 -11
- package/src/components/form/inputs/TextInput.vue +10 -10
- package/src/components/form/inputs/ToggleInput.vue +11 -11
- package/src/components/form/inputs/Upload/upload.css +14 -14
- package/src/components/index.ts +0 -3
- package/src/components/layout/AppSidebar.vue +3 -3
- package/src/components/layout/BottomMenu.vue +1 -1
- package/src/components/layout/Skeleton.vue +5 -4
- package/src/components/layout/TabsNav.vue +18 -18
- package/src/index.ts +0 -1
- package/src/plugins/bagel.ts +0 -15
- package/src/styles/app-layout.css +231 -0
- package/src/styles/appearance.css +179 -21
- package/src/styles/bagel.css +103 -97
- package/src/styles/buttons.css +8 -8
- package/src/styles/colors.css +0 -103
- package/src/styles/dark.css +25 -26
- package/src/styles/input-variants.css +11 -11
- package/src/styles/inputs.css +43 -60
- package/src/styles/layout.css +445 -1258
- package/src/styles/loginCard.css +1 -1
- package/src/styles/mobilLayout.css +153 -28
- package/src/styles/text.css +500 -1508
- package/src/styles/theme.css +199 -435
- package/src/styles/transitions.css +4 -4
- package/src/types/TableSchema.ts +1 -0
- package/src/types/index.ts +0 -5
- package/src/utils/calendar/dateUtils.ts +2 -3
- package/src/utils/date.ts +482 -0
- package/src/utils/fetch.ts +128 -0
- package/src/utils/index.ts +35 -0
- package/src/utils/string.ts +56 -0
- package/bin/generateFormSchema.ts +0 -1035
- package/bin/utils.ts +0 -223
- package/src/components/Modal.vue +0 -184
- package/src/components/ModalConfirm.vue +0 -42
- package/src/components/ModalForm.vue +0 -102
- package/src/plugins/modalTypes.ts +0 -61
- package/src/plugins/useModal.ts +0 -225
- package/src/styles/modal.css +0 -120
- package/src/styles/pillColors.css +0 -0
|
@@ -35,12 +35,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
35
35
|
show: number;
|
|
36
36
|
hide: number;
|
|
37
37
|
} | undefined;
|
|
38
|
-
readonly referenceEl?: (Element | null) | undefined;
|
|
39
38
|
readonly onHide?: (() => any) | undefined;
|
|
40
39
|
readonly "onUpdate:shown"?: ((value: boolean) => any) | undefined;
|
|
41
40
|
readonly onShow?: (() => any) | undefined;
|
|
42
41
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
|
-
$attrs:
|
|
42
|
+
$attrs: {
|
|
43
|
+
[x: string]: unknown;
|
|
44
|
+
};
|
|
44
45
|
$refs: {
|
|
45
46
|
[x: string]: unknown;
|
|
46
47
|
} & {
|
|
@@ -85,7 +86,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
85
86
|
show: number;
|
|
86
87
|
hide: number;
|
|
87
88
|
};
|
|
88
|
-
referenceEl?: Element | null;
|
|
89
89
|
}> & Readonly<{
|
|
90
90
|
onHide?: (() => any) | undefined;
|
|
91
91
|
"onUpdate:shown"?: ((value: boolean) => any) | undefined;
|
|
@@ -170,16 +170,15 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
170
170
|
show: number;
|
|
171
171
|
hide: number;
|
|
172
172
|
};
|
|
173
|
-
referenceEl?: Element | null;
|
|
174
173
|
}> & Readonly<{
|
|
175
174
|
onHide?: (() => any) | undefined;
|
|
176
175
|
"onUpdate:shown"?: ((value: boolean) => any) | undefined;
|
|
177
176
|
onShow?: (() => any) | undefined;
|
|
178
|
-
}>, "hide" | "shown" | "show" | ("flat" | "thin" | "placement" | "disablePlacement" | "autoHide" | "triggers" | "popperTriggers" | "popperShowTriggers" | "popperHideTriggers" | "card")> & {
|
|
177
|
+
}>, "hide" | "shown" | "show" | ("flat" | "thin" | "placement" | "disablePlacement" | "autoHide" | "triggers" | "popperTriggers" | "popperShowTriggers" | "popperHideTriggers" | "card")> & import('vue').ShallowUnwrapRef<{
|
|
179
178
|
show: () => Promise<void>;
|
|
180
179
|
hide: () => void;
|
|
181
|
-
shown: boolean
|
|
182
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
180
|
+
shown: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
181
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
183
182
|
$slots: {
|
|
184
183
|
trigger?(_: {
|
|
185
184
|
show: () => Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../src/components/Alert.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.vue.d.ts","sourceRoot":"","sources":["../../src/components/Alert.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAK7C,UAAU,KAAK;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;IACnC,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;CACxB;AAuBD,iBAAS,cAAc;WAsFT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAlIb,MAAM,GAAG,SAAS,GAAG,OAAO;6EAyIlC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/Avatar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/Avatar.vue"],"names":[],"mappings":"AAoDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAI7C,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;;UADM,MAAM;;AAmFd,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../src/components/Card.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../src/components/Card.vue"],"names":[],"mappings":"AAgIA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,EAAE,CAAC,EACA,MAAM,GACN,OAAO,GACP,MAAM,GACN,SAAS,GACT,WAAW,GACX,SAAS,GACT,QAAQ,GACR,SAAS,GACT,MAAM,GACN,OAAO,GACP,aAAa,CAAA;CAChB,CAAC;AAkBF,iBAAS,cAAc;WA6DT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
declare function jumpToSlide(index: number): void;
|
|
2
1
|
declare function goToSlide(index: number, isTouchNav?: boolean): void;
|
|
3
2
|
declare function next(): void;
|
|
4
3
|
declare function prev(): void;
|
|
@@ -60,13 +59,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
60
59
|
type: BooleanConstructor;
|
|
61
60
|
default: boolean;
|
|
62
61
|
};
|
|
63
|
-
loop: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
62
|
}>, {
|
|
68
63
|
goToSlide: typeof goToSlide;
|
|
69
|
-
jumpToSlide: typeof jumpToSlide;
|
|
70
64
|
next: typeof next;
|
|
71
65
|
prev: typeof prev;
|
|
72
66
|
countSlides: typeof countSlides;
|
|
@@ -110,15 +104,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
110
104
|
type: BooleanConstructor;
|
|
111
105
|
default: boolean;
|
|
112
106
|
};
|
|
113
|
-
loop: {
|
|
114
|
-
type: BooleanConstructor;
|
|
115
|
-
default: boolean;
|
|
116
|
-
};
|
|
117
107
|
}>> & Readonly<{
|
|
118
108
|
"onUpdate:index"?: ((...args: any[]) => any) | undefined;
|
|
119
109
|
}>, {
|
|
120
110
|
autoplay: boolean;
|
|
121
|
-
loop: boolean;
|
|
122
111
|
index: number;
|
|
123
112
|
rtl: boolean;
|
|
124
113
|
autoHeight: boolean;
|
|
@@ -31,8 +31,6 @@ type __VLS_Props = {
|
|
|
31
31
|
show: number;
|
|
32
32
|
hide: number;
|
|
33
33
|
};
|
|
34
|
-
/** Override the anchor element used for positioning. When provided, the #trigger slot is not rendered. */
|
|
35
|
-
referenceEl?: Element | null;
|
|
36
34
|
};
|
|
37
35
|
declare const shown: import('vue').ModelRef<boolean, string, boolean, boolean>;
|
|
38
36
|
declare function internalShow(): Promise<void>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Option } from '..';
|
|
2
|
+
import { QueryConditions } from '../utils/queryFilter';
|
|
3
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
+
readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: QueryConditions<T>) => any) | undefined;
|
|
7
|
+
readonly onChange?: ((value: QueryConditions<T>) => any) | undefined;
|
|
8
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
|
|
9
|
+
modelValue?: QueryConditions<T>;
|
|
10
|
+
} & {
|
|
11
|
+
fields: Array<{
|
|
12
|
+
label: string;
|
|
13
|
+
value: string;
|
|
14
|
+
type?: "string" | "number" | "boolean" | "date";
|
|
15
|
+
options?: Option[] | ((query: string) => Promise<Option[]>);
|
|
16
|
+
multiple?: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
19
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
|
+
attrs: any;
|
|
21
|
+
slots: {};
|
|
22
|
+
emit: (((evt: "save", value: QueryConditions<T>) => void) & ((evt: "change", value: QueryConditions<T>) => void)) & ((evt: "update:modelValue", value: QueryConditions<T>) => void);
|
|
23
|
+
}>) => import('vue').VNode & {
|
|
24
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_PrettifyLocal<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
//# sourceMappingURL=Filter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filter.vue.d.ts","sourceRoot":"","sources":["../../src/components/Filter.vue"],"names":[],"mappings":"AAAA,OAqeO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,KAAK,EAAuC,eAAe,EAAE,MAAM,sBAAsB,CAAA;yBAI/E,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAwxBO,mBAAmB,CAAC;;;;;qBAlff,eAAe,CAAC,CAAC,CAAC;;gBA1RtB,KAAK,CAAC;YACb,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;YAC/C,OAAO,CAAC,sBAf+B,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,EAe5C;YACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;SAClB,CAAC;oBAswB2F,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,6KAAoC;EAEvC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAnyBzE,wBAmyB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
+
import { Option } from '..';
|
|
1
2
|
import { QueryConditions } from '../utils/queryFilter';
|
|
2
|
-
import { FilterField, QueryOption, OptionsSource } from './FilterQuery.types';
|
|
3
|
-
export type { FilterField, QueryOption, OptionsSource };
|
|
4
3
|
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
5
|
readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
|
|
@@ -9,7 +8,13 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
|
|
|
9
8
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
|
|
10
9
|
modelValue?: QueryConditions<T>;
|
|
11
10
|
} & {
|
|
12
|
-
fields:
|
|
11
|
+
fields: Array<{
|
|
12
|
+
label: string;
|
|
13
|
+
value: string;
|
|
14
|
+
type?: "string" | "number" | "boolean" | "date";
|
|
15
|
+
options?: Option[] | ((query: string) => Promise<Option[]>);
|
|
16
|
+
multiple?: boolean;
|
|
17
|
+
}>;
|
|
13
18
|
}) & Partial<{}>> & import('vue').PublicProps;
|
|
14
19
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
15
20
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../src/components/Image.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../src/components/Image.vue"],"names":[],"mappings":"AA4JA,UAAU,UAAU;IACnB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,GAAG,CAAA;KACb;CACD;;AA4LD,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImportData.vue.d.ts","sourceRoot":"","sources":["../../src/components/ImportData.vue"],"names":[],"mappings":"AAutDA,OAAO,KAAK,EAAE,cAAc,EAAU,MAAM,eAAe,CAAA;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;yBAoB1B,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;
|
|
1
|
+
{"version":3,"file":"ImportData.vue.d.ts","sourceRoot":"","sources":["../../src/components/ImportData.vue"],"names":[],"mappings":"AAutDA,OAAO,KAAK,EAAE,cAAc,EAAU,MAAM,eAAe,CAAA;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,KAAK,CAAA;yBAoB1B,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA2kFO,mBAAmB,CAAC;;;iBAzkFlB,gBAAgB,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;gBACpC,MAAM;mBAwkF+E,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cArkFN,eAAe,QAAQ,CAAC,EAAE,KAAG,IAAI;EAykFlC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAtlFzE,wBAslF4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Pill.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pill.vue"],"names":[],"mappings":"AAyJA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAIxD,OAAO,2BAA2B,CAAA;AAElC,UAAU,OAAO;IAChB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACd;AAED,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAoCF,iBAAS,cAAc;WA0HT,OAAO,IAA6B;;;;;;YAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Option } from '..';
|
|
2
|
+
import { QueryConditions } from '../utils/queryFilter';
|
|
3
|
+
declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
|
+
readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: QueryConditions<T>) => any) | undefined;
|
|
7
|
+
readonly onChange?: ((value: QueryConditions<T>) => any) | undefined;
|
|
8
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
|
|
9
|
+
modelValue?: QueryConditions<T>;
|
|
10
|
+
} & {
|
|
11
|
+
fields: Array<{
|
|
12
|
+
label: string;
|
|
13
|
+
value: string;
|
|
14
|
+
type?: "string" | "number" | "boolean" | "date";
|
|
15
|
+
options?: Option[] | ((query: string) => Promise<Option[]>);
|
|
16
|
+
multiple?: boolean;
|
|
17
|
+
}>;
|
|
18
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
19
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
|
+
attrs: any;
|
|
21
|
+
slots: {};
|
|
22
|
+
emit: (((evt: "save", value: QueryConditions<T>) => void) & ((evt: "change", value: QueryConditions<T>) => void)) & ((evt: "update:modelValue", value: QueryConditions<T>) => void);
|
|
23
|
+
}>) => import('vue').VNode & {
|
|
24
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_PrettifyLocal<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
//# sourceMappingURL=QueryFilter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryFilter.vue.d.ts","sourceRoot":"","sources":["../../src/components/QueryFilter.vue"],"names":[],"mappings":"AAAA,OAqeO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,KAAK,EAAuC,eAAe,EAAE,MAAM,sBAAsB,CAAA;yBAI/E,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0xBO,mBAAmB,CAAC;;;;;qBApff,eAAe,CAAC,CAAC,CAAC;;gBA1RtB,KAAK,CAAC;YACb,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;YAC/C,OAAO,CAAC,sBAf+B,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,EAe5C;YACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;SAClB,CAAC;oBAwwB2F,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,6KAAoC;EAEvC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAryBzE,wBAqyB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -6,7 +6,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
6
6
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:index"> & {
|
|
7
7
|
items?: T[];
|
|
8
8
|
index?: number;
|
|
9
|
-
variant?: "
|
|
9
|
+
variant?: "default" | "cards" | "testimonial" | "gallery" | "coverflow" | "hero";
|
|
10
10
|
slideWidth?: number | string;
|
|
11
11
|
effect?: "cards" | "flip" | "coverflow" | "slide" | "fade" | "cube";
|
|
12
12
|
direction?: "vertical" | "horizontal";
|
|
@@ -160,7 +160,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
160
160
|
slidesOffsetAfter?: number | undefined;
|
|
161
161
|
normalizeSlideIndex?: boolean | undefined;
|
|
162
162
|
centerInsufficientSlides?: boolean | undefined;
|
|
163
|
-
snapToSlideEdge?: boolean | undefined;
|
|
164
163
|
grabCursor?: boolean | undefined;
|
|
165
164
|
touchEventsTarget?: "container" | "wrapper" | undefined;
|
|
166
165
|
touchRatio?: number | undefined;
|
|
@@ -411,7 +410,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
411
410
|
wrapperClass?: string | undefined;
|
|
412
411
|
lazyPreloaderClass?: string | undefined;
|
|
413
412
|
lazyPreloadPrevNext?: number | undefined;
|
|
414
|
-
a11y?:
|
|
413
|
+
a11y?: {
|
|
415
414
|
enabled?: boolean | undefined;
|
|
416
415
|
prevSlideMessage?: string | undefined;
|
|
417
416
|
nextSlideMessage?: string | undefined;
|
|
@@ -437,7 +436,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
437
436
|
waitForTransition?: boolean | undefined;
|
|
438
437
|
pauseOnMouseEnter?: boolean | undefined;
|
|
439
438
|
} | undefined;
|
|
440
|
-
controller?:
|
|
439
|
+
controller?: {
|
|
441
440
|
control?: string | HTMLElement | /*elided*/ any | /*elided*/ any[] | null | undefined;
|
|
442
441
|
inverse?: boolean | undefined;
|
|
443
442
|
by?: "slide" | "container" | undefined;
|
|
@@ -507,7 +506,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
507
506
|
enabled?: boolean | undefined;
|
|
508
507
|
onlyInViewport?: boolean | undefined;
|
|
509
508
|
pageUpDown?: boolean | undefined;
|
|
510
|
-
speed?: number | undefined;
|
|
511
509
|
} | undefined;
|
|
512
510
|
mousewheel?: boolean | {
|
|
513
511
|
enabled?: boolean | undefined;
|
|
@@ -1236,7 +1234,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
1236
1234
|
slidesOffsetAfter?: number | undefined;
|
|
1237
1235
|
normalizeSlideIndex?: boolean | undefined;
|
|
1238
1236
|
centerInsufficientSlides?: boolean | undefined;
|
|
1239
|
-
snapToSlideEdge?: boolean | undefined;
|
|
1240
1237
|
grabCursor?: boolean | undefined;
|
|
1241
1238
|
touchEventsTarget?: "container" | "wrapper" | undefined;
|
|
1242
1239
|
touchRatio?: number | undefined;
|
|
@@ -1487,7 +1484,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
1487
1484
|
wrapperClass?: string | undefined;
|
|
1488
1485
|
lazyPreloaderClass?: string | undefined;
|
|
1489
1486
|
lazyPreloadPrevNext?: number | undefined;
|
|
1490
|
-
a11y?:
|
|
1487
|
+
a11y?: {
|
|
1491
1488
|
enabled?: boolean | undefined;
|
|
1492
1489
|
prevSlideMessage?: string | undefined;
|
|
1493
1490
|
nextSlideMessage?: string | undefined;
|
|
@@ -1513,7 +1510,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
1513
1510
|
waitForTransition?: boolean | undefined;
|
|
1514
1511
|
pauseOnMouseEnter?: boolean | undefined;
|
|
1515
1512
|
} | undefined;
|
|
1516
|
-
controller?:
|
|
1513
|
+
controller?: {
|
|
1517
1514
|
control?: string | HTMLElement | /*elided*/ any | /*elided*/ any[] | null | undefined;
|
|
1518
1515
|
inverse?: boolean | undefined;
|
|
1519
1516
|
by?: "slide" | "container" | undefined;
|
|
@@ -1583,7 +1580,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
1583
1580
|
enabled?: boolean | undefined;
|
|
1584
1581
|
onlyInViewport?: boolean | undefined;
|
|
1585
1582
|
pageUpDown?: boolean | undefined;
|
|
1586
|
-
speed?: number | undefined;
|
|
1587
1583
|
} | undefined;
|
|
1588
1584
|
mousewheel?: boolean | {
|
|
1589
1585
|
enabled?: boolean | undefined;
|
|
@@ -2312,9 +2308,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
|
|
|
2312
2308
|
};
|
|
2313
2309
|
thumbs: {
|
|
2314
2310
|
swiper: /*elided*/ any;
|
|
2315
|
-
update: (initial: boolean
|
|
2316
|
-
autoScroll?: boolean;
|
|
2317
|
-
}) => void;
|
|
2311
|
+
update: (initial: boolean) => void;
|
|
2318
2312
|
init: () => boolean;
|
|
2319
2313
|
};
|
|
2320
2314
|
virtual: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../src/components/Toast.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../src/components/Toast.vue"],"names":[],"mappings":"AA6IA,UAAU,KAAK;IACd,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAA;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;CACvB;;UAJO,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM;cACpC,OAAO;qBACA,OAAO;;AA8H1B,wBAQG"}
|
|
@@ -29,11 +29,10 @@ declare function restartAnimation(): void;
|
|
|
29
29
|
declare const _default: import('vue').DefineComponent<Props, {
|
|
30
30
|
restartAnimation: typeof restartAnimation;
|
|
31
31
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
32
|
+
size: number;
|
|
32
33
|
title: string;
|
|
33
34
|
icon: string;
|
|
34
|
-
size: number;
|
|
35
35
|
color: string;
|
|
36
|
-
labelColor: string;
|
|
37
36
|
thickness: number;
|
|
38
37
|
percentageChange: number;
|
|
39
38
|
animated: boolean;
|
|
@@ -46,6 +45,7 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
|
46
45
|
showCenterTotal: boolean;
|
|
47
46
|
showLabelsOnChart: boolean;
|
|
48
47
|
showConnectorLines: boolean;
|
|
48
|
+
labelColor: string;
|
|
49
49
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
50
|
chartRef: HTMLDivElement;
|
|
51
51
|
}, HTMLDivElement>;
|
|
@@ -34,7 +34,9 @@ declare function __VLS_template(): {
|
|
|
34
34
|
readonly frame?: boolean | undefined;
|
|
35
35
|
readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
|
|
36
36
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
37
|
-
$attrs:
|
|
37
|
+
$attrs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
$refs: {
|
|
39
41
|
[x: string]: unknown;
|
|
40
42
|
};
|
|
@@ -88,7 +90,7 @@ declare function __VLS_template(): {
|
|
|
88
90
|
overflowY?: boolean;
|
|
89
91
|
frame?: boolean;
|
|
90
92
|
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
91
|
-
}> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
93
|
+
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
92
94
|
$slots: {
|
|
93
95
|
default?(_: {}): any;
|
|
94
96
|
};
|
|
@@ -119,7 +121,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
119
121
|
readonly frame?: boolean | undefined;
|
|
120
122
|
readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
|
|
121
123
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
122
|
-
$attrs:
|
|
124
|
+
$attrs: {
|
|
125
|
+
[x: string]: unknown;
|
|
126
|
+
};
|
|
123
127
|
$refs: {
|
|
124
128
|
[x: string]: unknown;
|
|
125
129
|
};
|
|
@@ -173,7 +177,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
173
177
|
overflowY?: boolean;
|
|
174
178
|
frame?: boolean;
|
|
175
179
|
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
176
|
-
}> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
180
|
+
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
177
181
|
$slots: {
|
|
178
182
|
default?(_: {}): any;
|
|
179
183
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/calendar/CalendarPopover.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAIpD,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,aAAa,CAAC,EAAE,WAAW,CAAA;IAC3B,QAAQ,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAA;IACxC,IAAI,EAAE,OAAO,CAAA;IACb,mBAAmB,EAAE,OAAO,CAAA;CAC5B,CAAC;AA+CF,iBAAS,YAAY,SAEpB;AAID,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;;;;YAXhB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"CalendarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/calendar/CalendarPopover.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAIpD,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,aAAa,CAAC,EAAE,WAAW,CAAA;IAC3B,QAAQ,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAA;IACxC,IAAI,EAAE,OAAO,CAAA;IACb,mBAAmB,EAAE,OAAO,CAAA;CAC5B,CAAC;AA+CF,iBAAS,YAAY,SAEpB;AAID,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;;;;YAXhB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDkmkB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;EArC5vkB;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBknkB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OAf3vkB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -12,21 +12,11 @@ export interface CalendarEvent {
|
|
|
12
12
|
}
|
|
13
13
|
export type CalendarView = 'Week' | 'Month' | 'Day' | 'Agenda';
|
|
14
14
|
export type WeekStart = 'Sunday' | 'Monday';
|
|
15
|
-
export interface AvailabilitySlot {
|
|
16
|
-
start_time: Date;
|
|
17
|
-
end_time: Date;
|
|
18
|
-
}
|
|
19
15
|
export interface CalendarProps {
|
|
20
16
|
events?: CalendarEvent[];
|
|
21
17
|
startDate?: Date;
|
|
22
18
|
view?: CalendarView;
|
|
23
19
|
weekStart?: WeekStart;
|
|
24
|
-
/** When true, renders availability blocks on the week grid */
|
|
25
|
-
availabilityMode?: boolean;
|
|
26
|
-
/** When true, allows drag-to-paint editing of availability (requires availabilityMode) */
|
|
27
|
-
availabilityEditable?: boolean;
|
|
28
|
-
/** Existing availability slots to display as painted blocks */
|
|
29
|
-
availabilitySlots?: AvailabilitySlot[];
|
|
30
20
|
}
|
|
31
21
|
export interface CalendarViewState {
|
|
32
22
|
currentView?: CalendarView;
|
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
events?: CalendarEvent[];
|
|
4
|
-
startDate?: Date;
|
|
5
|
-
view?: CalendarView;
|
|
6
|
-
weekStart?: WeekStart;
|
|
7
|
-
availabilityMode?: boolean;
|
|
8
|
-
availabilityEditable?: boolean;
|
|
9
|
-
availabilitySlots?: AvailabilitySlot[];
|
|
10
|
-
viewSwitcher?: 'dropdown' | 'tabs';
|
|
11
|
-
};
|
|
1
|
+
import { CalendarEvent, CalendarProps, CalendarView, CalendarViewState } from './CalendarTypes';
|
|
12
2
|
declare function openPopover(event: CalendarEvent, position?: {
|
|
13
3
|
top: number;
|
|
14
4
|
left: number;
|
|
@@ -30,7 +20,7 @@ declare function __VLS_template(): {
|
|
|
30
20
|
rootEl: HTMLDivElement;
|
|
31
21
|
};
|
|
32
22
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<CalendarProps, {
|
|
34
24
|
visibleDateRange: import('vue').ComputedRef<{
|
|
35
25
|
start: Date;
|
|
36
26
|
end: Date;
|
|
@@ -46,19 +36,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
46
36
|
start_time: Date;
|
|
47
37
|
end_time: Date;
|
|
48
38
|
}) => any;
|
|
49
|
-
availabilityChange: (slots: AvailabilitySlot[]) => any;
|
|
50
39
|
eventUpdate: (event: CalendarEvent) => any;
|
|
51
40
|
eventDelete: (eventId: string) => any;
|
|
52
41
|
viewChange: (changeEvent: CalendarViewState) => any;
|
|
53
42
|
ready: (changeEvent: CalendarViewState) => any;
|
|
54
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
43
|
+
}, string, import('vue').PublicProps, Readonly<CalendarProps> & Readonly<{
|
|
55
44
|
onEventClick?: ((event: CalendarEvent) => any) | undefined;
|
|
56
45
|
onDateChange?: ((changeEvent: CalendarViewState) => any) | undefined;
|
|
57
46
|
onEventCreate?: ((event: {
|
|
58
47
|
start_time: Date;
|
|
59
48
|
end_time: Date;
|
|
60
49
|
}) => any) | undefined;
|
|
61
|
-
onAvailabilityChange?: ((slots: AvailabilitySlot[]) => any) | undefined;
|
|
62
50
|
onEventUpdate?: ((event: CalendarEvent) => any) | undefined;
|
|
63
51
|
onEventDelete?: ((eventId: string) => any) | undefined;
|
|
64
52
|
onViewChange?: ((changeEvent: CalendarViewState) => any) | undefined;
|
|
@@ -67,11 +55,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
67
55
|
view: CalendarView;
|
|
68
56
|
events: CalendarEvent[];
|
|
69
57
|
startDate: Date;
|
|
70
|
-
weekStart: WeekStart;
|
|
71
|
-
availabilityMode: boolean;
|
|
72
|
-
availabilityEditable: boolean;
|
|
73
|
-
availabilitySlots: AvailabilitySlot[];
|
|
74
|
-
viewSwitcher: "dropdown" | "tabs";
|
|
58
|
+
weekStart: import('./CalendarTypes').WeekStart;
|
|
75
59
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
76
60
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
77
61
|
export default _default;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CalendarEvent, WeekStart } from '../CalendarTypes';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
events?: CalendarEvent[];
|
|
4
4
|
startDate?: Date;
|
|
5
5
|
weekStart?: WeekStart;
|
|
6
|
-
availabilityMode?: boolean;
|
|
7
|
-
availabilityEditable?: boolean;
|
|
8
|
-
availabilitySlots?: AvailabilitySlot[];
|
|
9
6
|
};
|
|
10
7
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
8
|
eventClick: (event: CalendarEvent) => any;
|
|
@@ -17,7 +14,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
14
|
start_time: Date;
|
|
18
15
|
end_time: Date;
|
|
19
16
|
}) => any;
|
|
20
|
-
availabilityChange: (slots: AvailabilitySlot[]) => any;
|
|
21
17
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
18
|
onEventClick?: ((event: CalendarEvent) => any) | undefined;
|
|
23
19
|
onOpenPopover?: ((event: CalendarEvent, position?: {
|
|
@@ -28,14 +24,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
28
24
|
start_time: Date;
|
|
29
25
|
end_time: Date;
|
|
30
26
|
}) => any) | undefined;
|
|
31
|
-
onAvailabilityChange?: ((slots: AvailabilitySlot[]) => any) | undefined;
|
|
32
27
|
}>, {
|
|
33
28
|
events: CalendarEvent[];
|
|
34
29
|
startDate: Date;
|
|
35
30
|
weekStart: WeekStart;
|
|
36
|
-
availabilityMode: boolean;
|
|
37
|
-
availabilityEditable: boolean;
|
|
38
|
-
availabilitySlots: AvailabilitySlot[];
|
|
39
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
32
|
calendarGrid: HTMLDivElement;
|
|
41
33
|
scrollableContainer: HTMLDivElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dataTable/DataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dataTable/DataTable.vue"],"names":[],"mappings":"AAqeA,OAAO,KAAK,EAAyB,IAAI,EAAE,MAAM,eAAe,CAAA;AAEhE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAc/D,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,UAAU,GAAG,GAAG,MAAM,IAAI,eAAe,EAAE,CAAA;yBAEtC,CAAC,SAAS;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EAAE,CAAC,SAAS,IAAI,CAAC,CAAC,CAAC,EACnE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAuYO,mBAAmB,CAAC;;;sBAhYL,MAAM;sBAAY,MAAM;kBAAQ,CAAC;;;;;;;;;;wBA2ItC,MAAM,EAAE;0CAqPoE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;UAvD4E,GAAG;UAyDnF;kBApYgB,MAAM;kBAAY,MAAM;cAAQ,CAAC;qSAoYb;EAEvC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAlZzE,wBAkZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { WritableComputedRef } from 'vue';
|
|
2
|
-
import { BagelInputShellProps } from './bagelInputShell';
|
|
3
2
|
declare const _default: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
4
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> &
|
|
5
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & {
|
|
7
6
|
label?: string;
|
|
8
7
|
helpText?: string;
|
|
9
8
|
modelValue: T[];
|
|
@@ -14,8 +13,7 @@ declare const _default: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
14
13
|
deleteTooltip?: string;
|
|
15
14
|
itemLabel?: string;
|
|
16
15
|
collapsible?: boolean;
|
|
17
|
-
|
|
18
|
-
} & BagelInputShellProps) & Partial<{}>> & import('vue').PublicProps;
|
|
16
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
19
17
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
18
|
attrs: any;
|
|
21
19
|
slots: Readonly<{
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { BagelInputShellProps } from './bagelInputShell';
|
|
2
1
|
declare const _default: <T extends boolean | undefined | any[]>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
2
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
3
|
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
@@ -13,7 +12,7 @@ declare const _default: <T extends boolean | undefined | any[]>(__VLS_props: Non
|
|
|
13
12
|
disabled?: boolean;
|
|
14
13
|
defaultValue?: T;
|
|
15
14
|
value?: any;
|
|
16
|
-
}
|
|
15
|
+
}) & Partial<{}>> & import('vue').PublicProps;
|
|
17
16
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
18
17
|
attrs: any;
|
|
19
18
|
slots: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":"AA4DA,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAKF,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;uBAVvB,GAAG;;;;EAe7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;+FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|