@omnia/fx 8.0.91-vnext → 8.0.93-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 (248) hide show
  1. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +2 -0
  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/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
  6. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +3 -4
  7. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +0 -1
  8. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
  9. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  10. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +16 -0
  11. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.d.ts +100 -100
  16. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +29 -29
  20. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -0
  21. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.d.ts → colorsettingspicker/ColorSettingsPicker.d.ts} +24 -24
  24. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +162 -64
  27. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +77 -22
  30. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +68 -24
  31. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
  32. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
  33. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +88 -22
  39. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +11 -0
  40. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
  43. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +11 -11
  45. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +11 -11
  46. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
  47. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -7
  54. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -0
  76. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +3 -0
  77. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +16 -5
  78. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
  80. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
  81. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
  85. package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -0
  87. package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
  92. package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
  94. package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +16 -33
  126. package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +15 -0
  129. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +16 -1
  140. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +0 -4
  143. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +18 -0
  144. package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
  145. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +11 -11
  146. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +16 -21
  147. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +11 -11
  148. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +16 -21
  149. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +11 -11
  150. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +16 -21
  151. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -11
  152. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +16 -21
  153. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +11 -10
  154. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +16 -20
  155. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -5
  156. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +11 -10
  157. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +16 -21
  158. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +11 -11
  160. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +16 -21
  161. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -5
  162. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +11 -10
  163. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +16 -21
  164. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +11 -11
  165. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +16 -21
  166. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +11 -11
  167. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +16 -21
  168. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -5
  169. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +11 -11
  170. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +16 -21
  171. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +11 -10
  172. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +16 -21
  173. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +11 -11
  174. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +16 -21
  175. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +11 -11
  176. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +16 -21
  177. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +11 -11
  178. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +16 -20
  179. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +16 -21
  181. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +11 -11
  182. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +16 -21
  183. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -5
  184. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -5
  185. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +352 -18
  186. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +382 -29
  187. package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -3
  191. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +64 -64
  192. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +37 -37
  195. package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.d.ts +24 -24
  196. package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
  197. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
  198. package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
  199. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
  200. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +12 -12
  201. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +20 -0
  202. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +334 -2
  203. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
  204. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +22 -9
  205. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
  206. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -1
  207. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
  208. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
  209. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +1 -1
  210. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +26 -0
  211. package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
  212. package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
  213. package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
  214. package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
  215. package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
  216. package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
  217. package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
  218. package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
  219. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +6 -0
  220. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +3 -1
  221. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -14
  222. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
  223. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  224. package/internal-do-not-import-from-here/wctypings.d.ts +42 -35
  225. package/package.json +2 -2
  226. package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
  227. package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +0 -8
  229. package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
  230. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +0 -1
  231. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +0 -1
  232. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +0 -1
  234. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
  235. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +0 -1
  236. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +0 -1
  237. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +0 -1
  238. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +0 -1
  239. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -0
  240. /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  241. /package/internal-do-not-import-from-here/ux/{theming-v2/components/blueprintpicker → blueprintpicker}/docs/SampleComponent.d.ts +0 -0
  242. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemadefinitionpicker → colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  243. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
  244. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker → colorschemapicker}/docs/SampleComponent.d.ts +0 -0
  245. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorpicker/ColorPicker.css.d.ts → colorsettingspicker/ColorSettingsPicker.css.d.ts} +0 -0
  246. /package/internal-do-not-import-from-here/ux/{theming-v2/components/colorschemapicker → colorsettingspicker}/docs/SampleComponent.d.ts +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker/docs/SampleComponent.d.ts → datetimezonepicker/docs/DateTimeZonePickerExample.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/{theming-v2/components/typographypicker → typographypicker}/TypographyPicker.css.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { BlueprintType, BlueprintTypes } from "@omnia/fx-models";
1
+ import { BlueprintTypes } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
@@ -8,61 +8,61 @@ declare const _default: {
8
8
  class?: unknown;
9
9
  readonly name?: {
10
10
  [x: `onUpdate:${string}`]: {
11
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
11
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
12
12
  };
13
13
  } & {
14
14
  [x: `v-model:${string}`]: {
15
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
15
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
16
16
  required: false;
17
17
  };
18
18
  } & {
19
19
  [x: string]: {
20
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
20
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
21
21
  required: false;
22
22
  };
23
23
  } & {
24
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
24
+ require(): import("../DefineVueTypings").DefinePropModelRequire<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
25
25
  "onUpdate:modelValue": {
26
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
26
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
27
27
  };
28
28
  } & {
29
29
  "v-model": {
30
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
30
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
31
31
  required: false;
32
32
  };
33
33
  } & {
34
34
  modelValue: {
35
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
35
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
36
36
  required: false;
37
37
  };
38
38
  }>;
39
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
39
+ defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
40
40
  "onUpdate:modelValue": {
41
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
41
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
42
42
  };
43
43
  } & {
44
44
  "v-model": {
45
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
45
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
46
46
  required: false;
47
47
  };
48
48
  } & {
49
49
  modelValue: {
50
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
50
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
51
51
  required: false;
52
52
  };
53
53
  }, false>;
54
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
54
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
55
55
  "onUpdate:modelValue": {
56
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
56
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
57
57
  };
58
58
  } & {
59
59
  "v-model": {
60
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
60
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
61
61
  required: false;
62
62
  };
63
63
  } & {
64
64
  modelValue: {
65
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
65
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
66
66
  required: false;
67
67
  };
68
68
  }>;
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
- readonly modelValue?: BlueprintType | BlueprintTypes;
113
- "onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
114
- readonly "v-model"?: BlueprintType | BlueprintTypes;
112
+ readonly modelValue?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
113
+ "onUpdate:modelValue"?: ((value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
114
+ readonly "v-model"?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -128,67 +128,67 @@ declare const _default: {
128
128
  $el: any;
129
129
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
130
130
  "onUpdate:modelValue": {
131
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
131
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
132
132
  };
133
133
  "v-model": {
134
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
134
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
135
135
  required: false;
136
136
  };
137
137
  modelValue: {
138
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
138
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
139
139
  required: false;
140
140
  };
141
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
142
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
143
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
144
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
141
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
142
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
143
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
144
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
145
145
  required: false;
146
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
147
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
146
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
147
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
148
148
  required: false;
149
149
  }; } & {
150
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
150
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
151
151
  "onUpdate:modelValue": {
152
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
152
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
153
153
  };
154
154
  } & {
155
155
  "v-model": {
156
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
156
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
157
157
  required: false;
158
158
  };
159
159
  } & {
160
160
  modelValue: {
161
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
161
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
162
162
  required: false;
163
163
  };
164
164
  }>;
165
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
165
+ defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
166
166
  "onUpdate:modelValue": {
167
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
167
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
168
168
  };
169
169
  } & {
170
170
  "v-model": {
171
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
171
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
172
172
  required: false;
173
173
  };
174
174
  } & {
175
175
  modelValue: {
176
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
176
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
177
177
  required: false;
178
178
  };
179
179
  }, false>;
180
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
180
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
181
181
  "onUpdate:modelValue": {
182
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
182
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
183
183
  };
184
184
  } & {
185
185
  "v-model": {
186
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
186
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
187
187
  required: false;
188
188
  };
189
189
  } & {
190
190
  modelValue: {
191
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
191
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
192
192
  required: false;
193
193
  };
194
194
  }>;
@@ -219,67 +219,67 @@ declare const _default: {
219
219
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
220
220
  } & Readonly<import("vue").ExtractPropTypes<{
221
221
  "onUpdate:modelValue": {
222
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
222
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
223
223
  };
224
224
  "v-model": {
225
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
225
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
226
226
  required: false;
227
227
  };
228
228
  modelValue: {
229
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
229
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
230
230
  required: false;
231
231
  };
232
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
233
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
234
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
235
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
232
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
233
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
234
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
235
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
236
236
  required: false;
237
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
238
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
237
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
238
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
239
239
  required: false;
240
240
  }; } & {
241
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
241
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
242
242
  "onUpdate:modelValue": {
243
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
243
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
244
244
  };
245
245
  } & {
246
246
  "v-model": {
247
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
247
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
248
248
  required: false;
249
249
  };
250
250
  } & {
251
251
  modelValue: {
252
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
252
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
253
253
  required: false;
254
254
  };
255
255
  }>;
256
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
256
+ defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
257
257
  "onUpdate:modelValue": {
258
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
258
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
259
259
  };
260
260
  } & {
261
261
  "v-model": {
262
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
262
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
263
263
  required: false;
264
264
  };
265
265
  } & {
266
266
  modelValue: {
267
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
267
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
268
268
  required: false;
269
269
  };
270
270
  }, false>;
271
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
271
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
272
272
  "onUpdate:modelValue": {
273
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
273
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
274
274
  };
275
275
  } & {
276
276
  "v-model": {
277
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
277
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
278
278
  required: false;
279
279
  };
280
280
  } & {
281
281
  modelValue: {
282
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
282
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
283
283
  required: false;
284
284
  };
285
285
  }>;
@@ -292,67 +292,67 @@ declare const _default: {
292
292
  __isSuspense?: never;
293
293
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
294
294
  "onUpdate:modelValue": {
295
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
295
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
296
296
  };
297
297
  "v-model": {
298
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
298
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
299
299
  required: false;
300
300
  };
301
301
  modelValue: {
302
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
302
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
303
303
  required: false;
304
304
  };
305
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
306
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
307
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
308
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
305
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
306
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
307
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
308
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
309
309
  required: false;
310
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
311
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
310
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
311
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
312
312
  required: false;
313
313
  }; } & {
314
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
314
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
315
315
  "onUpdate:modelValue": {
316
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
316
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
317
317
  };
318
318
  } & {
319
319
  "v-model": {
320
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
320
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
321
321
  required: false;
322
322
  };
323
323
  } & {
324
324
  modelValue: {
325
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
325
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
326
326
  required: false;
327
327
  };
328
328
  }>;
329
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
329
+ defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
330
330
  "onUpdate:modelValue": {
331
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
331
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
332
332
  };
333
333
  } & {
334
334
  "v-model": {
335
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
335
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
336
336
  required: false;
337
337
  };
338
338
  } & {
339
339
  modelValue: {
340
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
340
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
341
341
  required: false;
342
342
  };
343
343
  }, false>;
344
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
344
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
345
345
  "onUpdate:modelValue": {
346
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
346
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
347
347
  };
348
348
  } & {
349
349
  "v-model": {
350
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
350
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
351
351
  required: false;
352
352
  };
353
353
  } & {
354
354
  modelValue: {
355
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
355
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
356
356
  required: false;
357
357
  };
358
358
  }>;
@@ -365,68 +365,68 @@ declare const _default: {
365
365
  propsDefinition: Omit<Readonly<{} & {
366
366
  name?: {
367
367
  [x: `onUpdate:${string}`]: {
368
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
368
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
369
369
  };
370
370
  } & {
371
371
  [x: `v-model:${string}`]: {
372
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
372
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
373
373
  required: false;
374
374
  };
375
375
  } & {
376
376
  [x: string]: {
377
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
377
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
378
378
  required: false;
379
379
  };
380
380
  } & {
381
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
381
+ require(): import("../DefineVueTypings").DefinePropModelRequire<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
382
382
  "onUpdate:modelValue": {
383
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
383
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
384
384
  };
385
385
  } & {
386
386
  "v-model": {
387
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
387
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
388
388
  required: false;
389
389
  };
390
390
  } & {
391
391
  modelValue: {
392
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
392
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
393
393
  required: false;
394
394
  };
395
395
  }>;
396
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
396
+ defaultValue(value?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes): import("../DefineVueTypings").DefinePropModelDefaultValue<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
397
397
  "onUpdate:modelValue": {
398
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
398
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
399
399
  };
400
400
  } & {
401
401
  "v-model": {
402
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
402
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
403
403
  required: false;
404
404
  };
405
405
  } & {
406
406
  modelValue: {
407
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
407
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
408
408
  required: false;
409
409
  };
410
410
  }, false>;
411
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
411
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes, {
412
412
  "onUpdate:modelValue": {
413
- type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
413
+ type: import("vue").PropType<(value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any>;
414
414
  };
415
415
  } & {
416
416
  "v-model": {
417
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
417
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
418
418
  required: false;
419
419
  };
420
420
  } & {
421
421
  modelValue: {
422
- type: import("vue").PropType<BlueprintType | BlueprintTypes>;
422
+ type: import("vue").PropType<"default" | "variant1" | "variant2" | "variant3" | BlueprintTypes>;
423
423
  required: false;
424
424
  };
425
425
  }>;
426
426
  };
427
- modelValue?: BlueprintType | BlueprintTypes;
428
- "onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
429
- "v-model"?: BlueprintType | BlueprintTypes;
427
+ modelValue?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
428
+ "onUpdate:modelValue"?: (value: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes) => any;
429
+ "v-model"?: "default" | "variant1" | "variant2" | "variant3" | BlueprintTypes;
430
430
  }>, "onUpdate:modelValue"> & {
431
431
  "onUpdate:modelValue"?: (value: BlueprintTypes) => any;
432
432
  };
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -10,6 +10,7 @@ export declare class ButtonPresets {
10
10
  cancel: IButton;
11
11
  Back: IButton;
12
12
  close: IButton;
13
+ remove: IButton;
13
14
  create: IButton;
14
15
  edit: IButton;
15
16
  delete: IButton;