@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
@@ -284,9 +284,9 @@ declare const _default: {
284
284
  }>;
285
285
  };
286
286
  disabled?: boolean;
287
- "v-model"?: string;
288
287
  modelValue?: string;
289
288
  "onUpdate:modelValue"?: (value: string) => any | void;
289
+ "v-model"?: string;
290
290
  }>, never>;
291
291
  };
292
292
  export default _default;
@@ -305,14 +305,14 @@ declare const _default: {
305
305
  };
306
306
  }>;
307
307
  };
308
+ modelValue?: string;
308
309
  "v-slots"?: {
309
310
  default?: import("../../../../../../DefineVueTypings").Slot;
310
311
  } & {
311
312
  activator?: () => VNodeChild;
312
313
  };
313
- "v-model"?: string;
314
- modelValue?: string;
315
314
  "onUpdate:modelValue"?: (value: string) => any | void;
315
+ "v-model"?: string;
316
316
  }>, "onFont:selected"> & {
317
317
  "onFont:selected"?: (selectedFont: TypographyFontDefinition) => any;
318
318
  };
@@ -296,9 +296,9 @@ declare const _default: {
296
296
  }>;
297
297
  };
298
298
  variant?: variant;
299
- "v-model"?: Blueprints;
300
299
  modelValue?: Blueprints;
301
300
  "onUpdate:modelValue"?: (value: Blueprints) => any | void;
301
+ "v-model"?: Blueprints;
302
302
  }>, "onUpdate:modelValue"> & {
303
303
  "onUpdate:modelValue"?: (value: Blueprints) => any;
304
304
  };
@@ -102,10 +102,10 @@ declare const _default: {
102
102
  propsDefinition: Omit<Readonly<{} & {
103
103
  container?: boolean;
104
104
  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;
105
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
106
- "v-model"?: BorderStylingDefinition;
107
105
  modelValue?: BorderStylingDefinition;
108
106
  "onUpdate:modelValue"?: (value: BorderStylingDefinition) => any | void;
107
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
108
+ "v-model"?: BorderStylingDefinition;
109
109
  backgroundFill?: string;
110
110
  }>, never>;
111
111
  };
@@ -443,16 +443,16 @@ declare const _default: {
443
443
  label?: string;
444
444
  disabled?: boolean;
445
445
  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;
446
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
446
+ modelValue?: ColorValue;
447
447
  "v-slots"?: {
448
448
  default?: import("../../../DefineVueTypings").Slot;
449
449
  } & {
450
450
  activator?: () => VNodeChild;
451
451
  };
452
+ "onUpdate:modelValue"?: (value: ColorValue) => any | void;
453
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
452
454
  "v-model"?: ColorValue;
453
- modelValue?: ColorValue;
454
455
  toned?: boolean;
455
- "onUpdate:modelValue"?: (value: ColorValue) => any | void;
456
456
  themeType?: ThemeContextType;
457
457
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
458
458
  enableDynamicColor?: boolean;
@@ -317,10 +317,10 @@ declare const _default: {
317
317
  };
318
318
  class?: String | String[];
319
319
  label?: string;
320
- "v-model"?: ColorSchema;
321
320
  modelValue?: ColorSchema;
322
- "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
323
321
  items?: ColorSchema[];
322
+ "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
323
+ "v-model"?: ColorSchema;
324
324
  }>, "onUpdate:modelValue"> & {
325
325
  "onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
326
326
  };
@@ -317,14 +317,14 @@ declare const _default: {
317
317
  }>;
318
318
  };
319
319
  variant?: ColorSchemaEditorVariant;
320
+ modelValue?: ColorSchema;
320
321
  "v-slots"?: {
321
322
  default?: import("../../../DefineVueTypings").Slot;
322
323
  } & {
323
324
  activator?: () => VNodeChild;
324
325
  };
325
- "v-model"?: ColorSchema;
326
- modelValue?: ColorSchema;
327
326
  "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
327
+ "v-model"?: ColorSchema;
328
328
  }>, "onClick:confirm" | "onInit:actionButtons"> & {
329
329
  "onClick:confirm"?: (model: ColorSchema) => any;
330
330
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
@@ -448,16 +448,16 @@ declare const _default: {
448
448
  label?: string;
449
449
  disabled?: boolean;
450
450
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
451
- themeDefinition?: ResolvedThemeDefinition;
452
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
451
+ modelValue?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
453
452
  "v-slots"?: {
454
453
  default?: import("../../../DefineVueTypings").Slot;
455
454
  } & {
456
455
  activator?: () => VNodeChild;
457
456
  };
458
- "v-model"?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
459
- modelValue?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
460
457
  "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes) => any | void;
458
+ themeDefinition?: ResolvedThemeDefinition;
459
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
460
+ "v-model"?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
461
461
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
462
462
  enableDynamicColor?: boolean;
463
463
  customSchema?: boolean;
@@ -386,12 +386,12 @@ declare const _default: {
386
386
  class?: string;
387
387
  label?: string;
388
388
  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;
389
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
390
- "v-model"?: ColorSchema;
391
389
  modelValue?: ColorSchema;
390
+ closeIcon?: boolean;
392
391
  "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
392
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
393
+ "v-model"?: ColorSchema;
393
394
  selected?: boolean;
394
- closeIcon?: boolean;
395
395
  }>, "onClick:close" | "onClick:select"> & {
396
396
  "onClick:close"?: () => any;
397
397
  "onClick:select"?: (schema: ColorSchema) => any;
@@ -369,15 +369,15 @@ declare const _default: {
369
369
  }>;
370
370
  };
371
371
  label?: string;
372
+ modelValue?: ContainerFillBlueprint | BlueprintVariant;
372
373
  "v-slots"?: {
373
374
  default?: import("../../../DefineVueTypings").Slot;
374
375
  } & {
375
376
  activator?: () => VNodeChild;
376
377
  };
378
+ "onUpdate:modelValue"?: (value: ContainerFillBlueprint | BlueprintVariant) => any | void;
377
379
  "v-model"?: ContainerFillBlueprint | BlueprintVariant;
378
- modelValue?: ContainerFillBlueprint | BlueprintVariant;
379
380
  toned?: boolean;
380
- "onUpdate:modelValue"?: (value: ContainerFillBlueprint | BlueprintVariant) => any | void;
381
381
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
382
382
  individualRadiusSelection?: boolean;
383
383
  individualBorderWidthSelection?: boolean;
@@ -93,10 +93,10 @@ declare const _default: {
93
93
  propsDefinition: Omit<Readonly<{} & {
94
94
  container?: boolean;
95
95
  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;
96
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
97
- "v-model"?: FillDefinition | ColorValue;
98
96
  modelValue?: FillDefinition | ColorValue;
99
97
  "onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any | void;
98
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
99
+ "v-model"?: FillDefinition | ColorValue;
100
100
  }>, never>;
101
101
  };
102
102
  export default _default;
@@ -285,9 +285,9 @@ declare const _default: {
285
285
  };
286
286
  }>;
287
287
  };
288
- "v-model"?: SpacingDefinition;
289
288
  modelValue?: SpacingDefinition;
290
289
  "onUpdate:modelValue"?: (value: SpacingDefinition) => any | void;
290
+ "v-model"?: SpacingDefinition;
291
291
  }>, "onUpdate:modelValue"> & {
292
292
  "onUpdate:modelValue"?: (value: SpacingScale) => any;
293
293
  };
@@ -285,9 +285,9 @@ declare const _default: {
285
285
  };
286
286
  }>;
287
287
  };
288
- "v-model"?: SpacingBlueprint;
289
288
  modelValue?: SpacingBlueprint;
290
289
  "onUpdate:modelValue"?: (value: SpacingBlueprint) => any | void;
290
+ "v-model"?: SpacingBlueprint;
291
291
  }>, "onClick:select"> & {
292
292
  "onClick:select"?: (value: SpacingScale) => any;
293
293
  };
@@ -153,12 +153,12 @@ declare const _default: {
153
153
  variant?: EditorVariant;
154
154
  class?: String | String[];
155
155
  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;
156
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
157
156
  "v-slots"?: {
158
157
  default?: import("../../../DefineVueTypings").Slot;
159
158
  } & {
160
159
  activator?: () => VNodeChild;
161
160
  };
161
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
162
162
  themeType?: ThemeContextType;
163
163
  colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
164
164
  }>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:headerStyle" | "onSelected:iconBlueprints"> & {
@@ -336,14 +336,14 @@ declare const _default: {
336
336
  };
337
337
  variant?: EditorVariant;
338
338
  preview?: boolean;
339
+ modelValue?: TypographyDefinition;
339
340
  "v-slots"?: {
340
341
  default?: import("../../../DefineVueTypings").Slot;
341
342
  } & {
342
343
  activator?: () => VNodeChild;
343
344
  };
344
- "v-model"?: TypographyDefinition;
345
- modelValue?: TypographyDefinition;
346
345
  "onUpdate:modelValue"?: (value: TypographyDefinition) => any | void;
346
+ "v-model"?: TypographyDefinition;
347
347
  sampleText?: string;
348
348
  }>, "onClick:confirm" | "onInit:actionButtons"> & {
349
349
  "onClick:confirm"?: (model: TypographyDefinition) => any;
@@ -166,14 +166,14 @@ declare const _default: {
166
166
  variant?: "date" | "date-time";
167
167
  label?: string;
168
168
  disabled?: boolean;
169
- "v-model"?: DateTimeZone<Date>;
170
169
  modelValue?: DateTimeZone<Date>;
171
170
  "onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any | void;
171
+ locale?: string;
172
+ "v-model"?: DateTimeZone<Date>;
172
173
  showMenu?: boolean;
173
174
  dateFormat?: string;
174
175
  singleLine?: boolean;
175
176
  isError?: boolean;
176
- locale?: string;
177
177
  minuteSkip?: number;
178
178
  firstDayOfWeek?: number;
179
179
  }>, never>;
@@ -21,8 +21,8 @@ declare const _default: {
21
21
  required: false;
22
22
  };
23
23
  }>> & {
24
- onDoc$?: (description?: string) => any;
25
24
  "onUpdate:modelValue"?: (value: Identity[]) => any;
25
+ onDoc$?: (description?: string) => any;
26
26
  onWrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => any;
27
27
  }, () => true | void | JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
28
  "update:modelValue": (value: Identity[]) => true;
@@ -56,8 +56,8 @@ declare const _default: {
56
56
  required: false;
57
57
  };
58
58
  }>> & {
59
- onDoc$?: (description?: string) => any;
60
59
  "onUpdate:modelValue"?: (value: Identity[]) => any;
60
+ onDoc$?: (description?: string) => any;
61
61
  onWrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => any;
62
62
  }, () => true | void | JSX.Element, {}, {}, {}, {}>;
63
63
  __isFragment?: never;
@@ -82,8 +82,8 @@ declare const _default: {
82
82
  required: false;
83
83
  };
84
84
  }>> & {
85
- onDoc$?: (description?: string) => any;
86
85
  "onUpdate:modelValue"?: (value: Identity[]) => any;
86
+ onDoc$?: (description?: string) => any;
87
87
  onWrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => any;
88
88
  }, () => true | void | JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
89
89
  "update:modelValue": (value: Identity[]) => true;
@@ -94,10 +94,10 @@ declare const _default: {
94
94
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
95
95
  propsDefinition: Omit<Readonly<{} & {
96
96
  settings?: EnterprisePropertiesPersonDisplaySettings;
97
- "v-model"?: Identity[];
98
97
  modelValue?: Identity[];
99
- property?: EnterprisePropertyDefinition;
100
98
  "onUpdate:modelValue"?: (value: Identity[]) => any | void;
99
+ "v-model"?: Identity[];
100
+ property?: EnterprisePropertyDefinition;
101
101
  }>, "onUpdate:modelValue" | "onDoc$" | "onWrapWithParentContent"> & {
102
102
  "onUpdate:modelValue"?: (value: Identity[]) => any;
103
103
  onDoc$?: (description?: string) => any;
@@ -304,15 +304,15 @@ declare const _default: {
304
304
  }>;
305
305
  };
306
306
  disabled?: boolean;
307
+ modelValue?: EnterprisePropertyItemSettings;
307
308
  "v-slots"?: {
308
309
  default?: import("../../DefineVueTypings").Slot;
309
310
  } & {
310
311
  prependSettings?(value: EnterprisePropertyItemSettings): VNodeChild;
311
312
  appendSettings?(value: PropertyEditorSettingsBase): VNodeChild;
312
313
  };
313
- "v-model"?: EnterprisePropertyItemSettings;
314
- modelValue?: EnterprisePropertyItemSettings;
315
314
  "onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any | void;
315
+ "v-model"?: EnterprisePropertyItemSettings;
316
316
  }>, never>;
317
317
  };
318
318
  export default _default;
@@ -492,21 +492,21 @@ declare const _default: {
492
492
  };
493
493
  }>;
494
494
  };
495
+ modelValue?: {
496
+ [internalName: string]: any;
497
+ };
495
498
  "v-slots"?: {
496
499
  default?: import("../../DefineVueTypings").Slot;
497
500
  } & {
498
501
  renderer?: () => VNodeChild | void;
499
502
  };
500
- "v-model"?: {
503
+ "onUpdate:modelValue"?: (value: {
501
504
  [internalName: string]: any;
502
- };
503
- modelValue?: {
505
+ }) => any | void;
506
+ "v-model"?: {
504
507
  [internalName: string]: any;
505
508
  };
506
509
  property?: EnterprisePropertyDefinition;
507
- "onUpdate:modelValue"?: (value: {
508
- [internalName: string]: any;
509
- }) => any | void;
510
510
  wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
511
511
  displaySettings?: EnterprisePropertiesDisplaySettings;
512
512
  editorSettings?: EnterprisePropertyEditorSettings<import("@omnia/fx-models").EnterprisePropertyItemSettings>;
@@ -299,9 +299,9 @@ declare const _default: {
299
299
  }>;
300
300
  };
301
301
  key?: string;
302
- "v-model"?: [DateTimePeriod, DateTimePeriod];
303
302
  modelValue?: [DateTimePeriod, DateTimePeriod];
304
303
  "onUpdate:modelValue"?: (value: [DateTimePeriod, DateTimePeriod]) => any | void;
304
+ "v-model"?: [DateTimePeriod, DateTimePeriod];
305
305
  }>, never>;
306
306
  };
307
307
  export default _default;
@@ -146,9 +146,9 @@ declare const _default: {
146
146
  handleSetvalue: (user: Refinement) => void;
147
147
  } & {
148
148
  key?: string;
149
- "v-model"?: boolean;
150
149
  modelValue?: boolean;
151
150
  "onUpdate:modelValue"?: (value: boolean) => any | void;
151
+ "v-model"?: boolean;
152
152
  isChecked?: boolean;
153
153
  "onUpdate:isChecked"?: (value: boolean) => any | void;
154
154
  "v-model:isChecked"?: boolean;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  "v-model"?: import("vue").Prop<BooleanFilterEngineProperty, BooleanFilterEngineProperty>;
41
41
  }>>, {}, {}, {}, {}, 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 & {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: BooleanFilterEngineProperty;
44
43
  modelValue?: BooleanFilterEngineProperty;
44
+ "v-model"?: BooleanFilterEngineProperty;
45
45
  updateData?: () => void;
46
46
  propertyDefinitionAsHash?: {
47
47
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<BooleanFilterEngineProperty, BooleanFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: BooleanFilterEngineProperty;
47
46
  modelValue?: BooleanFilterEngineProperty;
47
+ "v-model"?: BooleanFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  "v-model"?: import("vue").Prop<DateTimeFilterEngineProperty, DateTimeFilterEngineProperty>;
41
41
  }>>, {}, {}, {}, {}, 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 & {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: DateTimeFilterEngineProperty;
44
43
  modelValue?: DateTimeFilterEngineProperty;
44
+ "v-model"?: DateTimeFilterEngineProperty;
45
45
  updateData?: () => void;
46
46
  propertyDefinitionAsHash?: {
47
47
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<DateTimeFilterEngineProperty, DateTimeFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: DateTimeFilterEngineProperty;
47
46
  modelValue?: DateTimeFilterEngineProperty;
47
+ "v-model"?: DateTimeFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  "v-model"?: import("vue").Prop<NumberFilterEngineProperty, NumberFilterEngineProperty>;
41
41
  }>>, {}, {}, {}, {}, 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 & {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: NumberFilterEngineProperty;
44
43
  modelValue?: NumberFilterEngineProperty;
44
+ "v-model"?: NumberFilterEngineProperty;
45
45
  updateData?: () => void;
46
46
  propertyDefinitionAsHash?: {
47
47
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<NumberFilterEngineProperty, NumberFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: NumberFilterEngineProperty;
47
46
  modelValue?: NumberFilterEngineProperty;
47
+ "v-model"?: NumberFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  identityType: import("vue").Prop<PrincipalTypes, PrincipalTypes>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: PersonFilterEngineProperty;
47
46
  modelValue?: PersonFilterEngineProperty;
47
+ "v-model"?: PersonFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<PersonFilterEngineProperty, PersonFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: PersonFilterEngineProperty;
47
46
  modelValue?: PersonFilterEngineProperty;
47
+ "v-model"?: PersonFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  "v-model"?: import("vue").Prop<TagsFilterEngineProperty, TagsFilterEngineProperty>;
41
41
  }>>, {}, {}, {}, {}, 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 & {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: TagsFilterEngineProperty;
44
43
  modelValue?: TagsFilterEngineProperty;
44
+ "v-model"?: TagsFilterEngineProperty;
45
45
  updateData?: () => void;
46
46
  propertyDefinitionAsHash?: {
47
47
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<TagsFilterEngineProperty, TagsFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: TagsFilterEngineProperty;
47
46
  modelValue?: TagsFilterEngineProperty;
47
+ "v-model"?: TagsFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  "v-model"?: import("vue").Prop<TextFilterEngineProperty, TextFilterEngineProperty>;
41
41
  }>>, {}, {}, {}, {}, 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 & {
42
42
  propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: TextFilterEngineProperty;
44
43
  modelValue?: TextFilterEngineProperty;
44
+ "v-model"?: TextFilterEngineProperty;
45
45
  updateData?: () => void;
46
46
  propertyDefinitionAsHash?: {
47
47
  [internalName: string]: EnterprisePropertyDefinition;
@@ -43,8 +43,8 @@ declare const _default: {
43
43
  "v-model"?: import("vue").Prop<TextFilterEngineProperty, TextFilterEngineProperty>;
44
44
  }>>, {}, {}, {}, {}, 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 & {
45
45
  propsDefinition: Omit<Readonly<{} & {
46
- "v-model"?: TextFilterEngineProperty;
47
46
  modelValue?: TextFilterEngineProperty;
47
+ "v-model"?: TextFilterEngineProperty;
48
48
  updateData?: () => void;
49
49
  propertyDefinitionAsHash?: {
50
50
  [internalName: string]: EnterprisePropertyDefinition;
@@ -1,7 +1,7 @@
1
1
  import { IIcon as IIconModel } from "../../models";
2
2
  import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
3
3
  import { IconWrapperStyles } from "../models";
4
- import { Colorable, Disableable, Themable, Positionable, Sizeable } from "../vuetify";
4
+ import { type Colorable, type Disableable, type Themable, type Positionable, type Sizeable } from "../vuetify/types";
5
5
  export interface IIconProperties {
6
6
  }
7
7
  /**Icon Rendering */
@@ -4,7 +4,7 @@ import { IIcon as IIconModel } from "../../models";
4
4
  import { IIcon } from "./IIcon";
5
5
  import "./Icon.css";
6
6
  import { IconWrapperStyles } from "../models";
7
- import { Colorable, Disableable, Themable, Positionable, Sizeable } from "../vuetify";
7
+ import { type Colorable, type Disableable, type Themable, type Positionable, type Sizeable } from "../vuetify/types";
8
8
  export declare class Icon extends VueComponentBase implements IWebComponentInstance, IIcon {
9
9
  private uxLoc;
10
10
  private mediaPickerService;
@@ -308,6 +308,7 @@ declare const _default: {
308
308
  };
309
309
  };
310
310
  };
311
+ modelValue?: Identity[];
311
312
  "v-slots"?: {
312
313
  default?: import("../DefineVueTypings").Slot;
313
314
  } & {
@@ -317,9 +318,8 @@ declare const _default: {
317
318
  identities: Array<IResolvedIdentity>;
318
319
  }) => VNodeChild;
319
320
  };
320
- "v-model"?: Identity[];
321
- modelValue?: Identity[];
322
321
  "onUpdate:modelValue"?: (value: Identity[]) => any | void;
322
+ "v-model"?: Identity[];
323
323
  hidePresence?: boolean;
324
324
  imageOnly?: boolean;
325
325
  hideImage?: boolean;
@@ -309,9 +309,9 @@ declare const _default: {
309
309
  top?: Boolean;
310
310
  identityStore?: IIdentityPickerStore;
311
311
  disabled?: Boolean;
312
- "v-model"?: Identity[];
313
312
  modelValue?: Identity[];
314
313
  "onUpdate:modelValue"?: (value: Identity[]) => any | void;
314
+ "v-model"?: Identity[];
315
315
  providerIds?: guid[];
316
316
  emailEnabled?: BoolFilter;
317
317
  permissionEnabled?: BoolFilter;
@@ -2,7 +2,7 @@ import { BoolFilter, guid, IResolvedIdentity, ISpecialUserConfiguration, Identit
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  import { DefineEmit } from "@omnia/fx/ux";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
- location?: "bottom" | "left" | "right" | "top" | "start" | "center" | "end" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
5
+ location?: "bottom" | "left" | "right" | "top" | "start" | "center" | "end" | "center center" | "bottom start" | "bottom end" | "top start" | "top center" | "top end" | "start bottom" | "start top" | "end bottom" | "end top";
6
6
  } & {
7
7
  type?: PrincipalTypes;
8
8
  } & {