@mulmoclaude/collection-plugin 0.5.11 → 0.5.17
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 +107 -3
- package/dist/vue/components/CollectionCustomView.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 +1 -1
- 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 +19 -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 +19 -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 +84 -0
- package/dist/vue/uiContext.d.ts.map +1 -1
- package/dist/vue.cjs +628 -250
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js +628 -250
- package/dist/vue.js.map +1 -1
- package/package.json +1 -1
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
|
}
|
|
@@ -1363,6 +1431,18 @@
|
|
|
1363
1431
|
}
|
|
1364
1432
|
}
|
|
1365
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
|
+
|
|
1366
1446
|
.bg-violet-50 {
|
|
1367
1447
|
background-color: var(--color-violet-50);
|
|
1368
1448
|
}
|
|
@@ -1804,6 +1884,14 @@
|
|
|
1804
1884
|
color: var(--color-slate-900);
|
|
1805
1885
|
}
|
|
1806
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
|
+
|
|
1807
1895
|
.text-violet-600 {
|
|
1808
1896
|
color: var(--color-violet-600);
|
|
1809
1897
|
}
|
|
@@ -2046,6 +2134,14 @@
|
|
|
2046
2134
|
}
|
|
2047
2135
|
}
|
|
2048
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
|
+
|
|
2049
2145
|
.hover\:text-blue-800:hover {
|
|
2050
2146
|
color: var(--color-blue-800);
|
|
2051
2147
|
}
|
|
@@ -2066,10 +2162,18 @@
|
|
|
2066
2162
|
color: var(--color-slate-600);
|
|
2067
2163
|
}
|
|
2068
2164
|
|
|
2165
|
+
.hover\:text-slate-700:hover {
|
|
2166
|
+
color: var(--color-slate-700);
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2069
2169
|
.hover\:text-slate-800:hover {
|
|
2070
2170
|
color: var(--color-slate-800);
|
|
2071
2171
|
}
|
|
2072
2172
|
|
|
2173
|
+
.hover\:text-teal-600:hover {
|
|
2174
|
+
color: var(--color-teal-600);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2073
2177
|
.hover\:text-white:hover {
|
|
2074
2178
|
color: var(--color-white);
|
|
2075
2179
|
}
|
|
@@ -2529,7 +2633,7 @@
|
|
|
2529
2633
|
}
|
|
2530
2634
|
}
|
|
2531
2635
|
|
|
2532
|
-
.custom-view-container[data-v-
|
|
2636
|
+
.custom-view-container[data-v-b22228db] {
|
|
2533
2637
|
width: 100%;
|
|
2534
2638
|
height: 100%;
|
|
2535
2639
|
min-height: 0;
|
|
@@ -2538,12 +2642,12 @@
|
|
|
2538
2642
|
background: white;
|
|
2539
2643
|
overflow: hidden;
|
|
2540
2644
|
}
|
|
2541
|
-
.custom-view-message[data-v-
|
|
2645
|
+
.custom-view-message[data-v-b22228db] {
|
|
2542
2646
|
padding: 1rem;
|
|
2543
2647
|
font-size: 0.875rem;
|
|
2544
2648
|
color: #64748b;
|
|
2545
2649
|
}
|
|
2546
|
-
[role="alert"].custom-view-message[data-v-
|
|
2650
|
+
[role="alert"].custom-view-message[data-v-b22228db] {
|
|
2547
2651
|
color: #b71c1c;
|
|
2548
2652
|
}
|
|
2549
2653
|
/*$vite$:1*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollectionCustomView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionCustomView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CollectionCustomView.vue.d.ts","sourceRoot":"","sources":["../../../src/vue/components/CollectionCustomView.vue"],"names":[],"mappings":"AAsOA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAKzE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,oBAAoB,CAAC;CAC5B,CAAC;AAsOF,QAAA,MAAM,YAAY;;YAhOU,MAAM;cAAQ,MAAM,GAAG,MAAM;;;gBAGxB,MAAM;eAAS,MAAM;;;;YAH1B,MAAM;cAAQ,MAAM,GAAG,MAAM;;;gBAGxB,MAAM;eAAS,MAAM;;kFAgOpD,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,7 +3,7 @@ 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 CollectionViewI18nResult, type CollectionViewSrcdocBoot, type CollectionActionResult, type CollectionRefreshResult, type RegistryEntry, type RegistryListResponse, type RegistryImportResponse, } from "./uiContext";
|
|
7
7
|
export { useCollectionRendering, type CollectionRendering } from "./useCollectionRendering";
|
|
8
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";
|
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,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;
|
|
@@ -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;
|
|
@@ -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
|
@@ -70,6 +70,25 @@ export interface CollectionViewSrcdocBoot {
|
|
|
70
70
|
token: string;
|
|
71
71
|
dataUrl: string;
|
|
72
72
|
origin: string;
|
|
73
|
+
/** Active app locale the dict was picked for (e.g. `"en"`, `"ja"`); empty
|
|
74
|
+
* when the view has no `i18n` declared or no locale block matched. The
|
|
75
|
+
* bootstrap surfaces this as `__MC_VIEW.locale`. */
|
|
76
|
+
locale?: string;
|
|
77
|
+
/** Host-picked, locale-filtered flat string map (vue-i18n locale-message
|
|
78
|
+
* shape). The iframe sees ONLY this locale's strings via `__MC_VIEW.dict`
|
|
79
|
+
* and the `__MC_VIEW.t(key, named?)` helper (vue-i18n-style named
|
|
80
|
+
* interpolation). Optional — when omitted, the helper falls back to the
|
|
81
|
+
* key. */
|
|
82
|
+
dict?: Record<string, string>;
|
|
83
|
+
}
|
|
84
|
+
/** Server response shape for `fetchViewI18n` — already locale-picked + flat.
|
|
85
|
+
* `locale === ""` means no translations were available (view has no `i18n`
|
|
86
|
+
* declared, file missing, or neither the requested locale nor `"en"` had a
|
|
87
|
+
* block). The `dict` matches the `CollectionViewSrcdocBoot.dict` shape so
|
|
88
|
+
* the host can pass it through `buildViewSrcdoc` unchanged. */
|
|
89
|
+
export interface CollectionViewI18nResult {
|
|
90
|
+
locale: string;
|
|
91
|
+
dict: Record<string, string>;
|
|
73
92
|
}
|
|
74
93
|
/** Options for the host's confirm dialog — structurally matches the host's own
|
|
75
94
|
* `ConfirmOptions`, so `confirm` can forward to `useConfirm().openConfirm`. */
|
|
@@ -79,6 +98,57 @@ export interface CollectionConfirmOptions {
|
|
|
79
98
|
cancelText?: string;
|
|
80
99
|
variant?: "primary" | "success" | "danger";
|
|
81
100
|
}
|
|
101
|
+
/** One collection in a curated registry's published index (the host fetches
|
|
102
|
+
* each registry's index.json and proxies them all to the Discover tab). */
|
|
103
|
+
export interface RegistryEntry {
|
|
104
|
+
id: string;
|
|
105
|
+
author: string;
|
|
106
|
+
slug: string;
|
|
107
|
+
title: string;
|
|
108
|
+
icon: string;
|
|
109
|
+
description: string;
|
|
110
|
+
version: string;
|
|
111
|
+
tags: string[];
|
|
112
|
+
license: string;
|
|
113
|
+
fieldCount: number;
|
|
114
|
+
views: string[];
|
|
115
|
+
hasSeed: boolean;
|
|
116
|
+
seedCount: number;
|
|
117
|
+
screenshot?: string;
|
|
118
|
+
path: string;
|
|
119
|
+
contentSha: string;
|
|
120
|
+
/** Label of the source registry — `"official"` for the canonical
|
|
121
|
+
* receptron/mulmoclaude-collections, otherwise the `name` of an entry in
|
|
122
|
+
* the user's `config/collections-registries.json`. The Discover card shows
|
|
123
|
+
* this as a small badge so users can tell apart same-title collections from
|
|
124
|
+
* different sources. */
|
|
125
|
+
registryName: string;
|
|
126
|
+
}
|
|
127
|
+
/** Per-registry summary in the merged Discover response. */
|
|
128
|
+
export interface RegistrySummary {
|
|
129
|
+
name: string;
|
|
130
|
+
/** `ok` = fresh, `stale` = served from cache because the upstream failed,
|
|
131
|
+
* `failed` = no cache to fall back to (the entries contribution is 0). */
|
|
132
|
+
status: "ok" | "stale" | "failed";
|
|
133
|
+
generatedAt: string | null;
|
|
134
|
+
error: string | null;
|
|
135
|
+
entryCount: number;
|
|
136
|
+
}
|
|
137
|
+
/** `GET …collectionsRegistry.list` — the Discover catalog merged across every
|
|
138
|
+
* configured registry. */
|
|
139
|
+
export interface RegistryListResponse {
|
|
140
|
+
registries: RegistrySummary[];
|
|
141
|
+
/** Convenience flag: true iff any single registry's contribution was stale. */
|
|
142
|
+
stale: boolean;
|
|
143
|
+
collections: RegistryEntry[];
|
|
144
|
+
}
|
|
145
|
+
/** `POST …collectionsRegistry.import` — install result. */
|
|
146
|
+
export interface RegistryImportResponse {
|
|
147
|
+
localSlug: string;
|
|
148
|
+
updated: boolean;
|
|
149
|
+
seedWritten: number;
|
|
150
|
+
seedSkipped: boolean;
|
|
151
|
+
}
|
|
82
152
|
export interface CollectionUi {
|
|
83
153
|
/** Fetch a collection's detail (schema + records) by slug — backs both the
|
|
84
154
|
* View's own load (reads `status` for 404 → not-found) and ref/embed
|
|
@@ -107,6 +177,12 @@ export interface CollectionUi {
|
|
|
107
177
|
/** Fetch a custom view's raw HTML (host: `apiFetchRaw` over
|
|
108
178
|
* `API_ROUTES.collections.viewFile`, global bearer attached). */
|
|
109
179
|
fetchViewHtml: (slug: string, viewId: string) => Promise<CollectionViewHtmlResult>;
|
|
180
|
+
/** Fetch the translation dict for one custom view, already locale-picked
|
|
181
|
+
* server-side (host: `apiGet` over `API_ROUTES.collections.viewI18n`,
|
|
182
|
+
* global bearer attached). Returns `{ locale: "", dict: {} }` when the
|
|
183
|
+
* view has no `i18n` declared or the file is missing / malformed — the
|
|
184
|
+
* iframe-side `__MC_VIEW.t(key)` then echoes the key. */
|
|
185
|
+
fetchViewI18n: (slug: string, viewId: string, locale: string) => Promise<CollectionApiResult<CollectionViewI18nResult>>;
|
|
110
186
|
/** Wrap a custom view's HTML in a sandboxed `<iframe srcdoc>` with the token +
|
|
111
187
|
* data URL injected and the host's CSP applied. Replaces the host's
|
|
112
188
|
* `buildCustomViewSrcdoc`. */
|
|
@@ -157,6 +233,14 @@ export interface CollectionUi {
|
|
|
157
233
|
listCollections: () => Promise<CollectionApiResult<CollectionsListResponse>>;
|
|
158
234
|
/** List feed-backed collections (`apiGet` over `…feeds.list`). */
|
|
159
235
|
listFeeds: () => Promise<CollectionApiResult<FeedsListResponse>>;
|
|
236
|
+
/** List the curated registry's collections for the Discover tab (`apiGet` over
|
|
237
|
+
* `…collectionsRegistry.list`). */
|
|
238
|
+
listRegistry: () => Promise<CollectionApiResult<RegistryListResponse>>;
|
|
239
|
+
/** Import a registry collection by author+slug. `registry` (the source
|
|
240
|
+
* registry's name from the entry the user clicked) disambiguates when more
|
|
241
|
+
* than one registry publishes the same author/slug; pass null for
|
|
242
|
+
* best-match. (`apiPost` over `…collectionsRegistry.import`). */
|
|
243
|
+
importRegistry: (author: string, slug: string, registry: string | null) => Promise<CollectionApiResult<RegistryImportResponse>>;
|
|
160
244
|
/** Bulk-reconcile pinned launcher shortcuts of one kind against the
|
|
161
245
|
* authoritative list — prune dead slugs, refresh stale labels
|
|
162
246
|
* (`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;;;gCAGgC;AAChC,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;qEACqE;AACrE,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED;6EAC6E;AAC7E,MAAM,MAAM,wBAAwB,GAAG;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAElG;+EAC+E;AAC/E,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"uiContext.d.ts","sourceRoot":"","sources":["../../src/vue/uiContext.ts"],"names":[],"mappings":"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"}
|