primitive-app 2.0.0 → 2.1.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/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +2 -2
- package/dist/components/ui/native-select/NativeSelect.vue.d.ts.map +1 -1
- package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +6 -6
- package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts +6 -6
- package/dist/components/ui/tabs/Tabs.vue.d.ts +25 -0
- package/dist/components/ui/tabs/Tabs.vue.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsContent.vue.d.ts +19 -0
- package/dist/components/ui/tabs/TabsContent.vue.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsList.vue.d.ts +19 -0
- package/dist/components/ui/tabs/TabsList.vue.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +19 -0
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/tabs/index.d.ts +5 -0
- package/dist/components/ui/tabs/index.d.ts.map +1 -0
- package/dist/{components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts → dev-tools/document-explorer/DocumentExplorerIndex.vue.d.ts} +1 -1
- package/dist/dev-tools/document-explorer/DocumentExplorerIndex.vue.d.ts.map +1 -0
- package/dist/dev-tools/document-explorer/DocumentExplorerModel.vue.d.ts +11 -0
- package/dist/dev-tools/document-explorer/DocumentExplorerModel.vue.d.ts.map +1 -0
- package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/DocumentSidebar.vue.d.ts +4 -3
- package/dist/dev-tools/document-explorer/DocumentSidebar.vue.d.ts.map +1 -0
- package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/dialogs/MassDeleteDocsDialog.vue.d.ts +1 -0
- package/dist/dev-tools/document-explorer/dialogs/MassDeleteDocsDialog.vue.d.ts.map +1 -0
- package/dist/dev-tools/document-explorer/dialogs/MassDeleteRecordsDialog.vue.d.ts.map +1 -0
- package/dist/{stores/documentDebuggerStore.d.ts → dev-tools/document-explorer/documentExplorerStore.d.ts} +6 -5
- package/dist/dev-tools/document-explorer/documentExplorerStore.d.ts.map +1 -0
- package/dist/dev-tools/document-explorer/index.d.ts +12 -0
- package/dist/dev-tools/document-explorer/index.d.ts.map +1 -0
- package/dist/dev-tools/document-explorer/types.d.ts.map +1 -0
- package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/utils.d.ts +1 -1
- package/dist/dev-tools/document-explorer/utils.d.ts.map +1 -0
- package/dist/dev-tools/index.d.ts +20 -0
- package/dist/dev-tools/index.d.ts.map +1 -0
- package/dist/{components/debug-suite/pages/DebugSuiteLayout.vue.d.ts → dev-tools/test-harness/TestRunner.vue.d.ts} +6 -6
- package/dist/dev-tools/test-harness/TestRunner.vue.d.ts.map +1 -0
- package/dist/dev-tools/test-harness/index.d.ts +7 -0
- package/dist/dev-tools/test-harness/index.d.ts.map +1 -0
- package/dist/dev-tools/test-harness/lib.d.ts +29 -0
- package/dist/dev-tools/test-harness/lib.d.ts.map +1 -0
- package/dist/dev-tools/test-harness/types.d.ts +42 -0
- package/dist/dev-tools/test-harness/types.d.ts.map +1 -0
- package/dist/dev-tools/vite-plugin/DevToolsFloatingButton.vue.d.ts +11 -0
- package/dist/dev-tools/vite-plugin/DevToolsFloatingButton.vue.d.ts.map +1 -0
- package/dist/dev-tools/vite-plugin/DevToolsOverlay.vue.d.ts +13 -0
- package/dist/dev-tools/vite-plugin/DevToolsOverlay.vue.d.ts.map +1 -0
- package/dist/{components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts → dev-tools/vite-plugin/DevToolsRoot.vue.d.ts} +4 -10
- package/dist/dev-tools/vite-plugin/DevToolsRoot.vue.d.ts.map +1 -0
- package/dist/dev-tools/vite-plugin/index.cjs +60 -0
- package/dist/dev-tools/vite-plugin/index.d.ts +11 -0
- package/dist/dev-tools/vite-plugin/index.d.ts.map +1 -0
- package/dist/dev-tools/vite-plugin/index.js +116 -0
- package/dist/dev-tools/vite-plugin/plugin.d.ts +22 -0
- package/dist/dev-tools/vite-plugin/plugin.d.ts.map +1 -0
- package/dist/dev-tools/vite-plugin/test-discovery.d.ts +6 -0
- package/dist/dev-tools/vite-plugin/test-discovery.d.ts.map +1 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.ts +5 -39
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11501 -19246
- package/dist/lib/logger.d.ts +5 -0
- package/dist/lib/logger.d.ts.map +1 -1
- package/dist/services/JsBaoClientService.d.ts +15 -34
- package/dist/services/JsBaoClientService.d.ts.map +1 -1
- package/package.json +8 -2
- package/dist/components/auth/EditProfile.vue.d.ts +0 -34
- package/dist/components/auth/EditProfile.vue.d.ts.map +0 -1
- package/dist/components/auth/PasskeyManagement.vue.d.ts +0 -16
- package/dist/components/auth/PasskeyManagement.vue.d.ts.map +0 -1
- package/dist/components/auth/PrimitiveLogin.vue.d.ts +0 -81
- package/dist/components/auth/PrimitiveLogin.vue.d.ts.map +0 -1
- package/dist/components/auth/PrimitiveLogout.vue.d.ts +0 -32
- package/dist/components/auth/PrimitiveLogout.vue.d.ts.map +0 -1
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts +0 -63
- package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/EphemeralDocService.d.ts +0 -46
- package/dist/components/debug-suite/EphemeralDocService.d.ts.map +0 -1
- package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts +0 -19
- package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts +0 -4
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts +0 -4
- package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/types.d.ts.map +0 -1
- package/dist/components/debug-suite/document-debugger/utils.d.ts.map +0 -1
- package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts +0 -4
- package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts +0 -4
- package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts +0 -4
- package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts.map +0 -1
- package/dist/components/debug-suite/testTypes.d.ts +0 -18
- package/dist/components/debug-suite/testTypes.d.ts.map +0 -1
- package/dist/components/documents/PrimitiveDocumentList.vue.d.ts +0 -36
- package/dist/components/documents/PrimitiveDocumentList.vue.d.ts.map +0 -1
- package/dist/components/documents/PrimitiveDocumentSwitcher.vue.d.ts +0 -44
- package/dist/components/documents/PrimitiveDocumentSwitcher.vue.d.ts.map +0 -1
- package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts +0 -33
- package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts.map +0 -1
- package/dist/components/shared/PrimitiveMobileTabBar.vue.d.ts +0 -40
- package/dist/components/shared/PrimitiveMobileTabBar.vue.d.ts.map +0 -1
- package/dist/components/shared/PrimitiveUserMenu.vue.d.ts +0 -38
- package/dist/components/shared/PrimitiveUserMenu.vue.d.ts.map +0 -1
- package/dist/components/shared/PrimitiveUserTabItem.vue.d.ts +0 -41
- package/dist/components/shared/PrimitiveUserTabItem.vue.d.ts.map +0 -1
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts +0 -15
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +0 -1
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts +0 -15
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +0 -1
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +0 -23
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +0 -1
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +0 -23
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +0 -1
- package/dist/components/ui/carousel/index.d.ts +0 -8
- package/dist/components/ui/carousel/index.d.ts.map +0 -1
- package/dist/components/ui/carousel/interface.d.ts +0 -31
- package/dist/components/ui/carousel/interface.d.ts.map +0 -1
- package/dist/components/ui/carousel/useCarousel.d.ts +0 -5
- package/dist/components/ui/carousel/useCarousel.d.ts.map +0 -1
- package/dist/composables/useTheme.d.ts +0 -34
- package/dist/composables/useTheme.d.ts.map +0 -1
- package/dist/createPrimitiveApp.d.ts +0 -57
- package/dist/createPrimitiveApp.d.ts.map +0 -1
- package/dist/index.umd.cjs +0 -9
- package/dist/lib/routeOrUrl.d.ts +0 -25
- package/dist/lib/routeOrUrl.d.ts.map +0 -1
- package/dist/models/UserPref.d.ts +0 -10
- package/dist/models/UserPref.d.ts.map +0 -1
- package/dist/models/generated/index.d.ts +0 -3
- package/dist/models/generated/index.d.ts.map +0 -1
- package/dist/models/generated/relationships.d.ts +0 -2
- package/dist/models/generated/relationships.d.ts.map +0 -1
- package/dist/pages/PrimitiveNotFound.vue.d.ts +0 -18
- package/dist/pages/PrimitiveNotFound.vue.d.ts.map +0 -1
- package/dist/router/primitiveRouter.d.ts +0 -77
- package/dist/router/primitiveRouter.d.ts.map +0 -1
- package/dist/stores/documentDebuggerStore.d.ts.map +0 -1
- package/dist/stores/userStore.d.ts +0 -413
- package/dist/stores/userStore.d.ts.map +0 -1
- package/dist/types/router.d.ts +0 -14
- package/dist/types/router.d.ts.map +0 -1
- /package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/dialogs/MassDeleteRecordsDialog.vue.d.ts +0 -0
- /package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/types.d.ts +0 -0
|
@@ -4,9 +4,9 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<DropdownMenuRadioGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
-
"update:modelValue": (payload:
|
|
7
|
+
"update:modelValue": (payload: import("reka-ui").AcceptableValue) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<DropdownMenuRadioGroupProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((payload:
|
|
9
|
+
"onUpdate:modelValue"?: ((payload: import("reka-ui").AcceptableValue) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
12
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/native-select/NativeSelect.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NativeSelect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/native-select/NativeSelect.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAS1C,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;IACjD,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AAoFF,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;AAK/C,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"}
|
|
@@ -15,8 +15,8 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
15
15
|
dir?: string | undefined | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
17
17
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
18
|
-
enterKeyHint?: "
|
|
19
|
-
hidden?: "" |
|
|
18
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
19
|
+
hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
|
|
20
20
|
id?: string | undefined | undefined;
|
|
21
21
|
inert?: (boolean | "true" | "false") | undefined;
|
|
22
22
|
lang?: string | undefined | undefined;
|
|
@@ -60,7 +60,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
60
60
|
'aria-colindex'?: (string | number) | undefined;
|
|
61
61
|
'aria-colspan'?: (string | number) | undefined;
|
|
62
62
|
'aria-controls'?: string | undefined | undefined;
|
|
63
|
-
'aria-current'?: "time" |
|
|
63
|
+
'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "step" | "location" | "date" | undefined;
|
|
64
64
|
'aria-describedby'?: string | undefined | undefined;
|
|
65
65
|
'aria-details'?: string | undefined | undefined;
|
|
66
66
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -210,8 +210,8 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
210
210
|
dir?: string | undefined | undefined;
|
|
211
211
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
212
212
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
213
|
-
enterKeyHint?: "
|
|
214
|
-
hidden?: "" |
|
|
213
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
214
|
+
hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
|
|
215
215
|
id?: string | undefined | undefined;
|
|
216
216
|
inert?: (boolean | "true" | "false") | undefined;
|
|
217
217
|
lang?: string | undefined | undefined;
|
|
@@ -255,7 +255,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
255
255
|
'aria-colindex'?: (string | number) | undefined;
|
|
256
256
|
'aria-colspan'?: (string | number) | undefined;
|
|
257
257
|
'aria-controls'?: string | undefined | undefined;
|
|
258
|
-
'aria-current'?: "time" |
|
|
258
|
+
'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "step" | "location" | "date" | undefined;
|
|
259
259
|
'aria-describedby'?: string | undefined | undefined;
|
|
260
260
|
'aria-details'?: string | undefined | undefined;
|
|
261
261
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -17,8 +17,8 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: string | undefined | undefined;
|
|
18
18
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
19
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
20
|
-
enterKeyHint?: "
|
|
21
|
-
hidden?: "" |
|
|
20
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
21
|
+
hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
|
|
22
22
|
id?: string | undefined | undefined;
|
|
23
23
|
inert?: (boolean | "true" | "false") | undefined;
|
|
24
24
|
lang?: string | undefined | undefined;
|
|
@@ -62,7 +62,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
62
62
|
'aria-colindex'?: (string | number) | undefined;
|
|
63
63
|
'aria-colspan'?: (string | number) | undefined;
|
|
64
64
|
'aria-controls'?: string | undefined | undefined;
|
|
65
|
-
'aria-current'?: "time" |
|
|
65
|
+
'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "step" | "location" | "date" | undefined;
|
|
66
66
|
'aria-describedby'?: string | undefined | undefined;
|
|
67
67
|
'aria-details'?: string | undefined | undefined;
|
|
68
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -214,8 +214,8 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
214
214
|
dir?: string | undefined | undefined;
|
|
215
215
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
216
216
|
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
217
|
-
enterKeyHint?: "
|
|
218
|
-
hidden?: "" |
|
|
217
|
+
enterKeyHint?: "search" | "done" | "enter" | "go" | "next" | "previous" | "send" | undefined;
|
|
218
|
+
hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
|
|
219
219
|
id?: string | undefined | undefined;
|
|
220
220
|
inert?: (boolean | "true" | "false") | undefined;
|
|
221
221
|
lang?: string | undefined | undefined;
|
|
@@ -259,7 +259,7 @@ declare const __VLS_base: import("vue").DefineComponent<{
|
|
|
259
259
|
'aria-colindex'?: (string | number) | undefined;
|
|
260
260
|
'aria-colspan'?: (string | number) | undefined;
|
|
261
261
|
'aria-controls'?: string | undefined | undefined;
|
|
262
|
-
'aria-current'?: "time" |
|
|
262
|
+
'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "step" | "location" | "date" | undefined;
|
|
263
263
|
'aria-describedby'?: string | undefined | undefined;
|
|
264
264
|
'aria-details'?: string | undefined | undefined;
|
|
265
265
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { TabsRootProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = TabsRootProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {
|
|
7
|
+
modelValue: string | number | undefined;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (payload: string | number) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=Tabs.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tabs/Tabs.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,SAAS,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,aAAa,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0DvE,QAAA,IAAI,OAAO;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,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,19 @@
|
|
|
1
|
+
import type { TabsContentProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = TabsContentProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=TabsContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tabs/TabsContent.vue"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAgD1E,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;AAK/C,QAAA,MAAM,UAAU,kSAEd,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,19 @@
|
|
|
1
|
+
import type { TabsListProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = TabsListProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=TabsList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tabs/TabsList.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,aAAa,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0DvE,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;AAK/C,QAAA,MAAM,UAAU,kSAEd,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,19 @@
|
|
|
1
|
+
import type { TabsTriggerProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = TabsTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: 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>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=TabsTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tabs/TabsTrigger.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAK1C,KAAK,WAAW,GAAG,gBAAgB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA4D1E,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;AAK/C,QAAA,MAAM,UAAU,kSAEd,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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
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
2
|
declare const _default: typeof __VLS_export;
|
|
3
3
|
export default _default;
|
|
4
|
-
//# sourceMappingURL=
|
|
4
|
+
//# sourceMappingURL=DocumentExplorerIndex.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentExplorerIndex.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/DocumentExplorerIndex.vue"],"names":[],"mappings":"AAyhSA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelName: string;
|
|
3
|
+
}
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
back: () => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
|
+
onBack?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=DocumentExplorerModel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentExplorerModel.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/DocumentExplorerModel.vue"],"names":[],"mappings":"AA24FA,UAAU,KAAK;IACb,SAAS,EAAE,MAAM,CAAC;CACnB;AAkuOD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -3,6 +3,7 @@ interface DocumentInfo {
|
|
|
3
3
|
documentId: string;
|
|
4
4
|
title: string;
|
|
5
5
|
permission?: DocumentPermission;
|
|
6
|
+
isRoot?: boolean;
|
|
6
7
|
}
|
|
7
8
|
interface Props {
|
|
8
9
|
/**
|
|
@@ -10,7 +11,7 @@ interface Props {
|
|
|
10
11
|
*/
|
|
11
12
|
documents: DocumentInfo[];
|
|
12
13
|
/**
|
|
13
|
-
* Currently selected document ID in the
|
|
14
|
+
* Currently selected document ID in the explorer UI (may be null before selection).
|
|
14
15
|
*/
|
|
15
16
|
selectedDocId: string | null;
|
|
16
17
|
/**
|
|
@@ -31,14 +32,14 @@ interface Props {
|
|
|
31
32
|
isSyncing?: boolean;
|
|
32
33
|
}
|
|
33
34
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
|
-
delete: (docId: string) => any;
|
|
35
35
|
select: (docId: string) => any;
|
|
36
|
+
delete: (docId: string) => any;
|
|
36
37
|
"mass-delete": () => any;
|
|
37
38
|
"add-document": (title: string) => any;
|
|
38
39
|
"rename-document": (docId: string, title: string) => any;
|
|
39
40
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
40
|
-
onDelete?: ((docId: string) => any) | undefined;
|
|
41
41
|
onSelect?: ((docId: string) => any) | undefined;
|
|
42
|
+
onDelete?: ((docId: string) => any) | undefined;
|
|
42
43
|
"onMass-delete"?: (() => any) | undefined;
|
|
43
44
|
"onAdd-document"?: ((title: string) => any) | undefined;
|
|
44
45
|
"onRename-document"?: ((docId: string, title: string) => any) | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/DocumentSidebar.vue"],"names":[],"mappings":"AAgjBA,KAAK,kBAAkB,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtE,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,KAAK;IACb;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AA00CD,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MassDeleteDocsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/dev-tools/document-explorer/dialogs/MassDeleteDocsDialog.vue"],"names":[],"mappings":"AAsRA,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;CAC3B;AAkiBD,QAAA,MAAM,YAAY;8BAnee,MAAM,SAAS,MAAM;;;;;;;;;kFAuepD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MassDeleteRecordsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/dev-tools/document-explorer/dialogs/MassDeleteRecordsDialog.vue"],"names":[],"mappings":"AAoSA,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AA+jBD,QAAA,MAAM,YAAY;8BAhgBe,MAAM,SAAS,MAAM;;;;;;;;;kFAogBpD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Store for document
|
|
3
|
-
* persist across page navigation within the
|
|
2
|
+
* Store for document explorer settings and preferences that should
|
|
3
|
+
* persist across page navigation within the dev tools suite.
|
|
4
4
|
*
|
|
5
|
-
* This store manages the document
|
|
5
|
+
* This store manages the document explorer's own document context,
|
|
6
6
|
* independent of the app's document stores. It directly uses the js-bao
|
|
7
7
|
* client for document operations to avoid coupling with the main app.
|
|
8
8
|
*/
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const useDocumentExplorerStore: import("pinia").StoreDefinition<"documentExplorer", Pick<{
|
|
10
10
|
showHiddenFields: import("vue").Ref<boolean, boolean>;
|
|
11
11
|
currentDocumentId: import("vue").Ref<string | null, string | null>;
|
|
12
12
|
currentDocumentMetadata: import("vue").ComputedRef<{
|
|
@@ -40,4 +40,5 @@ export declare const useDocumentDebuggerStore: import("pinia").StoreDefinition<"
|
|
|
40
40
|
setCurrentDocumentId: (docId: string | null) => void;
|
|
41
41
|
reset: () => void;
|
|
42
42
|
}, "reset" | "openDocument" | "switchDocument" | "setCurrentDocumentId">>;
|
|
43
|
-
|
|
43
|
+
export { useDocumentExplorerStore as useDocumentDebuggerStore };
|
|
44
|
+
//# sourceMappingURL=documentExplorerStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documentExplorerStore.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/documentExplorerStore.ts"],"names":[],"mappings":"AAOA;;;;;;;GAOG;AACH,eAAO,MAAM,wBAAwB;;;;;;;+BA0CK,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;iCAmDpB,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;kCAI3B,MAAM,GAAG,IAAI;;;;;;;;;+BAvDV,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;iCAmDpB,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;kCAI3B,MAAM,GAAG,IAAI;;;;;;;;;+BAvDV,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;iCAmDpB,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC;kCAI3B,MAAM,GAAG,IAAI;;yEA+BlD,CAAC;AAGH,OAAO,EAAE,wBAAwB,IAAI,wBAAwB,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Document Explorer exports.
|
|
3
|
+
*/
|
|
4
|
+
export { default as MassDeleteDocsDialog } from "./dialogs/MassDeleteDocsDialog.vue";
|
|
5
|
+
export { default as MassDeleteRecordsDialog } from "./dialogs/MassDeleteRecordsDialog.vue";
|
|
6
|
+
export { default as DocumentExplorerIndex } from "./DocumentExplorerIndex.vue";
|
|
7
|
+
export { default as DocumentExplorerModel } from "./DocumentExplorerModel.vue";
|
|
8
|
+
export { default as DocumentSidebar } from "./DocumentSidebar.vue";
|
|
9
|
+
export { useDocumentDebuggerStore, useDocumentExplorerStore, } from "./documentExplorerStore";
|
|
10
|
+
export type { FieldInfo, FieldSchemaInfo, FilterMode, ModelFilter, ModelInfo, ModelPaginationState, ModelSortState, PageData, PaginatedQueryResult, RelationshipConfig, SortDirection, SortField, UniqueConstraintConfig, } from "./types";
|
|
11
|
+
export * from "./utils";
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGnE,OAAO,EACL,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,yBAAyB,CAAC;AAGjC,YAAY,EACV,SAAS,EACT,eAAe,EACf,UAAU,EACV,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,QAAQ,EACR,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,sBAAsB,GACvB,MAAM,SAAS,CAAC;AAGjB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/types.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAGD,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAGD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;IACnD,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAC9C;AAGD,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;AAGnC,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,aAAa,CAAC;CAC1B;AAGD,MAAM,MAAM,cAAc,GAAG,SAAS,EAAE,CAAC;AAGzC,MAAM,MAAM,UAAU,GAClB,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,cAAc,GACd,IAAI,GACJ,QAAQ,GACR,aAAa,GACb,WAAW,GACX,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,KAAK,CAAC;AAEV,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;CAC1C,CAAC;AAGF,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IAEjB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;CACzC;AAGD,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
package/dist/{components/debug-suite/document-debugger → dev-tools/document-explorer}/utils.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FilterMode, ModelFilter, ModelInfo,
|
|
1
|
+
import type { FieldSchemaInfo, FilterMode, ModelFilter, ModelInfo, SortDirection, SortField } from "./types";
|
|
2
2
|
export declare function safeJsonStringify(value: unknown, indent?: number): string;
|
|
3
3
|
export declare function fuzzyMatch(text: string, query: string): boolean;
|
|
4
4
|
export declare function applyFilterToRecord(record: Record<string, unknown>, filter: ModelFilter): boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/document-explorer/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Primitive Dev Tools
|
|
3
|
+
*
|
|
4
|
+
* This module provides development tools for Primitive apps:
|
|
5
|
+
* - Vite plugin for injecting dev tools (exported separately from "primitive-app/dev-tools/vite-plugin")
|
|
6
|
+
* - Test Harness for browser-based testing
|
|
7
|
+
* - Document Explorer for inspecting and managing documents
|
|
8
|
+
*
|
|
9
|
+
* NOTE: The Vite plugin (primitiveDevTools) is NOT exported from here because it
|
|
10
|
+
* depends on Node.js-only modules (glob). Import it separately:
|
|
11
|
+
* import { primitiveDevTools } from "primitive-app/dev-tools/vite-plugin";
|
|
12
|
+
*/
|
|
13
|
+
export { default as DevToolsFloatingButton } from "./vite-plugin/DevToolsFloatingButton.vue";
|
|
14
|
+
export { default as DevToolsOverlay } from "./vite-plugin/DevToolsOverlay.vue";
|
|
15
|
+
export { default as DevToolsRoot } from "./vite-plugin/DevToolsRoot.vue";
|
|
16
|
+
export { TEST_DOCUMENT_PREFIX, TestRunner, beginTestRun, buildRunnableTests, deleteAllTestDocuments, endTestRun, } from "./test-harness";
|
|
17
|
+
export type { RunnableTest, TestDocContext, TestGroup, TestLogFn, } from "./test-harness";
|
|
18
|
+
export { DocumentExplorerIndex, DocumentExplorerModel, DocumentSidebar, MassDeleteDocsDialog, MassDeleteRecordsDialog, useDocumentDebuggerStore, useDocumentExplorerStore, } from "./document-explorer";
|
|
19
|
+
export type { FieldInfo, FieldSchemaInfo, FilterMode, ModelFilter, ModelInfo, ModelPaginationState, ModelSortState, PageData, PaginatedQueryResult, RelationshipConfig, SortDirection, SortField, UniqueConstraintConfig, } from "./document-explorer";
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dev-tools/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAKzE,OAAO,EACL,oBAAoB,EACpB,UAAU,EACV,YAAY,EACZ,kBAAkB,EAClB,sBAAsB,EACtB,UAAU,GACX,MAAM,gBAAgB,CAAC;AACxB,YAAY,EACV,YAAY,EACZ,cAAc,EACd,SAAS,EACT,SAAS,GACV,MAAM,gBAAgB,CAAC;AAKxB,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACrB,eAAe,EACf,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,GACzB,MAAM,qBAAqB,CAAC;AAG7B,YAAY,EACV,SAAS,EACT,eAAe,EACf,UAAU,EACV,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,QAAQ,EACR,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,sBAAsB,GACvB,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RunnableTest } from "./types";
|
|
2
2
|
interface Props {
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Tests to display and run.
|
|
5
5
|
*/
|
|
6
|
-
|
|
6
|
+
tests: RunnableTest[];
|
|
7
7
|
/**
|
|
8
|
-
* Optional
|
|
8
|
+
* Optional callback invoked after the run completes.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
onTestsComplete?: () => void | Promise<void>;
|
|
11
11
|
}
|
|
12
12
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
declare const _default: typeof __VLS_export;
|
|
14
14
|
export default _default;
|
|
15
|
-
//# sourceMappingURL=
|
|
15
|
+
//# sourceMappingURL=TestRunner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestRunner.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/test-harness/TestRunner.vue"],"names":[],"mappings":"AA0bA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAa5C,UAAU,KAAK;IACb;;OAEG;IACH,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9C;AA20BD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Test harness exports.
|
|
3
|
+
*/
|
|
4
|
+
export { default as TestRunner } from "./TestRunner.vue";
|
|
5
|
+
export type { RunnableTest, TestDocContext, TestGroup, TestLogFn, } from "./types";
|
|
6
|
+
export { TEST_DOCUMENT_PREFIX, beginTestRun, buildRunnableTests, deleteAllTestDocuments, endTestRun, } from "./lib";
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/test-harness/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAGzD,YAAY,EACV,YAAY,EACZ,cAAc,EACd,SAAS,EACT,SAAS,GACV,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,oBAAoB,EACpB,YAAY,EACZ,kBAAkB,EAClB,sBAAsB,EACtB,UAAU,GACX,MAAM,OAAO,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { RunnableTest, TestGroup } from "./types";
|
|
2
|
+
/**
|
|
3
|
+
* Prefix used for all test documents. This allows us to identify and clean up test documents.
|
|
4
|
+
*/
|
|
5
|
+
export declare const TEST_DOCUMENT_PREFIX = "===TEST===";
|
|
6
|
+
/**
|
|
7
|
+
* Begin a test run by closing all host application documents.
|
|
8
|
+
* Call this once at the start of a test run, before running any tests.
|
|
9
|
+
* Returns the count of documents that were closed.
|
|
10
|
+
*/
|
|
11
|
+
export declare function beginTestRun(): Promise<number>;
|
|
12
|
+
/**
|
|
13
|
+
* End a test run by restoring host application documents.
|
|
14
|
+
* Also restores the document explorer's stored document ID.
|
|
15
|
+
* Call this once at the end of a test run, after all tests have completed.
|
|
16
|
+
*/
|
|
17
|
+
export declare function endTestRun(): Promise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* Evict all test documents from the system.
|
|
20
|
+
* This is useful for cleanup when tests start or finish, in case any documents were left behind.
|
|
21
|
+
* Uses evictLocal since test documents are always local-only.
|
|
22
|
+
*/
|
|
23
|
+
export declare function deleteAllTestDocuments(): Promise<number>;
|
|
24
|
+
/**
|
|
25
|
+
* Convert test groups (as written by test authors) into runnable tests.
|
|
26
|
+
* Each test is wrapped with automatic document lifecycle management.
|
|
27
|
+
*/
|
|
28
|
+
export declare function buildRunnableTests(groups: TestGroup[]): RunnableTest[];
|
|
29
|
+
//# sourceMappingURL=lib.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/test-harness/lib.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EACV,YAAY,EAEZ,SAAS,EAEV,MAAM,SAAS,CAAC;AAMjB;;GAEG;AACH,eAAO,MAAM,oBAAoB,eAAe,CAAC;AAiBjD;;;;GAIG;AACH,wBAAsB,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC,CAwBpD;AAED;;;;GAIG;AACH,wBAAsB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC,CAsBhD;AA2ED;;;;GAIG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,MAAM,CAAC,CA4C9D;AAoCD;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,YAAY,EAAE,CAStE"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Test harness types.
|
|
3
|
+
*
|
|
4
|
+
* TestGroup - What test authors write in their .primitive-test.ts files
|
|
5
|
+
* RunnableTest - Processed/wrapped version for the test runner
|
|
6
|
+
* TestDocContext - Document context passed to each test
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Context for the ephemeral test document.
|
|
10
|
+
* Each test receives this context so it can filter queries to its own document.
|
|
11
|
+
*/
|
|
12
|
+
export interface TestDocContext {
|
|
13
|
+
/** The document ID for the test's ephemeral document */
|
|
14
|
+
docId: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Function signature for test log output.
|
|
18
|
+
*/
|
|
19
|
+
export type TestLogFn = (message: string) => void;
|
|
20
|
+
/**
|
|
21
|
+
* A group of related tests, as defined by test authors.
|
|
22
|
+
*/
|
|
23
|
+
export interface TestGroup {
|
|
24
|
+
name: string;
|
|
25
|
+
tests: Array<{
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
run: (ctx: TestDocContext, log?: TestLogFn) => Promise<string>;
|
|
29
|
+
}>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A test that has been processed and is ready to run.
|
|
33
|
+
* Includes the group name and has the run function wrapped with document lifecycle.
|
|
34
|
+
* The run function no longer requires ctx since it's provided by the wrapper.
|
|
35
|
+
*/
|
|
36
|
+
export interface RunnableTest {
|
|
37
|
+
id: string;
|
|
38
|
+
name: string;
|
|
39
|
+
group: string;
|
|
40
|
+
run: (log?: TestLogFn) => Promise<string>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/test-harness/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,wDAAwD;IACxD,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;QACX,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,CAAC,GAAG,EAAE,cAAc,EAAE,GAAG,CAAC,EAAE,SAAS,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;KAChE,CAAC,CAAC;CACJ;AAED;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,SAAS,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CAC3C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
isOpen?: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
click: () => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
7
|
+
onClick?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=DevToolsFloatingButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevToolsFloatingButton.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/vite-plugin/DevToolsFloatingButton.vue"],"names":[],"mappings":"AA6BA,UAAU,KAAK;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAyED,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TestGroup } from "../test-harness/types";
|
|
2
|
+
interface Props {
|
|
3
|
+
testGroups: TestGroup[];
|
|
4
|
+
appName: string;
|
|
5
|
+
}
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
close: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
+
onClose?: (() => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=DevToolsOverlay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevToolsOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/vite-plugin/DevToolsOverlay.vue"],"names":[],"mappings":"AA4LA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAIvD,UAAU,KAAK;IACb,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB;AAsVD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { TestGroup } from "../test-harness/types";
|
|
2
2
|
interface Props {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*/
|
|
6
|
-
testGroups: PrimitiveTestGroup[];
|
|
7
|
-
/**
|
|
8
|
-
* Optional app name shown in the debugging suite UI.
|
|
9
|
-
*/
|
|
10
|
-
appName?: string;
|
|
3
|
+
testGroups: TestGroup[];
|
|
4
|
+
appName: string;
|
|
11
5
|
}
|
|
12
6
|
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
7
|
declare const _default: typeof __VLS_export;
|
|
14
8
|
export default _default;
|
|
15
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=DevToolsRoot.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevToolsRoot.vue.d.ts","sourceRoot":"","sources":["../../../src/dev-tools/vite-plugin/DevToolsRoot.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAIvD,UAAU,KAAK;IACb,UAAU,EAAE,SAAS,EAAE,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB;AAiID,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|