@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,5 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ addNotification: () => void;
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ export default _default;
5
+ //# sourceMappingURL=CopyNotification.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyNotification.vue.d.ts","sourceRoot":"","sources":["../../src/components/CopyNotification.vue"],"names":[],"mappings":";;;AAkSA,wBAMG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: any;
2
+ export default _default;
3
+ //# sourceMappingURL=components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"wBAcK,GAAG;AAPR,wBAOQ"}
@@ -0,0 +1,3 @@
1
+ import type { Comment } from '../types';
2
+ export declare const commentsData: Comment[];
3
+ //# sourceMappingURL=commentsData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commentsData.d.ts","sourceRoot":"","sources":["../../src/data/commentsData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAEvC,eAAO,MAAM,YAAY,EAAE,OAAO,EA8CjC,CAAA"}
@@ -0,0 +1,50 @@
1
+ import type { FileListType } from '../types';
2
+ export declare const fileListData: FileListType;
3
+ export declare const FileTypes: {
4
+ pdf: {
5
+ color: string;
6
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7
+ label: string;
8
+ };
9
+ sketch: {
10
+ color: string;
11
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
12
+ label: string;
13
+ };
14
+ mp4: {
15
+ color: string;
16
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
17
+ label: string;
18
+ };
19
+ docx: {
20
+ color: string;
21
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
22
+ label: string;
23
+ };
24
+ zip: {
25
+ color: string;
26
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
27
+ label: string;
28
+ };
29
+ png: {
30
+ color: string;
31
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
32
+ label: string;
33
+ };
34
+ jpg: {
35
+ color: string;
36
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
37
+ label: string;
38
+ };
39
+ xlsx: {
40
+ color: string;
41
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
42
+ label: string;
43
+ };
44
+ pptx: {
45
+ color: string;
46
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
47
+ label: string;
48
+ };
49
+ };
50
+ //# sourceMappingURL=fileList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileList.d.ts","sourceRoot":"","sources":["../../src/data/fileList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAG5C,eAAO,MAAM,YAAY,EAAE,YAoI1B,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { FileItem } from '../types';
2
+ export declare const galleryData: FileItem[];
3
+ //# sourceMappingURL=galleryData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"galleryData.d.ts","sourceRoot":"","sources":["../../src/data/galleryData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAExC,eAAO,MAAM,WAAW,EAAE,QAAQ,EAiKjC,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { HistoryItem } from '../types';
2
+ export declare const historyItemsData: HistoryItem[];
3
+ export declare const historyEntityTypes: Map<string, {
4
+ name: string;
5
+ color: string;
6
+ icon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7
+ }>;
8
+ //# sourceMappingURL=historyData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"historyData.d.ts","sourceRoot":"","sources":["../../src/data/historyData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAQ3C,eAAO,MAAM,gBAAgB,EAAE,WAAW,EA4GzC,CAAA;AAED,eAAO,MAAM,kBAAkB;;;;EAqB7B,CAAA"}
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .notification-enter-active[data-v-7b0d3ace],.notification-leave-active[data-v-7b0d3ace]{transition:all .3s ease}.notification-enter-from[data-v-7b0d3ace],.notification-leave-to[data-v-7b0d3ace]{opacity:0;transform:translate(100%)}.notification-move[data-v-7b0d3ace]{transition:transform .3s ease}.text-value[data-v-c14550b7]{word-break:break-word}.link-value[data-v-e6eb07a6]{word-break:break-all}.date-value[data-v-b9600618],.status-value[data-v-c72e0b01],.custom-value[data-v-11a73810]{word-break:break-word}.description-list-widget[data-v-36d43e50]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
1
+ .notification-enter-active[data-v-55903525],.notification-leave-active[data-v-55903525]{transition:all .3s ease}.notification-enter-from[data-v-55903525],.notification-leave-to[data-v-55903525]{opacity:0;transform:translate(100%)}.notification-move[data-v-55903525]{transition:transform .3s ease}.text-value[data-v-c14550b7]{word-break:break-word}.link-value[data-v-e6eb07a6]{word-break:break-all}.date-value[data-v-b9600618],.status-value[data-v-c72e0b01],.custom-value[data-v-11a73810]{word-break:break-word}.description-list-widget[data-v-36d43e50]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
@@ -0,0 +1,11 @@
1
+ import { CommentsWidget } from './widgets/comments';
2
+ import { HistoryWidget } from './widgets/history';
3
+ import { FilesWidget } from './widgets/files';
4
+ import { GalleryWidget } from './widgets/gallery';
5
+ import { Card, CardItem } from './widgets/card';
6
+ import { DescriptionListWidget } from './widgets/description-list';
7
+ import { default as CopyNotification } from './components/CopyNotification.vue';
8
+ import MapWidget from "./widgets/map/MapWidget.vue";
9
+ export { CommentsWidget, HistoryWidget, MapWidget, FilesWidget, GalleryWidget, Card, CardItem, DescriptionListWidget, CopyNotification };
10
+ export default Card;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AACjD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAC/E,OAAO,SAAS,MAAM,6BAA6B,CAAC;AAEpD,OAAO,EACH,cAAc,EACd,aAAa,EACb,SAAS,EACT,WAAW,EACX,aAAa,EACb,IAAI,EAAE,QAAQ,EACd,qBAAqB,EACrB,gBAAgB,EACnB,CAAA;AAsBD,eAAe,IAAI,CAAA"}