@omnia/fx 8.0.322-dev → 8.0.324-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 (168) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/{ux/commandpalette/stores/CommandStore.d.ts → stores/CommandPaletteStore.d.ts} +3 -3
  6. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +26 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/InputEditorStore.d.ts +24 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +20 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +17 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +17 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -3
  20. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -20
  22. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +11 -3
  24. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +8 -8
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeMigrations.d.ts +12 -0
  27. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +8 -10
  30. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +29 -22
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +30 -0
  33. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BorderStyling.d.ts +18 -0
  35. package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +13 -0
  36. package/internal-do-not-import-from-here/ux/aurora/styling/styles/IconStyling.d.ts +6 -0
  37. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +4 -1
  38. package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/aurora/styling/styles/TextStyling.d.ts +10 -0
  40. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +4 -0
  41. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +6 -1
  42. package/internal-do-not-import-from-here/ux/commandpalette/commands/admin/TenantSettingsCommand.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/AddApiMappingCommand.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/RemoveApiMappingCommand.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/commandpalette/commands/content/BaconIpsumCommand.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/AddFrontendMappingCommand.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveAllFrontendMappingsCommand.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveFrontendMappingCommand.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/commandpalette/commands/swagger/OpenSwaggerCommand.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64DecodeCommand.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64EncodeCommand.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenDevDocsCommand.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  64. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  72. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  73. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -2
  74. package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +5 -0
  75. package/internal-do-not-import-from-here/ux/oxide/chip/BlueprintStyling.d.ts +5 -0
  76. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +31 -166
  78. package/internal-do-not-import-from-here/ux/oxide/tab/BlueprintStyling.d.ts +6 -0
  79. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/velcron/core/formatters/CapitalizeFormatter.d.ts +2 -0
  88. package/internal-do-not-import-from-here/ux/velcron/core/formatters/DateFormatter.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/velcron/core/formatters/InterpolationFormatter.d.ts +4 -0
  90. package/internal-do-not-import-from-here/ux/velcron/core/formatters/JsonFormatter.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/velcron/core/formatters/LengthFormatter.d.ts +2 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/formatters/ReplaceFormatter.d.ts +2 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/formatters/SubStringFormatter.d.ts +2 -0
  94. package/internal-do-not-import-from-here/ux/velcron/core/formatters/TrimFormatter.d.ts +2 -0
  95. package/internal-do-not-import-from-here/ux/velcron/core/formatters/UppercaseFormatter.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/velcron/core/formatters/index.d.ts +9 -0
  97. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +50 -0
  99. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronFormatters.d.ts +6 -0
  100. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  101. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  102. package/internal-do-not-import-from-here/wctypings.d.ts +29 -47
  103. package/package.json +2 -2
  104. package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +0 -4
  105. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +0 -27
  106. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -0
  107. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +0 -2
  108. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +0 -6
  109. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +0 -1
  110. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +0 -17
  111. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +0 -3
  112. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +0 -2
  113. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +0 -1
  114. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +0 -1
  115. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +0 -2
  116. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +0 -70
  117. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +0 -1
  118. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +0 -9
  119. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteInputBox.d.ts +0 -5
  121. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteListPickItem.d.ts +0 -6
  122. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteMessage.d.ts +0 -4
  123. package/internal-do-not-import-from-here/ux/commandpalette/models/FuzzySearchable.d.ts +0 -3
  124. package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +0 -6
  125. package/internal-do-not-import-from-here/ux/commandpalette/stores/index.d.ts +0 -1
  126. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +0 -4
  127. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +0 -23
  128. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +0 -10
  129. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -34
  130. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +0 -19
  131. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +0 -6
  132. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +0 -19
  133. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +0 -16
  134. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -71
  135. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +0 -34
  136. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -31
  137. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +0 -4
  138. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +0 -47
  139. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +0 -16
  140. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +0 -68
  141. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +0 -16
  142. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -82
  143. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +0 -7
  144. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +0 -0
  145. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +0 -34
  146. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +0 -46
  147. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -0
  148. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -0
  149. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -0
  150. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -0
  151. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -0
  152. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -0
  153. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +0 -2
  154. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -0
  155. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +0 -149
  156. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +0 -2
  157. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +0 -44
  158. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +0 -3
  159. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +0 -8
  160. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +0 -16
  161. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +0 -16
  162. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +0 -16
  163. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +0 -16
  164. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +0 -16
  165. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +0 -16
  166. /package/internal-do-not-import-from-here/ux/{commandpalette/commands/api-explorer/components/ApiExplorer.d.ts → aurora/admin/blades/blueprints/components/blades/InputBlade.d.ts} +0 -0
  167. /package/internal-do-not-import-from-here/ux/{hub/feed/HubFeedChrome.d.ts → aurora/admin/blades/blueprints/components/blades/InputBladeEdit.d.ts} +0 -0
  168. /package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/{EnterprisePropertyValue.d.ts → EnterprisePropertyRenderer.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- export { ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Inject, Injectable, useInject, registerInjectResolver, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
1
+ export { Broadcast, ServiceContainer, ServiceContainerContext, defineFactory, defineInjectable, defineService, Inject, Injectable, useInject, registerInjectResolver, isInjectable, type SetupFactoryContext } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
2
2
  export { Extend, registerApi } from "./Extend";
3
3
  export * from "./Provide";
4
4
  export * from "./Factory";
@@ -43,6 +43,7 @@ export declare function setCurrentManifest(omniaServiceId: any, resourceId: any)
43
43
  OmniaContextProvider: typeof Exposes.OmniaContextProvider;
44
44
  OmniaContext: typeof Exposes.OmniaContext;
45
45
  ContextProviderCollection: typeof Exposes.ContextProviderCollection;
46
+ Broadcast: typeof Exposes.Broadcast;
46
47
  ServiceContainer: typeof Exposes.ServiceContainer;
47
48
  ServiceContainerContext: typeof Exposes.ServiceContainerContext;
48
49
  defineFactory: typeof Exposes.defineFactory;
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/core/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaService"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","Broadcast","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProviderStore","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","themeService","useRealtimeService"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProviderStore","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService"]}}}
@@ -1,4 +1,4 @@
1
- import { CommandDefinition } from "../models/CommandDefinition";
1
+ import { CommandDefinition } from "../models/command-palette/CommandDefinition";
2
2
  import { CommandPaletteCustomComponentOptions, CommandPaletteInputBox, CommandPaletteListPickItem, CommandPaletteMessage } from "../models";
3
3
  export declare const useCommandStore: () => {
4
4
  state: {
@@ -9,7 +9,7 @@ export declare const useCommandStore: () => {
9
9
  customComponentState: unknown;
10
10
  componentOptions: CommandPaletteCustomComponentOptions;
11
11
  };
12
- events: import("@omnia/fx/stores").StoreEvents<{
12
+ events: import("./DefineStore").StoreEvents<{
13
13
  commandsState: CommandDefinition[];
14
14
  showInputBoxState: CommandPaletteInputBox;
15
15
  showMessageState: CommandPaletteMessage;
@@ -17,7 +17,7 @@ export declare const useCommandStore: () => {
17
17
  customComponentState: unknown;
18
18
  componentOptions: CommandPaletteCustomComponentOptions;
19
19
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
20
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
+ actions: import("./DefineStore").StoreReturnDefineAction<{
21
21
  registerCommand: (command: CommandDefinition) => void;
22
22
  setInputBoxResult: (value: string) => void;
23
23
  setListPickerResult: <T>(value: CommandPaletteListPickItem<T>) => void;
@@ -47,3 +47,4 @@ export * from "./LinkReferencesStore";
47
47
  export * from "./UserTypeIdentityStore";
48
48
  export * from "./mediapicker";
49
49
  export * from "./floweditor";
50
+ export * from "./CommandPaletteStore";
@@ -38,7 +38,7 @@ export declare const useCompontentHostStore: () => {
38
38
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
39
39
  readonly host: "admin" | "editor" | "docs";
40
40
  readonly componentHost: "toolbar" | "tab" | "menu" | "dialog" | "table" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "chip" | "blade" | "appbar" | "panel" | "omfx";
41
- readonly componentVariant: "toolbar" | "content" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "settings" | "info-section";
41
+ readonly componentVariant: "navigation" | "toolbar" | "content" | "default" | "section" | "footer" | "header" | "options" | "settings" | "info-section";
42
42
  readonly force: boolean;
43
43
  appliedComponents(host: string): boolean;
44
44
  };
@@ -1,5 +1,5 @@
1
1
  import { SubscriptionHandler } from "@omnia/fx";
2
- import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeChild, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
2
+ import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
3
3
  import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
4
4
  import { ColorSchemaType, ColorSchemaTypes, ComponentBundleManifest, Directives, guid } from "@omnia/fx-models";
5
5
  import { ColorSchemaStoreType, VueComponentBaseProps } from ".";
@@ -297,10 +297,10 @@ export declare function internalDVCByFS(injectOptions: any, options: any, extraO
297
297
  export declare function isElement<TElement = typeof omfx>(element: string, cb: (elements: TElement) => any): boolean;
298
298
  declare module "@vue/runtime-dom" {
299
299
  interface HTMLAttributes {
300
- $children?: VNodeChild;
300
+ $children?: any;
301
301
  }
302
302
  interface SVGAttributes {
303
- $children?: VNodeChild;
303
+ $children?: any;
304
304
  }
305
305
  }
306
306
  declare global {
@@ -25,6 +25,7 @@ export declare const useComponentsEditorStore: () => {
25
25
  copyBlueprints(blueprints: ComponentBlueprints): void;
26
26
  updateEditingButtonsBlueprints(): void;
27
27
  updateEditingTabsBlueprints(): void;
28
+ updateEditingInputBlueprints(): void;
28
29
  updateEditingIconBlueprints(): void;
29
30
  updateEditingContainerFillBlueprints(): void;
30
31
  updateEditingHeaderBlueprints(): void;
@@ -152,6 +153,29 @@ export declare const useComponentsEditorStore: () => {
152
153
  } & {
153
154
  dispose?: () => void;
154
155
  };
156
+ inputEditorStore: {
157
+ state: {
158
+ blueprints: import("@omnia/fx-models").InputBlueprints;
159
+ editingBlueprint: import("@omnia/fx-models").InputBlueprint;
160
+ editingVariant: import("@omnia/fx-models").BlueprintVariant;
161
+ strategy: string;
162
+ };
163
+ events: import("@omnia/fx/stores").StoreEvents<{
164
+ blueprints: import("@omnia/fx-models").InputBlueprints;
165
+ editingBlueprint: import("@omnia/fx-models").InputBlueprint;
166
+ editingVariant: import("@omnia/fx-models").BlueprintVariant;
167
+ strategy: string;
168
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
169
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
170
+ setEditingBlueprints(blueprints: ComponentBlueprints): void;
171
+ deleteEditingVariant(): void;
172
+ addVariant(): string;
173
+ setEditingBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
174
+ applyChanges(): void;
175
+ }>;
176
+ } & {
177
+ dispose?: () => void;
178
+ };
155
179
  };
156
180
  bladeId: {
157
181
  addBlueprint: guid;
@@ -171,6 +195,8 @@ export declare const useComponentsEditorStore: () => {
171
195
  containerEditBlade: guid;
172
196
  headersBlade: guid;
173
197
  headersBladeEdit: guid;
198
+ inputBlade: guid;
199
+ inputBladeEdit: guid;
174
200
  };
175
201
  availableBlueprints: IBlueprintItem[];
176
202
  } & {
@@ -0,0 +1,24 @@
1
+ import { BlueprintVariant, ComponentBlueprints, InputBlueprint, InputBlueprints } from "@omnia/fx-models";
2
+ export declare const useInputEditorStore: () => {
3
+ state: {
4
+ blueprints: InputBlueprints;
5
+ editingBlueprint: InputBlueprint;
6
+ editingVariant: BlueprintVariant;
7
+ strategy: string;
8
+ };
9
+ events: import("@omnia/fx/stores").StoreEvents<{
10
+ blueprints: InputBlueprints;
11
+ editingBlueprint: InputBlueprint;
12
+ editingVariant: BlueprintVariant;
13
+ strategy: string;
14
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
+ setEditingBlueprints(blueprints: ComponentBlueprints): void;
17
+ deleteEditingVariant(): void;
18
+ addVariant(): string;
19
+ setEditingBlueprint(variant: BlueprintVariant): void;
20
+ applyChanges(): void;
21
+ }>;
22
+ } & {
23
+ dispose?: () => void;
24
+ };
@@ -1,23 +1,23 @@
1
- import { guid, ITemplateRegistration, SpacingBlueprints, SpacingDefinition, SpacingScale } from "@omnia/fx-models";
1
+ import { guid, ITemplateRegistration, SpacingDefinition, SpacingScale, SpacingBlueprint } from "@omnia/fx-models";
2
2
  export declare const useSpacingEditorStore: () => {
3
3
  state: {
4
4
  editingDefinition: SpacingDefinition;
5
- blueprints: ITemplateRegistration<SpacingBlueprints>;
5
+ blueprint: ITemplateRegistration<SpacingBlueprint>;
6
6
  editMode: boolean;
7
7
  editType: SpacingScale;
8
8
  };
9
9
  events: import("@omnia/fx/stores").StoreEvents<{
10
10
  editingDefinition: SpacingDefinition;
11
- blueprints: ITemplateRegistration<SpacingBlueprints>;
11
+ blueprint: ITemplateRegistration<SpacingBlueprint>;
12
12
  editMode: boolean;
13
13
  editType: SpacingScale;
14
14
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
15
15
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
16
16
  editDefinition(scale: SpacingScale): void;
17
- editBlueprint(blueprints: ITemplateRegistration<SpacingBlueprints>): void;
17
+ editBlueprint(blueprint: ITemplateRegistration<SpacingBlueprint>): void;
18
18
  addBlueprint(): void;
19
19
  copyDefinition(definition: SpacingDefinition): void;
20
- copyBlueprints(blueprints: ITemplateRegistration<SpacingBlueprints>): void;
20
+ copyBlueprints(blueprints: ITemplateRegistration<SpacingBlueprint>): void;
21
21
  saveEditingDefinition(): true;
22
22
  save(): Promise<boolean>;
23
23
  delete(): Promise<boolean>;
@@ -1,7 +1,7 @@
1
- import { FillDefinition, guid, ITemplateRegistration, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, TypographySizes, TypographyType, TypographyFontDefinition, IFontBlueprints, TypographyFontRef, BlueprintVariant } from "@omnia/fx-models";
1
+ import { FillDefinition, guid, ITemplateRegistration, TypographyBlueprint, TypographyDefinition, TypographySizes, TypographyType, TypographyFontDefinition, IFontBlueprints, TypographyFontRef, BlueprintVariant } from "@omnia/fx-models";
2
2
  export declare const useTypographyEditorStore: () => {
3
3
  state: {
4
- blueprints: ITemplateRegistration<TypographyBlueprints>;
4
+ blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
5
5
  availableFonts: ITemplateRegistration<IFontBlueprints>;
6
6
  blueprint: TypographyBlueprint;
7
7
  editMode: boolean;
@@ -15,7 +15,7 @@ export declare const useTypographyEditorStore: () => {
15
15
  selectedFillVariant: BlueprintVariant;
16
16
  };
17
17
  events: import("@omnia/fx/stores").StoreEvents<{
18
- blueprints: ITemplateRegistration<TypographyBlueprints>;
18
+ blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
19
19
  availableFonts: ITemplateRegistration<IFontBlueprints>;
20
20
  blueprint: TypographyBlueprint;
21
21
  editMode: boolean;
@@ -33,7 +33,7 @@ export declare const useTypographyEditorStore: () => {
33
33
  addVariant(variantType: TypographyType): BlueprintVariant;
34
34
  deleteEditingVariant(): void;
35
35
  updateSelectedDefinition(): void;
36
- editBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
36
+ editBlueprints(blueprints: ITemplateRegistration<TypographyBlueprint>): void;
37
37
  addBlueprints(): void;
38
38
  copyBlueprint(blueprint: TypographyBlueprint): void;
39
39
  setFont(font: {
@@ -380,6 +380,7 @@ declare const _default: {
380
380
  container: boolean;
381
381
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
382
382
  propsDefinition: Omit<Readonly<{} & {
383
+ title?: string;
383
384
  name?: {
384
385
  [x: `onUpdate:${string}`]: {
385
386
  type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void>;
@@ -442,7 +443,6 @@ declare const _default: {
442
443
  }>;
443
444
  };
444
445
  container?: boolean;
445
- title?: string;
446
446
  variant?: Variant;
447
447
  class?: String | String[];
448
448
  label?: string;
@@ -0,0 +1,20 @@
1
+ import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ "emit:update:modelValue": (value: TabsBlueprints) => void;
5
+ } & {
6
+ "v-model"?: TabsBlueprints;
7
+ } & {
8
+ modelValue?: TabsBlueprints;
9
+ } & {
10
+ themeType?: ThemeContextType;
11
+ } & {
12
+ toned?: boolean;
13
+ } & {
14
+ selectable?: boolean;
15
+ } & {
16
+ editable?: boolean;
17
+ } & {
18
+ blueprintStrategy?: string;
19
+ } & DefineEmit<"click:select", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true>>) => any;
20
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { ThemeContextType } from "@omnia/fx-models";
2
+ import { TabsBlueprint } from "@omnia/fx-models";
3
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
4
+ import { VNodeChild } from "vue";
5
+ type EditorVariant = "default" | "dialog";
6
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
7
+ "emit:update:modelValue": (value: TabsBlueprint) => void;
8
+ } & {
9
+ "v-model"?: TabsBlueprint;
10
+ } & {
11
+ modelValue?: TabsBlueprint;
12
+ } & {
13
+ themeType?: ThemeContextType;
14
+ } & {
15
+ variant?: EditorVariant;
16
+ } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>>) => any;
17
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const TabPickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ container: string;
4
+ };
@@ -0,0 +1,17 @@
1
+ import { BlueprintVariant, TabsBlueprint, ThemeContextType } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ "emit:update:modelValue": (value: BlueprintVariant | TabsBlueprint) => void;
4
+ } & {
5
+ "v-model"?: BlueprintVariant | TabsBlueprint;
6
+ } & {
7
+ modelValue?: BlueprintVariant | TabsBlueprint;
8
+ } & {
9
+ label?: string;
10
+ } & {
11
+ toned?: boolean;
12
+ } & {
13
+ customStyling?: boolean;
14
+ } & {
15
+ themeType?: ThemeContextType;
16
+ }>) => any;
17
+ export default _default;
@@ -1,11 +1,11 @@
1
- import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TypographyBlueprints, TypographySizes, TypographyType } from "@omnia/fx-models";
1
+ import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TypographySizes, TypographyType } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
- "emit:update:modelValue": (value: TypographyBlueprint | TypographyBlueprints) => void;
4
+ "emit:update:modelValue": (value: TypographyBlueprint) => void;
5
5
  } & {
6
- "v-model"?: TypographyBlueprint | TypographyBlueprints;
6
+ "v-model"?: TypographyBlueprint;
7
7
  } & {
8
- modelValue?: TypographyBlueprint | TypographyBlueprints;
8
+ modelValue?: TypographyBlueprint;
9
9
  } & {
10
10
  toned?: boolean;
11
11
  } & {
@@ -1,8 +1,7 @@
1
- import { FillDefinition, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, TypographyFontRef, guid } from "@omnia/fx-models";
2
- export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
1
+ import { FillDefinition, TypographyBlueprint, TypographyDefinition, TypographyFontRef, guid } from "@omnia/fx-models";
2
+ export declare class DefaultDocTypographyBlueprints implements TypographyBlueprint {
3
3
  id: guid;
4
4
  name: string;
5
- primary: DocumentationTypography;
6
5
  constructor();
7
6
  }
8
7
  export declare class DocumentationTypography implements TypographyBlueprint {
@@ -1,5 +1,5 @@
1
- import { FillDefinition, TypographyBlueprint, TypographyBlueprints, TypographyDefinition, guid } from "@omnia/fx-models";
2
- export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
1
+ import { FillDefinition, TypographyBlueprint, TypographyDefinition, guid } from "@omnia/fx-models";
2
+ export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprint {
3
3
  id: guid;
4
4
  name: string;
5
5
  primary: EditorTypography;
@@ -1,6 +1,5 @@
1
- import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
- import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
3
  declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
5
4
  name: string;
6
5
  xs: IconBlueprint;
@@ -17,22 +16,18 @@ declare class LargeIconsTemplate implements IconBlueprints {
17
16
  l: IconBlueprint;
18
17
  xl: IconBlueprint;
19
18
  }
20
- export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
19
+ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint {
21
20
  id: guid;
22
21
  name: string;
23
- primary: {
24
- l: DefaultLayoutSpacing;
25
- s: DefaultInnerSpacing;
26
- };
22
+ l: DefaultLayoutSpacing;
23
+ s: DefaultInnerSpacing;
27
24
  constructor();
28
25
  }
29
- export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
26
+ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprint {
30
27
  name: string;
31
28
  id: guid;
32
- primary: {
33
- l: PreviewInnerSpacing;
34
- s: PreviewInnerSpacing;
35
- };
29
+ l: PreviewInnerSpacing;
30
+ s: PreviewInnerSpacing;
36
31
  constructor();
37
32
  }
38
33
  declare class SquareBlueprintsTemplate implements ComponentBlueprints {
@@ -47,27 +42,23 @@ declare class RoundBlueprintsTemplate implements ComponentBlueprints {
47
42
  strategy?: "MD2" | "MD3";
48
43
  constructor(id: guid, name: string);
49
44
  }
50
- export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
45
+ export declare class DefaultTypographyBlueprint implements TypographyBlueprint {
51
46
  id: guid;
52
47
  name: string;
53
- primary: DefaultTypography;
54
48
  constructor();
55
49
  }
56
- export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
50
+ export declare class FunkyTypographyBlueprint implements TypographyBlueprint {
57
51
  id: guid;
58
52
  name: string;
59
- primary: FunkyTypography;
60
53
  constructor();
61
54
  }
62
- export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
55
+ export declare class PreviewTypographyBlueprint implements TypographyBlueprint {
63
56
  name: string;
64
- primary: PreviewTypography;
65
57
  constructor();
66
58
  id: guid;
67
59
  }
68
- export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
60
+ export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprint {
69
61
  name: string;
70
- primary: PreviewMiniTypography;
71
62
  constructor();
72
63
  id: guid;
73
64
  }
@@ -1,11 +1,11 @@
1
- import { ColorSchema, ColorSchemas, ComponentBlueprints, guid, SpacingBlueprints, ResolvedThemeDefinition, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ColorSchema, ColorSchemas, ComponentBlueprints, guid, ResolvedThemeDefinition, SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
2
2
  export declare class ThemeDefinitionInstance implements ResolvedThemeDefinition {
3
3
  id: guid;
4
4
  colors: ColorSchemas;
5
5
  dark: boolean;
6
6
  name: string;
7
- typography: TypographyBlueprints;
8
- spacing: SpacingBlueprints;
7
+ typography: TypographyBlueprint;
8
+ spacing: SpacingBlueprint;
9
9
  components: ComponentBlueprints;
10
10
  constructor(colors: {
11
11
  primary?: string | ColorSchema;
@@ -13,8 +13,8 @@ export declare class ThemeDefinitionInstance implements ResolvedThemeDefinition
13
13
  neutral?: string | ColorSchema;
14
14
  background?: string | ColorSchema;
15
15
  }, name: string, id: guid, blueprints: {
16
- typography?: TypographyBlueprints;
17
- spacing?: SpacingBlueprints;
16
+ typography?: TypographyBlueprint;
17
+ spacing?: SpacingBlueprint;
18
18
  components?: ComponentBlueprints;
19
19
  });
20
20
  }
@@ -1,5 +1,9 @@
1
- import { guid, TypographyBlueprint, TypographyDefinition } from "@omnia/fx-models";
1
+ import { FillDefinition, guid, ThemeTypes, TypographyBlueprint, TypographyDefinition, VariantBlueprints } from "@omnia/fx-models";
2
2
  export declare class FunkyTypography implements TypographyBlueprint {
3
+ fills?: VariantBlueprints<FillDefinition>;
4
+ variants?: VariantBlueprints<TypographyDefinition>;
5
+ id: guid;
6
+ type?: ThemeTypes;
3
7
  variant: {
4
8
  one: TypographyDefinition;
5
9
  two: TypographyDefinition;
@@ -107,6 +111,10 @@ export declare class FunkyTypography implements TypographyBlueprint {
107
111
  };
108
112
  }
109
113
  export declare class DefaultTypography implements TypographyBlueprint {
114
+ fills?: VariantBlueprints<FillDefinition>;
115
+ variants?: VariantBlueprints<TypographyDefinition>;
116
+ id: guid;
117
+ type?: ThemeTypes;
110
118
  variant: {
111
119
  one: TypographyDefinition;
112
120
  two: TypographyDefinition;
@@ -238,7 +246,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
238
246
  family: string;
239
247
  cdn?: string;
240
248
  };
241
- id: string;
249
+ id: guid;
242
250
  name: string;
243
251
  title: {
244
252
  xl: {
@@ -349,7 +357,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
349
357
  cdn?: string;
350
358
  };
351
359
  name: string;
352
- id: string;
360
+ id: guid;
353
361
  title: {
354
362
  xl: {
355
363
  lg: {
@@ -12,7 +12,7 @@ export declare const useSpacingBlueprintStore: () => {
12
12
  id: guid;
13
13
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
14
14
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
15
- setBlueprint(type: BlueprintVariant): void;
15
+ setBlueprint(): void;
16
16
  setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
17
17
  }>;
18
18
  get: {
@@ -75,9 +75,9 @@ export declare const useSpacingBlueprintStore: () => {
75
75
  dispose?: () => void;
76
76
  };
77
77
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
78
- typography(): import("@omnia/fx-models").TypographyBlueprints;
78
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
79
79
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
80
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
80
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
81
81
  component(): import("@omnia/fx-models").ComponentBlueprints;
82
82
  color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
83
83
  colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
@@ -63,9 +63,9 @@ export declare const useThemeContextStore: () => {
63
63
  dispose?: () => void;
64
64
  };
65
65
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
66
- typography(): import("@omnia/fx-models").TypographyBlueprints;
66
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
67
67
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
68
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
68
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
69
69
  component(): import("@omnia/fx-models").ComponentBlueprints;
70
70
  color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
71
71
  colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
@@ -132,9 +132,9 @@ export declare const useThemeContextStore: () => {
132
132
  dispose?: () => void;
133
133
  };
134
134
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
135
- typography(): import("@omnia/fx-models").TypographyBlueprints;
135
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
136
136
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
137
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
137
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
138
138
  component(): import("@omnia/fx-models").ComponentBlueprints;
139
139
  color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
140
140
  colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
@@ -201,9 +201,9 @@ export declare const useThemeContextStore: () => {
201
201
  dispose?: () => void;
202
202
  };
203
203
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
204
- typography(): import("@omnia/fx-models").TypographyBlueprints;
204
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
205
205
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
206
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
206
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
207
207
  component(): import("@omnia/fx-models").ComponentBlueprints;
208
208
  color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
209
209
  colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;
@@ -270,9 +270,9 @@ export declare const useThemeContextStore: () => {
270
270
  dispose?: () => void;
271
271
  };
272
272
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
273
- typography(): import("@omnia/fx-models").TypographyBlueprints;
273
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
274
274
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
275
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
275
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
276
276
  component(): import("@omnia/fx-models").ComponentBlueprints;
277
277
  color(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): string;
278
278
  colorDefinition(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType, colorType: import("@omnia/fx-models").ColorTypes | import("@omnia/fx-models").ColorType): import("@omnia/fx-models").ColorDefinition;