@omnia/fx 8.0.221-dev → 8.0.223-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (174) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
  6. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
  14. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
  20. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
  28. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  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/iconstylepicker/IconStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  37. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
  41. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  42. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
  43. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
  44. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
  45. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
  46. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
  47. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
  62. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
  63. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
  64. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
  65. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
  66. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
  68. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
  71. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  75. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
  77. package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
  80. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
  81. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
  82. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
  83. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
  84. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
  85. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  86. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
  87. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
  89. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
  90. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
  92. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  93. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  94. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
  96. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
  97. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  98. package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
  99. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  100. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
  101. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
  102. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
  104. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  105. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
  106. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
  107. package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
  110. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
  114. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
  119. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
  120. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
  121. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
  123. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
  124. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
  125. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
  127. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
  128. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  129. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  130. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
  132. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
  133. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
  134. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
  135. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
  136. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
  137. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
  138. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
  139. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
  140. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
  141. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
  142. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
  143. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
  144. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
  145. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
  146. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
  147. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
  148. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
  149. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
  150. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
  151. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
  154. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
  155. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
  156. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
  157. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
  158. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  159. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
  160. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
  161. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  166. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
  167. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  168. package/package.json +2 -2
  169. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
  170. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
  171. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  172. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
  173. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -1,13 +1,18 @@
1
1
  import { BusinessProfile, guid, IdentityCreationRequest, IdentityProperty, IdentitySyncProvider, LanguageTags, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, ScopeTypes, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest } from "@omnia/fx-models";
2
2
  import { UserDetailMode } from "./UserManagementHelper";
3
3
  export interface UserDetailState {
4
- identity: ResolvedUserIdentity;
5
- ownerId: string;
6
- mode: UserDetailMode;
7
- model: UserIdentityAddRequest;
8
- modelAuthInfo: UserAuthenticationInformation;
9
- identityCreationRequest: IdentityCreationRequest;
4
+ identity?: UserIdentity;
5
+ businessProfileId?: guid;
6
+ ownerId?: string;
7
+ mode?: UserDetailMode;
8
+ model?: UserIdentityAddRequest;
9
+ modelAuthInfo?: UserAuthenticationInformation;
10
+ identityCreationRequest?: IdentityCreationRequest;
11
+ hasAdminPermission?: boolean;
12
+ groupId?: guid;
10
13
  onSave: (...params: any[]) => Promise<void> | void;
14
+ isDeleted?: boolean;
15
+ addedOrUpdatedUserIdentity?: ResolvedUserIdentity;
11
16
  }
12
17
  export type UserDeleteState = {
13
18
  identity: UserIdentity;
@@ -149,10 +149,18 @@ export declare class AppManagementInstanceApi implements IAppManagementInstanceA
149
149
  questionCircle: import("@omnia/fx-models").FontAwesomeIcon;
150
150
  upload: import("@omnia/fx-models").FontAwesomeIcon;
151
151
  user: import("@omnia/fx-models").FontAwesomeIcon;
152
+ userAlt: import("@omnia/fx-models").FontAwesomeIcon;
153
+ userCircle: import("@omnia/fx-models").FontAwesomeIcon;
152
154
  global: import("@omnia/fx-models").FontAwesomeIcon;
153
155
  arrowLeft: import("@omnia/fx-models").FontAwesomeIcon;
154
156
  arrowRight: import("@omnia/fx-models").FontAwesomeIcon;
155
157
  rule: import("@omnia/fx-models").FontAwesomeIcon;
158
+ idCard: import("@omnia/fx-models").FontAwesomeIcon;
159
+ sync: import("@omnia/fx-models").FontAwesomeIcon;
160
+ list: import("@omnia/fx-models").FontAwesomeIcon;
161
+ shield: import("@omnia/fx-models").FontAwesomeIcon;
162
+ authentication: import("@omnia/fx-models").FontAwesomeIcon;
163
+ addUser: import("@omnia/fx-models").FontAwesomeIcon;
156
164
  };
157
165
  system: {
158
166
  settings: {
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5
+ previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6
6
  backgroundOpacity: number;
7
7
  backgroundColor: ColorValue;
8
8
  editingBlueprint: ChromeBlueprint;
@@ -11,7 +11,7 @@ export declare const useChromeEditorStore: () => {
11
11
  };
12
12
  events: {
13
13
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
14
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
15
15
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
16
16
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
17
17
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
@@ -131,7 +131,7 @@ export declare const useComponentsEditorStore: () => {
131
131
  blockEditorStore: {
132
132
  state: {
133
133
  editMode: boolean;
134
- previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
134
+ previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
135
135
  backgroundOpacity: number;
136
136
  backgroundColor: import("@omnia/fx-models").ColorValue;
137
137
  editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
@@ -140,7 +140,7 @@ export declare const useComponentsEditorStore: () => {
140
140
  };
141
141
  events: {
142
142
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
143
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
143
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
144
144
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
145
145
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
146
146
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
@@ -376,14 +376,14 @@ export declare const useComponentsEditorStore: () => {
376
376
  containersEditorStore: {
377
377
  state: {
378
378
  editMode: boolean;
379
- previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
379
+ previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
380
380
  editingBlueprint: import("@omnia/fx-models").ContainerBlueprint;
381
381
  editingBlueprintType: import("@omnia/fx-models").ContainerVariant;
382
382
  containerBlueprints: import("@omnia/fx-models").ContainerBlueprints;
383
383
  };
384
384
  events: {
385
385
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
386
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
386
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
387
387
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprint>;
388
388
  onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant>;
389
389
  onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprints>;
@@ -2,14 +2,14 @@ import { ContainerBlueprint, ContainerBlueprints, ContainerVariant } from "@omni
2
2
  export declare const useContainersEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
5
+ previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
6
6
  editingBlueprint: ContainerBlueprint;
7
7
  editingBlueprintType: ContainerVariant;
8
8
  containerBlueprints: ContainerBlueprints;
9
9
  };
10
10
  events: {
11
11
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
12
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
12
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
13
13
  onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprint>;
14
14
  onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant>;
15
15
  onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprints>;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
27
27
  } & {
28
28
  createNewColorDynamic?: boolean;
29
29
  } & {
30
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
30
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
31
31
  } & {
32
32
  enableDynamicColor?: boolean;
33
33
  } & {
@@ -95,7 +95,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
95
95
  } & {
96
96
  createNewColorDynamic?: boolean;
97
97
  } & {
98
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
98
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
99
99
  } & {
100
100
  enableDynamicColor?: boolean;
101
101
  } & {
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  type: import("vue").PropType<BackgroundDefinition>;
6
6
  };
7
7
  colorSchemaType: {
8
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
8
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
9
9
  required: boolean;
10
10
  };
11
11
  container: {
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  type: import("vue").PropType<BackgroundDefinition>;
22
22
  };
23
23
  colorSchemaType: {
24
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
24
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
25
25
  required: boolean;
26
26
  };
27
27
  container: {
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  type: import("vue").PropType<BackgroundDefinition>;
47
47
  };
48
48
  colorSchemaType: {
49
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
49
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
50
50
  required: boolean;
51
51
  };
52
52
  container: {
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  type: import("vue").PropType<BackgroundDefinition>;
69
69
  };
70
70
  colorSchemaType: {
71
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
71
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
72
72
  required: boolean;
73
73
  };
74
74
  container: {
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  propsDefinition: Omit<Readonly<{} & {
86
86
  blueprint?: BackgroundDefinition;
87
87
  container?: boolean;
88
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
88
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
89
89
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
90
90
  }>, never>;
91
91
  };
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
17
17
  } & {
18
18
  themeType?: ThemeContextType;
19
19
  } & {
20
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
20
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
21
21
  } & {
22
22
  enableDynamicColor?: boolean;
23
23
  } & {
@@ -79,7 +79,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
79
79
  } & {
80
80
  themeType?: ThemeContextType;
81
81
  } & {
82
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
82
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
83
83
  } & {
84
84
  enableDynamicColor?: boolean;
85
85
  } & {
@@ -16,7 +16,7 @@ declare const _default: {
16
16
  required: false;
17
17
  };
18
18
  colorSchemaType: {
19
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
19
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
20
20
  required: boolean;
21
21
  };
22
22
  container: {
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  required: false;
44
44
  };
45
45
  colorSchemaType: {
46
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
46
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
47
47
  required: boolean;
48
48
  };
49
49
  container: {
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  required: false;
80
80
  };
81
81
  colorSchemaType: {
82
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
82
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
83
83
  required: boolean;
84
84
  };
85
85
  container: {
@@ -112,7 +112,7 @@ declare const _default: {
112
112
  required: false;
113
113
  };
114
114
  colorSchemaType: {
115
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
115
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
116
116
  required: boolean;
117
117
  };
118
118
  container: {
@@ -128,7 +128,7 @@ declare const _default: {
128
128
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
129
129
  propsDefinition: Omit<Readonly<{} & {
130
130
  container?: boolean;
131
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
131
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
132
132
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
133
133
  "v-model"?: BorderStylingDefinition;
134
134
  "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  themeType?: ThemeContextType;
13
13
  } & {
14
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
15
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true>>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
61
61
  } & {
62
62
  themeType?: ThemeContextType;
63
63
  } & {
64
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
64
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
65
65
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true>> & {
66
66
  "v-slots"?: {
67
67
  default?: import("vue").Slot;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  };
13
13
  previewColorSchemaType: {
14
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
14
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
15
15
  required: false;
16
16
  };
17
17
  "onUpdate:modelValue": {
@@ -95,7 +95,7 @@ declare const _default: {
95
95
  type: import("vue").PropType<boolean>;
96
96
  };
97
97
  previewColorSchemaType: {
98
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
98
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
99
99
  required: false;
100
100
  };
101
101
  "onUpdate:modelValue": {
@@ -184,7 +184,7 @@ declare const _default: {
184
184
  type: import("vue").PropType<boolean>;
185
185
  };
186
186
  previewColorSchemaType: {
187
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
187
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
188
188
  required: false;
189
189
  };
190
190
  "onUpdate:modelValue": {
@@ -270,7 +270,7 @@ declare const _default: {
270
270
  type: import("vue").PropType<boolean>;
271
271
  };
272
272
  previewColorSchemaType: {
273
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
273
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
274
274
  required: false;
275
275
  };
276
276
  "onUpdate:modelValue": {
@@ -411,7 +411,7 @@ declare const _default: {
411
411
  "v-model"?: BlueprintVariant | ChromeBlueprint;
412
412
  "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
413
413
  modelValue?: BlueprintVariant | ChromeBlueprint;
414
- previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
414
+ previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
415
415
  allowCustom?: boolean;
416
416
  }>, "onUpdate:modelValue"> & {
417
417
  "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<ChromeBlueprint>;
13
13
  };
14
14
  colorSchemaType: {
15
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
15
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
16
16
  required: boolean;
17
17
  };
18
18
  container: {
@@ -34,7 +34,7 @@ declare const _default: {
34
34
  type: import("vue").PropType<ChromeBlueprint>;
35
35
  };
36
36
  colorSchemaType: {
37
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
37
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
38
38
  required: boolean;
39
39
  };
40
40
  container: {
@@ -65,7 +65,7 @@ declare const _default: {
65
65
  type: import("vue").PropType<ChromeBlueprint>;
66
66
  };
67
67
  colorSchemaType: {
68
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
68
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
69
69
  required: boolean;
70
70
  };
71
71
  container: {
@@ -93,7 +93,7 @@ declare const _default: {
93
93
  type: import("vue").PropType<ChromeBlueprint>;
94
94
  };
95
95
  colorSchemaType: {
96
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
96
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
97
97
  required: boolean;
98
98
  };
99
99
  container: {
@@ -111,7 +111,7 @@ declare const _default: {
111
111
  text?: string;
112
112
  blueprint?: ChromeBlueprint;
113
113
  container?: boolean;
114
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
114
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
115
115
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
116
116
  variant?: VariantTypes;
117
117
  }>, never>;
@@ -31,7 +31,7 @@ declare const _default: {
31
31
  type: import("vue").PropType<boolean>;
32
32
  };
33
33
  defaultColorSchemaType: {
34
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
34
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
35
35
  };
36
36
  type: {
37
37
  type: import("vue").PropType<ColorPickerType>;
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  }>;
107
107
  };
108
108
  colorSchemaType: {
109
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
109
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
110
110
  required: boolean;
111
111
  };
112
112
  container: {
@@ -150,7 +150,7 @@ declare const _default: {
150
150
  type: import("vue").PropType<boolean>;
151
151
  };
152
152
  defaultColorSchemaType: {
153
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
153
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
154
154
  };
155
155
  type: {
156
156
  type: import("vue").PropType<ColorPickerType>;
@@ -225,7 +225,7 @@ declare const _default: {
225
225
  }>;
226
226
  };
227
227
  colorSchemaType: {
228
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
228
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
229
229
  required: boolean;
230
230
  };
231
231
  container: {
@@ -276,7 +276,7 @@ declare const _default: {
276
276
  type: import("vue").PropType<boolean>;
277
277
  };
278
278
  defaultColorSchemaType: {
279
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
279
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
280
280
  };
281
281
  type: {
282
282
  type: import("vue").PropType<ColorPickerType>;
@@ -351,7 +351,7 @@ declare const _default: {
351
351
  }>;
352
352
  };
353
353
  colorSchemaType: {
354
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
354
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
355
355
  required: boolean;
356
356
  };
357
357
  container: {
@@ -399,7 +399,7 @@ declare const _default: {
399
399
  type: import("vue").PropType<boolean>;
400
400
  };
401
401
  defaultColorSchemaType: {
402
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
402
+ type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
403
403
  };
404
404
  type: {
405
405
  type: import("vue").PropType<ColorPickerType>;
@@ -474,7 +474,7 @@ declare const _default: {
474
474
  }>;
475
475
  };
476
476
  colorSchemaType: {
477
- type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
477
+ type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
478
478
  required: boolean;
479
479
  };
480
480
  container: {
@@ -559,7 +559,7 @@ declare const _default: {
559
559
  label?: string;
560
560
  opacity?: boolean;
561
561
  disabled?: boolean;
562
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
562
+ colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
563
563
  toned?: boolean;
564
564
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
565
565
  "v-model"?: ColorValue;
@@ -571,7 +571,7 @@ declare const _default: {
571
571
  activator?: () => VNodeChild;
572
572
  };
573
573
  themeType?: ThemeContextType;
574
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
574
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
575
575
  enableDynamicColor?: boolean;
576
576
  customColor?: boolean;
577
577
  switchableColorSchema?: boolean;
@@ -0,0 +1,3 @@
1
+ export declare const ColorSchemaDefinitionPickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ };