@omnia/fx 8.0.36-vnext → 8.0.37-vnext
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/internal-do-not-import-from-here/core/ServiceContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +20 -44
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +19 -6
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -37
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -300
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -286
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsServer.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsVirtual.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/AlignmentPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/AlignmentPickerExample.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/index.d.ts +0 -0
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: String | String[];
|
13
15
|
key?: string | number | symbol;
|
@@ -94,12 +96,16 @@ declare const _default: {
|
|
94
96
|
colors?: any;
|
95
97
|
blueprintType?: any;
|
96
98
|
blueprint?: any;
|
99
|
+
host?: any;
|
100
|
+
hostContainer?: any;
|
97
101
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
102
|
container?: any;
|
103
|
+
host?: any;
|
99
104
|
blueprint?: any;
|
100
105
|
colorSchemaType?: any;
|
101
106
|
blueprintType?: any;
|
102
107
|
colors?: any;
|
108
|
+
hostContainer?: any;
|
103
109
|
}, {}, string, {}> & {
|
104
110
|
beforeCreate?: (() => void) | (() => void)[];
|
105
111
|
created?: (() => void) | (() => void)[];
|
@@ -144,6 +150,8 @@ declare const _default: {
|
|
144
150
|
colors?: any;
|
145
151
|
blueprintType?: any;
|
146
152
|
blueprint?: any;
|
153
|
+
host?: any;
|
154
|
+
hostContainer?: any;
|
147
155
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
148
156
|
__isFragment?: never;
|
149
157
|
__isTeleport?: never;
|
@@ -172,19 +180,25 @@ declare const _default: {
|
|
172
180
|
colors?: any;
|
173
181
|
blueprintType?: any;
|
174
182
|
blueprint?: any;
|
183
|
+
host?: any;
|
184
|
+
hostContainer?: any;
|
175
185
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
176
186
|
container?: any;
|
187
|
+
host?: any;
|
177
188
|
blueprint?: any;
|
178
189
|
colorSchemaType?: any;
|
179
190
|
blueprintType?: any;
|
180
191
|
colors?: any;
|
192
|
+
hostContainer?: any;
|
181
193
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
182
194
|
propsDefinition: Omit<Readonly<{
|
183
195
|
container?: any;
|
196
|
+
host?: any;
|
184
197
|
blueprint?: any;
|
185
198
|
colorSchemaType?: any;
|
186
199
|
blueprintType?: any;
|
187
200
|
colors?: any;
|
201
|
+
hostContainer?: any;
|
188
202
|
} & {
|
189
203
|
class?: String | String[];
|
190
204
|
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
@@ -1,21 +1,20 @@
|
|
1
1
|
import { IIcon } from "@omnia/fx-models";
|
2
|
-
import { IconSize } from "./Icon.css";
|
3
|
-
export declare const IconPresetDefinitions: string[];
|
4
|
-
export type IconPreset = typeof IconPresetDefinitions[number];
|
5
2
|
declare const _default: {
|
6
3
|
new (...args: any[]): {
|
7
4
|
$: import("vue").ComponentInternalInstance;
|
8
5
|
$data: {};
|
9
6
|
$props: {
|
10
7
|
container?: any;
|
8
|
+
host?: any;
|
11
9
|
blueprint?: any;
|
12
10
|
colorSchemaType?: any;
|
13
11
|
blueprintType?: any;
|
14
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
15
14
|
style?: unknown;
|
16
15
|
class?: String | String[];
|
17
16
|
key?: string | number | symbol;
|
18
|
-
readonly size?:
|
17
|
+
readonly size?: string;
|
19
18
|
readonly icon?: IIcon;
|
20
19
|
ref?: import("vue").VNodeRef;
|
21
20
|
ref_for?: boolean;
|
@@ -79,7 +78,7 @@ declare const _default: {
|
|
79
78
|
type: import("vue").PropType<string>;
|
80
79
|
};
|
81
80
|
size: {
|
82
|
-
type: import("vue").PropType<
|
81
|
+
type: import("vue").PropType<string>;
|
83
82
|
};
|
84
83
|
toned: {
|
85
84
|
type: import("vue").PropType<boolean>;
|
@@ -98,12 +97,16 @@ declare const _default: {
|
|
98
97
|
colors?: any;
|
99
98
|
blueprintType?: any;
|
100
99
|
blueprint?: any;
|
100
|
+
host?: any;
|
101
|
+
hostContainer?: any;
|
101
102
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
102
103
|
container?: any;
|
104
|
+
host?: any;
|
103
105
|
blueprint?: any;
|
104
106
|
colorSchemaType?: any;
|
105
107
|
blueprintType?: any;
|
106
108
|
colors?: any;
|
109
|
+
hostContainer?: any;
|
107
110
|
}, {}, string, {}> & {
|
108
111
|
beforeCreate?: (() => void) | (() => void)[];
|
109
112
|
created?: (() => void) | (() => void)[];
|
@@ -129,7 +132,7 @@ declare const _default: {
|
|
129
132
|
type: import("vue").PropType<string>;
|
130
133
|
};
|
131
134
|
size: {
|
132
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<string>;
|
133
136
|
};
|
134
137
|
toned: {
|
135
138
|
type: import("vue").PropType<boolean>;
|
@@ -148,6 +151,8 @@ declare const _default: {
|
|
148
151
|
colors?: any;
|
149
152
|
blueprintType?: any;
|
150
153
|
blueprint?: any;
|
154
|
+
host?: any;
|
155
|
+
hostContainer?: any;
|
151
156
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
152
157
|
__isFragment?: never;
|
153
158
|
__isTeleport?: never;
|
@@ -157,7 +162,7 @@ declare const _default: {
|
|
157
162
|
type: import("vue").PropType<string>;
|
158
163
|
};
|
159
164
|
size: {
|
160
|
-
type: import("vue").PropType<
|
165
|
+
type: import("vue").PropType<string>;
|
161
166
|
};
|
162
167
|
toned: {
|
163
168
|
type: import("vue").PropType<boolean>;
|
@@ -176,22 +181,28 @@ declare const _default: {
|
|
176
181
|
colors?: any;
|
177
182
|
blueprintType?: any;
|
178
183
|
blueprint?: any;
|
184
|
+
host?: any;
|
185
|
+
hostContainer?: any;
|
179
186
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
180
187
|
container?: any;
|
188
|
+
host?: any;
|
181
189
|
blueprint?: any;
|
182
190
|
colorSchemaType?: any;
|
183
191
|
blueprintType?: any;
|
184
192
|
colors?: any;
|
193
|
+
hostContainer?: any;
|
185
194
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
186
195
|
propsDefinition: Omit<Readonly<{
|
187
196
|
container?: any;
|
197
|
+
host?: any;
|
188
198
|
blueprint?: any;
|
189
199
|
colorSchemaType?: any;
|
190
200
|
blueprintType?: any;
|
191
201
|
colors?: any;
|
202
|
+
hostContainer?: any;
|
192
203
|
} & {
|
193
204
|
class?: String | String[];
|
194
|
-
size?:
|
205
|
+
size?: string;
|
195
206
|
icon?: IIcon;
|
196
207
|
preset?: string;
|
197
208
|
toned?: boolean;
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
6
6
|
style?: unknown;
|
7
7
|
class?: unknown;
|
8
8
|
key?: string | number | symbol;
|
9
|
-
readonly aspectRatio?:
|
9
|
+
readonly aspectRatio?: string;
|
10
10
|
ref?: import("vue").VNodeRef;
|
11
11
|
ref_for?: boolean;
|
12
12
|
ref_key?: string;
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
68
68
|
type: import("vue").PropType<string>;
|
69
69
|
};
|
70
70
|
aspectRatio: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<string>;
|
72
72
|
};
|
73
73
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
74
74
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -95,7 +95,7 @@ declare const _default: {
|
|
95
95
|
type: import("vue").PropType<string>;
|
96
96
|
};
|
97
97
|
aspectRatio: {
|
98
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<string>;
|
99
99
|
};
|
100
100
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
101
101
|
__isFragment?: never;
|
@@ -106,11 +106,11 @@ declare const _default: {
|
|
106
106
|
type: import("vue").PropType<string>;
|
107
107
|
};
|
108
108
|
aspectRatio: {
|
109
|
-
type: import("vue").PropType<
|
109
|
+
type: import("vue").PropType<string>;
|
110
110
|
};
|
111
111
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
112
112
|
propsDefinition: Omit<Readonly<{} & {
|
113
|
-
aspectRatio?:
|
113
|
+
aspectRatio?: string;
|
114
114
|
src?: string;
|
115
115
|
}>, never>;
|
116
116
|
};
|
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: String | String[];
|
13
15
|
key?: string | number | symbol;
|
@@ -76,12 +78,16 @@ declare const _default: {
|
|
76
78
|
colors?: any;
|
77
79
|
blueprintType?: any;
|
78
80
|
blueprint?: any;
|
81
|
+
host?: any;
|
82
|
+
hostContainer?: any;
|
79
83
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
80
84
|
container?: any;
|
85
|
+
host?: any;
|
81
86
|
blueprint?: any;
|
82
87
|
colorSchemaType?: any;
|
83
88
|
blueprintType?: any;
|
84
89
|
colors?: any;
|
90
|
+
hostContainer?: any;
|
85
91
|
}, {}, string, {}> & {
|
86
92
|
beforeCreate?: (() => void) | (() => void)[];
|
87
93
|
created?: (() => void) | (() => void)[];
|
@@ -112,6 +118,8 @@ declare const _default: {
|
|
112
118
|
colors?: any;
|
113
119
|
blueprintType?: any;
|
114
120
|
blueprint?: any;
|
121
|
+
host?: any;
|
122
|
+
hostContainer?: any;
|
115
123
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
116
124
|
__isFragment?: never;
|
117
125
|
__isTeleport?: never;
|
@@ -126,19 +134,25 @@ declare const _default: {
|
|
126
134
|
colors?: any;
|
127
135
|
blueprintType?: any;
|
128
136
|
blueprint?: any;
|
137
|
+
host?: any;
|
138
|
+
hostContainer?: any;
|
129
139
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
130
140
|
container?: any;
|
141
|
+
host?: any;
|
131
142
|
blueprint?: any;
|
132
143
|
colorSchemaType?: any;
|
133
144
|
blueprintType?: any;
|
134
145
|
colors?: any;
|
146
|
+
hostContainer?: any;
|
135
147
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
136
148
|
propsDefinition: Omit<Readonly<{
|
137
149
|
container?: any;
|
150
|
+
host?: any;
|
138
151
|
blueprint?: any;
|
139
152
|
colorSchemaType?: any;
|
140
153
|
blueprintType?: any;
|
141
154
|
colors?: any;
|
155
|
+
hostContainer?: any;
|
142
156
|
} & {
|
143
157
|
class?: String | String[];
|
144
158
|
}>, never>;
|
@@ -1,14 +1,15 @@
|
|
1
|
-
type lineType = false | "one" | "two" | "three";
|
2
1
|
declare const _default: {
|
3
2
|
new (...args: any[]): {
|
4
3
|
$: import("vue").ComponentInternalInstance;
|
5
4
|
$data: {};
|
6
5
|
$props: {
|
7
6
|
container?: any;
|
7
|
+
host?: any;
|
8
8
|
blueprint?: any;
|
9
9
|
colorSchemaType?: any;
|
10
10
|
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
12
13
|
readonly nav?: boolean;
|
13
14
|
style?: unknown;
|
14
15
|
class?: String | String[];
|
@@ -54,9 +55,9 @@ declare const _default: {
|
|
54
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
56
|
[key: string]: any;
|
56
57
|
}>) => void)[];
|
57
|
-
readonly variant?:
|
58
|
+
readonly variant?: string;
|
58
59
|
readonly toned?: boolean;
|
59
|
-
readonly lines?:
|
60
|
+
readonly lines?: string | boolean;
|
60
61
|
};
|
61
62
|
$attrs: {
|
62
63
|
[x: string]: unknown;
|
@@ -73,7 +74,7 @@ declare const _default: {
|
|
73
74
|
$el: any;
|
74
75
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
75
76
|
variant: {
|
76
|
-
type: import("vue").PropType<
|
77
|
+
type: import("vue").PropType<string>;
|
77
78
|
};
|
78
79
|
toned: {
|
79
80
|
type: import("vue").PropType<boolean>;
|
@@ -84,7 +85,7 @@ declare const _default: {
|
|
84
85
|
type: import("vue").PropType<boolean>;
|
85
86
|
};
|
86
87
|
lines: {
|
87
|
-
type: import("vue").PropType<
|
88
|
+
type: import("vue").PropType<string | boolean>;
|
88
89
|
};
|
89
90
|
class: {
|
90
91
|
type: import("vue").PropType<String | String[]>;
|
@@ -95,12 +96,16 @@ declare const _default: {
|
|
95
96
|
colors?: any;
|
96
97
|
blueprintType?: any;
|
97
98
|
blueprint?: any;
|
99
|
+
host?: any;
|
100
|
+
hostContainer?: any;
|
98
101
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
99
102
|
container?: any;
|
103
|
+
host?: any;
|
100
104
|
blueprint?: any;
|
101
105
|
colorSchemaType?: any;
|
102
106
|
blueprintType?: any;
|
103
107
|
colors?: any;
|
108
|
+
hostContainer?: any;
|
104
109
|
}, {}, string, {}> & {
|
105
110
|
beforeCreate?: (() => void) | (() => void)[];
|
106
111
|
created?: (() => void) | (() => void)[];
|
@@ -123,7 +128,7 @@ declare const _default: {
|
|
123
128
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
124
129
|
} & Readonly<import("vue").ExtractPropTypes<{
|
125
130
|
variant: {
|
126
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<string>;
|
127
132
|
};
|
128
133
|
toned: {
|
129
134
|
type: import("vue").PropType<boolean>;
|
@@ -134,7 +139,7 @@ declare const _default: {
|
|
134
139
|
type: import("vue").PropType<boolean>;
|
135
140
|
};
|
136
141
|
lines: {
|
137
|
-
type: import("vue").PropType<
|
142
|
+
type: import("vue").PropType<string | boolean>;
|
138
143
|
};
|
139
144
|
class: {
|
140
145
|
type: import("vue").PropType<String | String[]>;
|
@@ -145,13 +150,15 @@ declare const _default: {
|
|
145
150
|
colors?: any;
|
146
151
|
blueprintType?: any;
|
147
152
|
blueprint?: any;
|
153
|
+
host?: any;
|
154
|
+
hostContainer?: any;
|
148
155
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
149
156
|
__isFragment?: never;
|
150
157
|
__isTeleport?: never;
|
151
158
|
__isSuspense?: never;
|
152
159
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
153
160
|
variant: {
|
154
|
-
type: import("vue").PropType<
|
161
|
+
type: import("vue").PropType<string>;
|
155
162
|
};
|
156
163
|
toned: {
|
157
164
|
type: import("vue").PropType<boolean>;
|
@@ -162,7 +169,7 @@ declare const _default: {
|
|
162
169
|
type: import("vue").PropType<boolean>;
|
163
170
|
};
|
164
171
|
lines: {
|
165
|
-
type: import("vue").PropType<
|
172
|
+
type: import("vue").PropType<string | boolean>;
|
166
173
|
};
|
167
174
|
class: {
|
168
175
|
type: import("vue").PropType<String | String[]>;
|
@@ -173,25 +180,31 @@ declare const _default: {
|
|
173
180
|
colors?: any;
|
174
181
|
blueprintType?: any;
|
175
182
|
blueprint?: any;
|
183
|
+
host?: any;
|
184
|
+
hostContainer?: any;
|
176
185
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
177
186
|
container?: any;
|
187
|
+
host?: any;
|
178
188
|
blueprint?: any;
|
179
189
|
colorSchemaType?: any;
|
180
190
|
blueprintType?: any;
|
181
191
|
colors?: any;
|
192
|
+
hostContainer?: any;
|
182
193
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
183
194
|
propsDefinition: Omit<Readonly<{
|
184
195
|
container?: any;
|
196
|
+
host?: any;
|
185
197
|
blueprint?: any;
|
186
198
|
colorSchemaType?: any;
|
187
199
|
blueprintType?: any;
|
188
200
|
colors?: any;
|
201
|
+
hostContainer?: any;
|
189
202
|
} & {
|
190
203
|
nav?: boolean;
|
191
204
|
class?: String | String[];
|
192
|
-
variant?:
|
205
|
+
variant?: string;
|
193
206
|
toned?: boolean;
|
194
|
-
lines?:
|
207
|
+
lines?: string | boolean;
|
195
208
|
}>, never>;
|
196
209
|
};
|
197
210
|
export default _default;
|
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
readonly title?: string;
|
13
15
|
style?: unknown;
|
14
16
|
class?: String | String[];
|
@@ -57,7 +59,7 @@ declare const _default: {
|
|
57
59
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
60
|
[key: string]: any;
|
59
61
|
}>) => void)[];
|
60
|
-
readonly variant?:
|
62
|
+
readonly variant?: string;
|
61
63
|
"onClick:delete"?: () => any;
|
62
64
|
};
|
63
65
|
$attrs: {
|
@@ -75,7 +77,7 @@ declare const _default: {
|
|
75
77
|
$el: any;
|
76
78
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
79
|
variant: {
|
78
|
-
type: import("vue").PropType<
|
80
|
+
type: import("vue").PropType<string>;
|
79
81
|
};
|
80
82
|
disabled: {
|
81
83
|
type: import("vue").PropType<boolean>;
|
@@ -98,16 +100,20 @@ declare const _default: {
|
|
98
100
|
colors?: any;
|
99
101
|
blueprintType?: any;
|
100
102
|
blueprint?: any;
|
103
|
+
host?: any;
|
104
|
+
hostContainer?: any;
|
101
105
|
}>> & {
|
102
106
|
"onClick:delete"?: () => any;
|
103
107
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
104
108
|
"click:delete": () => boolean;
|
105
109
|
}, string, {
|
106
110
|
container?: any;
|
111
|
+
host?: any;
|
107
112
|
blueprint?: any;
|
108
113
|
colorSchemaType?: any;
|
109
114
|
blueprintType?: any;
|
110
115
|
colors?: any;
|
116
|
+
hostContainer?: any;
|
111
117
|
}, {}, string, {}> & {
|
112
118
|
beforeCreate?: (() => void) | (() => void)[];
|
113
119
|
created?: (() => void) | (() => void)[];
|
@@ -130,7 +136,7 @@ declare const _default: {
|
|
130
136
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
131
137
|
} & Readonly<import("vue").ExtractPropTypes<{
|
132
138
|
variant: {
|
133
|
-
type: import("vue").PropType<
|
139
|
+
type: import("vue").PropType<string>;
|
134
140
|
};
|
135
141
|
disabled: {
|
136
142
|
type: import("vue").PropType<boolean>;
|
@@ -153,6 +159,8 @@ declare const _default: {
|
|
153
159
|
colors?: any;
|
154
160
|
blueprintType?: any;
|
155
161
|
blueprint?: any;
|
162
|
+
host?: any;
|
163
|
+
hostContainer?: any;
|
156
164
|
}>> & {
|
157
165
|
"onClick:delete"?: () => any;
|
158
166
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -161,7 +169,7 @@ declare const _default: {
|
|
161
169
|
__isSuspense?: never;
|
162
170
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
163
171
|
variant: {
|
164
|
-
type: import("vue").PropType<
|
172
|
+
type: import("vue").PropType<string>;
|
165
173
|
};
|
166
174
|
disabled: {
|
167
175
|
type: import("vue").PropType<boolean>;
|
@@ -184,30 +192,36 @@ declare const _default: {
|
|
184
192
|
colors?: any;
|
185
193
|
blueprintType?: any;
|
186
194
|
blueprint?: any;
|
195
|
+
host?: any;
|
196
|
+
hostContainer?: any;
|
187
197
|
}>> & {
|
188
198
|
"onClick:delete"?: () => any;
|
189
199
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
190
200
|
"click:delete": () => boolean;
|
191
201
|
}, string, {
|
192
202
|
container?: any;
|
203
|
+
host?: any;
|
193
204
|
blueprint?: any;
|
194
205
|
colorSchemaType?: any;
|
195
206
|
blueprintType?: any;
|
196
207
|
colors?: any;
|
208
|
+
hostContainer?: any;
|
197
209
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
198
210
|
propsDefinition: Omit<Readonly<{
|
199
211
|
container?: any;
|
212
|
+
host?: any;
|
200
213
|
blueprint?: any;
|
201
214
|
colorSchemaType?: any;
|
202
215
|
blueprintType?: any;
|
203
216
|
colors?: any;
|
217
|
+
hostContainer?: any;
|
204
218
|
} & {
|
205
219
|
title?: string;
|
206
220
|
class?: String | String[];
|
207
221
|
icon?: ButtonIconOptions;
|
208
222
|
active?: boolean;
|
209
223
|
disabled?: boolean;
|
210
|
-
variant?:
|
224
|
+
variant?: string;
|
211
225
|
}>, "onClick:delete"> & {
|
212
226
|
"onClick:delete"?: () => any;
|
213
227
|
};
|
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: String | String[];
|
13
15
|
key?: string | number | symbol;
|
@@ -90,16 +92,20 @@ declare const _default: {
|
|
90
92
|
colors?: any;
|
91
93
|
blueprintType?: any;
|
92
94
|
blueprint?: any;
|
95
|
+
host?: any;
|
96
|
+
hostContainer?: any;
|
93
97
|
class: {
|
94
98
|
type: import("vue").PropType<String | String[]>;
|
95
99
|
required: boolean;
|
96
100
|
};
|
97
101
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
102
|
container?: any;
|
103
|
+
host?: any;
|
99
104
|
blueprint?: any;
|
100
105
|
colorSchemaType?: any;
|
101
106
|
blueprintType?: any;
|
102
107
|
colors?: any;
|
108
|
+
hostContainer?: any;
|
103
109
|
}, {}, string, {}> & {
|
104
110
|
beforeCreate?: (() => void) | (() => void)[];
|
105
111
|
created?: (() => void) | (() => void)[];
|
@@ -140,6 +146,8 @@ declare const _default: {
|
|
140
146
|
colors?: any;
|
141
147
|
blueprintType?: any;
|
142
148
|
blueprint?: any;
|
149
|
+
host?: any;
|
150
|
+
hostContainer?: any;
|
143
151
|
class: {
|
144
152
|
type: import("vue").PropType<String | String[]>;
|
145
153
|
required: boolean;
|
@@ -168,23 +176,29 @@ declare const _default: {
|
|
168
176
|
colors?: any;
|
169
177
|
blueprintType?: any;
|
170
178
|
blueprint?: any;
|
179
|
+
host?: any;
|
180
|
+
hostContainer?: any;
|
171
181
|
class: {
|
172
182
|
type: import("vue").PropType<String | String[]>;
|
173
183
|
required: boolean;
|
174
184
|
};
|
175
185
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
176
186
|
container?: any;
|
187
|
+
host?: any;
|
177
188
|
blueprint?: any;
|
178
189
|
colorSchemaType?: any;
|
179
190
|
blueprintType?: any;
|
180
191
|
colors?: any;
|
192
|
+
hostContainer?: any;
|
181
193
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
182
194
|
propsDefinition: Omit<Readonly<{
|
183
195
|
container?: any;
|
196
|
+
host?: any;
|
184
197
|
blueprint?: any;
|
185
198
|
colorSchemaType?: any;
|
186
199
|
blueprintType?: any;
|
187
200
|
colors?: any;
|
201
|
+
hostContainer?: any;
|
188
202
|
} & {
|
189
203
|
class?: String | String[];
|
190
204
|
id?: string;
|