@abraca/nuxt 2.3.0 → 2.5.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.
Files changed (99) hide show
  1. package/README.md +25 -6
  2. package/dist/module.d.mts +4 -2
  3. package/dist/module.json +1 -1
  4. package/dist/runtime/components/ACodeEditor.d.vue.ts +1 -1
  5. package/dist/runtime/components/ACodeEditor.vue.d.ts +1 -1
  6. package/dist/runtime/components/AConnectServerModal.d.vue.ts +2 -2
  7. package/dist/runtime/components/AConnectServerModal.vue +1 -1
  8. package/dist/runtime/components/AConnectServerModal.vue.d.ts +2 -2
  9. package/dist/runtime/components/ADocumentTree.d.vue.ts +8 -1
  10. package/dist/runtime/components/ADocumentTree.vue +6 -3
  11. package/dist/runtime/components/ADocumentTree.vue.d.ts +8 -1
  12. package/dist/runtime/components/AEditor.d.vue.ts +7 -7
  13. package/dist/runtime/components/AEditor.vue.d.ts +7 -7
  14. package/dist/runtime/components/AEmailVerifyConfirmModal.d.vue.ts +2 -2
  15. package/dist/runtime/components/AEmailVerifyConfirmModal.vue.d.ts +2 -2
  16. package/dist/runtime/components/AIdentityModal.d.vue.ts +2 -2
  17. package/dist/runtime/components/AIdentityModal.vue.d.ts +2 -2
  18. package/dist/runtime/components/AInviteRedeemModal.vue +15 -11
  19. package/dist/runtime/components/AMnemonicLoginModal.d.vue.ts +2 -2
  20. package/dist/runtime/components/AMnemonicLoginModal.vue.d.ts +2 -2
  21. package/dist/runtime/components/APasswordChangeModal.d.vue.ts +3 -3
  22. package/dist/runtime/components/APasswordChangeModal.vue.d.ts +3 -3
  23. package/dist/runtime/components/APasswordLoginModal.d.vue.ts +4 -4
  24. package/dist/runtime/components/APasswordLoginModal.vue.d.ts +4 -4
  25. package/dist/runtime/components/APasswordRegisterModal.d.vue.ts +3 -3
  26. package/dist/runtime/components/APasswordRegisterModal.vue.d.ts +3 -3
  27. package/dist/runtime/components/APasswordResetConfirmModal.d.vue.ts +3 -3
  28. package/dist/runtime/components/APasswordResetConfirmModal.vue.d.ts +3 -3
  29. package/dist/runtime/components/APasswordResetRequestModal.d.vue.ts +2 -2
  30. package/dist/runtime/components/APasswordResetRequestModal.vue.d.ts +2 -2
  31. package/dist/runtime/components/ASetPasswordCard.d.vue.ts +1 -1
  32. package/dist/runtime/components/ASetPasswordCard.vue.d.ts +1 -1
  33. package/dist/runtime/components/aware/AArea.d.vue.ts +1 -1
  34. package/dist/runtime/components/aware/AArea.vue.d.ts +1 -1
  35. package/dist/runtime/components/aware/ACalendar.d.vue.ts +1 -1
  36. package/dist/runtime/components/aware/ACalendar.vue.d.ts +1 -1
  37. package/dist/runtime/components/aware/AFileUpload.d.vue.ts +1 -1
  38. package/dist/runtime/components/aware/AFileUpload.vue.d.ts +1 -1
  39. package/dist/runtime/components/aware/AInput.d.vue.ts +1 -1
  40. package/dist/runtime/components/aware/AInput.vue.d.ts +1 -1
  41. package/dist/runtime/components/aware/AMedia.d.vue.ts +1 -1
  42. package/dist/runtime/components/aware/AMedia.vue.d.ts +1 -1
  43. package/dist/runtime/components/aware/AScroll.d.vue.ts +1 -1
  44. package/dist/runtime/components/aware/AScroll.vue.d.ts +1 -1
  45. package/dist/runtime/components/aware/ASlider.d.vue.ts +1 -1
  46. package/dist/runtime/components/aware/ASlider.vue.d.ts +1 -1
  47. package/dist/runtime/components/aware/ATable.d.vue.ts +1 -1
  48. package/dist/runtime/components/aware/ATable.vue.d.ts +1 -1
  49. package/dist/runtime/components/aware/ATabs.d.vue.ts +1 -1
  50. package/dist/runtime/components/aware/ATabs.vue.d.ts +1 -1
  51. package/dist/runtime/components/aware/ATextarea.d.vue.ts +1 -1
  52. package/dist/runtime/components/aware/ATextarea.vue.d.ts +1 -1
  53. package/dist/runtime/components/aware/ATree.d.vue.ts +1 -1
  54. package/dist/runtime/components/aware/ATree.vue.d.ts +1 -1
  55. package/dist/runtime/components/docs/ADocsNavigation.d.vue.ts +1 -1
  56. package/dist/runtime/components/docs/ADocsNavigation.vue.d.ts +1 -1
  57. package/dist/runtime/components/docs/ADocsSearch.d.vue.ts +4 -4
  58. package/dist/runtime/components/docs/ADocsSearch.vue.d.ts +4 -4
  59. package/dist/runtime/components/docs/ADocsSearchButton.d.vue.ts +2 -2
  60. package/dist/runtime/components/docs/ADocsSearchButton.vue.d.ts +2 -2
  61. package/dist/runtime/components/docs/ADocsToc.d.vue.ts +1 -1
  62. package/dist/runtime/components/docs/ADocsToc.vue.d.ts +1 -1
  63. package/dist/runtime/components/editor/AColorPalettePopover.d.vue.ts +2 -2
  64. package/dist/runtime/components/editor/AColorPalettePopover.vue.d.ts +2 -2
  65. package/dist/runtime/components/editor/AFileGlbViewer.vue +27 -10
  66. package/dist/runtime/components/editor/AIconPickerPopover.d.vue.ts +2 -2
  67. package/dist/runtime/components/editor/AIconPickerPopover.vue.d.ts +2 -2
  68. package/dist/runtime/components/editor/ALocationPickerPopover.d.vue.ts +2 -2
  69. package/dist/runtime/components/editor/ALocationPickerPopover.vue.d.ts +2 -2
  70. package/dist/runtime/components/registry/APluginCapabilityDialog.d.vue.ts +4 -4
  71. package/dist/runtime/components/registry/APluginCapabilityDialog.vue +1 -1
  72. package/dist/runtime/components/registry/APluginCapabilityDialog.vue.d.ts +4 -4
  73. package/dist/runtime/components/renderers/AProseRenderer.d.vue.ts +4 -4
  74. package/dist/runtime/components/renderers/AProseRenderer.vue.d.ts +4 -4
  75. package/dist/runtime/components/renderers/sheets/ASheetsCell.d.vue.ts +4 -4
  76. package/dist/runtime/components/renderers/sheets/ASheetsCell.vue.d.ts +4 -4
  77. package/dist/runtime/components/renderers/sheets/ASheetsGrid.d.vue.ts +2 -2
  78. package/dist/runtime/components/renderers/sheets/ASheetsGrid.vue.d.ts +2 -2
  79. package/dist/runtime/components/renderers/sheets/ASheetsMobileActionBar.d.vue.ts +4 -4
  80. package/dist/runtime/components/renderers/sheets/ASheetsMobileActionBar.vue.d.ts +4 -4
  81. package/dist/runtime/components/renderers/sheets/ASheetsToolbar.d.vue.ts +4 -4
  82. package/dist/runtime/components/renderers/sheets/ASheetsToolbar.vue.d.ts +4 -4
  83. package/dist/runtime/components/shell/ADocPanelSettings.d.vue.ts +1 -1
  84. package/dist/runtime/components/shell/ADocPanelSettings.vue.d.ts +1 -1
  85. package/dist/runtime/components/shell/AUserProfilePopover.d.vue.ts +1 -1
  86. package/dist/runtime/components/shell/AUserProfilePopover.vue.d.ts +1 -1
  87. package/dist/runtime/components/shell/AWelcomeScreen.d.vue.ts +4 -4
  88. package/dist/runtime/components/shell/AWelcomeScreen.vue +77 -58
  89. package/dist/runtime/components/shell/AWelcomeScreen.vue.d.ts +4 -4
  90. package/dist/runtime/composables/useAbraAdmin.d.ts +131 -4
  91. package/dist/runtime/composables/useAbraAdmin.js +136 -36
  92. package/dist/runtime/composables/useInvites.d.ts +7 -0
  93. package/dist/runtime/plugin-abracadabra.client.js +44 -3
  94. package/dist/runtime/server/api/_abracadabra/spaces.get.d.ts +1 -1
  95. package/dist/runtime/types.d.ts +2 -0
  96. package/dist/runtime/utils/loadThree.d.ts +18 -0
  97. package/dist/runtime/utils/loadThree.js +46 -0
  98. package/dist/types.d.mts +6 -2
  99. package/package.json +26 -22
@@ -16,6 +16,7 @@ type __VLS_Props = {
16
16
  showSignInLink?: boolean;
17
17
  };
18
18
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:open": (v: boolean) => any;
19
20
  submit: (payload: {
20
21
  username: string;
21
22
  password: string;
@@ -23,9 +24,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
23
24
  displayName?: string;
24
25
  inviteCode?: string;
25
26
  }) => any;
26
- "update:open": (v: boolean) => any;
27
27
  signin: () => any;
28
28
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
29
30
  onSubmit?: ((payload: {
30
31
  username: string;
31
32
  password: string;
@@ -33,13 +34,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
33
34
  displayName?: string;
34
35
  inviteCode?: string;
35
36
  }) => any) | undefined;
36
- "onUpdate:open"?: ((v: boolean) => any) | undefined;
37
37
  onSignin?: (() => any) | undefined;
38
38
  }>, {
39
39
  subtitle: string;
40
40
  title: string;
41
- minLength: number;
42
41
  loading: boolean;
42
+ minLength: number;
43
43
  showInviteCode: boolean;
44
44
  showEmail: boolean;
45
45
  showDisplayName: boolean;
@@ -9,23 +9,23 @@ type __VLS_Props = {
9
9
  minLength?: number;
10
10
  };
11
11
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:open": (v: boolean) => any;
12
13
  submit: (payload: {
13
14
  token: string;
14
15
  newPassword: string;
15
16
  }) => any;
16
- "update:open": (v: boolean) => any;
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
18
19
  onSubmit?: ((payload: {
19
20
  token: string;
20
21
  newPassword: string;
21
22
  }) => any) | undefined;
22
- "onUpdate:open"?: ((v: boolean) => any) | undefined;
23
23
  }>, {
24
24
  subtitle: string;
25
25
  title: string;
26
- minLength: number;
27
26
  loading: boolean;
28
27
  initialToken: string;
28
+ minLength: number;
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  declare const _default: typeof __VLS_export;
31
31
  export default _default;
@@ -9,23 +9,23 @@ type __VLS_Props = {
9
9
  minLength?: number;
10
10
  };
11
11
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:open": (v: boolean) => any;
12
13
  submit: (payload: {
13
14
  token: string;
14
15
  newPassword: string;
15
16
  }) => any;
16
- "update:open": (v: boolean) => any;
17
17
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
18
19
  onSubmit?: ((payload: {
19
20
  token: string;
20
21
  newPassword: string;
21
22
  }) => any) | undefined;
22
- "onUpdate:open"?: ((v: boolean) => any) | undefined;
23
23
  }>, {
24
24
  subtitle: string;
25
25
  title: string;
26
- minLength: number;
27
26
  loading: boolean;
28
27
  initialToken: string;
28
+ minLength: number;
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  declare const _default: typeof __VLS_export;
31
31
  export default _default;
@@ -13,16 +13,16 @@ type __VLS_Props = {
13
13
  showSignInLink?: boolean;
14
14
  };
15
15
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "update:open": (v: boolean) => any;
16
17
  submit: (payload: {
17
18
  identifier: string;
18
19
  }) => any;
19
- "update:open": (v: boolean) => any;
20
20
  signin: () => any;
21
21
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
22
23
  onSubmit?: ((payload: {
23
24
  identifier: string;
24
25
  }) => any) | undefined;
25
- "onUpdate:open"?: ((v: boolean) => any) | undefined;
26
26
  onSignin?: (() => any) | undefined;
27
27
  }>, {
28
28
  subtitle: string;
@@ -13,16 +13,16 @@ type __VLS_Props = {
13
13
  showSignInLink?: boolean;
14
14
  };
15
15
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "update:open": (v: boolean) => any;
16
17
  submit: (payload: {
17
18
  identifier: string;
18
19
  }) => any;
19
- "update:open": (v: boolean) => any;
20
20
  signin: () => any;
21
21
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ "onUpdate:open"?: ((v: boolean) => any) | undefined;
22
23
  onSubmit?: ((payload: {
23
24
  identifier: string;
24
25
  }) => any) | undefined;
25
- "onUpdate:open"?: ((v: boolean) => any) | undefined;
26
26
  onSignin?: (() => any) | undefined;
27
27
  }>, {
28
28
  subtitle: string;
@@ -19,8 +19,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
19
19
  subtitle: string;
20
20
  title: string;
21
21
  success: boolean;
22
- minLength: number;
23
22
  loading: boolean;
23
+ minLength: number;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  export default _default;
@@ -19,8 +19,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
19
19
  subtitle: string;
20
20
  title: string;
21
21
  success: boolean;
22
- minLength: number;
23
22
  loading: boolean;
23
+ minLength: number;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  export default _default;
@@ -29,8 +29,8 @@ type __VLS_Slots = {} & {
29
29
  default?: (props: typeof __VLS_8) => any;
30
30
  };
31
31
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
32
- tag: string;
33
32
  max: number;
33
+ tag: string;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
36
  declare const _default: typeof __VLS_export;
@@ -29,8 +29,8 @@ type __VLS_Slots = {} & {
29
29
  default?: (props: typeof __VLS_8) => any;
30
30
  };
31
31
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
32
- tag: string;
33
32
  max: number;
33
+ tag: string;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
36
  declare const _default: typeof __VLS_export;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  live: boolean;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  live: boolean;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -11,10 +11,10 @@ type __VLS_Slots = {} & {
11
11
  [K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- peers: boolean;
15
14
  awareness: boolean;
16
15
  max: number;
17
16
  live: boolean;
17
+ peers: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -11,10 +11,10 @@ type __VLS_Slots = {} & {
11
11
  [K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- peers: boolean;
15
14
  awareness: boolean;
16
15
  max: number;
17
16
  live: boolean;
17
+ peers: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  max: number;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  max: number;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -12,8 +12,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
12
12
  awareness: boolean;
13
13
  tag: "video" | "audio";
14
14
  live: boolean;
15
- controls: boolean;
16
15
  total: boolean;
16
+ controls: boolean;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: typeof __VLS_export;
19
19
  export default _default;
@@ -12,8 +12,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
12
12
  awareness: boolean;
13
13
  tag: "video" | "audio";
14
14
  live: boolean;
15
- controls: boolean;
16
15
  total: boolean;
16
+ controls: boolean;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: typeof __VLS_export;
19
19
  export default _default;
@@ -11,9 +11,9 @@ type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- peers: boolean;
15
14
  awareness: boolean;
16
15
  live: boolean;
16
+ peers: boolean;
17
17
  followOnly: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -11,9 +11,9 @@ type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
- peers: boolean;
15
14
  awareness: boolean;
16
15
  live: boolean;
16
+ peers: boolean;
17
17
  followOnly: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -9,10 +9,10 @@ type __VLS_Props = {
9
9
  };
10
10
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
11
  sync: boolean;
12
- peers: boolean;
13
12
  awareness: boolean;
14
13
  max: number;
15
14
  min: number;
15
+ peers: boolean;
16
16
  total: boolean;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: typeof __VLS_export;
@@ -9,10 +9,10 @@ type __VLS_Props = {
9
9
  };
10
10
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
11
  sync: boolean;
12
- peers: boolean;
13
12
  awareness: boolean;
14
13
  max: number;
15
14
  min: number;
15
+ peers: boolean;
16
16
  total: boolean;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: typeof __VLS_export;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  [K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- peers: boolean;
13
12
  awareness: boolean;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -9,8 +9,8 @@ type __VLS_Slots = {} & {
9
9
  [K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
- peers: boolean;
13
12
  awareness: boolean;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -13,9 +13,9 @@ type __VLS_Slots = {} & {
13
13
  [K in NonNullable<typeof __VLS_27>]?: (props: typeof __VLS_28) => any;
14
14
  };
15
15
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
- peers: boolean;
17
16
  awareness: boolean;
18
17
  live: boolean;
18
+ peers: boolean;
19
19
  followOnly: boolean;
20
20
  total: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -13,9 +13,9 @@ type __VLS_Slots = {} & {
13
13
  [K in NonNullable<typeof __VLS_27>]?: (props: typeof __VLS_28) => any;
14
14
  };
15
15
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
16
- peers: boolean;
17
16
  awareness: boolean;
18
17
  live: boolean;
18
+ peers: boolean;
19
19
  followOnly: boolean;
20
20
  total: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  max: number;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -8,9 +8,9 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  sync: boolean;
11
- peers: boolean;
12
11
  awareness: boolean;
13
12
  max: number;
13
+ peers: boolean;
14
14
  total: boolean;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: typeof __VLS_export;
@@ -12,9 +12,9 @@ type __VLS_Slots = {} & {
12
12
  [K in NonNullable<typeof __VLS_27>]?: (props: typeof __VLS_28) => any;
13
13
  };
14
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
- peers: boolean;
16
15
  awareness: boolean;
17
16
  live: boolean;
17
+ peers: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -12,9 +12,9 @@ type __VLS_Slots = {} & {
12
12
  [K in NonNullable<typeof __VLS_27>]?: (props: typeof __VLS_28) => any;
13
13
  };
14
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
- peers: boolean;
16
15
  awareness: boolean;
17
16
  live: boolean;
17
+ peers: boolean;
18
18
  total: boolean;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -142,8 +142,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
142
142
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
143
143
  }>, {
144
144
  type: string;
145
- disabled: boolean;
146
145
  as: any;
146
+ disabled: boolean;
147
147
  level: number;
148
148
  collapsible: boolean;
149
149
  highlight: boolean;
@@ -142,8 +142,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
142
142
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
143
143
  }>, {
144
144
  type: string;
145
- disabled: boolean;
146
145
  as: any;
146
+ disabled: boolean;
147
147
  level: number;
148
148
  collapsible: boolean;
149
149
  highlight: boolean;
@@ -26,7 +26,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
26
26
  required: false;
27
27
  };
28
28
  close: {
29
- type: (ObjectConstructor | BooleanConstructor)[];
29
+ type: (BooleanConstructor | ObjectConstructor)[];
30
30
  required: false;
31
31
  default: boolean;
32
32
  };
@@ -143,7 +143,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
143
143
  required: false;
144
144
  };
145
145
  close: {
146
- type: (ObjectConstructor | BooleanConstructor)[];
146
+ type: (BooleanConstructor | ObjectConstructor)[];
147
147
  required: false;
148
148
  default: boolean;
149
149
  };
@@ -233,11 +233,11 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
233
233
  }>> & Readonly<{
234
234
  "onUpdate:searchTerm"?: ((value: string | undefined) => any) | undefined;
235
235
  }>, {
236
- close: boolean | Record<string, any>;
237
- shortcut: string;
238
236
  transition: boolean;
237
+ close: boolean | Record<string, any>;
239
238
  autofocus: boolean;
240
239
  loading: boolean;
240
+ shortcut: string;
241
241
  colorMode: boolean;
242
242
  overlay: boolean;
243
243
  dismissible: boolean;
@@ -26,7 +26,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
26
26
  required: false;
27
27
  };
28
28
  close: {
29
- type: (ObjectConstructor | BooleanConstructor)[];
29
+ type: (BooleanConstructor | ObjectConstructor)[];
30
30
  required: false;
31
31
  default: boolean;
32
32
  };
@@ -143,7 +143,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
143
143
  required: false;
144
144
  };
145
145
  close: {
146
- type: (ObjectConstructor | BooleanConstructor)[];
146
+ type: (BooleanConstructor | ObjectConstructor)[];
147
147
  required: false;
148
148
  default: boolean;
149
149
  };
@@ -233,11 +233,11 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
233
233
  }>> & Readonly<{
234
234
  "onUpdate:searchTerm"?: ((value: string | undefined) => any) | undefined;
235
235
  }>, {
236
- close: boolean | Record<string, any>;
237
- shortcut: string;
238
236
  transition: boolean;
237
+ close: boolean | Record<string, any>;
239
238
  autofocus: boolean;
240
239
  loading: boolean;
240
+ shortcut: string;
241
241
  colorMode: boolean;
242
242
  overlay: boolean;
243
243
  dismissible: boolean;
@@ -24,7 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
24
24
  default: boolean;
25
25
  };
26
26
  tooltip: {
27
- type: (ObjectConstructor | BooleanConstructor)[];
27
+ type: (BooleanConstructor | ObjectConstructor)[];
28
28
  required: false;
29
29
  default: boolean;
30
30
  };
@@ -141,7 +141,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
141
141
  default: boolean;
142
142
  };
143
143
  tooltip: {
144
- type: (ObjectConstructor | BooleanConstructor)[];
144
+ type: (BooleanConstructor | ObjectConstructor)[];
145
145
  required: false;
146
146
  default: boolean;
147
147
  };
@@ -24,7 +24,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
24
24
  default: boolean;
25
25
  };
26
26
  tooltip: {
27
- type: (ObjectConstructor | BooleanConstructor)[];
27
+ type: (BooleanConstructor | ObjectConstructor)[];
28
28
  required: false;
29
29
  default: boolean;
30
30
  };
@@ -141,7 +141,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
141
141
  default: boolean;
142
142
  };
143
143
  tooltip: {
144
- type: (ObjectConstructor | BooleanConstructor)[];
144
+ type: (BooleanConstructor | ObjectConstructor)[];
145
145
  required: false;
146
146
  default: boolean;
147
147
  };
@@ -107,8 +107,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
107
107
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
108
108
  onMove?: ((...args: any[]) => any) | undefined;
109
109
  }>, {
110
- as: any;
111
110
  open: boolean;
111
+ as: any;
112
112
  highlight: boolean;
113
113
  defaultOpen: boolean;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
@@ -107,8 +107,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<import
107
107
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
108
108
  onMove?: ((...args: any[]) => any) | undefined;
109
109
  }>, {
110
- as: any;
111
110
  open: boolean;
111
+ as: any;
112
112
  highlight: boolean;
113
113
  defaultOpen: boolean;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, __VLS_Slots>;
@@ -7,11 +7,11 @@ type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_10) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: string) => any;
11
10
  "update:open": (value: boolean) => any;
11
+ "update:modelValue": (value: string) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
13
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
14
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
@@ -7,11 +7,11 @@ type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_10) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: string) => any;
11
10
  "update:open": (value: boolean) => any;
11
+ "update:modelValue": (value: string) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
14
13
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
14
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;