@omnia/fx 8.0.547-dev → 8.0.549-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 (225) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +3 -1
  2. package/internal-do-not-import-from-here/index.d.ts +30 -1
  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/services/RealtimeServiceProvider.d.ts +8 -0
  6. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutDialog.d.ts +17 -0
  8. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/typography/store/TypographyEditorStore.d.ts +4 -4
  16. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +7 -7
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -11
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +80 -80
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +9 -9
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  33. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  55. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  59. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/editorchrome/sizecontainer/SizeContainer.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +3 -3
  67. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +1 -2
  69. package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -1
  70. package/internal-do-not-import-from-here/ux/flow/editor/parsers/HtmlParser.d.ts +2 -1
  71. package/internal-do-not-import-from-here/ux/flow/editor/parsers/JSONParser.d.ts +2 -1
  72. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +4 -4
  73. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementConverter.d.ts +2 -1
  76. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +4 -4
  77. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +4 -4
  78. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +4 -4
  79. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +8 -8
  81. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  91. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/targetselector/TargetSelector.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutRenditionManager.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  119. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  120. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  121. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/models/flow/ColorFormatNode.d.ts +1 -2
  123. package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +1 -2
  124. package/internal-do-not-import-from-here/ux/models/flow/EditorPlugin.d.ts +1 -2
  125. package/internal-do-not-import-from-here/ux/models/flow/ElementNode.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/models/flow/LinkNode.d.ts +1 -2
  127. package/internal-do-not-import-from-here/ux/models/flow/SpacingFormatNode.d.ts +1 -2
  128. package/internal-do-not-import-from-here/ux/models/flow/TextAlignNode.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +1 -2
  130. package/internal-do-not-import-from-here/ux/models/flow/VelcronNode.d.ts +1 -2
  131. package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +0 -1
  132. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  164. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
  167. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  172. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
  173. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  174. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  177. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContent.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/splitpane/old/Splitpane.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  184. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +3 -3
  189. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
  190. package/internal-do-not-import-from-here/ux/oxide/virtualscroll/VirtualScroll.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  192. package/internal-do-not-import-from-here/ux/richtexteditor/store/RichTextEditorStore.d.ts +2 -2
  193. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  194. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  196. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  200. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +5 -0
  201. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  202. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  203. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +4 -4
  205. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  208. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +4 -4
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +84 -84
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -2
  211. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  214. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  215. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  217. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  219. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor_old.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +3 -3
  221. package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +3 -3
  222. package/package.json +2 -2
  223. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/FlowContent.d.ts +0 -11
  224. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/index.d.ts +0 -1
  225. /package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/{UserTypeLayoutBlade.d.ts → UserTypeLayoutBlade_old.d.ts} +0 -0
@@ -5,75 +5,75 @@ declare const _default: {
5
5
  type: import("vue").PropType<EditorLocation>;
6
6
  };
7
7
  "onUpdate:modelValue": {
8
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
8
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
9
9
  };
10
10
  "v-model": {
11
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
11
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
12
12
  required: false;
13
13
  };
14
14
  modelValue: {
15
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
15
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
16
16
  required: false;
17
17
  };
18
18
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
19
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
19
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
20
20
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
21
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
21
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
22
22
  required: false;
23
23
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
24
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
24
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
25
25
  required: false;
26
26
  }; } & {
27
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
27
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
28
28
  "onUpdate:modelValue": {
29
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
29
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
30
30
  };
31
31
  } & {
32
32
  "v-model": {
33
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
33
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
34
34
  required: false;
35
35
  };
36
36
  } & {
37
37
  modelValue: {
38
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
38
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
39
39
  required: false;
40
40
  };
41
41
  }>;
42
- defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
42
+ defaultValue(value?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
43
43
  "onUpdate:modelValue": {
44
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
44
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
45
45
  };
46
46
  } & {
47
47
  "v-model": {
48
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
48
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
49
49
  required: false;
50
50
  };
51
51
  } & {
52
52
  modelValue: {
53
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
53
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
54
54
  required: false;
55
55
  };
56
56
  }, false>;
57
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
57
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
58
58
  "onUpdate:modelValue": {
59
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
59
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
60
60
  };
61
61
  } & {
62
62
  "v-model": {
63
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
63
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
64
64
  required: false;
65
65
  };
66
66
  } & {
67
67
  modelValue: {
68
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
68
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
69
69
  required: false;
70
70
  };
71
71
  }>;
72
72
  };
73
73
  }>> & {
74
- "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
75
- "onValue:enter"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
76
- "onValue:leave"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
74
+ "onUpdate:modelValue"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
75
+ "onValue:enter"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
76
+ "onValue:leave"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
77
77
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
78
  "update:modelValue": (value: ColorSchemaType) => true;
79
79
  "value:enter": (value: ColorSchemaType) => true;
@@ -90,75 +90,75 @@ declare const _default: {
90
90
  type: import("vue").PropType<EditorLocation>;
91
91
  };
92
92
  "onUpdate:modelValue": {
93
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
93
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
94
94
  };
95
95
  "v-model": {
96
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
96
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
97
97
  required: false;
98
98
  };
99
99
  modelValue: {
100
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
100
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
101
101
  required: false;
102
102
  };
103
103
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
104
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
104
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
105
105
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
106
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
106
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
107
107
  required: false;
108
108
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
109
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
109
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
110
110
  required: false;
111
111
  }; } & {
112
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
112
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
113
113
  "onUpdate:modelValue": {
114
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
114
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
115
115
  };
116
116
  } & {
117
117
  "v-model": {
118
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
118
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
119
119
  required: false;
120
120
  };
121
121
  } & {
122
122
  modelValue: {
123
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
123
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
124
124
  required: false;
125
125
  };
126
126
  }>;
127
- defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
127
+ defaultValue(value?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
128
128
  "onUpdate:modelValue": {
129
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
129
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
130
130
  };
131
131
  } & {
132
132
  "v-model": {
133
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
133
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
134
134
  required: false;
135
135
  };
136
136
  } & {
137
137
  modelValue: {
138
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
138
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
139
139
  required: false;
140
140
  };
141
141
  }, false>;
142
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
142
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
143
143
  "onUpdate:modelValue": {
144
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
144
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
145
145
  };
146
146
  } & {
147
147
  "v-model": {
148
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
148
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
149
149
  required: false;
150
150
  };
151
151
  } & {
152
152
  modelValue: {
153
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
153
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
154
154
  required: false;
155
155
  };
156
156
  }>;
157
157
  };
158
158
  }>> & {
159
- "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
160
- "onValue:enter"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
161
- "onValue:leave"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
159
+ "onUpdate:modelValue"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
160
+ "onValue:enter"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
161
+ "onValue:leave"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
162
162
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
163
163
  __isFragment?: never;
164
164
  __isTeleport?: never;
@@ -168,75 +168,75 @@ declare const _default: {
168
168
  type: import("vue").PropType<EditorLocation>;
169
169
  };
170
170
  "onUpdate:modelValue": {
171
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
171
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
172
172
  };
173
173
  "v-model": {
174
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
174
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
175
175
  required: false;
176
176
  };
177
177
  modelValue: {
178
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
178
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
179
179
  required: false;
180
180
  };
181
181
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
182
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
182
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
183
183
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
184
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
184
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
185
185
  required: false;
186
186
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
187
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
187
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
188
188
  required: false;
189
189
  }; } & {
190
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
190
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
191
191
  "onUpdate:modelValue": {
192
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
192
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
193
193
  };
194
194
  } & {
195
195
  "v-model": {
196
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
196
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
197
197
  required: false;
198
198
  };
199
199
  } & {
200
200
  modelValue: {
201
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
201
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
202
202
  required: false;
203
203
  };
204
204
  }>;
205
- defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
205
+ defaultValue(value?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
206
206
  "onUpdate:modelValue": {
207
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
207
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
208
208
  };
209
209
  } & {
210
210
  "v-model": {
211
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
211
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
212
212
  required: false;
213
213
  };
214
214
  } & {
215
215
  modelValue: {
216
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
216
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
217
217
  required: false;
218
218
  };
219
219
  }, false>;
220
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
220
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
221
221
  "onUpdate:modelValue": {
222
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
222
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
223
223
  };
224
224
  } & {
225
225
  "v-model": {
226
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
226
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
227
227
  required: false;
228
228
  };
229
229
  } & {
230
230
  modelValue: {
231
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
231
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
232
232
  required: false;
233
233
  };
234
234
  }>;
235
235
  };
236
236
  }>> & {
237
- "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
238
- "onValue:enter"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
239
- "onValue:leave"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
237
+ "onUpdate:modelValue"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
238
+ "onValue:enter"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
239
+ "onValue:leave"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
240
240
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
241
241
  "update:modelValue": (value: ColorSchemaType) => true;
242
242
  "value:enter": (value: ColorSchemaType) => true;
@@ -245,73 +245,73 @@ declare const _default: {
245
245
  propsDefinition: Omit<Readonly<{} & {
246
246
  name?: {
247
247
  [x: `onUpdate:${string}`]: {
248
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
248
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
249
249
  };
250
250
  } & {
251
251
  [x: `v-model:${string}`]: {
252
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
252
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
253
253
  required: false;
254
254
  };
255
255
  } & {
256
256
  [x: string]: {
257
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
257
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
258
258
  required: false;
259
259
  };
260
260
  } & {
261
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
261
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
262
262
  "onUpdate:modelValue": {
263
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
263
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
264
264
  };
265
265
  } & {
266
266
  "v-model": {
267
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
267
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
268
268
  required: false;
269
269
  };
270
270
  } & {
271
271
  modelValue: {
272
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
272
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
273
273
  required: false;
274
274
  };
275
275
  }>;
276
- defaultValue(value?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
276
+ defaultValue(value?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
277
277
  "onUpdate:modelValue": {
278
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
278
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
279
279
  };
280
280
  } & {
281
281
  "v-model": {
282
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
282
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
283
283
  required: false;
284
284
  };
285
285
  } & {
286
286
  modelValue: {
287
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
287
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
288
288
  required: false;
289
289
  };
290
290
  }, false>;
291
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic", {
291
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic", {
292
292
  "onUpdate:modelValue": {
293
- type: import("vue").PropType<(value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void>;
293
+ type: import("vue").PropType<(value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void>;
294
294
  };
295
295
  } & {
296
296
  "v-model": {
297
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
297
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
298
298
  required: false;
299
299
  };
300
300
  } & {
301
301
  modelValue: {
302
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
302
+ type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
303
303
  required: false;
304
304
  };
305
305
  }>;
306
306
  };
307
- "v-model"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
308
- modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
307
+ "v-model"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
308
+ modelValue?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
309
309
  location?: EditorLocation;
310
- "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void;
310
+ "onUpdate:modelValue"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any | void;
311
311
  }>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
312
- "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
313
- "onValue:enter"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
314
- "onValue:leave"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any;
312
+ "onUpdate:modelValue"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
313
+ "onValue:enter"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
314
+ "onValue:leave"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic") => any;
315
315
  };
316
316
  };
317
317
  export default _default;
@@ -1,5 +1,4 @@
1
- import { EditorLocation, VelcronFlowEditorSettings } from "@omnia/fx-models";
2
- import { FlowContent } from "@omnia/fx/ux";
1
+ import { EditorLocation, VelcronFlowEditorSettings, FlowContent } from "@omnia/fx-models";
3
2
  declare const _default: {
4
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
4
  location: {
@@ -242,6 +242,7 @@ declare const _default: {
242
242
  "update:modelValue": (value: string) => 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
+ label?: string;
245
246
  name?: {
246
247
  [x: `onUpdate:${string}`]: {
247
248
  type: import("vue").PropType<(value: string) => any | void>;
@@ -303,7 +304,6 @@ declare const _default: {
303
304
  };
304
305
  }>;
305
306
  };
306
- label?: string;
307
307
  settings?: VelcronTextEditorSettings;
308
308
  "v-model"?: string;
309
309
  modelValue?: string;
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  "update:modelValue": (value: string) => true;
252
252
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
253
253
  propsDefinition: Omit<Readonly<{} & {
254
+ label?: string;
254
255
  name?: {
255
256
  [x: `onUpdate:${string}`]: {
256
257
  type: import("vue").PropType<(value: number) => any | void>;
@@ -312,7 +313,6 @@ declare const _default: {
312
313
  };
313
314
  }>;
314
315
  };
315
- label?: string;
316
316
  settings?: VelcronNumberEditorSettings;
317
317
  "v-model"?: number;
318
318
  modelValue?: number;