@omnia/fx 8.0.397-dev → 8.0.399-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 (58) hide show
  1. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +7 -1
  2. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +35 -5
  5. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -1
  7. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +17 -0
  9. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +87 -77
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +15 -12
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +12 -3
  15. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -32
  16. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +17 -0
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -2
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  24. package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +3 -2
  25. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -7
  26. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +4 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +3 -1
  40. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -1
  41. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +9 -294
  52. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  57. package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
  58. package/package.json +2 -2
@@ -105,7 +105,7 @@ declare const _default: {
105
105
  propsDefinition: Omit<Readonly<{} & {
106
106
  small?: boolean;
107
107
  container?: boolean;
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;
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";
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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
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" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
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;
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";
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
418
418
  modelValue?: string;
@@ -9,6 +9,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
9
9
  "v-model"?: MultilingualString;
10
10
  } & {
11
11
  modelValue?: MultilingualString;
12
+ } & {
13
+ grid?: boolean;
12
14
  } & {
13
15
  label?: string;
14
16
  } & {
@@ -48,5 +50,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
48
50
  "v-slots"?: {} & Omit<{
49
51
  default?: import("vue").Slot;
50
52
  }, never>;
51
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "label" | "required" | "disabled" | "styles" | "modelValue" | "v-model" | "emit:update:modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
53
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "grid" | "filled" | "label" | "required" | "disabled" | "styles" | "modelValue" | "v-model" | "emit:update:modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
52
54
  export default _default;
@@ -6,6 +6,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
6
6
  "v-model"?: MultiTextInputItem<T1>;
7
7
  } & {
8
8
  modelValue?: MultiTextInputItem<T1>;
9
+ } & {
10
+ grid?: boolean;
9
11
  } & {
10
12
  mode?: "textarea" | "textfield";
11
13
  } & {
@@ -35,5 +37,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
35
37
  "v-slots"?: {} & Omit<{
36
38
  default?: import("vue").Slot;
37
39
  }, never>;
38
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "modelValue" | "items" | "rules" | "v-model" | "emit:update:modelValue" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
40
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "grid" | "label" | "disabled" | "modelValue" | "items" | "rules" | "v-model" | "emit:update:modelValue" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
41
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
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;
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";
3
3
  } & {
4
4
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
5
5
  } & {
@@ -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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
171
171
  modelValue?: number;
172
172
  "onUpdate:modelValue"?: (value: number) => any | void;
173
173
  nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
@@ -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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
176
176
  modelValue?: any;
177
177
  readonly?: boolean;
178
178
  "onUpdate:modelValue"?: (value: any) => any | void;
@@ -233,7 +233,7 @@ declare const _default: {
233
233
  variant?: "default" | "prominent";
234
234
  class?: String | String[];
235
235
  label?: string;
236
- 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;
236
+ 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";
237
237
  max?: string | number;
238
238
  modelValue?: [number, number];
239
239
  "onUpdate:modelValue"?: (value: [number, number]) => any | void;
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
19
19
  "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
- } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "error" | "variant" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -2,15 +2,15 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, ItemValueType }
2
2
  import { VNodeChild } from "vue";
3
3
  import { OMultiSelectionStyles } from "@omnia/fx-models";
4
4
  type SelectionVariants = "remove" | "settings";
5
- type BaseProps = DefinePropTheming & DefineProp<"items", any[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemTitle", ItemValueType<any>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineSlot<"item", (item: any, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"addItem", () => true>;
6
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps> & {
5
+ type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"addItem", () => true>;
6
+ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
7
7
  onSelectItem?: (index: any) => any;
8
8
  onAddItem?: () => any;
9
9
  } & {
10
10
  "v-slots"?: {
11
- item?: (item: any, index: Number) => VNodeChild;
11
+ item?: (item: TItem, index: Number) => VNodeChild;
12
12
  } & Omit<{
13
13
  default?: import("vue").Slot;
14
14
  }, "item">;
15
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
16
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
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;
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";
3
3
  } & {
4
4
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
5
5
  } & {
@@ -1,10 +1,10 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel, ValidationRule } from "@omnia/fx/ux";
2
- type SwtichProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state.">;
2
+ type SwtichProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"revert", boolean, false, false, "Shows the switch inverted"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state.">;
3
3
  declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux").ExtractProps<SwtichProps<T>> & {
4
4
  "onUpdate:modelValue"?: (value: T) => any;
5
5
  } & {
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "disabled" | "revert" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -10,7 +10,7 @@ type TreewViewItemSlot<T> = {
10
10
  item: T;
11
11
  };
12
12
  declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ExtractProps<{
13
- 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;
13
+ 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";
14
14
  } & {
15
15
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
16
16
  } & {
@@ -11,7 +11,7 @@ export interface TreeViewPagingModel {
11
11
  endPagingIndex: number;
12
12
  }
13
13
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
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;
14
+ 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";
15
15
  } & {
16
16
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
17
17
  } & {
@@ -1,4 +1,5 @@
1
1
  import { guid } from "@omnia/fx/models";
2
+ import { DefineVModel, DefineProp } from "@omnia/fx/ux";
2
3
  import { RichTextEditorExtension, RichTextEditorExtensionRegistration, RichTextEditorExtensionSettings } from "../../models/RichTextEditorExtension";
3
4
  import "./RichTextEditorSettings.css";
4
5
  export interface RTFExtensionViewModel {
@@ -8,298 +9,12 @@ export interface RTFExtensionViewModel {
8
9
  isChecked?: boolean;
9
10
  isSettingsShowed?: boolean;
10
11
  }
11
- declare const _default: {
12
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
13
- "onUpdate:modelValue": {
14
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
15
- };
16
- "v-model": {
17
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
18
- required: false;
19
- };
20
- modelValue: {
21
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
22
- required: false;
23
- };
24
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
25
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
26
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
27
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
28
- required: false;
29
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
30
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
31
- required: false;
32
- }; } & {
33
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, RichTextEditorExtensionRegistration[], {
34
- "onUpdate:modelValue": {
35
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
36
- };
37
- } & {
38
- "v-model": {
39
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
40
- required: false;
41
- };
42
- } & {
43
- modelValue: {
44
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
45
- required: false;
46
- };
47
- }>;
48
- defaultValue(value?: RichTextEditorExtensionRegistration[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, RichTextEditorExtensionRegistration[], {
49
- "onUpdate:modelValue": {
50
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
51
- };
52
- } & {
53
- "v-model": {
54
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
55
- required: false;
56
- };
57
- } & {
58
- modelValue: {
59
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
60
- required: false;
61
- };
62
- }, false>;
63
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, RichTextEditorExtensionRegistration[], {
64
- "onUpdate:modelValue": {
65
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
66
- };
67
- } & {
68
- "v-model": {
69
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
70
- required: false;
71
- };
72
- } & {
73
- modelValue: {
74
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
75
- required: false;
76
- };
77
- }>;
78
- };
79
- showEditorPreview: {
80
- type: import("vue").PropType<boolean>;
81
- required: false;
82
- };
83
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
84
- P: {};
85
- B: {};
86
- D: {};
87
- C: {};
88
- M: {};
89
- Defaults: {};
90
- }, Readonly<import("vue").ExtractPropTypes<{
91
- "onUpdate:modelValue": {
92
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
93
- };
94
- "v-model": {
95
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
96
- required: false;
97
- };
98
- modelValue: {
99
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
100
- required: false;
101
- };
102
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
103
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
104
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
105
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
106
- required: false;
107
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
108
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
109
- required: false;
110
- }; } & {
111
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, RichTextEditorExtensionRegistration[], {
112
- "onUpdate:modelValue": {
113
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
114
- };
115
- } & {
116
- "v-model": {
117
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
118
- required: false;
119
- };
120
- } & {
121
- modelValue: {
122
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
123
- required: false;
124
- };
125
- }>;
126
- defaultValue(value?: RichTextEditorExtensionRegistration[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, RichTextEditorExtensionRegistration[], {
127
- "onUpdate:modelValue": {
128
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
129
- };
130
- } & {
131
- "v-model": {
132
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
133
- required: false;
134
- };
135
- } & {
136
- modelValue: {
137
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
138
- required: false;
139
- };
140
- }, false>;
141
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, RichTextEditorExtensionRegistration[], {
142
- "onUpdate:modelValue": {
143
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
144
- };
145
- } & {
146
- "v-model": {
147
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
148
- required: false;
149
- };
150
- } & {
151
- modelValue: {
152
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
153
- required: false;
154
- };
155
- }>;
156
- };
157
- showEditorPreview: {
158
- type: import("vue").PropType<boolean>;
159
- required: false;
160
- };
161
- }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
162
- __isFragment?: never;
163
- __isTeleport?: never;
164
- __isSuspense?: never;
165
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
166
- "onUpdate:modelValue": {
167
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
168
- };
169
- "v-model": {
170
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
171
- required: false;
172
- };
173
- modelValue: {
174
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
175
- required: false;
176
- };
177
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
178
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
179
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
180
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
181
- required: false;
182
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
183
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
184
- required: false;
185
- }; } & {
186
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, RichTextEditorExtensionRegistration[], {
187
- "onUpdate:modelValue": {
188
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
189
- };
190
- } & {
191
- "v-model": {
192
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
193
- required: false;
194
- };
195
- } & {
196
- modelValue: {
197
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
198
- required: false;
199
- };
200
- }>;
201
- defaultValue(value?: RichTextEditorExtensionRegistration[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, RichTextEditorExtensionRegistration[], {
202
- "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
204
- };
205
- } & {
206
- "v-model": {
207
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
208
- required: false;
209
- };
210
- } & {
211
- modelValue: {
212
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
213
- required: false;
214
- };
215
- }, false>;
216
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, RichTextEditorExtensionRegistration[], {
217
- "onUpdate:modelValue": {
218
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
219
- };
220
- } & {
221
- "v-model": {
222
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
223
- required: false;
224
- };
225
- } & {
226
- modelValue: {
227
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
228
- required: false;
229
- };
230
- }>;
231
- };
232
- showEditorPreview: {
233
- type: import("vue").PropType<boolean>;
234
- required: false;
235
- };
236
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, 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 & {
237
- propsDefinition: Omit<Readonly<{} & {
238
- name?: {
239
- [x: `onUpdate:${string}`]: {
240
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
241
- };
242
- } & {
243
- [x: `v-model:${string}`]: {
244
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
245
- required: false;
246
- };
247
- } & {
248
- [x: string]: {
249
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
250
- required: false;
251
- };
252
- } & {
253
- require(): import("../DefineVueTypings").DefinePropModelRequire<string, RichTextEditorExtensionRegistration[], {
254
- "onUpdate:modelValue": {
255
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
256
- };
257
- } & {
258
- "v-model": {
259
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
260
- required: false;
261
- };
262
- } & {
263
- modelValue: {
264
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
265
- required: false;
266
- };
267
- }>;
268
- defaultValue(value?: RichTextEditorExtensionRegistration[]): import("../DefineVueTypings").DefinePropModelDefaultValue<string, RichTextEditorExtensionRegistration[], {
269
- "onUpdate:modelValue": {
270
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
271
- };
272
- } & {
273
- "v-model": {
274
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
275
- required: false;
276
- };
277
- } & {
278
- modelValue: {
279
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
280
- required: false;
281
- };
282
- }, false>;
283
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, RichTextEditorExtensionRegistration[], {
284
- "onUpdate:modelValue": {
285
- type: import("vue").PropType<(value: RichTextEditorExtensionRegistration[]) => any | void>;
286
- };
287
- } & {
288
- "v-model": {
289
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
290
- required: false;
291
- };
292
- } & {
293
- modelValue: {
294
- type: import("vue").PropType<RichTextEditorExtensionRegistration[]>;
295
- required: false;
296
- };
297
- }>;
298
- };
299
- modelValue?: RichTextEditorExtensionRegistration[];
300
- "onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any | void;
301
- "v-model"?: RichTextEditorExtensionRegistration[];
302
- showEditorPreview?: boolean;
303
- }>, never>;
304
- };
12
+ type Props = DefineVModel<"", RichTextEditorExtensionRegistration[]> & DefineProp<"showEditorPreview", boolean> & DefineProp<"variant", "journey" | "default", false, "default">;
13
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Props> & {
14
+ "onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any;
15
+ } & {
16
+ "v-slots"?: {} & Omit<{
17
+ default?: import("vue").Slot;
18
+ }, never>;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "showEditorPreview"> & import("@omnia/fx/ux").VNodeEvents) => any;
305
20
  export default _default;
@@ -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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
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" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
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";
133
133
  "v-slots"?: {
134
134
  default?: import("../DefineVueTypings").Slot;
135
135
  } & SecurityTrimmerSlots;
@@ -457,7 +457,7 @@ declare const _default: {
457
457
  icon?: IIcon;
458
458
  container?: boolean;
459
459
  variant?: Variant;
460
- 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;
460
+ 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";
461
461
  modelValue?: boolean;
462
462
  "v-slots"?: {
463
463
  default?: import("../../../DefineVueTypings").Slot;
@@ -370,7 +370,7 @@ declare const _default: {
370
370
  }>;
371
371
  };
372
372
  container?: boolean;
373
- 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;
373
+ 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";
374
374
  modelValue?: VelcronDefinitionRegistration<object>;
375
375
  "onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
376
376
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  } & {
136
136
  container?: boolean;
137
137
  active?: boolean;
138
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
138
+ colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
139
139
  themeDefinition?: ResolvedThemeDefinition;
140
140
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
141
141
  context?: VelcronRenderContext;