@omnia/fx 8.0.307-dev → 8.0.309-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 (77) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
  3. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +18 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
  22. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -48
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
  55. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
  56. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +21 -0
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  63. package/internal-do-not-import-from-here/wctypings.d.ts +38 -52
  64. package/package.json +3 -3
  65. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
  66. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
  67. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
  68. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromePicker.d.ts +0 -338
  69. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
  70. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
  73. /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -58,7 +58,7 @@ declare const _default: {
58
58
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
59
59
  propsDefinition: Omit<Readonly<{} & {
60
60
  container?: boolean;
61
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
61
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
62
62
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
63
63
  }>, never>;
64
64
  };
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  propsDefinition: Omit<Readonly<{} & {
97
97
  container?: boolean;
98
98
  title?: string;
99
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
99
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
100
100
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
101
101
  settingsKey?: any;
102
102
  multilingualtitle?: string | MultilingualString;
@@ -1,16 +1,2 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
16
2
  export default _default;
@@ -100,7 +100,7 @@ declare const _default: {
100
100
  container?: boolean;
101
101
  class?: String | String[];
102
102
  filled?: boolean;
103
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
103
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
104
104
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
105
105
  toned?: boolean;
106
106
  getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
@@ -104,7 +104,7 @@ declare const _default: {
104
104
  propsDefinition: Omit<Readonly<{} & {
105
105
  container?: boolean;
106
106
  small?: boolean;
107
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
107
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
108
108
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
109
109
  parentContainer?: LayoutItem;
110
110
  siblingId?: string;
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  propsDefinition: Omit<Readonly<{} & {
80
80
  container?: boolean;
81
81
  item?: LayoutItemRegistration;
82
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
82
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
83
83
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
84
84
  }>, "onClick"> & {
85
85
  onClick?: () => any;
@@ -105,7 +105,7 @@ declare const _default: {
105
105
  propsDefinition: Omit<Readonly<{} & {
106
106
  container?: boolean;
107
107
  small?: boolean;
108
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
108
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
109
109
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
110
110
  toned?: boolean;
111
111
  parentContainer?: LayoutItem;
@@ -88,7 +88,7 @@ export declare const LayoutBlockRenderer: {
88
88
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
89
  propsDefinition: Omit<Readonly<{} & {
90
90
  container?: boolean;
91
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
91
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
92
92
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
93
93
  renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
94
94
  }>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
@@ -75,7 +75,7 @@ export declare const LayoutSectionRenderer: {
75
75
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
76
76
  propsDefinition: Omit<Readonly<{} & {
77
77
  container?: boolean;
78
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
78
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
79
79
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
80
80
  renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
81
81
  }>, never>;
@@ -412,7 +412,7 @@ declare const _default: {
412
412
  blueprint?: TextBlueprint;
413
413
  container?: boolean;
414
414
  size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xs" | "m" | "xl" | TypographySizes;
415
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
415
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
418
418
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -153,7 +153,7 @@ declare const _default: {
153
153
  container?: boolean;
154
154
  variant?: "default" | "dialog" | "editor" | "app";
155
155
  class?: String | String[];
156
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
156
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
157
157
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
158
158
  "v-model"?: boolean;
159
159
  modelValue?: boolean;
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  container?: boolean;
168
168
  class?: String | String[];
169
169
  disabled?: boolean;
170
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
170
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
171
171
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
172
172
  "v-model"?: number;
173
173
  modelValue?: number;
@@ -172,7 +172,7 @@ declare const _default: {
172
172
  class?: String | String[];
173
173
  label?: string;
174
174
  disabled?: boolean;
175
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
175
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
176
176
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
177
177
  "v-model"?: any;
178
178
  modelValue?: any;
@@ -224,7 +224,7 @@ declare const _default: {
224
224
  variant?: "default" | "prominent";
225
225
  class?: String | String[];
226
226
  label?: string;
227
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
227
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
228
228
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
229
229
  "v-model"?: [number, number];
230
230
  modelValue?: [number, number];
@@ -1,5 +1,5 @@
1
1
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
2
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
3
3
  } & {
4
4
  container?: boolean;
5
5
  } & {
@@ -1,4 +1,5 @@
1
1
  import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
2
+ import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
2
3
  import { VNodeChild } from "vue";
3
4
  export interface TextFieldModel {
4
5
  text: String;
@@ -9,330 +10,49 @@ export interface TreeViewPagingModel {
9
10
  startPagingIndex: number;
10
11
  endPagingIndex: number;
11
12
  }
12
- declare const _default: {
13
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
14
- "v-slots": import("vue").Prop<{
15
- default?: import("../../DefineVueTypings").Slot;
16
- } & {
17
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
18
- itemToolTip?: (item: any) => VNodeChild;
19
- }>;
20
- indentation: {
21
- type: import("vue").PropType<SpacingValue>;
22
- required: false;
23
- };
24
- padding: {
25
- type: import("vue").PropType<Spacing | SpacingValue>;
26
- required: false;
27
- };
28
- checkNodeToMove: {
29
- type: import("vue").PropType<(item: any) => boolean>;
30
- };
31
- onMoveNode: {
32
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
33
- };
34
- loadChildren: {
35
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
36
- };
37
- itemChildren: {
38
- type: import("vue").PropType<string>;
39
- required: false;
40
- };
41
- itemValue: {
42
- type: import("vue").PropType<string>;
43
- required: false;
44
- };
45
- itemIcon: {
46
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
47
- required: false;
48
- };
49
- itemTitle: {
50
- type: import("vue").PropType<string | ((item: any) => string)>;
51
- required: false;
52
- };
53
- batchChildrensDisplay: {
54
- type: import("vue").PropType<number>;
55
- required: false;
56
- };
57
- multiple: {
58
- type: import("vue").PropType<boolean>;
59
- required: false;
60
- };
61
- expandOnSelection: {
62
- type: import("vue").PropType<boolean>;
63
- };
64
- items: {
65
- type: import("vue").PropType<any[]>;
66
- };
67
- "onUpdate:modelValue": {
68
- type: import("vue").PropType<(value: any[]) => any | void>;
69
- };
70
- "v-model": {
71
- type: import("vue").PropType<any[]>;
72
- required: false;
73
- };
74
- modelValue: {
75
- type: import("vue").PropType<any[]>;
76
- required: false;
77
- };
78
- "onUpdate:expanded": {
79
- type: import("vue").PropType<(value: any[]) => any | void>;
80
- };
81
- "v-model:expanded": {
82
- type: import("vue").PropType<any[]>;
83
- required: false;
84
- };
85
- expanded: {
86
- type: import("vue").PropType<any[]>;
87
- required: false;
88
- };
89
- colorSchemaType: {
90
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
91
- required: boolean;
92
- };
93
- container: {
94
- type: BooleanConstructor;
95
- required: boolean;
96
- };
97
- colors: {
98
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
99
- required: boolean;
100
- };
101
- }>> & {
102
- "onUpdate:active"?: (items: any[]) => any;
103
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
104
- "update:active": (items: Array<any>) => true;
105
- }, import("vue").PublicProps, {
106
- container: boolean;
107
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
108
- P: {};
109
- B: {};
110
- D: {};
111
- C: {};
112
- M: {};
113
- Defaults: {};
114
- }, Readonly<import("vue").ExtractPropTypes<{
115
- "v-slots": import("vue").Prop<{
116
- default?: import("../../DefineVueTypings").Slot;
117
- } & {
118
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
119
- itemToolTip?: (item: any) => VNodeChild;
120
- }>;
121
- indentation: {
122
- type: import("vue").PropType<SpacingValue>;
123
- required: false;
124
- };
125
- padding: {
126
- type: import("vue").PropType<Spacing | SpacingValue>;
127
- required: false;
128
- };
129
- checkNodeToMove: {
130
- type: import("vue").PropType<(item: any) => boolean>;
131
- };
132
- onMoveNode: {
133
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
134
- };
135
- loadChildren: {
136
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
137
- };
138
- itemChildren: {
139
- type: import("vue").PropType<string>;
140
- required: false;
141
- };
142
- itemValue: {
143
- type: import("vue").PropType<string>;
144
- required: false;
145
- };
146
- itemIcon: {
147
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
148
- required: false;
149
- };
150
- itemTitle: {
151
- type: import("vue").PropType<string | ((item: any) => string)>;
152
- required: false;
153
- };
154
- batchChildrensDisplay: {
155
- type: import("vue").PropType<number>;
156
- required: false;
157
- };
158
- multiple: {
159
- type: import("vue").PropType<boolean>;
160
- required: false;
161
- };
162
- expandOnSelection: {
163
- type: import("vue").PropType<boolean>;
164
- };
165
- items: {
166
- type: import("vue").PropType<any[]>;
167
- };
168
- "onUpdate:modelValue": {
169
- type: import("vue").PropType<(value: any[]) => any | void>;
170
- };
171
- "v-model": {
172
- type: import("vue").PropType<any[]>;
173
- required: false;
174
- };
175
- modelValue: {
176
- type: import("vue").PropType<any[]>;
177
- required: false;
178
- };
179
- "onUpdate:expanded": {
180
- type: import("vue").PropType<(value: any[]) => any | void>;
181
- };
182
- "v-model:expanded": {
183
- type: import("vue").PropType<any[]>;
184
- required: false;
185
- };
186
- expanded: {
187
- type: import("vue").PropType<any[]>;
188
- required: false;
189
- };
190
- colorSchemaType: {
191
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
192
- required: boolean;
193
- };
194
- container: {
195
- type: BooleanConstructor;
196
- required: boolean;
197
- };
198
- colors: {
199
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
200
- required: boolean;
201
- };
202
- }>> & {
203
- "onUpdate:active"?: (items: any[]) => any;
204
- }, () => JSX.Element, {}, {}, {}, {
205
- container: boolean;
206
- }>;
207
- __isFragment?: never;
208
- __isTeleport?: never;
209
- __isSuspense?: never;
210
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
211
- "v-slots": import("vue").Prop<{
212
- default?: import("../../DefineVueTypings").Slot;
213
- } & {
214
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
215
- itemToolTip?: (item: any) => VNodeChild;
216
- }>;
217
- indentation: {
218
- type: import("vue").PropType<SpacingValue>;
219
- required: false;
220
- };
221
- padding: {
222
- type: import("vue").PropType<Spacing | SpacingValue>;
223
- required: false;
224
- };
225
- checkNodeToMove: {
226
- type: import("vue").PropType<(item: any) => boolean>;
227
- };
228
- onMoveNode: {
229
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
230
- };
231
- loadChildren: {
232
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
233
- };
234
- itemChildren: {
235
- type: import("vue").PropType<string>;
236
- required: false;
237
- };
238
- itemValue: {
239
- type: import("vue").PropType<string>;
240
- required: false;
241
- };
242
- itemIcon: {
243
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
244
- required: false;
245
- };
246
- itemTitle: {
247
- type: import("vue").PropType<string | ((item: any) => string)>;
248
- required: false;
249
- };
250
- batchChildrensDisplay: {
251
- type: import("vue").PropType<number>;
252
- required: false;
253
- };
254
- multiple: {
255
- type: import("vue").PropType<boolean>;
256
- required: false;
257
- };
258
- expandOnSelection: {
259
- type: import("vue").PropType<boolean>;
260
- };
261
- items: {
262
- type: import("vue").PropType<any[]>;
263
- };
264
- "onUpdate:modelValue": {
265
- type: import("vue").PropType<(value: any[]) => any | void>;
266
- };
267
- "v-model": {
268
- type: import("vue").PropType<any[]>;
269
- required: false;
270
- };
271
- modelValue: {
272
- type: import("vue").PropType<any[]>;
273
- required: false;
274
- };
275
- "onUpdate:expanded": {
276
- type: import("vue").PropType<(value: any[]) => any | void>;
277
- };
278
- "v-model:expanded": {
279
- type: import("vue").PropType<any[]>;
280
- required: false;
281
- };
282
- expanded: {
283
- type: import("vue").PropType<any[]>;
284
- required: false;
285
- };
286
- colorSchemaType: {
287
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
288
- required: boolean;
289
- };
290
- container: {
291
- type: BooleanConstructor;
292
- required: boolean;
293
- };
294
- colors: {
295
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
296
- required: boolean;
297
- };
298
- }>> & {
299
- "onUpdate:active"?: (items: any[]) => any;
300
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
301
- "update:active": (items: Array<any>) => true;
302
- }, string, {
303
- container: boolean;
304
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
305
- propsDefinition: Omit<Readonly<{} & {
306
- container?: boolean;
307
- padding?: Spacing | SpacingValue;
308
- expanded?: any[];
309
- multiple?: boolean;
310
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
311
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
312
- "v-slots"?: {
313
- default?: import("../../DefineVueTypings").Slot;
314
- } & {
315
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
316
- itemToolTip?: (item: any) => VNodeChild;
317
- };
318
- "v-model"?: any[];
319
- modelValue?: any[];
320
- "onUpdate:modelValue"?: (value: any[]) => any | void;
321
- itemValue?: string;
322
- "v-model:expanded"?: any[];
323
- items?: any[];
324
- "onUpdate:expanded"?: (value: any[]) => any | void;
325
- itemTitle?: string | ((item: any) => string);
326
- itemChildren?: string;
327
- expandOnSelection?: boolean;
328
- batchChildrensDisplay?: number;
329
- itemIcon?: string | ((item: any) => IIcon);
330
- loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
331
- onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
332
- checkNodeToMove?: (item: any) => boolean;
333
- indentation?: SpacingValue;
334
- }>, "onUpdate:active"> & {
335
- "onUpdate:active"?: (items: any[]) => any;
336
- };
337
- };
13
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
14
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
15
+ } & {
16
+ container?: boolean;
17
+ } & {
18
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
19
+ } & {
20
+ "emit:update:modelValue": (value: any[]) => void;
21
+ } & {
22
+ "v-model"?: any[];
23
+ } & {
24
+ modelValue?: any[];
25
+ } & {
26
+ "emit:update:expanded": (value: any[]) => void;
27
+ } & {
28
+ "v-model:expanded"?: any[];
29
+ } & {
30
+ expanded?: any[];
31
+ } & {
32
+ items?: any[];
33
+ } & {
34
+ expandOnSelection?: boolean;
35
+ } & {
36
+ multiple?: boolean;
37
+ } & {
38
+ batchChildrensDisplay?: number;
39
+ } & {
40
+ itemTitle?: string | ((item: any) => string);
41
+ } & {
42
+ itemIcon?: string | ((item: any) => IIcon);
43
+ } & {
44
+ itemValue?: string;
45
+ } & {
46
+ itemChildren?: string;
47
+ } & {
48
+ loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
49
+ } & {
50
+ onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
51
+ } & {
52
+ checkNodeToMove?: (item: any) => boolean;
53
+ } & {
54
+ padding?: Spacing | SpacingValue;
55
+ } & {
56
+ indentation?: SpacingValue;
57
+ } & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
338
58
  export default _default;
@@ -1,11 +1,12 @@
1
1
  import { PropertyLockStatus } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
2
3
  declare const _default: {
3
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
5
  lockingStatus: import("vue").Prop<PropertyLockStatus, PropertyLockStatus>;
5
6
  onValueChanged: import("vue").Prop<Function, Function>;
6
7
  allowRollback: import("vue").Prop<unknown, unknown>;
7
8
  rollback: import("vue").Prop<Function, Function>;
8
- renderBody: import("vue").Prop<() => JSX.Element[], () => JSX.Element[]>;
9
+ renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
9
10
  styles: import("vue").Prop<{
10
11
  lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
11
12
  }, {
@@ -24,7 +25,7 @@ declare const _default: {
24
25
  onValueChanged: import("vue").Prop<Function, Function>;
25
26
  allowRollback: import("vue").Prop<unknown, unknown>;
26
27
  rollback: import("vue").Prop<Function, Function>;
27
- renderBody: import("vue").Prop<() => JSX.Element[], () => JSX.Element[]>;
28
+ renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
28
29
  styles: import("vue").Prop<{
29
30
  lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
30
31
  }, {
@@ -40,7 +41,7 @@ declare const _default: {
40
41
  onValueChanged: import("vue").Prop<Function, Function>;
41
42
  allowRollback: import("vue").Prop<unknown, unknown>;
42
43
  rollback: import("vue").Prop<Function, Function>;
43
- renderBody: import("vue").Prop<() => JSX.Element[], () => JSX.Element[]>;
44
+ renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
44
45
  styles: import("vue").Prop<{
45
46
  lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
46
47
  }, {
@@ -55,7 +56,7 @@ declare const _default: {
55
56
  onValueChanged?: Function;
56
57
  rollback?: Function;
57
58
  showLockConfiguration?: boolean;
58
- renderBody?: () => JSX.Element[];
59
+ renderBody?: () => VNodeChild;
59
60
  lockingStatus?: PropertyLockStatus;
60
61
  allowRollback?: unknown;
61
62
  }>, never>;
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  propsDefinition: Omit<Readonly<{} & {
79
79
  text?: string;
80
80
  container?: boolean;
81
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
81
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
82
82
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
83
83
  renderingMode?: BlockRenderingModes;
84
84
  }>, never>;
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  roles: guid[];
130
130
  } & {
131
131
  container?: boolean;
132
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
132
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
133
133
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
134
134
  "v-slots"?: {
135
135
  default?: import("../DefineVueTypings").Slot;
@@ -7,7 +7,7 @@ export declare const DraggableStyles: {
7
7
  export declare function useDraggable(): {
8
8
  Draggable: DraggableComponentTypings;
9
9
  readonly DraggableIcon: (props: ConstructComponentProps<{
10
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
10
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
11
11
  } & {
12
12
  container?: boolean;
13
13
  } & {