@mulmoclaude/collection-plugin 0.13.0 → 0.13.1
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 +13 -4
- package/dist/vue/components/CollectionView.vue.d.ts.map +1 -1
- package/dist/vue/lang/en.d.ts +1 -1
- package/dist/vue/lang/index.d.ts +1 -1
- package/dist/vue.cjs +258 -186
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js +258 -186
- package/dist/vue.js.map +1 -1
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -856,6 +856,10 @@
|
|
|
856
856
|
min-width: 0;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
+
.min-w-4 {
|
|
860
|
+
min-width: calc(var(--spacing) * 4);
|
|
861
|
+
}
|
|
862
|
+
|
|
859
863
|
.min-w-5 {
|
|
860
864
|
min-width: calc(var(--spacing) * 5);
|
|
861
865
|
}
|
|
@@ -1112,6 +1116,11 @@
|
|
|
1112
1116
|
border-left-width: 4px;
|
|
1113
1117
|
}
|
|
1114
1118
|
|
|
1119
|
+
.border-dashed {
|
|
1120
|
+
--tw-border-style: dashed;
|
|
1121
|
+
border-style: dashed;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1115
1124
|
.border-amber-200 {
|
|
1116
1125
|
border-color: var(--color-amber-200);
|
|
1117
1126
|
}
|
|
@@ -1446,10 +1455,6 @@
|
|
|
1446
1455
|
background-color: var(--color-slate-100);
|
|
1447
1456
|
}
|
|
1448
1457
|
|
|
1449
|
-
.bg-slate-600 {
|
|
1450
|
-
background-color: var(--color-slate-600);
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
1458
|
.bg-slate-900\/40 {
|
|
1454
1459
|
background-color: #0f172b66;
|
|
1455
1460
|
}
|
|
@@ -1482,6 +1487,10 @@
|
|
|
1482
1487
|
background-color: var(--color-teal-600);
|
|
1483
1488
|
}
|
|
1484
1489
|
|
|
1490
|
+
.bg-transparent {
|
|
1491
|
+
background-color: #0000;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1485
1494
|
.bg-violet-50 {
|
|
1486
1495
|
background-color: var(--color-violet-50);
|
|
1487
1496
|
}
|
|
@@ -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":"AA+vFA,OAAO,EAQL,KAAK,kBAAkB,EACvB,KAAK,eAAe,EAGrB,MAAM,uBAAuB,CAAC;AAyC/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;AA64IF,QAAA,MAAM,YAAY;;;cAl4IiB,eAAe;qBAAe,MAAM;oBAAc,MAAM;;;;;cAAxD,eAAe;qBAAe,MAAM;oBAAc,MAAM;;kFAq4IzF,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/vue/lang/en.d.ts
CHANGED
package/dist/vue/lang/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ declare const i18n: import("vue-i18n").I18n<{
|
|
|
68
68
|
searchSummary: string;
|
|
69
69
|
noMatchingItems: string;
|
|
70
70
|
clearSearch: string;
|
|
71
|
-
|
|
71
|
+
flagFilterButton: string;
|
|
72
72
|
flagFilterAll: string;
|
|
73
73
|
flagFilterHide: string;
|
|
74
74
|
flagFilterOnly: string;
|