@omnia/fx 8.0.322-dev → 8.0.324-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/{ux/commandpalette/stores/CommandStore.d.ts → stores/CommandPaletteStore.d.ts} +3 -3
  6. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +26 -0
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/InputEditorStore.d.ts +24 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +20 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +17 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.css.d.ts +4 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +17 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -3
  20. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -20
  22. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +11 -3
  24. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +8 -8
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeMigrations.d.ts +12 -0
  27. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +8 -10
  30. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +29 -22
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +30 -0
  33. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +6 -0
  34. package/internal-do-not-import-from-here/ux/aurora/styling/styles/BorderStyling.d.ts +18 -0
  35. package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +13 -0
  36. package/internal-do-not-import-from-here/ux/aurora/styling/styles/IconStyling.d.ts +6 -0
  37. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +4 -1
  38. package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/aurora/styling/styles/TextStyling.d.ts +10 -0
  40. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +4 -0
  41. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +6 -1
  42. package/internal-do-not-import-from-here/ux/commandpalette/commands/admin/TenantSettingsCommand.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/AddApiMappingCommand.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/commandpalette/commands/api/RemoveApiMappingCommand.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/commandpalette/commands/content/BaconIpsumCommand.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/AddFrontendMappingCommand.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveAllFrontendMappingsCommand.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveFrontendMappingCommand.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +0 -1
  50. package/internal-do-not-import-from-here/ux/commandpalette/commands/swagger/OpenSwaggerCommand.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64DecodeCommand.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64EncodeCommand.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenDevDocsCommand.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  64. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
  72. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  73. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -2
  74. package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +5 -0
  75. package/internal-do-not-import-from-here/ux/oxide/chip/BlueprintStyling.d.ts +5 -0
  76. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +31 -166
  78. package/internal-do-not-import-from-here/ux/oxide/tab/BlueprintStyling.d.ts +6 -0
  79. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/velcron/core/formatters/CapitalizeFormatter.d.ts +2 -0
  88. package/internal-do-not-import-from-here/ux/velcron/core/formatters/DateFormatter.d.ts +2 -0
  89. package/internal-do-not-import-from-here/ux/velcron/core/formatters/InterpolationFormatter.d.ts +4 -0
  90. package/internal-do-not-import-from-here/ux/velcron/core/formatters/JsonFormatter.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/velcron/core/formatters/LengthFormatter.d.ts +2 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/formatters/ReplaceFormatter.d.ts +2 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/formatters/SubStringFormatter.d.ts +2 -0
  94. package/internal-do-not-import-from-here/ux/velcron/core/formatters/TrimFormatter.d.ts +2 -0
  95. package/internal-do-not-import-from-here/ux/velcron/core/formatters/UppercaseFormatter.d.ts +2 -0
  96. package/internal-do-not-import-from-here/ux/velcron/core/formatters/index.d.ts +9 -0
  97. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +50 -0
  99. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronFormatters.d.ts +6 -0
  100. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  101. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  102. package/internal-do-not-import-from-here/wctypings.d.ts +29 -47
  103. package/package.json +2 -2
  104. package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +0 -4
  105. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +0 -27
  106. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -0
  107. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +0 -2
  108. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +0 -6
  109. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +0 -1
  110. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +0 -17
  111. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +0 -3
  112. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +0 -2
  113. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +0 -1
  114. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +0 -1
  115. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +0 -2
  116. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +0 -70
  117. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +0 -1
  118. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +0 -9
  119. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteInputBox.d.ts +0 -5
  121. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteListPickItem.d.ts +0 -6
  122. package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteMessage.d.ts +0 -4
  123. package/internal-do-not-import-from-here/ux/commandpalette/models/FuzzySearchable.d.ts +0 -3
  124. package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +0 -6
  125. package/internal-do-not-import-from-here/ux/commandpalette/stores/index.d.ts +0 -1
  126. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +0 -4
  127. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +0 -23
  128. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +0 -10
  129. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -34
  130. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +0 -19
  131. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +0 -6
  132. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +0 -19
  133. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +0 -16
  134. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -71
  135. package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +0 -34
  136. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -31
  137. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +0 -4
  138. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +0 -47
  139. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +0 -16
  140. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +0 -68
  141. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +0 -16
  142. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -82
  143. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +0 -7
  144. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +0 -0
  145. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +0 -34
  146. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +0 -46
  147. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -0
  148. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -0
  149. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -0
  150. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -0
  151. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -0
  152. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -0
  153. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +0 -2
  154. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -0
  155. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +0 -149
  156. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +0 -2
  157. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +0 -44
  158. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +0 -3
  159. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +0 -8
  160. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +0 -16
  161. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +0 -16
  162. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +0 -16
  163. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +0 -16
  164. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +0 -16
  165. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +0 -16
  166. /package/internal-do-not-import-from-here/ux/{commandpalette/commands/api-explorer/components/ApiExplorer.d.ts → aurora/admin/blades/blueprints/components/blades/InputBlade.d.ts} +0 -0
  167. /package/internal-do-not-import-from-here/ux/{hub/feed/HubFeedChrome.d.ts → aurora/admin/blades/blueprints/components/blades/InputBladeEdit.d.ts} +0 -0
  168. /package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/{EnterprisePropertyValue.d.ts → EnterprisePropertyRenderer.d.ts} +0 -0
@@ -1,12 +1,62 @@
1
1
  import { VelcronRenderContext } from "../models";
2
2
  import { VelcronBindableProp } from "..";
3
3
  export declare class VelcronDataBinder {
4
+ /**
5
+ * Binds a value based on the provided binding expression.
6
+ * @param renderContext The render context containing state and other data.
7
+ * @param bindTo The binding expression or value.
8
+ * @returns The bound value after applying formatters and other logic.
9
+ */
4
10
  static bind<T = string>(renderContext: VelcronRenderContext, bindTo: VelcronBindableProp<any>): T;
11
+ /**
12
+ * Interpolates tokens within a binding string and applies formatters.
13
+ * @param bindTo The binding string containing tokens.
14
+ * @param renderContext The render context.
15
+ * @returns The interpolated string with formatters applied.
16
+ */
5
17
  private static interpolateTokens;
18
+ /**
19
+ * Parses an interpolation string to extract the variable and its formatters.
20
+ * @param match The interpolation string, e.g., "{{ variable | formatter1:'arg1','arg2' | formatter2 }}"
21
+ * @returns An Interpolation object or null if parsing fails.
22
+ */
23
+ private static parseInterpolation;
24
+ /**
25
+ * Processes a token that might represent an action or a state variable.
26
+ * @param tokenWithoutBrackets The token string without the surrounding {{ }}.
27
+ * @param renderContext The render context.
28
+ * @returns The result of processing the token.
29
+ */
6
30
  private static processToken;
31
+ /**
32
+ * Evaluates a switch expression based on the render context.
33
+ * @param expression The switch expression object.
34
+ * @param renderContext The render context.
35
+ * @returns The result of the switch expression.
36
+ */
7
37
  private static evaluateSwitchExpression;
38
+ /**
39
+ * Recursively evaluates an expression which can be a string, object, or other types.
40
+ * @param expr The expression to evaluate.
41
+ * @param renderContext The render context.
42
+ * @returns The evaluated result.
43
+ */
8
44
  private static evaluateExpression;
45
+ /**
46
+ * Attempts to update a bound value in the render context.
47
+ * @param renderContext The render context.
48
+ * @param bindPath The binding path string.
49
+ * @param value The new value to set.
50
+ */
9
51
  static tryUpdateBoundValue(renderContext: VelcronRenderContext, bindPath: string, value: unknown): void;
52
+ /**
53
+ * Binds multiple properties at once based on the provided definitions.
54
+ * @param renderContext The render context.
55
+ * @param definition The binding definitions for each property.
56
+ * @param propertiesToBind The list of property keys to bind.
57
+ * @param objectToBindTo The target object where properties will be bound.
58
+ * @returns The object with bound properties.
59
+ */
10
60
  static bindMany<T>(renderContext: VelcronRenderContext, definition: {
11
61
  [P in keyof T]?: VelcronBindableProp<T[P]>;
12
62
  }, propertiesToBind: Array<keyof T>, objectToBindTo: Partial<T>): T;
@@ -0,0 +1,6 @@
1
+ import { InterpolationFormatter } from "../formatters";
2
+ export declare class VelcronFormatters {
3
+ static _formatters: Record<string, InterpolationFormatter>;
4
+ static registerFormatter(formatter: InterpolationFormatter): void;
5
+ static getFormatter(name: string): InterpolationFormatter | undefined;
6
+ }
@@ -7,3 +7,4 @@ export * from "./VelcronRenderers";
7
7
  export * from "./TextValue";
8
8
  export * from "./VelcronPropertyEditors";
9
9
  export * from "./VelcronDataBinder";
10
+ export * from "./VelcronFormatters";
@@ -8,73 +8,73 @@ declare const _default: {
8
8
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
9
9
  };
10
10
  "onUpdate:modelValue": {
11
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
11
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
12
12
  };
13
13
  "v-model": {
14
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
14
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
15
15
  required: false;
16
16
  };
17
17
  modelValue: {
18
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
18
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
19
19
  required: false;
20
20
  };
21
21
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
22
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
22
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
23
23
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
24
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
25
25
  required: false;
26
26
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
27
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
27
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
28
28
  required: false;
29
29
  }; } & {
30
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
30
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
32
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
36
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
36
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
37
37
  required: false;
38
38
  };
39
39
  } & {
40
40
  modelValue: {
41
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
41
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
42
42
  required: false;
43
43
  };
44
44
  }>;
45
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
45
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
47
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
51
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
51
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
52
52
  required: false;
53
53
  };
54
54
  } & {
55
55
  modelValue: {
56
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
56
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
57
57
  required: false;
58
58
  };
59
59
  }, false>;
60
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
60
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
62
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
66
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
66
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
67
67
  required: false;
68
68
  };
69
69
  } & {
70
70
  modelValue: {
71
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
71
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
72
72
  required: false;
73
73
  };
74
74
  }>;
75
75
  };
76
76
  }>> & {
77
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
77
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
78
78
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
79
  "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
80
80
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -92,73 +92,73 @@ declare const _default: {
92
92
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
93
93
  };
94
94
  "onUpdate:modelValue": {
95
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
95
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
96
96
  };
97
97
  "v-model": {
98
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
98
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
99
99
  required: false;
100
100
  };
101
101
  modelValue: {
102
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
102
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
103
103
  required: false;
104
104
  };
105
105
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
106
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
106
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
107
107
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
108
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
108
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
109
109
  required: false;
110
110
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
111
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
111
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
112
112
  required: false;
113
113
  }; } & {
114
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
114
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
115
115
  "onUpdate:modelValue": {
116
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
116
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
117
117
  };
118
118
  } & {
119
119
  "v-model": {
120
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
120
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
121
121
  required: false;
122
122
  };
123
123
  } & {
124
124
  modelValue: {
125
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
125
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
126
126
  required: false;
127
127
  };
128
128
  }>;
129
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
129
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
130
130
  "onUpdate:modelValue": {
131
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
131
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
132
132
  };
133
133
  } & {
134
134
  "v-model": {
135
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
135
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
136
136
  required: false;
137
137
  };
138
138
  } & {
139
139
  modelValue: {
140
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
140
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
141
141
  required: false;
142
142
  };
143
143
  }, false>;
144
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
144
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
145
145
  "onUpdate:modelValue": {
146
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
146
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
147
147
  };
148
148
  } & {
149
149
  "v-model": {
150
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
150
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
151
151
  required: false;
152
152
  };
153
153
  } & {
154
154
  modelValue: {
155
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
155
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
156
156
  required: false;
157
157
  };
158
158
  }>;
159
159
  };
160
160
  }>> & {
161
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
161
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
162
162
  }, () => JSX.Element, {}, {}, {}, {}>;
163
163
  __isFragment?: never;
164
164
  __isTeleport?: never;
@@ -171,145 +171,145 @@ declare const _default: {
171
171
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
172
172
  };
173
173
  "onUpdate:modelValue": {
174
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
174
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
175
175
  };
176
176
  "v-model": {
177
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
177
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
178
178
  required: false;
179
179
  };
180
180
  modelValue: {
181
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
181
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
182
182
  required: false;
183
183
  };
184
184
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
185
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
185
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
186
186
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
187
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
187
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
188
188
  required: false;
189
189
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
190
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
190
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
191
191
  required: false;
192
192
  }; } & {
193
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
193
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
194
194
  "onUpdate:modelValue": {
195
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
195
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
196
196
  };
197
197
  } & {
198
198
  "v-model": {
199
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
199
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
200
200
  required: false;
201
201
  };
202
202
  } & {
203
203
  modelValue: {
204
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
204
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
205
205
  required: false;
206
206
  };
207
207
  }>;
208
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
208
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
209
209
  "onUpdate:modelValue": {
210
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
210
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
211
211
  };
212
212
  } & {
213
213
  "v-model": {
214
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
214
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
215
215
  required: false;
216
216
  };
217
217
  } & {
218
218
  modelValue: {
219
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
219
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
220
220
  required: false;
221
221
  };
222
222
  }, false>;
223
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
223
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
224
224
  "onUpdate:modelValue": {
225
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
225
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
226
226
  };
227
227
  } & {
228
228
  "v-model": {
229
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
229
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
230
230
  required: false;
231
231
  };
232
232
  } & {
233
233
  modelValue: {
234
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
234
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
235
235
  required: false;
236
236
  };
237
237
  }>;
238
238
  };
239
239
  }>> & {
240
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
240
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
241
241
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
242
242
  "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
243
243
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
244
  propsDefinition: Omit<Readonly<{} & {
245
245
  name?: {
246
246
  [x: `onUpdate:${string}`]: {
247
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
247
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
248
248
  };
249
249
  } & {
250
250
  [x: `v-model:${string}`]: {
251
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
251
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
252
252
  required: false;
253
253
  };
254
254
  } & {
255
255
  [x: string]: {
256
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
256
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
257
257
  required: false;
258
258
  };
259
259
  } & {
260
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
260
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, SpacingValue | VelcronSpacing | VelcronPosition, {
261
261
  "onUpdate:modelValue": {
262
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
262
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
263
263
  };
264
264
  } & {
265
265
  "v-model": {
266
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
266
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
267
267
  required: false;
268
268
  };
269
269
  } & {
270
270
  modelValue: {
271
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
271
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
272
272
  required: false;
273
273
  };
274
274
  }>;
275
- defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
275
+ defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingValue | VelcronSpacing | VelcronPosition, {
276
276
  "onUpdate:modelValue": {
277
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
277
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
278
278
  };
279
279
  } & {
280
280
  "v-model": {
281
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
281
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
282
282
  required: false;
283
283
  };
284
284
  } & {
285
285
  modelValue: {
286
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
286
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
287
287
  required: false;
288
288
  };
289
289
  }, false>;
290
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
290
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, SpacingValue | VelcronSpacing | VelcronPosition, {
291
291
  "onUpdate:modelValue": {
292
- type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void>;
292
+ type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
293
293
  };
294
294
  } & {
295
295
  "v-model": {
296
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
296
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
297
297
  required: false;
298
298
  };
299
299
  } & {
300
300
  modelValue: {
301
- type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
301
+ type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
302
302
  required: false;
303
303
  };
304
304
  }>;
305
305
  };
306
306
  settings?: VelcronSpacingEditorSettings;
307
307
  location?: EditorLocation;
308
- modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
309
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
310
- "v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
308
+ modelValue?: SpacingValue | VelcronSpacing | VelcronPosition;
309
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void;
310
+ "v-model"?: SpacingValue | VelcronSpacing | VelcronPosition;
311
311
  }>, "onUpdate:modelValue"> & {
312
- "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
312
+ "onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
313
313
  };
314
314
  };
315
315
  export default _default;
@@ -215,15 +215,11 @@ import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
215
215
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
216
216
  import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
217
217
  import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
218
- import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
218
+ import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyRenderer';
219
219
  import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
220
220
  import wc0619d10d541645aaabbdc17d5b867501 from './ux/enterprisepropertysets/picker/EnterprisePropertySetPicker';
221
221
  import wcfaee0b6397494a9abca9c480856e2498 from './ux/flow/editor/FlowEditor';
222
222
  import wc9f6fd018560b4c8cbd36f39c6d079bb7 from './ux/flow/renderer/FlowRenderer';
223
- import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
224
- import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
225
- import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
226
- import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
227
223
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
228
224
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
229
225
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
@@ -382,6 +378,9 @@ import wcb1acedf8859a4daab8c683bd87142462 from './ux/aurora/components/headerpic
382
378
  import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
383
379
  import wcf7cc41f3ae4944e3b43c380140438973 from './ux/aurora/components/iconstylepicker/IconStyleEditor';
384
380
  import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
381
+ import wcd84a5b45429344d29a084ade31ad668d from './ux/aurora/components/input/InputStylePicker';
382
+ import wc141334bec3914c018c0044b7593ffc93 from './ux/aurora/components/input/InputStyleEditor';
383
+ import wc94cbc66f399948c28f25bf8962deefd1 from './ux/aurora/components/input/InputBlueprintsViewer';
385
384
  import wc564bced7081c496483e8df717f600ff3 from './ux/aurora/components/spacingpicker/SpacingPicker3';
386
385
  import wc0ed52c601528428e935d110b3018a0bc from './ux/aurora/components/spacingpicker/SpacingViewer';
387
386
  import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/aurora/components/spacingpicker/SpacingEditor';
@@ -397,7 +396,6 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typograph
397
396
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
398
397
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
399
398
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
400
- import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
401
399
  import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
402
400
  import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
403
401
  import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
@@ -1473,6 +1471,31 @@ declare global {
1473
1471
  };
1474
1472
  } : typeof wc91919b3f54de42dab709575b8a9ca233;
1475
1473
  };
1474
+ "style": {
1475
+ "picker": typeof wcd84a5b45429344d29a084ade31ad668d extends {
1476
+ propsDefinition: infer TProp;
1477
+ } ? {
1478
+ new (...args: any[]): {
1479
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1480
+ };
1481
+ } : typeof wcd84a5b45429344d29a084ade31ad668d;
1482
+ "editor": typeof wc141334bec3914c018c0044b7593ffc93 extends {
1483
+ propsDefinition: infer TProp;
1484
+ } ? {
1485
+ new (...args: any[]): {
1486
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1487
+ };
1488
+ } : typeof wc141334bec3914c018c0044b7593ffc93;
1489
+ };
1490
+ "blueprints": {
1491
+ "viewer": typeof wc94cbc66f399948c28f25bf8962deefd1 extends {
1492
+ propsDefinition: infer TProp;
1493
+ } ? {
1494
+ new (...args: any[]): {
1495
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1496
+ };
1497
+ } : typeof wc94cbc66f399948c28f25bf8962deefd1;
1498
+ };
1476
1499
  };
1477
1500
  "journey": {
1478
1501
  "blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
@@ -2828,38 +2851,6 @@ declare global {
2828
2851
  };
2829
2852
  } : typeof wc9f6fd018560b4c8cbd36f39c6d079bb7;
2830
2853
  };
2831
- "hub": {
2832
- "chat": typeof wcc587659a68194582be3c393240709785 extends {
2833
- propsDefinition: infer TProp;
2834
- } ? {
2835
- new (...args: any[]): {
2836
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2837
- };
2838
- } : typeof wcc587659a68194582be3c393240709785;
2839
- "feed": {
2840
- "settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5 extends {
2841
- propsDefinition: infer TProp;
2842
- } ? {
2843
- new (...args: any[]): {
2844
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2845
- };
2846
- } : typeof wcbaecc57591074830a5ae2dda9f6b5ed5;
2847
- "chrome": typeof wcb11d3955272348cdb3a131cb1bf61374 extends {
2848
- propsDefinition: infer TProp;
2849
- } ? {
2850
- new (...args: any[]): {
2851
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2852
- };
2853
- } : typeof wcb11d3955272348cdb3a131cb1bf61374;
2854
- };
2855
- "feed$": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 extends {
2856
- propsDefinition: infer TProp;
2857
- } ? {
2858
- new (...args: any[]): {
2859
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2860
- };
2861
- } : typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3;
2862
- };
2863
2854
  "layout": {
2864
2855
  "editor": {
2865
2856
  "canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
@@ -3943,15 +3934,6 @@ declare global {
3943
3934
  } : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
3944
3935
  };
3945
3936
  };
3946
- "api": {
3947
- "explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
3948
- propsDefinition: infer TProp;
3949
- } ? {
3950
- new (...args: any[]): {
3951
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3952
- };
3953
- } : typeof wcd9508940e4fc434687528eb890ae70e9;
3954
- };
3955
3937
  "enterpriseproperties": {
3956
3938
  "datafield": {
3957
3939
  "display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.322-dev",
4
+ "version": "8.0.324-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.322-dev",
23
+ "@omnia/fx-models": "8.0.324-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,4 +0,0 @@
1
- import { SpacingBlueprints } from "@omnia/fx-models";
2
- export declare function SpacingMigration(): {
3
- migrate: (blueprints: SpacingBlueprints) => void;
4
- };
@@ -1,27 +0,0 @@
1
- import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint, Spacing, SpacingValue } from "@omnia/fx-models";
2
- import { NestedCSSProperties } from "typestyle/lib/types";
3
- import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
- import { StylexValue } from "internal/fx/ux/Styles.stylex";
5
- export declare namespace blueprintStylex {
6
- function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
7
- function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
8
- function getBlueprintFillStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
9
- /** Chip */
10
- function getChipBlueprintStylex(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
11
- /**Tab styling */
12
- function getBlueprintBorderStylex(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
13
- function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
14
- function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexValue>;
15
- function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
16
- /**Text styling */
17
- function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexValue>;
18
- function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexValue>;
19
- /**Button styling */
20
- function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
21
- function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
22
- }
23
- export declare namespace blueprintStyles {
24
- /**Text styling */
25
- function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
26
- function getBlueprintTextStylingObject(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): NestedCSSProperties;
27
- }