@omnia/fx 8.0.127-dev → 8.0.129-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 (135) hide show
  1. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +2 -4
  3. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  6. package/internal-do-not-import-from-here/index.d.ts +16 -18
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  9. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  10. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  11. package/internal-do-not-import-from-here/{core → shared/factory}/DefineFactory.d.ts +1 -1
  12. package/internal-do-not-import-from-here/{core → shared/factory}/Inject.d.ts +2 -2
  13. package/internal-do-not-import-from-here/{core → shared/factory}/ServiceContainer.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/factory/index.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/index.d.ts +3 -0
  16. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBus.d.ts +1 -1
  17. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBusMediator.d.ts +1 -1
  18. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +2 -0
  19. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +19 -0
  20. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +9 -0
  21. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  22. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +23 -0
  23. package/internal-do-not-import-from-here/shared/models/Messaging.js +2 -0
  24. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +1 -1
  25. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -0
  26. package/internal-do-not-import-from-here/shared/models/index.js +2 -0
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  28. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  29. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  30. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  31. package/internal-do-not-import-from-here/shared/utils/index.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  35. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +10 -10
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +10 -10
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +10 -10
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +10 -10
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +10 -10
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +10 -10
  56. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  58. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  68. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  81. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +10 -10
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  90. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  93. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  100. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  101. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  102. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  103. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  104. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  105. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  106. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  108. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  112. package/package.json +2 -2
  113. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  114. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  115. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  116. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  119. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  121. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  122. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  123. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  124. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  125. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  126. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  127. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  128. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  129. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  130. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  131. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  132. package/internal-do-not-import-from-here/{core → shared/factory}/Injectable.d.ts +0 -0
  133. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  134. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  135. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -28,7 +28,6 @@ export declare const useThemeContextStore: () => {
28
28
  };
29
29
  get: {
30
30
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
31
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
32
31
  typography(): import("@omnia/fx-models").TypographyBlueprints;
33
32
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
34
33
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -69,7 +68,6 @@ export declare const useThemeContextStore: () => {
69
68
  };
70
69
  get: {
71
70
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
72
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
73
71
  typography(): import("@omnia/fx-models").TypographyBlueprints;
74
72
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
75
73
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -110,7 +108,6 @@ export declare const useThemeContextStore: () => {
110
108
  };
111
109
  get: {
112
110
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
113
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
114
111
  typography(): import("@omnia/fx-models").TypographyBlueprints;
115
112
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
116
113
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -153,7 +150,6 @@ export declare const useThemeContextStore: () => {
153
150
  };
154
151
  get: {
155
152
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
156
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
157
153
  typography(): import("@omnia/fx-models").TypographyBlueprints;
158
154
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
159
155
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -194,7 +190,6 @@ export declare const useThemeContextStore: () => {
194
190
  };
195
191
  get: {
196
192
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
197
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
198
193
  typography(): import("@omnia/fx-models").TypographyBlueprints;
199
194
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
200
195
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -235,7 +230,6 @@ export declare const useThemeContextStore: () => {
235
230
  };
236
231
  get: {
237
232
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
238
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
239
233
  typography(): import("@omnia/fx-models").TypographyBlueprints;
240
234
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
241
235
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -278,7 +272,6 @@ export declare const useThemeContextStore: () => {
278
272
  };
279
273
  get: {
280
274
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
281
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
282
275
  typography(): import("@omnia/fx-models").TypographyBlueprints;
283
276
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
284
277
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -319,7 +312,6 @@ export declare const useThemeContextStore: () => {
319
312
  };
320
313
  get: {
321
314
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
322
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
323
315
  typography(): import("@omnia/fx-models").TypographyBlueprints;
324
316
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
325
317
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -360,7 +352,6 @@ export declare const useThemeContextStore: () => {
360
352
  };
361
353
  get: {
362
354
  colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
363
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
364
355
  typography(): import("@omnia/fx-models").TypographyBlueprints;
365
356
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
366
357
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
@@ -1,4 +1,4 @@
1
- import { Blueprints, BlueprintType, ChromeBlueprints, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ComponentBlueprints, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  export declare const useThemeStoreV2: () => {
3
3
  state: {
4
4
  currentTheme: ThemeDefinitionV2;
@@ -27,11 +27,10 @@ export declare const useThemeStoreV2: () => {
27
27
  };
28
28
  get: {
29
29
  colorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType): import("@omnia/fx-models").ColorSchema;
30
- blueprint<TType extends Blueprints>(type: BlueprintType): TType;
31
- typography(): TypographyBlueprints;
32
- spacing(): SpacingBlueprints;
33
- chrome(): ChromeBlueprints;
34
- component(): ComponentBlueprints;
30
+ typography(): import("@omnia/fx-models").TypographyBlueprints;
31
+ spacing(): import("@omnia/fx-models").SpacingBlueprints;
32
+ chrome(): import("@omnia/fx-models").ChromeBlueprints;
33
+ component(): import("@omnia/fx-models").ComponentBlueprints;
35
34
  color(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): string;
36
35
  colorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
37
36
  complementaryColorType(colorType: ColorTypes | ColorType): ColorTypes;