@opengis/widgets 0.0.11 → 0.0.12

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.
Files changed (80) hide show
  1. package/dist/components/CopyNotification.vue.d.ts +5 -0
  2. package/dist/components/CopyNotification.vue.d.ts.map +1 -0
  3. package/dist/data/commentsData.d.ts +3 -0
  4. package/dist/data/commentsData.d.ts.map +1 -0
  5. package/dist/data/fileList.d.ts +50 -0
  6. package/dist/data/fileList.d.ts.map +1 -0
  7. package/dist/data/galleryData.d.ts +3 -0
  8. package/dist/data/galleryData.d.ts.map +1 -0
  9. package/dist/data/historyData.d.ts +8 -0
  10. package/dist/data/historyData.d.ts.map +1 -0
  11. package/dist/index.css +1 -1
  12. package/dist/index.d.ts +15 -0
  13. package/dist/index.d.ts.map +1 -0
  14. package/dist/index.js +18 -17
  15. package/dist/index.umd.cjs +6 -6
  16. package/dist/types/index.d.ts +134 -0
  17. package/dist/types/index.d.ts.map +1 -0
  18. package/dist/utils/formattingFunctions.d.ts +3 -0
  19. package/dist/utils/formattingFunctions.d.ts.map +1 -0
  20. package/dist/widgets/card/Card.vue.d.ts +41 -0
  21. package/dist/widgets/card/Card.vue.d.ts.map +1 -0
  22. package/dist/widgets/card/CardItem.vue.d.ts +25 -0
  23. package/dist/widgets/card/CardItem.vue.d.ts.map +1 -0
  24. package/dist/widgets/card/index.d.ts +3 -0
  25. package/dist/widgets/card/index.d.ts.map +1 -0
  26. package/dist/widgets/comments/CommentDetails.vue.d.ts +15 -0
  27. package/dist/widgets/comments/CommentDetails.vue.d.ts.map +1 -0
  28. package/dist/widgets/comments/CommentInputZone.vue.d.ts +13 -0
  29. package/dist/widgets/comments/CommentInputZone.vue.d.ts.map +1 -0
  30. package/dist/widgets/comments/CommentItem.vue.d.ts +18 -0
  31. package/dist/widgets/comments/CommentItem.vue.d.ts.map +1 -0
  32. package/dist/widgets/comments/CommentsWidget.vue.d.ts +16 -0
  33. package/dist/widgets/comments/CommentsWidget.vue.d.ts.map +1 -0
  34. package/dist/widgets/comments/index.d.ts +3 -0
  35. package/dist/widgets/comments/index.d.ts.map +1 -0
  36. package/dist/widgets/description-list/DescriptionListWidget.vue.d.ts +4 -0
  37. package/dist/widgets/description-list/DescriptionListWidget.vue.d.ts.map +1 -0
  38. package/dist/widgets/description-list/components/CustomValue.vue.d.ts +20 -0
  39. package/dist/widgets/description-list/components/CustomValue.vue.d.ts.map +1 -0
  40. package/dist/widgets/description-list/components/DateValue.vue.d.ts +7 -0
  41. package/dist/widgets/description-list/components/DateValue.vue.d.ts.map +1 -0
  42. package/dist/widgets/description-list/components/LinkValue.vue.d.ts +7 -0
  43. package/dist/widgets/description-list/components/LinkValue.vue.d.ts.map +1 -0
  44. package/dist/widgets/description-list/components/StatusValue.vue.d.ts +7 -0
  45. package/dist/widgets/description-list/components/StatusValue.vue.d.ts.map +1 -0
  46. package/dist/widgets/description-list/components/TextValue.vue.d.ts +7 -0
  47. package/dist/widgets/description-list/components/TextValue.vue.d.ts.map +1 -0
  48. package/dist/widgets/description-list/index.d.ts +3 -0
  49. package/dist/widgets/description-list/index.d.ts.map +1 -0
  50. package/dist/widgets/files/FileCompact.vue.d.ts +13 -0
  51. package/dist/widgets/files/FileCompact.vue.d.ts.map +1 -0
  52. package/dist/widgets/files/FileGrid.vue.d.ts +15 -0
  53. package/dist/widgets/files/FileGrid.vue.d.ts.map +1 -0
  54. package/dist/widgets/files/FileHeader.vue.d.ts +15 -0
  55. package/dist/widgets/files/FileHeader.vue.d.ts.map +1 -0
  56. package/dist/widgets/files/FileList.vue.d.ts +15 -0
  57. package/dist/widgets/files/FileList.vue.d.ts.map +1 -0
  58. package/dist/widgets/files/FileViewSwitcher.vue.d.ts +3 -0
  59. package/dist/widgets/files/FileViewSwitcher.vue.d.ts.map +1 -0
  60. package/dist/widgets/files/FilesWidget.vue.d.ts +15 -0
  61. package/dist/widgets/files/FilesWidget.vue.d.ts.map +1 -0
  62. package/dist/widgets/files/index.d.ts +3 -0
  63. package/dist/widgets/files/index.d.ts.map +1 -0
  64. package/dist/widgets/gallery/GalleryModal.vue.d.ts +11 -0
  65. package/dist/widgets/gallery/GalleryModal.vue.d.ts.map +1 -0
  66. package/dist/widgets/gallery/GalleryWidget.vue.d.ts +4 -0
  67. package/dist/widgets/gallery/GalleryWidget.vue.d.ts.map +1 -0
  68. package/dist/widgets/gallery/index.d.ts +3 -0
  69. package/dist/widgets/gallery/index.d.ts.map +1 -0
  70. package/dist/widgets/history/HistoryWidget.vue.d.ts +4 -0
  71. package/dist/widgets/history/HistoryWidget.vue.d.ts.map +1 -0
  72. package/dist/widgets/history/index.d.ts +3 -0
  73. package/dist/widgets/history/index.d.ts.map +1 -0
  74. package/dist/widgets/map/MapWidget.vue.d.ts +6 -0
  75. package/dist/widgets/map/MapWidget.vue.d.ts.map +1 -0
  76. package/dist/widgets/map/map.d.ts +109 -0
  77. package/dist/widgets/map/map.d.ts.map +1 -0
  78. package/dist/widgets/map/util.d.ts +2 -0
  79. package/dist/widgets/map/util.d.ts.map +1 -0
  80. package/package.json +5 -4
@@ -0,0 +1,134 @@
1
+ export interface BaseWidgetProps {
2
+ id?: string;
3
+ className?: string;
4
+ style?: Record<string, any>;
5
+ }
6
+ export interface ICardItem {
7
+ name?: string;
8
+ label?: string;
9
+ component?: string;
10
+ slot?: string;
11
+ col?: number;
12
+ width?: string | number;
13
+ html?: string;
14
+ title?: string;
15
+ type?: string;
16
+ count?: number;
17
+ }
18
+ export interface ICard {
19
+ panels?: ICardItem[];
20
+ data?: any;
21
+ view?: 'tab' | 'plain';
22
+ }
23
+ export interface CardProps extends BaseWidgetProps {
24
+ panels?: ICardItem[];
25
+ data?: any;
26
+ view?: 'tab' | 'plain';
27
+ }
28
+ export interface CardItemProps extends BaseWidgetProps {
29
+ name?: string;
30
+ label?: string;
31
+ component?: string;
32
+ slot?: string;
33
+ col?: number;
34
+ html?: string;
35
+ title?: string;
36
+ }
37
+ export interface Comment {
38
+ id: string;
39
+ entityId: string;
40
+ entityType: 'post' | 'file' | 'product' | 'custom';
41
+ author: string;
42
+ text: string;
43
+ createdAt: Date;
44
+ updatedAt?: Date;
45
+ parentId?: string;
46
+ replies?: Comment[];
47
+ status: 'visible' | 'hidden' | 'deleted';
48
+ keywords?: string[];
49
+ likes?: number;
50
+ }
51
+ export interface CommentsWidgetProps extends BaseWidgetProps {
52
+ title?: string;
53
+ comments: Comment[];
54
+ maxHeight?: number;
55
+ onAddComment?: (content: string) => void;
56
+ onReply?: (commentId: string, content: string) => void;
57
+ onLike?: (commentId: string, action: "add" | "delete") => void;
58
+ onDelete?: (commentId: string) => void;
59
+ onEdit?: (commentId: string, content: string) => void;
60
+ }
61
+ export interface HistoryItem {
62
+ id: string;
63
+ entityId: string;
64
+ entityType: 'file' | 'post' | 'user' | 'custom';
65
+ action: 'created' | 'updated' | 'deleted' | 'moved' | 'renamed' | string;
66
+ userId: string;
67
+ userName: string;
68
+ timestamp: Date;
69
+ description?: string;
70
+ changes?: Record<string, {
71
+ old: any;
72
+ new: any;
73
+ }>;
74
+ status: 'success' | 'error' | 'pending';
75
+ }
76
+ export interface HistoryWidgetProps extends BaseWidgetProps {
77
+ data: HistoryItem[];
78
+ title?: string;
79
+ maxHeight?: number;
80
+ }
81
+ export interface FileItem {
82
+ id: string;
83
+ entityId: string;
84
+ entityType: 'post' | 'file' | 'product' | 'custom';
85
+ name: string;
86
+ path: string;
87
+ size: number;
88
+ type: string;
89
+ author: string;
90
+ description?: string;
91
+ keywords?: string[];
92
+ version: number;
93
+ status: 'active' | 'archived' | 'deleted';
94
+ createdAt: Date;
95
+ updatedAt?: Date;
96
+ file_path?: string;
97
+ file_id?: string;
98
+ uploaded_name?: string;
99
+ ext?: string;
100
+ }
101
+ export interface FileListType {
102
+ title?: string;
103
+ view?: 'grid' | 'list' | 'compact';
104
+ files: FileItem[];
105
+ maxHeight?: number;
106
+ onAddFile?: (event: Event) => void;
107
+ }
108
+ export interface GalleryWidgetProps extends BaseWidgetProps {
109
+ title?: string;
110
+ items: FileItem[];
111
+ columns?: number;
112
+ maxHeight?: number;
113
+ }
114
+ export interface DescriptionItem {
115
+ id?: string;
116
+ label: string;
117
+ value: string | number | boolean | Date;
118
+ icon?: string;
119
+ tooltip?: string;
120
+ keywords?: string[];
121
+ type?: 'text' | 'link' | 'date' | 'status' | 'custom';
122
+ view?: 'inline' | 'block' | 'badge';
123
+ }
124
+ export interface DescriptionList {
125
+ title?: string;
126
+ items: DescriptionItem[];
127
+ view?: 'table' | 'grid';
128
+ }
129
+ export interface DescriptionListWidgetProps extends BaseWidgetProps {
130
+ title?: string;
131
+ items: DescriptionItem[];
132
+ view?: 'table' | 'grid';
133
+ }
134
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare function formatDate(date: any, locale?: string): string;
2
+ export declare function formatFileSize(bytes: number): string;
3
+ //# sourceMappingURL=formattingFunctions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formattingFunctions.d.ts","sourceRoot":"","sources":["../../src/utils/formattingFunctions.ts"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,SAAO,UAOlD;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,UAQ3C"}
@@ -0,0 +1,41 @@
1
+ import type { CardProps, ICardItem } from '../../types';
2
+ interface Props extends CardProps {
3
+ panels?: ICardItem[];
4
+ data?: any;
5
+ view?: 'tab' | 'plain';
6
+ }
7
+ declare var __VLS_2: `tab-${number}`, __VLS_3: {
8
+ item: any;
9
+ data: any;
10
+ }, __VLS_10: any, __VLS_11: {
11
+ item: any;
12
+ data: any;
13
+ }, __VLS_14: `panel-${number}`, __VLS_15: {
14
+ item: any;
15
+ data: any;
16
+ }, __VLS_22: any, __VLS_23: {
17
+ item: any;
18
+ data: any;
19
+ };
20
+ type __VLS_Slots = {} & {
21
+ [K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
22
+ } & {
23
+ [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
24
+ } & {
25
+ [K in NonNullable<typeof __VLS_14>]?: (props: typeof __VLS_15) => any;
26
+ } & {
27
+ [K in NonNullable<typeof __VLS_22>]?: (props: typeof __VLS_23) => any;
28
+ };
29
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
30
+ panels: ICardItem[];
31
+ data: any;
32
+ view: "tab" | "plain";
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
35
+ export default _default;
36
+ type __VLS_WithSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ //# sourceMappingURL=Card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/card/Card.vue"],"names":[],"mappings":"AAqLA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAEvD,UAAU,KAAM,SAAQ,SAAS;IAC/B,MAAM,CAAC,EAAE,SAAS,EAAE,CAAA;IACpB,IAAI,CAAC,EAAE,GAAG,CAAA;IACV,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,CAAA;CACvB;AAgTD,QAAA,IAAI,OAAO,iBAAU,EAAE,OAAO;;;CAAU,EAAE,QAAQ,KAAU,EAAE,QAAQ;;;CAAU,EAAE,QAAQ,mBAAW,EAAE,QAAQ;;;CAAW,EAAE,QAAQ,KAAW,EAAE,QAAQ;;;CAAY,CAAE;AACvK,KAAK,WAAW,GAAG,EAAE,GACnB;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG;CAAE,GACvE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,GACzE;KAAG,CAAC,IAAI,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG;CAAE,CAAC;AA0B5E,QAAA,MAAM,eAAe;YAlVV,SAAS,EAAE;UACb,GAAG;UACH,KAAK,GAAG,OAAO;6EAuVtB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { CardItemProps } from '../../types';
2
+ interface Props extends CardItemProps {
3
+ name?: string;
4
+ label?: string;
5
+ component?: string;
6
+ slot?: string;
7
+ col?: number;
8
+ html?: string;
9
+ title?: string;
10
+ }
11
+ declare var __VLS_5: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_5) => any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
16
+ col: number;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
25
+ //# sourceMappingURL=CardItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/card/CardItem.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,UAAU,KAAM,SAAQ,aAAa;IACnC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAsFD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,QAAA,MAAM,eAAe;SAjHb,MAAM;6EAwHZ,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default as Card } from './Card.vue';
2
+ export { default as CardItem } from './CardItem.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
@@ -0,0 +1,15 @@
1
+ type __VLS_PublicProps = {
2
+ 'showMoreOptions': boolean;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ "update:showMoreOptions": (value: boolean) => any;
6
+ } & {
7
+ delete: () => any;
8
+ edit: () => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
+ onDelete?: (() => any) | undefined;
11
+ onEdit?: (() => any) | undefined;
12
+ "onUpdate:showMoreOptions"?: ((value: boolean) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=CommentDetails.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentDetails.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/comments/CommentDetails.vue"],"names":[],"mappings":"AAmGA,KAAK,iBAAiB,GAAG;IACzB,iBAAiB,EAAE,OAAO,CAAC;CAC1B,CAAC;;;;;;;;;;;AAiIF,wBAOG"}
@@ -0,0 +1,13 @@
1
+ type __VLS_PublicProps = {
2
+ 'isReply'?: boolean;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ "update:isReply": (value: boolean) => any;
6
+ } & {
7
+ sendComment: (comment: string) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ onSendComment?: ((comment: string) => any) | undefined;
10
+ "onUpdate:isReply"?: ((value: boolean) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
13
+ //# sourceMappingURL=CommentInputZone.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentInputZone.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/comments/CommentInputZone.vue"],"names":[],"mappings":"AAiGA,KAAK,iBAAiB,GAAG;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;;;;;;;;;AAwLF,wBAOG"}
@@ -0,0 +1,18 @@
1
+ import type { Comment } from "../../types";
2
+ type __VLS_Props = {
3
+ comment: Comment;
4
+ isInside?: boolean;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ delete: (commentId: string) => any;
8
+ edit: (commentId: string, content: string) => any;
9
+ like: (commentId: string, action: "add" | "delete") => any;
10
+ reply: (commentId: string, content: string) => any;
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ onDelete?: ((commentId: string) => any) | undefined;
13
+ onEdit?: ((commentId: string, content: string) => any) | undefined;
14
+ onLike?: ((commentId: string, action: "add" | "delete") => any) | undefined;
15
+ onReply?: ((commentId: string, content: string) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=CommentItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentItem.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/comments/CommentItem.vue"],"names":[],"mappings":"AAoJA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAa3C,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;;;;;;;;;;;AAmbF,wBAOG"}
@@ -0,0 +1,16 @@
1
+ import type { CommentsWidgetProps } from "../../types";
2
+ declare const _default: import("vue").DefineComponent<CommentsWidgetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ add: (content: string) => any;
4
+ delete: (commentId: string) => any;
5
+ edit: (commentId: string, content: string) => any;
6
+ like: (commentId: string, action: "add" | "delete") => any;
7
+ reply: (commentId: string, content: string) => any;
8
+ }, string, import("vue").PublicProps, Readonly<CommentsWidgetProps> & Readonly<{
9
+ onAdd?: ((content: string) => any) | undefined;
10
+ onDelete?: ((commentId: string) => any) | undefined;
11
+ onEdit?: ((commentId: string, content: string) => any) | undefined;
12
+ onLike?: ((commentId: string, action: "add" | "delete") => any) | undefined;
13
+ onReply?: ((commentId: string, content: string) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
16
+ //# sourceMappingURL=CommentsWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentsWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/comments/CommentsWidget.vue"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;AAsJvD,wBAOG"}
@@ -0,0 +1,3 @@
1
+ export { default as CommentsWidget } from './CommentsWidget.vue';
2
+ export type { CommentsWidgetProps, Comment } from '../../types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/comments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,YAAY,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { DescriptionListWidgetProps } from '../../types';
2
+ declare const _default: import("vue").DefineComponent<DescriptionListWidgetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DescriptionListWidgetProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
4
+ //# sourceMappingURL=DescriptionListWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescriptionListWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/description-list/DescriptionListWidget.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,0BAA0B,EAAmB,MAAM,aAAa,CAAA;;AAmT9E,wBAMG"}
@@ -0,0 +1,20 @@
1
+ import type { DescriptionItem } from '../../../types';
2
+ interface Props {
3
+ item: DescriptionItem;
4
+ }
5
+ declare var __VLS_1: {
6
+ item: DescriptionItem;
7
+ value: string | number | boolean | Date;
8
+ };
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_1) => any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
20
+ //# sourceMappingURL=CustomValue.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/widgets/description-list/components/CustomValue.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErD,UAAU,KAAK;IACb,IAAI,EAAE,eAAe,CAAA;CACtB;AAgCD,QAAA,IAAI,OAAO;;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,sRAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { DescriptionItem } from '../../../types';
2
+ interface Props {
3
+ item: DescriptionItem;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
7
+ //# sourceMappingURL=DateValue.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/widgets/description-list/components/DateValue.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErD,UAAU,KAAK;IACb,IAAI,EAAE,eAAe,CAAA;CACtB;;AA4ED,wBAMG"}
@@ -0,0 +1,7 @@
1
+ import type { DescriptionItem } from '../../../types';
2
+ interface Props {
3
+ item: DescriptionItem;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
7
+ //# sourceMappingURL=LinkValue.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinkValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/widgets/description-list/components/LinkValue.vue"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErD,UAAU,KAAK;IACb,IAAI,EAAE,eAAe,CAAA;CACtB;;AAuED,wBAMG"}
@@ -0,0 +1,7 @@
1
+ import type { DescriptionItem } from '../../../types';
2
+ interface Props {
3
+ item: DescriptionItem;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
7
+ //# sourceMappingURL=StatusValue.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatusValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/widgets/description-list/components/StatusValue.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErD,UAAU,KAAK;IACb,IAAI,EAAE,eAAe,CAAA;CACtB;;AAqHD,wBAMG"}
@@ -0,0 +1,7 @@
1
+ import type { DescriptionItem } from '../../../types';
2
+ interface Props {
3
+ item: DescriptionItem;
4
+ }
5
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
7
+ //# sourceMappingURL=TextValue.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextValue.vue.d.ts","sourceRoot":"","sources":["../../../../src/widgets/description-list/components/TextValue.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAErD,UAAU,KAAK;IACb,IAAI,EAAE,eAAe,CAAA;CACtB;;AA6DD,wBAMG"}
@@ -0,0 +1,3 @@
1
+ export { default as DescriptionListWidget } from './DescriptionListWidget.vue';
2
+ export type { DescriptionListWidgetProps, DescriptionList, DescriptionItem } from '../../types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/description-list/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAC9E,YAAY,EAAE,0BAA0B,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { FileItem } from '../../types';
2
+ type __VLS_Props = {
3
+ files: FileItem[];
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ delete: (event: Event, id: string) => any;
7
+ download: (file: FileItem) => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ onDelete?: ((event: Event, id: string) => any) | undefined;
10
+ onDownload?: ((file: FileItem) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ export default _default;
13
+ //# sourceMappingURL=FileCompact.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileCompact.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FileCompact.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAI3C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAA;CAClB,CAAC;;;;;;;;AA6KF,wBAOG"}
@@ -0,0 +1,15 @@
1
+ import type { FileItem } from "../../types";
2
+ type __VLS_Props = {
3
+ files: FileItem[];
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ delete: (event: Event, id: string | undefined) => any;
7
+ download: (file: FileItem) => any;
8
+ openLightbox: (file: FileItem) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onDelete?: ((event: Event, id: string | undefined) => any) | undefined;
11
+ onDownload?: ((file: FileItem) => any) | undefined;
12
+ onOpenLightbox?: ((file: FileItem) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=FileGrid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FileGrid.vue"],"names":[],"mappings":"AAAA,OAgEO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAI5C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB,CAAC;;;;;;;;;;AAoOF,wBAOG"}
@@ -0,0 +1,15 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ };
4
+ type __VLS_PublicProps = __VLS_Props & {
5
+ modelValue?: 'list' | 'grid' | 'compact';
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ onAddFile: (event: Event) => any;
9
+ "update:modelValue": (value: "grid" | "list" | "compact" | undefined) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ onOnAddFile?: ((event: Event) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: "grid" | "list" | "compact" | undefined) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=FileHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FileHeader.vue"],"names":[],"mappings":"AAsDA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;AAmBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;;;;;;;;AA4KF,wBAOG"}
@@ -0,0 +1,15 @@
1
+ import type { FileItem } from '../../types';
2
+ type __VLS_Props = {
3
+ files: FileItem[];
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ delete: (event: Event, id: string | undefined) => any;
7
+ download: (file: FileItem) => any;
8
+ openLightbox: (file: FileItem) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onDelete?: ((event: Event, id: string | undefined) => any) | undefined;
11
+ onDownload?: ((file: FileItem) => any) | undefined;
12
+ onOpenLightbox?: ((file: FileItem) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=FileList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileList.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FileList.vue"],"names":[],"mappings":"AAAA,OAqEO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAK3C,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,QAAQ,EAAE,CAAA;CACpB,CAAC;;;;;;;;;;AA4NF,wBAOG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=FileViewSwitcher.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileViewSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FileViewSwitcher.vue"],"names":[],"mappings":";AAqBA,wBAKG"}
@@ -0,0 +1,15 @@
1
+ import type { FileListType } from "../../types";
2
+ type __VLS_Props = FileListType & {
3
+ onAddFile?: (event: Event) => void;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ add: (event: Event) => any;
7
+ delete: (id: string) => any;
8
+ openLightbox: (event: Event) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onAdd?: ((event: Event) => any) | undefined;
11
+ onDelete?: ((id: string) => any) | undefined;
12
+ onOpenLightbox?: ((event: Event) => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=FilesWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilesWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/FilesWidget.vue"],"names":[],"mappings":"AA0GA,OAAO,KAAK,EAAE,YAAY,EAAY,MAAM,aAAa,CAAC;AAM1D,KAAK,WAAW,GAAG,YAAY,GAAG;IAChC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACpC,CAAC;;;;;;;;;;AA2PF,wBAOG"}
@@ -0,0 +1,3 @@
1
+ export { default as FilesWidget } from './FilesWidget.vue';
2
+ export type { FileListType, FileItem } from '../../types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/files/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,11 @@
1
+ import type { FileItem } from '../../types';
2
+ type __VLS_Props = {
3
+ item: FileItem;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ close: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ onClose?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
11
+ //# sourceMappingURL=GalleryModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GalleryModal.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/gallery/GalleryModal.vue"],"names":[],"mappings":"AAAA,OAmGO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAK3C,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,QAAQ,CAAA;CACjB,CAAC;;;;;;AA0UF,wBAOG"}
@@ -0,0 +1,4 @@
1
+ import type { GalleryWidgetProps } from '../../types';
2
+ declare const _default: import("vue").DefineComponent<GalleryWidgetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<GalleryWidgetProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
4
+ //# sourceMappingURL=GalleryWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GalleryWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/gallery/GalleryWidget.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,kBAAkB,EAAY,MAAM,aAAa,CAAA;;AA6N/D,wBAMG"}
@@ -0,0 +1,3 @@
1
+ export { default as GalleryWidget } from './GalleryWidget.vue';
2
+ export type { GalleryWidgetProps, } from '../../types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/gallery/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,YAAY,EAAE,kBAAkB,GAAG,MAAM,aAAa,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { HistoryWidgetProps } from '../../types';
2
+ declare const _default: import("vue").DefineComponent<HistoryWidgetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HistoryWidgetProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
4
+ //# sourceMappingURL=HistoryWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HistoryWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/history/HistoryWidget.vue"],"names":[],"mappings":"AA0DE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;;AAqOvD,wBAMG"}
@@ -0,0 +1,3 @@
1
+ export { default as HistoryWidget } from './HistoryWidget.vue';
2
+ export type { HistoryWidgetProps, HistoryItem } from '../../types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/widgets/history/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,YAAY,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA"}
@@ -0,0 +1,6 @@
1
+ type __VLS_Props = {
2
+ data: Object;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ export default _default;
6
+ //# sourceMappingURL=MapWidget.vue.d.ts.map