@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
@@ -1,7 +1,4 @@
|
|
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;
|
@@ -15,7 +12,7 @@ declare const _default: {
|
|
15
12
|
style?: unknown;
|
16
13
|
class?: String | String[];
|
17
14
|
key?: string | number | symbol;
|
18
|
-
readonly size?:
|
15
|
+
readonly size?: string;
|
19
16
|
readonly icon?: IIcon;
|
20
17
|
ref?: import("vue").VNodeRef;
|
21
18
|
ref_for?: boolean;
|
@@ -79,7 +76,7 @@ declare const _default: {
|
|
79
76
|
type: import("vue").PropType<string>;
|
80
77
|
};
|
81
78
|
size: {
|
82
|
-
type: import("vue").PropType<
|
79
|
+
type: import("vue").PropType<string>;
|
83
80
|
};
|
84
81
|
toned: {
|
85
82
|
type: import("vue").PropType<boolean>;
|
@@ -129,7 +126,7 @@ declare const _default: {
|
|
129
126
|
type: import("vue").PropType<string>;
|
130
127
|
};
|
131
128
|
size: {
|
132
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<string>;
|
133
130
|
};
|
134
131
|
toned: {
|
135
132
|
type: import("vue").PropType<boolean>;
|
@@ -157,7 +154,7 @@ declare const _default: {
|
|
157
154
|
type: import("vue").PropType<string>;
|
158
155
|
};
|
159
156
|
size: {
|
160
|
-
type: import("vue").PropType<
|
157
|
+
type: import("vue").PropType<string>;
|
161
158
|
};
|
162
159
|
toned: {
|
163
160
|
type: import("vue").PropType<boolean>;
|
@@ -191,7 +188,7 @@ declare const _default: {
|
|
191
188
|
colors?: any;
|
192
189
|
} & {
|
193
190
|
class?: String | String[];
|
194
|
-
size?:
|
191
|
+
size?: string;
|
195
192
|
icon?: IIcon;
|
196
193
|
preset?: string;
|
197
194
|
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
|
};
|
@@ -1,4 +1,3 @@
|
|
1
|
-
type lineType = false | "one" | "two" | "three";
|
2
1
|
declare const _default: {
|
3
2
|
new (...args: any[]): {
|
4
3
|
$: import("vue").ComponentInternalInstance;
|
@@ -54,9 +53,9 @@ declare const _default: {
|
|
54
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
55
54
|
[key: string]: any;
|
56
55
|
}>) => void)[];
|
57
|
-
readonly variant?:
|
56
|
+
readonly variant?: string;
|
58
57
|
readonly toned?: boolean;
|
59
|
-
readonly lines?:
|
58
|
+
readonly lines?: string | boolean;
|
60
59
|
};
|
61
60
|
$attrs: {
|
62
61
|
[x: string]: unknown;
|
@@ -73,7 +72,7 @@ declare const _default: {
|
|
73
72
|
$el: any;
|
74
73
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
75
74
|
variant: {
|
76
|
-
type: import("vue").PropType<
|
75
|
+
type: import("vue").PropType<string>;
|
77
76
|
};
|
78
77
|
toned: {
|
79
78
|
type: import("vue").PropType<boolean>;
|
@@ -84,7 +83,7 @@ declare const _default: {
|
|
84
83
|
type: import("vue").PropType<boolean>;
|
85
84
|
};
|
86
85
|
lines: {
|
87
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<string | boolean>;
|
88
87
|
};
|
89
88
|
class: {
|
90
89
|
type: import("vue").PropType<String | String[]>;
|
@@ -123,7 +122,7 @@ declare const _default: {
|
|
123
122
|
$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
123
|
} & Readonly<import("vue").ExtractPropTypes<{
|
125
124
|
variant: {
|
126
|
-
type: import("vue").PropType<
|
125
|
+
type: import("vue").PropType<string>;
|
127
126
|
};
|
128
127
|
toned: {
|
129
128
|
type: import("vue").PropType<boolean>;
|
@@ -134,7 +133,7 @@ declare const _default: {
|
|
134
133
|
type: import("vue").PropType<boolean>;
|
135
134
|
};
|
136
135
|
lines: {
|
137
|
-
type: import("vue").PropType<
|
136
|
+
type: import("vue").PropType<string | boolean>;
|
138
137
|
};
|
139
138
|
class: {
|
140
139
|
type: import("vue").PropType<String | String[]>;
|
@@ -151,7 +150,7 @@ declare const _default: {
|
|
151
150
|
__isSuspense?: never;
|
152
151
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
153
152
|
variant: {
|
154
|
-
type: import("vue").PropType<
|
153
|
+
type: import("vue").PropType<string>;
|
155
154
|
};
|
156
155
|
toned: {
|
157
156
|
type: import("vue").PropType<boolean>;
|
@@ -162,7 +161,7 @@ declare const _default: {
|
|
162
161
|
type: import("vue").PropType<boolean>;
|
163
162
|
};
|
164
163
|
lines: {
|
165
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<string | boolean>;
|
166
165
|
};
|
167
166
|
class: {
|
168
167
|
type: import("vue").PropType<String | String[]>;
|
@@ -189,9 +188,9 @@ declare const _default: {
|
|
189
188
|
} & {
|
190
189
|
nav?: boolean;
|
191
190
|
class?: String | String[];
|
192
|
-
variant?:
|
191
|
+
variant?: string;
|
193
192
|
toned?: boolean;
|
194
|
-
lines?:
|
193
|
+
lines?: string | boolean;
|
195
194
|
}>, never>;
|
196
195
|
};
|
197
196
|
export default _default;
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
57
57
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
58
|
[key: string]: any;
|
59
59
|
}>) => void)[];
|
60
|
-
readonly variant?:
|
60
|
+
readonly variant?: string;
|
61
61
|
"onClick:delete"?: () => any;
|
62
62
|
};
|
63
63
|
$attrs: {
|
@@ -75,7 +75,7 @@ declare const _default: {
|
|
75
75
|
$el: any;
|
76
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
77
77
|
variant: {
|
78
|
-
type: import("vue").PropType<
|
78
|
+
type: import("vue").PropType<string>;
|
79
79
|
};
|
80
80
|
disabled: {
|
81
81
|
type: import("vue").PropType<boolean>;
|
@@ -130,7 +130,7 @@ declare const _default: {
|
|
130
130
|
$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
131
|
} & Readonly<import("vue").ExtractPropTypes<{
|
132
132
|
variant: {
|
133
|
-
type: import("vue").PropType<
|
133
|
+
type: import("vue").PropType<string>;
|
134
134
|
};
|
135
135
|
disabled: {
|
136
136
|
type: import("vue").PropType<boolean>;
|
@@ -161,7 +161,7 @@ declare const _default: {
|
|
161
161
|
__isSuspense?: never;
|
162
162
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
163
163
|
variant: {
|
164
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<string>;
|
165
165
|
};
|
166
166
|
disabled: {
|
167
167
|
type: import("vue").PropType<boolean>;
|
@@ -207,7 +207,7 @@ declare const _default: {
|
|
207
207
|
icon?: ButtonIconOptions;
|
208
208
|
active?: boolean;
|
209
209
|
disabled?: boolean;
|
210
|
-
variant?:
|
210
|
+
variant?: string;
|
211
211
|
}>, "onClick:delete"> & {
|
212
212
|
"onClick:delete"?: () => any;
|
213
213
|
};
|
@@ -1,7 +1,4 @@
|
|
1
1
|
import { VNodeChild } from "vue";
|
2
|
-
type Tblock = "top" | "bottom";
|
3
|
-
type Tinline = "start" | "end" | "left" | "right";
|
4
|
-
type Location = Tblock | Tinline | "center" | "center center" | `${Tblock} ${Tinline | "center"}` | `${Tinline} ${Tblock | "center"}`;
|
5
2
|
declare const _default: {
|
6
3
|
new (...args: any[]): {
|
7
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -125,7 +122,7 @@ declare const _default: {
|
|
125
122
|
} & {
|
126
123
|
activator?: () => VNodeChild;
|
127
124
|
};
|
128
|
-
readonly location?:
|
125
|
+
readonly location?: string;
|
129
126
|
readonly closeDelay?: string | number;
|
130
127
|
readonly openOnHover?: boolean;
|
131
128
|
};
|
@@ -152,7 +149,7 @@ declare const _default: {
|
|
152
149
|
type: import("vue").PropType<boolean>;
|
153
150
|
};
|
154
151
|
location: {
|
155
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<string>;
|
156
153
|
required: false;
|
157
154
|
};
|
158
155
|
closeDelay: {
|
@@ -269,7 +266,7 @@ declare const _default: {
|
|
269
266
|
type: import("vue").PropType<boolean>;
|
270
267
|
};
|
271
268
|
location: {
|
272
|
-
type: import("vue").PropType<
|
269
|
+
type: import("vue").PropType<string>;
|
273
270
|
required: false;
|
274
271
|
};
|
275
272
|
closeDelay: {
|
@@ -364,7 +361,7 @@ declare const _default: {
|
|
364
361
|
type: import("vue").PropType<boolean>;
|
365
362
|
};
|
366
363
|
location: {
|
367
|
-
type: import("vue").PropType<
|
364
|
+
type: import("vue").PropType<string>;
|
368
365
|
required: false;
|
369
366
|
};
|
370
367
|
closeDelay: {
|
@@ -529,7 +526,7 @@ declare const _default: {
|
|
529
526
|
} & {
|
530
527
|
activator?: () => VNodeChild;
|
531
528
|
};
|
532
|
-
location?:
|
529
|
+
location?: string;
|
533
530
|
closeDelay?: string | number;
|
534
531
|
openOnHover?: boolean;
|
535
532
|
}>, never>;
|
@@ -1,5 +1,3 @@
|
|
1
|
-
import { DrawerVariant } from "./NavigationDrawer.css";
|
2
|
-
type locationType = "top" | "left" | "right" | "bottom" | "end" | "start";
|
3
1
|
declare const _default: {
|
4
2
|
new (...args: any[]): {
|
5
3
|
$: import("vue").ComponentInternalInstance;
|
@@ -57,8 +55,8 @@ declare const _default: {
|
|
57
55
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
58
56
|
readonly "v-model"?: boolean;
|
59
57
|
readonly modelValue?: boolean;
|
60
|
-
readonly variant?:
|
61
|
-
readonly location?:
|
58
|
+
readonly variant?: string;
|
59
|
+
readonly location?: string;
|
62
60
|
readonly overrides?: object;
|
63
61
|
readonly toned?: boolean;
|
64
62
|
};
|
@@ -77,7 +75,7 @@ declare const _default: {
|
|
77
75
|
$el: any;
|
78
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
79
77
|
variant: {
|
80
|
-
type: import("vue").PropType<
|
78
|
+
type: import("vue").PropType<string>;
|
81
79
|
};
|
82
80
|
overrides: {
|
83
81
|
type: import("vue").PropType<object>;
|
@@ -88,7 +86,7 @@ declare const _default: {
|
|
88
86
|
type: import("vue").PropType<boolean>;
|
89
87
|
};
|
90
88
|
location: {
|
91
|
-
type: import("vue").PropType<
|
89
|
+
type: import("vue").PropType<string>;
|
92
90
|
};
|
93
91
|
"onUpdate:modelValue": {
|
94
92
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -138,7 +136,7 @@ declare const _default: {
|
|
138
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;
|
139
137
|
} & Readonly<import("vue").ExtractPropTypes<{
|
140
138
|
variant: {
|
141
|
-
type: import("vue").PropType<
|
139
|
+
type: import("vue").PropType<string>;
|
142
140
|
};
|
143
141
|
overrides: {
|
144
142
|
type: import("vue").PropType<object>;
|
@@ -149,7 +147,7 @@ declare const _default: {
|
|
149
147
|
type: import("vue").PropType<boolean>;
|
150
148
|
};
|
151
149
|
location: {
|
152
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<string>;
|
153
151
|
};
|
154
152
|
"onUpdate:modelValue": {
|
155
153
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -177,7 +175,7 @@ declare const _default: {
|
|
177
175
|
__isSuspense?: never;
|
178
176
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
179
177
|
variant: {
|
180
|
-
type: import("vue").PropType<
|
178
|
+
type: import("vue").PropType<string>;
|
181
179
|
};
|
182
180
|
overrides: {
|
183
181
|
type: import("vue").PropType<object>;
|
@@ -188,7 +186,7 @@ declare const _default: {
|
|
188
186
|
type: import("vue").PropType<boolean>;
|
189
187
|
};
|
190
188
|
location: {
|
191
|
-
type: import("vue").PropType<
|
189
|
+
type: import("vue").PropType<string>;
|
192
190
|
};
|
193
191
|
"onUpdate:modelValue": {
|
194
192
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -228,8 +226,8 @@ declare const _default: {
|
|
228
226
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
229
227
|
"v-model"?: boolean;
|
230
228
|
modelValue?: boolean;
|
231
|
-
variant?:
|
232
|
-
location?:
|
229
|
+
variant?: string;
|
230
|
+
location?: string;
|
233
231
|
overrides?: object;
|
234
232
|
toned?: boolean;
|
235
233
|
}>, never>;
|
@@ -1,16 +1,9 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
|
-
|
3
|
-
export type PanelVariant = typeof PanelVariationDefinition[number];
|
4
|
-
export declare const PanelDirectionDefinition: string[];
|
5
|
-
export type PanelDirection = typeof PanelDirectionDefinition[number];
|
6
|
-
export declare const HorizontalAlignmentDefinition: string[];
|
7
|
-
export type HorizontalAlignment = typeof HorizontalAlignmentDefinition[number];
|
8
|
-
export declare const VerticalAlignmentDefinition: string[];
|
9
|
-
export type VerticalAlignment = typeof VerticalAlignmentDefinition[number];
|
2
|
+
import { OHorizontalAlignments, PanelDirections, PanelVariants, OVerticalAlignments } from "@omnia/fx-models";
|
10
3
|
export declare const PanelStyles: {
|
11
|
-
templateTitle: (variant:
|
4
|
+
templateTitle: (variant: PanelVariants, titelOnTopDivider: boolean, color: string) => string;
|
12
5
|
dividerOnTitle: string;
|
13
6
|
panelHoverBackground: (color: ColorDefinition) => string;
|
14
|
-
panelWrapper: (hide: boolean, variant:
|
15
|
-
contentWrapper: (variant:
|
7
|
+
panelWrapper: (hide: boolean, variant: PanelVariants, grow: boolean, grouped: boolean, scrollOffset: number) => string;
|
8
|
+
contentWrapper: (variant: PanelVariants, flexDirection: PanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean) => string;
|
16
9
|
};
|
@@ -1,6 +1,5 @@
|
|
1
|
-
|
2
|
-
export type SelectType = typeof SelectTypeDefinition[number];
|
1
|
+
import { SelectTypes } from "@omnia/fx-models";
|
3
2
|
export declare const SelectStyles: {
|
4
3
|
componentWrapper: string;
|
5
|
-
componentVariantWrapper: (variant:
|
4
|
+
componentVariantWrapper: (variant: SelectTypes, hasValue: boolean) => string;
|
6
5
|
};
|
@@ -1,4 +1,3 @@
|
|
1
|
-
type VariantType = "search" | "search-slim" | "numberselector" | "numberselector-prepend" | "link" | "media";
|
2
1
|
declare const _default: {
|
3
2
|
new (...args: any[]): {
|
4
3
|
$: import("vue").ComponentInternalInstance;
|
@@ -12,7 +11,7 @@ declare const _default: {
|
|
12
11
|
readonly label?: string;
|
13
12
|
style?: unknown;
|
14
13
|
class?: String | String[];
|
15
|
-
readonly type?:
|
14
|
+
readonly type?: string;
|
16
15
|
key?: string | number | symbol;
|
17
16
|
ref?: import("vue").VNodeRef;
|
18
17
|
ref_for?: boolean;
|
@@ -58,7 +57,7 @@ declare const _default: {
|
|
58
57
|
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
59
58
|
readonly "v-model"?: string;
|
60
59
|
readonly modelValue?: string;
|
61
|
-
readonly variant?:
|
60
|
+
readonly variant?: string;
|
62
61
|
readonly toned?: Boolean;
|
63
62
|
readonly clearable?: boolean;
|
64
63
|
"onClick:button"?: () => any;
|
@@ -83,13 +82,13 @@ declare const _default: {
|
|
83
82
|
type: import("vue").PropType<Boolean>;
|
84
83
|
};
|
85
84
|
type: {
|
86
|
-
type: import("vue").PropType<
|
85
|
+
type: import("vue").PropType<string>;
|
87
86
|
};
|
88
87
|
clearable: {
|
89
88
|
type: import("vue").PropType<boolean>;
|
90
89
|
};
|
91
90
|
variant: {
|
92
|
-
type: import("vue").PropType<
|
91
|
+
type: import("vue").PropType<string>;
|
93
92
|
};
|
94
93
|
label: {
|
95
94
|
type: import("vue").PropType<string>;
|
@@ -153,13 +152,13 @@ declare const _default: {
|
|
153
152
|
type: import("vue").PropType<Boolean>;
|
154
153
|
};
|
155
154
|
type: {
|
156
|
-
type: import("vue").PropType<
|
155
|
+
type: import("vue").PropType<string>;
|
157
156
|
};
|
158
157
|
clearable: {
|
159
158
|
type: import("vue").PropType<boolean>;
|
160
159
|
};
|
161
160
|
variant: {
|
162
|
-
type: import("vue").PropType<
|
161
|
+
type: import("vue").PropType<string>;
|
163
162
|
};
|
164
163
|
label: {
|
165
164
|
type: import("vue").PropType<string>;
|
@@ -198,13 +197,13 @@ declare const _default: {
|
|
198
197
|
type: import("vue").PropType<Boolean>;
|
199
198
|
};
|
200
199
|
type: {
|
201
|
-
type: import("vue").PropType<
|
200
|
+
type: import("vue").PropType<string>;
|
202
201
|
};
|
203
202
|
clearable: {
|
204
203
|
type: import("vue").PropType<boolean>;
|
205
204
|
};
|
206
205
|
variant: {
|
207
|
-
type: import("vue").PropType<
|
206
|
+
type: import("vue").PropType<string>;
|
208
207
|
};
|
209
208
|
label: {
|
210
209
|
type: import("vue").PropType<string>;
|
@@ -251,11 +250,11 @@ declare const _default: {
|
|
251
250
|
} & {
|
252
251
|
label?: string;
|
253
252
|
class?: String | String[];
|
254
|
-
type?:
|
253
|
+
type?: string;
|
255
254
|
"onUpdate:modelValue"?: (value: string) => any;
|
256
255
|
"v-model"?: string;
|
257
256
|
modelValue?: string;
|
258
|
-
variant?:
|
257
|
+
variant?: string;
|
259
258
|
toned?: Boolean;
|
260
259
|
clearable?: boolean;
|
261
260
|
}>, "onUpdate:modelValue" | "onClick:button"> & {
|
@@ -1,7 +1,5 @@
|
|
1
1
|
import { Func, IIcon } from "@omnia/fx/models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
export declare const ToolbarVariationDefinition: string[];
|
4
|
-
export type ToolbarVariants = typeof ToolbarVariationDefinition[number];
|
5
3
|
declare const _default: {
|
6
4
|
new (...args: any[]): {
|
7
5
|
$: import("vue").ComponentInternalInstance;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare
|
1
|
+
export declare function useBlueprintSetup(props: object): {
|
2
2
|
state: {
|
3
3
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
4
4
|
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
File without changes
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { VueComponentBaseProps } from "./ux/index";
|
2
2
|
import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
3
|
-
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/
|
3
|
+
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
|
+
import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
|
4
5
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
5
6
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
6
7
|
import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
|
@@ -86,18 +87,15 @@ import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutE
|
|
86
87
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
87
88
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
88
89
|
import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
|
89
|
-
import wc8e3534c9960c46b090f442e563d71265 from './ux/oxide/alignmentpicker/AlignmentPicker';
|
90
90
|
import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
|
91
91
|
import wc99abf48aa0214a7995d0579883a1612c from './ux/oxide/avatar/Avatar';
|
92
92
|
import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
|
93
93
|
import wc07d25314740f40058782f3123ea1c388 from './ux/oxide/btngroup/ButtonGroup';
|
94
|
-
import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
|
95
94
|
import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
|
96
95
|
import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
|
97
96
|
import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
|
97
|
+
import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/componenthostprovider/ComponentHostProvider';
|
98
98
|
import wc86e7df28b98d4594be5ab9a3f64dd0cc from './ux/oxide/datatable/DataTable';
|
99
|
-
import wc900eaa8c89a9411b93b657be6feaa992 from './ux/oxide/datatable/DataTableServer';
|
100
|
-
import wc6013b19c722b4bb781b2380b969f3c77 from './ux/oxide/datatable/DataTableVirtual';
|
101
99
|
import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
|
102
100
|
import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
|
103
101
|
import wc010e7f719bf647829ef6c999e22f86ca from './ux/oxide/draggable/Draggable';
|
@@ -242,7 +240,8 @@ declare global {
|
|
242
240
|
}
|
243
241
|
interface IntrinsicElements {
|
244
242
|
"omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
|
245
|
-
"omfx-dev-
|
243
|
+
"omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
|
244
|
+
"omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
|
246
245
|
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
|
247
246
|
"omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
|
248
247
|
"omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
|
@@ -328,18 +327,15 @@ declare global {
|
|
328
327
|
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
|
329
328
|
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
|
330
329
|
"omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
|
331
|
-
"o-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
|
332
330
|
"o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
|
333
331
|
"o-avatar": typeof wc99abf48aa0214a7995d0579883a1612c.propsDefinition & VueComponentBaseProps;
|
334
332
|
"o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
|
335
333
|
"o-btn-group": typeof wc07d25314740f40058782f3123ea1c388.propsDefinition & VueComponentBaseProps;
|
336
|
-
"o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
|
337
334
|
"o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
|
338
335
|
"o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
|
339
336
|
"o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
|
337
|
+
"o-component-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
|
340
338
|
"o-data-table": typeof wc86e7df28b98d4594be5ab9a3f64dd0cc.propsDefinition & VueComponentBaseProps;
|
341
|
-
"o-data-table-server": typeof wc900eaa8c89a9411b93b657be6feaa992.propsDefinition & VueComponentBaseProps;
|
342
|
-
"o-data-table-virtual": typeof wc6013b19c722b4bb781b2380b969f3c77.propsDefinition & VueComponentBaseProps;
|
343
339
|
"o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
|
344
340
|
"o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
|
345
341
|
"o-draggable": typeof wc010e7f719bf647829ef6c999e22f86ca.propsDefinition & VueComponentBaseProps;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.38-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.38-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|