@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
@@ -94,8 +94,8 @@ 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
- container?: boolean;
98
97
  title?: string;
98
+ container?: boolean;
99
99
  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;
100
100
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
101
101
  settingsKey?: any;
@@ -98,8 +98,8 @@ declare const _default: {
98
98
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
99
99
  propsDefinition: Omit<Readonly<{} & {
100
100
  container?: boolean;
101
- class?: String | String[];
102
101
  filled?: boolean;
102
+ class?: String | String[];
103
103
  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;
104
104
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
105
105
  toned?: boolean;
@@ -102,8 +102,8 @@ declare const _default: {
102
102
  container: boolean;
103
103
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
104
104
  propsDefinition: Omit<Readonly<{} & {
105
- container?: boolean;
106
105
  small?: boolean;
106
+ container?: boolean;
107
107
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
108
108
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
109
109
  parentContainer?: LayoutItem;
@@ -103,8 +103,8 @@ declare const _default: {
103
103
  container: boolean;
104
104
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
105
105
  propsDefinition: Omit<Readonly<{} & {
106
- container?: boolean;
107
106
  small?: boolean;
107
+ container?: boolean;
108
108
  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;
109
109
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
110
110
  toned?: boolean;
@@ -12,10 +12,10 @@ declare const _default: {
12
12
  type: import("vue").PropType<TextBlueprint>;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
15
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
16
16
  };
17
17
  typography: {
18
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
18
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
19
19
  };
20
20
  placeholder: {
21
21
  type: import("vue").PropType<string>;
@@ -130,10 +130,10 @@ declare const _default: {
130
130
  type: import("vue").PropType<TextBlueprint>;
131
131
  };
132
132
  size: {
133
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
133
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
134
134
  };
135
135
  typography: {
136
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
136
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
137
137
  };
138
138
  placeholder: {
139
139
  type: import("vue").PropType<string>;
@@ -245,10 +245,10 @@ declare const _default: {
245
245
  type: import("vue").PropType<TextBlueprint>;
246
246
  };
247
247
  size: {
248
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
248
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
249
249
  };
250
250
  typography: {
251
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
251
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
252
252
  };
253
253
  placeholder: {
254
254
  type: import("vue").PropType<string>;
@@ -408,10 +408,10 @@ declare const _default: {
408
408
  };
409
409
  }>;
410
410
  };
411
- typography?: "text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes;
411
+ typography?: "title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes;
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
414
+ size?: "l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
415
415
  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;
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
@@ -5,10 +5,10 @@ declare const _default: {
5
5
  type: import("vue").PropType<TextBlueprint>;
6
6
  };
7
7
  size: {
8
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
8
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
9
9
  };
10
10
  typography: {
11
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
11
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
12
12
  };
13
13
  toned: {
14
14
  type: import("vue").PropType<boolean>;
@@ -29,10 +29,10 @@ declare const _default: {
29
29
  type: import("vue").PropType<TextBlueprint>;
30
30
  };
31
31
  size: {
32
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
32
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
33
33
  };
34
34
  typography: {
35
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
35
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
36
36
  };
37
37
  toned: {
38
38
  type: import("vue").PropType<boolean>;
@@ -50,10 +50,10 @@ declare const _default: {
50
50
  type: import("vue").PropType<TextBlueprint>;
51
51
  };
52
52
  size: {
53
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes>;
53
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
54
54
  };
55
55
  typography: {
56
- type: import("vue").PropType<"text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes>;
56
+ type: import("vue").PropType<"title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes>;
57
57
  };
58
58
  toned: {
59
59
  type: import("vue").PropType<boolean>;
@@ -66,9 +66,9 @@ declare const _default: {
66
66
  propsDefinition: Omit<Readonly<{
67
67
  value: string;
68
68
  } & {
69
- typography?: "text" | "title" | "navigation" | "variants" | "fills" | TypographyTypes;
69
+ typography?: "title" | "text" | "navigation" | "variants" | "fills" | TypographyTypes;
70
70
  blueprint?: TextBlueprint;
71
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
71
+ size?: "l" | "s" | "xs" | "m" | "xl" | TypographySizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
72
72
  toned?: boolean;
73
73
  }>, never>;
74
74
  };
@@ -1,4 +1,3 @@
1
1
  export declare const PhotoWallCss: {
2
- singleImgStyling: string;
3
- singleMediaDisplayStyling: () => string;
2
+ singleImgStyling: import("@omnia/fx/ux").StylexValue;
4
3
  };
@@ -0,0 +1,5 @@
1
+ import { ButtonBlueprint } from "@omnia/fx-models";
2
+ import { StylexValue, useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare namespace BlueprintStyling {
4
+ function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
5
+ }
@@ -0,0 +1,5 @@
1
+ import { ChipBlueprint } from "@omnia/fx-models";
2
+ import { StylexValue, useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare namespace BlueprintStyling {
4
+ function getChipBlueprintStylex(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
5
+ }
@@ -6,7 +6,7 @@ export type InputTypes = typeof InputTypeDefinitions[number];
6
6
  export type InputApi = {
7
7
  focus: () => void;
8
8
  };
9
- type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
+ type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
10
10
  type NumberInputProps = DefineVModel<"", number, false, null, false, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
11
11
  type TextInputProps = DefineVModel<"", string, false, null, false, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
12
12
  declare const _default: <TType extends "text" | "number" | "password" = "text">(props: import("@omnia/fx/ux").ConstructComponentProps<{
@@ -1,167 +1,32 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
- customWidth: {
4
- type: import("vue").PropType<number>;
5
- required: false;
6
- };
7
- variant: {
8
- type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
9
- };
10
- overrides: {
11
- type: import("vue").PropType<object>;
12
- };
13
- toned: {
14
- type: import("vue").PropType<boolean>;
15
- };
16
- location: {
17
- type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
18
- };
19
- "onUpdate:modelValue": {
20
- type: import("vue").PropType<(value: boolean) => any | void>;
21
- };
22
- "v-model": {
23
- type: import("vue").PropType<boolean>;
24
- required: false;
25
- };
26
- modelValue: {
27
- type: import("vue").PropType<boolean>;
28
- required: false;
29
- };
30
- class: {
31
- type: import("vue").PropType<String | String[]>;
32
- required: boolean;
33
- };
34
- colorSchemaType: {
35
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
36
- required: boolean;
37
- };
38
- container: {
39
- type: BooleanConstructor;
40
- required: boolean;
41
- };
42
- colors: {
43
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
44
- required: boolean;
45
- };
46
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
47
- container: boolean;
48
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
49
- P: {};
50
- B: {};
51
- D: {};
52
- C: {};
53
- M: {};
54
- Defaults: {};
55
- }, Readonly<import("vue").ExtractPropTypes<{
56
- customWidth: {
57
- type: import("vue").PropType<number>;
58
- required: false;
59
- };
60
- variant: {
61
- type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
62
- };
63
- overrides: {
64
- type: import("vue").PropType<object>;
65
- };
66
- toned: {
67
- type: import("vue").PropType<boolean>;
68
- };
69
- location: {
70
- type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
71
- };
72
- "onUpdate:modelValue": {
73
- type: import("vue").PropType<(value: boolean) => any | void>;
74
- };
75
- "v-model": {
76
- type: import("vue").PropType<boolean>;
77
- required: false;
78
- };
79
- modelValue: {
80
- type: import("vue").PropType<boolean>;
81
- required: false;
82
- };
83
- class: {
84
- type: import("vue").PropType<String | String[]>;
85
- required: boolean;
86
- };
87
- colorSchemaType: {
88
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
89
- required: boolean;
90
- };
91
- container: {
92
- type: BooleanConstructor;
93
- required: boolean;
94
- };
95
- colors: {
96
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
97
- required: boolean;
98
- };
99
- }>>, () => JSX.Element, {}, {}, {}, {
100
- container: boolean;
101
- }>;
102
- __isFragment?: never;
103
- __isTeleport?: never;
104
- __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
106
- customWidth: {
107
- type: import("vue").PropType<number>;
108
- required: false;
109
- };
110
- variant: {
111
- type: import("vue").PropType<"default" | "dialog" | "editor" | "app">;
112
- };
113
- overrides: {
114
- type: import("vue").PropType<object>;
115
- };
116
- toned: {
117
- type: import("vue").PropType<boolean>;
118
- };
119
- location: {
120
- type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
121
- };
122
- "onUpdate:modelValue": {
123
- type: import("vue").PropType<(value: boolean) => any | void>;
124
- };
125
- "v-model": {
126
- type: import("vue").PropType<boolean>;
127
- required: false;
128
- };
129
- modelValue: {
130
- type: import("vue").PropType<boolean>;
131
- required: false;
132
- };
133
- class: {
134
- type: import("vue").PropType<String | String[]>;
135
- required: boolean;
136
- };
137
- colorSchemaType: {
138
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
139
- required: boolean;
140
- };
141
- container: {
142
- type: BooleanConstructor;
143
- required: boolean;
144
- };
145
- colors: {
146
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
147
- required: boolean;
148
- };
149
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
150
- container: boolean;
151
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
152
- propsDefinition: Omit<Readonly<{} & {
153
- container?: boolean;
154
- variant?: "default" | "dialog" | "editor" | "app";
155
- class?: String | String[];
156
- 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;
157
- location?: "bottom" | "left" | "right" | "top" | "start" | "end";
158
- modelValue?: boolean;
159
- "onUpdate:modelValue"?: (value: boolean) => any | void;
160
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
161
- "v-model"?: boolean;
162
- overrides?: object;
163
- toned?: boolean;
164
- customWidth?: number;
165
- }>, never>;
166
- };
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
+ 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;
3
+ } & {
4
+ container?: boolean;
5
+ } & {
6
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
7
+ } & {
8
+ class?: string | string[];
9
+ } & {
10
+ "emit:update:modelValue": (value: boolean) => void;
11
+ } & {
12
+ "v-model"?: boolean;
13
+ } & {
14
+ modelValue?: boolean;
15
+ } & {
16
+ location?: "bottom" | "left" | "right" | "top" | "start" | "end";
17
+ } & {
18
+ toned?: boolean;
19
+ } & {
20
+ overrides?: object;
21
+ } & {
22
+ variant?: "default" | "dialog" | "editor" | "app";
23
+ } & {
24
+ customWidth?: number;
25
+ } & {
26
+ temporary?: boolean;
27
+ } & {
28
+ disableResizeWatcher?: boolean;
29
+ } & {
30
+ disableRouteWatcher?: boolean;
31
+ }>) => any;
167
32
  export default _default;
@@ -0,0 +1,6 @@
1
+ import { TabsBlueprint } from "@omnia/fx-models";
2
+ import { StylexValue, useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare namespace BlueprintStyling {
4
+ function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexValue>;
5
+ function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
6
+ }
@@ -1,5 +1,5 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint } from "@omnia/fx-models";
3
- type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
3
+ type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TabsProps>) => any;
5
5
  export default _default;
@@ -2,6 +2,6 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, Va
2
2
  import { VNodeChild } from "vue";
3
3
  import { ColorValue, OTextAreaTypes, TextBlueprint } from "@omnia/fx-models";
4
4
  declare const emptyRules: any[];
5
- type TextAreaProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", string, false, null, true, "The v-model of the component"> & DefineProp<"hint", string, false, null, "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"toned", boolean, false, null> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"label", string, false, null, "The label of the text area."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"rules", ValidationRule[], false, typeof emptyRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & DefineProp<"readonly", boolean, false, false, "Puts input in readonly state."> & DefineProp<"variant", OTextAreaTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"autoGrow", boolean, false, false, "Automatically grows textarea to fit its content."> & DefineProp<"rows", number, false, 5, "Default row count."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for textarea."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", (value: boolean) => void> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content.">;
5
+ type TextAreaProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", string, false, null, true, "The v-model of the component"> & DefineProp<"hint", string, false, null, "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"toned", boolean, false, null> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"label", string, false, null, "The label of the text area."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"rules", ValidationRule[], false, typeof emptyRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & DefineProp<"readonly", boolean, false, false, "Puts input in readonly state."> & DefineProp<"variant", OTextAreaTypes, false, "default", "Applies a distinct style to the component."> & DefineProp<"autoGrow", boolean, false, false, "Automatically grows textarea to fit its content."> & DefineProp<"rows", number, false, 5, "Default row count."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for textarea."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", (value: boolean) => void> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content.">;
6
6
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextAreaProps>) => any;
7
7
  export default _default;
@@ -52,7 +52,7 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Constru
52
52
  } & {
53
53
  checkNodeToMove?: (item: T) => boolean;
54
54
  } & {
55
- padding?: Spacing | SpacingValue;
55
+ padding?: SpacingValue | Spacing;
56
56
  } & {
57
57
  indentation?: SpacingValue;
58
58
  } & DefineSlot<"title", (title: string) => VNodeChild, "Appends content after label.."> & DefineSlot<"appendInnerItem", (value: TreewViewItemSlot<T>) => VNodeChild, "Appends content after label.."> & DefineSlot<"prepend", (value: TreewViewItemSlot<T>) => VNodeChild, "Prepends content before label.."> & DefineEmit<"update:active", (items: T[]) => void>>) => any;
@@ -51,7 +51,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
51
51
  } & {
52
52
  checkNodeToMove?: (item: any) => boolean;
53
53
  } & {
54
- padding?: Spacing | SpacingValue;
54
+ padding?: SpacingValue | Spacing;
55
55
  } & {
56
56
  indentation?: SpacingValue;
57
57
  } & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
@@ -158,9 +158,9 @@ declare const _default: {
158
158
  };
159
159
  }>>, () => 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 & {
160
160
  propsDefinition: Omit<Readonly<{} & {
161
+ filled?: boolean;
161
162
  multiple?: boolean;
162
163
  disabled?: boolean;
163
- filled?: boolean;
164
164
  hideDetails?: boolean;
165
165
  hideConfiguration?: boolean;
166
166
  resetAfterSelected?: boolean;
@@ -141,15 +141,15 @@ declare const _default: {
141
141
  };
142
142
  }>>, () => 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 & {
143
143
  propsDefinition: Omit<Readonly<{} & {
144
- width?: string | number;
145
144
  title?: string;
146
- description?: string;
145
+ width?: string | number;
147
146
  onCancel?: () => void;
148
147
  headerClass?: string;
149
148
  contentClass?: string;
150
149
  modelValue?: boolean;
151
150
  "onUpdate:modelValue"?: (value: boolean) => any | void;
152
151
  "v-model"?: boolean;
152
+ description?: string;
153
153
  onSave?: () => Promise<boolean>;
154
154
  disableSave?: boolean;
155
155
  disableCancel?: boolean;
@@ -25,7 +25,7 @@ export declare function useDraggable(): {
25
25
  } & {
26
26
  variant?: "background" | "default";
27
27
  } & {
28
- size?: "small" | "default" | "x-large" | "x-small" | "large";
28
+ size?: "small" | "large" | "default" | "x-large" | "x-small";
29
29
  } & {
30
30
  animation?: "flip" | "spin" | "beat" | "bounce";
31
31
  } & {
@@ -392,6 +392,7 @@ declare const _default: {
392
392
  container: boolean;
393
393
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
394
394
  propsDefinition: Omit<Readonly<{} & {
395
+ title?: string;
395
396
  name?: {
396
397
  [x: `onUpdate:${string}`]: {
397
398
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -455,7 +456,6 @@ declare const _default: {
455
456
  };
456
457
  icon?: IIcon;
457
458
  container?: boolean;
458
- title?: string;
459
459
  variant?: Variant;
460
460
  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;
461
461
  modelValue?: boolean;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const capitalizeFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const dateFormatter: InterpolationFormatter;
@@ -0,0 +1,4 @@
1
+ export interface InterpolationFormatter {
2
+ name: string;
3
+ format: (value: unknown, ...parameters: any) => string | number;
4
+ }
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const jsonFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const lengthFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const replaceFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const substringFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const trimFormatter: InterpolationFormatter;
@@ -0,0 +1,2 @@
1
+ import { InterpolationFormatter } from "./InterpolationFormatter";
2
+ export declare const uppercaseFormatter: InterpolationFormatter;
@@ -0,0 +1,9 @@
1
+ export * from "./InterpolationFormatter";
2
+ export * from "./DateFormatter";
3
+ export * from "./CapitalizeFormatter";
4
+ export * from "./UppercaseFormatter";
5
+ export * from "./TrimFormatter";
6
+ export * from "./JsonFormatter";
7
+ export * from "./LengthFormatter";
8
+ export * from "./ReplaceFormatter";
9
+ export * from "./SubStringFormatter";
@@ -7,3 +7,4 @@ export * from "./rules";
7
7
  export * from "./templatebuilder";
8
8
  export * from "./events";
9
9
  export * from "./providers";
10
+ export * from "./formatters";