@omnia/fx 8.0.38-vnext → 8.0.39-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 (29) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +22 -14
  2. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  7. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
  8. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +15 -16
  10. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  11. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
  12. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  13. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/oxide/{componenthostprovider/ComponentHostProvider.d.ts → hostprovider/HostProvider.d.ts} +44 -32
  15. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -10
  16. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  17. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -10
  18. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +25 -25
  22. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -10
  27. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -11
  28. package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
  29. package/package.json +2 -2
@@ -76,7 +76,7 @@ declare const _default: {
76
76
  item?: (item: RenderingItem, index: Number) => VNodeChild;
77
77
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
78
78
  };
79
- readonly variant?: string;
79
+ readonly variant?: "default" | "add" | "picker";
80
80
  readonly toned?: boolean;
81
81
  readonly items?: any;
82
82
  readonly itemTitle?: any;
@@ -113,7 +113,7 @@ declare const _default: {
113
113
  type: import("vue").PropType<boolean>;
114
114
  };
115
115
  variant: {
116
- type: import("vue").PropType<string>;
116
+ type: import("vue").PropType<"default" | "add" | "picker">;
117
117
  };
118
118
  itemValue: {
119
119
  type: import("vue").PropType<any>;
@@ -195,7 +195,7 @@ declare const _default: {
195
195
  type: import("vue").PropType<boolean>;
196
196
  };
197
197
  variant: {
198
- type: import("vue").PropType<string>;
198
+ type: import("vue").PropType<"default" | "add" | "picker">;
199
199
  };
200
200
  itemValue: {
201
201
  type: import("vue").PropType<any>;
@@ -252,7 +252,7 @@ declare const _default: {
252
252
  type: import("vue").PropType<boolean>;
253
253
  };
254
254
  variant: {
255
- type: import("vue").PropType<string>;
255
+ type: import("vue").PropType<"default" | "add" | "picker">;
256
256
  };
257
257
  itemValue: {
258
258
  type: import("vue").PropType<any>;
@@ -317,7 +317,7 @@ declare const _default: {
317
317
  item?: (item: RenderingItem, index: Number) => VNodeChild;
318
318
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
319
319
  };
320
- variant?: string;
320
+ variant?: "default" | "add" | "picker";
321
321
  toned?: boolean;
322
322
  items?: any;
323
323
  itemTitle?: any;
@@ -64,7 +64,7 @@ declare const _default: {
64
64
  readonly "onUpdate:modelValue"?: (value: boolean) => any;
65
65
  readonly "v-model"?: boolean;
66
66
  readonly modelValue?: boolean;
67
- readonly variant?: string;
67
+ readonly variant?: "default" | "dialog" | "settings";
68
68
  };
69
69
  $attrs: {
70
70
  [x: string]: unknown;
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  $el: any;
82
82
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
83
83
  variant: {
84
- type: import("vue").PropType<string>;
84
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
85
85
  };
86
86
  icon: {
87
87
  type: import("vue").PropType<TabIconModel>;
@@ -140,7 +140,7 @@ declare const _default: {
140
140
  $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;
141
141
  } & Readonly<import("vue").ExtractPropTypes<{
142
142
  variant: {
143
- type: import("vue").PropType<string>;
143
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
144
144
  };
145
145
  icon: {
146
146
  type: import("vue").PropType<TabIconModel>;
@@ -177,7 +177,7 @@ declare const _default: {
177
177
  __isSuspense?: never;
178
178
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
179
179
  variant: {
180
- type: import("vue").PropType<string>;
180
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
181
181
  };
182
182
  icon: {
183
183
  type: import("vue").PropType<TabIconModel>;
@@ -229,7 +229,7 @@ declare const _default: {
229
229
  "onUpdate:modelValue"?: (value: boolean) => any;
230
230
  "v-model"?: boolean;
231
231
  modelValue?: boolean;
232
- variant?: string;
232
+ variant?: "default" | "dialog" | "settings";
233
233
  }>, never>;
234
234
  };
235
235
  export default _default;
@@ -3,5 +3,5 @@ export declare const TabsStyles: {
3
3
  itemContainer: string;
4
4
  itemScrollContainer: (scrollOffset: string) => string;
5
5
  dialogWrapper: string;
6
- dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean) => string;
6
+ dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
7
7
  };
@@ -55,7 +55,7 @@ declare const _default: {
55
55
  readonly "onUpdate:modelValue"?: (value: number) => any;
56
56
  readonly "v-model"?: number;
57
57
  readonly modelValue?: number;
58
- readonly variant?: string;
58
+ readonly variant?: "default" | "dialog" | "settings";
59
59
  readonly stacked?: boolean;
60
60
  readonly toned?: boolean;
61
61
  readonly scrolling?: string;
@@ -83,7 +83,7 @@ declare const _default: {
83
83
  type: import("vue").PropType<boolean>;
84
84
  };
85
85
  variant: {
86
- type: import("vue").PropType<string>;
86
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
87
87
  };
88
88
  stacked: {
89
89
  type: import("vue").PropType<boolean>;
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  type: import("vue").PropType<boolean>;
146
146
  };
147
147
  variant: {
148
- type: import("vue").PropType<string>;
148
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
149
149
  };
150
150
  stacked: {
151
151
  type: import("vue").PropType<boolean>;
@@ -185,7 +185,7 @@ declare const _default: {
185
185
  type: import("vue").PropType<boolean>;
186
186
  };
187
187
  variant: {
188
- type: import("vue").PropType<string>;
188
+ type: import("vue").PropType<"default" | "dialog" | "settings">;
189
189
  };
190
190
  stacked: {
191
191
  type: import("vue").PropType<boolean>;
@@ -229,7 +229,7 @@ declare const _default: {
229
229
  "onUpdate:modelValue"?: (value: number) => any;
230
230
  "v-model"?: number;
231
231
  modelValue?: number;
232
- variant?: string;
232
+ variant?: "default" | "dialog" | "settings";
233
233
  stacked?: boolean;
234
234
  toned?: boolean;
235
235
  scrolling?: string;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  readonly label?: string;
12
12
  style?: unknown;
13
13
  class?: String | String[];
14
- readonly type?: string;
14
+ readonly type?: "number";
15
15
  key?: string | number | symbol;
16
16
  ref?: import("vue").VNodeRef;
17
17
  ref_for?: boolean;
@@ -57,7 +57,7 @@ declare const _default: {
57
57
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
58
58
  readonly "v-model"?: string;
59
59
  readonly modelValue?: string;
60
- readonly variant?: string;
60
+ readonly variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
61
61
  readonly toned?: Boolean;
62
62
  readonly clearable?: boolean;
63
63
  "onClick:button"?: () => any;
@@ -82,13 +82,13 @@ declare const _default: {
82
82
  type: import("vue").PropType<Boolean>;
83
83
  };
84
84
  type: {
85
- type: import("vue").PropType<string>;
85
+ type: import("vue").PropType<"number">;
86
86
  };
87
87
  clearable: {
88
88
  type: import("vue").PropType<boolean>;
89
89
  };
90
90
  variant: {
91
- type: import("vue").PropType<string>;
91
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
92
92
  };
93
93
  label: {
94
94
  type: import("vue").PropType<string>;
@@ -152,13 +152,13 @@ declare const _default: {
152
152
  type: import("vue").PropType<Boolean>;
153
153
  };
154
154
  type: {
155
- type: import("vue").PropType<string>;
155
+ type: import("vue").PropType<"number">;
156
156
  };
157
157
  clearable: {
158
158
  type: import("vue").PropType<boolean>;
159
159
  };
160
160
  variant: {
161
- type: import("vue").PropType<string>;
161
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
162
162
  };
163
163
  label: {
164
164
  type: import("vue").PropType<string>;
@@ -197,13 +197,13 @@ declare const _default: {
197
197
  type: import("vue").PropType<Boolean>;
198
198
  };
199
199
  type: {
200
- type: import("vue").PropType<string>;
200
+ type: import("vue").PropType<"number">;
201
201
  };
202
202
  clearable: {
203
203
  type: import("vue").PropType<boolean>;
204
204
  };
205
205
  variant: {
206
- type: import("vue").PropType<string>;
206
+ type: import("vue").PropType<"search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend">;
207
207
  };
208
208
  label: {
209
209
  type: import("vue").PropType<string>;
@@ -250,11 +250,11 @@ declare const _default: {
250
250
  } & {
251
251
  label?: string;
252
252
  class?: String | String[];
253
- type?: string;
253
+ type?: "number";
254
254
  "onUpdate:modelValue"?: (value: string) => any;
255
255
  "v-model"?: string;
256
256
  modelValue?: string;
257
- variant?: string;
257
+ variant?: "search" | "link" | "default" | "media" | "find-slim" | "numberselector" | "numberselector-prepend";
258
258
  toned?: Boolean;
259
259
  clearable?: boolean;
260
260
  }>, "onUpdate:modelValue" | "onClick:button"> & {
@@ -63,7 +63,6 @@ declare const _default: {
63
63
  title?: Func<[VNodeChild]>;
64
64
  customButtons?: Func<[VNodeChild]>;
65
65
  };
66
- readonly variant?: string;
67
66
  readonly subTitle?: string;
68
67
  "onClick:close"?: () => any;
69
68
  readonly backButton?: boolean;
@@ -104,9 +103,6 @@ declare const _default: {
104
103
  title: {
105
104
  type: import("vue").PropType<string>;
106
105
  };
107
- variant: {
108
- type: import("vue").PropType<string>;
109
- };
110
106
  class: {
111
107
  type: import("vue").PropType<String | String[]>;
112
108
  required: boolean;
@@ -170,9 +166,6 @@ declare const _default: {
170
166
  title: {
171
167
  type: import("vue").PropType<string>;
172
168
  };
173
- variant: {
174
- type: import("vue").PropType<string>;
175
- };
176
169
  class: {
177
170
  type: import("vue").PropType<String | String[]>;
178
171
  required: boolean;
@@ -211,9 +204,6 @@ declare const _default: {
211
204
  title: {
212
205
  type: import("vue").PropType<string>;
213
206
  };
214
- variant: {
215
- type: import("vue").PropType<string>;
216
- };
217
207
  class: {
218
208
  type: import("vue").PropType<String | String[]>;
219
209
  required: boolean;
@@ -253,7 +243,6 @@ declare const _default: {
253
243
  title?: Func<[VNodeChild]>;
254
244
  customButtons?: Func<[VNodeChild]>;
255
245
  };
256
- variant?: string;
257
246
  subTitle?: string;
258
247
  backButton?: boolean;
259
248
  }>, "onClick:close" | "onClick:back"> & {
@@ -94,13 +94,13 @@ import wc07d25314740f40058782f3123ea1c388 from './ux/oxide/btngroup/ButtonGroup'
94
94
  import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
95
95
  import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
96
96
  import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
97
- import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/componenthostprovider/ComponentHostProvider';
98
97
  import wc86e7df28b98d4594be5ab9a3f64dd0cc from './ux/oxide/datatable/DataTable';
99
98
  import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
100
99
  import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
101
100
  import wc010e7f719bf647829ef6c999e22f86ca from './ux/oxide/draggable/Draggable';
102
101
  import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
103
102
  import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
103
+ import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/hostprovider/HostProvider';
104
104
  import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
105
105
  import wc857e4f14f822494181c3c22fa95c88b7 from './ux/oxide/image/Image';
106
106
  import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
@@ -334,13 +334,13 @@ declare global {
334
334
  "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
335
335
  "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
336
336
  "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
337
- "o-component-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
338
337
  "o-data-table": typeof wc86e7df28b98d4594be5ab9a3f64dd0cc.propsDefinition & VueComponentBaseProps;
339
338
  "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
340
339
  "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
341
340
  "o-draggable": typeof wc010e7f719bf647829ef6c999e22f86ca.propsDefinition & VueComponentBaseProps;
342
341
  "o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
343
342
  "o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
343
+ "o-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
344
344
  "o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
345
345
  "o-img": typeof wc857e4f14f822494181c3c22fa95c88b7.propsDefinition & VueComponentBaseProps;
346
346
  "o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.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.38-vnext",
4
+ "version": "8.0.39-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.38-vnext",
23
+ "@omnia/fx-models": "8.0.39-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",