@mulmoclaude/collection-plugin 0.5.9 → 0.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +118 -0
- package/dist/vue/collectionViewMode.d.ts +10 -1
- package/dist/vue/collectionViewMode.d.ts.map +1 -1
- package/dist/vue/components/CollectionView.vue.d.ts +18 -3
- package/dist/vue/components/CollectionView.vue.d.ts.map +1 -1
- package/dist/vue/components/CollectionsIndexView.vue.d.ts.map +1 -1
- package/dist/vue/components/DiscoverPanel.vue.d.ts +8 -0
- package/dist/vue/components/DiscoverPanel.vue.d.ts.map +1 -0
- package/dist/vue/index.d.ts +2 -2
- package/dist/vue/index.d.ts.map +1 -1
- package/dist/vue/lang/de.d.ts.map +1 -1
- package/dist/vue/lang/en.d.ts +20 -0
- package/dist/vue/lang/en.d.ts.map +1 -1
- package/dist/vue/lang/es.d.ts.map +1 -1
- package/dist/vue/lang/fr.d.ts.map +1 -1
- package/dist/vue/lang/index.d.ts +20 -0
- package/dist/vue/lang/index.d.ts.map +1 -1
- package/dist/vue/lang/ja.d.ts.map +1 -1
- package/dist/vue/lang/ko.d.ts.map +1 -1
- package/dist/vue/lang/ptBR.d.ts.map +1 -1
- package/dist/vue/lang/zh.d.ts.map +1 -1
- package/dist/vue/uiContext.d.ts +65 -1
- package/dist/vue/uiContext.d.ts.map +1 -1
- package/dist/vue.cjs +803 -380
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js +802 -381
- package/dist/vue.js.map +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
--color-emerald-500: oklch(69.6% .17 162.48);
|
|
96
96
|
--color-emerald-600: oklch(59.6% .145 163.225);
|
|
97
97
|
--color-emerald-700: oklch(50.8% .118 165.612);
|
|
98
|
+
--color-teal-50: oklch(98.4% .014 180.72);
|
|
99
|
+
--color-teal-100: oklch(95.3% .051 180.801);
|
|
100
|
+
--color-teal-500: oklch(70.4% .14 182.503);
|
|
101
|
+
--color-teal-600: oklch(60% .118 184.704);
|
|
102
|
+
--color-teal-700: oklch(51.1% .096 186.391);
|
|
98
103
|
--color-blue-600: oklch(54.6% .245 262.881);
|
|
99
104
|
--color-blue-800: oklch(42.4% .199 265.638);
|
|
100
105
|
--color-indigo-50: oklch(96.2% .018 272.314);
|
|
@@ -160,6 +165,7 @@
|
|
|
160
165
|
--tracking-wider: .05em;
|
|
161
166
|
--leading-tight: 1.25;
|
|
162
167
|
--leading-relaxed: 1.625;
|
|
168
|
+
--radius-md: .375rem;
|
|
163
169
|
--radius-lg: .5rem;
|
|
164
170
|
--radius-xl: .75rem;
|
|
165
171
|
--radius-2xl: 1rem;
|
|
@@ -671,6 +677,10 @@
|
|
|
671
677
|
height: calc(var(--spacing) * 2);
|
|
672
678
|
}
|
|
673
679
|
|
|
680
|
+
.h-3 {
|
|
681
|
+
height: calc(var(--spacing) * 3);
|
|
682
|
+
}
|
|
683
|
+
|
|
674
684
|
.h-4 {
|
|
675
685
|
height: calc(var(--spacing) * 4);
|
|
676
686
|
}
|
|
@@ -691,6 +701,10 @@
|
|
|
691
701
|
height: calc(var(--spacing) * 9);
|
|
692
702
|
}
|
|
693
703
|
|
|
704
|
+
.h-11 {
|
|
705
|
+
height: calc(var(--spacing) * 11);
|
|
706
|
+
}
|
|
707
|
+
|
|
694
708
|
.h-12 {
|
|
695
709
|
height: calc(var(--spacing) * 12);
|
|
696
710
|
}
|
|
@@ -739,6 +753,10 @@
|
|
|
739
753
|
width: calc(var(--spacing) * 2);
|
|
740
754
|
}
|
|
741
755
|
|
|
756
|
+
.w-3 {
|
|
757
|
+
width: calc(var(--spacing) * 3);
|
|
758
|
+
}
|
|
759
|
+
|
|
742
760
|
.w-4 {
|
|
743
761
|
width: calc(var(--spacing) * 4);
|
|
744
762
|
}
|
|
@@ -763,6 +781,10 @@
|
|
|
763
781
|
width: calc(var(--spacing) * 10);
|
|
764
782
|
}
|
|
765
783
|
|
|
784
|
+
.w-11 {
|
|
785
|
+
width: calc(var(--spacing) * 11);
|
|
786
|
+
}
|
|
787
|
+
|
|
766
788
|
.w-12 {
|
|
767
789
|
width: calc(var(--spacing) * 12);
|
|
768
790
|
}
|
|
@@ -1011,6 +1033,10 @@
|
|
|
1011
1033
|
border-radius: var(--radius-lg);
|
|
1012
1034
|
}
|
|
1013
1035
|
|
|
1036
|
+
.rounded-md {
|
|
1037
|
+
border-radius: var(--radius-md);
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1014
1040
|
.rounded-xl {
|
|
1015
1041
|
border-radius: var(--radius-xl);
|
|
1016
1042
|
}
|
|
@@ -1177,6 +1203,30 @@
|
|
|
1177
1203
|
border-color: var(--color-slate-300);
|
|
1178
1204
|
}
|
|
1179
1205
|
|
|
1206
|
+
.border-teal-100 {
|
|
1207
|
+
border-color: var(--color-teal-100);
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.border-teal-100\/50 {
|
|
1211
|
+
border-color: #cbfbf180;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1215
|
+
.border-teal-100\/50 {
|
|
1216
|
+
border-color: color-mix(in oklab, var(--color-teal-100) 50%, transparent);
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.border-teal-600\/20 {
|
|
1221
|
+
border-color: #00958833;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1225
|
+
.border-teal-600\/20 {
|
|
1226
|
+
border-color: color-mix(in oklab, var(--color-teal-600) 20%, transparent);
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1180
1230
|
.border-violet-100\/50 {
|
|
1181
1231
|
border-color: #ede9fe80;
|
|
1182
1232
|
}
|
|
@@ -1187,10 +1237,28 @@
|
|
|
1187
1237
|
}
|
|
1188
1238
|
}
|
|
1189
1239
|
|
|
1240
|
+
.border-white\/30 {
|
|
1241
|
+
border-color: #ffffff4d;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1245
|
+
.border-white\/30 {
|
|
1246
|
+
border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1190
1250
|
.border-t-indigo-600 {
|
|
1191
1251
|
border-top-color: var(--color-indigo-600);
|
|
1192
1252
|
}
|
|
1193
1253
|
|
|
1254
|
+
.border-t-teal-600 {
|
|
1255
|
+
border-top-color: var(--color-teal-600);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.border-t-white {
|
|
1259
|
+
border-top-color: var(--color-white);
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1194
1262
|
.border-l-amber-500 {
|
|
1195
1263
|
border-left-color: var(--color-amber-500);
|
|
1196
1264
|
}
|
|
@@ -1255,6 +1323,16 @@
|
|
|
1255
1323
|
}
|
|
1256
1324
|
}
|
|
1257
1325
|
|
|
1326
|
+
.bg-indigo-50\/60 {
|
|
1327
|
+
background-color: #eef2ff99;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1331
|
+
.bg-indigo-50\/60 {
|
|
1332
|
+
background-color: color-mix(in oklab, var(--color-indigo-50) 60%, transparent);
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1258
1336
|
.bg-indigo-100\/60 {
|
|
1259
1337
|
background-color: #e0e7ff99;
|
|
1260
1338
|
}
|
|
@@ -1353,6 +1431,18 @@
|
|
|
1353
1431
|
}
|
|
1354
1432
|
}
|
|
1355
1433
|
|
|
1434
|
+
.bg-teal-50 {
|
|
1435
|
+
background-color: var(--color-teal-50);
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.bg-teal-500 {
|
|
1439
|
+
background-color: var(--color-teal-500);
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
.bg-teal-600 {
|
|
1443
|
+
background-color: var(--color-teal-600);
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1356
1446
|
.bg-violet-50 {
|
|
1357
1447
|
background-color: var(--color-violet-50);
|
|
1358
1448
|
}
|
|
@@ -1738,6 +1828,10 @@
|
|
|
1738
1828
|
color: var(--color-indigo-700);
|
|
1739
1829
|
}
|
|
1740
1830
|
|
|
1831
|
+
.text-indigo-800 {
|
|
1832
|
+
color: var(--color-indigo-800);
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1741
1835
|
.text-indigo-900 {
|
|
1742
1836
|
color: var(--color-indigo-900);
|
|
1743
1837
|
}
|
|
@@ -1790,6 +1884,14 @@
|
|
|
1790
1884
|
color: var(--color-slate-900);
|
|
1791
1885
|
}
|
|
1792
1886
|
|
|
1887
|
+
.text-teal-600 {
|
|
1888
|
+
color: var(--color-teal-600);
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.text-teal-700 {
|
|
1892
|
+
color: var(--color-teal-700);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1793
1895
|
.text-violet-600 {
|
|
1794
1896
|
color: var(--color-violet-600);
|
|
1795
1897
|
}
|
|
@@ -2032,6 +2134,14 @@
|
|
|
2032
2134
|
}
|
|
2033
2135
|
}
|
|
2034
2136
|
|
|
2137
|
+
.hover\:bg-teal-50:hover {
|
|
2138
|
+
background-color: var(--color-teal-50);
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.hover\:bg-teal-700:hover {
|
|
2142
|
+
background-color: var(--color-teal-700);
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2035
2145
|
.hover\:text-blue-800:hover {
|
|
2036
2146
|
color: var(--color-blue-800);
|
|
2037
2147
|
}
|
|
@@ -2052,10 +2162,18 @@
|
|
|
2052
2162
|
color: var(--color-slate-600);
|
|
2053
2163
|
}
|
|
2054
2164
|
|
|
2165
|
+
.hover\:text-slate-700:hover {
|
|
2166
|
+
color: var(--color-slate-700);
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2055
2169
|
.hover\:text-slate-800:hover {
|
|
2056
2170
|
color: var(--color-slate-800);
|
|
2057
2171
|
}
|
|
2058
2172
|
|
|
2173
|
+
.hover\:text-teal-600:hover {
|
|
2174
|
+
color: var(--color-teal-600);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2059
2177
|
.hover\:text-white:hover {
|
|
2060
2178
|
color: var(--color-white);
|
|
2061
2179
|
}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
import type { SortState } from "@mulmoclaude/core/collection";
|
|
1
|
+
import type { SortState, CollectionSchema } from "@mulmoclaude/core/collection";
|
|
2
2
|
/** The host's built-in, field-derived view modes. */
|
|
3
3
|
export type BuiltInViewMode = "table" | "calendar" | "kanban";
|
|
4
4
|
/** A custom (LLM-authored) view's selector key: `custom:<viewId>`. */
|
|
5
5
|
export type CustomViewMode = `custom:${string}`;
|
|
6
6
|
export type CollectionViewMode = BuiltInViewMode | CustomViewMode;
|
|
7
|
+
/** Build the `custom:<id>` selector key for a custom view. */
|
|
8
|
+
export declare function customViewKey(viewId: string): CustomViewMode;
|
|
9
|
+
/** Every view mode a schema can render, in selector order: `table`
|
|
10
|
+
* always, `calendar` when a `date`/`datetime` field exists, `kanban`
|
|
11
|
+
* when an `enum` field exists, then each declared custom view. Mirrors
|
|
12
|
+
* the field-derived gating inside `CollectionView` (hasCalendar /
|
|
13
|
+
* hasKanban / customViews) so callers outside that component — e.g. the
|
|
14
|
+
* dashboard's per-tile view picker — offer exactly the same choices. */
|
|
15
|
+
export declare function applicableViewModes(schema: CollectionSchema): CollectionViewMode[];
|
|
7
16
|
export declare function readCollectionViewMode(slug: string): CollectionViewMode | null;
|
|
8
17
|
export declare function writeCollectionViewMode(slug: string, view: CollectionViewMode): void;
|
|
9
18
|
export declare function readCollectionSort(slug: string): SortState | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collectionViewMode.d.ts","sourceRoot":"","sources":["../../src/vue/collectionViewMode.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"collectionViewMode.d.ts","sourceRoot":"","sources":["../../src/vue/collectionViewMode.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhF,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;AAElE,8DAA8D;AAC9D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,CAE5D;AAED;;;;;yEAKyE;AACzE,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,gBAAgB,GAAG,kBAAkB,EAAE,CAOlF;AA+BD,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BuiltInViewMode } from "../collectionViewMode";
|
|
1
|
+
import { type CollectionViewMode, type BuiltInViewMode } from "../collectionViewMode";
|
|
2
2
|
/** `slug` / `selected` are supplied only in EMBEDDED mode (the
|
|
3
3
|
* `presentCollection` chat card mounts this component and drives both
|
|
4
4
|
* from the tool result). In standalone route mode (the
|
|
@@ -16,10 +16,25 @@ type __VLS_Props = {
|
|
|
16
16
|
/** Embedded mode only: initial view / anchor / group restored from the
|
|
17
17
|
* card's persisted `viewState` so a switch to calendar or kanban
|
|
18
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
|
-
|
|
19
|
+
* per-collection localStorage preference, read by both modes.) Accepts a
|
|
20
|
+
* `custom:<id>` mode too so the dashboard can open a tile directly on a
|
|
21
|
+
* custom view. */
|
|
22
|
+
initialView?: CollectionViewMode;
|
|
21
23
|
initialAnchorField?: string;
|
|
22
24
|
initialGroupField?: string;
|
|
25
|
+
/** Hide the header's view-mode toggle (table ↔ calendar ↔ kanban ↔
|
|
26
|
+
* custom + "add view"). The dashboard sets this because each tile
|
|
27
|
+
* carries its own view picker, persisting the choice to the dashboard
|
|
28
|
+
* layout rather than the card/localStorage. Search stays available. */
|
|
29
|
+
hideViewToggle?: boolean;
|
|
30
|
+
/** Hide the top header (icon / title / chat / add / delete). The
|
|
31
|
+
* dashboard sets this because each tile renders its own header
|
|
32
|
+
* (drag handle + icon + title + view picker), so the view's built-in
|
|
33
|
+
* header would be a redundant second title bar. */
|
|
34
|
+
hideHeader?: boolean;
|
|
35
|
+
/** Hide the record search input. The dashboard sets this to keep tiles
|
|
36
|
+
* compact; with the toggle also hidden the whole toolbar collapses. */
|
|
37
|
+
hideSearch?: boolean;
|
|
23
38
|
};
|
|
24
39
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
40
|
select: (id: string | null) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CollectionView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionView.vue"],"names":[],"mappings":"AAowEA,OAAO,EAML,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACrB,MAAM,uBAAuB,CAAC;AAqC/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;;;;;uBAKmB;IACnB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;4EAGwE;IACxE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;wDAGoD;IACpD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;4EACwE;IACxE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAmqHF,QAAA,MAAM,YAAY;;;cAxpHiB,eAAe;qBAAe,MAAM;oBAAc,MAAM;;;;;cAAxD,eAAe;qBAAe,MAAM;oBAAc,MAAM;;kFA2pHzF,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionsIndexView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionsIndexView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CollectionsIndexView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionsIndexView.vue"],"names":[],"mappings":"AAkwBA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
imported: () => any;
|
|
3
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onImported?: (() => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=DiscoverPanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DiscoverPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/DiscoverPanel.vue"],"names":[],"mappings":"AAmnBA,QAAA,MAAM,YAAY;;;;iFAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/vue/index.d.ts
CHANGED
|
@@ -3,9 +3,9 @@ import type { ToolPlugin } from "gui-chat-protocol/vue";
|
|
|
3
3
|
import { type PresentCollectionData, type PresentCollectionArgs } from "@mulmoclaude/core/collection";
|
|
4
4
|
import ChatView from "./chat/View.vue";
|
|
5
5
|
import ChatPreview from "./chat/Preview.vue";
|
|
6
|
-
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";
|
|
6
|
+
export { configureCollectionUi, collectionUi, type CollectionUi, type CollectionFetchResult, type CollectionApiResult, type CollectionMutationResult, type CollectionConfirmOptions, type CollectionViewToken, type CollectionViewHtmlResult, type CollectionViewSrcdocBoot, type CollectionActionResult, type CollectionRefreshResult, type RegistryEntry, type RegistryListResponse, type RegistryImportResponse, } from "./uiContext";
|
|
7
7
|
export { useCollectionRendering, type CollectionRendering } from "./useCollectionRendering";
|
|
8
|
-
export { readCollectionViewMode, writeCollectionViewMode, readCollectionSort, writeCollectionSort, type CollectionViewMode, type BuiltInViewMode, type CustomViewMode, } from "./collectionViewMode";
|
|
8
|
+
export { readCollectionViewMode, writeCollectionViewMode, readCollectionSort, writeCollectionSort, customViewKey, applicableViewModes, type CollectionViewMode, type BuiltInViewMode, type CustomViewMode, } from "./collectionViewMode";
|
|
9
9
|
export { default as CollectionRecordModal } from "./components/CollectionRecordModal.vue";
|
|
10
10
|
export { default as CollectionEmbedView } from "./components/CollectionEmbedView.vue";
|
|
11
11
|
export { default as CollectionCalendarView } from "./components/CollectionCalendarView.vue";
|
package/dist/vue/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/vue/index.ts"],"names":[],"mappings":"AAcA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAA6C,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACjJ,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AACvC,OAAO,WAAW,MAAM,oBAAoB,CAAC;AAE7C,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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/vue/index.ts"],"names":[],"mappings":"AAcA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAA6C,KAAK,qBAAqB,EAAE,KAAK,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACjJ,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AACvC,OAAO,WAAW,MAAM,oBAAoB,CAAC;AAE7C,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,EAC5B,KAAK,aAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B,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,aAAa,EACb,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;AAMlE,eAAO,MAAM,MAAM,EAAE,UAAU,CAAC,qBAAqB,EAAE,qBAAqB,EAAE,qBAAqB,CAOlG,CAAC;AAEF,OAAO,EAAE,QAAQ,IAAI,qBAAqB,EAAE,WAAW,IAAI,wBAAwB,EAAE,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAiIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/dist/vue/lang/en.d.ts
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
declare const enMessages: {
|
|
2
2
|
collectionsView: {
|
|
3
|
+
discover: {
|
|
4
|
+
tab: string;
|
|
5
|
+
installedTab: string;
|
|
6
|
+
empty: string;
|
|
7
|
+
loadFailed: string;
|
|
8
|
+
by: string;
|
|
9
|
+
fields: string;
|
|
10
|
+
samples: string;
|
|
11
|
+
import: string;
|
|
12
|
+
importing: string;
|
|
13
|
+
imported: string;
|
|
14
|
+
importedAs: string;
|
|
15
|
+
registryBadge: string;
|
|
16
|
+
updated: string;
|
|
17
|
+
open: string;
|
|
18
|
+
};
|
|
19
|
+
contribute: string;
|
|
20
|
+
contributeConfirm: string;
|
|
21
|
+
contributePrompt: string;
|
|
3
22
|
addCollectionLabel: string;
|
|
4
23
|
addCollectionPrompt: string;
|
|
5
24
|
addFeedTitle: string;
|
|
@@ -39,6 +58,7 @@ declare const enMessages: {
|
|
|
39
58
|
chat: string;
|
|
40
59
|
refreshFeed: string;
|
|
41
60
|
refreshFailed: string;
|
|
61
|
+
refreshDispatched: string;
|
|
42
62
|
feedChatSeed: string;
|
|
43
63
|
feedsTitle: string;
|
|
44
64
|
feedsEmpty: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/en.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/en.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiIf,CAAC;AAEF,eAAe,UAAU,CAAC;AAE1B,MAAM,MAAM,kBAAkB,GAAG,OAAO,UAAU,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAiIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAkIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/dist/vue/lang/index.d.ts
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
declare const i18n: import("vue-i18n").I18n<{
|
|
2
2
|
[x: string]: {
|
|
3
3
|
collectionsView: {
|
|
4
|
+
discover: {
|
|
5
|
+
tab: string;
|
|
6
|
+
installedTab: string;
|
|
7
|
+
empty: string;
|
|
8
|
+
loadFailed: string;
|
|
9
|
+
by: string;
|
|
10
|
+
fields: string;
|
|
11
|
+
samples: string;
|
|
12
|
+
import: string;
|
|
13
|
+
importing: string;
|
|
14
|
+
imported: string;
|
|
15
|
+
importedAs: string;
|
|
16
|
+
registryBadge: string;
|
|
17
|
+
updated: string;
|
|
18
|
+
open: string;
|
|
19
|
+
};
|
|
20
|
+
contribute: string;
|
|
21
|
+
contributeConfirm: string;
|
|
22
|
+
contributePrompt: string;
|
|
4
23
|
addCollectionLabel: string;
|
|
5
24
|
addCollectionPrompt: string;
|
|
6
25
|
addFeedTitle: string;
|
|
@@ -40,6 +59,7 @@ declare const i18n: import("vue-i18n").I18n<{
|
|
|
40
59
|
chat: string;
|
|
41
60
|
refreshFeed: string;
|
|
42
61
|
refreshFailed: string;
|
|
62
|
+
refreshDispatched: string;
|
|
43
63
|
feedChatSeed: string;
|
|
44
64
|
feedsTitle: string;
|
|
45
65
|
feedsEmpty: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/index.ts"],"names":[],"mappings":"AAuBA,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/vue/lang/index.ts"],"names":[],"mappings":"AAuBA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAcR,CAAC;AAsBH;;;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"}
|
|
@@ -1 +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,
|
|
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,kBAiIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAiIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAiInB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +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,
|
|
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,kBAgIjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/dist/vue/uiContext.d.ts
CHANGED
|
@@ -35,11 +35,16 @@ export interface CollectionActionResult {
|
|
|
35
35
|
prompt: string;
|
|
36
36
|
role: string;
|
|
37
37
|
}
|
|
38
|
-
/** A
|
|
38
|
+
/** A collection refresh's result — counts + per-source errors. `dispatched` is
|
|
39
|
+
* true for agent ingest (a worker was launched; records update async).
|
|
40
|
+
* `chatId` is the visible worker's session (manual Refresh) so the client can
|
|
41
|
+
* open it to watch the run. */
|
|
39
42
|
export interface CollectionRefreshResult {
|
|
40
43
|
refreshed: boolean;
|
|
41
44
|
written: number;
|
|
42
45
|
errors: string[];
|
|
46
|
+
dispatched?: boolean;
|
|
47
|
+
chatId?: string;
|
|
43
48
|
}
|
|
44
49
|
/** Scoped capability token for a sandboxed custom view (mirrors the host's mint
|
|
45
50
|
* response) — the iframe reads/writes the collection through it. */
|
|
@@ -74,6 +79,57 @@ export interface CollectionConfirmOptions {
|
|
|
74
79
|
cancelText?: string;
|
|
75
80
|
variant?: "primary" | "success" | "danger";
|
|
76
81
|
}
|
|
82
|
+
/** One collection in a curated registry's published index (the host fetches
|
|
83
|
+
* each registry's index.json and proxies them all to the Discover tab). */
|
|
84
|
+
export interface RegistryEntry {
|
|
85
|
+
id: string;
|
|
86
|
+
author: string;
|
|
87
|
+
slug: string;
|
|
88
|
+
title: string;
|
|
89
|
+
icon: string;
|
|
90
|
+
description: string;
|
|
91
|
+
version: string;
|
|
92
|
+
tags: string[];
|
|
93
|
+
license: string;
|
|
94
|
+
fieldCount: number;
|
|
95
|
+
views: string[];
|
|
96
|
+
hasSeed: boolean;
|
|
97
|
+
seedCount: number;
|
|
98
|
+
screenshot?: string;
|
|
99
|
+
path: string;
|
|
100
|
+
contentSha: string;
|
|
101
|
+
/** Label of the source registry — `"official"` for the canonical
|
|
102
|
+
* receptron/mulmoclaude-collections, otherwise the `name` of an entry in
|
|
103
|
+
* the user's `config/collections-registries.json`. The Discover card shows
|
|
104
|
+
* this as a small badge so users can tell apart same-title collections from
|
|
105
|
+
* different sources. */
|
|
106
|
+
registryName: string;
|
|
107
|
+
}
|
|
108
|
+
/** Per-registry summary in the merged Discover response. */
|
|
109
|
+
export interface RegistrySummary {
|
|
110
|
+
name: string;
|
|
111
|
+
/** `ok` = fresh, `stale` = served from cache because the upstream failed,
|
|
112
|
+
* `failed` = no cache to fall back to (the entries contribution is 0). */
|
|
113
|
+
status: "ok" | "stale" | "failed";
|
|
114
|
+
generatedAt: string | null;
|
|
115
|
+
error: string | null;
|
|
116
|
+
entryCount: number;
|
|
117
|
+
}
|
|
118
|
+
/** `GET …collectionsRegistry.list` — the Discover catalog merged across every
|
|
119
|
+
* configured registry. */
|
|
120
|
+
export interface RegistryListResponse {
|
|
121
|
+
registries: RegistrySummary[];
|
|
122
|
+
/** Convenience flag: true iff any single registry's contribution was stale. */
|
|
123
|
+
stale: boolean;
|
|
124
|
+
collections: RegistryEntry[];
|
|
125
|
+
}
|
|
126
|
+
/** `POST …collectionsRegistry.import` — install result. */
|
|
127
|
+
export interface RegistryImportResponse {
|
|
128
|
+
localSlug: string;
|
|
129
|
+
updated: boolean;
|
|
130
|
+
seedWritten: number;
|
|
131
|
+
seedSkipped: boolean;
|
|
132
|
+
}
|
|
77
133
|
export interface CollectionUi {
|
|
78
134
|
/** Fetch a collection's detail (schema + records) by slug — backs both the
|
|
79
135
|
* View's own load (reads `status` for 404 → not-found) and ref/embed
|
|
@@ -152,6 +208,14 @@ export interface CollectionUi {
|
|
|
152
208
|
listCollections: () => Promise<CollectionApiResult<CollectionsListResponse>>;
|
|
153
209
|
/** List feed-backed collections (`apiGet` over `…feeds.list`). */
|
|
154
210
|
listFeeds: () => Promise<CollectionApiResult<FeedsListResponse>>;
|
|
211
|
+
/** List the curated registry's collections for the Discover tab (`apiGet` over
|
|
212
|
+
* `…collectionsRegistry.list`). */
|
|
213
|
+
listRegistry: () => Promise<CollectionApiResult<RegistryListResponse>>;
|
|
214
|
+
/** Import a registry collection by author+slug. `registry` (the source
|
|
215
|
+
* registry's name from the entry the user clicked) disambiguates when more
|
|
216
|
+
* than one registry publishes the same author/slug; pass null for
|
|
217
|
+
* best-match. (`apiPost` over `…collectionsRegistry.import`). */
|
|
218
|
+
importRegistry: (author: string, slug: string, registry: string | null) => Promise<CollectionApiResult<RegistryImportResponse>>;
|
|
155
219
|
/** Bulk-reconcile pinned launcher shortcuts of one kind against the
|
|
156
220
|
* authoritative list — prune dead slugs, refresh stale labels
|
|
157
221
|
* (`useShortcuts().reconcile`). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uiContext.d.ts","sourceRoot":"","sources":["../../src/vue/uiContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,KAAK,EACV,wBAAwB,EACxB,oBAAoB,EACpB,wBAAwB,EACxB,uBAAuB,EACvB,iBAAiB,EACjB,sBAAsB,EACtB,cAAc,EACf,MAAM,8BAA8B,CAAC;AAEtC;;yEAEyE;AACzE,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,CAAC,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAA;CAAE,CAAC;AAE7E;;qEAEqE;AACrE,MAAM,MAAM,wBAAwB,GAAG;IAAE,EAAE,EAAE,IAAI,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEnF;;;uBAGuB;AACvB,MAAM,MAAM,mBAAmB,CAAC,CAAC,IAAI;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,CAAC,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAE1G,iFAAiF;AACjF,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED
|
|
1
|
+
{"version":3,"file":"uiContext.d.ts","sourceRoot":"","sources":["../../src/vue/uiContext.ts"],"names":[],"mappings":"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"}
|