primitive-app 2.1.7 → 2.2.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.
- package/dist/chunk-rCbxF51U.cjs +1 -0
- package/dist/components/ui/checkbox/Checkbox.vue.d.ts +1 -1
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +2 -2
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts +2 -2
- package/dist/components/ui/separator/Separator.vue.d.ts +1 -1
- package/dist/components/ui/switch/Switch.vue.d.ts +1 -0
- package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/Tabs.vue.d.ts +2 -2
- package/dist/composables/useJsBaoDataLoader.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/DocumentExplorerIndex.vue.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/components/DocumentListPanel.vue.d.ts +3 -15
- package/dist/dev-tools/document-explorer/components/DocumentListPanel.vue.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/components/DocumentListSection.vue.d.ts +6 -9
- package/dist/dev-tools/document-explorer/components/DocumentListSection.vue.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/components/DocumentPropertiesPanel.vue.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/components/DocumentSharingSection.vue.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/index.d.ts +1 -1
- package/dist/dev-tools/document-explorer/index.d.ts.map +1 -1
- package/dist/dev-tools/document-explorer/types.d.ts +29 -25
- package/dist/dev-tools/document-explorer/types.d.ts.map +1 -1
- package/dist/dev-tools/vite-plugin/index.cjs +8 -10
- package/dist/dev-tools/vite-plugin/index.js +53 -117
- package/dist/index.cjs +7 -7
- package/dist/index.js +14182 -17282
- package/dist/primitive-app.css +2 -1
- package/package.json +30 -30
- package/dist/dev-tools/document-explorer/components/InvitationPropertiesPanel.vue.d.ts +0 -14
- package/dist/dev-tools/document-explorer/components/InvitationPropertiesPanel.vue.d.ts.map +0 -1
package/dist/primitive-app.css
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
[data-v-8b45a90c] tr[data-slot=table-row]{border-bottom-width:0}[data-v-8b45a90c] th[data-slot=table-head],[data-v-8b45a90c] td[data-slot=table-cell]{height:1.5rem;padding-top:.25rem;padding-bottom:.25rem}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:
|
|
1
|
+
[data-v-8b45a90c] tr[data-slot=table-row]{border-bottom-width:0}[data-v-8b45a90c] th[data-slot=table-head],[data-v-8b45a90c] td[data-slot=table-cell]{height:1.5rem;padding-top:.25rem;padding-bottom:.25rem}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:0 0}.scrollbar-thin::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:var(--color-muted-foreground)}
|
|
2
|
+
/*$vite$:1*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "primitive-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "Primitive LLC",
|
|
6
6
|
"type": "module",
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"node": "^20.19.0 || >=22.12.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@internationalized/date": "^3.
|
|
37
|
-
"
|
|
38
|
-
"@simplewebauthn/
|
|
39
|
-
"@simplewebauthn/types": "^11.0.0",
|
|
36
|
+
"@internationalized/date": "^3.12.1",
|
|
37
|
+
"@simplewebauthn/browser": "^13.3.0",
|
|
38
|
+
"@simplewebauthn/types": "^12.0.0",
|
|
40
39
|
"@tanstack/vue-table": "^8.21.3",
|
|
41
|
-
"@unovis/ts": "^1.6.
|
|
42
|
-
"@unovis/vue": "^1.6.
|
|
40
|
+
"@unovis/ts": "^1.6.4",
|
|
41
|
+
"@unovis/vue": "^1.6.4",
|
|
43
42
|
"@vee-validate/zod": "^4.15.1",
|
|
44
43
|
"class-variance-authority": "^0.7.1",
|
|
45
44
|
"clsx": "^2.1.1",
|
|
46
45
|
"embla-carousel-autoplay": "^8.6.0",
|
|
47
46
|
"embla-carousel-vue": "^8.6.0",
|
|
47
|
+
"glob": "^13.0.6",
|
|
48
48
|
"lodash.debounce": "^4.0.8",
|
|
49
|
-
"lucide-vue-next": "^0.
|
|
50
|
-
"reka-ui": "^2.6
|
|
51
|
-
"tailwind-merge": "^3.
|
|
49
|
+
"lucide-vue-next": "^1.0.0",
|
|
50
|
+
"reka-ui": "^2.9.6",
|
|
51
|
+
"tailwind-merge": "^3.5.0",
|
|
52
52
|
"tailwindcss-animate": "^1.0.7",
|
|
53
53
|
"vaul-vue": "^0.4.1",
|
|
54
54
|
"vee-validate": "^4.15.1",
|
|
55
55
|
"vue-sonner": "^2.0.9",
|
|
56
|
-
"zod": "^3.
|
|
56
|
+
"zod": "^4.3.6"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@vueuse/core": "^14.0.0",
|
|
@@ -76,31 +76,31 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@tailwindcss/vite": "^4.
|
|
79
|
+
"@tailwindcss/vite": "^4.2.3",
|
|
80
80
|
"@tsconfig/node22": "^22.0.5",
|
|
81
|
-
"@vueuse/core": "^14.0.0",
|
|
82
|
-
"pinia": "^3.0.3",
|
|
83
|
-
"vue": "^3.5.22",
|
|
84
|
-
"vue-router": "^4.6.0",
|
|
85
81
|
"@types/lodash.debounce": "^4.0.9",
|
|
86
|
-
"@types/node": "^
|
|
87
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
82
|
+
"@types/node": "^25.6.0",
|
|
83
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
88
84
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
89
|
-
"@vue/eslint-config-typescript": "^14.
|
|
90
|
-
"@vue/tsconfig": "^0.
|
|
91
|
-
"
|
|
92
|
-
"eslint
|
|
85
|
+
"@vue/eslint-config-typescript": "^14.7.0",
|
|
86
|
+
"@vue/tsconfig": "^0.9.1",
|
|
87
|
+
"@vueuse/core": "^14.2.1",
|
|
88
|
+
"eslint": "^10.2.1",
|
|
89
|
+
"eslint-plugin-vue": "~10.8.0",
|
|
93
90
|
"jiti": "^2.6.1",
|
|
94
|
-
"js-bao": "^0.
|
|
95
|
-
"js-bao-wss-client": "^1.
|
|
91
|
+
"js-bao": "^0.5.0",
|
|
92
|
+
"js-bao-wss-client": "^1.4.7",
|
|
96
93
|
"npm-run-all2": "^8.0.4",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
94
|
+
"pinia": "^3.0.4",
|
|
95
|
+
"prettier": "3.8.3",
|
|
96
|
+
"tailwindcss": "^4.2.3",
|
|
99
97
|
"tw-animate-css": "^1.4.0",
|
|
100
|
-
"typescript": "~
|
|
101
|
-
"vite": "^
|
|
102
|
-
"vite-plugin-vue-devtools": "^8.
|
|
103
|
-
"vue
|
|
98
|
+
"typescript": "~6.0.3",
|
|
99
|
+
"vite": "^8.0.9",
|
|
100
|
+
"vite-plugin-vue-devtools": "^8.1.1",
|
|
101
|
+
"vue": "^3.5.32",
|
|
102
|
+
"vue-router": "^5.0.4",
|
|
103
|
+
"vue-tsc": "^3.2.7"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"dev": "vite",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { PendingInvitation } from "../types";
|
|
2
|
-
interface Props {
|
|
3
|
-
invitation: PendingInvitation;
|
|
4
|
-
}
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"accept-invitation": (documentId: string) => any;
|
|
7
|
-
"decline-invitation": (documentId: string) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
"onAccept-invitation"?: ((documentId: string) => any) | undefined;
|
|
10
|
-
"onDecline-invitation"?: ((documentId: string) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=InvitationPropertiesPanel.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationPropertiesPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/dev-tools/document-explorer/components/InvitationPropertiesPanel.vue"],"names":[],"mappings":"AA6RA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGlD,UAAU,KAAK;IACb,UAAU,EAAE,iBAAiB,CAAC;CAC/B;AAgdD,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|