@omnia/fx 8.0.91-vnext → 8.0.92-vnext

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 (242) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
  3. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +3 -4
  4. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +0 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
  6. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  7. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +16 -0
  8. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.d.ts +100 -100
  12. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +29 -29
  15. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -0
  16. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.d.ts → colorsettingspicker/ColorSettingsPicker.d.ts} +24 -24
  19. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +162 -64
  22. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +77 -22
  25. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +68 -24
  26. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
  27. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
  28. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +70 -12
  33. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +11 -0
  34. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +11 -11
  39. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +11 -11
  40. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
  41. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +0 -1
  48. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -0
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -0
  70. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +3 -0
  71. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +16 -5
  72. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
  75. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
  79. package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -0
  81. package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
  86. package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
  87. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
  88. package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
  89. package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
  91. package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +16 -33
  120. package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +15 -0
  123. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +16 -1
  134. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +0 -4
  137. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +18 -0
  138. package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
  139. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +11 -11
  140. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +16 -21
  141. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +11 -11
  142. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +16 -21
  143. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +11 -11
  144. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +16 -21
  145. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -11
  146. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +16 -21
  147. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +11 -10
  148. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +16 -20
  149. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -5
  150. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +11 -10
  151. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +16 -21
  152. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -5
  153. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +11 -11
  154. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +16 -21
  155. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -5
  156. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +11 -10
  157. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +16 -21
  158. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +11 -11
  159. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +16 -21
  160. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +11 -11
  161. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +16 -21
  162. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +11 -11
  164. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +16 -21
  165. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +11 -10
  166. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +16 -21
  167. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +11 -11
  168. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +16 -21
  169. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +11 -11
  170. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +16 -21
  171. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +11 -11
  172. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +16 -20
  173. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +11 -11
  174. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +16 -21
  175. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +11 -11
  176. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +16 -21
  177. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -5
  178. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -5
  179. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +352 -18
  180. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +382 -29
  181. package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +3 -3
  184. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +64 -64
  186. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +37 -37
  189. package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.d.ts +24 -24
  190. package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
  191. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
  192. package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
  193. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
  194. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +12 -12
  195. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +20 -0
  196. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +334 -2
  197. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
  198. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +22 -9
  199. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
  200. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -1
  201. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
  202. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
  203. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +26 -0
  205. package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
  206. package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
  207. package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
  209. package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
  210. package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
  211. package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
  212. package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
  213. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +6 -0
  214. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +3 -1
  215. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -14
  216. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
  217. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  218. package/internal-do-not-import-from-here/wctypings.d.ts +42 -35
  219. package/package.json +2 -2
  220. package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
  221. package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
  222. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +0 -8
  223. package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
  224. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +0 -1
  225. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +0 -1
  227. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
  229. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +0 -1
  230. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +0 -1
  231. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +0 -1
  232. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -0
  234. /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  235. /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/docs/SampleComponent.d.ts +0 -0
  236. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  237. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
  238. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker → colorschemapicker}/docs/SampleComponent.d.ts +0 -0
  239. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.css.d.ts → colorsettingspicker/ColorSettingsPicker.css.d.ts} +0 -0
  240. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorsettingspicker}/docs/SampleComponent.d.ts +0 -0
  241. /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker/docs/SampleComponent.d.ts → datetimezonepicker/docs/DateTimeZonePickerExample.d.ts} +0 -0
  242. /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.css.d.ts +0 -0
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
@@ -50,7 +50,7 @@ export interface ThemeDefinitionV2 {
50
50
  colors: ColorSchemas;
51
51
  blueprints: BluePrintDefinitions;
52
52
  }
53
- export type ColorSchemaType = "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "error" | "info";
53
+ export type ColorSchemaType = keyof typeof ColorSchemaTypes;
54
54
  export declare enum ColorSchemaTypes {
55
55
  primary = "primary",
56
56
  secondary = "secondary",
@@ -62,14 +62,14 @@ export declare enum ColorSchemaTypes {
62
62
  error = "error",
63
63
  info = "info"
64
64
  }
65
- export type BlueprintType = "default" | "variant1" | "variant2" | "variant3";
65
+ export type BlueprintType = keyof typeof BlueprintTypes;
66
66
  export declare enum BlueprintTypes {
67
67
  default = "default",
68
68
  variant1 = "variant1",
69
69
  variant2 = "variant2",
70
70
  variant3 = "variant3"
71
71
  }
72
- export type ColorType = "base" | "onBase" | "container" | "onContainer";
72
+ export type ColorType = keyof typeof ColorTypes;
73
73
  export declare enum ColorTypes {
74
74
  base = "base",
75
75
  onBase = "onBase",
@@ -33,14 +33,13 @@ export interface TypographyTypeBreakPoint {
33
33
  size: number;
34
34
  lineHeight: number;
35
35
  }
36
- export type TypographyType = "title" | "text" | "navigation" | "link";
36
+ export type TypographyType = keyof typeof TypographyTypes;
37
37
  export declare enum TypographyTypes {
38
38
  title = "title",
39
39
  text = "text",
40
- navigation = "navigation",
41
- link = "link"
40
+ navigation = "navigation"
42
41
  }
43
- export type TypographySize = "xl" | "l" | "m" | "s" | "xs";
42
+ export type TypographySize = keyof typeof TypographySizes;
44
43
  export declare enum TypographySizes {
45
44
  xl = "xl",
46
45
  l = "l",
@@ -6,7 +6,6 @@ var TypographyTypes;
6
6
  TypographyTypes["title"] = "title";
7
7
  TypographyTypes["text"] = "text";
8
8
  TypographyTypes["navigation"] = "navigation";
9
- TypographyTypes["link"] = "link";
10
9
  })(TypographyTypes = exports.TypographyTypes || (exports.TypographyTypes = {}));
11
10
  var TypographySizes;
12
11
  (function (TypographySizes) {
@@ -59,9 +59,6 @@ function useThemeMethods(getThemeDefinition) {
59
59
  else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
60
60
  return typographyBlueprint.definition[size];
61
61
  }
62
- else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
63
- return typographyBlueprint.definition.link[TypographyDefinition_1.TypographySizes.m];
64
- }
65
62
  }
66
63
  function color(colorSchemaType, colorType) {
67
64
  const mappedColorSchema = colorSchema(colorSchemaType);
@@ -2,7 +2,7 @@ declare const HostTypeDefinitions: readonly ["admin", "editor", "docs"];
2
2
  export type HostTypes = typeof HostTypeDefinitions[number];
3
3
  declare const ComponentHostTypeDefinitions: readonly ["dialog", "drawer", "expansion-panel", "blade", "app", "table", "appbar", "toolbar", "tab", "tab-vertical", "panel", "omfx"];
4
4
  export type ComponentHostTypes = typeof ComponentHostTypeDefinitions[number];
5
- declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default"];
5
+ declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default", "section"];
6
6
  export type ComponentVariants = typeof ComponentVariantDefinitions[number];
7
7
  export interface NewHostSettings {
8
8
  host?: HostTypes;
@@ -15,7 +15,7 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
17
  componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
18
- componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
18
+ componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
@@ -23,7 +23,7 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
23
23
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
24
24
  readonly host: "admin" | "editor" | "docs";
25
25
  readonly componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
26
- readonly componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
26
+ readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
27
27
  readonly force: boolean;
28
28
  appliedComponents(host: string): boolean;
29
29
  };
@@ -40,8 +40,8 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
40
40
  onMutatedHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
41
41
  onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
42
42
  onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
43
- onMutatingComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
44
- onMutatedComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
43
+ onMutatingComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
44
+ onMutatedComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
45
45
  onMutatingAppliedComponents: import("@omnia/fx").EventHook<string[]>;
46
46
  onMutatedAppliedComponents: import("@omnia/fx").EventHook<string[]>;
47
47
  onMutatingForce: import("@omnia/fx").EventHook<boolean>;
@@ -0,0 +1,16 @@
1
+ export declare const useCompontentSharedSettingsStore: (newInstanceWithName?: string) => {
2
+ state: {
3
+ settings: any;
4
+ };
5
+ get: {
6
+ settings<TSettings>(): TSettings;
7
+ };
8
+ actions: {
9
+ updateSettings: (settings: any) => void;
10
+ };
11
+ events: {
12
+ onMutatingSettings: import("@omnia/fx").EventHook<any>;
13
+ onMutatedSettings: import("@omnia/fx").EventHook<any>;
14
+ };
15
+ deactivated(): void;
16
+ };
@@ -1 +1,2 @@
1
1
  export * from "./ComponentHostStore";
2
+ export * from "./ComponentSharedSettingsStore";
@@ -1 +1 @@
1
- export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -1 +1 @@
1
- export declare const spec: import("@omnia/fx/ux").ComponentSpec;
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;