@kong-ui-public/document-viewer 2.2.1 → 2.2.2
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/types/components/DocumentViewer.vue.d.ts +1 -1
- package/dist/types/components/DocumentViewer.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Blockquote.vue.d.ts +6 -10
- package/dist/types/components/nodes/Blockquote.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Code.vue.d.ts +6 -10
- package/dist/types/components/nodes/Code.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/CodeBlock.vue.d.ts +3 -3
- package/dist/types/components/nodes/CodeBlock.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Emphasis.vue.d.ts +6 -10
- package/dist/types/components/nodes/Emphasis.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Heading.vue.d.ts +6 -10
- package/dist/types/components/nodes/Heading.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Image.vue.d.ts +1 -1
- package/dist/types/components/nodes/Image.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/LineBreak.vue.d.ts +1 -1
- package/dist/types/components/nodes/LineBreak.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Link.vue.d.ts +6 -10
- package/dist/types/components/nodes/Link.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/List.vue.d.ts +6 -10
- package/dist/types/components/nodes/List.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/ListItem.vue.d.ts +6 -10
- package/dist/types/components/nodes/ListItem.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Paragraph.vue.d.ts +6 -10
- package/dist/types/components/nodes/Paragraph.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Strikethrough.vue.d.ts +6 -10
- package/dist/types/components/nodes/Strikethrough.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Table.vue.d.ts +6 -10
- package/dist/types/components/nodes/Table.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/TableCell.vue.d.ts +6 -10
- package/dist/types/components/nodes/TableCell.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/TableRow.vue.d.ts +6 -10
- package/dist/types/components/nodes/TableRow.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/TaskCheckbox.vue.d.ts +1 -1
- package/dist/types/components/nodes/TaskCheckbox.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/Text.vue.d.ts +1 -1
- package/dist/types/components/nodes/Text.vue.d.ts.map +1 -1
- package/dist/types/components/nodes/TextBlock.vue.d.ts +6 -10
- package/dist/types/components/nodes/TextBlock.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}>,
|
|
6
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
document: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
9
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentViewer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DocumentViewer.vue"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DocumentViewer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DocumentViewer.vue"],"names":[],"mappings":";;;;;;;;;;;AAiJA,wBASG"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blockquote.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Blockquote.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Blockquote.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Blockquote.vue"],"names":[],"mappings":"AA2CA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Code.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Code.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Code.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Code.vue"],"names":[],"mappings":"AAmCA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
19
19
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
20
20
|
of<T>(...items: T[]): T[];
|
|
21
21
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
22
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
22
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
23
23
|
readonly [Symbol.species]: ArrayConstructor;
|
|
24
24
|
};
|
|
25
25
|
required: true;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
-
}>,
|
|
35
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
codeBlockIndex: {
|
|
37
37
|
type: NumberConstructor;
|
|
38
38
|
default: number;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
52
52
|
of<T>(...items: T[]): T[];
|
|
53
53
|
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
54
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T
|
|
54
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
55
55
|
readonly [Symbol.species]: ArrayConstructor;
|
|
56
56
|
};
|
|
57
57
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/CodeBlock.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE3C,OAAO,8BAA8B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"CodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/CodeBlock.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAE3C,OAAO,8BAA8B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkMrC,wBAqBG"}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
7
4
|
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
6
|
level: {
|
|
11
7
|
type: NumberConstructor;
|
|
12
8
|
default: number;
|
|
13
9
|
validator(value: unknown): boolean;
|
|
14
10
|
};
|
|
15
|
-
}>,
|
|
11
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
12
|
level: {
|
|
17
13
|
type: NumberConstructor;
|
|
18
14
|
default: number;
|
|
@@ -21,9 +17,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
21
17
|
}>> & Readonly<{}>, {
|
|
22
18
|
level: number;
|
|
23
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
declare const _default:
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
21
|
export default _default;
|
|
26
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
23
|
new (): {
|
|
28
24
|
$slots: S;
|
|
29
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Emphasis.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Emphasis.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Emphasis.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Emphasis.vue"],"names":[],"mappings":"AAkEA,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;AAgC/C,QAAA,MAAM,eAAe;;;;yBAOA,OAAO,GAAG,OAAO;;;;;;yBAAjB,OAAO,GAAG,OAAO;;;;4EAUpC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
7
4
|
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
6
|
level: {
|
|
11
7
|
type: NumberConstructor;
|
|
@@ -16,7 +12,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
16
12
|
type: StringConstructor;
|
|
17
13
|
default: string;
|
|
18
14
|
};
|
|
19
|
-
}>,
|
|
15
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
16
|
level: {
|
|
21
17
|
type: NumberConstructor;
|
|
22
18
|
validator(value: unknown): boolean;
|
|
@@ -30,9 +26,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
30
26
|
level: number;
|
|
31
27
|
slug: string;
|
|
32
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default:
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
34
30
|
export default _default;
|
|
35
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
32
|
new (): {
|
|
37
33
|
$slots: S;
|
|
38
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Heading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Heading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Heading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Heading.vue"],"names":[],"mappings":"AAwIA,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;AAsC/C,QAAA,MAAM,eAAe;;;yBAMA,OAAO,GAAG,OAAO;;;;;;;;;;yBAAjB,OAAO,GAAG,OAAO;;;;;;;;;;4EAgBpC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}>,
|
|
14
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
url: {
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Image.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Image.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGA,wBAiBG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=LineBreak.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LineBreak.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/LineBreak.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LineBreak.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/LineBreak.vue"],"names":[],"mappings":";AA6CA,wBAGG"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
6
|
href: {
|
|
11
7
|
type: StringConstructor;
|
|
@@ -15,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
15
11
|
type: StringConstructor;
|
|
16
12
|
default: string;
|
|
17
13
|
};
|
|
18
|
-
}>,
|
|
14
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
15
|
href: {
|
|
20
16
|
type: StringConstructor;
|
|
21
17
|
required: true;
|
|
@@ -27,9 +23,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
27
23
|
}>> & Readonly<{}>, {
|
|
28
24
|
title: string;
|
|
29
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
-
declare const _default:
|
|
26
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
27
|
export default _default;
|
|
32
|
-
type
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
29
|
new (): {
|
|
34
30
|
$slots: S;
|
|
35
31
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Link.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Link.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Link.vue"],"names":[],"mappings":"AAwEA,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;AA2B/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;4EAanB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
7
4
|
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
5
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
6
|
isOrdered: {
|
|
11
7
|
type: BooleanConstructor;
|
|
@@ -15,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
15
11
|
type: BooleanConstructor;
|
|
16
12
|
default: boolean;
|
|
17
13
|
};
|
|
18
|
-
}>,
|
|
14
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
15
|
isOrdered: {
|
|
20
16
|
type: BooleanConstructor;
|
|
21
17
|
default: boolean;
|
|
@@ -28,9 +24,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
28
24
|
isOrdered: boolean;
|
|
29
25
|
hasTaskItems: boolean;
|
|
30
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
|
-
declare const _default:
|
|
27
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
32
28
|
export default _default;
|
|
33
|
-
type
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
30
|
new (): {
|
|
35
31
|
$slots: S;
|
|
36
32
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/List.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"List.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/List.vue"],"names":[],"mappings":"AA4FA,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;AA4B/C,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;4EAanB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/ListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/ListItem.vue"],"names":[],"mappings":"AAsDA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paragraph.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Paragraph.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Paragraph.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Paragraph.vue"],"names":[],"mappings":"AAgCA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Strikethrough.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Strikethrough.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Strikethrough.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Strikethrough.vue"],"names":[],"mappings":"AAqBA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Table.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Table.vue"],"names":[],"mappings":"AAiCA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { TableRowNode } from '../../types';
|
|
3
3
|
import { TableCellAlign } from '../../types';
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
attrs: Partial<{}>;
|
|
4
|
+
declare var __VLS_7: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_7) => any;
|
|
10
7
|
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
8
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
9
|
alignment: {
|
|
14
10
|
type: PropType<TableCellAlign>;
|
|
@@ -18,7 +14,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
18
14
|
type: PropType<TableRowNode>;
|
|
19
15
|
required: true;
|
|
20
16
|
};
|
|
21
|
-
}>,
|
|
17
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
18
|
alignment: {
|
|
23
19
|
type: PropType<TableCellAlign>;
|
|
24
20
|
default: TableCellAlign;
|
|
@@ -30,9 +26,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
30
26
|
}>> & Readonly<{}>, {
|
|
31
27
|
alignment: TableCellAlign;
|
|
32
28
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
declare const _default:
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
34
30
|
export default _default;
|
|
35
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
32
|
new (): {
|
|
37
33
|
$slots: S;
|
|
38
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TableCell.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAmB,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"TableCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TableCell.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAmB,MAAM,aAAa,CAAA;AAoD7D,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;AA6B/C,QAAA,MAAM,eAAe;;cAKD,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,YAAY,CAAC;;;;;cAJtB,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,YAAY,CAAC;;;;;4EAIxC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import { TableRowSection } from '../../types';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
attrs: Partial<{}>;
|
|
3
|
+
declare var __VLS_7: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_7) => any;
|
|
9
6
|
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
7
|
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
8
|
section: {
|
|
13
9
|
type: PropType<TableRowSection>;
|
|
14
10
|
default: TableRowSection;
|
|
15
11
|
};
|
|
16
|
-
}>,
|
|
12
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
13
|
section: {
|
|
18
14
|
type: PropType<TableRowSection>;
|
|
19
15
|
default: TableRowSection;
|
|
@@ -21,9 +17,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
21
17
|
}>> & Readonly<{}>, {
|
|
22
18
|
section: TableRowSection;
|
|
23
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
declare const _default:
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
21
|
export default _default;
|
|
26
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
23
|
new (): {
|
|
28
24
|
$slots: S;
|
|
29
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TableRow.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"TableRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TableRow.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAgD7C,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;AAwB/C,QAAA,MAAM,eAAe;;cAKD,QAAQ,CAAC,eAAe,CAAC;;;;;cAAzB,QAAQ,CAAC,eAAe,CAAC;;;;;4EAI3C,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
type TaskCheckboxProps = {
|
|
2
2
|
checked: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<TaskCheckboxProps,
|
|
4
|
+
declare const _default: import("vue").DefineComponent<TaskCheckboxProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TaskCheckboxProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
6
6
|
//# sourceMappingURL=TaskCheckbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TaskCheckbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TaskCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TaskCheckbox.vue"],"names":[],"mappings":"AAuBA,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA;;AA0CD,wBAIG"}
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}>,
|
|
14
|
+
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
text: {
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Text.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/Text.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA,wBA2FC"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
4
|
};
|
|
8
|
-
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
9
|
new (): {
|
|
14
10
|
$slots: S;
|
|
15
11
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TextBlock.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/nodes/TextBlock.vue"],"names":[],"mappings":"AAqBA,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;AAiB/C,QAAA,MAAM,eAAe,iRAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/document-viewer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/document-viewer.umd.js",
|
|
6
6
|
"module": "./dist/document-viewer.es.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@kong/kongponents": "^9.37.2",
|
|
25
25
|
"vue": "^3.5.13",
|
|
26
|
-
"@kong-ui-public/i18n": "^2.4.
|
|
26
|
+
"@kong-ui-public/i18n": "^2.4.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@kong/design-tokens": "^1.18.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@types/prismjs": "^1.26.5",
|
|
32
32
|
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
33
33
|
"vue": "^3.5.13",
|
|
34
|
-
"@kong-ui-public/i18n": "^2.4.
|
|
34
|
+
"@kong-ui-public/i18n": "^2.4.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"prismjs": "^1.
|
|
37
|
+
"prismjs": "^1.30.0"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|