@mulmoclaude/collection-plugin 0.2.2 → 0.4.0

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 (135) hide show
  1. package/dist/chunk-CKQMccvm.cjs +28 -0
  2. package/dist/core/actionVisible.d.ts +1 -0
  3. package/dist/core/actionVisible.d.ts.map +1 -0
  4. package/dist/core/calendarGrid.d.ts +1 -0
  5. package/dist/core/calendarGrid.d.ts.map +1 -0
  6. package/dist/core/deriveAll.d.ts +2 -1
  7. package/dist/core/deriveAll.d.ts.map +1 -0
  8. package/dist/core/derivedFormula.d.ts +1 -0
  9. package/dist/core/derivedFormula.d.ts.map +1 -0
  10. package/dist/core/draft.d.ts +3 -2
  11. package/dist/core/draft.d.ts.map +1 -0
  12. package/dist/core/enumColors.d.ts +2 -1
  13. package/dist/core/enumColors.d.ts.map +1 -0
  14. package/dist/core/errorMessage.d.ts +5 -0
  15. package/dist/core/errorMessage.d.ts.map +1 -0
  16. package/dist/core/itemLabel.d.ts +2 -1
  17. package/dist/core/itemLabel.d.ts.map +1 -0
  18. package/dist/core/presentCollection.d.ts +2 -1
  19. package/dist/core/presentCollection.d.ts.map +1 -0
  20. package/dist/core/promptSafety.d.ts +2 -0
  21. package/dist/core/promptSafety.d.ts.map +1 -0
  22. package/dist/core/schema.d.ts +1 -0
  23. package/dist/core/schema.d.ts.map +1 -0
  24. package/dist/core/shortHexId.d.ts +9 -0
  25. package/dist/core/shortHexId.d.ts.map +1 -0
  26. package/dist/core/sortItems.d.ts +2 -1
  27. package/dist/core/sortItems.d.ts.map +1 -0
  28. package/dist/core/uiTypes.d.ts +54 -1
  29. package/dist/core/uiTypes.d.ts.map +1 -0
  30. package/dist/{deriveAll-B5spcUIb.js → deriveAll-BHcs1erT.js} +2 -20
  31. package/dist/deriveAll-BHcs1erT.js.map +1 -0
  32. package/dist/{deriveAll-Do0v6Xjb.cjs → deriveAll-BJ0Lvm1Q.cjs} +1 -31
  33. package/dist/deriveAll-BJ0Lvm1Q.cjs.map +1 -0
  34. package/dist/index.cjs +49 -712
  35. package/dist/index.cjs.map +1 -1
  36. package/dist/index.d.ts +15 -11
  37. package/dist/index.d.ts.map +1 -0
  38. package/dist/index.js +4 -670
  39. package/dist/index.js.map +1 -1
  40. package/dist/promptSafety-BSO2gdsg.cjs +961 -0
  41. package/dist/promptSafety-BSO2gdsg.cjs.map +1 -0
  42. package/dist/promptSafety-DShN_VCG.js +698 -0
  43. package/dist/promptSafety-DShN_VCG.js.map +1 -0
  44. package/dist/schema-DyfSfVzh.js +21 -0
  45. package/dist/schema-DyfSfVzh.js.map +1 -0
  46. package/dist/schema-LrmrgW12.cjs +32 -0
  47. package/dist/schema-LrmrgW12.cjs.map +1 -0
  48. package/dist/server/atomic.d.ts +1 -0
  49. package/dist/server/atomic.d.ts.map +1 -0
  50. package/dist/server/delete.d.ts +2 -1
  51. package/dist/server/delete.d.ts.map +1 -0
  52. package/dist/server/derive.d.ts +4 -3
  53. package/dist/server/derive.d.ts.map +1 -0
  54. package/dist/server/discoveredCollection.d.ts +2 -1
  55. package/dist/server/discoveredCollection.d.ts.map +1 -0
  56. package/dist/server/discovery.d.ts +4 -3
  57. package/dist/server/discovery.d.ts.map +1 -0
  58. package/dist/server/host.d.ts +1 -0
  59. package/dist/server/host.d.ts.map +1 -0
  60. package/dist/server/index.d.ts +12 -11
  61. package/dist/server/index.d.ts.map +1 -0
  62. package/dist/server/io.d.ts +3 -2
  63. package/dist/server/io.d.ts.map +1 -0
  64. package/dist/server/paths.d.ts +1 -0
  65. package/dist/server/paths.d.ts.map +1 -0
  66. package/dist/server/spawn.d.ts +3 -2
  67. package/dist/server/spawn.d.ts.map +1 -0
  68. package/dist/server/templatePath.d.ts +1 -0
  69. package/dist/server/templatePath.d.ts.map +1 -0
  70. package/dist/server/util.d.ts +1 -0
  71. package/dist/server/util.d.ts.map +1 -0
  72. package/dist/server/validate.d.ts +3 -2
  73. package/dist/server/validate.d.ts.map +1 -0
  74. package/dist/server/views.d.ts +3 -2
  75. package/dist/server/views.d.ts.map +1 -0
  76. package/dist/server.cjs +6 -26
  77. package/dist/server.cjs.map +1 -1
  78. package/dist/server.js +2 -1
  79. package/dist/server.js.map +1 -1
  80. package/dist/style.css +2664 -0
  81. package/dist/vue/collectionViewMode.d.ts +12 -0
  82. package/dist/vue/collectionViewMode.d.ts.map +1 -0
  83. package/dist/vue/components/CollectionCalendarView.vue.d.ts +27 -0
  84. package/dist/vue/components/CollectionCalendarView.vue.d.ts.map +1 -0
  85. package/dist/vue/components/CollectionCustomView.vue.d.ts +9 -0
  86. package/dist/vue/components/CollectionCustomView.vue.d.ts.map +1 -0
  87. package/dist/vue/components/CollectionDayView.vue.d.ts +40 -0
  88. package/dist/vue/components/CollectionDayView.vue.d.ts.map +1 -0
  89. package/dist/vue/components/CollectionEmbedView.vue.d.ts +9 -0
  90. package/dist/vue/components/CollectionEmbedView.vue.d.ts.map +1 -0
  91. package/dist/vue/components/CollectionKanbanView.vue.d.ts +23 -0
  92. package/dist/vue/components/CollectionKanbanView.vue.d.ts.map +1 -0
  93. package/dist/vue/components/CollectionRecordModal.vue.d.ts +18 -0
  94. package/dist/vue/components/CollectionRecordModal.vue.d.ts.map +1 -0
  95. package/dist/vue/components/CollectionRecordPanel.vue.d.ts +46 -0
  96. package/dist/vue/components/CollectionRecordPanel.vue.d.ts.map +1 -0
  97. package/dist/vue/components/CollectionView.vue.d.ts +41 -0
  98. package/dist/vue/components/CollectionView.vue.d.ts.map +1 -0
  99. package/dist/vue/components/CollectionViewConfigModal.vue.d.ts +16 -0
  100. package/dist/vue/components/CollectionViewConfigModal.vue.d.ts.map +1 -0
  101. package/dist/vue/components/CollectionsIndexView.vue.d.ts +4 -0
  102. package/dist/vue/components/CollectionsIndexView.vue.d.ts.map +1 -0
  103. package/dist/vue/components/FeedsView.vue.d.ts +4 -0
  104. package/dist/vue/components/FeedsView.vue.d.ts.map +1 -0
  105. package/dist/vue/index.d.ts +16 -0
  106. package/dist/vue/index.d.ts.map +1 -0
  107. package/dist/vue/lang/de.d.ts +4 -0
  108. package/dist/vue/lang/de.d.ts.map +1 -0
  109. package/dist/vue/lang/en.d.ts +98 -0
  110. package/dist/vue/lang/en.d.ts.map +1 -0
  111. package/dist/vue/lang/es.d.ts +4 -0
  112. package/dist/vue/lang/es.d.ts.map +1 -0
  113. package/dist/vue/lang/fr.d.ts +4 -0
  114. package/dist/vue/lang/fr.d.ts.map +1 -0
  115. package/dist/vue/lang/index.d.ts +111 -0
  116. package/dist/vue/lang/index.d.ts.map +1 -0
  117. package/dist/vue/lang/ja.d.ts +4 -0
  118. package/dist/vue/lang/ja.d.ts.map +1 -0
  119. package/dist/vue/lang/ko.d.ts +4 -0
  120. package/dist/vue/lang/ko.d.ts.map +1 -0
  121. package/dist/vue/lang/ptBR.d.ts +4 -0
  122. package/dist/vue/lang/ptBR.d.ts.map +1 -0
  123. package/dist/vue/lang/zh.d.ts +4 -0
  124. package/dist/vue/lang/zh.d.ts.map +1 -0
  125. package/dist/vue/uiContext.d.ts +169 -0
  126. package/dist/vue/uiContext.d.ts.map +1 -0
  127. package/dist/vue/useCollectionRendering.d.ts +30 -0
  128. package/dist/vue/useCollectionRendering.d.ts.map +1 -0
  129. package/dist/vue.cjs +4713 -0
  130. package/dist/vue.cjs.map +1 -0
  131. package/dist/vue.js +4693 -0
  132. package/dist/vue.js.map +1 -0
  133. package/package.json +21 -6
  134. package/dist/deriveAll-B5spcUIb.js.map +0 -1
  135. package/dist/deriveAll-Do0v6Xjb.cjs.map +0 -1
@@ -0,0 +1,12 @@
1
+ import type { SortState } from "../core/sortItems";
2
+ /** The host's built-in, field-derived view modes. */
3
+ export type BuiltInViewMode = "table" | "calendar" | "kanban";
4
+ /** A custom (LLM-authored) view's selector key: `custom:<viewId>`. */
5
+ export type CustomViewMode = `custom:${string}`;
6
+ export type CollectionViewMode = BuiltInViewMode | CustomViewMode;
7
+ export declare function readCollectionViewMode(slug: string): CollectionViewMode | null;
8
+ export declare function writeCollectionViewMode(slug: string, view: CollectionViewMode): void;
9
+ export declare function readCollectionSort(slug: string): SortState | null;
10
+ /** Persist (or, when `sort` is null, clear) the slug's active column sort. */
11
+ export declare function writeCollectionSort(slug: string, sort: SortState | null): void;
12
+ //# sourceMappingURL=collectionViewMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collectionViewMode.d.ts","sourceRoot":"","sources":["../../src/vue/collectionViewMode.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,qDAAqD;AACrD,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC9D,sEAAsE;AACtE,MAAM,MAAM,cAAc,GAAG,UAAU,MAAM,EAAE,CAAC;AAChD,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG,cAAc,CAAC;AA+BlE,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG,kBAAkB,GAAG,IAAI,CAG9E;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,IAAI,CASpF;AA+BD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAEjE;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,CAU9E"}
@@ -0,0 +1,27 @@
1
+ import { type Ymd } from "../../core/calendarGrid";
2
+ import type { CollectionItem, CollectionSchema } from "../../core/schema";
3
+ type __VLS_Props = {
4
+ schema: CollectionSchema;
5
+ items: CollectionItem[];
6
+ /** The `date`/`datetime` field whose value places each record on the grid. */
7
+ anchorField: string;
8
+ /** Optional second `date`/`datetime` field — records span anchor→end inclusive. */
9
+ endField?: string;
10
+ /** Optional free-form time-string field driving the day (time-allocation) view. */
11
+ timeField?: string;
12
+ /** Optional `enum` field tinting each chip by its value's palette colour.
13
+ * Empty / unset → the default indigo styling. */
14
+ colorField?: string;
15
+ /** Primary-key of the currently-open record (highlighted chip). */
16
+ selected?: string;
17
+ };
18
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ select: (id: string | null) => any;
20
+ openDay: (day: Ymd) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ onSelect?: ((id: string | null) => any) | undefined;
23
+ onOpenDay?: ((day: Ymd) => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
27
+ //# sourceMappingURL=CollectionCalendarView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionCalendarView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionCalendarView.vue"],"names":[],"mappings":"AAwPA,OAAO,EAAoE,KAAK,GAAG,EAAkC,MAAM,yBAAyB,CAAC;AAGrJ,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1E,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,8EAA8E;IAC9E,WAAW,EAAE,MAAM,CAAC;IACpB,mFAAmF;IACnF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mFAAmF;IACnF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;sDACkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAsaF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,9 @@
1
+ import type { CollectionCustomView } from "../../core/schema";
2
+ type __VLS_Props = {
3
+ slug: string;
4
+ view: CollectionCustomView;
5
+ };
6
+ declare const __VLS_export: 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>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ //# sourceMappingURL=CollectionCustomView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionCustomView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionCustomView.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAK9D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;CAC5B,CAAC;AA4IF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,40 @@
1
+ import { type Ymd } from "../../core/calendarGrid";
2
+ import type { CollectionItem, CollectionSchema } from "../../core/schema";
3
+ type __VLS_Props = {
4
+ schema: CollectionSchema;
5
+ items: CollectionItem[];
6
+ day: Ymd;
7
+ anchorField: string;
8
+ endField?: string;
9
+ timeField?: string;
10
+ /** Optional `enum` field tinting each chip by its value's palette colour
11
+ * (matching the month view). Empty / unset → default indigo/slate styling. */
12
+ colorField?: string;
13
+ selected?: string;
14
+ canCreate: boolean;
15
+ /** When true, expand the modal to two columns and render the `#detail`
16
+ * slot (the selected/created record) to the right of the timeline. */
17
+ showDetail?: boolean;
18
+ };
19
+ declare var __VLS_1: {};
20
+ type __VLS_Slots = {} & {
21
+ detail?: (props: typeof __VLS_1) => any;
22
+ };
23
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ close: () => any;
25
+ select: (id: string | null) => any;
26
+ createOn: (iso: string) => any;
27
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
28
+ onClose?: (() => any) | undefined;
29
+ onSelect?: ((id: string | null) => any) | undefined;
30
+ onCreateOn?: ((iso: string) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
34
+ export default _default;
35
+ type __VLS_WithSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //# sourceMappingURL=CollectionDayView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionDayView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionDayView.vue"],"names":[],"mappings":"AAyTA,OAAO,EAAiE,KAAK,GAAG,EAAiB,MAAM,yBAAyB,CAAC;AAGjI,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAE1E,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;mFAC+E;IAC/E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB;2EACuE;IACvE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAmfF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAQ9C,QAAA,MAAM,UAAU;;;;;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { EmbedView } from "../../core/uiTypes";
2
+ type __VLS_Props = {
3
+ view: EmbedView;
4
+ fieldKey: string;
5
+ };
6
+ declare const __VLS_export: 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>;
7
+ declare const _default: typeof __VLS_export;
8
+ export default _default;
9
+ //# sourceMappingURL=CollectionEmbedView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionEmbedView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionEmbedView.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC;AAgRzD,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,23 @@
1
+ import type { CollectionNotifySeverity as NotifierSeverity } from "../../core/uiTypes";
2
+ import type { CollectionItem, CollectionSchema } from "../../core/schema";
3
+ type __VLS_Props = {
4
+ schema: CollectionSchema;
5
+ /** The `enum` field whose value groups records into columns. */
6
+ groupField: string;
7
+ items: CollectionItem[];
8
+ /** Primary-key of the currently-open record (highlighted card). */
9
+ selected?: string;
10
+ /** Primary-key → active-notification severity. Cards with a notification get
11
+ * a left accent in the matching bell colour (urgent red / nudge amber). */
12
+ notified?: Map<string, NotifierSeverity>;
13
+ };
14
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ select: (id: string | null) => any;
16
+ move: (id: string, value: string) => any;
17
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ onSelect?: ((id: string | null) => any) | undefined;
19
+ onMove?: ((id: string, value: string) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
22
+ export default _default;
23
+ //# sourceMappingURL=CollectionKanbanView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionKanbanView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionKanbanView.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,wBAAwB,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAY1E,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,gBAAgB,CAAC;IACzB,gEAAgE;IAChE,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,mEAAmE;IACnE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;gFAC4E;IAC5E,QAAQ,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;CAC1C,CAAC;AA+UF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,18 @@
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
4
+ };
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ close: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
+ onClose?: (() => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CollectionRecordModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionRecordModal.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionRecordModal.vue"],"names":[],"mappings":"AA2OA,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;AAO/C,QAAA,MAAM,UAAU;;;;iFAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,46 @@
1
+ import type { CollectionRendering } from "../useCollectionRendering";
2
+ import type { CollectionAction, CollectionDetail, CollectionItem } from "../../core/schema";
3
+ import type { EditState } from "../../core/uiTypes";
4
+ type __VLS_Props = {
5
+ collection: CollectionDetail;
6
+ /** Open record in read-only mode, or null. */
7
+ viewing: CollectionItem | null;
8
+ saving: boolean;
9
+ saveError: string | null;
10
+ actionError: string | null;
11
+ actionPending: boolean;
12
+ visibleActions: CollectionAction[];
13
+ /** Live record computed from the draft (drives derived previews). */
14
+ liveRecord: CollectionItem | null;
15
+ /** Live record with derived fields resolved. */
16
+ liveDerived: CollectionItem | null;
17
+ viewTitle: string;
18
+ isSingleton: boolean;
19
+ /** Shared rendering/derivation helpers + ref/embed caches. */
20
+ render: CollectionRendering;
21
+ locale: string;
22
+ };
23
+ type __VLS_ModelProps = {
24
+ "editing": EditState | null;
25
+ };
26
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
27
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
+ edit: () => any;
29
+ close: () => any;
30
+ submit: () => any;
31
+ cancel: () => any;
32
+ delete: () => any;
33
+ runAction: (action: CollectionAction) => any;
34
+ "update:editing": (value: EditState | null) => any;
35
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
36
+ onEdit?: (() => any) | undefined;
37
+ onClose?: (() => any) | undefined;
38
+ onSubmit?: (() => any) | undefined;
39
+ onCancel?: (() => any) | undefined;
40
+ onDelete?: (() => any) | undefined;
41
+ onRunAction?: ((action: CollectionAction) => any) | undefined;
42
+ "onUpdate:editing"?: ((value: EditState | null) => any) | undefined;
43
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ declare const _default: typeof __VLS_export;
45
+ export default _default;
46
+ //# sourceMappingURL=CollectionRecordPanel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionRecordPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionRecordPanel.vue"],"names":[],"mappings":"AAukBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAAoC,MAAM,mBAAmB,CAAC;AAC9H,OAAO,KAAK,EAAE,SAAS,EAAiB,MAAM,oBAAoB,CAAC;AAOnE,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,gBAAgB,CAAC;IAC7B,8CAA8C;IAC9C,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,gBAAgB,EAAE,CAAC;IACnC,qEAAqE;IACrE,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,gDAAgD;IAChD,WAAW,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,8DAA8D;IAC9D,MAAM,EAAE,mBAAmB,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AA4GF,KAAK,gBAAgB,GAAG;IACxB,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;CAC3B,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAmvCxD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,41 @@
1
+ import { type BuiltInViewMode } from "../collectionViewMode";
2
+ /** `slug` / `selected` are supplied only in EMBEDDED mode (the
3
+ * `presentCollection` chat card mounts this component and drives both
4
+ * from the tool result). In standalone route mode (the
5
+ * `/collections/:slug` page) both are undefined and the component reads
6
+ * `route.params.slug` / `route.query.selected` as before.
7
+ *
8
+ * `sendTextMessage` is forwarded ONLY by the chat card — its presence
9
+ * is our "rendered inside a chat" signal. When set, chat-triggering
10
+ * actions send into the current session instead of spawning a new
11
+ * chat (see `runAction` / `submitChat`). */
12
+ type __VLS_Props = {
13
+ slug?: string;
14
+ selected?: string;
15
+ sendTextMessage?: (text?: string) => void;
16
+ /** Embedded mode only: initial view / anchor / group restored from the
17
+ * card's persisted `viewState` so a switch to calendar or kanban
18
+ * survives a remount. (The table sort is NOT a card prop — it's a shared
19
+ * per-collection localStorage preference, read by both modes.) */
20
+ initialView?: BuiltInViewMode;
21
+ initialAnchorField?: string;
22
+ initialGroupField?: string;
23
+ };
24
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ select: (id: string | null) => any;
26
+ viewStateChange: (state: {
27
+ view: BuiltInViewMode;
28
+ anchorField: string;
29
+ groupField: string;
30
+ }) => any;
31
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
+ onSelect?: ((id: string | null) => any) | undefined;
33
+ onViewStateChange?: ((state: {
34
+ view: BuiltInViewMode;
35
+ anchorField: string;
36
+ groupField: string;
37
+ }) => any) | undefined;
38
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ declare const _default: typeof __VLS_export;
40
+ export default _default;
41
+ //# sourceMappingURL=CollectionView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionView.vue"],"names":[],"mappings":"AAkjEA,OAAO,EAML,KAAK,eAAe,EACrB,MAAM,uBAAuB,CAAC;AA6B/B;;;;;;;;;6CAS6C;AAC7C,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C;;;uEAGmE;IACnE,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAq5GF,QAAA,MAAM,YAAY;;;cA14GiB,eAAe;qBAAe,MAAM;oBAAc,MAAM;;;;;cAAxD,eAAe;qBAAe,MAAM;oBAAc,MAAM;;kFA64GzF,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,16 @@
1
+ import type { CollectionCustomView } from "../../core/schema";
2
+ type __VLS_Props = {
3
+ slug: string;
4
+ title: string;
5
+ views: CollectionCustomView[];
6
+ };
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ close: () => any;
9
+ changed: () => any;
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ onClose?: (() => any) | undefined;
12
+ onChanged?: (() => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ //# sourceMappingURL=CollectionViewConfigModal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionViewConfigModal.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionViewConfigModal.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAI9D,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,oBAAoB,EAAE,CAAA;CAAE,CAAC;AA+PlF,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,4 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ //# sourceMappingURL=CollectionsIndexView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollectionsIndexView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionsIndexView.vue"],"names":[],"mappings":"AA8gBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,4 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ //# sourceMappingURL=FeedsView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeedsView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/FeedsView.vue"],"names":[],"mappings":"AA0uBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,16 @@
1
+ import "../style.css";
2
+ export { configureCollectionUi, collectionUi, type CollectionUi, type CollectionFetchResult, type CollectionApiResult, type CollectionMutationResult, type CollectionConfirmOptions, type CollectionViewToken, type CollectionViewHtmlResult, type CollectionViewSrcdocBoot, type CollectionActionResult, type CollectionRefreshResult, } from "./uiContext";
3
+ export { useCollectionRendering, type CollectionRendering } from "./useCollectionRendering";
4
+ export { readCollectionViewMode, writeCollectionViewMode, readCollectionSort, writeCollectionSort, type CollectionViewMode, type BuiltInViewMode, type CustomViewMode, } from "./collectionViewMode";
5
+ export { default as CollectionRecordModal } from "./components/CollectionRecordModal.vue";
6
+ export { default as CollectionEmbedView } from "./components/CollectionEmbedView.vue";
7
+ export { default as CollectionCalendarView } from "./components/CollectionCalendarView.vue";
8
+ export { default as CollectionDayView } from "./components/CollectionDayView.vue";
9
+ export { default as CollectionKanbanView } from "./components/CollectionKanbanView.vue";
10
+ export { default as CollectionRecordPanel } from "./components/CollectionRecordPanel.vue";
11
+ export { default as CollectionViewConfigModal } from "./components/CollectionViewConfigModal.vue";
12
+ export { default as CollectionCustomView } from "./components/CollectionCustomView.vue";
13
+ export { default as CollectionView } from "./components/CollectionView.vue";
14
+ export { default as CollectionsIndexView } from "./components/CollectionsIndexView.vue";
15
+ export { default as FeedsView } from "./components/FeedsView.vue";
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/vue/index.ts"],"names":[],"mappings":"AAcA,OAAO,cAAc,CAAC;AAEtB,OAAO,EACL,qBAAqB,EACrB,YAAY,EACZ,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,sBAAsB,EAAE,KAAK,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC5F,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,EAClB,mBAAmB,EACnB,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,cAAc,GACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,4BAA4B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const deMessages: CollectionMessages;
3
+ export default deMessages;
4
+ //# sourceMappingURL=de.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/de.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAmGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,98 @@
1
+ declare const enMessages: {
2
+ collectionsView: {
3
+ addCollectionLabel: string;
4
+ addCollectionPrompt: string;
5
+ addFeedTitle: string;
6
+ addFeedHint: string;
7
+ addFeedPrompt: string;
8
+ title: string;
9
+ backToIndex: string;
10
+ indexEmpty: string;
11
+ editItem: string;
12
+ openItem: string;
13
+ confirmDelete: string;
14
+ deleteFeed: string;
15
+ confirmDeleteFeed: string;
16
+ deleteCollection: string;
17
+ confirmDeleteCollection: string;
18
+ itemsEmpty: string;
19
+ notFound: string;
20
+ loadFailed: string;
21
+ requiredField: string;
22
+ selectPlaceholder: string;
23
+ inlineSaveFailed: string;
24
+ addRow: string;
25
+ removeRow: string;
26
+ noRows: string;
27
+ tableSummary: string;
28
+ embedMissing: string;
29
+ embedCreate: string;
30
+ searchPlaceholder: string;
31
+ searchSummary: string;
32
+ noMatchingItems: string;
33
+ clearSearch: string;
34
+ sortBy: string;
35
+ openCollection: string;
36
+ createTitle: string;
37
+ derivedLabel: string;
38
+ embedMissingTitle: string;
39
+ chat: string;
40
+ refreshFeed: string;
41
+ refreshFailed: string;
42
+ feedChatSeed: string;
43
+ feedsTitle: string;
44
+ feedsEmpty: string;
45
+ chatTitle: string;
46
+ chatPlaceholder: string;
47
+ chatStart: string;
48
+ viewToggle: string;
49
+ viewTable: string;
50
+ viewCalendar: string;
51
+ calendarFieldLabel: string;
52
+ calendarPrevMonth: string;
53
+ calendarNextMonth: string;
54
+ calendarToday: string;
55
+ calendarNoDate: string;
56
+ calendarCreateOn: string;
57
+ dayViewOpen: string;
58
+ dayViewAllDay: string;
59
+ dayViewEmpty: string;
60
+ dayViewClose: string;
61
+ viewKanban: string;
62
+ kanbanFieldLabel: string;
63
+ kanbanUncategorized: string;
64
+ kanbanOpenCard: string;
65
+ addView: string;
66
+ config: {
67
+ open: string;
68
+ title: string;
69
+ viewsHeading: string;
70
+ deleteView: string;
71
+ confirmDelete: string;
72
+ empty: string;
73
+ };
74
+ customViewLoading: string;
75
+ customViewError: string;
76
+ addViewPrompt: string;
77
+ repair: string;
78
+ dataIssuesDetected: string;
79
+ repairPrompt: string;
80
+ source: {
81
+ user: string;
82
+ project: string;
83
+ };
84
+ };
85
+ common: {
86
+ add: string;
87
+ cancel: string;
88
+ loading: string;
89
+ no: string;
90
+ remove: string;
91
+ save: string;
92
+ saving: string;
93
+ yes: string;
94
+ };
95
+ };
96
+ export default enMessages;
97
+ export type CollectionMessages = typeof enMessages;
98
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/en.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmGf,CAAC;AAEF,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,OAAO,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const esMessages: CollectionMessages;
3
+ export default esMessages;
4
+ //# sourceMappingURL=es.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/es.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAmGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const frMessages: CollectionMessages;
3
+ export default frMessages;
4
+ //# sourceMappingURL=fr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/fr.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAoGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,111 @@
1
+ declare const i18n: import("vue-i18n").I18n<{
2
+ [x: string]: {
3
+ collectionsView: {
4
+ addCollectionLabel: string;
5
+ addCollectionPrompt: string;
6
+ addFeedTitle: string;
7
+ addFeedHint: string;
8
+ addFeedPrompt: string;
9
+ title: string;
10
+ backToIndex: string;
11
+ indexEmpty: string;
12
+ editItem: string;
13
+ openItem: string;
14
+ confirmDelete: string;
15
+ deleteFeed: string;
16
+ confirmDeleteFeed: string;
17
+ deleteCollection: string;
18
+ confirmDeleteCollection: string;
19
+ itemsEmpty: string;
20
+ notFound: string;
21
+ loadFailed: string;
22
+ requiredField: string;
23
+ selectPlaceholder: string;
24
+ inlineSaveFailed: string;
25
+ addRow: string;
26
+ removeRow: string;
27
+ noRows: string;
28
+ tableSummary: string;
29
+ embedMissing: string;
30
+ embedCreate: string;
31
+ searchPlaceholder: string;
32
+ searchSummary: string;
33
+ noMatchingItems: string;
34
+ clearSearch: string;
35
+ sortBy: string;
36
+ openCollection: string;
37
+ createTitle: string;
38
+ derivedLabel: string;
39
+ embedMissingTitle: string;
40
+ chat: string;
41
+ refreshFeed: string;
42
+ refreshFailed: string;
43
+ feedChatSeed: string;
44
+ feedsTitle: string;
45
+ feedsEmpty: string;
46
+ chatTitle: string;
47
+ chatPlaceholder: string;
48
+ chatStart: string;
49
+ viewToggle: string;
50
+ viewTable: string;
51
+ viewCalendar: string;
52
+ calendarFieldLabel: string;
53
+ calendarPrevMonth: string;
54
+ calendarNextMonth: string;
55
+ calendarToday: string;
56
+ calendarNoDate: string;
57
+ calendarCreateOn: string;
58
+ dayViewOpen: string;
59
+ dayViewAllDay: string;
60
+ dayViewEmpty: string;
61
+ dayViewClose: string;
62
+ viewKanban: string;
63
+ kanbanFieldLabel: string;
64
+ kanbanUncategorized: string;
65
+ kanbanOpenCard: string;
66
+ addView: string;
67
+ config: {
68
+ open: string;
69
+ title: string;
70
+ viewsHeading: string;
71
+ deleteView: string;
72
+ confirmDelete: string;
73
+ empty: string;
74
+ };
75
+ customViewLoading: string;
76
+ customViewError: string;
77
+ addViewPrompt: string;
78
+ repair: string;
79
+ dataIssuesDetected: string;
80
+ repairPrompt: string;
81
+ source: {
82
+ user: string;
83
+ project: string;
84
+ };
85
+ };
86
+ common: {
87
+ add: string;
88
+ cancel: string;
89
+ loading: string;
90
+ no: string;
91
+ remove: string;
92
+ save: string;
93
+ saving: string;
94
+ yes: string;
95
+ };
96
+ };
97
+ }, {
98
+ [x: string]: import("vue-i18n").IntlDateTimeFormat;
99
+ }, {
100
+ [x: string]: import("vue-i18n").IntlNumberFormat;
101
+ }, string, false>;
102
+ /** The plugin's i18n composable — a drop-in for vue-i18n's `useI18n()` over the
103
+ * plugin's own self-contained instance. Returns `{ t, locale }` (destructured at
104
+ * the call site, exactly like `useI18n()`), with `t` reading the plugin's keys
105
+ * and `locale` the reactive tag for date/number formatting. */
106
+ export declare function useCollectionI18n(): {
107
+ t: (typeof i18n.global)["t"];
108
+ locale: (typeof i18n.global)["locale"];
109
+ };
110
+ export {};
111
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/index.ts"],"names":[],"mappings":"AAuBA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAcR,CAAC;AAmBH;;;gEAGgE;AAChE,wBAAgB,iBAAiB,IAAI;IAAE,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC;IAAC,MAAM,EAAE,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAA;CAAE,CAG5G"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const jaMessages: CollectionMessages;
3
+ export default jaMessages;
4
+ //# sourceMappingURL=ja.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/ja.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAmGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const koMessages: CollectionMessages;
3
+ export default koMessages;
4
+ //# sourceMappingURL=ko.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/ko.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAmGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const ptBRMessages: CollectionMessages;
3
+ export default ptBRMessages;
4
+ //# sourceMappingURL=ptBR.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ptBR.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/ptBR.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,YAAY,EAAE,kBAmGnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { CollectionMessages } from "./en";
2
+ declare const zhMessages: CollectionMessages;
3
+ export default zhMessages;
4
+ //# sourceMappingURL=zh.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zh.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/zh.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAE/C,QAAA,MAAM,UAAU,EAAE,kBAmGjB,CAAC;AAEF,eAAe,UAAU,CAAC"}