primitive-app 2.0.1 → 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 -19228
- 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 -71
- 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
package/dist/lib/logger.d.ts
CHANGED
|
@@ -17,4 +17,9 @@ export interface LoggerOptions {
|
|
|
17
17
|
}
|
|
18
18
|
export declare function createLogger(options?: LoggerOptions): Logger;
|
|
19
19
|
export declare const primitiveAppBaseLogger: Logger;
|
|
20
|
+
/**
|
|
21
|
+
* Set the log level for all primitive-app loggers.
|
|
22
|
+
* Consumer apps should call this at startup to configure logging.
|
|
23
|
+
*/
|
|
24
|
+
export declare function setPrimitiveAppLogLevel(level: LogLevel): void;
|
|
20
25
|
//# sourceMappingURL=logger.d.ts.map
|
package/dist/lib/logger.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/lib/logger.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AA2BpE,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChC,GAAG,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAC9B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAC/B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpC,QAAQ,IAAI,QAAQ,CAAC;IACrB,QAAQ,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B;AAwED,wBAAgB,YAAY,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,MAAM,CAU5D;AAcD,eAAO,MAAM,sBAAsB,QACW,CAAC"}
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/lib/logger.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AA2BpE,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChC,GAAG,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAC9B,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAC/B,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC;IACpC,QAAQ,IAAI,QAAQ,CAAC;IACrB,QAAQ,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC3B;AAwED,wBAAgB,YAAY,CAAC,OAAO,CAAC,EAAE,aAAa,GAAG,MAAM,CAU5D;AAcD,eAAO,MAAM,sBAAsB,QACW,CAAC;AAE/C;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAE7D"}
|
|
@@ -1,45 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @module JsBaoClientService
|
|
3
3
|
*
|
|
4
|
-
* Singleton service for managing the JsBaoClient instance
|
|
4
|
+
* Singleton service for managing the JsBaoClient instance.
|
|
5
5
|
*
|
|
6
6
|
* This service provides a centralized way to initialize, access, and manage
|
|
7
7
|
* the JsBaoClient throughout your application. It ensures only one client
|
|
8
8
|
* instance exists and handles lazy initialization.
|
|
9
|
-
*
|
|
10
|
-
* ## Usage
|
|
11
|
-
*
|
|
12
|
-
* ### Initialization (at app startup)
|
|
13
|
-
*
|
|
14
|
-
* ```ts
|
|
15
|
-
* import { initializeJsBao } from 'primitive-app';
|
|
16
|
-
*
|
|
17
|
-
* initializeJsBao({
|
|
18
|
-
* appId: import.meta.env.VITE_APP_ID,
|
|
19
|
-
* apiUrl: import.meta.env.VITE_API_URL,
|
|
20
|
-
* wsUrl: import.meta.env.VITE_WS_URL,
|
|
21
|
-
* oauthRedirectUri: import.meta.env.VITE_OAUTH_REDIRECT_URI,
|
|
22
|
-
* models: [Task, Project], // Your js-bao models
|
|
23
|
-
* });
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* ### Accessing the client
|
|
27
|
-
*
|
|
28
|
-
* ```ts
|
|
29
|
-
* import { jsBaoClientService } from 'primitive-app';
|
|
30
|
-
*
|
|
31
|
-
* // In an async context:
|
|
32
|
-
* const client = await jsBaoClientService.getClientAsync();
|
|
33
|
-
* const docs = await client.documents.list();
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* ### During logout
|
|
37
|
-
*
|
|
38
|
-
* ```ts
|
|
39
|
-
* await jsBaoClientService.clearClient();
|
|
40
|
-
* ```
|
|
41
9
|
*/
|
|
42
10
|
import { initializeClient, type JsBaoClientOptions } from "js-bao-wss-client";
|
|
11
|
+
declare global {
|
|
12
|
+
interface Window {
|
|
13
|
+
__primitiveAppClient?: unknown;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
43
16
|
type JsBaoClient = Awaited<ReturnType<typeof initializeClient>>;
|
|
44
17
|
/**
|
|
45
18
|
* Singleton service class that manages the JsBaoClient lifecycle.
|
|
@@ -52,7 +25,8 @@ declare class JsBaoClientService {
|
|
|
52
25
|
private clientInitializationPromise;
|
|
53
26
|
private config;
|
|
54
27
|
/**
|
|
55
|
-
* Initialize the service with configuration
|
|
28
|
+
* Initialize the service with configuration.
|
|
29
|
+
* Call this once at application startup with your configuration.
|
|
56
30
|
*/
|
|
57
31
|
initialize(config: JsBaoClientOptions): void;
|
|
58
32
|
/**
|
|
@@ -66,6 +40,12 @@ declare class JsBaoClientService {
|
|
|
66
40
|
* @returns A promise that resolves with the client instance.
|
|
67
41
|
*/
|
|
68
42
|
getClientAsync(): Promise<JsBaoClient>;
|
|
43
|
+
/**
|
|
44
|
+
* Sets an externally-initialized client (called by the Vite plugin after
|
|
45
|
+
* the host app registers its client on window.__primitiveAppClient).
|
|
46
|
+
* This is used by the debug suite to access the app's client.
|
|
47
|
+
*/
|
|
48
|
+
setExternalClient(client: JsBaoClient): void;
|
|
69
49
|
/**
|
|
70
50
|
* Clears the singleton instance (used during logout)
|
|
71
51
|
*/
|
|
@@ -78,6 +58,7 @@ export declare const jsBaoClientService: JsBaoClientService;
|
|
|
78
58
|
* - blobUploadConcurrency
|
|
79
59
|
* - auth.persistJwtInStorage
|
|
80
60
|
* - logLevel
|
|
61
|
+
* - models (include all models your app uses, including UserPref)
|
|
81
62
|
* - etc.
|
|
82
63
|
*/
|
|
83
64
|
export declare function initializeJsBao(config: JsBaoClientOptions): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JsBaoClientService.d.ts","sourceRoot":"","sources":["../../src/services/JsBaoClientService.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"JsBaoClientService.d.ts","sourceRoot":"","sources":["../../src/services/JsBaoClientService.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,gBAAgB,EAAE,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAK9E,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,oBAAoB,CAAC,EAAE,OAAO,CAAC;KAChC;CACF;AAED,KAAK,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC;AAEhE;;;;;GAKG;AACH,cAAM,kBAAkB;IACtB,OAAO,CAAC,MAAM,CAA4B;IAC1C,OAAO,CAAC,2BAA2B,CAAqC;IACxE,OAAO,CAAC,MAAM,CAAmC;IAEjD;;;OAGG;IACH,UAAU,CAAC,MAAM,EAAE,kBAAkB,GAAG,IAAI;IAgC5C;;;OAGG;IACH,SAAS,IAAI,kBAAkB,GAAG,IAAI;IAItC;;;;OAIG;IACG,cAAc,IAAI,OAAO,CAAC,WAAW,CAAC;IAyC5C;;;;OAIG;IACH,iBAAiB,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAM5C;;OAEG;IACG,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;CAgBnC;AAED,eAAO,MAAM,kBAAkB,oBAA2B,CAAC;AAE3D;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAEhE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "primitive-app",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "Primitive LLC",
|
|
6
6
|
"type": "module",
|
|
@@ -13,7 +13,12 @@
|
|
|
13
13
|
"import": "./dist/index.js",
|
|
14
14
|
"default": "./dist/index.js"
|
|
15
15
|
},
|
|
16
|
-
"./style.css": "./src/style.css"
|
|
16
|
+
"./style.css": "./src/style.css",
|
|
17
|
+
"./vite": {
|
|
18
|
+
"types": "./dist/dev-tools/vite-plugin/index.d.ts",
|
|
19
|
+
"import": "./dist/dev-tools/vite-plugin/index.js",
|
|
20
|
+
"default": "./dist/dev-tools/vite-plugin/index.js"
|
|
21
|
+
}
|
|
17
22
|
},
|
|
18
23
|
"files": [
|
|
19
24
|
"dist/",
|
|
@@ -29,6 +34,7 @@
|
|
|
29
34
|
},
|
|
30
35
|
"dependencies": {
|
|
31
36
|
"@internationalized/date": "^3.10.0",
|
|
37
|
+
"glob": "^11.0.0",
|
|
32
38
|
"@simplewebauthn/browser": "^11.0.0",
|
|
33
39
|
"@simplewebauthn/types": "^11.0.0",
|
|
34
40
|
"@tanstack/vue-table": "^8.21.3",
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Configuration for which profile fields to show/require.
|
|
3
|
-
*/
|
|
4
|
-
export interface ProfileConfig {
|
|
5
|
-
/** Whether to show the name field */
|
|
6
|
-
requestName?: boolean;
|
|
7
|
-
/** Whether name is required before saving */
|
|
8
|
-
requireName?: boolean;
|
|
9
|
-
/** Whether to show the avatar field */
|
|
10
|
-
requestAvatar?: boolean;
|
|
11
|
-
/** Whether avatar is required before saving */
|
|
12
|
-
requireAvatar?: boolean;
|
|
13
|
-
}
|
|
14
|
-
interface Props {
|
|
15
|
-
/**
|
|
16
|
-
* Whether the dialog is open.
|
|
17
|
-
*/
|
|
18
|
-
open?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Profile editing configuration.
|
|
21
|
-
*/
|
|
22
|
-
profileConfig?: ProfileConfig;
|
|
23
|
-
}
|
|
24
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
25
|
-
"update:open": (value: boolean) => any;
|
|
26
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
27
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
28
|
-
}>, {
|
|
29
|
-
open: boolean;
|
|
30
|
-
profileConfig: ProfileConfig;
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
|
-
declare const _default: typeof __VLS_export;
|
|
33
|
-
export default _default;
|
|
34
|
-
//# sourceMappingURL=EditProfile.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditProfile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/EditProfile.vue"],"names":[],"mappings":"AAojBA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,qCAAqC;IACrC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,6CAA6C;IAC7C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,uCAAuC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+CAA+C;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B;AAgjCD,QAAA,MAAM,YAAY;;;;;UArjCT,OAAO;mBAIE,aAAa;6EAqjC7B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
/**
|
|
3
|
-
* Whether the dialog is open.
|
|
4
|
-
*/
|
|
5
|
-
open?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
-
"update:open": (value: boolean) => any;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
open: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=PasskeyManagement.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PasskeyManagement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PasskeyManagement.vue"],"names":[],"mappings":"AAkzBA,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AA87DD,QAAA,MAAM,YAAY;;;;;UA/7DT,OAAO;6EAm8Dd,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @componentType
|
|
3
|
-
*
|
|
4
|
-
* Optional links shown under the login button (Terms of Service / Privacy Policy).
|
|
5
|
-
*
|
|
6
|
-
* Provide either an absolute/path URL or a named route for each link.
|
|
7
|
-
*/
|
|
8
|
-
export interface LoginLinks {
|
|
9
|
-
/**
|
|
10
|
-
* Absolute or path URL to your Terms of Service page.
|
|
11
|
-
*/
|
|
12
|
-
termsOfServiceUrl?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Absolute or path URL to your Privacy Policy page.
|
|
15
|
-
*/
|
|
16
|
-
privacyPolicyUrl?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Named route to your Terms of Service page (Vue Router).
|
|
19
|
-
*/
|
|
20
|
-
termsOfServiceRoute?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Named route to your Privacy Policy page (Vue Router).
|
|
23
|
-
*/
|
|
24
|
-
privacyPolicyRoute?: string;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Email authentication method.
|
|
28
|
-
* - `magic_link`: User receives a clickable link in their email (default)
|
|
29
|
-
* - `one_time_code`: User receives a 6-digit code to enter in the app
|
|
30
|
-
*/
|
|
31
|
-
type EmailAuthMethod = "magic_link" | "one_time_code";
|
|
32
|
-
interface Props {
|
|
33
|
-
/**
|
|
34
|
-
* App name displayed in the sign-in header (e.g., "Sign in to My App").
|
|
35
|
-
*/
|
|
36
|
-
appName: string;
|
|
37
|
-
/**
|
|
38
|
-
* Optional Terms of Service / Privacy Policy links displayed under the login button.
|
|
39
|
-
*/
|
|
40
|
-
links?: LoginLinks;
|
|
41
|
-
/**
|
|
42
|
-
* Default absolute/path URL to continue to after login when no `continueURL`
|
|
43
|
-
* query parameter is present.
|
|
44
|
-
*/
|
|
45
|
-
defaultContinueUrl?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Default named route to continue to after login when no `continueURL` query
|
|
48
|
-
* parameter is present. Used only if `defaultContinueUrl` is not provided.
|
|
49
|
-
*/
|
|
50
|
-
defaultContinueRoute?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Which email authentication method to use.
|
|
53
|
-
* - `magic_link` (default): User receives a clickable link in their email
|
|
54
|
-
* - `one_time_code`: User receives a 6-digit code to enter in the app
|
|
55
|
-
*/
|
|
56
|
-
emailAuthMethod?: EmailAuthMethod;
|
|
57
|
-
}
|
|
58
|
-
declare var __VLS_1: {};
|
|
59
|
-
type __VLS_Slots = {} & {
|
|
60
|
-
header?: (props: typeof __VLS_1) => any;
|
|
61
|
-
};
|
|
62
|
-
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
64
|
-
declare const _default: typeof __VLS_export;
|
|
65
|
-
export default _default;
|
|
66
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
67
|
-
new (): {
|
|
68
|
-
$slots: S;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
//# sourceMappingURL=PrimitiveLogin.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveLogin.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogin.vue"],"names":[],"mappings":"AAggCA;;;;;;GAMG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAYD;;;;GAIG;AACH,KAAK,eAAe,GAAG,YAAY,GAAG,eAAe,CAAC;AAEtD,UAAU,KAAK;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AA27CD,QAAA,IAAI,OAAO,IAAgC,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO9C,QAAA,MAAM,UAAU,sRAEd,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"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Logs the current user out, then redirects to the configured destination.
|
|
3
|
-
*
|
|
4
|
-
* This component is intentionally “headless”: it performs the logout side-effect
|
|
5
|
-
* on mount and renders only a loading indicator while the request is in flight.
|
|
6
|
-
*/
|
|
7
|
-
import type { Component } from "vue";
|
|
8
|
-
interface Props {
|
|
9
|
-
/**
|
|
10
|
-
* Absolute or path URL to redirect to after logout.
|
|
11
|
-
*
|
|
12
|
-
* Exactly one of `continueURL` or `continueRoute` must be provided.
|
|
13
|
-
* If neither is provided, the component will throw at runtime to
|
|
14
|
-
* force the caller to explicitly choose a logout destination.
|
|
15
|
-
*/
|
|
16
|
-
continueURL?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Named route to resolve and redirect to after logout.
|
|
19
|
-
*
|
|
20
|
-
* Exactly one of `continueURL` or `continueRoute` must be provided.
|
|
21
|
-
*/
|
|
22
|
-
continueRoute?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Optional loading component to display while logout is in progress.
|
|
25
|
-
* Defaults to `PrimitiveLogoSpinner` when not provided.
|
|
26
|
-
*/
|
|
27
|
-
loadingComponent?: Component;
|
|
28
|
-
}
|
|
29
|
-
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>;
|
|
30
|
-
declare const _default: typeof __VLS_export;
|
|
31
|
-
export default _default;
|
|
32
|
-
//# sourceMappingURL=PrimitiveLogout.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveLogout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveLogout.vue"],"names":[],"mappings":"AAmFA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAQrC,UAAU,KAAK;IACb;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AA0DD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import type { Component } from "vue";
|
|
2
|
-
interface Props {
|
|
3
|
-
/**
|
|
4
|
-
* Absolute/path URL to continue to after successful OAuth callback.
|
|
5
|
-
* Either `continueURL` or `continueRoute` must be provided.
|
|
6
|
-
*/
|
|
7
|
-
continueURL?: string;
|
|
8
|
-
/**
|
|
9
|
-
* Named route to continue to after successful OAuth callback.
|
|
10
|
-
* Either `continueURL` or `continueRoute` must be provided.
|
|
11
|
-
*/
|
|
12
|
-
continueRoute?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Absolute/path login URL used when redirecting on error.
|
|
15
|
-
* Either `loginUrl` or `loginRoute` must be provided.
|
|
16
|
-
*/
|
|
17
|
-
loginUrl?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Named login route used when redirecting on error.
|
|
20
|
-
* Either `loginUrl` or `loginRoute` must be provided.
|
|
21
|
-
*/
|
|
22
|
-
loginRoute?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Optional loading component to display while handling the OAuth callback.
|
|
25
|
-
* Defaults to `PrimitiveLogoSpinner` when not provided.
|
|
26
|
-
*/
|
|
27
|
-
loadingComponent?: Component;
|
|
28
|
-
/**
|
|
29
|
-
* Whether to show the name field if user.name is blank.
|
|
30
|
-
* @default true
|
|
31
|
-
*/
|
|
32
|
-
requestName?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Whether name is required before continuing.
|
|
35
|
-
* @default false
|
|
36
|
-
*/
|
|
37
|
-
requireName?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Whether to show the avatar field if user.avatarUrl is blank.
|
|
40
|
-
* @default true
|
|
41
|
-
*/
|
|
42
|
-
requestAvatar?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Whether avatar is required before continuing.
|
|
45
|
-
* @default false
|
|
46
|
-
*/
|
|
47
|
-
requireAvatar?: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* Whether to prompt user to add a passkey if they have none.
|
|
50
|
-
* @default true
|
|
51
|
-
*/
|
|
52
|
-
promptForPasskey?: boolean;
|
|
53
|
-
}
|
|
54
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
55
|
-
requestName: boolean;
|
|
56
|
-
requireName: boolean;
|
|
57
|
-
requestAvatar: boolean;
|
|
58
|
-
requireAvatar: boolean;
|
|
59
|
-
promptForPasskey: boolean;
|
|
60
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
61
|
-
declare const _default: typeof __VLS_export;
|
|
62
|
-
export default _default;
|
|
63
|
-
//# sourceMappingURL=PrimitiveOauthCallback.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveOauthCallback.vue.d.ts","sourceRoot":"","sources":["../../../src/components/auth/PrimitiveOauthCallback.vue"],"names":[],"mappings":"AAmnCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AA4BrC,UAAU,KAAK;IACb;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAG7B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAm1DD,QAAA,MAAM,YAAY;iBA12DF,OAAO;iBAKP,OAAO;mBAKL,OAAO;mBAKP,OAAO;sBAOJ,OAAO;6EAu1D1B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import type { JsBaoClient } from "js-bao-wss-client";
|
|
2
|
-
import * as Y from "yjs";
|
|
3
|
-
export type EphemeralDocContext = {
|
|
4
|
-
client: JsBaoClient;
|
|
5
|
-
docId: string;
|
|
6
|
-
yDoc: Y.Doc;
|
|
7
|
-
};
|
|
8
|
-
export type EphemeralDocMode = "online" | "offline";
|
|
9
|
-
/**
|
|
10
|
-
* Prefix used for all test documents. This allows us to identify and clean up test documents.
|
|
11
|
-
*/
|
|
12
|
-
export declare const TEST_DOCUMENT_PREFIX = "===TEST===";
|
|
13
|
-
/**
|
|
14
|
-
* Create a new ephemeral document on an existing client.
|
|
15
|
-
* Use this when you've already initialized a client with initializeJsBao.
|
|
16
|
-
*
|
|
17
|
-
* @param client - Initialized JsBaoClient
|
|
18
|
-
* @param mode - "offline" (default) for local-only, "online" for network sync
|
|
19
|
-
* @returns Context object containing the client, docId, and yDoc
|
|
20
|
-
*/
|
|
21
|
-
export declare function createEphemeralDocOnClient(mode?: EphemeralDocMode): Promise<EphemeralDocContext>;
|
|
22
|
-
/**
|
|
23
|
-
* Dispose just the document, leaving the client intact for reuse.
|
|
24
|
-
* Use this when you're reusing a client across multiple tests.
|
|
25
|
-
*
|
|
26
|
-
* @param ctx - Ephemeral document context
|
|
27
|
-
*/
|
|
28
|
-
export declare function disposeEphemeralDocOnly(ctx: EphemeralDocContext): Promise<void>;
|
|
29
|
-
/**
|
|
30
|
-
* Dispose an ephemeral document.
|
|
31
|
-
* This closes the document, deletes it from the backend, and destroys the yDoc.
|
|
32
|
-
* Note: The client itself is not disposed and should be managed by jsBaoClientService.
|
|
33
|
-
*
|
|
34
|
-
* @param ctx - Ephemeral document context
|
|
35
|
-
*/
|
|
36
|
-
export declare function disposeEphemeralDoc(ctx: EphemeralDocContext): Promise<void>;
|
|
37
|
-
/**
|
|
38
|
-
* Delete all test documents from the system.
|
|
39
|
-
* This is useful for cleanup when tests start or finish, in case any documents were left behind.
|
|
40
|
-
* Processes deletions in batches of 100 for better handling of large numbers of documents.
|
|
41
|
-
*
|
|
42
|
-
* @param client - Initialized JsBaoClient
|
|
43
|
-
* @returns Number of documents deleted
|
|
44
|
-
*/
|
|
45
|
-
export declare function deleteAllTestDocuments(): Promise<number>;
|
|
46
|
-
//# sourceMappingURL=EphemeralDocService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EphemeralDocService.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/EphemeralDocService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAIzB,MAAM,MAAM,mBAAmB,GAAG;IAChC,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,SAAS,CAAC;AAIpD;;GAEG;AACH,eAAO,MAAM,oBAAoB,eAAe,CAAC;AAEjD;;;;;;;GAOG;AACH,wBAAsB,0BAA0B,CAC9C,IAAI,GAAE,gBAA4B,GACjC,OAAO,CAAC,mBAAmB,CAAC,CAiC9B;AAED;;;;;GAKG;AACH,wBAAsB,uBAAuB,CAC3C,GAAG,EAAE,mBAAmB,GACvB,OAAO,CAAC,IAAI,CAAC,CAUf;AAED;;;;;;GAMG;AACH,wBAAsB,mBAAmB,CACvC,GAAG,EAAE,mBAAmB,GACvB,OAAO,CAAC,IAAI,CAAC,CAEf;AAED;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,IAAI,OAAO,CAAC,MAAM,CAAC,CA8G9D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveDebuggingSuite.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveDebuggingSuite.vue"],"names":[],"mappings":"AAwPA,OAAO,KAAK,EAEV,kBAAkB,EAEnB,MAAM,aAAa,CAAC;AAIrB,UAAU,KAAK;IACb;;OAEG;IACH,UAAU,EAAE,kBAAkB,EAAE,CAAC;IACjC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AA2SD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { PrimitiveMinimalTest } from "./testTypes";
|
|
2
|
-
interface Props {
|
|
3
|
-
/**
|
|
4
|
-
* Online-mode tests (typically require a connected/synced client).
|
|
5
|
-
*/
|
|
6
|
-
onlineTests: PrimitiveMinimalTest[];
|
|
7
|
-
/**
|
|
8
|
-
* Offline-mode tests (typically run without network).
|
|
9
|
-
*/
|
|
10
|
-
offlineTests: PrimitiveMinimalTest[];
|
|
11
|
-
/**
|
|
12
|
-
* Optional callback invoked after the run completes (e.g. to delete ephemeral test docs).
|
|
13
|
-
*/
|
|
14
|
-
onTestsComplete?: () => void | Promise<void>;
|
|
15
|
-
}
|
|
16
|
-
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>;
|
|
17
|
-
declare const _default: typeof __VLS_export;
|
|
18
|
-
export default _default;
|
|
19
|
-
//# sourceMappingURL=PrimitiveTestRunner.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveTestRunner.vue.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/PrimitiveTestRunner.vue"],"names":[],"mappings":"AAsnBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAaxD,UAAU,KAAK;IACb;;OAEG;IACH,WAAW,EAAE,oBAAoB,EAAE,CAAC;IACpC;;OAEG;IACH,YAAY,EAAE,oBAAoB,EAAE,CAAC;IACrC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9C;AA4yCD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
4
|
-
//# sourceMappingURL=DocumentDebuggerIndex.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentDebuggerIndex.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue"],"names":[],"mappings":"AA4+RA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
4
|
-
//# sourceMappingURL=DocumentDebuggerModel.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentDebuggerModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentDebuggerModel.vue"],"names":[],"mappings":"AA0lUA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/DocumentSidebar.vue"],"names":[],"mappings":"AAuiBA,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;CACjC;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;AAqzCD,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MassDeleteDocsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue"],"names":[],"mappings":"AA4QA,UAAU,YAAY;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;CAC3B;AAwgBD,QAAA,MAAM,YAAY;8BAzce,MAAM,SAAS,MAAM;;;;;;;;;kFA6cpD,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MassDeleteRecordsDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/debug-suite/document-debugger/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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/document-debugger/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebugSuiteLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebugSuiteLayout.vue"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEvD,UAAU,KAAK;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAkCD,QAAA,MAAM,YAAY,sRAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
4
|
-
//# sourceMappingURL=DebuggingSuiteDocuments.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteDocuments.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocuments.vue"],"names":[],"mappings":"AAuHA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
4
|
-
//# sourceMappingURL=DebuggingSuiteDocumentsModel.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteDocumentsModel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
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
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
-
export default _default;
|
|
4
|
-
//# sourceMappingURL=DebuggingSuiteHome.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteHome.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteHome.vue"],"names":[],"mappings":"AA+aA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebuggingSuiteTests.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/debug-suite/pages/DebuggingSuiteTests.vue"],"names":[],"mappings":"AAoKA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export type PrimitiveTestMode = "online" | "offline";
|
|
2
|
-
export type PrimitiveMinimalTest = {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
group: string;
|
|
6
|
-
mode?: PrimitiveTestMode;
|
|
7
|
-
run: (log?: (m: string) => void) => Promise<string>;
|
|
8
|
-
};
|
|
9
|
-
export type PrimitiveTestGroup = {
|
|
10
|
-
name: string;
|
|
11
|
-
mode?: PrimitiveTestMode;
|
|
12
|
-
tests: Array<{
|
|
13
|
-
id: string;
|
|
14
|
-
name: string;
|
|
15
|
-
run: (log?: (m: string) => void) => Promise<string>;
|
|
16
|
-
}>;
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=testTypes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testTypes.d.ts","sourceRoot":"","sources":["../../../src/components/debug-suite/testTypes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,SAAS,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CACrD,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE,KAAK,CAAC;QACX,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;KACrD,CAAC,CAAC;CACJ,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
interface Props {
|
|
2
|
-
/**
|
|
3
|
-
* Singular display name for a document (e.g., "Project", "Workspace").
|
|
4
|
-
* @default "Document"
|
|
5
|
-
*/
|
|
6
|
-
documentName?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Optional list of tags to filter documents by.
|
|
9
|
-
* When provided, only documents with at least one matching tag are shown.
|
|
10
|
-
*/
|
|
11
|
-
filterTags?: string[];
|
|
12
|
-
/**
|
|
13
|
-
* URL template for invitation links. Use `{documentId}` as a placeholder that will
|
|
14
|
-
* be replaced with the actual document ID. If not provided, no documentUrl will be
|
|
15
|
-
* included in the invitation.
|
|
16
|
-
* @example "https://example.com/documents/{documentId}"
|
|
17
|
-
*/
|
|
18
|
-
inviteUrlTemplate?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Optional ID of the currently active document.
|
|
21
|
-
* When provided, a "Current" badge is shown next to the matching document.
|
|
22
|
-
*/
|
|
23
|
-
currentDocumentId?: string | null;
|
|
24
|
-
}
|
|
25
|
-
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
-
"document-click": (documentId: string, title: string) => any;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
28
|
-
"onDocument-click"?: ((documentId: string, title: string) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
currentDocumentId: string | null;
|
|
31
|
-
documentName: string;
|
|
32
|
-
filterTags: string[];
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
declare const _default: typeof __VLS_export;
|
|
35
|
-
export default _default;
|
|
36
|
-
//# sourceMappingURL=PrimitiveDocumentList.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimitiveDocumentList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/documents/PrimitiveDocumentList.vue"],"names":[],"mappings":"AA6kCA,UAAU,KAAK;IACb;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC;AA4hFD,QAAA,MAAM,YAAY;;;;;uBA7hFI,MAAM,GAAG,IAAI;kBAjBlB,MAAM;gBAKR,MAAM,EAAE;6EA6iFrB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|