@omnia/fx 8.0.41-vnext → 8.0.43-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 (58) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  3. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +3 -1
  11. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +6 -0
  12. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +8 -8
  18. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -15
  21. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -15
  23. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -13
  24. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -2
  25. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
  26. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -11
  27. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
  30. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  31. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
  34. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
  37. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
  40. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +17 -0
  41. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +21 -4
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +6 -6
  50. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +14 -3
  56. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +6 -6
  58. package/package.json +2 -2
@@ -48,9 +48,9 @@ declare const _default: {
48
48
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
50
50
  }>) => void)[];
51
- readonly "onUpdate:modelValue"?: (value: number) => any;
52
51
  readonly "v-model"?: number;
53
52
  readonly modelValue?: number;
53
+ readonly "onUpdate:modelValue"?: (value: number) => any;
54
54
  };
55
55
  $attrs: {
56
56
  [x: string]: unknown;
@@ -69,9 +69,6 @@ declare const _default: {
69
69
  vertical: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  };
72
- "onUpdate:modelValue": {
73
- type: import("vue").PropType<(value: number) => any>;
74
- };
75
72
  "v-model": {
76
73
  type: import("vue").PropType<number>;
77
74
  required: false;
@@ -80,6 +77,9 @@ declare const _default: {
80
77
  type: import("vue").PropType<number>;
81
78
  required: false;
82
79
  };
80
+ "onUpdate:modelValue": {
81
+ type: import("vue").PropType<(value: number) => any>;
82
+ };
83
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
84
84
  beforeCreate?: (() => void) | (() => void)[];
85
85
  created?: (() => void) | (() => void)[];
@@ -104,9 +104,6 @@ declare const _default: {
104
104
  vertical: {
105
105
  type: import("vue").PropType<boolean>;
106
106
  };
107
- "onUpdate:modelValue": {
108
- type: import("vue").PropType<(value: number) => any>;
109
- };
110
107
  "v-model": {
111
108
  type: import("vue").PropType<number>;
112
109
  required: false;
@@ -115,6 +112,9 @@ declare const _default: {
115
112
  type: import("vue").PropType<number>;
116
113
  required: false;
117
114
  };
115
+ "onUpdate:modelValue": {
116
+ type: import("vue").PropType<(value: number) => any>;
117
+ };
118
118
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
119
119
  __isFragment?: never;
120
120
  __isTeleport?: never;
@@ -123,9 +123,6 @@ declare const _default: {
123
123
  vertical: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
126
- "onUpdate:modelValue": {
127
- type: import("vue").PropType<(value: number) => any>;
128
- };
129
126
  "v-model": {
130
127
  type: import("vue").PropType<number>;
131
128
  required: false;
@@ -134,12 +131,15 @@ declare const _default: {
134
131
  type: import("vue").PropType<number>;
135
132
  required: false;
136
133
  };
134
+ "onUpdate:modelValue": {
135
+ type: import("vue").PropType<(value: number) => any>;
136
+ };
137
137
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
138
138
  propsDefinition: Omit<Readonly<{} & {
139
139
  vertical?: boolean;
140
- "onUpdate:modelValue"?: (value: number) => any;
141
140
  "v-model"?: number;
142
141
  modelValue?: number;
142
+ "onUpdate:modelValue"?: (value: number) => any;
143
143
  }>, never>;
144
144
  };
145
145
  export default _default;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
57
56
  readonly "v-model"?: boolean;
58
57
  readonly modelValue?: boolean;
58
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -198,9 +198,9 @@ declare const _default: {
198
198
  } & {
199
199
  label?: string;
200
200
  class?: String | String[];
201
- "onUpdate:modelValue"?: (value: boolean) => any;
202
201
  "v-model"?: boolean;
203
202
  modelValue?: boolean;
203
+ "onUpdate:modelValue"?: (value: boolean) => any;
204
204
  }>, "onUpdate:modelValue"> & {
205
205
  "onUpdate:modelValue"?: (value: any) => any;
206
206
  };
@@ -61,9 +61,9 @@ declare const _default: {
61
61
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
62
  [key: string]: any;
63
63
  }>) => void)[];
64
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
65
64
  readonly "v-model"?: boolean;
66
65
  readonly modelValue?: boolean;
66
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
67
67
  readonly variant?: "default" | "navigation" | "settings";
68
68
  };
69
69
  $attrs: {
@@ -226,9 +226,9 @@ declare const _default: {
226
226
  class?: String | String[];
227
227
  icon?: TabIconModel;
228
228
  disabled?: boolean;
229
- "onUpdate:modelValue"?: (value: boolean) => any;
230
229
  "v-model"?: boolean;
231
230
  modelValue?: boolean;
231
+ "onUpdate:modelValue"?: (value: boolean) => any;
232
232
  variant?: "default" | "navigation" | "settings";
233
233
  }>, never>;
234
234
  };
@@ -52,12 +52,12 @@ declare const _default: {
52
52
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
54
54
  }>) => void)[];
55
- readonly "onUpdate:modelValue"?: (value: number) => any;
55
+ readonly toned?: boolean;
56
56
  readonly "v-model"?: number;
57
57
  readonly modelValue?: number;
58
+ readonly "onUpdate:modelValue"?: (value: number) => any;
58
59
  readonly variant?: "default" | "navigation" | "settings";
59
60
  readonly stacked?: boolean;
60
- readonly toned?: boolean;
61
61
  readonly scrolling?: string;
62
62
  };
63
63
  $attrs: {
@@ -89,9 +89,6 @@ declare const _default: {
89
89
  type: import("vue").PropType<boolean>;
90
90
  required: false;
91
91
  };
92
- "onUpdate:modelValue": {
93
- type: import("vue").PropType<(value: number) => any>;
94
- };
95
92
  "v-model": {
96
93
  type: import("vue").PropType<number>;
97
94
  required: false;
@@ -100,6 +97,9 @@ declare const _default: {
100
97
  type: import("vue").PropType<number>;
101
98
  required: false;
102
99
  };
100
+ "onUpdate:modelValue": {
101
+ type: import("vue").PropType<(value: number) => any>;
102
+ };
103
103
  class: {
104
104
  type: import("vue").PropType<String | String[]>;
105
105
  required: boolean;
@@ -151,9 +151,6 @@ declare const _default: {
151
151
  type: import("vue").PropType<boolean>;
152
152
  required: false;
153
153
  };
154
- "onUpdate:modelValue": {
155
- type: import("vue").PropType<(value: number) => any>;
156
- };
157
154
  "v-model": {
158
155
  type: import("vue").PropType<number>;
159
156
  required: false;
@@ -162,6 +159,9 @@ declare const _default: {
162
159
  type: import("vue").PropType<number>;
163
160
  required: false;
164
161
  };
162
+ "onUpdate:modelValue": {
163
+ type: import("vue").PropType<(value: number) => any>;
164
+ };
165
165
  class: {
166
166
  type: import("vue").PropType<String | String[]>;
167
167
  required: boolean;
@@ -191,9 +191,6 @@ declare const _default: {
191
191
  type: import("vue").PropType<boolean>;
192
192
  required: false;
193
193
  };
194
- "onUpdate:modelValue": {
195
- type: import("vue").PropType<(value: number) => any>;
196
- };
197
194
  "v-model": {
198
195
  type: import("vue").PropType<number>;
199
196
  required: false;
@@ -202,6 +199,9 @@ declare const _default: {
202
199
  type: import("vue").PropType<number>;
203
200
  required: false;
204
201
  };
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: number) => any>;
204
+ };
205
205
  class: {
206
206
  type: import("vue").PropType<String | String[]>;
207
207
  required: boolean;
@@ -226,12 +226,12 @@ declare const _default: {
226
226
  colors?: any;
227
227
  } & {
228
228
  class?: String | String[];
229
- "onUpdate:modelValue"?: (value: number) => any;
229
+ toned?: boolean;
230
230
  "v-model"?: number;
231
231
  modelValue?: number;
232
+ "onUpdate:modelValue"?: (value: number) => any;
232
233
  variant?: "default" | "navigation" | "settings";
233
234
  stacked?: boolean;
234
- toned?: boolean;
235
235
  scrolling?: string;
236
236
  }>, never>;
237
237
  };
@@ -13,6 +13,7 @@ declare const _default: {
13
13
  style?: unknown;
14
14
  class?: String | String[];
15
15
  key?: string | number | symbol;
16
+ readonly options?: any;
16
17
  ref?: import("vue").VNodeRef;
17
18
  ref_for?: boolean;
18
19
  ref_key?: string;
@@ -72,6 +73,11 @@ declare const _default: {
72
73
  $emit: (event: string, ...args: any[]) => void;
73
74
  $el: any;
74
75
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
+ options: {
77
+ type: import("vue").PropType<any>;
78
+ } & {
79
+ type: import("vue").PropType<any>;
80
+ };
75
81
  truncateLines: {
76
82
  type: import("vue").PropType<number>;
77
83
  };
@@ -122,6 +128,11 @@ declare const _default: {
122
128
  $nextTick: typeof import("vue").nextTick;
123
129
  $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
130
  } & Readonly<import("vue").ExtractPropTypes<{
131
+ options: {
132
+ type: import("vue").PropType<any>;
133
+ } & {
134
+ type: import("vue").PropType<any>;
135
+ };
125
136
  truncateLines: {
126
137
  type: import("vue").PropType<number>;
127
138
  };
@@ -150,6 +161,11 @@ declare const _default: {
150
161
  __isTeleport?: never;
151
162
  __isSuspense?: never;
152
163
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
164
+ options: {
165
+ type: import("vue").PropType<any>;
166
+ } & {
167
+ type: import("vue").PropType<any>;
168
+ };
153
169
  truncateLines: {
154
170
  type: import("vue").PropType<number>;
155
171
  };
@@ -189,6 +205,7 @@ declare const _default: {
189
205
  } & {
190
206
  typography?: TypographyType | TypographyTypes;
191
207
  class?: String | String[];
208
+ options?: any;
192
209
  toned?: boolean;
193
210
  colorType?: ColorType | ColorTypes;
194
211
  truncateLines?: number;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
57
56
  readonly "v-model"?: string;
58
57
  readonly modelValue?: string;
58
+ "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
59
59
  readonly clearable?: boolean;
60
60
  "onClick:button"?: () => any;
61
61
  };
@@ -214,9 +214,9 @@ declare const _default: {
214
214
  } & {
215
215
  label?: string;
216
216
  class?: String | String[];
217
- "onUpdate:modelValue"?: (value: string) => any;
218
217
  "v-model"?: string;
219
218
  modelValue?: string;
219
+ "onUpdate:modelValue"?: (value: string) => any;
220
220
  clearable?: boolean;
221
221
  }>, "onUpdate:modelValue" | "onClick:button"> & {
222
222
  "onUpdate:modelValue"?: (value: string) => any;
@@ -54,11 +54,12 @@ declare const _default: {
54
54
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
55
  [key: string]: any;
56
56
  }>) => void)[];
57
- "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
57
+ readonly toned?: Boolean;
58
58
  readonly "v-model"?: string;
59
59
  readonly modelValue?: string;
60
+ "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
60
61
  readonly variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
61
- readonly toned?: Boolean;
62
+ readonly loading?: boolean;
62
63
  readonly clearable?: boolean;
63
64
  "onClick:button"?: () => any;
64
65
  };
@@ -76,6 +77,11 @@ declare const _default: {
76
77
  $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:button") => void);
77
78
  $el: any;
78
79
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
80
+ loading: {
81
+ type: import("vue").PropType<boolean>;
82
+ } & {
83
+ type: import("vue").PropType<boolean>;
84
+ };
79
85
  toned: {
80
86
  type: import("vue").PropType<Boolean>;
81
87
  } & {
@@ -146,6 +152,11 @@ declare const _default: {
146
152
  $nextTick: typeof import("vue").nextTick;
147
153
  $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;
148
154
  } & Readonly<import("vue").ExtractPropTypes<{
155
+ loading: {
156
+ type: import("vue").PropType<boolean>;
157
+ } & {
158
+ type: import("vue").PropType<boolean>;
159
+ };
149
160
  toned: {
150
161
  type: import("vue").PropType<Boolean>;
151
162
  } & {
@@ -191,6 +202,11 @@ declare const _default: {
191
202
  __isTeleport?: never;
192
203
  __isSuspense?: never;
193
204
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
205
+ loading: {
206
+ type: import("vue").PropType<boolean>;
207
+ } & {
208
+ type: import("vue").PropType<boolean>;
209
+ };
194
210
  toned: {
195
211
  type: import("vue").PropType<Boolean>;
196
212
  } & {
@@ -251,11 +267,12 @@ declare const _default: {
251
267
  label?: string;
252
268
  class?: String | String[];
253
269
  type?: "number";
254
- "onUpdate:modelValue"?: (value: string) => any;
270
+ toned?: Boolean;
255
271
  "v-model"?: string;
256
272
  modelValue?: string;
273
+ "onUpdate:modelValue"?: (value: string) => any;
257
274
  variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
258
- toned?: Boolean;
275
+ loading?: boolean;
259
276
  clearable?: boolean;
260
277
  }>, "onUpdate:modelValue" | "onClick:button"> & {
261
278
  "onUpdate:modelValue"?: (value: string) => any;
@@ -58,14 +58,14 @@ declare const _default: {
58
58
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
59
  [key: string]: any;
60
60
  }>) => void)[];
61
- readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
62
- readonly "v-model"?: TreeViewItem<any>[];
63
- readonly modelValue?: TreeViewItem<any>[];
64
61
  readonly "v-slots"?: {
65
62
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
66
63
  } & {
67
64
  itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
68
65
  };
66
+ readonly "v-model"?: TreeViewItem<any>[];
67
+ readonly modelValue?: TreeViewItem<any>[];
68
+ readonly "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
69
69
  readonly items?: TreeViewItem<any>[];
70
70
  readonly expandOnSelection?: boolean;
71
71
  "onUpdate:active"?: (items: any[]) => any;
@@ -231,14 +231,14 @@ declare const _default: {
231
231
  colors?: any;
232
232
  } & {
233
233
  multiple?: boolean;
234
- "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
235
- "v-model"?: TreeViewItem<any>[];
236
- modelValue?: TreeViewItem<any>[];
237
234
  "v-slots"?: {
238
235
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
239
236
  } & {
240
237
  itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
241
238
  };
239
+ "v-model"?: TreeViewItem<any>[];
240
+ modelValue?: TreeViewItem<any>[];
241
+ "onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
242
242
  items?: TreeViewItem<any>[];
243
243
  expandOnSelection?: boolean;
244
244
  }>, "onUpdate:active"> & {
@@ -50,9 +50,9 @@ declare const _default: {
50
50
  [key: string]: any;
51
51
  }>) => void)[];
52
52
  readonly description?: string;
53
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
54
53
  readonly "v-model"?: boolean;
55
54
  readonly modelValue?: boolean;
55
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
56
56
  readonly headerClass?: string;
57
57
  readonly contentClass?: string;
58
58
  readonly "content-class"?: string;
@@ -314,9 +314,9 @@ declare const _default: {
314
314
  title?: string;
315
315
  width?: string | number;
316
316
  description?: string;
317
- "onUpdate:modelValue"?: (value: boolean) => any;
318
317
  "v-model"?: boolean;
319
318
  modelValue?: boolean;
319
+ "onUpdate:modelValue"?: (value: boolean) => any;
320
320
  headerClass?: string;
321
321
  contentClass?: string;
322
322
  "content-class"?: string;
@@ -114,9 +114,9 @@ declare const _default: {
114
114
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
- "onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
118
117
  readonly "v-model"?: SpacingSettings;
119
118
  readonly modelValue?: SpacingSettings;
119
+ "onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
120
120
  readonly individualSelection?: boolean;
121
121
  readonly "individual-selection"?: boolean;
122
122
  readonly disableTop?: boolean;
@@ -575,9 +575,9 @@ declare const _default: {
575
575
  };
576
576
  }>;
577
577
  };
578
- "onUpdate:modelValue"?: (value: SpacingSettings) => any;
579
578
  "v-model"?: SpacingSettings;
580
579
  modelValue?: SpacingSettings;
580
+ "onUpdate:modelValue"?: (value: SpacingSettings) => any;
581
581
  individualSelection?: boolean;
582
582
  "individual-selection"?: boolean;
583
583
  disableTop?: boolean;
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
- "onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
113
112
  readonly "v-model"?: ThemeDefinition;
114
113
  readonly modelValue?: ThemeDefinition;
114
+ "onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
115
115
  readonly attachedToParent?: boolean;
116
116
  readonly hideBodySettings?: boolean;
117
117
  readonly "hide-body-settings"?: boolean;
@@ -504,9 +504,9 @@ declare const _default: {
504
504
  };
505
505
  }>;
506
506
  };
507
- "onUpdate:modelValue"?: (value: ThemeDefinition) => any;
508
507
  "v-model"?: ThemeDefinition;
509
508
  modelValue?: ThemeDefinition;
509
+ "onUpdate:modelValue"?: (value: ThemeDefinition) => any;
510
510
  attachedToParent?: boolean;
511
511
  hideBodySettings?: boolean;
512
512
  "hide-body-settings"?: boolean;
@@ -12,6 +12,7 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
12
12
  id: import("@omnia/fx-models").GuidValue;
13
13
  };
14
14
  get: {
15
+ readonly theme: "dark" | "light";
15
16
  readonly colorSchema: ColorSchema;
16
17
  readonly base: ColorDefinition;
17
18
  readonly onBase: ColorDefinition;
@@ -110,9 +110,9 @@ declare const _default: {
110
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
111
  [key: string]: any;
112
112
  }>) => void)[];
113
- "onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
114
113
  readonly "v-model"?: BlueprintType | BlueprintTypes;
115
114
  readonly modelValue?: BlueprintType | BlueprintTypes;
115
+ "onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
116
116
  };
117
117
  $attrs: {
118
118
  [x: string]: unknown;
@@ -441,9 +441,9 @@ declare const _default: {
441
441
  };
442
442
  }>;
443
443
  };
444
- "onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
445
444
  "v-model"?: BlueprintType | BlueprintTypes;
446
445
  modelValue?: BlueprintType | BlueprintTypes;
446
+ "onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
447
447
  }>, "onUpdate:modelValue"> & {
448
448
  "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
449
449
  };
@@ -115,14 +115,14 @@ declare const _default: {
115
115
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
116
116
  [key: string]: any;
117
117
  }>) => void)[];
118
- "onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
119
- readonly "v-model"?: unknown;
120
- readonly modelValue?: unknown;
121
118
  readonly "v-slots"?: {
122
119
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
123
120
  } & {
124
121
  activator?: () => VNodeChild;
125
122
  };
123
+ readonly "v-model"?: unknown;
124
+ readonly modelValue?: unknown;
125
+ "onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
126
126
  };
127
127
  $attrs: {
128
128
  [x: string]: unknown;
@@ -483,14 +483,14 @@ declare const _default: {
483
483
  };
484
484
  }>;
485
485
  };
486
- "onUpdate:modelValue"?: (value: unknown) => any;
487
- "v-model"?: unknown;
488
- modelValue?: unknown;
489
486
  "v-slots"?: {
490
487
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
491
488
  } & {
492
489
  activator?: () => VNodeChild;
493
490
  };
491
+ "v-model"?: unknown;
492
+ modelValue?: unknown;
493
+ "onUpdate:modelValue"?: (value: unknown) => any;
494
494
  }>, "onUpdate:modelValue"> & {
495
495
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
496
496
  };
@@ -112,9 +112,9 @@ declare const _default: {
112
112
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
113
113
  [key: string]: any;
114
114
  }>) => void)[];
115
- "onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
116
115
  readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
117
116
  readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
117
+ "onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
118
118
  };
119
119
  $attrs: {
120
120
  [x: string]: unknown;
@@ -463,9 +463,9 @@ declare const _default: {
463
463
  };
464
464
  themeDefinition?: ThemeDefinitionV2;
465
465
  "theme-definition"?: ThemeDefinitionV2;
466
- "onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
467
466
  "v-model"?: ColorSchemaTypes | ColorSchemaType;
468
467
  modelValue?: ColorSchemaTypes | ColorSchemaType;
468
+ "onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
469
469
  }>, "onUpdate:modelValue"> & {
470
470
  "onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
471
471
  };
@@ -10,7 +10,7 @@ export interface TypographyTypesResult {
10
10
  text: string;
11
11
  typographyType: (typographyType: string) => string;
12
12
  }
13
- export declare const useTypographyTypeStyling: (typographyType: TypographyTypes, blueprint: TypographyBlueprint) => {
13
+ export declare function useTypographyTypeStyling(typographyType: TypographyTypes, blueprint: TypographyBlueprint): {
14
14
  baseStyles: {
15
15
  fontSize: string;
16
16
  fontWeight: number;
@@ -22,4 +22,4 @@ export declare const useTypographyTypeStyling: (typographyType: TypographyTypes,
22
22
  queryOnSmallScreen: MediaQuery;
23
23
  queryOnMediumScreen: MediaQuery;
24
24
  };
25
- export declare const useTypographyStyling: (blueprints: ReturnType<typeof useBlueprintStore>) => TypographyTypesResult;
25
+ export declare function useTypographyStyling(blueprints: ReturnType<typeof useBlueprintStore>): TypographyTypesResult;
@@ -114,10 +114,10 @@ declare const _default: {
114
114
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
- "onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
117
+ readonly toned?: string;
118
118
  readonly "v-model"?: Guid;
119
119
  readonly modelValue?: Guid;
120
- readonly toned?: string;
120
+ "onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
121
121
  };
122
122
  $attrs: {
123
123
  [x: string]: unknown;
@@ -478,10 +478,10 @@ declare const _default: {
478
478
  };
479
479
  }>;
480
480
  };
481
- "onUpdate:modelValue"?: (value: Guid) => any;
481
+ toned?: string;
482
482
  "v-model"?: Guid;
483
483
  modelValue?: Guid;
484
- toned?: string;
484
+ "onUpdate:modelValue"?: (value: Guid) => any;
485
485
  }>, "onUpdate:modelValue"> & {
486
486
  "onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
487
487
  };
@@ -51,12 +51,12 @@ declare const _default: {
51
51
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
52
  [key: string]: any;
53
53
  }>) => void)[];
54
- "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
55
54
  readonly "v-slots"?: {
56
55
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
57
56
  } & {
58
57
  activator?: () => VNodeChild;
59
58
  };
59
+ "onUpdate:modelValue"?: (themeDefinition: ThemeDefinitionV2) => any;
60
60
  readonly themeStoreRegistrationHook?: RegisterThemeStore;
61
61
  readonly "theme-store-registration-hook"?: RegisterThemeStore;
62
62
  };
@@ -10,6 +10,7 @@ export declare function useColorSchemaSetup(props: object): {
10
10
  id: import("@omnia/fx-models").GuidValue;
11
11
  };
12
12
  get: {
13
+ readonly theme: "dark" | "light";
13
14
  readonly colorSchema: import("@omnia/fx-models").ColorSchema;
14
15
  readonly base: import("@omnia/fx-models").ColorDefinition;
15
16
  readonly onBase: import("@omnia/fx-models").ColorDefinition;
@@ -1,10 +1,21 @@
1
- import { CustomIcon, FabricIcon, FlagIcon, FontAwesomeIcon, IIcon, MaterialIcon, SvgIcon } from "@omnia/fx-models";
2
- export declare const useIconClass: (icon: IIcon) => any;
3
- export declare const useIcons: () => {
1
+ import { CustomIcon, FabricIcon, FlagIcon, FontAwesomeIcon, IIcon, MaterialIcon, OIconSizes, SvgIcon, ThemeableComponentProps } from "@omnia/fx-models";
2
+ export declare function useIconClass(icon: IIcon): any;
3
+ export declare function useIcons(): {
4
4
  faIcon: (name: string) => FontAwesomeIcon;
5
5
  mdIcon: (name: string) => MaterialIcon;
6
6
  flagIcon: (name: string) => FlagIcon;
7
7
  fbIcon: (name: string) => FabricIcon;
8
8
  svgIcon: (name: string) => SvgIcon;
9
9
  customIcon: (name: string) => CustomIcon;
10
+ presets: {
11
+ add: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
12
+ edit: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
13
+ del: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
14
+ drag: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
15
+ copy: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
16
+ code: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
17
+ expand: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
18
+ remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
19
+ info: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
20
+ };
10
21
  };