@opengis/widgets 0.0.11 → 0.0.13

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 (82) 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/components.d.ts +3 -0
  4. package/dist/components.d.ts.map +1 -0
  5. package/dist/data/commentsData.d.ts +3 -0
  6. package/dist/data/commentsData.d.ts.map +1 -0
  7. package/dist/data/fileList.d.ts +50 -0
  8. package/dist/data/fileList.d.ts.map +1 -0
  9. package/dist/data/galleryData.d.ts +3 -0
  10. package/dist/data/galleryData.d.ts.map +1 -0
  11. package/dist/data/historyData.d.ts +8 -0
  12. package/dist/data/historyData.d.ts.map +1 -0
  13. package/dist/index.css +1 -1
  14. package/dist/index.d.ts +11 -0
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +912 -822
  17. package/dist/index.umd.cjs +27 -27
  18. package/dist/types/index.d.ts +138 -0
  19. package/dist/types/index.d.ts.map +1 -0
  20. package/dist/utils/formattingFunctions.d.ts +3 -0
  21. package/dist/utils/formattingFunctions.d.ts.map +1 -0
  22. package/dist/widgets/card/Card.vue.d.ts +46 -0
  23. package/dist/widgets/card/Card.vue.d.ts.map +1 -0
  24. package/dist/widgets/card/CardItem.vue.d.ts +25 -0
  25. package/dist/widgets/card/CardItem.vue.d.ts.map +1 -0
  26. package/dist/widgets/card/index.d.ts +3 -0
  27. package/dist/widgets/card/index.d.ts.map +1 -0
  28. package/dist/widgets/comments/CommentDetails.vue.d.ts +15 -0
  29. package/dist/widgets/comments/CommentDetails.vue.d.ts.map +1 -0
  30. package/dist/widgets/comments/CommentInputZone.vue.d.ts +13 -0
  31. package/dist/widgets/comments/CommentInputZone.vue.d.ts.map +1 -0
  32. package/dist/widgets/comments/CommentItem.vue.d.ts +18 -0
  33. package/dist/widgets/comments/CommentItem.vue.d.ts.map +1 -0
  34. package/dist/widgets/comments/CommentsWidget.vue.d.ts +16 -0
  35. package/dist/widgets/comments/CommentsWidget.vue.d.ts.map +1 -0
  36. package/dist/widgets/comments/index.d.ts +3 -0
  37. package/dist/widgets/comments/index.d.ts.map +1 -0
  38. package/dist/widgets/description-list/DescriptionListWidget.vue.d.ts +4 -0
  39. package/dist/widgets/description-list/DescriptionListWidget.vue.d.ts.map +1 -0
  40. package/dist/widgets/description-list/components/CustomValue.vue.d.ts +20 -0
  41. package/dist/widgets/description-list/components/CustomValue.vue.d.ts.map +1 -0
  42. package/dist/widgets/description-list/components/DateValue.vue.d.ts +7 -0
  43. package/dist/widgets/description-list/components/DateValue.vue.d.ts.map +1 -0
  44. package/dist/widgets/description-list/components/LinkValue.vue.d.ts +7 -0
  45. package/dist/widgets/description-list/components/LinkValue.vue.d.ts.map +1 -0
  46. package/dist/widgets/description-list/components/StatusValue.vue.d.ts +7 -0
  47. package/dist/widgets/description-list/components/StatusValue.vue.d.ts.map +1 -0
  48. package/dist/widgets/description-list/components/TextValue.vue.d.ts +7 -0
  49. package/dist/widgets/description-list/components/TextValue.vue.d.ts.map +1 -0
  50. package/dist/widgets/description-list/index.d.ts +3 -0
  51. package/dist/widgets/description-list/index.d.ts.map +1 -0
  52. package/dist/widgets/files/FileCompact.vue.d.ts +13 -0
  53. package/dist/widgets/files/FileCompact.vue.d.ts.map +1 -0
  54. package/dist/widgets/files/FileGrid.vue.d.ts +15 -0
  55. package/dist/widgets/files/FileGrid.vue.d.ts.map +1 -0
  56. package/dist/widgets/files/FileHeader.vue.d.ts +15 -0
  57. package/dist/widgets/files/FileHeader.vue.d.ts.map +1 -0
  58. package/dist/widgets/files/FileList.vue.d.ts +15 -0
  59. package/dist/widgets/files/FileList.vue.d.ts.map +1 -0
  60. package/dist/widgets/files/FileViewSwitcher.vue.d.ts +3 -0
  61. package/dist/widgets/files/FileViewSwitcher.vue.d.ts.map +1 -0
  62. package/dist/widgets/files/FilesWidget.vue.d.ts +18 -0
  63. package/dist/widgets/files/FilesWidget.vue.d.ts.map +1 -0
  64. package/dist/widgets/files/index.d.ts +3 -0
  65. package/dist/widgets/files/index.d.ts.map +1 -0
  66. package/dist/widgets/gallery/GalleryModal.vue.d.ts +11 -0
  67. package/dist/widgets/gallery/GalleryModal.vue.d.ts.map +1 -0
  68. package/dist/widgets/gallery/GalleryWidget.vue.d.ts +4 -0
  69. package/dist/widgets/gallery/GalleryWidget.vue.d.ts.map +1 -0
  70. package/dist/widgets/gallery/index.d.ts +3 -0
  71. package/dist/widgets/gallery/index.d.ts.map +1 -0
  72. package/dist/widgets/history/HistoryWidget.vue.d.ts +4 -0
  73. package/dist/widgets/history/HistoryWidget.vue.d.ts.map +1 -0
  74. package/dist/widgets/history/index.d.ts +3 -0
  75. package/dist/widgets/history/index.d.ts.map +1 -0
  76. package/dist/widgets/map/MapWidget.vue.d.ts +4 -0
  77. package/dist/widgets/map/MapWidget.vue.d.ts.map +1 -0
  78. package/dist/widgets/map/map.d.ts +109 -0
  79. package/dist/widgets/map/map.d.ts.map +1 -0
  80. package/dist/widgets/map/util.d.ts +2 -0
  81. package/dist/widgets/map/util.d.ts.map +1 -0
  82. package/package.json +7 -5
@@ -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,46 @@
1
+ import type { CardProps, ICardItem } from '../../types';
2
+ interface Props extends CardProps {
3
+ panels?: ICardItem[];
4
+ data?: any;
5
+ view?: 'tab' | 'plain';
6
+ classWrapper?: string;
7
+ classPanel?: string;
8
+ normalizeTabs?: boolean;
9
+ }
10
+ declare var __VLS_2: `tab-${number}`, __VLS_3: {
11
+ item: any;
12
+ data: any;
13
+ }, __VLS_10: any, __VLS_11: {
14
+ item: any;
15
+ data: any;
16
+ }, __VLS_14: `panel-${number}`, __VLS_15: {
17
+ item: any;
18
+ data: any;
19
+ }, __VLS_22: any, __VLS_23: {
20
+ item: any;
21
+ data: any;
22
+ };
23
+ type __VLS_Slots = {} & {
24
+ [K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
25
+ } & {
26
+ [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
27
+ } & {
28
+ [K in NonNullable<typeof __VLS_14>]?: (props: typeof __VLS_15) => any;
29
+ } & {
30
+ [K in NonNullable<typeof __VLS_22>]?: (props: typeof __VLS_23) => any;
31
+ };
32
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
33
+ panels: ICardItem[];
34
+ data: any;
35
+ view: "tab" | "plain";
36
+ classWrapper: string;
37
+ normalizeTabs: boolean;
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
+ export default _default;
41
+ type __VLS_WithSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
46
+ //# 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":"AAiOA,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;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AA+UD,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;AA2B5E,QAAA,MAAM,eAAe;YArXV,SAAS,EAAE;UACb,GAAG;UACH,KAAK,GAAG,OAAO;kBACP,MAAM;mBAEL,OAAO;6EAuXvB,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,18 @@
1
+ import type { FileListType, FileItem } from "../../types";
2
+ type __VLS_Props = FileListType & {
3
+ onAddFile?: (event: Event) => void;
4
+ onDelete?: (id: string) => void;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ add: (event: Event) => any;
8
+ delete: (id: string) => any;
9
+ openLightbox: (event: Event) => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ onAdd?: ((event: Event) => any) | undefined;
12
+ onDelete?: ((id: string) => any) | undefined;
13
+ onOpenLightbox?: ((event: Event) => any) | undefined;
14
+ }>, {
15
+ files: FileItem[];
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# 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":"AAgMA,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAM1D,KAAK,WAAW,GAAG,YAAY,GAAG;IAChC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACjC,CAAC;;;;;;;;;;;;AAqVF,wBAQG"}
@@ -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 { 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":"AA8FE,OAAO,EAAc,kBAAkB,EAAC,MAAM,aAAa,CAAA;;AAyQ7D,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,4 @@
1
+ import { MapWidgetProps } from "../../types";
2
+ declare const _default: import("vue").DefineComponent<MapWidgetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MapWidgetProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
4
+ //# sourceMappingURL=MapWidget.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/map/MapWidget.vue"],"names":[],"mappings":"AAmMA,OAAO,EAAC,cAAc,EAAC,MAAM,aAAa,CAAC;;AAmU3C,wBAMG"}
@@ -0,0 +1,109 @@
1
+ export declare const MAP_LOCALE: {
2
+ draw: {
3
+ toolbar: {
4
+ actions: {
5
+ title: string;
6
+ text: string;
7
+ };
8
+ finish: {
9
+ title: string;
10
+ text: string;
11
+ };
12
+ undo: {
13
+ title: string;
14
+ text: string;
15
+ };
16
+ buttons: {
17
+ polyline: string;
18
+ polygon: string;
19
+ rectangle: string;
20
+ circle: string;
21
+ marker: string;
22
+ circlemarker: string;
23
+ };
24
+ };
25
+ handlers: {
26
+ circle: {
27
+ tooltip: {
28
+ start: string;
29
+ end: string;
30
+ };
31
+ radius: string;
32
+ };
33
+ circlemarker: {
34
+ tooltip: {
35
+ start: string;
36
+ };
37
+ };
38
+ marker: {
39
+ tooltip: {
40
+ start: string;
41
+ };
42
+ };
43
+ polygon: {
44
+ tooltip: {
45
+ start: string;
46
+ cont: string;
47
+ end: string;
48
+ };
49
+ };
50
+ polyline: {
51
+ error: string;
52
+ tooltip: {
53
+ start: string;
54
+ cont: string;
55
+ end: string;
56
+ };
57
+ };
58
+ rectangle: {
59
+ tooltip: {
60
+ start: string;
61
+ end: string;
62
+ };
63
+ };
64
+ simpleshape: {
65
+ tooltip: {
66
+ end: string;
67
+ };
68
+ };
69
+ };
70
+ };
71
+ edit: {
72
+ toolbar: {
73
+ actions: {
74
+ save: {
75
+ title: string;
76
+ text: string;
77
+ };
78
+ cancel: {
79
+ title: string;
80
+ text: string;
81
+ };
82
+ clearAll: {
83
+ title: string;
84
+ text: string;
85
+ };
86
+ };
87
+ buttons: {
88
+ edit: string;
89
+ editDisabled: string;
90
+ remove: string;
91
+ removeDisabled: string;
92
+ };
93
+ };
94
+ handlers: {
95
+ edit: {
96
+ tooltip: {
97
+ text: string;
98
+ subtext: string;
99
+ };
100
+ };
101
+ remove: {
102
+ tooltip: {
103
+ text: string;
104
+ };
105
+ };
106
+ };
107
+ };
108
+ };
109
+ //# sourceMappingURL=map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"map.d.ts","sourceRoot":"","sources":["../../../src/widgets/map/map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GtB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function normalizeToGeoJSON(data: any): any;
2
+ //# sourceMappingURL=util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/widgets/map/util.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,OA2B3C"}