@omnia/fx 8.0.36-vnext → 8.0.38-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +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/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +18 -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/journey/v2/JourneyBlade.d.ts +36 -2
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -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/shared/BreakPointManager.d.ts +1 -1
- 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/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +103 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -37
- package/internal-do-not-import-from-here/ux/oxide/componenthostprovider/ComponentHostProvider.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/{console/components/MessageOverlay.d.ts → ux/oxide/datatable/docs/SampleComponent.d.ts} +0 -1
- 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 +0 -3
- 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 +5 -5
- 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 +5 -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/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -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 +10 -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 +0 -2
- 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/tab/Tab.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -2
- 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/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -10
- package/package.json +2 -2
- package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +0 -224
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
- 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/docs/AlignmentPickerExample.d.ts → console/components/SocketComponent.d.ts} +0 -0
- /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/btntoggle/docs/ButtonIntro.d.ts → 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
@@ -2,7 +2,7 @@
|
|
2
2
|
* Styles for the CommandPalette component
|
3
3
|
*/
|
4
4
|
import { ColorDefinition } from "../../velcron/core";
|
5
|
-
|
6
|
-
export declare const
|
7
|
-
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant:
|
5
|
+
import { ButtonGroupTypes } from "@omnia/fx-models";
|
6
|
+
export declare const ButtonGroupStyles: {
|
7
|
+
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: ButtonGroupTypes) => string;
|
8
8
|
};
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { VNodeChild } from "vue";
|
2
|
-
export type ButtonGroupType = "dial";
|
3
2
|
declare const _default: {
|
4
3
|
new (...args: any[]): {
|
5
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -11,8 +10,10 @@ declare const _default: {
|
|
11
10
|
blueprintType?: any;
|
12
11
|
colors?: any;
|
13
12
|
style?: unknown;
|
14
|
-
class?:
|
13
|
+
class?: String | String[];
|
15
14
|
key?: string | number | symbol;
|
15
|
+
readonly toggle?: boolean;
|
16
|
+
readonly mandatory?: boolean;
|
16
17
|
ref?: import("vue").VNodeRef;
|
17
18
|
ref_for?: boolean;
|
18
19
|
ref_key?: string;
|
@@ -54,12 +55,16 @@ declare const _default: {
|
|
54
55
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
56
|
[key: string]: any;
|
56
57
|
}>) => void)[];
|
58
|
+
readonly "onUpdate:modelValue"?: (value: any) => any;
|
59
|
+
readonly "v-model"?: any;
|
60
|
+
readonly modelValue?: any;
|
57
61
|
readonly "v-slots"?: {
|
58
62
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
59
63
|
} & {
|
60
64
|
activator?: () => VNodeChild;
|
61
65
|
};
|
62
|
-
readonly variant?:
|
66
|
+
readonly variant?: string;
|
67
|
+
readonly toned?: boolean;
|
63
68
|
};
|
64
69
|
$attrs: {
|
65
70
|
[x: string]: unknown;
|
@@ -80,18 +85,43 @@ declare const _default: {
|
|
80
85
|
} & {
|
81
86
|
activator?: () => VNodeChild;
|
82
87
|
}>;
|
83
|
-
|
84
|
-
type: import("vue").PropType<
|
88
|
+
toggle: {
|
89
|
+
type: import("vue").PropType<boolean>;
|
90
|
+
};
|
91
|
+
toned: {
|
92
|
+
type: import("vue").PropType<boolean>;
|
93
|
+
} & {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
};
|
96
|
+
mandatory: {
|
97
|
+
type: import("vue").PropType<boolean>;
|
98
|
+
};
|
99
|
+
"onUpdate:modelValue": {
|
100
|
+
type: import("vue").PropType<(value: any) => any>;
|
101
|
+
};
|
102
|
+
"v-model": {
|
103
|
+
type: import("vue").PropType<any>;
|
104
|
+
required: false;
|
105
|
+
};
|
106
|
+
modelValue: {
|
107
|
+
type: import("vue").PropType<any>;
|
85
108
|
required: false;
|
86
109
|
};
|
110
|
+
variant: {
|
111
|
+
type: import("vue").PropType<string>;
|
112
|
+
};
|
113
|
+
class: {
|
114
|
+
type: import("vue").PropType<String | String[]>;
|
115
|
+
required: boolean;
|
116
|
+
};
|
87
117
|
colorSchemaType?: any;
|
88
118
|
container?: any;
|
89
119
|
colors?: any;
|
90
120
|
blueprintType?: any;
|
91
121
|
blueprint?: any;
|
92
|
-
}>>,
|
122
|
+
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
93
123
|
[key: string]: any;
|
94
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
124
|
+
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
95
125
|
container?: any;
|
96
126
|
blueprint?: any;
|
97
127
|
colorSchemaType?: any;
|
@@ -123,18 +153,43 @@ declare const _default: {
|
|
123
153
|
} & {
|
124
154
|
activator?: () => VNodeChild;
|
125
155
|
}>;
|
126
|
-
|
127
|
-
type: import("vue").PropType<
|
156
|
+
toggle: {
|
157
|
+
type: import("vue").PropType<boolean>;
|
158
|
+
};
|
159
|
+
toned: {
|
160
|
+
type: import("vue").PropType<boolean>;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<boolean>;
|
163
|
+
};
|
164
|
+
mandatory: {
|
165
|
+
type: import("vue").PropType<boolean>;
|
166
|
+
};
|
167
|
+
"onUpdate:modelValue": {
|
168
|
+
type: import("vue").PropType<(value: any) => any>;
|
169
|
+
};
|
170
|
+
"v-model": {
|
171
|
+
type: import("vue").PropType<any>;
|
128
172
|
required: false;
|
129
173
|
};
|
174
|
+
modelValue: {
|
175
|
+
type: import("vue").PropType<any>;
|
176
|
+
required: false;
|
177
|
+
};
|
178
|
+
variant: {
|
179
|
+
type: import("vue").PropType<string>;
|
180
|
+
};
|
181
|
+
class: {
|
182
|
+
type: import("vue").PropType<String | String[]>;
|
183
|
+
required: boolean;
|
184
|
+
};
|
130
185
|
colorSchemaType?: any;
|
131
186
|
container?: any;
|
132
187
|
colors?: any;
|
133
188
|
blueprintType?: any;
|
134
189
|
blueprint?: any;
|
135
|
-
}>> & import("vue").ShallowUnwrapRef<
|
190
|
+
}>> & import("vue").ShallowUnwrapRef<import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
136
191
|
[key: string]: any;
|
137
|
-
}>[]> & {} & import("vue").ComponentCustomProperties & {};
|
192
|
+
}>[] | (() => JSX.Element)> & {} & import("vue").ComponentCustomProperties & {};
|
138
193
|
__isFragment?: never;
|
139
194
|
__isTeleport?: never;
|
140
195
|
__isSuspense?: never;
|
@@ -144,18 +199,43 @@ declare const _default: {
|
|
144
199
|
} & {
|
145
200
|
activator?: () => VNodeChild;
|
146
201
|
}>;
|
147
|
-
|
148
|
-
type: import("vue").PropType<
|
202
|
+
toggle: {
|
203
|
+
type: import("vue").PropType<boolean>;
|
204
|
+
};
|
205
|
+
toned: {
|
206
|
+
type: import("vue").PropType<boolean>;
|
207
|
+
} & {
|
208
|
+
type: import("vue").PropType<boolean>;
|
209
|
+
};
|
210
|
+
mandatory: {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
};
|
213
|
+
"onUpdate:modelValue": {
|
214
|
+
type: import("vue").PropType<(value: any) => any>;
|
215
|
+
};
|
216
|
+
"v-model": {
|
217
|
+
type: import("vue").PropType<any>;
|
218
|
+
required: false;
|
219
|
+
};
|
220
|
+
modelValue: {
|
221
|
+
type: import("vue").PropType<any>;
|
149
222
|
required: false;
|
150
223
|
};
|
224
|
+
variant: {
|
225
|
+
type: import("vue").PropType<string>;
|
226
|
+
};
|
227
|
+
class: {
|
228
|
+
type: import("vue").PropType<String | String[]>;
|
229
|
+
required: boolean;
|
230
|
+
};
|
151
231
|
colorSchemaType?: any;
|
152
232
|
container?: any;
|
153
233
|
colors?: any;
|
154
234
|
blueprintType?: any;
|
155
235
|
blueprint?: any;
|
156
|
-
}>>,
|
236
|
+
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
157
237
|
[key: string]: any;
|
158
|
-
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
238
|
+
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
159
239
|
container?: any;
|
160
240
|
blueprint?: any;
|
161
241
|
colorSchemaType?: any;
|
@@ -169,12 +249,19 @@ declare const _default: {
|
|
169
249
|
blueprintType?: any;
|
170
250
|
colors?: any;
|
171
251
|
} & {
|
252
|
+
class?: String | String[];
|
253
|
+
toggle?: boolean;
|
254
|
+
mandatory?: boolean;
|
255
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
256
|
+
"v-model"?: any;
|
257
|
+
modelValue?: any;
|
172
258
|
"v-slots"?: {
|
173
259
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
174
260
|
} & {
|
175
261
|
activator?: () => VNodeChild;
|
176
262
|
};
|
177
|
-
variant?:
|
263
|
+
variant?: string;
|
264
|
+
toned?: boolean;
|
178
265
|
}>, never>;
|
179
266
|
};
|
180
267
|
export default _default;
|
@@ -1,5 +1,3 @@
|
|
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;
|
@@ -10,14 +8,14 @@ declare const _default: {
|
|
10
8
|
colorSchemaType?: any;
|
11
9
|
blueprintType?: any;
|
12
10
|
colors?: any;
|
13
|
-
readonly xs?:
|
14
|
-
readonly sm?:
|
15
|
-
readonly md?:
|
16
|
-
readonly lg?:
|
11
|
+
readonly xs?: string;
|
12
|
+
readonly sm?: string;
|
13
|
+
readonly md?: string;
|
14
|
+
readonly lg?: string;
|
17
15
|
style?: unknown;
|
18
16
|
class?: String | String[];
|
19
17
|
key?: string | number | symbol;
|
20
|
-
readonly alignSelf?:
|
18
|
+
readonly alignSelf?: string;
|
21
19
|
ref?: import("vue").VNodeRef;
|
22
20
|
ref_for?: boolean;
|
23
21
|
ref_key?: string;
|
@@ -59,8 +57,8 @@ declare const _default: {
|
|
59
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
60
58
|
[key: string]: any;
|
61
59
|
}>) => void)[];
|
62
|
-
readonly xl?:
|
63
|
-
readonly cols?:
|
60
|
+
readonly xl?: string;
|
61
|
+
readonly cols?: string;
|
64
62
|
};
|
65
63
|
$attrs: {
|
66
64
|
[x: string]: unknown;
|
@@ -77,25 +75,25 @@ declare const _default: {
|
|
77
75
|
$el: any;
|
78
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
79
77
|
xl: {
|
80
|
-
type: import("vue").PropType<
|
78
|
+
type: import("vue").PropType<string>;
|
81
79
|
};
|
82
80
|
lg: {
|
83
|
-
type: import("vue").PropType<
|
81
|
+
type: import("vue").PropType<string>;
|
84
82
|
};
|
85
83
|
md: {
|
86
|
-
type: import("vue").PropType<
|
84
|
+
type: import("vue").PropType<string>;
|
87
85
|
};
|
88
86
|
sm: {
|
89
|
-
type: import("vue").PropType<
|
87
|
+
type: import("vue").PropType<string>;
|
90
88
|
};
|
91
89
|
xs: {
|
92
|
-
type: import("vue").PropType<
|
90
|
+
type: import("vue").PropType<string>;
|
93
91
|
};
|
94
92
|
cols: {
|
95
|
-
type: import("vue").PropType<
|
93
|
+
type: import("vue").PropType<string>;
|
96
94
|
};
|
97
95
|
alignSelf: {
|
98
|
-
type: import("vue").PropType<
|
96
|
+
type: import("vue").PropType<string>;
|
99
97
|
};
|
100
98
|
class: {
|
101
99
|
type: import("vue").PropType<String | String[]>;
|
@@ -134,25 +132,25 @@ declare const _default: {
|
|
134
132
|
$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
133
|
} & Readonly<import("vue").ExtractPropTypes<{
|
136
134
|
xl: {
|
137
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<string>;
|
138
136
|
};
|
139
137
|
lg: {
|
140
|
-
type: import("vue").PropType<
|
138
|
+
type: import("vue").PropType<string>;
|
141
139
|
};
|
142
140
|
md: {
|
143
|
-
type: import("vue").PropType<
|
141
|
+
type: import("vue").PropType<string>;
|
144
142
|
};
|
145
143
|
sm: {
|
146
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<string>;
|
147
145
|
};
|
148
146
|
xs: {
|
149
|
-
type: import("vue").PropType<
|
147
|
+
type: import("vue").PropType<string>;
|
150
148
|
};
|
151
149
|
cols: {
|
152
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<string>;
|
153
151
|
};
|
154
152
|
alignSelf: {
|
155
|
-
type: import("vue").PropType<
|
153
|
+
type: import("vue").PropType<string>;
|
156
154
|
};
|
157
155
|
class: {
|
158
156
|
type: import("vue").PropType<String | String[]>;
|
@@ -169,25 +167,25 @@ declare const _default: {
|
|
169
167
|
__isSuspense?: never;
|
170
168
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
171
169
|
xl: {
|
172
|
-
type: import("vue").PropType<
|
170
|
+
type: import("vue").PropType<string>;
|
173
171
|
};
|
174
172
|
lg: {
|
175
|
-
type: import("vue").PropType<
|
173
|
+
type: import("vue").PropType<string>;
|
176
174
|
};
|
177
175
|
md: {
|
178
|
-
type: import("vue").PropType<
|
176
|
+
type: import("vue").PropType<string>;
|
179
177
|
};
|
180
178
|
sm: {
|
181
|
-
type: import("vue").PropType<
|
179
|
+
type: import("vue").PropType<string>;
|
182
180
|
};
|
183
181
|
xs: {
|
184
|
-
type: import("vue").PropType<
|
182
|
+
type: import("vue").PropType<string>;
|
185
183
|
};
|
186
184
|
cols: {
|
187
|
-
type: import("vue").PropType<
|
185
|
+
type: import("vue").PropType<string>;
|
188
186
|
};
|
189
187
|
alignSelf: {
|
190
|
-
type: import("vue").PropType<
|
188
|
+
type: import("vue").PropType<string>;
|
191
189
|
};
|
192
190
|
class: {
|
193
191
|
type: import("vue").PropType<String | String[]>;
|
@@ -212,14 +210,14 @@ declare const _default: {
|
|
212
210
|
blueprintType?: any;
|
213
211
|
colors?: any;
|
214
212
|
} & {
|
215
|
-
xs?:
|
216
|
-
sm?:
|
217
|
-
md?:
|
218
|
-
lg?:
|
213
|
+
xs?: string;
|
214
|
+
sm?: string;
|
215
|
+
md?: string;
|
216
|
+
lg?: string;
|
219
217
|
class?: String | String[];
|
220
|
-
alignSelf?:
|
221
|
-
xl?:
|
222
|
-
cols?:
|
218
|
+
alignSelf?: string;
|
219
|
+
xl?: string;
|
220
|
+
cols?: string;
|
223
221
|
}>, never>;
|
224
222
|
};
|
225
223
|
export default _default;
|
package/internal-do-not-import-from-here/ux/oxide/componenthostprovider/ComponentHostProvider.d.ts
ADDED
@@ -0,0 +1,162 @@
|
|
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
|
+
readonly force?: boolean;
|
51
|
+
readonly hostType?: string;
|
52
|
+
readonly containerVariant?: string;
|
53
|
+
readonly "host-type"?: string;
|
54
|
+
readonly "container-variant"?: string;
|
55
|
+
};
|
56
|
+
$attrs: {
|
57
|
+
[x: string]: unknown;
|
58
|
+
};
|
59
|
+
$refs: {
|
60
|
+
[x: string]: unknown;
|
61
|
+
};
|
62
|
+
$slots: Readonly<{
|
63
|
+
[name: string]: import("vue").Slot<any>;
|
64
|
+
}>;
|
65
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
66
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
67
|
+
$emit: (event: string, ...args: any[]) => void;
|
68
|
+
$el: any;
|
69
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
70
|
+
force: {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
} & {
|
73
|
+
type: import("vue").PropType<boolean>;
|
74
|
+
};
|
75
|
+
"container-variant": {
|
76
|
+
type: import("vue").PropType<string>;
|
77
|
+
};
|
78
|
+
containerVariant: {
|
79
|
+
type: import("vue").PropType<string>;
|
80
|
+
};
|
81
|
+
"host-type": {
|
82
|
+
type: import("vue").PropType<string>;
|
83
|
+
};
|
84
|
+
hostType: {
|
85
|
+
type: import("vue").PropType<string>;
|
86
|
+
};
|
87
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
88
|
+
[key: string]: any;
|
89
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
90
|
+
beforeCreate?: (() => void) | (() => void)[];
|
91
|
+
created?: (() => void) | (() => void)[];
|
92
|
+
beforeMount?: (() => void) | (() => void)[];
|
93
|
+
mounted?: (() => void) | (() => void)[];
|
94
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
95
|
+
updated?: (() => void) | (() => void)[];
|
96
|
+
activated?: (() => void) | (() => void)[];
|
97
|
+
deactivated?: (() => void) | (() => void)[];
|
98
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
99
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
100
|
+
destroyed?: (() => void) | (() => void)[];
|
101
|
+
unmounted?: (() => void) | (() => void)[];
|
102
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
103
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
104
|
+
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)[];
|
105
|
+
};
|
106
|
+
$forceUpdate: () => void;
|
107
|
+
$nextTick: typeof import("vue").nextTick;
|
108
|
+
$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;
|
109
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
110
|
+
force: {
|
111
|
+
type: import("vue").PropType<boolean>;
|
112
|
+
} & {
|
113
|
+
type: import("vue").PropType<boolean>;
|
114
|
+
};
|
115
|
+
"container-variant": {
|
116
|
+
type: import("vue").PropType<string>;
|
117
|
+
};
|
118
|
+
containerVariant: {
|
119
|
+
type: import("vue").PropType<string>;
|
120
|
+
};
|
121
|
+
"host-type": {
|
122
|
+
type: import("vue").PropType<string>;
|
123
|
+
};
|
124
|
+
hostType: {
|
125
|
+
type: import("vue").PropType<string>;
|
126
|
+
};
|
127
|
+
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
128
|
+
[key: string]: any;
|
129
|
+
}>[]> & {} & import("vue").ComponentCustomProperties & {};
|
130
|
+
__isFragment?: never;
|
131
|
+
__isTeleport?: never;
|
132
|
+
__isSuspense?: never;
|
133
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
134
|
+
force: {
|
135
|
+
type: import("vue").PropType<boolean>;
|
136
|
+
} & {
|
137
|
+
type: import("vue").PropType<boolean>;
|
138
|
+
};
|
139
|
+
"container-variant": {
|
140
|
+
type: import("vue").PropType<string>;
|
141
|
+
};
|
142
|
+
containerVariant: {
|
143
|
+
type: import("vue").PropType<string>;
|
144
|
+
};
|
145
|
+
"host-type": {
|
146
|
+
type: import("vue").PropType<string>;
|
147
|
+
};
|
148
|
+
hostType: {
|
149
|
+
type: import("vue").PropType<string>;
|
150
|
+
};
|
151
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
152
|
+
[key: string]: any;
|
153
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
154
|
+
propsDefinition: Omit<Readonly<{} & {
|
155
|
+
force?: boolean;
|
156
|
+
hostType?: string;
|
157
|
+
containerVariant?: string;
|
158
|
+
"host-type"?: string;
|
159
|
+
"container-variant"?: string;
|
160
|
+
}>, never>;
|
161
|
+
};
|
162
|
+
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
|
};
|
@@ -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;
|
@@ -105,7 +105,6 @@ declare const _default: {
|
|
105
105
|
};
|
106
106
|
variant: {
|
107
107
|
type: import("vue").PropType<string>;
|
108
|
-
required: false;
|
109
108
|
};
|
110
109
|
size: {
|
111
110
|
type: import("vue").PropType<string>;
|
@@ -198,7 +197,6 @@ declare const _default: {
|
|
198
197
|
};
|
199
198
|
variant: {
|
200
199
|
type: import("vue").PropType<string>;
|
201
|
-
required: false;
|
202
200
|
};
|
203
201
|
size: {
|
204
202
|
type: import("vue").PropType<string>;
|
@@ -264,7 +262,6 @@ declare const _default: {
|
|
264
262
|
};
|
265
263
|
variant: {
|
266
264
|
type: import("vue").PropType<string>;
|
267
|
-
required: false;
|
268
265
|
};
|
269
266
|
size: {
|
270
267
|
type: import("vue").PropType<string>;
|
@@ -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
|
};
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
} & {
|
62
62
|
header?: Func<[VNodeChild]>;
|
63
63
|
};
|
64
|
-
readonly variant?:
|
64
|
+
readonly variant?: string;
|
65
65
|
readonly toned?: boolean;
|
66
66
|
readonly hideExpandIcon?: boolean;
|
67
67
|
};
|
@@ -93,7 +93,7 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<boolean>;
|
94
94
|
};
|
95
95
|
variant: {
|
96
|
-
type: import("vue").PropType<
|
96
|
+
type: import("vue").PropType<string>;
|
97
97
|
};
|
98
98
|
icon: {
|
99
99
|
type: import("vue").PropType<IIcon>;
|
@@ -151,7 +151,7 @@ declare const _default: {
|
|
151
151
|
type: import("vue").PropType<boolean>;
|
152
152
|
};
|
153
153
|
variant: {
|
154
|
-
type: import("vue").PropType<
|
154
|
+
type: import("vue").PropType<string>;
|
155
155
|
};
|
156
156
|
icon: {
|
157
157
|
type: import("vue").PropType<IIcon>;
|
@@ -187,7 +187,7 @@ declare const _default: {
|
|
187
187
|
type: import("vue").PropType<boolean>;
|
188
188
|
};
|
189
189
|
variant: {
|
190
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<string>;
|
191
191
|
};
|
192
192
|
icon: {
|
193
193
|
type: import("vue").PropType<IIcon>;
|
@@ -226,7 +226,7 @@ declare const _default: {
|
|
226
226
|
} & {
|
227
227
|
header?: Func<[VNodeChild]>;
|
228
228
|
};
|
229
|
-
variant?:
|
229
|
+
variant?: string;
|
230
230
|
toned?: boolean;
|
231
231
|
hideExpandIcon?: boolean;
|
232
232
|
}>, never>;
|