@omnia/fx-models 8.0.19-dev → 8.0.20-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.
- package/package.json +1 -1
- package/properties/PropertyDefinition.d.ts +1 -0
- package/properties/definitions/BooleanPropertyDefinition.d.ts +0 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +0 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +0 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +0 -1
- package/properties/definitions/IntegerPropertyDefinition.d.ts +0 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +0 -1
- package/properties/definitions/LinkPropertyDefinition.d.ts +0 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +0 -1
- package/properties/definitions/TagsPropertyDefinition.d.ts +0 -1
- package/properties/definitions/TextPropertyDefinition.d.ts +0 -1
- package/properties/definitions/UserTypePropertyDefinition.d.ts +0 -1
package/package.json
CHANGED
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { BooleanPropertyValue } from "../values";
|
|
4
4
|
export declare class BooleanDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class BooleanEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
}
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { BusinessProfilePropertyValue } from "../values";
|
|
4
4
|
export declare class BusinessProfileDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export type BusinessProfileEditorSettings = {
|
|
8
7
|
required?: boolean;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { EmailPropertyValue } from "../values";
|
|
4
4
|
export declare class EmailDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
showIcon?: boolean;
|
|
7
6
|
}
|
|
8
7
|
export declare class EmailEditorSettings extends PropertyEditorSettingsBase {
|
|
@@ -4,7 +4,6 @@ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettings
|
|
|
4
4
|
import { IdentityPropertyValue } from "../values";
|
|
5
5
|
export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySettingsBase {
|
|
6
6
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<IdentityPropertyDisplaySettings, "locks">, "label">>;
|
|
7
|
-
inline?: boolean;
|
|
8
7
|
hidePresence?: boolean;
|
|
9
8
|
showImage?: boolean;
|
|
10
9
|
showName?: boolean;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { IntegerPropertyValue } from "../values";
|
|
4
4
|
export declare class IntegerDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class IntegerEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
minValue?: number;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { LanguagePropertyValue } from "../values";
|
|
4
4
|
export declare class LanguageDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
hideFlag?: boolean;
|
|
7
6
|
showLanguageName?: boolean;
|
|
8
7
|
size?: number;
|
|
@@ -4,7 +4,6 @@ import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettings
|
|
|
4
4
|
import { LinkPropertyValue } from "../values";
|
|
5
5
|
export declare class LinkDisplaySettings extends PropertyDisplaySettingsBase {
|
|
6
6
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<LinkDisplaySettings, "locks">, "label">>;
|
|
7
|
-
inline?: boolean;
|
|
8
7
|
sip?: boolean;
|
|
9
8
|
}
|
|
10
9
|
export declare class LinkEditorSettings extends PropertyEditorSettingsBase {
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { MultilineTextPropertyValue } from "../values";
|
|
4
4
|
export declare class MultilineTextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class MultilineTextEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
}
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { MultilingualTextPropertyValue } from "../values";
|
|
4
4
|
export declare class MultilingualTextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class MultilingualTextEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
maxLength?: number;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { PhoneNumberPropertyValue } from "../values";
|
|
4
4
|
export declare class PhoneDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class PhoneEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
}
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { TagsPropertyValue } from "../values";
|
|
4
4
|
export declare class TagsDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class TagsEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
allowMultipleValues?: boolean;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { TextPropertyValue } from "../values";
|
|
4
4
|
export declare class TextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export declare class TextEditorSettings extends PropertyEditorSettingsBase {
|
|
8
7
|
maxLength?: number;
|
|
@@ -2,7 +2,6 @@ import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { UserTypePropertyValue } from "../values";
|
|
4
4
|
export declare class UserTypeDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
|
-
inline?: boolean;
|
|
6
5
|
}
|
|
7
6
|
export type UserTypeEditorSettings = {
|
|
8
7
|
required?: boolean;
|