@omnia/fx 8.0.321-dev → 8.0.322-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 (135) hide show
  1. package/internal-do-not-import-from-here/index.d.ts +1 -0
  2. package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +2 -1
  3. package/internal-do-not-import-from-here/libs/sortable/index.d.ts +2 -1
  4. package/internal-do-not-import-from-here/libs/swiper/index.d.ts +7 -1
  5. package/internal-do-not-import-from-here/libs/toastui/index.d.ts +5 -1
  6. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.app.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  9. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +5 -1
  10. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +2 -2
  11. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +3 -6
  12. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +2 -2
  13. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/cropByRatio.d.ts +0 -1
  14. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  15. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +16 -96
  16. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +16 -96
  17. package/internal-do-not-import-from-here/ux/VuetifyLoader.d.ts +10 -0
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +1 -21
  67. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +3 -29
  68. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +2 -0
  69. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -15
  70. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +3 -3
  73. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
  76. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +4 -4
  103. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +14 -14
  107. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +4 -4
  109. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +3 -3
  111. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
  113. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -2
  116. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -2
  124. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -2
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -2
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -2
  130. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -2
  131. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +82 -21
  132. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +5 -61
  133. package/internal-do-not-import-from-here/vue/VueApp.d.ts +1 -0
  134. package/package.json +2 -2
  135. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -115
@@ -117,8 +117,8 @@ declare const _default: {
117
117
  required: false;
118
118
  };
119
119
  }>> & {
120
- onDoc$?: (description?: string) => any;
121
120
  "onUpdate:modelValue"?: (value: Identity[]) => any;
121
+ onDoc$?: (description?: string) => any;
122
122
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
123
123
  "update:modelValue": (value: Identity[]) => true;
124
124
  doc$(description?: string): {
@@ -244,8 +244,8 @@ declare const _default: {
244
244
  required: false;
245
245
  };
246
246
  }>> & {
247
- onDoc$?: (description?: string) => any;
248
247
  "onUpdate:modelValue"?: (value: Identity[]) => any;
248
+ onDoc$?: (description?: string) => any;
249
249
  }, () => JSX.Element, {}, {}, {}, {}>;
250
250
  __isFragment?: never;
251
251
  __isTeleport?: never;
@@ -363,8 +363,8 @@ declare const _default: {
363
363
  required: false;
364
364
  };
365
365
  }>> & {
366
- onDoc$?: (description?: string) => any;
367
366
  "onUpdate:modelValue"?: (value: Identity[]) => any;
367
+ onDoc$?: (description?: string) => any;
368
368
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
369
369
  "update:modelValue": (value: Identity[]) => true;
370
370
  doc$(description?: string): {
@@ -381,9 +381,9 @@ declare const _default: {
381
381
  required?: boolean;
382
382
  multiple?: boolean;
383
383
  disabled?: boolean;
384
- "v-model"?: Identity[];
385
384
  modelValue?: Identity[];
386
385
  "onUpdate:modelValue"?: (value: Identity[]) => any | void;
386
+ "v-model"?: Identity[];
387
387
  ariaInvalid?: boolean;
388
388
  ariaDescribedby?: string;
389
389
  providerIds?: guid[];
@@ -371,10 +371,10 @@ declare const _default: {
371
371
  class?: String | String[];
372
372
  mandatory?: boolean;
373
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;
374
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
- "v-model"?: MediaScalingSettings;
376
374
  modelValue?: MediaScalingSettings;
377
375
  "onUpdate:modelValue"?: (value: MediaScalingSettings) => any | void;
376
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
377
+ "v-model"?: MediaScalingSettings;
378
378
  group?: boolean;
379
379
  }>, "onUpdate:modelValue" | "onUpdate:add" | "onUpdate:delete"> & {
380
380
  "onUpdate:modelValue"?: (value: any) => any;
@@ -392,12 +392,12 @@ declare const _default: {
392
392
  styles?: {
393
393
  wrapper?: import("typestyle/lib/types").NestedCSSProperties;
394
394
  };
395
+ modelValue?: Language;
395
396
  "v-slots"?: {
396
397
  default?: import("../DefineVueTypings").Slot;
397
398
  } & LanguageSlots;
398
- "v-model"?: Language;
399
- modelValue?: Language;
400
399
  "onUpdate:modelValue"?: (value: Language) => any | void;
400
+ "v-model"?: Language;
401
401
  clearable?: boolean;
402
402
  hideDisplayFlag?: boolean;
403
403
  hideDisplayName?: boolean;
@@ -59,9 +59,9 @@ declare const _default: {
59
59
  "update:modelValue": (value: FillDefinition) => true;
60
60
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
61
61
  propsDefinition: Omit<Readonly<{} & {
62
- "v-model"?: FillDefinition;
63
62
  modelValue?: FillDefinition;
64
63
  "onUpdate:modelValue"?: (value: FillDefinition) => any | void;
64
+ "v-model"?: FillDefinition;
65
65
  }>, "onUpdate:modelValue"> & {
66
66
  "onUpdate:modelValue"?: (value: FillDefinition) => any;
67
67
  };
@@ -415,12 +415,12 @@ declare const _default: {
415
415
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
416
416
  plugins?: [object];
417
417
  hideToolbar?: boolean;
418
+ modelValue?: string;
419
+ "onUpdate:modelValue"?: (value: string) => any | void;
418
420
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
419
421
  "v-model"?: string;
420
- modelValue?: string;
421
422
  toned?: boolean;
422
423
  placeholder?: string;
423
- "onUpdate:modelValue"?: (value: string) => any | void;
424
424
  getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
425
425
  noWrap?: boolean;
426
426
  toolbarContainer?: boolean;
@@ -1,2 +1,2 @@
1
1
  import { Editor } from "internal/fx/libs/toastui";
2
- export declare function applyEditorScrollPatch(editor: Editor): (text: any) => void;
2
+ export declare function applyEditorScrollPatch(editor: InstanceType<typeof Editor>): (text: any) => void;
@@ -1,2 +1,2 @@
1
1
  import { Editor } from "internal/fx/libs/toastui";
2
- export declare function applyHtmlInlinePatch(editor: Editor): (state: any, node: any) => void;
2
+ export declare function applyHtmlInlinePatch(editor: InstanceType<typeof Editor>): (state: any, node: any) => void;
@@ -8,7 +8,7 @@ export declare const useMarkdownEditorStore: () => {
8
8
  additionalActions: FlowEditorActionRegistration[];
9
9
  };
10
10
  toolbarOwnerId: guid;
11
- activeEditor: Editor;
11
+ activeEditor: import("@toast-ui/editor").Editor;
12
12
  };
13
13
  events: import("@omnia/fx/stores").StoreEvents<{
14
14
  toolbar: {
@@ -17,7 +17,7 @@ export declare const useMarkdownEditorStore: () => {
17
17
  additionalActions: FlowEditorActionRegistration[];
18
18
  };
19
19
  toolbarOwnerId: guid;
20
- activeEditor: Editor;
20
+ activeEditor: import("@toast-ui/editor").Editor;
21
21
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
22
22
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
23
23
  commands: () => {
@@ -27,7 +27,7 @@ export declare const useMarkdownEditorStore: () => {
27
27
  addAdditionalAction: (action: FlowEditorActionRegistration) => void;
28
28
  };
29
29
  editor: () => {
30
- onEnter: (editor: Editor, editorId: guid) => void;
30
+ onEnter: (editor: InstanceType<typeof Editor>, editorId: guid) => void;
31
31
  onLeave: (id: any) => void;
32
32
  };
33
33
  }>;
@@ -423,14 +423,14 @@ declare const _default: {
423
423
  };
424
424
  providerContext?: MediaPickerStorageProviderContext;
425
425
  settings?: MediaPickerImageSettings;
426
+ modelValue?: boolean;
426
427
  "v-slots"?: {
427
428
  default?: import("../../DefineVueTypings").Slot;
428
429
  } & {
429
430
  activator?: () => VNodeChild;
430
431
  };
431
- "v-model"?: boolean;
432
- modelValue?: boolean;
433
432
  "onUpdate:modelValue"?: (value: boolean) => any | void;
433
+ "v-model"?: boolean;
434
434
  selectableMediaTypes?: MediaPickerEnums.OmniaMediaTypes[];
435
435
  providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
436
436
  selectedMedia?: SelectedMedia;
@@ -1,22 +1,2 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3
- [key: string]: any;
4
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5
- P: {};
6
- B: {};
7
- D: {};
8
- C: {};
9
- M: {};
10
- Defaults: {};
11
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, {}>;
14
- __isFragment?: never;
15
- __isTeleport?: never;
16
- __isSuspense?: never;
17
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
- [key: string]: any;
19
- }>[], {}, {}, {}, 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 & {
20
- propsDefinition: Omit<Readonly<{} & {}>, never>;
21
- };
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
22
2
  export default _default;
@@ -1,30 +1,4 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
- containerId: {
4
- type: import("vue").PropType<string>;
5
- };
6
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<import("vue").ExtractPropTypes<{
14
- containerId: {
15
- type: import("vue").PropType<string>;
16
- };
17
- }>>, () => JSX.Element, {}, {}, {}, {}>;
18
- __isFragment?: never;
19
- __isTeleport?: never;
20
- __isSuspense?: never;
21
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
22
- containerId: {
23
- type: import("vue").PropType<string>;
24
- };
25
- }>>, () => 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 & {
26
- propsDefinition: Omit<Readonly<{} & {
27
- containerId?: string;
28
- }>, never>;
29
- };
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
+ containerId?: string;
3
+ }>) => any;
30
4
  export default _default;
@@ -1,5 +1,7 @@
1
1
  import "../../ImageTransformer.css";
2
2
  import ImageEditor from "tui-image-editor";
3
+ import { MediaPickerFilterTransformation } from "@omnia/fx-models";
4
+ export declare const DefaultFilter: MediaPickerFilterTransformation;
3
5
  declare const _default: {
4
6
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
7
  imageEditor: {
@@ -1,16 +1,2 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
16
2
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: <TType extends MediaProviderTypes>(props: import("@omnia
13
13
  welcomeMessage?: boolean;
14
14
  } & {
15
15
  infiniteScroll?: boolean;
16
- } & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image.">>) => any;
16
+ } & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">>) => any;
17
17
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- import { Anchor } from "vuetify/util";
3
+ import { type Anchor } from "vuetify/util";
4
4
  type DatePickerProps = DefinePropTheming & DefineVModel<"", Date | Array<Date>, false, null, true, "The date picker model."> & DefineProp<"elevation", string | number, false, null, "Designates an elevation applied to the component between 0 and 24."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"showAdjacentMonths", boolean, false, false, "Toggles visibility of days from previous and next months."> & DefineProp<"showWeek", boolean, false, false, "Toggles visibility of the week numbers in the body of the calendar."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language."> & DefineProp<"inputMode", "keyboard" | "calendar", false, "calendar", "Toggles between showing dates or inputs."> & DefineProp<"allowedDates", ((date: unknown) => boolean) | unknown[], false, null, "Restricts which dates can be selected."> & DefineProp<"location", Anchor, false, null, "Specifies the component's location. Can combine by using a space separated string."> & DefineProp<"position", "static" | "relative" | "fixed" | "absolute" | "sticky", false, null, "Sets the position for the component."> & DefineSlot<"actions", () => VNodeChild>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DatePickerProps>) => any;
6
6
  export default _default;
@@ -154,13 +154,13 @@ declare const _default: {
154
154
  variant?: "default" | "dialog" | "editor" | "app";
155
155
  class?: String | String[];
156
156
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
157
+ location?: "bottom" | "left" | "right" | "top" | "start" | "end";
158
+ modelValue?: boolean;
159
+ "onUpdate:modelValue"?: (value: boolean) => any | void;
157
160
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
158
161
  "v-model"?: boolean;
159
- modelValue?: boolean;
160
162
  overrides?: object;
161
163
  toned?: boolean;
162
- "onUpdate:modelValue"?: (value: boolean) => any | void;
163
- location?: "bottom" | "left" | "right" | "top" | "start" | "end";
164
164
  customWidth?: number;
165
165
  }>, never>;
166
166
  };
@@ -168,13 +168,13 @@ declare const _default: {
168
168
  class?: String | String[];
169
169
  disabled?: boolean;
170
170
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
171
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
172
- "v-model"?: number;
173
171
  modelValue?: number;
174
172
  "onUpdate:modelValue"?: (value: number) => any | void;
175
- totalVisible?: number;
176
- prevIcon?: string | FunctionalComponent<{}, {}, any, {}>;
177
173
  nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
174
+ prevIcon?: string | FunctionalComponent<{}, {}, any, {}>;
175
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
176
+ "v-model"?: number;
177
+ totalVisible?: number;
178
178
  }>, never>;
179
179
  };
180
180
  export default _default;
@@ -173,12 +173,12 @@ declare const _default: {
173
173
  label?: string;
174
174
  disabled?: boolean;
175
175
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
176
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
177
- "v-model"?: any;
178
176
  modelValue?: any;
177
+ readonly?: boolean;
179
178
  "onUpdate:modelValue"?: (value: any) => any | void;
180
179
  rules?: ValidationRule[];
181
- readonly?: boolean;
180
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
181
+ "v-model"?: any;
182
182
  }>, "onUpdate:modelValue"> & {
183
183
  "onUpdate:modelValue"?: (value: any) => any;
184
184
  };
@@ -225,13 +225,13 @@ declare const _default: {
225
225
  class?: String | String[];
226
226
  label?: string;
227
227
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
228
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
229
- "v-model"?: [number, number];
228
+ max?: string | number;
230
229
  modelValue?: [number, number];
231
230
  "onUpdate:modelValue"?: (value: [number, number]) => any | void;
232
231
  hint?: string;
233
232
  persistentHint?: boolean;
234
- max?: string | number;
233
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
234
+ "v-model"?: [number, number];
235
235
  min?: string | number;
236
236
  step?: string | number;
237
237
  noThumbLabel?: boolean;
@@ -15,6 +15,6 @@ export interface SlidePanelStyleOverrides {
15
15
  * Slide panel component
16
16
  * @remarks - read the docs here of Core API https://swiperjs.com/swiper-api
17
17
  */
18
- type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"centeredSlides", boolean, false, false, "Active slide will be centered, not always on the left side."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"slidesPerView", number, false, 1, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 1, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: Swiper) => void, "Emits after the swiper is initialized">;
18
+ type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"centeredSlides", boolean, false, false, "Active slide will be centered, not always on the left side."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"speed", number, false, 600, "Sets the transition speed."> & DefineProp<"slidesPerView", number, false, 1, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 1, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: typeof Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: typeof Swiper) => void, "Emits after the swiper is initialized">;
19
19
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SlidePanelProps>) => any;
20
20
  export default _default;
@@ -279,9 +279,9 @@ declare const _default: {
279
279
  };
280
280
  }>;
281
281
  };
282
- "v-model"?: VelcronEditor<any>;
283
282
  modelValue?: VelcronEditor<any>;
284
283
  "onUpdate:modelValue"?: (value: VelcronEditor<any>) => any | void;
284
+ "v-model"?: VelcronEditor<any>;
285
285
  }>, never>;
286
286
  };
287
287
  export default _default;
@@ -57,8 +57,8 @@ declare const _default: {
57
57
  propsDefinition: Omit<Readonly<{} & {
58
58
  disabled?: boolean;
59
59
  styles?: typeof BirthdayEditorStyles;
60
- "v-model"?: BirthdayPropertyValue;
61
60
  modelValue?: BirthdayPropertyValue;
61
+ "v-model"?: BirthdayPropertyValue;
62
62
  displaySettings?: BirthdayDisplaySettings;
63
63
  setupSettings?: never;
64
64
  editorSettings?: BirthdayEditorSettings;
@@ -42,9 +42,9 @@ declare const _default: {
42
42
  }>>, {}, {}, {}, {}, 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 & {
43
43
  propsDefinition: Omit<Readonly<{} & {
44
44
  disabled?: boolean;
45
- "v-model"?: BooleanPropertyValue;
46
45
  modelValue?: BooleanPropertyValue;
47
46
  "onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
47
+ "v-model"?: BooleanPropertyValue;
48
48
  displaySettings?: BooleanDisplaySettings;
49
49
  setupSettings?: never;
50
50
  editorSettings?: BooleanEditorSettings;
@@ -38,8 +38,8 @@ declare const _default: {
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
40
  disabled?: boolean;
41
- "v-model"?: PropertyValueType<BusinessProfilePropertyDefinition>;
42
41
  modelValue?: BusinessProfilePropertyValue;
42
+ "v-model"?: PropertyValueType<BusinessProfilePropertyDefinition>;
43
43
  displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
44
44
  setupSettings?: never;
45
45
  editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
@@ -57,8 +57,8 @@ declare const _default: {
57
57
  propsDefinition: Omit<Readonly<{} & {
58
58
  disabled?: boolean;
59
59
  styles?: typeof DateEditorStyles;
60
- "v-model"?: DatePropertyValue;
61
60
  modelValue?: DatePropertyValue;
61
+ "v-model"?: DatePropertyValue;
62
62
  displaySettings?: DateDisplaySettings;
63
63
  setupSettings?: never;
64
64
  editorSettings?: DateEditorSettings;
@@ -62,9 +62,9 @@ declare const _default: {
62
62
  propsDefinition: Omit<Readonly<{} & {
63
63
  disabled?: boolean;
64
64
  styles?: typeof DateTimeEditorStyles;
65
- "v-model"?: DateTimePropertyValue;
66
65
  modelValue?: DateTimePropertyValue;
67
66
  "onUpdate:modelValue"?: (value: DateTimePropertyValue) => void;
67
+ "v-model"?: DateTimePropertyValue;
68
68
  displaySettings?: DateTimeDisplaySettings;
69
69
  setupSettings?: never;
70
70
  editorSettings?: DateTimeEditorSettings;
@@ -38,9 +38,9 @@ declare const _default: {
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
40
  disabled?: boolean;
41
- "v-model"?: EmailPropertyValue;
42
41
  modelValue?: EmailPropertyValue;
43
42
  "onUpdate:modelValue"?: (value: EmailPropertyValue) => void;
43
+ "v-model"?: EmailPropertyValue;
44
44
  displaySettings?: EmailDisplaySettings;
45
45
  setupSettings?: never;
46
46
  editorSettings?: EmailEditorSettings;
@@ -42,9 +42,9 @@ declare const _default: {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
43
  disabled?: boolean;
44
44
  settings?: EnterprisePropertyRichTextItemSettings;
45
- "v-model"?: HtmlPropertyValue;
46
45
  modelValue?: HtmlPropertyValue;
47
46
  "onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
47
+ "v-model"?: HtmlPropertyValue;
48
48
  displaySettings?: HtmlDisplaySettings;
49
49
  setupSettings?: never;
50
50
  editorSettings?: HtmlEditorSettings;
@@ -37,8 +37,8 @@ declare const _default: {
37
37
  "v-model": import("vue").Prop<PropertyConfiguration<IdentityPropertyDefinition>, PropertyConfiguration<IdentityPropertyDefinition>>;
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
- "v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
41
40
  modelValue?: PropertyConfiguration<IdentityPropertyDefinition>;
41
+ "v-model"?: PropertyConfiguration<IdentityPropertyDefinition>;
42
42
  multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
43
43
  onConfigurationValid?: (validConfig?: PropertyConfiguration<IdentityPropertyDefinition>) => void;
44
44
  showLockConfiguration?: boolean;
@@ -61,9 +61,9 @@ declare const _default: {
61
61
  propsDefinition: Omit<Readonly<{} & {
62
62
  disabled?: boolean;
63
63
  styles?: typeof IdentityEditorStyles;
64
- "v-model"?: IdentityPropertyValue;
65
64
  modelValue?: IdentityPropertyValue;
66
65
  "onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
66
+ "v-model"?: IdentityPropertyValue;
67
67
  displaySettings?: IdentityPropertyDisplaySettings;
68
68
  setupSettings?: never;
69
69
  editorSettings?: IdentityPropertyEditorSettings;
@@ -37,8 +37,8 @@ declare const _default: {
37
37
  "v-model": import("vue").Prop<PropertyConfiguration<ImagePropertyDefinition>, PropertyConfiguration<ImagePropertyDefinition>>;
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
- "v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
41
40
  modelValue?: PropertyConfiguration<ImagePropertyDefinition>;
41
+ "v-model"?: PropertyConfiguration<ImagePropertyDefinition>;
42
42
  multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
43
43
  onConfigurationValid?: (validConfig?: PropertyConfiguration<ImagePropertyDefinition>) => void;
44
44
  showLockConfiguration?: boolean;
@@ -35,8 +35,8 @@ declare const _default: {
35
35
  }>>, {}, {}, {}, {}, 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 & {
36
36
  propsDefinition: Omit<Readonly<{} & {
37
37
  disabled?: boolean;
38
- "v-model"?: ImagePropertyValue;
39
38
  modelValue?: ImagePropertyValue;
39
+ "v-model"?: ImagePropertyValue;
40
40
  displaySettings?: ImageDisplaySettings;
41
41
  setupSettings?: never;
42
42
  editorSettings?: ImageEditorSettings;
@@ -43,9 +43,9 @@ declare const _default: {
43
43
  }>>, {}, {}, {}, {}, 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 & {
44
44
  propsDefinition: Omit<Readonly<{} & {
45
45
  disabled?: boolean;
46
- "v-model"?: IntegerPropertyValue;
47
46
  modelValue?: IntegerPropertyValue;
48
47
  "onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
48
+ "v-model"?: IntegerPropertyValue;
49
49
  displaySettings?: IntegerDisplaySettings;
50
50
  setupSettings?: never;
51
51
  editorSettings?: IntegerEditorSettings;
@@ -42,9 +42,9 @@ declare const _default: {
42
42
  }>>, {}, {}, {}, {}, 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 & {
43
43
  propsDefinition: Omit<Readonly<{} & {
44
44
  disabled?: boolean;
45
- "v-model"?: LanguagePropertyValue;
46
45
  modelValue?: LanguagePropertyValue;
47
46
  "onUpdate:modelValue"?: (value: LanguagePropertyValue) => void;
47
+ "v-model"?: LanguagePropertyValue;
48
48
  displaySettings?: LanguageDisplaySettings;
49
49
  setupSettings?: never;
50
50
  editorSettings?: LanguageEditorSettings;
@@ -37,8 +37,8 @@ declare const _default: {
37
37
  "v-model": import("vue").Prop<PropertyConfiguration<LinkPropertyDefinition>, PropertyConfiguration<LinkPropertyDefinition>>;
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
- "v-model"?: PropertyConfiguration<LinkPropertyDefinition>;
41
40
  modelValue?: PropertyConfiguration<LinkPropertyDefinition>;
41
+ "v-model"?: PropertyConfiguration<LinkPropertyDefinition>;
42
42
  multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
43
43
  onConfigurationValid?: (validConfig?: PropertyConfiguration<LinkPropertyDefinition>) => void;
44
44
  showLockConfiguration?: boolean;
@@ -38,8 +38,8 @@ declare const _default: {
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
40
  disabled?: boolean;
41
- "v-model"?: LinkPropertyValue;
42
41
  modelValue?: LinkPropertyValue;
42
+ "v-model"?: LinkPropertyValue;
43
43
  displaySettings?: LinkDisplaySettings;
44
44
  setupSettings?: never;
45
45
  editorSettings?: LinkEditorSettings;
@@ -38,9 +38,9 @@ declare const _default: {
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
40
  disabled?: boolean;
41
- "v-model"?: MediaPropertyValue;
42
41
  modelValue?: MediaPropertyValue;
43
42
  "onUpdate:modelValue"?: (value: MediaPropertyValue) => void;
43
+ "v-model"?: MediaPropertyValue;
44
44
  displaySettings?: MediaDisplaySettings;
45
45
  setupSettings?: never;
46
46
  editorSettings?: MediaEditorSettings;
@@ -38,8 +38,8 @@ declare const _default: {
38
38
  }>>, {}, {}, {}, {}, 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 & {
39
39
  propsDefinition: Omit<Readonly<{} & {
40
40
  disabled?: boolean;
41
- "v-model"?: MultilingualTextPropertyValue;
42
41
  modelValue?: MultilingualTextPropertyValue;
42
+ "v-model"?: MultilingualTextPropertyValue;
43
43
  displaySettings?: MultilingualTextDisplaySettings;
44
44
  setupSettings?: never;
45
45
  editorSettings?: MultilingualTextEditorSettings;
@@ -35,8 +35,8 @@ declare const _default: {
35
35
  }>>, {}, {}, {}, {}, 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 & {
36
36
  propsDefinition: Omit<Readonly<{} & {
37
37
  disabled?: boolean;
38
- "v-model"?: PhoneNumberPropertyValue;
39
38
  modelValue?: PhoneNumberPropertyValue;
39
+ "v-model"?: PhoneNumberPropertyValue;
40
40
  displaySettings?: PhoneDisplaySettings;
41
41
  setupSettings?: never;
42
42
  editorSettings?: PhoneEditorSettings;
@@ -46,9 +46,9 @@ declare const _default: {
46
46
  }>>, {}, {}, {}, {}, 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 & {
47
47
  propsDefinition: Omit<Readonly<{} & {
48
48
  disabled?: boolean;
49
- "v-model"?: PropertyValueType<TagsPropertyDefinition>;
50
49
  modelValue?: import("@omnia/fx-models").TagsPropertyValue;
51
50
  "onUpdate:modelValue"?: (value: PropertyValueType<TagsPropertyDefinition>) => void;
51
+ "v-model"?: PropertyValueType<TagsPropertyDefinition>;
52
52
  promotedTagOptions?: PromotedTagOptions;
53
53
  displaySettings?: TagsDisplaySettings;
54
54
  setupSettings?: never;
@@ -42,9 +42,9 @@ declare const _default: {
42
42
  }>>, {}, {}, {}, {}, 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 & {
43
43
  propsDefinition: Omit<Readonly<{} & {
44
44
  disabled?: boolean;
45
- "v-model"?: TextPropertyValue;
46
45
  modelValue?: TextPropertyValue;
47
46
  "onUpdate:modelValue"?: (value: TextPropertyValue) => void;
47
+ "v-model"?: TextPropertyValue;
48
48
  displaySettings?: TextDisplaySettings;
49
49
  setupSettings?: never;
50
50
  editorSettings?: TextEditorSettings;