@omnia/fx 8.0.17-vnext → 8.0.19-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.
Files changed (52) hide show
  1. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -2
  2. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +2 -2
  3. package/internal-do-not-import-from-here/index.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  5. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.css.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +201 -0
  9. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -4
  10. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  13. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +189 -0
  15. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +44 -1
  17. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +80 -38
  19. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +94 -6
  21. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
  22. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +3 -5
  23. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +56 -18
  24. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +37 -0
  26. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +1 -11
  28. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +46 -2
  29. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +10 -10
  32. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +75 -1
  35. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +84 -6
  37. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +47 -0
  39. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +205 -25
  40. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +6 -6
  42. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/use/Types.d.ts +0 -8
  45. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
  46. package/internal-do-not-import-from-here/ux/use/UseModel.d.ts +11 -0
  47. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  48. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  49. package/internal-do-not-import-from-here/wctypings.d.ts +6 -0
  50. package/package.json +2 -2
  51. package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
  52. package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
@@ -1,26 +1,206 @@
1
- import { VueComponentBase } from "@omnia/fx/ux";
2
1
  import "./StatusMessageOverlay.css";
3
- import { IWebComponentInstance } from "../..";
4
- import { StatusMessageOverlayType, HttpStatusCode, LayoutEditorCanvasApi, Layout } from "../../models";
5
- import { IStatusMessageOverlay } from "./IStatusMessageOverlay";
6
- export declare class StatusMessageOverlay extends VueComponentBase implements IWebComponentInstance, IStatusMessageOverlay {
7
- content?: string | JSX.Element;
8
- icon?: string;
9
- overlay?: StatusMessageOverlayType;
10
- statusCode?: HttpStatusCode;
11
- private omniaUxLoc;
12
- private omniaContext;
13
- private text;
14
- private statusMessageOverlayStyles;
15
- mounted(): void;
16
- private renderStatusMessage;
17
- private renderStatusCode;
18
- renderStatusMessageOverlay(): JSX.Element;
19
- api: LayoutEditorCanvasApi;
20
- gotApi(api: LayoutEditorCanvasApi): void;
21
- renderLayoutEngine(): JSX.Element;
22
- saveLayout(): void;
23
- clearLayout(): void;
24
- getDefaultLayout(): Layout;
25
- render(): JSX.Element;
26
- }
2
+ import { StatusMessageOverlayType, HttpStatusCode } from "../../models";
3
+ declare const _default: {
4
+ new (...args: any[]): {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
+ "status-code": {
9
+ type: import("vue").PropType<HttpStatusCode>;
10
+ required: boolean;
11
+ default?: HttpStatusCode;
12
+ };
13
+ statusCode: {
14
+ type: import("vue").PropType<HttpStatusCode>;
15
+ required: boolean;
16
+ default?: HttpStatusCode;
17
+ };
18
+ overlay: {
19
+ type: import("vue").PropType<StatusMessageOverlayType>;
20
+ required: boolean;
21
+ default?: StatusMessageOverlayType;
22
+ } & {
23
+ type: import("vue").PropType<StatusMessageOverlayType>;
24
+ required: boolean;
25
+ default?: StatusMessageOverlayType;
26
+ };
27
+ icon: {
28
+ type: import("vue").PropType<string>;
29
+ required: boolean;
30
+ default?: string;
31
+ } & {
32
+ type: import("vue").PropType<string>;
33
+ required: boolean;
34
+ default?: string;
35
+ };
36
+ content: {
37
+ type: import("vue").PropType<string | JSX.Element>;
38
+ required: boolean;
39
+ default?: string | JSX.Element;
40
+ } & {
41
+ type: import("vue").PropType<string | JSX.Element>;
42
+ required: boolean;
43
+ default?: string | JSX.Element;
44
+ };
45
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
46
+ $attrs: {
47
+ [x: string]: unknown;
48
+ };
49
+ $refs: {
50
+ [x: string]: unknown;
51
+ };
52
+ $slots: Readonly<{
53
+ [name: string]: import("vue").Slot;
54
+ }>;
55
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
56
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
57
+ $emit: (event: string, ...args: any[]) => void;
58
+ $el: any;
59
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
+ "status-code": {
61
+ type: import("vue").PropType<HttpStatusCode>;
62
+ required: boolean;
63
+ default?: HttpStatusCode;
64
+ };
65
+ statusCode: {
66
+ type: import("vue").PropType<HttpStatusCode>;
67
+ required: boolean;
68
+ default?: HttpStatusCode;
69
+ };
70
+ overlay: {
71
+ type: import("vue").PropType<StatusMessageOverlayType>;
72
+ required: boolean;
73
+ default?: StatusMessageOverlayType;
74
+ } & {
75
+ type: import("vue").PropType<StatusMessageOverlayType>;
76
+ required: boolean;
77
+ default?: StatusMessageOverlayType;
78
+ };
79
+ icon: {
80
+ type: import("vue").PropType<string>;
81
+ required: boolean;
82
+ default?: string;
83
+ } & {
84
+ type: import("vue").PropType<string>;
85
+ required: boolean;
86
+ default?: string;
87
+ };
88
+ content: {
89
+ type: import("vue").PropType<string | JSX.Element>;
90
+ required: boolean;
91
+ default?: string | JSX.Element;
92
+ } & {
93
+ type: import("vue").PropType<string | JSX.Element>;
94
+ required: boolean;
95
+ default?: string | JSX.Element;
96
+ };
97
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
98
+ beforeCreate?: (() => void) | (() => void)[];
99
+ created?: (() => void) | (() => void)[];
100
+ beforeMount?: (() => void) | (() => void)[];
101
+ mounted?: (() => void) | (() => void)[];
102
+ beforeUpdate?: (() => void) | (() => void)[];
103
+ updated?: (() => void) | (() => void)[];
104
+ activated?: (() => void) | (() => void)[];
105
+ deactivated?: (() => void) | (() => void)[];
106
+ beforeDestroy?: (() => void) | (() => void)[];
107
+ beforeUnmount?: (() => void) | (() => void)[];
108
+ destroyed?: (() => void) | (() => void)[];
109
+ unmounted?: (() => void) | (() => void)[];
110
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
111
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
112
+ 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)[];
113
+ };
114
+ $forceUpdate: () => void;
115
+ $nextTick: typeof import("vue").nextTick;
116
+ $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;
117
+ } & Readonly<import("vue").ExtractPropTypes<{
118
+ "status-code": {
119
+ type: import("vue").PropType<HttpStatusCode>;
120
+ required: boolean;
121
+ default?: HttpStatusCode;
122
+ };
123
+ statusCode: {
124
+ type: import("vue").PropType<HttpStatusCode>;
125
+ required: boolean;
126
+ default?: HttpStatusCode;
127
+ };
128
+ overlay: {
129
+ type: import("vue").PropType<StatusMessageOverlayType>;
130
+ required: boolean;
131
+ default?: StatusMessageOverlayType;
132
+ } & {
133
+ type: import("vue").PropType<StatusMessageOverlayType>;
134
+ required: boolean;
135
+ default?: StatusMessageOverlayType;
136
+ };
137
+ icon: {
138
+ type: import("vue").PropType<string>;
139
+ required: boolean;
140
+ default?: string;
141
+ } & {
142
+ type: import("vue").PropType<string>;
143
+ required: boolean;
144
+ default?: string;
145
+ };
146
+ content: {
147
+ type: import("vue").PropType<string | JSX.Element>;
148
+ required: boolean;
149
+ default?: string | JSX.Element;
150
+ } & {
151
+ type: import("vue").PropType<string | JSX.Element>;
152
+ required: boolean;
153
+ default?: string | JSX.Element;
154
+ };
155
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
156
+ __isFragment?: never;
157
+ __isTeleport?: never;
158
+ __isSuspense?: never;
159
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
160
+ "status-code": {
161
+ type: import("vue").PropType<HttpStatusCode>;
162
+ required: boolean;
163
+ default?: HttpStatusCode;
164
+ };
165
+ statusCode: {
166
+ type: import("vue").PropType<HttpStatusCode>;
167
+ required: boolean;
168
+ default?: HttpStatusCode;
169
+ };
170
+ overlay: {
171
+ type: import("vue").PropType<StatusMessageOverlayType>;
172
+ required: boolean;
173
+ default?: StatusMessageOverlayType;
174
+ } & {
175
+ type: import("vue").PropType<StatusMessageOverlayType>;
176
+ required: boolean;
177
+ default?: StatusMessageOverlayType;
178
+ };
179
+ icon: {
180
+ type: import("vue").PropType<string>;
181
+ required: boolean;
182
+ default?: string;
183
+ } & {
184
+ type: import("vue").PropType<string>;
185
+ required: boolean;
186
+ default?: string;
187
+ };
188
+ content: {
189
+ type: import("vue").PropType<string | JSX.Element>;
190
+ required: boolean;
191
+ default?: string | JSX.Element;
192
+ } & {
193
+ type: import("vue").PropType<string | JSX.Element>;
194
+ required: boolean;
195
+ default?: string | JSX.Element;
196
+ };
197
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
198
+ propsDefinition: Readonly<{} & {
199
+ content?: string | JSX.Element;
200
+ overlay?: StatusMessageOverlayType;
201
+ icon?: string;
202
+ statusCode?: HttpStatusCode;
203
+ "status-code"?: HttpStatusCode;
204
+ }>;
205
+ };
206
+ export default _default;
@@ -1,5 +1,4 @@
1
1
  export declare const ColorSchemaPickerStyles: {
2
- componentWrapper: string;
3
2
  colorPaletteWrapper: string;
4
3
  colorPaletteRow: (color: string) => string;
5
4
  colorField: string;
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  colorSchemaType?: any;
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
11
  "v-slots": import("vue").Prop<{
12
- default?: () => VNodeChild;
12
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
13
13
  } & {
14
14
  activator?: () => VNodeChild;
15
15
  }>;
@@ -35,7 +35,7 @@ declare const _default: {
35
35
  $el: any;
36
36
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
37
37
  "v-slots": import("vue").Prop<{
38
- default?: () => VNodeChild;
38
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
39
39
  } & {
40
40
  activator?: () => VNodeChild;
41
41
  }>;
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  $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;
73
73
  } & Readonly<import("vue").ExtractPropTypes<{
74
74
  "v-slots": import("vue").Prop<{
75
- default?: () => VNodeChild;
75
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
76
76
  } & {
77
77
  activator?: () => VNodeChild;
78
78
  }>;
@@ -88,7 +88,7 @@ declare const _default: {
88
88
  __isSuspense?: never;
89
89
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
90
  "v-slots": import("vue").Prop<{
91
- default?: () => VNodeChild;
91
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
92
92
  } & {
93
93
  activator?: () => VNodeChild;
94
94
  }>;
@@ -108,13 +108,13 @@ declare const _default: {
108
108
  container?: any;
109
109
  colorSchemaType?: any;
110
110
  } & {
111
+ modelValue?: unknown;
111
112
  "v-slots"?: {
112
- default?: () => VNodeChild;
113
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
113
114
  } & {
114
115
  activator?: () => VNodeChild;
115
116
  };
116
117
  "v-model"?: unknown;
117
- modelValue?: unknown;
118
118
  }> & {
119
119
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
120
120
  };
@@ -87,8 +87,8 @@ declare const _default: {
87
87
  container?: any;
88
88
  colorSchemaType?: any;
89
89
  } & {
90
- "v-model"?: Guid;
91
90
  modelValue?: Guid;
91
+ "v-model"?: Guid;
92
92
  }> & {
93
93
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
94
94
  };
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  $data: {};
9
9
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
10
10
  "v-slots": {
11
- default?: () => VNodeChild;
11
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
12
12
  } & {
13
13
  activator?: () => VNodeChild;
14
14
  };
@@ -32,7 +32,7 @@ declare const _default: {
32
32
  $el: any;
33
33
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
34
34
  "v-slots": {
35
- default?: () => VNodeChild;
35
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
36
36
  } & {
37
37
  activator?: () => VNodeChild;
38
38
  };
@@ -64,7 +64,7 @@ declare const _default: {
64
64
  $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;
65
65
  } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
66
66
  "v-slots": {
67
- default?: () => VNodeChild;
67
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
68
68
  } & {
69
69
  activator?: () => VNodeChild;
70
70
  };
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  __isSuspense?: never;
79
79
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
80
80
  "v-slots": {
81
- default?: () => VNodeChild;
81
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
82
82
  } & {
83
83
  activator?: () => VNodeChild;
84
84
  };
@@ -91,7 +91,7 @@ declare const _default: {
91
91
  }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
92
92
  propsDefinition: Readonly<{} & {
93
93
  "v-slots"?: {
94
- default?: () => VNodeChild;
94
+ default?: import("@omnia/fx-models").Func<[VNodeChild]>;
95
95
  } & {
96
96
  activator?: () => VNodeChild;
97
97
  };
@@ -1,13 +1,5 @@
1
1
  import { Ref, ComputedRef } from "vue";
2
2
  import { Vue } from "../decorators";
3
- /**
4
- * Func
5
- *
6
- * ```ts
7
- * type Func = () => void;
8
- * ```
9
- */
10
- export type Func = () => void;
11
3
  /**
12
4
  * Maybe it's a ref, or a plain value
13
5
  *
@@ -1,4 +1,5 @@
1
- import { Func, MaybeComputedRef } from "./Types";
1
+ import { MaybeComputedRef } from "./Types";
2
+ import { Func } from "@omnia/fx-models";
2
3
  interface InferEventTarget<Events> {
3
4
  addEventListener(event: Events, Func?: any, options?: any): any;
4
5
  removeEventListener(event: Events, Func?: any, options?: any): any;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Creates a computed property that acts as a two-way binding between a component's prop and the parent component.
3
+ * @function useModel
4
+ * @param {Object} props - An object containing the component's props.
5
+ * @param {Function} emit - A function used to emit events from the component to its parent component.
6
+ * @param {String} [name="modelValue"] - The name of the prop to create a two-way binding for. Default is "modelValue".
7
+ * @returns {Object} A computed property with a `get` and a `set` method:
8
+ * - `get` (Function): A function that returns the current value of the specified prop.
9
+ * - `set` (Function): A function that takes a new value as its argument, updates the specified prop, and emits an event to update the value in the parent component.
10
+ */
11
+ export declare function useModel<TProps extends Record<string, any>, TKey extends keyof TProps | undefined = undefined>(props: TProps, emit: (event: string, value: TKey extends undefined ? TProps["modelValue"] : TProps[TKey]) => void, modelProp?: TKey): import("vue").WritableComputedRef<TKey extends undefined ? TProps["modelValue"] : TProps[TKey]>;
@@ -12,3 +12,4 @@ export * from "./UseKeyboard";
12
12
  export * from "./UseIndexedDb";
13
13
  export * from "./UseComponentSetup";
14
14
  export * from "./UseIcon";
15
+ export * from "./UseModel";
@@ -1 +1 @@
1
- {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-status-message-overlay":["content"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
1
+ {"omfx-enterpriseproperties-taxonomyfield-value-definition":["availableParents"],"omfx-sp-language-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-targeting-filter":["filter","onFilterChanged","fullWidth"],"omfx-term-picker":["startWithIds","termSetId","preSelectedTermIds","lcid","onTermsSelected","filterOptions","validator","description"],"omfx-termset-picker":["termSetId","onChanged"],"omnia-fx-spfx-wp-settings":["onClosed","onChange"],"omfx-queryable-enterpriseproperties":["serviceId","additionalBuiltInProperties"],"omfx-app-instance-delete-blade":["appInstance","handleClose","handleDeleteCompleted"],"omfx-appinstance-editing-journey":["appInstance","content","onCanceled","onSave","onCompleted"],"omfx-app-instance-permission-blade":["appInstance","handleClose","onAppPermissionsUpdated"],"omfx-app-instance-information-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-users-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-instance-enterprise-step":["context","registerOnGoToNext","registerOnGoToPrev"],"omfx-app-provisioning-wizard":["initialAppTemplate","initialAppDefinition","initialAppInstance","onInstancePropertiesChanged","onProvisioningStarted","onProvisioningCompleted","styles","templatesToShow"],"omfx-button":["preset","icon","tooltip","size","mode","styles","onClick"],"omfx-color-picker":["display","valueBind","onValueChanged","errorMessages","validator","attachedToParent"],"omfx-confirm-dialog":["dialogOptions","onClose","styles","icon"],"omfx-connected-tenant":["onValueChanged","scopedSlots"],"omfx-context-language-picker":["onValueChanged","scopedSlots"],"omfx-datatable":["items","header","onSort","renderItem","onPaging","scrollElementSelector"],"omfx-date-time-picker":["valueBind","onValueChanged","formatter","description"],"omfx-enterpriseproperties-datetimefield-display":["settings"],"omfx-enterpriseproperty-picker":["preSelectedPropertyInternalName","propertyItems","externalPropertyItems","onChange","requiredWithValidator"],"omfx-enterprisepropertyset-picker":["preSelectedPropertySetId","propertySetItems","onChange","requiredWithValidator"],"omfx-features-journey":["onInstanceClosed"],"omfx-file-uploader":["onFileChanged","limitedFileTypes"],"omfx-numeric-indicator":["clickCallback","valueBind","label","style"],"omfx-barchart-indicator":["clickCallback","loadData","hasData","chartValues"],"omfx-heading":["styles","onChange"],"omfx-icon":["valueBind","styles","iconAttrs"],"omfx-icon-picker":["valueBind","onValueChanged","errorMessages","validator"],"omfx-iframe":["js","html","css","iframeHeight","iframeCustomStyle"],"omfx-media-imagegrid":["images","onImageSelected"],"omfx-input-language-picker":["multilingualContext"],"omfx-journey":["onInstanceCreated","onInstanceClosed","blades"],"omfx-language-picker":["valueBind","onValueChanged","scopedSlots","styles","loadLanguage"],"omfx-media-picker-image":["image","imageStyle"],"omfx-media-picker-video":["video"],"omfx-multilingual-input":["valueBind","richTextSettings","requiredWithValidator","onValueChanged"],"omfx-organizationtree":["valueBind","onNewUserSelected"],"omfx-reportees":["users","manager","onUserClick"],"omfx-permission-input":["settings","contextParams"],"omfx-persona":["largeImage","linkToProfilecard","highlight","user","onUserClick"],"omfx-post-component":["richTextSettings","cardStyle","showMoreSize","styles","allowLikes","enableMention","customSlots"],"omfx-aboutuser":["user"],"omfx-profilecard":["user","scopedSlots","appendToBody"],"omfx-profilecard-dialog":["user"],"omfx-rich-text-editor":["onContentChange","onContentDataChange","onInstanceCreated"],"omfx-rich-text-editor-renderer":["editorContent"],"omfx-rollup-empty":["text","renderingMode"],"omfx-rollup-filter":["valueBind","onFilterChange","useRollupFilterRouter"],"omfx-security-trimer":["content","alternativeContent","roles"],"omfx-settings-pane":["valueBind","onCancel","onSave"],"omfx-comment-component":["topicId","comments","template","dynamicInput","richTextSettings","enableBestReply","canMarkBestReply","sortOrder","allowLikes","cardStyle","showMoreSize","additionalRoles"],"omfx-people-tagging-component":["content","disabled","richTextSettings","enableMention","contentChanged","mentionChanged","resetContetnRte"],"omfx-like-component":["topicId","commendId","commentLikeService","likes","likeListingTemplate","extendComponents"],"omfx-like-listing-template":["likes","socialReactionStylings","currentSocialReaction","close"],"omfx-template-picker":["valueBind","templates","onValueChanged"],"omfx-text-translator":["onTranslateCompleted"],"omfx-themedefinition-editor":["hideBodySettings","hideChromeSettings","hideBorderSettings","valueBind","onValueChanged","attachedToParent"],"omfx-timezone-picker":["valueBind","onValueChanged","scopedSlots","styles"],"omfx-url-input":["valueBind","requiredWithValidator","onValueChanged","onBlur"],"omfx-field-validation":["useValidator","checkValue","rules","getCheckValue"],"omfx-wizard":["styles","onInstanceCreated","steps"]}
@@ -56,6 +56,7 @@ import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer
56
56
  import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
57
57
  import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
58
58
  import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPicker';
59
+ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
59
60
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
60
61
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
61
62
  import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
@@ -67,6 +68,7 @@ import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
67
68
  import wc0c73f6d6c7f34688a93368434caaa389 from './ux/oxide/btn/Button';
68
69
  import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
69
70
  import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
71
+ import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
70
72
  import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
71
73
  import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
72
74
  import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
@@ -144,6 +146,7 @@ import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
144
146
  import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
145
147
  import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
146
148
  import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
149
+ import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
147
150
  import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
148
151
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
149
152
  import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
@@ -231,6 +234,7 @@ declare global {
231
234
  "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
232
235
  "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
233
236
  "omfx-identity-picker": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
237
+ "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
234
238
  "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
235
239
  "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
236
240
  "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
@@ -242,6 +246,7 @@ declare global {
242
246
  "o-btn": typeof wc0c73f6d6c7f34688a93368434caaa389.propsDefinition & VueComponentBaseProps;
243
247
  "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
244
248
  "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
249
+ "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
245
250
  "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
246
251
  "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
247
252
  "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
@@ -319,6 +324,7 @@ declare global {
319
324
  "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
320
325
  "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
321
326
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
327
+ "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
322
328
  "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
323
329
  "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
324
330
  "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.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.17-vnext",
4
+ "version": "8.0.19-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.17-vnext",
23
+ "@omnia/fx-models": "8.0.19-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,19 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "..";
2
- import { StatusMessageOverlayType, HttpStatusCode } from "../../models";
3
- export interface IStatusMessageOverlay {
4
- overlay?: StatusMessageOverlayType;
5
- statusCode?: HttpStatusCode;
6
- icon?: string;
7
- content?: string | JSX.Element;
8
- }
9
- declare global {
10
- namespace JSX {
11
- interface Element {
12
- }
13
- interface ElementClass {
14
- }
15
- interface IntrinsicElements {
16
- "omfx-status-message-overlay": TsxAllowUnknowProperties<IStatusMessageOverlay>;
17
- }
18
- }
19
- }
@@ -1 +0,0 @@
1
- export * from "./IStatusMessageOverlay";