@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
@@ -7,10 +7,12 @@ declare const _default: {
|
|
7
7
|
$data: {};
|
8
8
|
$props: {
|
9
9
|
container?: any;
|
10
|
+
host?: any;
|
10
11
|
blueprint?: any;
|
11
12
|
colorSchemaType?: any;
|
12
13
|
blueprintType?: any;
|
13
14
|
colors?: any;
|
15
|
+
hostContainer?: any;
|
14
16
|
readonly label?: string;
|
15
17
|
style?: unknown;
|
16
18
|
class?: String | String[];
|
@@ -101,16 +103,20 @@ declare const _default: {
|
|
101
103
|
colors?: any;
|
102
104
|
blueprintType?: any;
|
103
105
|
blueprint?: any;
|
106
|
+
host?: any;
|
107
|
+
hostContainer?: any;
|
104
108
|
}>> & {
|
105
109
|
"onUpdate:modelValue"?: (value: any) => any;
|
106
110
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
107
111
|
"update:modelValue": (value: any) => boolean;
|
108
112
|
}, string, {
|
109
113
|
container?: any;
|
114
|
+
host?: any;
|
110
115
|
blueprint?: any;
|
111
116
|
colorSchemaType?: any;
|
112
117
|
blueprintType?: any;
|
113
118
|
colors?: any;
|
119
|
+
hostContainer?: any;
|
114
120
|
}, {}, string, {}> & {
|
115
121
|
beforeCreate?: (() => void) | (() => void)[];
|
116
122
|
created?: (() => void) | (() => void)[];
|
@@ -158,6 +164,8 @@ declare const _default: {
|
|
158
164
|
colors?: any;
|
159
165
|
blueprintType?: any;
|
160
166
|
blueprint?: any;
|
167
|
+
host?: any;
|
168
|
+
hostContainer?: any;
|
161
169
|
}>> & {
|
162
170
|
"onUpdate:modelValue"?: (value: any) => any;
|
163
171
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -191,23 +199,29 @@ declare const _default: {
|
|
191
199
|
colors?: any;
|
192
200
|
blueprintType?: any;
|
193
201
|
blueprint?: any;
|
202
|
+
host?: any;
|
203
|
+
hostContainer?: any;
|
194
204
|
}>> & {
|
195
205
|
"onUpdate:modelValue"?: (value: any) => any;
|
196
206
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
197
207
|
"update:modelValue": (value: any) => boolean;
|
198
208
|
}, string, {
|
199
209
|
container?: any;
|
210
|
+
host?: any;
|
200
211
|
blueprint?: any;
|
201
212
|
colorSchemaType?: any;
|
202
213
|
blueprintType?: any;
|
203
214
|
colors?: any;
|
215
|
+
hostContainer?: any;
|
204
216
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
205
217
|
propsDefinition: Omit<Readonly<{
|
206
218
|
container?: any;
|
219
|
+
host?: any;
|
207
220
|
blueprint?: any;
|
208
221
|
colorSchemaType?: any;
|
209
222
|
blueprintType?: any;
|
210
223
|
colors?: any;
|
224
|
+
hostContainer?: any;
|
211
225
|
} & {
|
212
226
|
label?: string;
|
213
227
|
class?: String | String[];
|
@@ -1,23 +1,23 @@
|
|
1
|
-
export type ColsValue = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
|
2
|
-
export type AlignmentType = "end" | "center" | "start" | "baseline" | "stretch" | "auto";
|
3
1
|
declare const _default: {
|
4
2
|
new (...args: any[]): {
|
5
3
|
$: import("vue").ComponentInternalInstance;
|
6
4
|
$data: {};
|
7
5
|
$props: {
|
8
6
|
container?: any;
|
7
|
+
host?: any;
|
9
8
|
blueprint?: any;
|
10
9
|
colorSchemaType?: any;
|
11
10
|
blueprintType?: any;
|
12
11
|
colors?: any;
|
13
|
-
|
14
|
-
readonly
|
15
|
-
readonly
|
16
|
-
readonly
|
12
|
+
hostContainer?: any;
|
13
|
+
readonly xs?: string;
|
14
|
+
readonly sm?: string;
|
15
|
+
readonly md?: string;
|
16
|
+
readonly lg?: string;
|
17
17
|
style?: unknown;
|
18
18
|
class?: String | String[];
|
19
19
|
key?: string | number | symbol;
|
20
|
-
readonly alignSelf?:
|
20
|
+
readonly alignSelf?: string;
|
21
21
|
ref?: import("vue").VNodeRef;
|
22
22
|
ref_for?: boolean;
|
23
23
|
ref_key?: string;
|
@@ -59,8 +59,8 @@ declare const _default: {
|
|
59
59
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
60
60
|
[key: string]: any;
|
61
61
|
}>) => void)[];
|
62
|
-
readonly xl?:
|
63
|
-
readonly cols?:
|
62
|
+
readonly xl?: string;
|
63
|
+
readonly cols?: string;
|
64
64
|
};
|
65
65
|
$attrs: {
|
66
66
|
[x: string]: unknown;
|
@@ -77,25 +77,25 @@ declare const _default: {
|
|
77
77
|
$el: any;
|
78
78
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
79
79
|
xl: {
|
80
|
-
type: import("vue").PropType<
|
80
|
+
type: import("vue").PropType<string>;
|
81
81
|
};
|
82
82
|
lg: {
|
83
|
-
type: import("vue").PropType<
|
83
|
+
type: import("vue").PropType<string>;
|
84
84
|
};
|
85
85
|
md: {
|
86
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<string>;
|
87
87
|
};
|
88
88
|
sm: {
|
89
|
-
type: import("vue").PropType<
|
89
|
+
type: import("vue").PropType<string>;
|
90
90
|
};
|
91
91
|
xs: {
|
92
|
-
type: import("vue").PropType<
|
92
|
+
type: import("vue").PropType<string>;
|
93
93
|
};
|
94
94
|
cols: {
|
95
|
-
type: import("vue").PropType<
|
95
|
+
type: import("vue").PropType<string>;
|
96
96
|
};
|
97
97
|
alignSelf: {
|
98
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<string>;
|
99
99
|
};
|
100
100
|
class: {
|
101
101
|
type: import("vue").PropType<String | String[]>;
|
@@ -106,12 +106,16 @@ declare const _default: {
|
|
106
106
|
colors?: any;
|
107
107
|
blueprintType?: any;
|
108
108
|
blueprint?: any;
|
109
|
+
host?: any;
|
110
|
+
hostContainer?: any;
|
109
111
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
110
112
|
container?: any;
|
113
|
+
host?: any;
|
111
114
|
blueprint?: any;
|
112
115
|
colorSchemaType?: any;
|
113
116
|
blueprintType?: any;
|
114
117
|
colors?: any;
|
118
|
+
hostContainer?: any;
|
115
119
|
}, {}, string, {}> & {
|
116
120
|
beforeCreate?: (() => void) | (() => void)[];
|
117
121
|
created?: (() => void) | (() => void)[];
|
@@ -134,25 +138,25 @@ declare const _default: {
|
|
134
138
|
$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;
|
135
139
|
} & Readonly<import("vue").ExtractPropTypes<{
|
136
140
|
xl: {
|
137
|
-
type: import("vue").PropType<
|
141
|
+
type: import("vue").PropType<string>;
|
138
142
|
};
|
139
143
|
lg: {
|
140
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<string>;
|
141
145
|
};
|
142
146
|
md: {
|
143
|
-
type: import("vue").PropType<
|
147
|
+
type: import("vue").PropType<string>;
|
144
148
|
};
|
145
149
|
sm: {
|
146
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<string>;
|
147
151
|
};
|
148
152
|
xs: {
|
149
|
-
type: import("vue").PropType<
|
153
|
+
type: import("vue").PropType<string>;
|
150
154
|
};
|
151
155
|
cols: {
|
152
|
-
type: import("vue").PropType<
|
156
|
+
type: import("vue").PropType<string>;
|
153
157
|
};
|
154
158
|
alignSelf: {
|
155
|
-
type: import("vue").PropType<
|
159
|
+
type: import("vue").PropType<string>;
|
156
160
|
};
|
157
161
|
class: {
|
158
162
|
type: import("vue").PropType<String | String[]>;
|
@@ -163,31 +167,33 @@ declare const _default: {
|
|
163
167
|
colors?: any;
|
164
168
|
blueprintType?: any;
|
165
169
|
blueprint?: any;
|
170
|
+
host?: any;
|
171
|
+
hostContainer?: any;
|
166
172
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
167
173
|
__isFragment?: never;
|
168
174
|
__isTeleport?: never;
|
169
175
|
__isSuspense?: never;
|
170
176
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
171
177
|
xl: {
|
172
|
-
type: import("vue").PropType<
|
178
|
+
type: import("vue").PropType<string>;
|
173
179
|
};
|
174
180
|
lg: {
|
175
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<string>;
|
176
182
|
};
|
177
183
|
md: {
|
178
|
-
type: import("vue").PropType<
|
184
|
+
type: import("vue").PropType<string>;
|
179
185
|
};
|
180
186
|
sm: {
|
181
|
-
type: import("vue").PropType<
|
187
|
+
type: import("vue").PropType<string>;
|
182
188
|
};
|
183
189
|
xs: {
|
184
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<string>;
|
185
191
|
};
|
186
192
|
cols: {
|
187
|
-
type: import("vue").PropType<
|
193
|
+
type: import("vue").PropType<string>;
|
188
194
|
};
|
189
195
|
alignSelf: {
|
190
|
-
type: import("vue").PropType<
|
196
|
+
type: import("vue").PropType<string>;
|
191
197
|
};
|
192
198
|
class: {
|
193
199
|
type: import("vue").PropType<String | String[]>;
|
@@ -198,28 +204,34 @@ declare const _default: {
|
|
198
204
|
colors?: any;
|
199
205
|
blueprintType?: any;
|
200
206
|
blueprint?: any;
|
207
|
+
host?: any;
|
208
|
+
hostContainer?: any;
|
201
209
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
202
210
|
container?: any;
|
211
|
+
host?: any;
|
203
212
|
blueprint?: any;
|
204
213
|
colorSchemaType?: any;
|
205
214
|
blueprintType?: any;
|
206
215
|
colors?: any;
|
216
|
+
hostContainer?: any;
|
207
217
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
208
218
|
propsDefinition: Omit<Readonly<{
|
209
219
|
container?: any;
|
220
|
+
host?: any;
|
210
221
|
blueprint?: any;
|
211
222
|
colorSchemaType?: any;
|
212
223
|
blueprintType?: any;
|
213
224
|
colors?: any;
|
225
|
+
hostContainer?: any;
|
214
226
|
} & {
|
215
|
-
xs?:
|
216
|
-
sm?:
|
217
|
-
md?:
|
218
|
-
lg?:
|
227
|
+
xs?: string;
|
228
|
+
sm?: string;
|
229
|
+
md?: string;
|
230
|
+
lg?: string;
|
219
231
|
class?: String | String[];
|
220
|
-
alignSelf?:
|
221
|
-
xl?:
|
222
|
-
cols?:
|
232
|
+
alignSelf?: string;
|
233
|
+
xl?: string;
|
234
|
+
cols?: string;
|
223
235
|
}>, never>;
|
224
236
|
};
|
225
237
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useColorSchemaStore } from "../../theming-v2";
|
2
2
|
export declare const DataTableStyles: {
|
3
|
-
wrapper: (colors: ReturnType<typeof useColorSchemaStore>,
|
3
|
+
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean, hover: boolean, clickable: boolean) => string;
|
4
4
|
};
|
@@ -6,10 +6,12 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
+
host?: any;
|
9
10
|
blueprint?: any;
|
10
11
|
colorSchemaType?: any;
|
11
12
|
blueprintType?: any;
|
12
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
15
17
|
key?: string | number | symbol;
|
@@ -152,12 +154,16 @@ declare const _default: {
|
|
152
154
|
colors?: any;
|
153
155
|
blueprintType?: any;
|
154
156
|
blueprint?: any;
|
157
|
+
host?: any;
|
158
|
+
hostContainer?: any;
|
155
159
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
156
160
|
container?: any;
|
161
|
+
host?: any;
|
157
162
|
blueprint?: any;
|
158
163
|
colorSchemaType?: any;
|
159
164
|
blueprintType?: any;
|
160
165
|
colors?: any;
|
166
|
+
hostContainer?: any;
|
161
167
|
}, {}, string, {}> & {
|
162
168
|
beforeCreate?: (() => void) | (() => void)[];
|
163
169
|
created?: (() => void) | (() => void)[];
|
@@ -244,6 +250,8 @@ declare const _default: {
|
|
244
250
|
colors?: any;
|
245
251
|
blueprintType?: any;
|
246
252
|
blueprint?: any;
|
253
|
+
host?: any;
|
254
|
+
hostContainer?: any;
|
247
255
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
248
256
|
__isFragment?: never;
|
249
257
|
__isTeleport?: never;
|
@@ -314,19 +322,25 @@ declare const _default: {
|
|
314
322
|
colors?: any;
|
315
323
|
blueprintType?: any;
|
316
324
|
blueprint?: any;
|
325
|
+
host?: any;
|
326
|
+
hostContainer?: any;
|
317
327
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
318
328
|
container?: any;
|
329
|
+
host?: any;
|
319
330
|
blueprint?: any;
|
320
331
|
colorSchemaType?: any;
|
321
332
|
blueprintType?: any;
|
322
333
|
colors?: any;
|
334
|
+
hostContainer?: any;
|
323
335
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
324
336
|
propsDefinition: Omit<Readonly<{
|
325
337
|
container?: any;
|
338
|
+
host?: any;
|
326
339
|
blueprint?: any;
|
327
340
|
colorSchemaType?: any;
|
328
341
|
blueprintType?: any;
|
329
342
|
colors?: any;
|
343
|
+
hostContainer?: any;
|
330
344
|
itemValue: NonNullable<SelectItemKey>;
|
331
345
|
} & {
|
332
346
|
headers?: DataTableHeader[] | DataTableHeader[][];
|
@@ -0,0 +1,91 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
style?: unknown;
|
7
|
+
class?: unknown;
|
8
|
+
key?: string | number | symbol;
|
9
|
+
ref?: import("vue").VNodeRef;
|
10
|
+
ref_for?: boolean;
|
11
|
+
ref_key?: string;
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
13
|
+
[key: string]: any;
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void)[];
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
+
[key: string]: any;
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void)[];
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
+
[key: string]: any;
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void)[];
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
+
[key: string]: any;
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void)[];
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void)[];
|
50
|
+
};
|
51
|
+
$attrs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
};
|
54
|
+
$refs: {
|
55
|
+
[x: string]: unknown;
|
56
|
+
};
|
57
|
+
$slots: Readonly<{
|
58
|
+
[name: string]: import("vue").Slot<any>;
|
59
|
+
}>;
|
60
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
61
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
63
|
+
$el: any;
|
64
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$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;
|
84
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
85
|
+
__isFragment?: never;
|
86
|
+
__isTeleport?: never;
|
87
|
+
__isSuspense?: never;
|
88
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
90
|
+
};
|
91
|
+
export default _default;
|
@@ -1,12 +1,11 @@
|
|
1
|
-
|
2
|
-
export type DialogType = typeof DialogTypeDefinition[number];
|
1
|
+
import { DialogTypes } from "@omnia/fx-models";
|
3
2
|
export declare const DialogStyles: {
|
4
3
|
templateTitle: string;
|
5
4
|
titleWrapper: string;
|
6
5
|
fixedContent: (backgroundColor: string) => string;
|
7
6
|
navigationDrawer: (dark: boolean) => string;
|
8
7
|
activator: string;
|
9
|
-
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant:
|
8
|
+
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: DialogTypes) => string;
|
10
9
|
notScrollOutside: string;
|
11
10
|
iconWrapper: (dark: boolean) => string;
|
12
11
|
footerWrapper: (backgroundColor: string) => string;
|
@@ -14,9 +14,11 @@ declare const _default: {
|
|
14
14
|
colorSchemaType?: any;
|
15
15
|
blueprintType?: any;
|
16
16
|
colors?: any;
|
17
|
+
hostContainer?: any;
|
17
18
|
readonly title?: string;
|
18
19
|
style?: unknown;
|
19
20
|
class?: String | String[];
|
21
|
+
readonly host?: string;
|
20
22
|
key?: string | number | symbol;
|
21
23
|
readonly size?: string;
|
22
24
|
readonly icon?: IIcon;
|
@@ -147,11 +149,16 @@ declare const _default: {
|
|
147
149
|
type: import("vue").PropType<String | String[]>;
|
148
150
|
required: boolean;
|
149
151
|
};
|
152
|
+
host: {
|
153
|
+
type: import("vue").PropType<string>;
|
154
|
+
required: boolean;
|
155
|
+
};
|
150
156
|
colorSchemaType?: any;
|
151
157
|
container?: any;
|
152
158
|
colors?: any;
|
153
159
|
blueprintType?: any;
|
154
160
|
blueprint?: any;
|
161
|
+
hostContainer?: any;
|
155
162
|
}>> & {
|
156
163
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
157
164
|
"onClick:close"?: () => any;
|
@@ -168,6 +175,7 @@ declare const _default: {
|
|
168
175
|
colorSchemaType?: any;
|
169
176
|
blueprintType?: any;
|
170
177
|
colors?: any;
|
178
|
+
hostContainer?: any;
|
171
179
|
}, {}, string, {}> & {
|
172
180
|
beforeCreate?: (() => void) | (() => void)[];
|
173
181
|
created?: (() => void) | (() => void)[];
|
@@ -240,11 +248,16 @@ declare const _default: {
|
|
240
248
|
type: import("vue").PropType<String | String[]>;
|
241
249
|
required: boolean;
|
242
250
|
};
|
251
|
+
host: {
|
252
|
+
type: import("vue").PropType<string>;
|
253
|
+
required: boolean;
|
254
|
+
};
|
243
255
|
colorSchemaType?: any;
|
244
256
|
container?: any;
|
245
257
|
colors?: any;
|
246
258
|
blueprintType?: any;
|
247
259
|
blueprint?: any;
|
260
|
+
hostContainer?: any;
|
248
261
|
}>> & {
|
249
262
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
250
263
|
"onClick:close"?: () => any;
|
@@ -306,11 +319,16 @@ declare const _default: {
|
|
306
319
|
type: import("vue").PropType<String | String[]>;
|
307
320
|
required: boolean;
|
308
321
|
};
|
322
|
+
host: {
|
323
|
+
type: import("vue").PropType<string>;
|
324
|
+
required: boolean;
|
325
|
+
};
|
309
326
|
colorSchemaType?: any;
|
310
327
|
container?: any;
|
311
328
|
colors?: any;
|
312
329
|
blueprintType?: any;
|
313
330
|
blueprint?: any;
|
331
|
+
hostContainer?: any;
|
314
332
|
}>> & {
|
315
333
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
316
334
|
"onClick:close"?: () => any;
|
@@ -327,6 +345,7 @@ declare const _default: {
|
|
327
345
|
colorSchemaType?: any;
|
328
346
|
blueprintType?: any;
|
329
347
|
colors?: any;
|
348
|
+
hostContainer?: any;
|
330
349
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
331
350
|
propsDefinition: Omit<Readonly<{
|
332
351
|
container?: any;
|
@@ -334,9 +353,11 @@ declare const _default: {
|
|
334
353
|
colorSchemaType?: any;
|
335
354
|
blueprintType?: any;
|
336
355
|
colors?: any;
|
356
|
+
hostContainer?: any;
|
337
357
|
} & {
|
338
358
|
title?: string;
|
339
359
|
class?: String | String[];
|
360
|
+
host?: string;
|
340
361
|
size?: string;
|
341
362
|
icon?: IIcon;
|
342
363
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { ColorDefinition } from "@omnia/fx-models";
|
2
|
-
export type PanelType = "navigation";
|
1
|
+
import { ColorDefinition, PanelTypes } from "@omnia/fx-models";
|
3
2
|
export declare const ExpansionPanelStyles: {
|
4
|
-
iconWrapper: (variant:
|
3
|
+
iconWrapper: (variant: PanelTypes) => string;
|
5
4
|
customHeader: string;
|
6
|
-
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType:
|
5
|
+
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: PanelTypes, hideExpandIcon: boolean, toned: boolean) => string;
|
7
6
|
};
|
@@ -6,10 +6,12 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
+
host?: any;
|
9
10
|
blueprint?: any;
|
10
11
|
colorSchemaType?: any;
|
11
12
|
blueprintType?: any;
|
12
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
13
15
|
readonly title?: string;
|
14
16
|
style?: unknown;
|
15
17
|
class?: String | String[];
|
@@ -61,7 +63,7 @@ declare const _default: {
|
|
61
63
|
} & {
|
62
64
|
header?: Func<[VNodeChild]>;
|
63
65
|
};
|
64
|
-
readonly variant?:
|
66
|
+
readonly variant?: string;
|
65
67
|
readonly toned?: boolean;
|
66
68
|
readonly hideExpandIcon?: boolean;
|
67
69
|
};
|
@@ -93,7 +95,7 @@ declare const _default: {
|
|
93
95
|
type: import("vue").PropType<boolean>;
|
94
96
|
};
|
95
97
|
variant: {
|
96
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<string>;
|
97
99
|
};
|
98
100
|
icon: {
|
99
101
|
type: import("vue").PropType<IIcon>;
|
@@ -110,12 +112,16 @@ declare const _default: {
|
|
110
112
|
colors?: any;
|
111
113
|
blueprintType?: any;
|
112
114
|
blueprint?: any;
|
115
|
+
host?: any;
|
116
|
+
hostContainer?: any;
|
113
117
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
114
118
|
container?: any;
|
119
|
+
host?: any;
|
115
120
|
blueprint?: any;
|
116
121
|
colorSchemaType?: any;
|
117
122
|
blueprintType?: any;
|
118
123
|
colors?: any;
|
124
|
+
hostContainer?: any;
|
119
125
|
}, {}, string, {}> & {
|
120
126
|
beforeCreate?: (() => void) | (() => void)[];
|
121
127
|
created?: (() => void) | (() => void)[];
|
@@ -151,7 +157,7 @@ declare const _default: {
|
|
151
157
|
type: import("vue").PropType<boolean>;
|
152
158
|
};
|
153
159
|
variant: {
|
154
|
-
type: import("vue").PropType<
|
160
|
+
type: import("vue").PropType<string>;
|
155
161
|
};
|
156
162
|
icon: {
|
157
163
|
type: import("vue").PropType<IIcon>;
|
@@ -168,6 +174,8 @@ declare const _default: {
|
|
168
174
|
colors?: any;
|
169
175
|
blueprintType?: any;
|
170
176
|
blueprint?: any;
|
177
|
+
host?: any;
|
178
|
+
hostContainer?: any;
|
171
179
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
172
180
|
__isFragment?: never;
|
173
181
|
__isTeleport?: never;
|
@@ -187,7 +195,7 @@ declare const _default: {
|
|
187
195
|
type: import("vue").PropType<boolean>;
|
188
196
|
};
|
189
197
|
variant: {
|
190
|
-
type: import("vue").PropType<
|
198
|
+
type: import("vue").PropType<string>;
|
191
199
|
};
|
192
200
|
icon: {
|
193
201
|
type: import("vue").PropType<IIcon>;
|
@@ -204,19 +212,25 @@ declare const _default: {
|
|
204
212
|
colors?: any;
|
205
213
|
blueprintType?: any;
|
206
214
|
blueprint?: any;
|
215
|
+
host?: any;
|
216
|
+
hostContainer?: any;
|
207
217
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
208
218
|
container?: any;
|
219
|
+
host?: any;
|
209
220
|
blueprint?: any;
|
210
221
|
colorSchemaType?: any;
|
211
222
|
blueprintType?: any;
|
212
223
|
colors?: any;
|
224
|
+
hostContainer?: any;
|
213
225
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
214
226
|
propsDefinition: Omit<Readonly<{
|
215
227
|
container?: any;
|
228
|
+
host?: any;
|
216
229
|
blueprint?: any;
|
217
230
|
colorSchemaType?: any;
|
218
231
|
blueprintType?: any;
|
219
232
|
colors?: any;
|
233
|
+
hostContainer?: any;
|
220
234
|
} & {
|
221
235
|
title?: string;
|
222
236
|
class?: String | String[];
|
@@ -226,7 +240,7 @@ declare const _default: {
|
|
226
240
|
} & {
|
227
241
|
header?: Func<[VNodeChild]>;
|
228
242
|
};
|
229
|
-
variant?:
|
243
|
+
variant?: string;
|
230
244
|
toned?: boolean;
|
231
245
|
hideExpandIcon?: boolean;
|
232
246
|
}>, never>;
|