@omnia/fx 8.0.127-dev → 8.0.128-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 (89) hide show
  1. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  5. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  19. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  28. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  29. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  39. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  45. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  51. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  52. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  53. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  54. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  60. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  61. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  62. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  63. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  66. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  67. package/package.json +2 -2
  68. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  69. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  70. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  71. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  72. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  74. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  75. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  76. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  77. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  86. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -147,8 +147,8 @@ declare const _default: {
147
147
  propsDefinition: Omit<Readonly<{} & {
148
148
  label?: string;
149
149
  class?: string;
150
- variant?: "default" | "prominent";
151
150
  toned?: boolean;
151
+ variant?: "default" | "prominent";
152
152
  labelSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
153
153
  "label-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
154
154
  labelType?: "title" | "text" | "navigation" | TypographyTypes;
@@ -202,13 +202,13 @@ declare const _default: {
202
202
  icon?: IIcon;
203
203
  class?: String | String[];
204
204
  eager?: boolean;
205
+ toned?: boolean;
205
206
  "v-slots"?: {
206
207
  default?: import("../../DefineVueTypings").Slot<any[]>;
207
208
  } & {
208
209
  header?: Func<[VNodeChild]>;
209
210
  actions?: Func<[VNodeChild]>;
210
211
  };
211
- toned?: boolean;
212
212
  hideExpandIcon?: boolean;
213
213
  "hide-expand-icon"?: boolean;
214
214
  }>, never>;
@@ -211,11 +211,11 @@ declare const _default: {
211
211
  class?: String | String[];
212
212
  mandatory?: boolean;
213
213
  multiple?: boolean;
214
+ toned?: boolean;
214
215
  "v-model"?: number | number[];
215
216
  "onUpdate:modelValue"?: (value: number | number[]) => any;
216
217
  modelValue?: number | number[];
217
218
  variant?: "section" | "navigation" | "default";
218
- toned?: boolean;
219
219
  expandAll?: boolean;
220
220
  "expand-all"?: boolean;
221
221
  }>, never>;
@@ -262,10 +262,10 @@ declare const _default: {
262
262
  class?: String | String[];
263
263
  size?: "small" | "default" | "large" | "x-large" | "x-small";
264
264
  animation?: "flip" | "spin" | "beat" | "bounce";
265
+ colorType?: "base" | "onBase" | "container" | "onContainer";
266
+ toned?: boolean;
265
267
  blueprint?: IconBlueprint;
266
268
  variant?: "background" | "default";
267
- toned?: boolean;
268
- colorType?: "base" | "onBase" | "container" | "onContainer";
269
269
  "color-type"?: "base" | "onBase" | "container" | "onContainer";
270
270
  customSize?: number;
271
271
  "custom-size"?: number;
@@ -262,8 +262,8 @@ declare const _default: {
262
262
  target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
263
263
  href?: string;
264
264
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
265
- toned?: boolean;
266
265
  colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
266
+ toned?: boolean;
267
267
  "color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
268
268
  truncateLines?: number;
269
269
  "truncate-lines"?: number;
@@ -162,9 +162,9 @@ declare const _default: {
162
162
  } & {
163
163
  nav?: boolean;
164
164
  class?: String | String[];
165
+ toned?: boolean;
165
166
  variant?: "navigation" | "default" | "options";
166
167
  divider?: boolean;
167
- toned?: boolean;
168
168
  lines?: false | "one" | "two" | "three";
169
169
  }>, never>;
170
170
  };
@@ -217,11 +217,11 @@ declare const _default: {
217
217
  colors?: any;
218
218
  } & {
219
219
  class?: String | String[];
220
+ toned?: boolean;
220
221
  "v-model"?: boolean;
221
222
  "onUpdate:modelValue"?: (value: boolean) => any;
222
223
  modelValue?: boolean;
223
224
  variant?: "default" | "dialog" | "editor" | "app";
224
- toned?: boolean;
225
225
  overrides?: object;
226
226
  location?: "left" | "right" | "top" | "start" | "end" | "bottom";
227
227
  customWidth?: number;
@@ -144,13 +144,13 @@ declare const _default: {
144
144
  } & {
145
145
  value?: string;
146
146
  size?: "small" | "default" | "medium" | "large" | "x-large" | "x-small";
147
+ toned?: boolean;
147
148
  "v-slots"?: {
148
149
  default?: import("../../DefineVueTypings").Slot<any[]>;
149
150
  } & {
150
151
  prependAvatar?: Func<[VNodeChild]>;
151
152
  appendAvatar?: Func<[VNodeChild]>;
152
153
  };
153
- toned?: boolean;
154
154
  }>, "onClick:close"> & {
155
155
  "onClick:close"?: (e: MouseEvent) => any;
156
156
  };
@@ -299,12 +299,12 @@ declare const _default: {
299
299
  padding?: OPaddingCombination;
300
300
  hide?: boolean;
301
301
  filled?: boolean;
302
+ toned?: boolean;
302
303
  variant?: "section" | "navigation" | "tab" | "default" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section";
303
304
  titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
304
305
  "title-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
305
306
  divider?: OBorderCombination;
306
307
  grouped?: boolean;
307
- toned?: boolean;
308
308
  spacelessTop?: boolean;
309
309
  "spaceless-top"?: boolean;
310
310
  spacelessBottom?: boolean;