@omnia/fx 8.0.136-dev → 8.0.138-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  17. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  19. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  20. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  21. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  22. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  23. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  25. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -0
  26. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  31. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +43 -9
  32. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +145 -142
  34. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +290 -284
  35. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +290 -284
  36. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  37. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  38. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  40. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +101 -35
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +34 -32
  56. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +144 -142
  57. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  58. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +144 -142
  59. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  60. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +144 -142
  61. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +12 -3
  62. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  63. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +144 -142
  66. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  67. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  69. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +145 -142
  70. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  71. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  72. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  73. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  76. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  77. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  80. package/internal-do-not-import-from-here/wctypings.d.ts +77 -12
  81. package/package.json +3 -3
  82. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
  83. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -7,6 +7,8 @@ declare const _default: {
7
7
  } & {
8
8
  prependAvatar?: Func<[VNodeChild]>;
9
9
  appendAvatar?: Func<[VNodeChild]>;
10
+ prependIcon?: Func<[VNodeChild]>;
11
+ appendIcon?: Func<[VNodeChild]>;
10
12
  }>;
11
13
  disabled: {
12
14
  type: import("vue").PropType<boolean>;
@@ -65,6 +67,8 @@ declare const _default: {
65
67
  } & {
66
68
  prependAvatar?: Func<[VNodeChild]>;
67
69
  appendAvatar?: Func<[VNodeChild]>;
70
+ prependIcon?: Func<[VNodeChild]>;
71
+ appendIcon?: Func<[VNodeChild]>;
68
72
  }>;
69
73
  disabled: {
70
74
  type: import("vue").PropType<boolean>;
@@ -132,6 +136,8 @@ declare const _default: {
132
136
  } & {
133
137
  prependAvatar?: Func<[VNodeChild]>;
134
138
  appendAvatar?: Func<[VNodeChild]>;
139
+ prependIcon?: Func<[VNodeChild]>;
140
+ appendIcon?: Func<[VNodeChild]>;
135
141
  }>;
136
142
  disabled: {
137
143
  type: import("vue").PropType<boolean>;
@@ -196,6 +202,8 @@ declare const _default: {
196
202
  } & {
197
203
  prependAvatar?: Func<[VNodeChild]>;
198
204
  appendAvatar?: Func<[VNodeChild]>;
205
+ prependIcon?: Func<[VNodeChild]>;
206
+ appendIcon?: Func<[VNodeChild]>;
199
207
  }>;
200
208
  disabled: {
201
209
  type: import("vue").PropType<boolean>;
@@ -270,6 +278,8 @@ declare const _default: {
270
278
  } & {
271
279
  prependAvatar?: Func<[VNodeChild]>;
272
280
  appendAvatar?: Func<[VNodeChild]>;
281
+ prependIcon?: Func<[VNodeChild]>;
282
+ appendIcon?: Func<[VNodeChild]>;
273
283
  };
274
284
  closable?: boolean;
275
285
  }>, "onClick:close"> & {