@omnia/fx 8.0.283-dev → 8.0.286-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 (131) hide show
  1. package/internal-do-not-import-from-here/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +3 -3
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.css.d.ts +0 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +10 -528
  20. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +110 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +110 -0
  26. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -7
  33. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/flow/editor/rules/EditorRules.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/LayoutProviderApis.d.ts +6 -0
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +20 -20
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +20 -20
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +20 -20
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +20 -20
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +20 -20
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +20 -20
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +20 -20
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +20 -20
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +6 -6
  67. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +5 -5
  68. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
  69. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  71. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +12 -12
  105. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  108. package/internal-do-not-import-from-here/ux/use/useSpacingScaling.d.ts +13 -0
  109. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +4 -4
  111. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +1 -1
  131. package/package.json +3 -3
@@ -397,8 +397,8 @@ declare const _default: {
397
397
  }>;
398
398
  };
399
399
  disabled?: boolean;
400
- modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
401
400
  "v-model"?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
401
+ modelValue?: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>;
402
402
  "onUpdate:modelValue"?: (value: PropertyValueBinding<PropertyDefinition<PropertyValue, any, any, import("@omnia/fx-models").PropertySetupBase>>) => any | void;
403
403
  editMode?: boolean;
404
404
  }>, "onUpdate:modelValue" | "onDoc$"> & {
@@ -367,8 +367,8 @@ declare const _default: {
367
367
  };
368
368
  }>;
369
369
  };
370
- modelValue?: RichTextEditorExtensionRegistration[];
371
370
  "v-model"?: RichTextEditorExtensionRegistration[];
371
+ modelValue?: RichTextEditorExtensionRegistration[];
372
372
  "onUpdate:modelValue"?: (value: RichTextEditorExtensionRegistration[]) => any | void;
373
373
  showEditorPreview?: boolean;
374
374
  }>, never>;
@@ -190,8 +190,8 @@ declare const _default: {
190
190
  width?: string | number;
191
191
  headerClass?: string;
192
192
  contentClass?: string;
193
- modelValue?: boolean;
194
193
  "v-model"?: boolean;
194
+ modelValue?: boolean;
195
195
  "onUpdate:modelValue"?: (value: boolean) => any | void;
196
196
  onSave?: () => Promise<boolean>;
197
197
  disableSave?: boolean;
@@ -15,11 +15,11 @@ declare const _default: {
15
15
  type: import("vue").PropType<ReactionVariants>;
16
16
  required: false;
17
17
  };
18
- modelValue: {
18
+ "v-model": {
19
19
  type: import("vue").PropType<Required<IUserReaction>[]>;
20
20
  required: false;
21
21
  };
22
- "v-model": {
22
+ modelValue: {
23
23
  type: import("vue").PropType<Required<IUserReaction>[]>;
24
24
  required: false;
25
25
  };
@@ -50,11 +50,11 @@ declare const _default: {
50
50
  type: import("vue").PropType<ReactionVariants>;
51
51
  required: false;
52
52
  };
53
- modelValue: {
53
+ "v-model": {
54
54
  type: import("vue").PropType<Required<IUserReaction>[]>;
55
55
  required: false;
56
56
  };
57
- "v-model": {
57
+ modelValue: {
58
58
  type: import("vue").PropType<Required<IUserReaction>[]>;
59
59
  required: false;
60
60
  };
@@ -87,11 +87,11 @@ declare const _default: {
87
87
  type: import("vue").PropType<ReactionVariants>;
88
88
  required: false;
89
89
  };
90
- modelValue: {
90
+ "v-model": {
91
91
  type: import("vue").PropType<Required<IUserReaction>[]>;
92
92
  required: false;
93
93
  };
94
- "v-model": {
94
+ modelValue: {
95
95
  type: import("vue").PropType<Required<IUserReaction>[]>;
96
96
  required: false;
97
97
  };
@@ -121,11 +121,11 @@ declare const _default: {
121
121
  type: import("vue").PropType<ReactionVariants>;
122
122
  required: false;
123
123
  };
124
- modelValue: {
124
+ "v-model": {
125
125
  type: import("vue").PropType<Required<IUserReaction>[]>;
126
126
  required: false;
127
127
  };
128
- "v-model": {
128
+ modelValue: {
129
129
  type: import("vue").PropType<Required<IUserReaction>[]>;
130
130
  required: false;
131
131
  };
@@ -144,15 +144,15 @@ declare const _default: {
144
144
  "reaction:selected": (value: Required<IUserReaction>) => true;
145
145
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
146
146
  propsDefinition: Omit<Readonly<{} & {
147
- modelValue?: Required<IUserReaction>[];
148
- "v-model"?: Required<IUserReaction>[];
149
- "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
147
+ variant?: ReactionVariants;
150
148
  "v-slots"?: {
151
149
  default?: import("../DefineVueTypings").Slot;
152
150
  } & {
153
151
  activator: () => JSX.Element;
154
152
  };
155
- variant?: ReactionVariants;
153
+ "v-model"?: Required<IUserReaction>[];
154
+ modelValue?: Required<IUserReaction>[];
155
+ "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any | void;
156
156
  stacked?: boolean;
157
157
  }>, "onUpdate:modelValue" | "onReaction:added" | "onReaction:removed" | "onReaction:selected"> & {
158
158
  "onUpdate:modelValue"?: (value: Required<IUserReaction>[]) => any;
@@ -404,8 +404,8 @@ declare const _default: {
404
404
  };
405
405
  label?: string;
406
406
  disabled?: boolean;
407
- modelValue?: TimePeriodSettings;
408
407
  "v-model"?: TimePeriodSettings;
408
+ modelValue?: TimePeriodSettings;
409
409
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
410
410
  hideDetails?: boolean;
411
411
  min?: number;
@@ -442,8 +442,8 @@ declare const _default: {
442
442
  };
443
443
  label?: string;
444
444
  disabled?: boolean;
445
- modelValue?: UrlPropertyValue;
446
445
  "v-model"?: UrlPropertyValue;
446
+ modelValue?: UrlPropertyValue;
447
447
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
448
448
  requiredWithValidator?: IValidator;
449
449
  defaultUrlResolving?: boolean;
@@ -21,3 +21,4 @@ export * from "./UseInterSectionObserver";
21
21
  export * from "./UseMounted";
22
22
  export * from "./UseInternatlStateMirroring";
23
23
  export * from "./UseDraggable";
24
+ export * from "./useSpacingScaling";
@@ -0,0 +1,13 @@
1
+ import { SpacingValue } from "@omnia/fx-models";
2
+ export declare function useSpacingScaling(): {
3
+ get: {
4
+ valueWithoutScale: (value: SpacingValue) => string | number;
5
+ scaleFromValue: (value: SpacingValue) => "l" | "s";
6
+ };
7
+ add: {
8
+ scaleToValue: (value: SpacingValue, scale: string) => string | number;
9
+ };
10
+ has: {
11
+ scaling: (value: SpacingValue) => boolean;
12
+ };
13
+ };
@@ -397,8 +397,8 @@ declare const _default: {
397
397
  styles?: {
398
398
  container?: import("@omnia/fx-models").NestedCSSPropertiesExtends;
399
399
  };
400
- modelValue?: UserIdentity;
401
400
  "v-model"?: UserIdentity;
401
+ modelValue?: UserIdentity;
402
402
  "onUpdate:modelValue"?: (value: UserIdentity) => any | void;
403
403
  offsetX?: number;
404
404
  offsetY?: number;
@@ -577,15 +577,15 @@ declare const _default: {
577
577
  container?: boolean;
578
578
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
579
579
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
580
- modelValue?: boolean;
581
- "v-model"?: boolean;
582
- "onUpdate:modelValue"?: (value: boolean) => any | void;
580
+ variant?: Variant;
583
581
  "v-slots"?: {
584
582
  default?: import("../../../DefineVueTypings").Slot;
585
583
  } & {
586
584
  activator?: () => VNodeChild;
587
585
  };
588
- variant?: Variant;
586
+ "v-model"?: boolean;
587
+ modelValue?: boolean;
588
+ "onUpdate:modelValue"?: (value: boolean) => any | void;
589
589
  allowEdit?: boolean;
590
590
  categoryFilters?: guid[];
591
591
  renderTypeFilters?: guid[];
@@ -465,8 +465,8 @@ declare const _default: {
465
465
  container?: boolean;
466
466
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
467
467
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
468
- modelValue?: VelcronDefinitionRegistration<object>;
469
468
  "v-model"?: VelcronDefinitionRegistration<object>;
469
+ modelValue?: VelcronDefinitionRegistration<object>;
470
470
  "onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
471
471
  allowEdit?: boolean;
472
472
  previewState?: VelcronState;
@@ -415,8 +415,8 @@ declare const _default: {
415
415
  };
416
416
  }>;
417
417
  };
418
- modelValue?: VelcronAppDefinition<object>;
419
418
  "v-model"?: VelcronAppDefinition<object>;
419
+ modelValue?: VelcronAppDefinition<object>;
420
420
  "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
421
421
  location?: EditorLocation;
422
422
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -370,8 +370,8 @@ declare const _default: {
370
370
  }>;
371
371
  };
372
372
  settings?: VelcronAlignmentPropertyEditorSettings;
373
- modelValue?: "left" | "right" | "top" | "center" | "bottom";
374
373
  "v-model"?: "left" | "right" | "top" | "center" | "bottom";
374
+ modelValue?: "left" | "right" | "top" | "center" | "bottom";
375
375
  "onUpdate:modelValue"?: (value: "left" | "right" | "top" | "center" | "bottom") => any | void;
376
376
  }>, "onUpdate:modelValue"> & {
377
377
  "onUpdate:modelValue"?: (value: "left" | "right" | "top" | "center" | "bottom") => any;
@@ -366,8 +366,8 @@ declare const _default: {
366
366
  };
367
367
  }>;
368
368
  };
369
- modelValue?: BackgroundDefinition;
370
369
  "v-model"?: BackgroundDefinition;
370
+ modelValue?: BackgroundDefinition;
371
371
  "onUpdate:modelValue"?: (value: BackgroundDefinition) => any | void;
372
372
  location?: EditorLocation;
373
373
  }>, "onUpdate:modelValue"> & {
@@ -403,8 +403,8 @@ declare const _default: {
403
403
  }>;
404
404
  };
405
405
  settings?: VelcronBlueprintEditorSettings;
406
- modelValue?: any;
407
406
  "v-model"?: any;
407
+ modelValue?: any;
408
408
  "onUpdate:modelValue"?: (value: any) => any | void;
409
409
  location?: EditorLocation;
410
410
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -354,8 +354,8 @@ declare const _default: {
354
354
  };
355
355
  }>;
356
356
  };
357
- modelValue?: VelcronColorStyling;
358
357
  "v-model"?: VelcronColorStyling;
358
+ modelValue?: VelcronColorStyling;
359
359
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any | void;
360
360
  }>, "onUpdate:modelValue"> & {
361
361
  "onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
@@ -378,8 +378,8 @@ declare const _default: {
378
378
  };
379
379
  }>;
380
380
  };
381
- modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
382
381
  "v-model"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
382
+ modelValue?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
383
383
  "onUpdate:modelValue"?: (value: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic") => any | void;
384
384
  location?: EditorLocation;
385
385
  }>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
@@ -380,8 +380,8 @@ declare const _default: {
380
380
  }>;
381
381
  };
382
382
  settings?: VelcronFlowEditorSettings;
383
- modelValue?: string | FlowContent;
384
383
  "v-model"?: string | FlowContent;
384
+ modelValue?: string | FlowContent;
385
385
  "onUpdate:modelValue"?: (value: string | FlowContent) => any | void;
386
386
  location?: EditorLocation;
387
387
  }>, "onUpdate:modelValue"> & {
@@ -342,8 +342,8 @@ declare const _default: {
342
342
  };
343
343
  }>;
344
344
  };
345
- modelValue?: VelcronGridState;
346
345
  "v-model"?: VelcronGridState;
346
+ modelValue?: VelcronGridState;
347
347
  "onUpdate:modelValue"?: (value: VelcronGridState) => any | void;
348
348
  }>, never>;
349
349
  };
@@ -380,8 +380,8 @@ declare const _default: {
380
380
  };
381
381
  label?: string;
382
382
  settings?: VelcronTextEditorSettings;
383
- modelValue?: string;
384
383
  "v-model"?: string;
384
+ modelValue?: string;
385
385
  "onUpdate:modelValue"?: (value: string) => any | void;
386
386
  }>, "onUpdate:modelValue"> & {
387
387
  "onUpdate:modelValue"?: (value: string) => any;
@@ -379,8 +379,8 @@ declare const _default: {
379
379
  }>;
380
380
  };
381
381
  settings?: any;
382
- modelValue?: any;
383
382
  "v-model"?: any;
383
+ modelValue?: any;
384
384
  "onUpdate:modelValue"?: (value: any) => any | void;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -392,8 +392,8 @@ declare const _default: {
392
392
  };
393
393
  label?: string;
394
394
  settings?: VelcronNumberEditorSettings;
395
- modelValue?: number;
396
395
  "v-model"?: number;
396
+ modelValue?: number;
397
397
  "onUpdate:modelValue"?: (value: number) => any | void;
398
398
  location?: EditorLocation;
399
399
  }>, "onUpdate:modelValue"> & {
@@ -416,8 +416,8 @@ declare const _default: {
416
416
  };
417
417
  label?: string;
418
418
  editor?: VelcronEditor<any>;
419
- modelValue?: any;
420
419
  "v-model"?: any;
420
+ modelValue?: any;
421
421
  "onUpdate:modelValue"?: (value: any) => any | void;
422
422
  location?: EditorLocation;
423
423
  previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -379,8 +379,8 @@ declare const _default: {
379
379
  }>;
380
380
  };
381
381
  settings?: VelcronSelectEditorSettings;
382
- modelValue?: string;
383
382
  "v-model"?: string;
383
+ modelValue?: string;
384
384
  "onUpdate:modelValue"?: (value: string) => any | void;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -383,8 +383,8 @@ declare const _default: {
383
383
  }>;
384
384
  };
385
385
  settings?: VelcronSliderPropertyEditorSettings;
386
- modelValue?: number;
387
386
  "v-model"?: number;
387
+ modelValue?: number;
388
388
  "onUpdate:modelValue"?: (value: number) => any | void;
389
389
  location?: EditorLocation;
390
390
  }>, "onUpdate:modelValue"> & {
@@ -379,8 +379,8 @@ declare const _default: {
379
379
  }>;
380
380
  };
381
381
  settings?: VelcronSpacingEditorSettings;
382
- modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
383
382
  "v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
383
+ modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
384
384
  "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -379,8 +379,8 @@ declare const _default: {
379
379
  }>;
380
380
  };
381
381
  label?: string;
382
- modelValue?: boolean;
383
382
  "v-model"?: boolean;
383
+ modelValue?: boolean;
384
384
  "onUpdate:modelValue"?: (value: boolean) => any | void;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -392,8 +392,8 @@ declare const _default: {
392
392
  };
393
393
  label?: string;
394
394
  settings?: VelcronTextEditorSettings;
395
- modelValue?: string;
396
395
  "v-model"?: string;
396
+ modelValue?: string;
397
397
  "onUpdate:modelValue"?: (value: string) => any | void;
398
398
  location?: EditorLocation;
399
399
  }>, "onUpdate:modelValue"> & {
@@ -379,8 +379,8 @@ declare const _default: {
379
379
  }>;
380
380
  };
381
381
  settings?: VelcronTypographyEditorSettings;
382
- modelValue?: TextBlueprint;
383
382
  "v-model"?: TextBlueprint;
383
+ modelValue?: TextBlueprint;
384
384
  "onUpdate:modelValue"?: (value: TextBlueprint) => any | void;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
@@ -1,6 +1,6 @@
1
1
  import "./VuetifyTypography.css";
2
2
  import { createSimpleFunctional, directiveConfig, addOnceEventListener, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, remapInternalIcon, keys, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, camelize } from "vuetify/lib/util/index.mjs";
3
- import transitions from "vuetify/lib/components/transitions/index.mjs";
3
+ import * as transitions from "vuetify/lib/components/transitions/index.mjs";
4
4
  export declare const VuetifySetup: {
5
5
  components: any;
6
6
  directives: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.283-dev",
4
+ "version": "8.0.286-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.283-dev",
23
+ "@omnia/fx-models": "8.0.286-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -28,7 +28,7 @@
28
28
  "vue": "3.5.3",
29
29
  "vuetify": "3.7.0",
30
30
  "tslib": "2.6.2",
31
- "typescript": "5.5.4",
31
+ "typescript": "5.6.2",
32
32
  "@tiptap/vue-3": "2.1.13",
33
33
  "@tiptap/pm": "2.1.13",
34
34
  "@tiptap/suggestion": "2.1.13",