@dronico/droni-kit 1.7.4 → 1.7.6

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.
@@ -1,122 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- modelValue: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- language: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- minimap: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- theme: {
15
- type: () => "vs" | "vs-dark" | "hc-black" | "hc-light";
16
- default: string;
17
- };
18
- wordWrap: {
19
- type: () => "on" | "off" | "wordWrapColumn" | "bounded";
20
- default: string;
21
- };
22
- tabSize: {
23
- type: NumberConstructor;
24
- default: number;
25
- };
26
- autoIndent: {
27
- type: () => "none" | "keep" | "brackets" | "advanced";
28
- default: string;
29
- };
30
- renderValidationDecorations: {
31
- type: () => "on" | "off" | "editable";
32
- default: string;
33
- };
34
- formatOnPaste: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- formatOnType: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- autoClosingBrackets: {
43
- type: () => "always" | "languageDefined" | "never";
44
- default: string;
45
- };
46
- scrollBeyondLastLine: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- lineNumbers: {
51
- type: () => "on" | "off" | "relative" | "interval";
52
- default: string;
53
- };
54
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
55
- modelValue: {
56
- type: StringConstructor;
57
- default: string;
58
- };
59
- language: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- minimap: {
64
- type: BooleanConstructor;
65
- default: boolean;
66
- };
67
- theme: {
68
- type: () => "vs" | "vs-dark" | "hc-black" | "hc-light";
69
- default: string;
70
- };
71
- wordWrap: {
72
- type: () => "on" | "off" | "wordWrapColumn" | "bounded";
73
- default: string;
74
- };
75
- tabSize: {
76
- type: NumberConstructor;
77
- default: number;
78
- };
79
- autoIndent: {
80
- type: () => "none" | "keep" | "brackets" | "advanced";
81
- default: string;
82
- };
83
- renderValidationDecorations: {
84
- type: () => "on" | "off" | "editable";
85
- default: string;
86
- };
87
- formatOnPaste: {
88
- type: BooleanConstructor;
89
- default: boolean;
90
- };
91
- formatOnType: {
92
- type: BooleanConstructor;
93
- default: boolean;
94
- };
95
- autoClosingBrackets: {
96
- type: () => "always" | "languageDefined" | "never";
97
- default: string;
98
- };
99
- scrollBeyondLastLine: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- lineNumbers: {
104
- type: () => "on" | "off" | "relative" | "interval";
105
- default: string;
106
- };
107
- }>> & Readonly<{}>, {
108
- modelValue: string;
109
- language: string;
110
- minimap: boolean;
111
- theme: "vs" | "vs-dark" | "hc-black" | "hc-light";
112
- wordWrap: "on" | "off" | "wordWrapColumn" | "bounded";
113
- tabSize: number;
114
- autoIndent: "none" | "keep" | "brackets" | "advanced";
115
- renderValidationDecorations: "on" | "off" | "editable";
116
- formatOnPaste: boolean;
117
- formatOnType: boolean;
118
- autoClosingBrackets: "always" | "languageDefined" | "never";
119
- scrollBeyondLastLine: boolean;
120
- lineNumbers: "on" | "off" | "relative" | "interval";
121
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
122
- export default _default;