@omnia/fx 8.0.374-dev → 8.0.376-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 (75) 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/ux/UxModels.d.ts +3 -0
  3. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +11 -0
  4. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +11 -65
  5. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +5 -16
  6. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +14 -81
  7. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +10 -51
  8. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +7 -47
  9. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +10 -16
  10. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +12 -38
  11. package/internal-do-not-import-from-here/ux/app/appinstance/view/MixManager.d.ts +11 -1
  12. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +11 -26
  13. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +11 -26
  14. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +11 -22
  15. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +11 -28
  16. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +7 -4
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +14 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/stores/EnterprisePropertyPickerStore.d.ts +40 -0
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +4 -3
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -2
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker_new.d.ts +0 -0
  26. package/internal-do-not-import-from-here/ux/identitypicker/stores/IdentityPickerStore.d.ts +97 -0
  27. package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +9 -0
  28. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +11 -15
  29. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.stylex.d.ts +6 -1
  30. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +12 -0
  31. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionListRenderer.d.ts +7 -0
  32. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionRenderer.d.ts +12 -0
  33. package/internal-do-not-import-from-here/ux/journey/selection/JourneySettingsRenderer.d.ts +11 -0
  34. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +131 -0
  35. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  36. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +10 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +5 -5
  38. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -2
  40. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +11 -8
  43. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.stylex.d.ts +1 -0
  44. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +10 -7
  45. package/internal-do-not-import-from-here/ux/oxide/picker/models/SharedSettings.d.ts +2 -3
  46. package/internal-do-not-import-from-here/ux/oxide/picker/stores/PickerStore.d.ts +35 -0
  47. package/internal-do-not-import-from-here/ux/oxide/switch/Switches.d.ts +7 -0
  48. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +6 -68
  49. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +6 -68
  50. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +6 -68
  51. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +8 -71
  52. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +8 -71
  53. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +8 -71
  54. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +3 -0
  55. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +4 -0
  56. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +9 -71
  57. package/internal-do-not-import-from-here/ux/properties/property-cover/PropertyCover.d.ts +11 -0
  58. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +6 -4
  59. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  61. package/internal-do-not-import-from-here/wctypings.d.ts +92 -0
  62. package/package.json +3 -3
  63. package/internal-do-not-import-from-here/ux/app/appinstance/index.d.ts +0 -1
  64. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.css.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/app/appinstance/settings/IAppInstanceRollupSettings.d.ts +0 -18
  66. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +0 -30
  67. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/FilterTab.d.ts +0 -26
  68. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/GeneralTab.d.ts +0 -16
  69. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +0 -57
  70. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +0 -40
  71. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.css.d.ts +0 -1
  72. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.css.d.ts +0 -1
  73. package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.css.d.ts +0 -1
  74. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.css.d.ts +0 -1
  75. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.css.d.ts +0 -1
@@ -0,0 +1,131 @@
1
+ import { guid, MenuState } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ import { JourneySelectItem, JourneySelectPropertyMapping } from "@omnia/fx/ux";
4
+ export declare const useJourneySelectStore: () => {
5
+ readonly settings: {
6
+ multiple: boolean;
7
+ readonly: boolean;
8
+ disableSave: boolean;
9
+ sortable: boolean;
10
+ disableSearch: boolean;
11
+ renderAsList: boolean;
12
+ confirmDelete: boolean;
13
+ noAddConfirm: boolean;
14
+ bladeless: boolean;
15
+ returnSelectionAsObject: boolean;
16
+ propertyValueMapping: JourneySelectPropertyMapping;
17
+ };
18
+ readonly slots: {
19
+ settingsRender: (item: any, index: number) => VNodeChild;
20
+ selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
21
+ selectionRender: () => VNodeChild;
22
+ selectedItemRenderer: (item: any, index: number) => VNodeChild;
23
+ };
24
+ rules: {
25
+ externalStateHandling: () => boolean;
26
+ hasSelectionBlade: () => boolean;
27
+ hasSettingsBlade: () => boolean;
28
+ renderAsPicker: () => boolean;
29
+ searchable: () => boolean;
30
+ submitItemsOnSelection: () => boolean;
31
+ canEditItems: () => boolean;
32
+ showBottomAddButton: () => boolean;
33
+ showAddButton: () => boolean;
34
+ renderItemsAsChips: () => boolean;
35
+ hasCustomSelectionBlade: () => boolean;
36
+ };
37
+ state: {
38
+ searchText: string;
39
+ singelSelection: MenuState;
40
+ noSelectionHandling: boolean;
41
+ items: {
42
+ all: JourneySelectItem<any>[];
43
+ filtered: JourneySelectItem<any>[];
44
+ };
45
+ selectedItems: {
46
+ all: JourneySelectItem<any>[];
47
+ inEdit: JourneySelectItem<any>[];
48
+ };
49
+ selectedItem: {
50
+ item: JourneySelectItem<any>;
51
+ index: number;
52
+ };
53
+ isSorting: boolean;
54
+ isSaveDisabled: boolean;
55
+ settings: {
56
+ multiple: boolean;
57
+ readonly: boolean;
58
+ disableSave: boolean;
59
+ sortable: boolean;
60
+ disableSearch: boolean;
61
+ renderAsList: boolean;
62
+ confirmDelete: boolean;
63
+ noAddConfirm: boolean;
64
+ bladeless: boolean;
65
+ returnSelectionAsObject: boolean;
66
+ propertyValueMapping: JourneySelectPropertyMapping;
67
+ };
68
+ };
69
+ events: import("@omnia/fx/stores").StoreEvents<{
70
+ searchText: string;
71
+ singelSelection: MenuState;
72
+ noSelectionHandling: boolean;
73
+ items: {
74
+ all: JourneySelectItem<any>[];
75
+ filtered: JourneySelectItem<any>[];
76
+ };
77
+ selectedItems: {
78
+ all: JourneySelectItem<any>[];
79
+ inEdit: JourneySelectItem<any>[];
80
+ };
81
+ selectedItem: {
82
+ item: JourneySelectItem<any>;
83
+ index: number;
84
+ };
85
+ isSorting: boolean;
86
+ isSaveDisabled: boolean;
87
+ settings: {
88
+ multiple: boolean;
89
+ readonly: boolean;
90
+ disableSave: boolean;
91
+ sortable: boolean;
92
+ disableSearch: boolean;
93
+ renderAsList: boolean;
94
+ confirmDelete: boolean;
95
+ noAddConfirm: boolean;
96
+ bladeless: boolean;
97
+ returnSelectionAsObject: boolean;
98
+ propertyValueMapping: JourneySelectPropertyMapping;
99
+ };
100
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
101
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
102
+ translateToSelectItem: (item: any) => JourneySelectItem;
103
+ toggleSort: () => void;
104
+ clear: () => void;
105
+ search: (text: string) => void;
106
+ itemSettings: () => {
107
+ show: (item: any) => void;
108
+ apply: () => void;
109
+ hide: () => void;
110
+ };
111
+ itemSelections: () => {
112
+ set: (items: Array<any> | any) => void;
113
+ show: () => void;
114
+ hide: () => void;
115
+ addItem: (item: JourneySelectItem) => void;
116
+ applySelection: () => void;
117
+ };
118
+ deleteItem(item: any, index: number): void;
119
+ init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: any): void;
120
+ }>;
121
+ get: {
122
+ readonly displayText: string;
123
+ readonly bladeId: {
124
+ selection: guid;
125
+ settings: guid;
126
+ };
127
+ readonly updatedModelValue: any;
128
+ };
129
+ } & {
130
+ dispose?: () => void;
131
+ };
@@ -1,3 +1,4 @@
1
1
  export * from "./JourneyStore";
2
2
  export * from "./JourneyMenuStore";
3
3
  export * from "./JourneyRouterStore";
4
+ export * from "./JourneySelectStore";
@@ -38,6 +38,9 @@ declare const _default: {
38
38
  disabled: {
39
39
  type: import("vue").PropType<boolean>;
40
40
  };
41
+ variant: {
42
+ type: import("vue").PropType<"dropdown" | "journey">;
43
+ };
41
44
  "onUpdate:modelValue": {
42
45
  type: import("vue").PropType<(value: Language) => any | void>;
43
46
  };
@@ -148,6 +151,9 @@ declare const _default: {
148
151
  disabled: {
149
152
  type: import("vue").PropType<boolean>;
150
153
  };
154
+ variant: {
155
+ type: import("vue").PropType<"dropdown" | "journey">;
156
+ };
151
157
  "onUpdate:modelValue": {
152
158
  type: import("vue").PropType<(value: Language) => any | void>;
153
159
  };
@@ -253,6 +259,9 @@ declare const _default: {
253
259
  disabled: {
254
260
  type: import("vue").PropType<boolean>;
255
261
  };
262
+ variant: {
263
+ type: import("vue").PropType<"dropdown" | "journey">;
264
+ };
256
265
  "onUpdate:modelValue": {
257
266
  type: import("vue").PropType<(value: Language) => any | void>;
258
267
  };
@@ -386,6 +395,7 @@ declare const _default: {
386
395
  };
387
396
  }>;
388
397
  };
398
+ variant?: "dropdown" | "journey";
389
399
  label?: string;
390
400
  required?: boolean;
391
401
  disabled?: boolean;
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
28
28
  };
29
29
  }>> & {
30
- onAddItem?: (e: Event) => any;
31
30
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
31
+ onAddItem?: (e: Event) => any;
32
32
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  addItem: (e: Event) => true;
34
34
  deleteItem: (e: Event, sectionItem: SectionItem) => true;
@@ -53,8 +53,8 @@ declare const _default: {
53
53
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
54
54
  };
55
55
  }>> & {
56
- onAddItem?: (e: Event) => any;
57
56
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
57
+ onAddItem?: (e: Event) => any;
58
58
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
59
59
  __isFragment?: never;
60
60
  __isTeleport?: never;
@@ -73,8 +73,8 @@ declare const _default: {
73
73
  type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
74
74
  };
75
75
  }>> & {
76
- onAddItem?: (e: Event) => any;
77
76
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
77
+ onAddItem?: (e: Event) => any;
78
78
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
79
  addItem: (e: Event) => true;
80
80
  deleteItem: (e: Event, sectionItem: SectionItem) => true;
@@ -84,9 +84,9 @@ declare const _default: {
84
84
  label?: string;
85
85
  itemRenderer?: SectionItemRenderer;
86
86
  addLabel?: string;
87
- }>, "onAddItem" | "onDeleteItem"> & {
88
- onAddItem?: (e: Event) => any;
87
+ }>, "onDeleteItem" | "onAddItem"> & {
89
88
  onDeleteItem?: (e: Event, sectionItem: SectionItem<SectionItemSettings>) => any;
89
+ onAddItem?: (e: Event) => any;
90
90
  };
91
91
  };
92
92
  export default _default;
@@ -26,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps>
26
26
  } & Omit<{
27
27
  default?: import("vue").Slot;
28
28
  }, "navigation" | "actions" | "header" | "activator" | "fixedContent" | "headerButtons">;
29
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "journey" | "canClose" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "slot:actions" | "colors" | "v-model" | "toned" | "journey" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "canClose" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
30
  export default _default;
@@ -1,8 +1,9 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
- type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null>;
2
+ import { OFormTypes } from "@omnia/fx-models";
3
+ type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null> & DefineProp<"variant", OFormTypes, false, null, "Type of the form">;
3
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> & {} & {
4
5
  "v-slots"?: {} & Omit<{
5
6
  default?: import("vue").Slot;
6
7
  }, never>;
7
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
9
  export default _default;
@@ -6,9 +6,9 @@ export type InputTypes = typeof InputTypeDefinitions[number];
6
6
  export type InputApi = {
7
7
  focus: () => void;
8
8
  };
9
- type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & 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."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
+ type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & 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."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"transparent", boolean, false, null, "Adds transparency to the text field."> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
10
10
  type NumberInputProps = DefineVModel<"", number, false, null, true, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
11
- type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
11
+ type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
12
12
  declare const _default: <TType extends "text" | "number" | "password" = "text">(props: ExtractProps<{
13
13
  type?: TType;
14
14
  } & (TType extends "number" ? NumberInputProps : TextInputProps)> & (({
@@ -2,6 +2,7 @@ import { BoxDimensions, TextBlueprint } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const TextFieldStyles: {
4
4
  editorVariant: string;
5
+ transparent: string;
5
6
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
6
7
  generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
7
8
  hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
@@ -1,16 +1,19 @@
1
- import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
- import { InputBlueprint } from "@omnia/fx/models";
1
+ import { DefineEmit, DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
+ import { InputBlueprint, MenuState } from "@omnia/fx/models";
3
3
  import { VNodeChild } from "vue";
4
- type PickerVariant = "dialog" | "picker";
5
- type PickerProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineSlot<"selectionRenderer", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild>;
4
+ import { PickerVariant } from "./models/SharedSettings";
5
+ import { usePickerStore } from "./stores/PickerStore";
6
+ type PickerProps = DefineVModel<"", MenuState> & DefineProp<"getApi", (store: ReturnType<typeof usePickerStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the control."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, null, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => void> & DefineSlot<"activator", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
6
7
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
7
- "onUpdate:modelValue"?: (value: any) => any;
8
+ "onUpdate:modelValue"?: (value: MenuState) => any;
9
+ "onClick:clear"?: () => any;
10
+ onSearch?: (searchText: string) => any;
8
11
  } & {
9
12
  "v-slots"?: {
10
- selectionRenderer?: () => VNodeChild;
11
13
  activator?: () => VNodeChild;
14
+ selectedItemRenderer?: () => VNodeChild;
12
15
  } & Omit<{
13
16
  default?: import("vue").Slot;
14
- }, "activator" | "selectionRenderer">;
15
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "visibleOnContentClick" | "slot:selectionRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ }, "activator" | "selectedItemRenderer">;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "variant" | "class" | "label" | "disabled" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
19
  export default _default;
@@ -3,6 +3,7 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const PickerStyles: {
4
4
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
5
5
  iconWrapper: string;
6
+ iconJourney: string;
6
7
  iconNotExpanded: string;
7
8
  iconExpanded: string;
8
9
  selectorBackground: string;
@@ -1,12 +1,15 @@
1
- import { DefineEmit, DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
- import { InputBlueprint } from "@omnia/fx/models";
3
- type PickerSelectionProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void>;
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
3
+ type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, false, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot and show clear icon"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
5
- "onUpdate:modelValue"?: (value: any) => any;
6
5
  "onClick:clear"?: () => any;
6
+ onSearch?: (text: string) => any;
7
+ "onShow:selection"?: () => any;
7
8
  } & {
8
- "v-slots"?: {} & Omit<{
9
+ "v-slots"?: {
10
+ selectedItemRenderer?: () => VNodeChild;
11
+ } & Omit<{
9
12
  default?: import("vue").Slot;
10
- }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "grid" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:click:clear" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ }, "selectedItemRenderer">;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "colorSchemaType" | "colors" | "toned" | "placeholder" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "emit:show:selection"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
15
  export default _default;
@@ -1,3 +1,2 @@
1
- export interface PickerSharedSettings {
2
- showMenu: boolean;
3
- }
1
+ import { OSelectVariants } from "@omnia/fx-models";
2
+ export type PickerVariant = "dialog" | OSelectVariants;
@@ -0,0 +1,35 @@
1
+ import { guid, InputBlueprint, MenuState, OSelectVariants } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ type PickerVariant = "dialog" | "virtual-list" | OSelectVariants;
4
+ export declare const usePickerStore: () => {
5
+ readonly slots: {
6
+ selectionRender: () => VNodeChild;
7
+ };
8
+ state: {
9
+ searchText: string;
10
+ blueprint: InputBlueprint;
11
+ variant: PickerVariant;
12
+ showMenu: boolean;
13
+ };
14
+ events: import("@omnia/fx/stores").StoreEvents<{
15
+ searchText: string;
16
+ blueprint: InputBlueprint;
17
+ variant: PickerVariant;
18
+ showMenu: boolean;
19
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
20
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
21
+ itemSelections: () => {
22
+ show: () => void;
23
+ hide: () => void;
24
+ };
25
+ init(externalModel: MenuState, renderingSlots: any, blueprint: InputBlueprint, variant: PickerVariant): void;
26
+ }>;
27
+ get: {
28
+ readonly bladesId: {
29
+ selection: guid;
30
+ };
31
+ };
32
+ } & {
33
+ dispose?: () => void;
34
+ };
35
+ export {};
@@ -0,0 +1,7 @@
1
+ import { DefinePropTheming } from "@omnia/fx/ux";
2
+ declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux").ExtractProps<DefinePropTheming> & {} & {
3
+ "v-slots"?: {} & Omit<{
4
+ default?: import("vue").Slot;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -1,69 +1,7 @@
1
- import { BirthdayPropertyDefinition, PropertyConfiguration } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- modelValue: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
5
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void>;
6
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
7
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
8
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
9
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
10
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
11
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
12
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
13
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
14
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
15
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
16
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
17
- P: {};
18
- B: {};
19
- D: {};
20
- C: {};
21
- M: {};
22
- Defaults: {};
23
- }, Readonly<import("vue").ExtractPropTypes<{
24
- modelValue: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
25
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void>;
26
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
27
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
28
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
29
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
30
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
31
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
32
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
33
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
34
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
35
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
36
- }>>, {}, {}, {}, {}, {}>;
37
- __isFragment?: never;
38
- __isTeleport?: never;
39
- __isSuspense?: never;
40
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
41
- modelValue: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
42
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void>;
43
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
44
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
45
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<BirthdayPropertyDefinition>, PropertyConfiguration<BirthdayPropertyDefinition>>;
46
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
47
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
48
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
49
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
50
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
51
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
52
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
53
- }>>, {}, {}, {}, {}, 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 & {
54
- propsDefinition: Omit<Readonly<{} & {
55
- modelValue?: PropertyConfiguration<BirthdayPropertyDefinition>;
56
- onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
57
- onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
58
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
59
- onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
60
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
61
- onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
62
- multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
63
- onConfigurationValid?: (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void;
64
- showLockConfiguration?: boolean;
65
- renderEditSettings?: boolean;
66
- defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
67
- }>, never>;
68
- };
1
+ import { IPropertyConfigurationRenderer, BirthdayPropertyDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IPropertyConfigurationRenderer<BirthdayPropertyDefinition>> & {} & {
3
+ "v-slots"?: {} & Omit<{
4
+ default?: import("vue").Slot;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof IPropertyConfigurationRenderer<BirthdayPropertyDefinition>> & import("@omnia/fx/ux").VNodeEvents) => any;
69
7
  export default _default;
@@ -1,69 +1,7 @@
1
- import { DateTimePropertyDefinition, PropertyConfiguration } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- modelValue: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
5
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void>;
6
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
7
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
8
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
9
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
10
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
11
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
12
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
13
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
14
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
15
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
16
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
17
- P: {};
18
- B: {};
19
- D: {};
20
- C: {};
21
- M: {};
22
- Defaults: {};
23
- }, Readonly<import("vue").ExtractPropTypes<{
24
- modelValue: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
25
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void>;
26
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
27
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
28
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
29
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
30
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
31
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
32
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
33
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
34
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
35
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
36
- }>>, {}, {}, {}, {}, {}>;
37
- __isFragment?: never;
38
- __isTeleport?: never;
39
- __isSuspense?: never;
40
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
41
- modelValue: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
42
- onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void>;
43
- showLockConfiguration?: import("vue").Prop<boolean, boolean>;
44
- renderEditSettings?: import("vue").Prop<boolean, boolean>;
45
- defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
46
- multilingualContext?: import("vue").Prop<import("@omnia/fx/ux").MultilingualContext, import("@omnia/fx/ux").MultilingualContext>;
47
- onVnodeBeforeMount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
48
- onVnodeMounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
49
- onVnodeBeforeUpdate?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
50
- onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
51
- onVnodeBeforeUnmount?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
52
- onVnodeUnmounted?: import("vue").Prop<((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[]>;
53
- }>>, {}, {}, {}, {}, 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 & {
54
- propsDefinition: Omit<Readonly<{} & {
55
- modelValue?: PropertyConfiguration<DateTimePropertyDefinition>;
56
- onVnodeBeforeMount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
57
- onVnodeMounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
58
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
59
- onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
60
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
61
- onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
62
- multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
63
- onConfigurationValid?: (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void;
64
- showLockConfiguration?: boolean;
65
- renderEditSettings?: boolean;
66
- defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
67
- }>, never>;
68
- };
1
+ import { IPropertyConfigurationRenderer, DateTimePropertyDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IPropertyConfigurationRenderer<DateTimePropertyDefinition>> & {} & {
3
+ "v-slots"?: {} & Omit<{
4
+ default?: import("vue").Slot;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof IPropertyConfigurationRenderer<DateTimePropertyDefinition>> & import("@omnia/fx/ux").VNodeEvents) => any;
69
7
  export default _default;