@abraca/nuxt 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/runtime/components/renderers/sheets/ASheetsMobileActionBar.d.vue.ts +2 -2
- package/dist/runtime/components/renderers/sheets/ASheetsMobileActionBar.vue.d.ts +2 -2
- package/dist/runtime/components/renderers/sheets/ASheetsToolbar.d.vue.ts +4 -4
- package/dist/runtime/components/renderers/sheets/ASheetsToolbar.vue.d.ts +4 -4
- package/dist/runtime/components/shell/AUserMenu.d.vue.ts +2 -2
- package/dist/runtime/components/shell/AUserMenu.vue.d.ts +2 -2
- package/dist/runtime/server/plugins/abracadabra-service.js +1 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -10,17 +10,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
10
10
|
copy: () => any;
|
|
11
11
|
edit: () => any;
|
|
12
12
|
cut: () => any;
|
|
13
|
-
paste: () => any;
|
|
14
13
|
toggleBold: () => any;
|
|
15
14
|
toggleItalic: () => any;
|
|
15
|
+
paste: () => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
17
|
onClear?: (() => any) | undefined;
|
|
18
18
|
onCopy?: (() => any) | undefined;
|
|
19
19
|
onEdit?: (() => any) | undefined;
|
|
20
20
|
onCut?: (() => any) | undefined;
|
|
21
|
-
onPaste?: (() => any) | undefined;
|
|
22
21
|
onToggleBold?: (() => any) | undefined;
|
|
23
22
|
onToggleItalic?: (() => any) | undefined;
|
|
23
|
+
onPaste?: (() => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const _default: typeof __VLS_export;
|
|
26
26
|
export default _default;
|
|
@@ -10,17 +10,17 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
10
10
|
copy: () => any;
|
|
11
11
|
edit: () => any;
|
|
12
12
|
cut: () => any;
|
|
13
|
-
paste: () => any;
|
|
14
13
|
toggleBold: () => any;
|
|
15
14
|
toggleItalic: () => any;
|
|
15
|
+
paste: () => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
17
|
onClear?: (() => any) | undefined;
|
|
18
18
|
onCopy?: (() => any) | undefined;
|
|
19
19
|
onEdit?: (() => any) | undefined;
|
|
20
20
|
onCut?: (() => any) | undefined;
|
|
21
|
-
onPaste?: (() => any) | undefined;
|
|
22
21
|
onToggleBold?: (() => any) | undefined;
|
|
23
22
|
onToggleItalic?: (() => any) | undefined;
|
|
23
|
+
onPaste?: (() => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const _default: typeof __VLS_export;
|
|
26
26
|
export default _default;
|
|
@@ -18,27 +18,27 @@ type __VLS_Props = {
|
|
|
18
18
|
labels?: Partial<AbracadabraLocale['renderers']['sheets']>;
|
|
19
19
|
};
|
|
20
20
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
toggleBold: () => any;
|
|
22
|
+
toggleItalic: () => any;
|
|
21
23
|
addColumn: () => any;
|
|
22
24
|
addRow: () => any;
|
|
23
25
|
"update:editValue": (value: string) => any;
|
|
24
26
|
commitFormulaBar: () => any;
|
|
25
27
|
cancelFormulaBar: () => any;
|
|
26
28
|
startEditFromBar: () => any;
|
|
27
|
-
toggleBold: () => any;
|
|
28
|
-
toggleItalic: () => any;
|
|
29
29
|
setTextColor: (color: string | undefined) => any;
|
|
30
30
|
setBgColor: (color: string | undefined) => any;
|
|
31
31
|
setAlign: (align: string) => any;
|
|
32
32
|
setNumberFormat: (format: string | undefined) => any;
|
|
33
33
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
|
+
onToggleBold?: (() => any) | undefined;
|
|
35
|
+
onToggleItalic?: (() => any) | undefined;
|
|
34
36
|
onAddColumn?: (() => any) | undefined;
|
|
35
37
|
onAddRow?: (() => any) | undefined;
|
|
36
38
|
"onUpdate:editValue"?: ((value: string) => any) | undefined;
|
|
37
39
|
onCommitFormulaBar?: (() => any) | undefined;
|
|
38
40
|
onCancelFormulaBar?: (() => any) | undefined;
|
|
39
41
|
onStartEditFromBar?: (() => any) | undefined;
|
|
40
|
-
onToggleBold?: (() => any) | undefined;
|
|
41
|
-
onToggleItalic?: (() => any) | undefined;
|
|
42
42
|
onSetTextColor?: ((color: string | undefined) => any) | undefined;
|
|
43
43
|
onSetBgColor?: ((color: string | undefined) => any) | undefined;
|
|
44
44
|
onSetAlign?: ((align: string) => any) | undefined;
|
|
@@ -18,27 +18,27 @@ type __VLS_Props = {
|
|
|
18
18
|
labels?: Partial<AbracadabraLocale['renderers']['sheets']>;
|
|
19
19
|
};
|
|
20
20
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
toggleBold: () => any;
|
|
22
|
+
toggleItalic: () => any;
|
|
21
23
|
addColumn: () => any;
|
|
22
24
|
addRow: () => any;
|
|
23
25
|
"update:editValue": (value: string) => any;
|
|
24
26
|
commitFormulaBar: () => any;
|
|
25
27
|
cancelFormulaBar: () => any;
|
|
26
28
|
startEditFromBar: () => any;
|
|
27
|
-
toggleBold: () => any;
|
|
28
|
-
toggleItalic: () => any;
|
|
29
29
|
setTextColor: (color: string | undefined) => any;
|
|
30
30
|
setBgColor: (color: string | undefined) => any;
|
|
31
31
|
setAlign: (align: string) => any;
|
|
32
32
|
setNumberFormat: (format: string | undefined) => any;
|
|
33
33
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
34
|
+
onToggleBold?: (() => any) | undefined;
|
|
35
|
+
onToggleItalic?: (() => any) | undefined;
|
|
34
36
|
onAddColumn?: (() => any) | undefined;
|
|
35
37
|
onAddRow?: (() => any) | undefined;
|
|
36
38
|
"onUpdate:editValue"?: ((value: string) => any) | undefined;
|
|
37
39
|
onCommitFormulaBar?: (() => any) | undefined;
|
|
38
40
|
onCancelFormulaBar?: (() => any) | undefined;
|
|
39
41
|
onStartEditFromBar?: (() => any) | undefined;
|
|
40
|
-
onToggleBold?: (() => any) | undefined;
|
|
41
|
-
onToggleItalic?: (() => any) | undefined;
|
|
42
42
|
onSetTextColor?: ((color: string | undefined) => any) | undefined;
|
|
43
43
|
onSetBgColor?: ((color: string | undefined) => any) | undefined;
|
|
44
44
|
onSetAlign?: ((align: string) => any) | undefined;
|
|
@@ -14,13 +14,13 @@ type __VLS_Props = {
|
|
|
14
14
|
extraItems?: DropdownMenuItem[][];
|
|
15
15
|
};
|
|
16
16
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
logout: () => any;
|
|
18
17
|
"open-settings": () => any;
|
|
19
18
|
"open-account": () => any;
|
|
19
|
+
logout: () => any;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
onLogout?: (() => any) | undefined;
|
|
22
21
|
"onOpen-settings"?: (() => any) | undefined;
|
|
23
22
|
"onOpen-account"?: (() => any) | undefined;
|
|
23
|
+
onLogout?: (() => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
25
|
color: string;
|
|
26
26
|
collapsed: boolean;
|
|
@@ -14,13 +14,13 @@ type __VLS_Props = {
|
|
|
14
14
|
extraItems?: DropdownMenuItem[][];
|
|
15
15
|
};
|
|
16
16
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
-
logout: () => any;
|
|
18
17
|
"open-settings": () => any;
|
|
19
18
|
"open-account": () => any;
|
|
19
|
+
logout: () => any;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
onLogout?: (() => any) | undefined;
|
|
22
21
|
"onOpen-settings"?: (() => any) | undefined;
|
|
23
22
|
"onOpen-account"?: (() => any) | undefined;
|
|
23
|
+
onLogout?: (() => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
25
|
color: string;
|
|
26
26
|
collapsed: boolean;
|
|
@@ -83,6 +83,7 @@ async function loadOrCreateAutoIdentity(opts) {
|
|
|
83
83
|
return identity;
|
|
84
84
|
}
|
|
85
85
|
export default defineNitroPlugin(async (nitroApp) => {
|
|
86
|
+
if (import.meta.prerender) return;
|
|
86
87
|
const config = useRuntimeConfig();
|
|
87
88
|
const abraConfig = config.abracadabra;
|
|
88
89
|
const storage = useStorage();
|