@omnia/fx 8.0.152-dev → 8.0.153-dev

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 (62) hide show
  1. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -1
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  3. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  5. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  6. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  10. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
  23. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
  24. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  26. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
  27. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  29. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  33. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  34. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  36. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  38. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  39. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
  40. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
  41. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  43. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  46. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
  47. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  48. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  50. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  51. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
  52. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  56. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
  58. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  62. package/package.json +2 -2
@@ -102,8 +102,8 @@ declare const _default: {
102
102
  };
103
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
104
104
  propsDefinition: Omit<Readonly<{} & {
105
- icon?: StepIconModel;
106
105
  title?: string;
106
+ icon?: StepIconModel;
107
107
  step?: number;
108
108
  complete?: boolean;
109
109
  }>, never>;
@@ -235,8 +235,8 @@ declare const _default: {
235
235
  colorSchemaType?: any;
236
236
  colors?: any;
237
237
  } & {
238
- icon?: TabIconModel;
239
238
  title?: string;
239
+ icon?: TabIconModel;
240
240
  class?: String | String[];
241
241
  disabled?: boolean;
242
242
  "v-model"?: boolean;
@@ -25,11 +25,11 @@ declare const _default: {
25
25
  type: import("vue").PropType<boolean>;
26
26
  };
27
27
  alignTabs: {
28
- type: import("vue").PropType<"start" | "center" | "end">;
28
+ type: import("vue").PropType<"center" | "start" | "end">;
29
29
  required: false;
30
30
  };
31
31
  "align-tabs": {
32
- type: import("vue").PropType<"start" | "center" | "end">;
32
+ type: import("vue").PropType<"center" | "start" | "end">;
33
33
  required: false;
34
34
  };
35
35
  "no-scrolling": {
@@ -123,11 +123,11 @@ declare const _default: {
123
123
  type: import("vue").PropType<boolean>;
124
124
  };
125
125
  alignTabs: {
126
- type: import("vue").PropType<"start" | "center" | "end">;
126
+ type: import("vue").PropType<"center" | "start" | "end">;
127
127
  required: false;
128
128
  };
129
129
  "align-tabs": {
130
- type: import("vue").PropType<"start" | "center" | "end">;
130
+ type: import("vue").PropType<"center" | "start" | "end">;
131
131
  required: false;
132
132
  };
133
133
  "no-scrolling": {
@@ -227,11 +227,11 @@ declare const _default: {
227
227
  type: import("vue").PropType<boolean>;
228
228
  };
229
229
  alignTabs: {
230
- type: import("vue").PropType<"start" | "center" | "end">;
230
+ type: import("vue").PropType<"center" | "start" | "end">;
231
231
  required: false;
232
232
  };
233
233
  "align-tabs": {
234
- type: import("vue").PropType<"start" | "center" | "end">;
234
+ type: import("vue").PropType<"center" | "start" | "end">;
235
235
  required: false;
236
236
  };
237
237
  "no-scrolling": {
@@ -328,11 +328,11 @@ declare const _default: {
328
328
  type: import("vue").PropType<boolean>;
329
329
  };
330
330
  alignTabs: {
331
- type: import("vue").PropType<"start" | "center" | "end">;
331
+ type: import("vue").PropType<"center" | "start" | "end">;
332
332
  required: false;
333
333
  };
334
334
  "align-tabs": {
335
- type: import("vue").PropType<"start" | "center" | "end">;
335
+ type: import("vue").PropType<"center" | "start" | "end">;
336
336
  required: false;
337
337
  };
338
338
  "no-scrolling": {
@@ -430,8 +430,8 @@ declare const _default: {
430
430
  "hide-tab-name-if-only-one-tab"?: boolean;
431
431
  noScrolling?: boolean;
432
432
  "no-scrolling"?: boolean;
433
- alignTabs?: "start" | "center" | "end";
434
- "align-tabs"?: "start" | "center" | "end";
433
+ alignTabs?: "center" | "start" | "end";
434
+ "align-tabs"?: "center" | "start" | "end";
435
435
  }>, "onUpdate:modelValue" | "onDoc$"> & {
436
436
  "onUpdate:modelValue"?: (model: number) => any;
437
437
  onDoc$?: (description?: string) => any;
@@ -41,9 +41,9 @@ declare const _default: {
41
41
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
42
42
  };
43
43
  typography: {
44
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
44
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
45
45
  } & {
46
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
46
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
47
47
  };
48
48
  class: {
49
49
  type: import("vue").PropType<String | String[]>;
@@ -93,9 +93,9 @@ declare const _default: {
93
93
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
94
94
  };
95
95
  typography: {
96
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
96
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
97
97
  } & {
98
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
98
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
99
99
  };
100
100
  class: {
101
101
  type: import("vue").PropType<String | String[]>;
@@ -156,9 +156,9 @@ declare const _default: {
156
156
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
157
157
  };
158
158
  typography: {
159
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
159
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
160
160
  } & {
161
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
161
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
162
162
  };
163
163
  class: {
164
164
  type: import("vue").PropType<String | String[]>;
@@ -216,9 +216,9 @@ declare const _default: {
216
216
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
217
217
  };
218
218
  typography: {
219
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
219
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
220
220
  } & {
221
- type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
221
+ type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
222
222
  };
223
223
  class: {
224
224
  type: import("vue").PropType<String | String[]>;
@@ -237,7 +237,7 @@ declare const _default: {
237
237
  colorSchemaType?: any;
238
238
  colors?: any;
239
239
  } & {
240
- typography?: "text" | "title" | "navigation" | TypographyTypes;
240
+ typography?: "title" | "text" | "navigation" | TypographyTypes;
241
241
  class?: String | String[];
242
242
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
243
243
  colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
@@ -276,8 +276,8 @@ declare const _default: {
276
276
  colorSchemaType?: any;
277
277
  colors?: any;
278
278
  } & {
279
- icon?: IIcon;
280
279
  title?: string;
280
+ icon?: IIcon;
281
281
  class?: String | String[];
282
282
  closeButton?: boolean;
283
283
  toned?: boolean;