@bagelink/vue 0.0.1234 → 0.0.1238
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/Accordion.d.ts +12 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/AccordionItem.d.ts +34 -0
- package/dist/components/AccordionItem.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +34 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +36 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Badge.d.ts +22 -0
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/components/BglVideo.d.ts +20 -0
- package/dist/components/BglVideo.d.ts.map +1 -0
- package/dist/components/Btn.d.ts +99 -0
- package/dist/components/Btn.d.ts.map +1 -0
- package/dist/components/Calendar/components/header/Header.vue.d.ts.map +1 -1
- package/dist/components/Calendar/components/month/AgendaEvents.vue.d.ts.map +1 -1
- package/dist/components/Card.d.ts +39 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Carousel.d.ts +74 -0
- package/dist/components/Carousel.d.ts.map +1 -0
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DataPreview.d.ts +42 -0
- package/dist/components/DataPreview.d.ts.map +1 -0
- package/dist/components/Drop.vue.d.ts +34 -0
- package/dist/components/Drop.vue.d.ts.map +1 -0
- package/dist/components/FileUploader.vue.d.ts +60 -0
- package/dist/components/FileUploader.vue.d.ts.map +1 -0
- package/dist/components/Flag.d.ts +20 -0
- package/dist/components/Flag.d.ts.map +1 -0
- package/dist/components/FormSchema.vue.d.ts +5 -4
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ListItem.d.ts +34 -0
- package/dist/components/ListItem.d.ts.map +1 -0
- package/dist/components/ListView.d.ts +13 -0
- package/dist/components/ListView.d.ts.map +1 -0
- package/dist/components/MapEmbed.d.ts +3 -0
- package/dist/components/MapEmbed.d.ts.map +1 -0
- package/dist/components/MaterialIcon.d.ts +26 -0
- package/dist/components/MaterialIcon.d.ts.map +1 -0
- package/dist/components/Modal.d.ts +46 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/ModalBglForm.vue.d.ts +21 -20
- package/dist/components/ModalConfirm.d.ts +24 -0
- package/dist/components/ModalConfirm.d.ts.map +1 -0
- package/dist/components/ModalForm.d.ts +78 -0
- package/dist/components/ModalForm.d.ts.map +1 -0
- package/dist/components/NavBar.d.ts +64 -0
- package/dist/components/NavBar.d.ts.map +1 -0
- package/dist/components/PageTitle.d.ts +24 -0
- package/dist/components/PageTitle.d.ts.map +1 -0
- package/dist/components/PersonPreview.vue.d.ts +5 -4
- package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/RouterWrapper.d.ts +3 -0
- package/dist/components/RouterWrapper.d.ts.map +1 -0
- package/dist/components/TabbedLayout.vue.d.ts +5 -4
- package/dist/components/TableSchema.d.ts +35 -0
- package/dist/components/TableSchema.d.ts.map +1 -0
- package/dist/components/TableSchema.vue.d.ts +2 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.d.ts +42 -0
- package/dist/components/Title.d.ts.map +1 -0
- package/dist/components/TopBar.d.ts +12 -0
- package/dist/components/TopBar.d.ts.map +1 -0
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/dashboard/Lineart.d.ts +20 -0
- package/dist/components/dashboard/Lineart.d.ts.map +1 -0
- package/dist/components/dialog/index.d.ts.map +1 -1
- package/dist/components/form/BglField.d.ts +25 -0
- package/dist/components/form/BglField.d.ts.map +1 -0
- package/dist/components/form/BglForm.d.ts +75 -0
- package/dist/components/form/BglForm.d.ts.map +1 -0
- package/dist/components/form/ItemRef.vue.d.ts +5 -3
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CheckInput.d.ts +56 -0
- package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Checkbox.d.ts +16 -0
- package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
- package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
- package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DateInput.d.ts +64 -0
- package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
- package/dist/components/form/inputs/DatePicker.d.ts +33 -0
- package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.d.ts +108 -0
- package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/JSONInput.d.ts +53 -0
- package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
- package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText.d.ts +20 -0
- package/dist/components/form/inputs/RichText.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
- package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.d.ts +55 -0
- package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
- package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
- package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
- package/dist/components/form/inputs/TableField.d.ts +45 -0
- package/dist/components/form/inputs/TableField.d.ts.map +1 -0
- package/dist/components/form/inputs/TelInput.d.ts +241 -0
- package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.d.ts +90 -0
- package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
- package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -0
- package/dist/components/form/inputs/Upload/upload.d.ts.map +1 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/layout/BottomMenu.d.ts +27 -0
- package/dist/components/layout/BottomMenu.d.ts.map +1 -0
- package/dist/components/layout/Layout.d.ts +58 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/SidebarMenu.d.ts +38 -0
- package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
- package/dist/components/layout/TabbedLayout.d.ts +42 -0
- package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
- package/dist/components/layout/Tabs.d.ts +31 -0
- package/dist/components/layout/Tabs.d.ts.map +1 -0
- package/dist/components/layout/TabsBody.d.ts +23 -0
- package/dist/components/layout/TabsBody.d.ts.map +1 -0
- package/dist/components/layout/TabsNav.d.ts +35 -0
- package/dist/components/layout/TabsNav.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/index.cjs +17 -13
- package/dist/index.mjs +17 -13
- package/dist/style.css +53 -43
- package/dist/styles.css +14073 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/objects.d.ts +1 -0
- package/dist/vue.css +14073 -0
- package/package.json +1 -1
- package/src/components/Calendar/components/header/Header.vue +4 -3
- package/src/components/Calendar/components/month/AgendaEvents.vue +16 -5
- package/src/components/Calendar/components/month/Month.vue +1 -1
- package/src/components/Calendar/components/week/WeekTimeline.vue +4 -4
- package/src/components/form/inputs/Upload/UploadInput.vue +4 -4
- package/src/components/form/inputs/Upload/upload.ts +11 -1
- package/src/utils/index.ts +2 -2
- package/dist/common-C_IH8b5S.cjs +0 -12580
- package/dist/common-DoeNgx31.js +0 -12579
- package/dist/components/AddressSaerch.vue.d.ts +0 -7
- package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
- package/dist/components/Calendar/index.d.ts +0 -4
- package/dist/components/Calendar/index.d.ts.map +0 -1
- package/dist/components/Popover.vue.d.ts +0 -10
- package/dist/components/Popover.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
- package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
- package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
- package/dist/components/sortable/Animation.d.ts +0 -43
- package/dist/components/sortable/Animation.d.ts.map +0 -1
- package/dist/components/sortable/BrowserInfo.d.ts +0 -7
- package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
- package/dist/components/sortable/EventDispatcher.d.ts +0 -13
- package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
- package/dist/components/sortable/PluginManager.d.ts +0 -27
- package/dist/components/sortable/PluginManager.d.ts.map +0 -1
- package/dist/components/sortable/Sortable.d.ts +0 -81
- package/dist/components/sortable/Sortable.d.ts.map +0 -1
- package/dist/components/sortable/index.d.ts +0 -5
- package/dist/components/sortable/index.d.ts.map +0 -1
- package/dist/components/sortable/utils.d.ts +0 -49
- package/dist/components/sortable/utils.d.ts.map +0 -1
- package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/editor-CUDRLdmS.js +0 -4
- package/dist/editor-Cu374vEW.cjs +0 -4
- package/dist/editor-a8DSbb6P.js +0 -4
- package/dist/editor-xBt_vIha.cjs +0 -4
- package/dist/heic2any-8wMqMfB_.js +0 -933
- package/dist/heic2any-BrqcNzfV.js +0 -935
- package/dist/heic2any-C8KwH72N.cjs +0 -934
- package/dist/heic2any-k9wDCKka.cjs +0 -932
- package/dist/index-DiG-xM9T.cjs +0 -35016
- package/dist/index-nGuSAiY2.js +0 -35017
- package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/index.d.ts +0 -5
- package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
- package/dist/types/materialIcon.d.ts +0 -2
- package/dist/types/materialIcon.d.ts.map +0 -1
- /package/src/components/{Dialog → dialog}/index.ts +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { NavLink } from '../..';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
brand?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
navLinks: NavLink[];
|
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
navLinks: NavLink[];
|
|
10
|
+
}>>>, {}, {}>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('vue').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=BottomMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/BottomMenu.vue"],"names":[],"mappings":"AAEA,OAAO,EAIN,KAAK,OAAO,EACZ,MAAM,eAAe,CAAA;AAWtB,iBAAS,cAAc;mBA+GI,GAAG;EAG7B;AAaD,QAAA,MAAM,eAAe;cAMV,OAAO,EAAE;;cAAT,OAAO,EAAE;aAElB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
interface LayoutProrps {
|
|
2
|
+
gap?: number;
|
|
3
|
+
h100?: boolean;
|
|
4
|
+
columns?: string[];
|
|
5
|
+
mColumns?: string[];
|
|
6
|
+
mRows?: string[];
|
|
7
|
+
rows?: string[];
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LayoutProrps>, {
|
|
13
|
+
gap: number;
|
|
14
|
+
h100: boolean;
|
|
15
|
+
columns: () => never[];
|
|
16
|
+
rows: () => never[];
|
|
17
|
+
mColumns: () => never[];
|
|
18
|
+
mRows: () => never[];
|
|
19
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LayoutProrps>, {
|
|
20
|
+
gap: number;
|
|
21
|
+
h100: boolean;
|
|
22
|
+
columns: () => never[];
|
|
23
|
+
rows: () => never[];
|
|
24
|
+
mColumns: () => never[];
|
|
25
|
+
mRows: () => never[];
|
|
26
|
+
}>>>, {
|
|
27
|
+
h100: boolean;
|
|
28
|
+
rows: string[];
|
|
29
|
+
gap: number;
|
|
30
|
+
columns: string[];
|
|
31
|
+
mColumns: string[];
|
|
32
|
+
mRows: string[];
|
|
33
|
+
}, {}>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
|
+
} : {
|
|
41
|
+
type: import('vue').PropType<T[K]>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
53
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
54
|
+
new (): {
|
|
55
|
+
$slots: S;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=Layout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/Layout.vue"],"names":[],"mappings":"AAIA,UAAU,YAAY;IACrB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CACf;AAoCD,iBAAS,cAAc;qBA8CM,GAAG;EAK/B;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;UAzGb,OAAO;UAIP,MAAM,EAAE;SALT,MAAM;aAEF,MAAM,EAAE;cACP,MAAM,EAAE;WACX,MAAM,EAAE;MA4Gf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NavLink } from '../..';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
brand?(_: {}): any;
|
|
5
|
+
"brand-open"?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
footer?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
navLinks?: NavLink[];
|
|
11
|
+
expandable?: boolean;
|
|
12
|
+
open: boolean;
|
|
13
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
"update:open": (...args: any[]) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
16
|
+
navLinks?: NavLink[];
|
|
17
|
+
expandable?: boolean;
|
|
18
|
+
open: boolean;
|
|
19
|
+
}>>> & {
|
|
20
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}, {}, {}>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=SidebarMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/SidebarMenu.vue"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAwB5C,iBAAS,cAAc;mBA+LK,GAAG;0BACI,GAAG;qBACR,GAAG;oBACJ,GAAG;EAG/B;AAmBD,QAAA,MAAM,eAAe;eAMT,OAAO,EAAE;iBACP,OAAO;UACd,OAAO;;;;eAFF,OAAO,EAAE;iBACP,OAAO;UACd,OAAO;;;UAGZ,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Router } from 'vue-router';
|
|
2
|
+
import { Raw } from 'vue';
|
|
3
|
+
|
|
4
|
+
declare function __VLS_template(): Partial<Record<string, (_: {
|
|
5
|
+
key: string;
|
|
6
|
+
}) => any>> & {
|
|
7
|
+
"top-section"?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
title?: string;
|
|
11
|
+
tabs: string[];
|
|
12
|
+
modelValue?: string;
|
|
13
|
+
router?: Raw<Router>;
|
|
14
|
+
sideTabs?: boolean;
|
|
15
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:modelValue": (...args: any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
+
title?: string;
|
|
19
|
+
tabs: string[];
|
|
20
|
+
modelValue?: string;
|
|
21
|
+
router?: Raw<Router>;
|
|
22
|
+
sideTabs?: boolean;
|
|
23
|
+
}>>> & {
|
|
24
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}, {}, {}>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=TabbedLayout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabbedLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/TabbedLayout.vue"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,EAAa,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAqCzC,iBAAS,cAAc;;MAmI+D,GAAG;2BAErD,GAAG;EAGtC;AAiBD,QAAA,MAAM,eAAe;YAMZ,MAAM;UACR,MAAM,EAAE;iBACD,MAAM;aACV,GAAG,CAAC,MAAM,CAAC;eACT,OAAO;;;;YAJV,MAAM;UACR,MAAM,EAAE;iBACD,MAAM;aACV,GAAG,CAAC,MAAM,CAAC;eACT,OAAO;;;UAGjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Tab } from '../..';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): Partial<Record<any, (_: {}) => any>>;
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
tabs: Tab[];
|
|
6
|
+
modelValue?: string;
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (...args: any[]) => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
tabs: Tab[];
|
|
11
|
+
modelValue?: string;
|
|
12
|
+
}>>> & {
|
|
13
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}, {}, {}>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=Tabs.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/Tabs.vue"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,GAAG,EAAW,MAAM,eAAe,CAAA;AAuCjD,iBAAS,cAAc,mCAoE+D,GAAG,GAIxF;AAkBD,QAAA,MAAM,eAAe;UAMd,GAAG,EAAE;iBACE,MAAM;;;;UADb,GAAG,EAAE;iBACE,MAAM;;;UAGlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare function __VLS_template(): Partial<Record<any, (_: {}) => any>>;
|
|
2
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
group: string;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
group: string;
|
|
6
|
+
}>>>, {}, {}>;
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=TabsBody.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/TabsBody.vue"],"names":[],"mappings":"AAeA,iBAAS,cAAc,mCAyC6D,GAAG,GAItF;AAWD,QAAA,MAAM,eAAe;WAMb,MAAM;;WAAN,MAAM;aAEZ,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { MaterialIcons } from '../..';
|
|
2
|
+
|
|
3
|
+
interface TabType {
|
|
4
|
+
id?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
icon?: MaterialIcons;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
title?: string;
|
|
10
|
+
tabs: (TabType | string)[];
|
|
11
|
+
modelValue?: string;
|
|
12
|
+
sideTabs?: boolean;
|
|
13
|
+
group: string;
|
|
14
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
"update:modelValue": (...args: any[]) => void;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
17
|
+
title?: string;
|
|
18
|
+
tabs: (TabType | string)[];
|
|
19
|
+
modelValue?: string;
|
|
20
|
+
sideTabs?: boolean;
|
|
21
|
+
group: string;
|
|
22
|
+
}>>> & {
|
|
23
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
}, {}, {}>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=TabsNav.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/TabsNav.vue"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,aAAa,EAAE,MAAM,eAAe,CAAA;AAMxD,UAAU,OAAO;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,aAAa,CAAA;CACpB;;YA8KQ,MAAM;UACR,CAAC,OAAO,GAAG,MAAM,CAAC,EAAE;iBACb,MAAM;eACR,OAAO;WACX,MAAM;;;;YAJL,MAAM;UACR,CAAC,OAAO,GAAG,MAAM,CAAC,EAAE;iBACb,MAAM;eACR,OAAO;WACX,MAAM;;;;AAVd,wBAaG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
2
2
|
import { BglFormSchemaT } from '../../..';
|
|
3
3
|
import { LocalTemplateData } from '../interfaces';
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
whatsappTemplateSchema: BglFormSchemaT<LocalTemplateData>;
|
|
6
7
|
router: Router;
|
|
7
8
|
route: RouteLocationNormalizedLoaded;
|
|
8
9
|
previewLabel?: string | undefined;
|
|
9
10
|
}>, {
|
|
10
11
|
previewLabel: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import(
|
|
12
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
13
|
whatsappTemplateSchema: BglFormSchemaT<LocalTemplateData>;
|
|
13
14
|
router: Router;
|
|
14
15
|
route: RouteLocationNormalizedLoaded;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
context: ObjectConstructor;
|
|
3
|
-
}, {}, unknown, {}, {}, import(
|
|
3
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4
4
|
context: ObjectConstructor;
|
|
5
5
|
}>>, {}, {}>;
|
|
6
6
|
export default _default;
|
package/dist/index.cjs
CHANGED
|
@@ -801,7 +801,7 @@ function translate(key, locale2 = "en-US") {
|
|
|
801
801
|
return language[locale2] || key;
|
|
802
802
|
}
|
|
803
803
|
const _hoisted_1$13 = { class: "flex gap-05 space-between pb-1 datePick" };
|
|
804
|
-
const _hoisted_2$O = { class: "flex gap-1" };
|
|
804
|
+
const _hoisted_2$O = { class: "flex gap-1 m_gap-025" };
|
|
805
805
|
const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
806
806
|
__name: "Header",
|
|
807
807
|
props: {
|
|
@@ -912,7 +912,7 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
|
912
912
|
_cache[1] || (_cache[1] = ($event) => currentPeriod.value.selectedDate = $event),
|
|
913
913
|
handlePeriodChange
|
|
914
914
|
],
|
|
915
|
-
class: "m-0 bg-input-transparent m_w-max-
|
|
915
|
+
class: "m-0 bg-input-transparent m_w-max-100px txt10 p-0",
|
|
916
916
|
mode: __props.mode,
|
|
917
917
|
center: ""
|
|
918
918
|
}, null, 8, ["modelValue", "mode"]),
|
|
@@ -1062,14 +1062,14 @@ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
|
|
|
1062
1062
|
}
|
|
1063
1063
|
});
|
|
1064
1064
|
const AgendaEventTile = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-7667cd3d"]]);
|
|
1065
|
-
const _hoisted_1$11 = { class: "agenda__wrapper
|
|
1065
|
+
const _hoisted_1$11 = { class: "agenda__wrapper grid align-items-start gap-1 h-100p" };
|
|
1066
1066
|
const _hoisted_2$M = { class: "" };
|
|
1067
1067
|
const _hoisted_3$C = { class: "agenda__header-day-name txt-center" };
|
|
1068
1068
|
const _hoisted_4$q = { class: "agenda__header-date flex justify-content-center rounded p-025 txt24 line-height-04" };
|
|
1069
|
-
const _hoisted_5$m = { class: "agenda__content flex column w-100p h-100p min-h-100px pt-05" };
|
|
1069
|
+
const _hoisted_5$m = { class: "agenda__content flex column w-100p h-100p min-h-100px pt-05 border-start ps-1" };
|
|
1070
1070
|
const _hoisted_6$i = {
|
|
1071
1071
|
key: 0,
|
|
1072
|
-
class: "align-items-center flex justify-content-center h-100p"
|
|
1072
|
+
class: "align-items-center flex justify-content-center h-100p opacity-6"
|
|
1073
1073
|
};
|
|
1074
1074
|
const _hoisted_7$d = {
|
|
1075
1075
|
key: 1,
|
|
@@ -1118,6 +1118,7 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1118
1118
|
};
|
|
1119
1119
|
}
|
|
1120
1120
|
});
|
|
1121
|
+
const AgendaEvents = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-01274c4e"]]);
|
|
1121
1122
|
class EDate extends Date {
|
|
1122
1123
|
get fullYear() {
|
|
1123
1124
|
return this.getFullYear();
|
|
@@ -2504,7 +2505,7 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
|
2504
2505
|
}), 128))
|
|
2505
2506
|
]),
|
|
2506
2507
|
!(((_a2 = __props.config.month) == null ? void 0 : _a2.showEventsOnMobileView) === false) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$m, [
|
|
2507
|
-
selectedDay.value ? (vue.openBlock(), vue.createBlock(
|
|
2508
|
+
selectedDay.value ? (vue.openBlock(), vue.createBlock(AgendaEvents, {
|
|
2508
2509
|
key: 0,
|
|
2509
2510
|
config: __props.config,
|
|
2510
2511
|
time: __props.time,
|
|
@@ -3433,7 +3434,7 @@ const _hoisted_1$T = {
|
|
|
3433
3434
|
style: { "margin-inline-end": "0.5em" }
|
|
3434
3435
|
};
|
|
3435
3436
|
const _hoisted_2$E = ["onClick"];
|
|
3436
|
-
const _hoisted_3$w = { class: "flex justify-content-center gap-025 txt12" };
|
|
3437
|
+
const _hoisted_3$w = { class: "flex justify-content-center gap-025 txt12 pb-025" };
|
|
3437
3438
|
const _hoisted_4$k = { class: "" };
|
|
3438
3439
|
const _hoisted_5$i = { class: "week-timeline__date txt14 round inline-flex justify-content-center" };
|
|
3439
3440
|
const _hoisted_6$f = { class: "week-timeline__events" };
|
|
@@ -3490,7 +3491,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3490
3491
|
};
|
|
3491
3492
|
}
|
|
3492
3493
|
});
|
|
3493
|
-
const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-
|
|
3494
|
+
const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-18ecf6c3"]]);
|
|
3494
3495
|
const _hoisted_1$S = { class: "calendar-week__wrapper relative ps-3-5" };
|
|
3495
3496
|
const _hoisted_2$D = { class: "calendar-week" };
|
|
3496
3497
|
const _hoisted_3$v = { class: "calendar-week__events" };
|
|
@@ -4055,7 +4056,7 @@ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4055
4056
|
onChangeMode: handleChangeMode,
|
|
4056
4057
|
onUpdatedPeriod: handleUpdatedPeriod
|
|
4057
4058
|
}, null, 8, ["config", "mode", "time", "period", "is-small"])),
|
|
4058
|
-
mode.value === "agenda" ? (vue.openBlock(), vue.createBlock(
|
|
4059
|
+
mode.value === "agenda" ? (vue.openBlock(), vue.createBlock(AgendaEvents, {
|
|
4059
4060
|
key: 0,
|
|
4060
4061
|
"events-prop": eventsDataProperty.value,
|
|
4061
4062
|
period: period.value,
|
|
@@ -35880,6 +35881,9 @@ const files = {
|
|
|
35880
35881
|
onUploadProgress: options == null ? void 0 : options.onUploadProgress,
|
|
35881
35882
|
params: { dir_path: options == null ? void 0 : options.dirPath, tags: options == null ? void 0 : options.tags }
|
|
35882
35883
|
});
|
|
35884
|
+
},
|
|
35885
|
+
list: async (dirPath) => {
|
|
35886
|
+
return axios$1.get("/files_v2/list", { params: { dir_path: dirPath } });
|
|
35883
35887
|
}
|
|
35884
35888
|
};
|
|
35885
35889
|
const _hoisted_1$l = { class: "bagel-input" };
|
|
@@ -36022,11 +36026,11 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
36022
36026
|
isDragOver.value = false;
|
|
36023
36027
|
}
|
|
36024
36028
|
if (props2.dirPath) {
|
|
36025
|
-
files.
|
|
36029
|
+
files.list(props2.dirPath).then((response) => storageFiles.value.push(...[response.data].flat())).catch(console.error);
|
|
36026
36030
|
}
|
|
36027
36031
|
vue.watch(() => props2.dirPath, () => {
|
|
36028
36032
|
if (props2.dirPath) {
|
|
36029
|
-
files.
|
|
36033
|
+
files.list(props2.dirPath).then((response) => storageFiles.value.push(...[response.data].flat())).catch(console.error);
|
|
36030
36034
|
}
|
|
36031
36035
|
});
|
|
36032
36036
|
return (_ctx, _cache) => {
|
|
@@ -36264,7 +36268,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
36264
36268
|
};
|
|
36265
36269
|
}
|
|
36266
36270
|
});
|
|
36267
|
-
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
36271
|
+
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-67dd9abe"]]);
|
|
36268
36272
|
const FONT_AWESOME_ICONS = [
|
|
36269
36273
|
"trash-can",
|
|
36270
36274
|
"message",
|
|
@@ -44504,7 +44508,7 @@ function normalizeDimension(value, defaultMetric = "px") {
|
|
|
44504
44508
|
const fileBaseUrl = "https://files.bagel.design".replace(/\/$/, "");
|
|
44505
44509
|
const bagelBaseUrl = void 0;
|
|
44506
44510
|
function pathKeyToURL(pathKey) {
|
|
44507
|
-
if (pathKey.startsWith("static/")) {
|
|
44511
|
+
if (pathKey == null ? void 0 : pathKey.startsWith("static/")) {
|
|
44508
44512
|
return `${bagelBaseUrl}/${pathKey}`;
|
|
44509
44513
|
}
|
|
44510
44514
|
return `${fileBaseUrl}/${pathKey}`;
|
package/dist/index.mjs
CHANGED
|
@@ -799,7 +799,7 @@ function translate(key, locale2 = "en-US") {
|
|
|
799
799
|
return language[locale2] || key;
|
|
800
800
|
}
|
|
801
801
|
const _hoisted_1$13 = { class: "flex gap-05 space-between pb-1 datePick" };
|
|
802
|
-
const _hoisted_2$O = { class: "flex gap-1" };
|
|
802
|
+
const _hoisted_2$O = { class: "flex gap-1 m_gap-025" };
|
|
803
803
|
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
804
804
|
__name: "Header",
|
|
805
805
|
props: {
|
|
@@ -910,7 +910,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
910
910
|
_cache[1] || (_cache[1] = ($event) => currentPeriod.value.selectedDate = $event),
|
|
911
911
|
handlePeriodChange
|
|
912
912
|
],
|
|
913
|
-
class: "m-0 bg-input-transparent m_w-max-
|
|
913
|
+
class: "m-0 bg-input-transparent m_w-max-100px txt10 p-0",
|
|
914
914
|
mode: __props.mode,
|
|
915
915
|
center: ""
|
|
916
916
|
}, null, 8, ["modelValue", "mode"]),
|
|
@@ -1060,14 +1060,14 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
1060
1060
|
}
|
|
1061
1061
|
});
|
|
1062
1062
|
const AgendaEventTile = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-7667cd3d"]]);
|
|
1063
|
-
const _hoisted_1$11 = { class: "agenda__wrapper
|
|
1063
|
+
const _hoisted_1$11 = { class: "agenda__wrapper grid align-items-start gap-1 h-100p" };
|
|
1064
1064
|
const _hoisted_2$M = { class: "" };
|
|
1065
1065
|
const _hoisted_3$C = { class: "agenda__header-day-name txt-center" };
|
|
1066
1066
|
const _hoisted_4$q = { class: "agenda__header-date flex justify-content-center rounded p-025 txt24 line-height-04" };
|
|
1067
|
-
const _hoisted_5$m = { class: "agenda__content flex column w-100p h-100p min-h-100px pt-05" };
|
|
1067
|
+
const _hoisted_5$m = { class: "agenda__content flex column w-100p h-100p min-h-100px pt-05 border-start ps-1" };
|
|
1068
1068
|
const _hoisted_6$i = {
|
|
1069
1069
|
key: 0,
|
|
1070
|
-
class: "align-items-center flex justify-content-center h-100p"
|
|
1070
|
+
class: "align-items-center flex justify-content-center h-100p opacity-6"
|
|
1071
1071
|
};
|
|
1072
1072
|
const _hoisted_7$d = {
|
|
1073
1073
|
key: 1,
|
|
@@ -1116,6 +1116,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
1116
1116
|
};
|
|
1117
1117
|
}
|
|
1118
1118
|
});
|
|
1119
|
+
const AgendaEvents = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-01274c4e"]]);
|
|
1119
1120
|
class EDate extends Date {
|
|
1120
1121
|
get fullYear() {
|
|
1121
1122
|
return this.getFullYear();
|
|
@@ -2502,7 +2503,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
2502
2503
|
}), 128))
|
|
2503
2504
|
]),
|
|
2504
2505
|
!(((_a2 = __props.config.month) == null ? void 0 : _a2.showEventsOnMobileView) === false) ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
|
|
2505
|
-
selectedDay.value ? (openBlock(), createBlock(
|
|
2506
|
+
selectedDay.value ? (openBlock(), createBlock(AgendaEvents, {
|
|
2506
2507
|
key: 0,
|
|
2507
2508
|
config: __props.config,
|
|
2508
2509
|
time: __props.time,
|
|
@@ -3431,7 +3432,7 @@ const _hoisted_1$T = {
|
|
|
3431
3432
|
style: { "margin-inline-end": "0.5em" }
|
|
3432
3433
|
};
|
|
3433
3434
|
const _hoisted_2$E = ["onClick"];
|
|
3434
|
-
const _hoisted_3$w = { class: "flex justify-content-center gap-025 txt12" };
|
|
3435
|
+
const _hoisted_3$w = { class: "flex justify-content-center gap-025 txt12 pb-025" };
|
|
3435
3436
|
const _hoisted_4$k = { class: "" };
|
|
3436
3437
|
const _hoisted_5$i = { class: "week-timeline__date txt14 round inline-flex justify-content-center" };
|
|
3437
3438
|
const _hoisted_6$f = { class: "week-timeline__events" };
|
|
@@ -3488,7 +3489,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
3488
3489
|
};
|
|
3489
3490
|
}
|
|
3490
3491
|
});
|
|
3491
|
-
const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-
|
|
3492
|
+
const WeekTimeline = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-18ecf6c3"]]);
|
|
3492
3493
|
const _hoisted_1$S = { class: "calendar-week__wrapper relative ps-3-5" };
|
|
3493
3494
|
const _hoisted_2$D = { class: "calendar-week" };
|
|
3494
3495
|
const _hoisted_3$v = { class: "calendar-week__events" };
|
|
@@ -4053,7 +4054,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
4053
4054
|
onChangeMode: handleChangeMode,
|
|
4054
4055
|
onUpdatedPeriod: handleUpdatedPeriod
|
|
4055
4056
|
}, null, 8, ["config", "mode", "time", "period", "is-small"])),
|
|
4056
|
-
mode.value === "agenda" ? (openBlock(), createBlock(
|
|
4057
|
+
mode.value === "agenda" ? (openBlock(), createBlock(AgendaEvents, {
|
|
4057
4058
|
key: 0,
|
|
4058
4059
|
"events-prop": eventsDataProperty.value,
|
|
4059
4060
|
period: period.value,
|
|
@@ -35878,6 +35879,9 @@ const files = {
|
|
|
35878
35879
|
onUploadProgress: options == null ? void 0 : options.onUploadProgress,
|
|
35879
35880
|
params: { dir_path: options == null ? void 0 : options.dirPath, tags: options == null ? void 0 : options.tags }
|
|
35880
35881
|
});
|
|
35882
|
+
},
|
|
35883
|
+
list: async (dirPath) => {
|
|
35884
|
+
return axios$1.get("/files_v2/list", { params: { dir_path: dirPath } });
|
|
35881
35885
|
}
|
|
35882
35886
|
};
|
|
35883
35887
|
const _hoisted_1$l = { class: "bagel-input" };
|
|
@@ -36020,11 +36024,11 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
36020
36024
|
isDragOver.value = false;
|
|
36021
36025
|
}
|
|
36022
36026
|
if (props2.dirPath) {
|
|
36023
|
-
files.
|
|
36027
|
+
files.list(props2.dirPath).then((response) => storageFiles.value.push(...[response.data].flat())).catch(console.error);
|
|
36024
36028
|
}
|
|
36025
36029
|
watch(() => props2.dirPath, () => {
|
|
36026
36030
|
if (props2.dirPath) {
|
|
36027
|
-
files.
|
|
36031
|
+
files.list(props2.dirPath).then((response) => storageFiles.value.push(...[response.data].flat())).catch(console.error);
|
|
36028
36032
|
}
|
|
36029
36033
|
});
|
|
36030
36034
|
return (_ctx, _cache) => {
|
|
@@ -36262,7 +36266,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
36262
36266
|
};
|
|
36263
36267
|
}
|
|
36264
36268
|
});
|
|
36265
|
-
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
36269
|
+
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-67dd9abe"]]);
|
|
36266
36270
|
const FONT_AWESOME_ICONS = [
|
|
36267
36271
|
"trash-can",
|
|
36268
36272
|
"message",
|
|
@@ -44502,7 +44506,7 @@ function normalizeDimension(value, defaultMetric = "px") {
|
|
|
44502
44506
|
const fileBaseUrl = "https://files.bagel.design".replace(/\/$/, "");
|
|
44503
44507
|
const bagelBaseUrl = void 0;
|
|
44504
44508
|
function pathKeyToURL(pathKey) {
|
|
44505
|
-
if (pathKey.startsWith("static/")) {
|
|
44509
|
+
if (pathKey == null ? void 0 : pathKey.startsWith("static/")) {
|
|
44506
44510
|
return `${bagelBaseUrl}/${pathKey}`;
|
|
44507
44511
|
}
|
|
44508
44512
|
return `${fileBaseUrl}/${pathKey}`;
|