@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
@@ -0,0 +1,12 @@
1
+ import { SpacingBlueprint, TypographyBlueprint } from "@omnia/fx-models";
2
+ export declare function ThemeMigrations(): {
3
+ spacing: {
4
+ migrate: (blueprint: SpacingBlueprint) => SpacingBlueprint;
5
+ };
6
+ typography: {
7
+ migrate: (blueprint: TypographyBlueprint) => TypographyBlueprint;
8
+ };
9
+ theme: {
10
+ migrate(themeDefinition: any): any;
11
+ };
12
+ };
@@ -1,6 +1,6 @@
1
- import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, SpacingBlueprints, TemplateRegistrationType, ThemeDefinition, TypographyBlueprints } from "@omnia/fx-models";
2
- type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprints> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprints>;
3
- type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprints | SpacingBlueprints | ComponentBlueprints>;
1
+ import { ColorSchema, ComponentBlueprints, guid, ITemplateRegistration, ResolvedThemeDefinition, TemplateRegistrationType, ThemeDefinition, TypographyBlueprint, SpacingBlueprint } from "@omnia/fx-models";
2
+ type ThemeRegistration = ITemplateRegistration<ResolvedThemeDefinition, TemplateRegistrationType> | ITemplateRegistration<ColorSchema> | ITemplateRegistration<TypographyBlueprint> | ITemplateRegistration<ComponentBlueprints> | ITemplateRegistration<SpacingBlueprint>;
3
+ type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprint | SpacingBlueprint | ComponentBlueprints>;
4
4
  export declare const useThemeProviderStore: () => {
5
5
  state: {
6
6
  adminTheme: ResolvedThemeDefinition;
@@ -58,9 +58,9 @@ export declare const useThemeStore: () => {
58
58
  dispose?: () => void;
59
59
  };
60
60
  colorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType | ColorSchema): ColorSchema;
61
- typography(): import("@omnia/fx-models").TypographyBlueprints;
61
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
62
62
  fillValue(value: FillDefinitionValue, type: "typography"): any;
63
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
63
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
64
64
  component(): import("@omnia/fx-models").ComponentBlueprints;
65
65
  color(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): string;
66
66
  colorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
@@ -1,20 +1,18 @@
1
- import { guid, TypographySize, TypographySizes, TypographyType, TypographyDefinition, TypographyTypes, BlueprintVariant, TypographyBlueprint, TypographyFontDefinition } from "@omnia/fx-models";
1
+ import { guid, TypographySize, TypographySizes, TypographyType, TypographyDefinition, TypographyTypes, TypographyBlueprint, TypographyFontDefinition } from "@omnia/fx-models";
2
2
  import { useThemeStore } from "./ThemeStore";
3
3
  export declare const useTypographyBlueprintStore: () => {
4
4
  state: {
5
5
  blueprint: TypographyBlueprint;
6
- blueprintType: BlueprintVariant;
7
6
  id: guid;
8
7
  availableFonts: TypographyFontDefinition[];
9
8
  };
10
9
  events: import("@omnia/fx/stores").StoreEvents<{
11
10
  blueprint: TypographyBlueprint;
12
- blueprintType: BlueprintVariant;
13
11
  id: guid;
14
12
  availableFonts: TypographyFontDefinition[];
15
13
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
16
14
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
17
- setBlueprint(type: BlueprintVariant): void;
15
+ setBlueprint(): void;
18
16
  setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
19
17
  }>;
20
18
  get: {
@@ -58,17 +56,17 @@ export declare const useTypographyBlueprintStore: () => {
58
56
  blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
59
57
  };
60
58
  tabs: {
61
- blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
59
+ blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").ButtonBlueprint;
62
60
  };
63
61
  icon: {
64
62
  iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
65
63
  };
66
64
  containerFill: {
67
- hasVariant(type: BlueprintVariant | string): boolean;
68
- getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
65
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
66
+ getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
69
67
  };
70
68
  header: {
71
- hasVariant(type: BlueprintVariant | string): boolean;
69
+ hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
72
70
  getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
73
71
  };
74
72
  };
@@ -77,9 +75,9 @@ export declare const useTypographyBlueprintStore: () => {
77
75
  dispose?: () => void;
78
76
  };
79
77
  colorSchema(colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchema): import("@omnia/fx-models").ColorSchema;
80
- typography(): import("@omnia/fx-models").TypographyBlueprints;
78
+ typography(): TypographyBlueprint;
81
79
  fillValue(value: import("@omnia/fx-models").FillDefinitionValue, type: "typography"): any;
82
- spacing(): import("@omnia/fx-models").SpacingBlueprints;
80
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
83
81
  component(): import("@omnia/fx-models").ComponentBlueprints;
84
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;
85
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;
@@ -8,7 +8,7 @@ export * from "./TypographyBlueprintStore";
8
8
  export * from "./ComponentBlueprintStore";
9
9
  export * from "./TemplateRegistrationStore";
10
10
  export * from "./FontStore";
11
- export * from "./SpacingMigration";
11
+ export * from "./ThemeMigrations";
12
12
  export * from "./ThemeStorage";
13
13
  export * from "./VariantManager";
14
14
  export * from "./ThemeNormalizer";
@@ -1,19 +1,21 @@
1
1
  import { Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
2
- import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
2
+ import { colorStyling, SpacingStyling, generalStylex, IconStyling, FillStyling, BorderStyling, BackgroundStyling, TextStyles } from "./styles";
3
3
  import { useSpacingBlueprintStore } from "../store";
4
4
  import { typographyStylex } from "./styles/Typography";
5
- import { blueprintStylex } from "./styles/Blueprints";
6
5
  export declare function useStyling(): {
7
- spacing: typeof spacingStyling.createSpacing;
8
- spacingStylex: typeof spacingStyling.createSpacingx;
6
+ spacing: typeof SpacingStyling.createSpacing;
7
+ spacingStylex: typeof SpacingStyling.createSpacingx;
9
8
  };
10
9
  export declare function useThemeStyling(): {
10
+ icons: {
11
+ stylex: typeof IconStyling.getIconBlueprintStylex;
12
+ };
11
13
  colors: {
12
14
  dividingOpacity: typeof colorStyling.dividingOpacity;
13
15
  backgroundOpacity: typeof colorStyling.backgroundOpacity;
14
16
  setColorOpacity: typeof setColorOpacity;
15
17
  };
16
- styles: {
18
+ elementStyling: {
17
19
  colorStylex: typeof colorStyling.getColorStylingx;
18
20
  selectedTableRowStylex: typeof generalStylex.getSelectedTableRowStylex;
19
21
  scrollStylex: typeof generalStylex.getScrollStylex;
@@ -29,6 +31,7 @@ export declare function useThemeStyling(): {
29
31
  valueStylex: typeof typographyStylex.typographyStylexFromValueStylex;
30
32
  typeStylex: typeof typographyStylex.typographyTypeStylex;
31
33
  stylex: typeof typographyStylex.typographyStylex;
34
+ fontStyling: typeof import("./styles/Typography").fontStyling;
32
35
  typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
33
36
  baseStyles: {
34
37
  fontFamily: string;
@@ -45,23 +48,27 @@ export declare function useThemeStyling(): {
45
48
  queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
46
49
  };
47
50
  };
48
- blueprints: {
49
- buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
50
- iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
51
- chipStylex: typeof blueprintStylex.getChipBlueprintStylex;
52
- fillStylex: typeof blueprintStylex.getBlueprintFillStylex;
53
- borderStylex: typeof blueprintStylex.getBlueprintBorderStylex;
54
- backgroundStylex: typeof blueprintStylex.getBlueprintBackgroundStylex;
55
- textStylex: typeof blueprintStylex.getBlueprintTextStylex;
56
- tabStylex: typeof blueprintStylex.getBlueprintTabStylex;
57
- tabsStylex: typeof blueprintStylex.getBlueprintTabsStylex;
58
- textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
59
- spacing: {
60
- paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
61
- marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
62
- value: (value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
63
- values: (value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Spacing;
64
- };
51
+ spacing: {
52
+ paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
53
+ marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
54
+ value: (value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
55
+ values: (value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Spacing;
56
+ };
57
+ fill: {
58
+ stylex: typeof FillStyling.getBlueprintFillStylex;
59
+ stylexObject: typeof FillStyling.getBlueprintFillObjectStylex;
60
+ };
61
+ border: {
62
+ stylex: typeof BorderStyling.getBlueprintBorderStylex;
63
+ stylexObject: typeof BorderStyling.getBlueprintBorderObjectStylex;
64
+ };
65
+ background: {
66
+ stylex: typeof BackgroundStyling.getBlueprintBackgroundStylex;
67
+ stylexObject: typeof BackgroundStyling.getBlueprintBackgroundObjectStylex;
68
+ };
69
+ text: {
70
+ stylex: typeof TextStyles.getBlueprintTextStylex;
71
+ object: typeof TextStyles.getBlueprintTextStylingObject;
65
72
  };
66
73
  };
67
74
  declare function generateValueVariable(color: ColorValue): string;
@@ -0,0 +1,30 @@
1
+ import { BackgroundDefinition } from "@omnia/fx-models";
2
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
+ import { useColorSchemaStore } from "../../store";
4
+ export declare namespace BackgroundStyling {
5
+ function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
6
+ function getBlueprintBackgroundObjectStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
7
+ borderTopLeftRadius?: StylexValue;
8
+ borderTopRightRadius?: StylexValue;
9
+ borderBottomRightRadius?: StylexValue;
10
+ borderBottomLeftRadius?: StylexValue;
11
+ border?: StylexValue;
12
+ background?: StylexValue;
13
+ borderTop?: StylexValue;
14
+ borderRight?: StylexValue;
15
+ borderBottom?: StylexValue;
16
+ borderLeft?: StylexValue;
17
+ } & {
18
+ background?: StylexValue;
19
+ backdropFilter?: StylexValue;
20
+ } & {
21
+ position?: StylexValue;
22
+ backgroundImage?: StylexValue;
23
+ backgroundPosition?: StylexValue;
24
+ backgroundRepeat?: StylexValue;
25
+ backgroundSize?: StylexValue;
26
+ width?: StylexValue;
27
+ height?: StylexValue;
28
+ $nest?: StylexValue;
29
+ };
30
+ }
@@ -0,0 +1,6 @@
1
+ import { Spacing } from "@omnia/fx-models";
2
+ import { useSpacingBlueprintStore } from "../../store";
3
+ export declare namespace BlueprintValues {
4
+ function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
5
+ function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
6
+ }
@@ -0,0 +1,18 @@
1
+ import { BorderStylingDefinition } from "@omnia/fx-models";
2
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
+ import { useColorSchemaStore } from "../../store";
4
+ export declare namespace BorderStyling {
5
+ function getBlueprintBorderStylex(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
6
+ function getBlueprintBorderObjectStylex(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
7
+ borderTopLeftRadius?: StylexValue;
8
+ borderTopRightRadius?: StylexValue;
9
+ borderBottomRightRadius?: StylexValue;
10
+ borderBottomLeftRadius?: StylexValue;
11
+ border?: StylexValue;
12
+ background?: StylexValue;
13
+ borderTop?: StylexValue;
14
+ borderRight?: StylexValue;
15
+ borderBottom?: StylexValue;
16
+ borderLeft?: StylexValue;
17
+ };
18
+ }
@@ -0,0 +1,13 @@
1
+ import { FillDefinitionValue } from "@omnia/fx-models";
2
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
+ import { useColorSchemaStore } from "../../store";
4
+ import { NestedCSSProperties } from "typestyle/lib/types";
5
+ export declare namespace FillStyling {
6
+ function generateFillColorString(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
7
+ function getBlueprintFillStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
8
+ function getBlueprintFillObject(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
9
+ function getBlueprintFillObjectStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): {
10
+ background?: StylexValue;
11
+ backdropFilter?: StylexValue;
12
+ };
13
+ }
@@ -0,0 +1,6 @@
1
+ import { IconBlueprint } from "@omnia/fx-models";
2
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
+ import { useColorSchemaStore } from "../../store";
4
+ export declare namespace IconStyling {
5
+ function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexValue>;
6
+ }
@@ -1,3 +1,5 @@
1
+ import { Spacing, SpacingValue } from "@omnia/fx-models";
2
+ import { useSpacingBlueprintStore } from "../../store";
1
3
  export type SpacingTypes = "padding" | "margin";
2
4
  export interface NumericalSpacing {
3
5
  top?: number;
@@ -5,7 +7,8 @@ export interface NumericalSpacing {
5
7
  bottom?: number;
6
8
  left?: number;
7
9
  }
8
- export declare namespace spacingStyling {
10
+ export declare namespace SpacingStyling {
11
+ function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
9
12
  function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
10
13
  function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
11
14
  }
@@ -0,0 +1,4 @@
1
+ export declare namespace StyleFormatters {
2
+ function formatPixelValue(value: any): string;
3
+ function formatMediaUrl(url: string): string;
4
+ }
@@ -0,0 +1,10 @@
1
+ import { TextBlueprint } from "@omnia/fx-models";
2
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
3
+ import { useTypographyBlueprintStore, useColorSchemaStore } from "../../store";
4
+ import { NestedCSSProperties } from "typestyle/lib/types";
5
+ export declare namespace TextStyles {
6
+ /**Text styling */
7
+ function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
8
+ function getBlueprintTextStylingObject(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): NestedCSSProperties;
9
+ function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexValue>;
10
+ }
@@ -35,6 +35,7 @@ export declare namespace typographyStylex {
35
35
  function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
36
36
  }
37
37
  export declare const typographyStyles: {
38
+ fontStyling: typeof fontStyling;
38
39
  typographyTypeStyling: typeof typographyTypeStyling;
39
40
  typographyStyling: typeof typographyStyling;
40
41
  typographyStylingFromValue: typeof typographyStylingByValue;
@@ -84,5 +85,8 @@ declare function typographyTypeStyling(typographyType: TypographyTypes, size: Ty
84
85
  queryOnSmallScreen: MediaQuery;
85
86
  queryOnMediumScreen: MediaQuery;
86
87
  };
88
+ export declare function fontStyling(blueprint: TypographyBlueprint): {
89
+ fontFamily: string;
90
+ };
87
91
  export declare function typographyStyling(blueprints: ReturnType<typeof useTypographyBlueprintStore>): TypographyTypesResult;
88
92
  export {};
@@ -1,6 +1,11 @@
1
1
  import "./Styles.css";
2
- export { blueprintStyles as blueprintStyles } from "./Blueprints";
3
2
  export * from "./Colors";
4
3
  export * from "./General";
5
4
  export { typographyStyles as TypographyStyles } from "./Typography";
6
5
  export * from "./Spacing";
6
+ export * from "./FillStyling";
7
+ export * from "./BorderStyling";
8
+ export * from "./BackgroundStyling";
9
+ export * from "./TextStyling";
10
+ export * from "./IconStyling";
11
+ export * from "./BlueprintValues";
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const adminTenantSettingsCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const addApiMappingCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models";
1
+ import { CommandDefinition } from "../../../../models/command-palette";
2
2
  export declare const removeApiMappingCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const baconIpsumCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models";
1
+ import { CommandDefinition } from "../../../../models/command-palette";
2
2
  export declare const addFrontendMapping: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models";
1
+ import { CommandDefinition } from "../../../../models/command-palette";
2
2
  export declare const removeAllFrontendMappingsCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models";
1
+ import { CommandDefinition } from "../../../../models/command-palette";
2
2
  export declare const removeFrontendMappingCommand: CommandDefinition;
@@ -4,4 +4,3 @@ export * from "./content";
4
4
  export * from "./utils";
5
5
  export * from "./admin";
6
6
  export * from "./swagger";
7
- export * from "./api-explorer";
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const openSwaggerCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const base64DecodeCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const base64EncodeCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const createguidCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const openDevDocsCommand: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const openVelcronStudioCmd: CommandDefinition;
@@ -1,2 +1,2 @@
1
- import { CommandDefinition } from "../../models/CommandDefinition";
1
+ import { CommandDefinition } from "../../../../models/command-palette/CommandDefinition";
2
2
  export declare const themePickerCommand: CommandDefinition;
@@ -183,8 +183,8 @@ declare const _default: {
183
183
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
184
184
  propsDefinition: Omit<Readonly<{} & {
185
185
  flat?: boolean;
186
- type?: ConfirmDialogDisplay;
187
186
  text?: string;
187
+ type?: ConfirmDialogDisplay;
188
188
  icon?: IIcon;
189
189
  disabled?: boolean;
190
190
  tooltip?: ButtonTooltipOptions;
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  size: {
5
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
5
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
6
6
  };
7
7
  showTimeZone: {
8
8
  type: import("vue").PropType<boolean>;
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  Defaults: {};
34
34
  }, Readonly<import("vue").ExtractPropTypes<{
35
35
  size: {
36
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
36
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
37
37
  };
38
38
  showTimeZone: {
39
39
  type: import("vue").PropType<boolean>;
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  __isSuspense?: never;
62
62
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
63
  size: {
64
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl">;
64
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
65
65
  };
66
66
  showTimeZone: {
67
67
  type: import("vue").PropType<boolean>;
@@ -86,9 +86,9 @@ declare const _default: {
86
86
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
88
  variant?: "time" | "date" | "date-time";
89
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl";
90
- value?: DateTimeZone<string>;
89
+ size?: "l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
91
90
  label?: string;
91
+ value?: DateTimeZone<string>;
92
92
  dateFormat?: string;
93
93
  showTimeZone?: boolean;
94
94
  timeFormat?: string;
@@ -85,11 +85,11 @@ declare const dialogComponent: {
85
85
  eager: import("vue").Prop<boolean, boolean>;
86
86
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
+ title?: string;
88
89
  maxWidth?: string | number;
89
90
  position?: DialogPositions;
90
91
  width?: string | number;
91
92
  lazy?: boolean;
92
- title?: string;
93
93
  onClose?: () => void;
94
94
  light?: boolean;
95
95
  dark?: boolean;
@@ -125,7 +125,6 @@ declare const _default: {
125
125
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
126
126
  propsDefinition: Omit<Readonly<{} & {
127
127
  title?: string;
128
- description?: string;
129
128
  definition?: VelcronAppDefinition<object>;
130
129
  props?: {
131
130
  theming: {
@@ -154,6 +153,7 @@ declare const _default: {
154
153
  doc$(description?: string): { [K_1 in TName]: unknown; };
155
154
  };
156
155
  };
156
+ description?: string;
157
157
  }>, never>;
158
158
  };
159
159
  export default _default;
@@ -90,8 +90,8 @@ declare const _default: {
90
90
  close: () => true;
91
91
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
92
92
  propsDefinition: Omit<Readonly<{} & {
93
- icon?: IIcon;
94
93
  title?: string;
94
+ icon?: IIcon;
95
95
  hideCloseButton?: boolean;
96
96
  "v-slots"?: {
97
97
  default?: import("../../DefineVueTypings").Slot;
@@ -153,8 +153,8 @@ declare const _default: {
153
153
  color?: string;
154
154
  icon?: IIcon;
155
155
  height?: number;
156
- description?: string;
157
156
  label?: string;
157
+ description?: string;
158
158
  unitLabel?: string;
159
159
  clickCallback?: (label?: string) => void;
160
160
  loadData?: (isPrevious: boolean) => Promise<void>;
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  required: false;
93
93
  };
94
94
  size: {
95
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
95
+ type: import("vue").PropType<"small" | "large" | "default" | "x-large" | "x-small">;
96
96
  required: false;
97
97
  };
98
98
  "onUpdate:modelValue": {
@@ -181,7 +181,7 @@ declare const _default: {
181
181
  required: false;
182
182
  };
183
183
  size: {
184
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
184
+ type: import("vue").PropType<"small" | "large" | "default" | "x-large" | "x-small">;
185
185
  required: false;
186
186
  };
187
187
  "onUpdate:modelValue": {
@@ -267,7 +267,7 @@ declare const _default: {
267
267
  required: false;
268
268
  };
269
269
  size: {
270
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
270
+ type: import("vue").PropType<"small" | "large" | "default" | "x-large" | "x-small">;
271
271
  required: false;
272
272
  };
273
273
  "onUpdate:modelValue": {
@@ -284,7 +284,7 @@ declare const _default: {
284
284
  }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
285
285
  propsDefinition: Omit<Readonly<{} & {
286
286
  inline?: boolean;
287
- size?: "small" | "default" | "x-large" | "x-small" | "large";
287
+ size?: "small" | "large" | "default" | "x-large" | "x-small";
288
288
  styles?: {
289
289
  container: {
290
290
  $nest: {
@@ -291,10 +291,10 @@ declare const _default: {
291
291
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
292
292
  type?: PrincipalTypes;
293
293
  top?: boolean;
294
- description?: string;
295
294
  label?: string;
296
295
  identityStore?: IIdentityPickerStore;
297
296
  disabled?: boolean;
297
+ description?: string;
298
298
  ariaInvalid?: boolean;
299
299
  ariaDescribedby?: string;
300
300
  providerIds?: guid[];
@@ -375,7 +375,6 @@ declare const _default: {
375
375
  filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
376
376
  type?: PrincipalTypes;
377
377
  top?: boolean;
378
- description?: string;
379
378
  label?: string;
380
379
  identityStore?: IIdentityPickerStore;
381
380
  required?: boolean;
@@ -384,6 +383,7 @@ declare const _default: {
384
383
  modelValue?: Identity[];
385
384
  "onUpdate:modelValue"?: (value: Identity[]) => any | void;
386
385
  "v-model"?: Identity[];
386
+ description?: string;
387
387
  ariaInvalid?: boolean;
388
388
  ariaDescribedby?: string;
389
389
  providerIds?: guid[];
@@ -94,13 +94,13 @@ declare const _default: {
94
94
  container: boolean;
95
95
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
96
96
  propsDefinition: Omit<Readonly<{} & {
97
+ title?: string;
97
98
  text?: string;
98
99
  icon?: IIcon;
99
100
  container?: boolean;
100
- title?: string;
101
- description?: string;
102
101
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
103
102
  colors?: import("../../..").ColorSchemaStoreType;
103
+ description?: string;
104
104
  }>, never>;
105
105
  };
106
106
  export default _default;