@omnia/fx-models 8.0.431-dev → 8.0.433-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 (145) hide show
  1. package/ActionHandler.d.ts +1 -1
  2. package/AiSettings.d.ts +1 -1
  3. package/BusinessProfile.d.ts +1 -1
  4. package/Enums.tooling.d.ts +1 -1
  5. package/Exposes.d.ts +0 -1
  6. package/Exposes.js +0 -1
  7. package/MultilingualString.d.ts +1 -150
  8. package/RollupMetricSettings.d.ts +1 -1
  9. package/Tenant.d.ts +1 -1
  10. package/UserdefinedLocalization.d.ts +1 -1
  11. package/apps/App.d.ts +1 -1
  12. package/apps/AppInstanceRollup.d.ts +1 -1
  13. package/enterprise-properties/EnterpriseProperty.d.ts +1 -1
  14. package/enterprise-properties/EnterprisePropertyArchive.d.ts +1 -1
  15. package/enterprise-properties/EnterprisePropertyCategory.d.ts +1 -1
  16. package/enterprise-properties/EnterprisePropertySet.d.ts +1 -1
  17. package/enterprise-properties/EnterprisePropertySetArchive.d.ts +1 -1
  18. package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +1 -1
  19. package/identities/AnonymousIdentity.d.ts +2 -2
  20. package/identities/DynamicGroupIdentity.d.ts +2 -2
  21. package/identities/ExtensionIdentity.d.ts +2 -2
  22. package/identities/GroupIdentity.d.ts +2 -2
  23. package/identities/GroupType.d.ts +1 -1
  24. package/identities/Identity.d.ts +1 -1
  25. package/identities/IdentityApi.d.ts +1 -1
  26. package/identities/IdentityCreationRequest.d.ts +2 -2
  27. package/identities/IdentityProviderSettings.d.ts +1 -1
  28. package/identities/RoleIdentity.d.ts +2 -2
  29. package/identities/UserIdentity.d.ts +2 -2
  30. package/identities/UserType.d.ts +1 -1
  31. package/identities/UserTypeRule.d.ts +1 -1
  32. package/identities/UserTypeSettings.d.ts +2 -2
  33. package/identities/UserTypeSettings.js +8 -8
  34. package/internal-do-not-import-from-here/shared/index.d.ts +0 -1
  35. package/internal-do-not-import-from-here/shared/models/MultilingualString.d.ts +150 -0
  36. package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -0
  37. package/internal-do-not-import-from-here/shared/models/index.js +3 -0
  38. package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.d.ts +2 -3
  39. package/internal-do-not-import-from-here/shared/models/properties/PropertyConfiguration.js +2 -0
  40. package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.d.ts +2 -2
  41. package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.d.ts +2 -2
  42. package/internal-do-not-import-from-here/shared/models/properties/index.d.ts +4 -0
  43. package/internal-do-not-import-from-here/shared/models/properties/index.js +7 -0
  44. package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +7 -1
  45. package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
  46. package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  47. package/media-picker/MediaPickerImageScaling.d.ts +1 -1
  48. package/package.json +1 -1
  49. package/properties/IPropertyValueRenderer.d.ts +2 -4
  50. package/properties/bindingprovider/IPropertyBindingProvider.d.ts +2 -2
  51. package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +1 -1
  52. package/properties/datasource/UserDataSourceProperty.d.ts +1 -2
  53. package/properties/definitions/BirthdayPropertyDefinition.d.ts +1 -1
  54. package/properties/definitions/BirthdayPropertyDefinition.js +5 -5
  55. package/properties/definitions/BooleanPropertyDefinition.d.ts +1 -1
  56. package/properties/definitions/BooleanPropertyDefinition.js +5 -5
  57. package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +1 -1
  58. package/properties/definitions/BusinessProfilePropertyDefinition.js +4 -4
  59. package/properties/definitions/DatePropertyDefinition.d.ts +1 -1
  60. package/properties/definitions/DatePropertyDefinition.js +5 -5
  61. package/properties/definitions/DateTimePropertyDefinition.d.ts +1 -1
  62. package/properties/definitions/DateTimePropertyDefinition.js +5 -5
  63. package/properties/definitions/EmailPropertyDefinition.d.ts +1 -1
  64. package/properties/definitions/EmailPropertyDefinition.js +5 -5
  65. package/properties/definitions/HtmlPropertyDefinition.d.ts +1 -1
  66. package/properties/definitions/HtmlPropertyDefinition.js +5 -5
  67. package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
  68. package/properties/definitions/IdentityPropertyDefinition.js +5 -5
  69. package/properties/definitions/ImagePropertyDefinition.d.ts +1 -1
  70. package/properties/definitions/ImagePropertyDefinition.js +4 -4
  71. package/properties/definitions/IntegerPropertyDefinition.d.ts +1 -1
  72. package/properties/definitions/IntegerPropertyDefinition.js +5 -5
  73. package/properties/definitions/LanguagePropertyDefinition.d.ts +1 -1
  74. package/properties/definitions/LanguagePropertyDefinition.js +5 -5
  75. package/properties/definitions/LinkPropertyDefinition.d.ts +1 -1
  76. package/properties/definitions/LinkPropertyDefinition.js +5 -5
  77. package/properties/definitions/MediaPropertyDefinition.d.ts +1 -1
  78. package/properties/definitions/MediaPropertyDefinition.js +5 -5
  79. package/properties/definitions/MultilineTextPropertyDefinition.d.ts +1 -1
  80. package/properties/definitions/MultilineTextPropertyDefinition.js +5 -5
  81. package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +1 -1
  82. package/properties/definitions/MultilingualTextPropertyDefinition.js +5 -5
  83. package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +1 -1
  84. package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -4
  85. package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
  86. package/properties/definitions/TagsPropertyDefinition.js +5 -5
  87. package/properties/definitions/TermSetPropertyDefinition.d.ts +1 -2
  88. package/properties/definitions/TermSetPropertyDefinition.js +3 -4
  89. package/properties/definitions/TextPropertyDefinition.d.ts +1 -1
  90. package/properties/definitions/TextPropertyDefinition.js +4 -4
  91. package/properties/definitions/TimePropertyDefinition.d.ts +1 -1
  92. package/properties/definitions/TimePropertyDefinition.js +5 -5
  93. package/properties/definitions/UserTypePropertyDefinition.d.ts +1 -1
  94. package/properties/definitions/UserTypePropertyDefinition.js +4 -4
  95. package/properties/index.d.ts +0 -4
  96. package/properties/index.js +0 -4
  97. package/properties/values/BirthdayPropertyValue.d.ts +1 -1
  98. package/properties/values/BirthdayPropertyValue.js +2 -2
  99. package/properties/values/BooleanPropertyValue.d.ts +1 -1
  100. package/properties/values/BooleanPropertyValue.js +2 -2
  101. package/properties/values/BusinessProfilePropertyValue.d.ts +1 -2
  102. package/properties/values/BusinessProfilePropertyValue.js +2 -2
  103. package/properties/values/DatePropertyValue.d.ts +1 -1
  104. package/properties/values/DatePropertyValue.js +2 -2
  105. package/properties/values/DateTimePropertyValue.d.ts +1 -1
  106. package/properties/values/DateTimePropertyValue.js +2 -2
  107. package/properties/values/EmailPropertyValue.d.ts +1 -1
  108. package/properties/values/EmailPropertyValue.js +2 -2
  109. package/properties/values/HtmlPropertyValue.d.ts +1 -1
  110. package/properties/values/HtmlPropertyValue.js +2 -2
  111. package/properties/values/IdentityPropertyValue.d.ts +1 -1
  112. package/properties/values/IdentityPropertyValue.js +2 -2
  113. package/properties/values/ImagePropertyValue.d.ts +1 -1
  114. package/properties/values/ImagePropertyValue.js +2 -2
  115. package/properties/values/IntegerPropertyValue.d.ts +1 -1
  116. package/properties/values/IntegerPropertyValue.js +2 -2
  117. package/properties/values/LanguagePropertyValue.d.ts +1 -1
  118. package/properties/values/LanguagePropertyValue.js +2 -2
  119. package/properties/values/LinkPropertyValue.d.ts +1 -1
  120. package/properties/values/LinkPropertyValue.js +2 -2
  121. package/properties/values/MediaPropertyValue.d.ts +1 -1
  122. package/properties/values/MediaPropertyValue.js +2 -2
  123. package/properties/values/MultilineTextPropertyValue.d.ts +1 -1
  124. package/properties/values/MultilineTextPropertyValue.js +2 -2
  125. package/properties/values/MultilingualTextPropertyValue.d.ts +1 -2
  126. package/properties/values/MultilingualTextPropertyValue.js +2 -2
  127. package/properties/values/PhoneNumberPropertyValue.d.ts +1 -1
  128. package/properties/values/PhoneNumberPropertyValue.js +2 -2
  129. package/properties/values/TagsPropertyValue.d.ts +1 -1
  130. package/properties/values/TagsPropertyValue.js +2 -2
  131. package/properties/values/TextPropertyValue.d.ts +1 -1
  132. package/properties/values/TextPropertyValue.js +2 -2
  133. package/properties/values/TimePropertyValue.d.ts +1 -1
  134. package/properties/values/TimePropertyValue.js +2 -2
  135. package/properties/values/UserTypePropertyValue.d.ts +1 -1
  136. package/properties/values/UserTypePropertyValue.js +2 -2
  137. package/richtext-editor-extensions/HeadingExtension.d.ts +1 -1
  138. package/versionedlayout/VersionedLayout.d.ts +1 -2
  139. /package/{properties/PropertyConfiguration.js → internal-do-not-import-from-here/shared/models/MultilingualString.js} +0 -0
  140. /package/{ValueOf.d.ts → internal-do-not-import-from-here/shared/models/ValueOf.d.ts} +0 -0
  141. /package/{ValueOf.js → internal-do-not-import-from-here/shared/models/ValueOf.js} +0 -0
  142. /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.js +0 -0
  143. /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyConfiguration.d.ts +0 -0
  144. /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.js +0 -0
  145. /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.js +0 -0
@@ -0,0 +1,150 @@
1
+ /**
2
+ * Language tag (languageTags-RegionTag)("ISO 639-1"-"ISO 3166-1") as property and the value beloning to what language tag
3
+ * Resolve using MultilingualStore.getters.stringValue (or propertyName["en-us"] etc)
4
+ * */
5
+ export interface MultilingualString {
6
+ /**
7
+ * Only used for type identification, always set to true in new instances.
8
+ * @example if(someProp.isMultilingualString){return someProp["ar-sa"];}
9
+ * */
10
+ isMultilingualString: true;
11
+ "ar-sa"?: string;
12
+ "bg-bg"?: string;
13
+ "ca-es"?: string;
14
+ "zh-tw"?: string;
15
+ "cs-cz"?: string;
16
+ "da-dk"?: string;
17
+ "de-de"?: string;
18
+ "el-gr"?: string;
19
+ "en-us"?: string;
20
+ "fi-fi"?: string;
21
+ "fr-fr"?: string;
22
+ "he-il"?: string;
23
+ "hu-hu"?: string;
24
+ "is-is"?: string;
25
+ "it-it"?: string;
26
+ "ja-jp"?: string;
27
+ "ko-kr"?: string;
28
+ "nl-nl"?: string;
29
+ "nb-no"?: string;
30
+ "pl-pl"?: string;
31
+ "pt-br"?: string;
32
+ "ro-ro"?: string;
33
+ "ru-ru"?: string;
34
+ "hr-hr"?: string;
35
+ "sk-sk"?: string;
36
+ "sq-al"?: string;
37
+ "sv-se"?: string;
38
+ "th-th"?: string;
39
+ "tr-tr"?: string;
40
+ "ur-pk"?: string;
41
+ "id-id"?: string;
42
+ "uk-ua"?: string;
43
+ "be-by"?: string;
44
+ "sl-si"?: string;
45
+ "et-ee"?: string;
46
+ "lv-lv"?: string;
47
+ "lt-lt"?: string;
48
+ "fa-ir"?: string;
49
+ "vi-vn"?: string;
50
+ "hy-am"?: string;
51
+ "eu-es"?: string;
52
+ "mk-mk"?: string;
53
+ "af-za"?: string;
54
+ "ka-ge"?: string;
55
+ "fo-fo"?: string;
56
+ "hi-in"?: string;
57
+ "ms-my"?: string;
58
+ "kk-kz"?: string;
59
+ "ky-kg"?: string;
60
+ "sw-ke"?: string;
61
+ "tt-ru"?: string;
62
+ "pa-in"?: string;
63
+ "gu-in"?: string;
64
+ "ta-in"?: string;
65
+ "te-in"?: string;
66
+ "kn-in"?: string;
67
+ "mr-in"?: string;
68
+ "sa-in"?: string;
69
+ "mn-mn"?: string;
70
+ "gl-es"?: string;
71
+ "dv-mv"?: string;
72
+ "ar-iq"?: string;
73
+ "zh-cn"?: string;
74
+ "de-ch"?: string;
75
+ "en-gb"?: string;
76
+ "es-mx"?: string;
77
+ "fr-be"?: string;
78
+ "it-ch"?: string;
79
+ "nl-be"?: string;
80
+ "nn-no"?: string;
81
+ "pt-pt"?: string;
82
+ "sv-fi"?: string;
83
+ "ms-bn"?: string;
84
+ "ar-eg"?: string;
85
+ "zh-hk"?: string;
86
+ "de-at"?: string;
87
+ "en-au"?: string;
88
+ "en-es"?: string;
89
+ "fr-ca"?: string;
90
+ "ar-ly"?: string;
91
+ "zh-sg"?: string;
92
+ "de-lu"?: string;
93
+ "en-ca"?: string;
94
+ "es-gt"?: string;
95
+ "fr-ch"?: string;
96
+ "ar-dz"?: string;
97
+ "zh-mo"?: string;
98
+ "de-li"?: string;
99
+ "en-nz"?: string;
100
+ "es-cr"?: string;
101
+ "fr-lu"?: string;
102
+ "ar-ma"?: string;
103
+ "en-ie"?: string;
104
+ "es-pa"?: string;
105
+ "fr-mc"?: string;
106
+ "ar-tn"?: string;
107
+ "en-za"?: string;
108
+ "es-do"?: string;
109
+ "ar-om"?: string;
110
+ "en-jm"?: string;
111
+ "es-ve"?: string;
112
+ "ar-ye"?: string;
113
+ "es-co"?: string;
114
+ "ar-sy"?: string;
115
+ "en-bz"?: string;
116
+ "es-pe"?: string;
117
+ "ar-jo"?: string;
118
+ "en-tt"?: string;
119
+ "es-ar"?: string;
120
+ "ar-lb"?: string;
121
+ "en-zw"?: string;
122
+ "es-ec"?: string;
123
+ "ar-kw"?: string;
124
+ "en-ph"?: string;
125
+ "es-cl"?: string;
126
+ "ar-ae"?: string;
127
+ "es-uy"?: string;
128
+ "ar-bh"?: string;
129
+ "es-py"?: string;
130
+ "ar-qa"?: string;
131
+ "es-bo"?: string;
132
+ "es-sv"?: string;
133
+ "es-hn"?: string;
134
+ "es-pr"?: string;
135
+ "zu-za"?: string;
136
+ "xh-za"?: string;
137
+ "fy-nl"?: string;
138
+ "tn-za"?: string;
139
+ "se-se"?: string;
140
+ "se-fi"?: string;
141
+ "cy-gb"?: string;
142
+ "hr-ba"?: string;
143
+ "mi-nz"?: string;
144
+ "ga-ie"?: string;
145
+ "rm-ch"?: string;
146
+ "lb-lu"?: string;
147
+ "ns-za"?: string;
148
+ "se-no"?: string;
149
+ "mt-mt"?: string;
150
+ }
@@ -22,3 +22,6 @@ export * from "./EventHook";
22
22
  export * from "./ShortId";
23
23
  export * from "./OmniaHub";
24
24
  export * from "./Icon";
25
+ export * from "./MultilingualString";
26
+ export * from "./properties";
27
+ export * from "./ValueOf";
@@ -26,3 +26,6 @@ tslib_1.__exportStar(require("./EventHook"), exports);
26
26
  tslib_1.__exportStar(require("./ShortId"), exports);
27
27
  tslib_1.__exportStar(require("./OmniaHub"), exports);
28
28
  tslib_1.__exportStar(require("./Icon"), exports);
29
+ tslib_1.__exportStar(require("./MultilingualString"), exports);
30
+ tslib_1.__exportStar(require("./properties"), exports);
31
+ tslib_1.__exportStar(require("./ValueOf"), exports);
@@ -1,7 +1,6 @@
1
- import { PropertyDefinitionId } from "@omnia/fx/ux";
2
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { guid } from "../Guid";
3
2
  import { MultilingualString } from "../MultilingualString";
4
- import { PropertyDefinition } from "./PropertyDefinition";
3
+ import { PropertyDefinition, PropertyDefinitionId } from "./PropertyDefinition";
5
4
  export type PropertyBindingId = guid;
6
5
  export type PropertyBindingProviderId = guid;
7
6
  export declare class PropertyBinding<TPropertyDef extends PropertyDefinition<any, any, any>> {
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { IIcon } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { guid } from "../Guid";
2
+ import { IIcon } from "../Icon";
3
3
  import { MultilingualString } from "../MultilingualString";
4
4
  import { PropertyValue } from "./PropertyValue";
5
5
  export type PropertyDisplaySettingsType<TPropDef extends PropertyDefinition<any, any, any, any>> = TPropDef extends PropertyDefinition<any, infer TPropertyDisplaySettings, any, any> ? TPropertyDisplaySettings : never;
@@ -1,5 +1,5 @@
1
- import { PropertyBinding } from ".";
2
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { guid } from "../Guid";
2
+ import { PropertyBinding } from "./PropertyBinding";
3
3
  import { PropertyDefinition, PropertyValueType } from "./PropertyDefinition";
4
4
  export declare class PropertyValueBinding<TPropertyDefinition extends PropertyDefinition<any, any, any>> {
5
5
  value: PropertyValueType<TPropertyDefinition>;
@@ -0,0 +1,4 @@
1
+ export * from "./PropertyBinding";
2
+ export * from "./PropertyConfiguration";
3
+ export * from "./PropertyDefinition";
4
+ export * from "./PropertyValue";
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./PropertyBinding"), exports);
5
+ tslib_1.__exportStar(require("./PropertyConfiguration"), exports);
6
+ tslib_1.__exportStar(require("./PropertyDefinition"), exports);
7
+ tslib_1.__exportStar(require("./PropertyValue"), exports);
@@ -2,7 +2,7 @@ import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEve
2
2
  import { VelcronComponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
3
3
  import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
4
4
  import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
5
- import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
5
+ import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
6
6
  import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
7
7
  import { Properties } from "csstype";
8
8
  import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "motion";
@@ -448,3 +448,9 @@ export type VelcronRenderProps<TDefinition> = {
448
448
  export type VelcronAppRendererProps = VelcronRenderProps<VelcronAppDefinition> & {
449
449
  rootApp: boolean;
450
450
  };
451
+ declare global {
452
+ namespace JSX {
453
+ interface Element {
454
+ }
455
+ }
456
+ }
@@ -1,4 +1,4 @@
1
- import { VelcronDefinition } from "@omnia/fx-models";
1
+ import { VelcronDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export type VelcronPrimitiveType = string | number | boolean;
3
3
  export type VelcronArrayType<T> = Array<T>;
4
4
  export type VelcronObjectType<T extends Object> = T;
@@ -1,4 +1,4 @@
1
- import { VelcronAppDefinition } from "@omnia/fx-models";
1
+ import { VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface AppJson {
3
3
  app: VelcronAppDefinition;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { MultilingualString } from "../MultilingualString";
2
+ import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { MediaPickerEnums } from "../Enums";
4
4
  export declare abstract class MediaPickerImageScalingDefinition {
5
5
  abstract readonly uniqueId: guid;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.431-dev",
4
+ "version": "8.0.433-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,7 +1,5 @@
1
- import { VNodeChild } from "vue";
1
+ import { PropertyConfiguration, PropertyDefinition, PropertyDisplaySettingsType, PropertyEditorSettingsType, PropertySetupSettingsType, PropertyValueType } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MultilingualContext } from "../../ux/MultilingualContext";
3
- import { PropertyConfiguration } from "./PropertyConfiguration";
4
- import { PropertyDefinition, PropertyDisplaySettingsType, PropertyEditorSettingsType, PropertySetupSettingsType, PropertyValueType } from "./PropertyDefinition";
5
3
  /**
6
4
  * Interface for webcomponent rendering a property value belonging to a property definition
7
5
  * */
@@ -31,5 +29,5 @@ export interface IPropertyConfigurationRenderer<TPropertyDef extends PropertyDef
31
29
  renderEditSettings?: boolean;
32
30
  defaultConfiguration?: PropertyConfiguration<TPropertyDef>;
33
31
  multilingualContext?: MultilingualContext;
34
- append?: (item?: PropertyConfiguration<TPropertyDef>) => VNodeChild;
32
+ append?: (item?: PropertyConfiguration<TPropertyDef>) => JSX.Element;
35
33
  }
@@ -1,5 +1,5 @@
1
- import { PropertyBinding, PropertyBindingId, PropertyBindingProviderId } from "../PropertyBinding";
2
- import { PropertyConfiguration, PropertyDefinition, PropertyValue } from "..";
1
+ import { PropertyBinding, PropertyBindingId, PropertyBindingProviderId } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
+ import { PropertyConfiguration, PropertyDefinition, PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  export interface IPropertyBindingProvider {
4
4
  id: PropertyBindingProviderId;
5
5
  getBindingById(bindingId: PropertyBindingId): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
@@ -1,5 +1,5 @@
1
1
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { MultilingualString } from "../../MultilingualString";
2
+ import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  export declare class DataSourcePropertyCategory {
4
4
  id: guid;
5
5
  title: MultilingualString;
@@ -1,5 +1,4 @@
1
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
- import { PropertyBindingId } from "../PropertyBinding";
1
+ import { guid, PropertyBindingId } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
2
  import { DataSourceProperty } from "./DataSourceProperty";
4
3
  export declare class UserDataSourceProperty extends DataSourceProperty {
5
4
  readonly enterprisePropertyBindingId?: PropertyBindingId;
@@ -1,5 +1,5 @@
1
1
  import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
2
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
2
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { BirthdayPropertyValue } from "../values";
4
4
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
5
5
  export declare class BirthdayDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BirthdayPropertyDefinition = exports.BirthdayPropertyDefinitionId = exports.BirthdayEditorSettings = exports.BirthdayDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class BirthdayDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class BirthdayDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.BirthdayDisplaySettings = BirthdayDisplaySettings;
9
- class BirthdayEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class BirthdayEditorSettings extends models_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.BirthdayEditorSettings = BirthdayEditorSettings;
12
- exports.BirthdayPropertyDefinitionId = (0, models_1.guid)("17c2b563-94d1-4912-a786-5f33e7c1d892");
13
- class BirthdayPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
12
+ exports.BirthdayPropertyDefinitionId = (0, models_2.guid)("17c2b563-94d1-4912-a786-5f33e7c1d892");
13
+ class BirthdayPropertyDefinition extends models_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.BirthdayPropertyDefinitionId;
@@ -1,4 +1,4 @@
1
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
1
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { BooleanPropertyValue } from "../values";
3
3
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  export declare class BooleanDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BooleanPropertyDefinition = exports.BooleanPropertyDefinitionId = exports.BooleanEditorSettings = exports.BooleanDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class BooleanDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class BooleanDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.BooleanDisplaySettings = BooleanDisplaySettings;
9
- class BooleanEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class BooleanEditorSettings extends models_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.BooleanEditorSettings = BooleanEditorSettings;
12
- exports.BooleanPropertyDefinitionId = (0, models_1.guid)("92c488f6-938a-4269-820d-d8ce73c9d03a");
13
- class BooleanPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
12
+ exports.BooleanPropertyDefinitionId = (0, models_2.guid)("92c488f6-938a-4269-820d-d8ce73c9d03a");
13
+ class BooleanPropertyDefinition extends models_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.BooleanPropertyDefinitionId;
@@ -1,4 +1,4 @@
1
- import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
1
+ import { PropertyDefinition, PropertyDisplaySettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { BusinessProfilePropertyValue } from "../values";
3
3
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  export declare class BusinessProfileDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfilePropertyDefinition = exports.BusinessProfilePropertyDefinitionId = exports.BusinessProfileDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class BusinessProfileDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class BusinessProfileDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.BusinessProfileDisplaySettings = BusinessProfileDisplaySettings;
9
- exports.BusinessProfilePropertyDefinitionId = (0, models_1.guid)("e1f061b6-4c3d-4b97-962c-5954bfbf56ac");
10
- class BusinessProfilePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
9
+ exports.BusinessProfilePropertyDefinitionId = (0, models_2.guid)("e1f061b6-4c3d-4b97-962c-5954bfbf56ac");
10
+ class BusinessProfilePropertyDefinition extends models_1.PropertyDefinition {
11
11
  constructor() {
12
12
  super(...arguments);
13
13
  this.id = exports.BusinessProfilePropertyDefinitionId;
@@ -1,4 +1,4 @@
1
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
1
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { DatePropertyValue } from "../values";
3
3
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  export declare enum DateTimeRenderOptionType {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DatePropertyDefinition = exports.DatePropertyDefinitionId = exports.DateEditorSettings = exports.DateDisplaySettings = exports.FormattedDateFormat = exports.SocialDateFormat = exports.DateRenderOption = exports.DateTimeRenderOptionType = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
6
  var DateTimeRenderOptionType;
7
7
  (function (DateTimeRenderOptionType) {
8
8
  DateTimeRenderOptionType[DateTimeRenderOptionType["Formatted"] = 1] = "Formatted";
@@ -29,14 +29,14 @@ class FormattedDateFormat extends DateRenderOption {
29
29
  }
30
30
  }
31
31
  exports.FormattedDateFormat = FormattedDateFormat;
32
- class DateDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
32
+ class DateDisplaySettings extends models_1.PropertyDisplaySettingsBase {
33
33
  }
34
34
  exports.DateDisplaySettings = DateDisplaySettings;
35
- class DateEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
35
+ class DateEditorSettings extends models_1.PropertyEditorSettingsBase {
36
36
  }
37
37
  exports.DateEditorSettings = DateEditorSettings;
38
- exports.DatePropertyDefinitionId = (0, models_1.guid)("a0a1bcb1-e333-4ece-9233-ea8f0caec8c2");
39
- class DatePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
38
+ exports.DatePropertyDefinitionId = (0, models_2.guid)("a0a1bcb1-e333-4ece-9233-ea8f0caec8c2");
39
+ class DatePropertyDefinition extends models_1.PropertyDefinition {
40
40
  constructor() {
41
41
  super(...arguments);
42
42
  this.id = exports.DatePropertyDefinitionId;
@@ -1,5 +1,5 @@
1
1
  import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
2
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
2
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { DateTimePropertyValue } from "../values";
4
4
  import { DateRenderOption } from "./DatePropertyDefinition";
5
5
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DateTimePropertyDefinition = exports.DateTimePropertyDefinitionId = exports.DateTimeEditorSettings = exports.DateTimeDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class DateTimeDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class DateTimeDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.DateTimeDisplaySettings = DateTimeDisplaySettings;
9
- class DateTimeEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class DateTimeEditorSettings extends models_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.DateTimeEditorSettings = DateTimeEditorSettings;
12
- exports.DateTimePropertyDefinitionId = (0, models_1.guid)("77624d38-595f-41ea-8ce2-65168550a94e");
13
- class DateTimePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
12
+ exports.DateTimePropertyDefinitionId = (0, models_2.guid)("77624d38-595f-41ea-8ce2-65168550a94e");
13
+ class DateTimePropertyDefinition extends models_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.DateTimePropertyDefinitionId;
@@ -1,4 +1,4 @@
1
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
1
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { EmailPropertyValue } from "../values";
3
3
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  export declare class EmailDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EmailPropertyDefinition = exports.EmailPropertyDefinitionId = exports.EmailEditorSettings = exports.EmailDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class EmailDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class EmailDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.EmailDisplaySettings = EmailDisplaySettings;
9
- class EmailEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class EmailEditorSettings extends models_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.EmailEditorSettings = EmailEditorSettings;
12
- exports.EmailPropertyDefinitionId = (0, models_1.guid)("92a8c4bf-86c7-46f2-9a06-16cf60fc960f");
13
- class EmailPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
12
+ exports.EmailPropertyDefinitionId = (0, models_2.guid)("92a8c4bf-86c7-46f2-9a06-16cf60fc960f");
13
+ class EmailPropertyDefinition extends models_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.EmailPropertyDefinitionId;
@@ -1,6 +1,6 @@
1
1
  import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
2
2
  import { RichTextEditorExtension } from "../../RichTextEditorExtension";
3
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
3
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  import { HtmlPropertyValue } from "../values";
5
5
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
6
6
  export declare enum HtmlEditorMode {
@@ -1,22 +1,22 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HtmlPropertyDefinition = exports.HtmlPropertyDefinitionId = exports.HtmlEditorSettings = exports.HtmlDisplaySettings = exports.HtmlEditorMode = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
6
  var HtmlEditorMode;
7
7
  (function (HtmlEditorMode) {
8
8
  HtmlEditorMode[HtmlEditorMode["RichText"] = 0] = "RichText";
9
9
  HtmlEditorMode[HtmlEditorMode["LimitedRichText"] = 1] = "LimitedRichText";
10
10
  HtmlEditorMode[HtmlEditorMode["CustomRichText"] = 2] = "CustomRichText";
11
11
  })(HtmlEditorMode || (exports.HtmlEditorMode = HtmlEditorMode = {}));
12
- class HtmlDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
12
+ class HtmlDisplaySettings extends models_1.PropertyDisplaySettingsBase {
13
13
  }
14
14
  exports.HtmlDisplaySettings = HtmlDisplaySettings;
15
- class HtmlEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
15
+ class HtmlEditorSettings extends models_1.PropertyEditorSettingsBase {
16
16
  }
17
17
  exports.HtmlEditorSettings = HtmlEditorSettings;
18
- exports.HtmlPropertyDefinitionId = (0, models_1.guid)("be2ed6e9-d363-42f1-8c5d-d0b1944ccb53");
19
- class HtmlPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
18
+ exports.HtmlPropertyDefinitionId = (0, models_2.guid)("be2ed6e9-d363-42f1-8c5d-d0b1944ccb53");
19
+ class HtmlPropertyDefinition extends models_1.PropertyDefinition {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  this.id = exports.HtmlPropertyDefinitionId;
@@ -1,6 +1,6 @@
1
1
  import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
2
2
  import { PrincipalTypes } from "../../Enums";
3
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
3
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  import { IdentityPropertyValue } from "../values";
5
5
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
6
6
  export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IdentityPropertyDefinition = exports.identityPropertyDefinitionId = exports.IdentityPropertyEditorSettings = exports.IdentityPropertyDisplaySettings = void 0;
4
- const PropertyDefinition_1 = require("../PropertyDefinition");
5
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- class IdentityPropertyDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class IdentityPropertyDisplaySettings extends models_1.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.IdentityPropertyDisplaySettings = IdentityPropertyDisplaySettings;
9
- class IdentityPropertyEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class IdentityPropertyEditorSettings extends models_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.IdentityPropertyEditorSettings = IdentityPropertyEditorSettings;
12
- exports.identityPropertyDefinitionId = (0, models_1.guid)("4dfc3b66-a203-447d-8f64-171f47e5b63a");
13
- class IdentityPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
12
+ exports.identityPropertyDefinitionId = (0, models_2.guid)("4dfc3b66-a203-447d-8f64-171f47e5b63a");
13
+ class IdentityPropertyDefinition extends models_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.identityPropertyDefinitionId;
@@ -1,7 +1,7 @@
1
1
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
3
3
  import { OSizeTypes } from "../../oxide";
4
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
4
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
5
5
  import { ImagePropertyValue } from "../values";
6
6
  export declare class ImageDisplaySettings extends PropertyDisplaySettingsBase {
7
7
  locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<ImageDisplaySettings, "locks">, "label">>;
@@ -2,15 +2,15 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ImagePropertyDefinition = exports.imagePropertyDefinitionId = exports.ImageEditorSettings = exports.ImageDisplaySettings = void 0;
4
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
- const PropertyDefinition_1 = require("../PropertyDefinition");
6
- class ImageDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
5
+ const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
+ class ImageDisplaySettings extends models_2.PropertyDisplaySettingsBase {
7
7
  }
8
8
  exports.ImageDisplaySettings = ImageDisplaySettings;
9
- class ImageEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
9
+ class ImageEditorSettings extends models_2.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.ImageEditorSettings = ImageEditorSettings;
12
12
  exports.imagePropertyDefinitionId = (0, models_1.guid)("aa4d54e5-92f6-4e69-ac44-a8ebcee192c9");
13
- class ImagePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
13
+ class ImagePropertyDefinition extends models_2.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.id = exports.imagePropertyDefinitionId;
@@ -1,4 +1,4 @@
1
- import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
1
+ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { IntegerPropertyValue } from "../values";
3
3
  import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  export declare class IntegerDisplaySettings extends PropertyDisplaySettingsBase {