@omnia/fx 8.0.197-dev → 8.0.198-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/internal-do-not-import-from-here/core/LocalStorage.d.ts +3 -2
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -6
  5. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/docs/omfx/models/Guid.md.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/docs/omfx/models/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +47 -85
  10. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +47 -49
  11. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +48 -49
  12. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +47 -92
  13. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +47 -92
  14. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +48 -46
  15. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +48 -46
  16. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +81 -129
  17. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +48 -46
  18. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +48 -49
  19. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +48 -49
  20. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +48 -49
  21. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +48 -46
  22. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +48 -49
  23. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +48 -49
  24. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +47 -92
  25. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +47 -204
  26. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +48 -49
  27. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +47 -92
  28. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +48 -49
  29. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +80 -460
  30. package/package.json +4 -4
@@ -1,50 +1,49 @@
1
- import { IPropertyDisplayRenderer, LinkDisplaySettings, LinkPropertyDefinition, LinkPropertyValue } from "@omnia/fx-models";
2
- export type LinkDisplayProps = IPropertyDisplayRenderer<LinkPropertyDefinition> & {
3
- "v-model": LinkPropertyValue;
4
- };
5
- declare const _default: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
- modelValue: import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
8
- displaySettings: import("vue").Prop<LinkDisplaySettings, LinkDisplaySettings>;
9
- setupSettings?: import("vue").Prop<never, never>;
10
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
11
- "v-model": import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- modelValue: import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
14
- displaySettings: import("vue").Prop<LinkDisplaySettings, LinkDisplaySettings>;
15
- setupSettings?: import("vue").Prop<never, never>;
16
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
17
- "v-model": import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
18
- }>>, {}, true, {}, {}, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<import("vue").ExtractPropTypes<{
26
- modelValue: import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
27
- displaySettings: import("vue").Prop<LinkDisplaySettings, LinkDisplaySettings>;
28
- setupSettings?: import("vue").Prop<never, never>;
29
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
30
- "v-model": import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
31
- }>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: never;
33
- __isTeleport?: never;
34
- __isSuspense?: never;
35
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
36
- modelValue: import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
37
- displaySettings: import("vue").Prop<LinkDisplaySettings, LinkDisplaySettings>;
38
- setupSettings?: import("vue").Prop<never, never>;
39
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
40
- "v-model": import("vue").Prop<LinkPropertyValue, LinkPropertyValue>;
41
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
42
- propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: LinkPropertyValue;
44
- modelValue?: LinkPropertyValue;
45
- displaySettings?: LinkDisplaySettings;
46
- setupSettings?: never;
47
- renderTextOnly?: boolean;
48
- }>, never>;
49
- };
1
+ import { IPropertyDisplayRenderer, LinkPropertyDefinition } from "@omnia/fx-models";
2
+ export type LinkDisplayProps = IPropertyDisplayRenderer<LinkPropertyDefinition>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LinkDisplayProps>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<LinkDisplayProps> & {
42
+ "v-slots"?: {
43
+ default?: import("vue").Slot;
44
+ } & {};
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof LinkDisplayProps>;
46
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
50
49
  export default _default;
@@ -1,47 +1,49 @@
1
- import { MediaDisplaySettings, MediaPropertyValue } from "@omnia/fx-models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- modelValue: import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
5
- displaySettings: import("vue").Prop<MediaDisplaySettings, MediaDisplaySettings>;
6
- setupSettings?: import("vue").Prop<never, never>;
7
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
8
- "v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
10
- modelValue: import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
11
- displaySettings: import("vue").Prop<MediaDisplaySettings, MediaDisplaySettings>;
12
- setupSettings?: import("vue").Prop<never, never>;
13
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
14
- "v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
15
- }>>, {}, true, {}, {}, {
16
- P: {};
17
- B: {};
18
- D: {};
19
- C: {};
20
- M: {};
21
- Defaults: {};
22
- }, Readonly<import("vue").ExtractPropTypes<{
23
- modelValue: import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
24
- displaySettings: import("vue").Prop<MediaDisplaySettings, MediaDisplaySettings>;
25
- setupSettings?: import("vue").Prop<never, never>;
26
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
27
- "v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
28
- }>>, {}, {}, {}, {}, {}>;
29
- __isFragment?: never;
30
- __isTeleport?: never;
31
- __isSuspense?: never;
32
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
33
- modelValue: import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
34
- displaySettings: import("vue").Prop<MediaDisplaySettings, MediaDisplaySettings>;
35
- setupSettings?: import("vue").Prop<never, never>;
36
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
37
- "v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
38
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
39
- propsDefinition: Omit<Readonly<{} & {
40
- "v-model"?: MediaPropertyValue;
41
- modelValue?: MediaPropertyValue;
42
- displaySettings?: MediaDisplaySettings;
43
- setupSettings?: never;
44
- renderTextOnly?: boolean;
45
- }>, never>;
46
- };
1
+ import { IPropertyDisplayRenderer, MediaPropertyDefinition } from "@omnia/fx-models";
2
+ type MediaDisplayProps = IPropertyDisplayRenderer<MediaPropertyDefinition>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MediaDisplayProps>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<MediaDisplayProps> & {
42
+ "v-slots"?: {
43
+ default?: import("vue").Slot;
44
+ } & {};
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof MediaDisplayProps>;
46
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
47
49
  export default _default;
@@ -1,50 +1,49 @@
1
- import { IPropertyDisplayRenderer, MultilineTextDisplaySettings, MultilineTextPropertyDefinition, MultilineTextPropertyValue } from "@omnia/fx-models";
2
- export type MultilineTextDisplayProps = IPropertyDisplayRenderer<MultilineTextPropertyDefinition> & {
3
- "v-model": MultilineTextPropertyValue;
4
- };
5
- declare const _default: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
- modelValue: import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
8
- displaySettings: import("vue").Prop<MultilineTextDisplaySettings, MultilineTextDisplaySettings>;
9
- setupSettings?: import("vue").Prop<never, never>;
10
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
11
- "v-model": import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- modelValue: import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
14
- displaySettings: import("vue").Prop<MultilineTextDisplaySettings, MultilineTextDisplaySettings>;
15
- setupSettings?: import("vue").Prop<never, never>;
16
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
17
- "v-model": import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
18
- }>>, {}, true, {}, {}, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<import("vue").ExtractPropTypes<{
26
- modelValue: import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
27
- displaySettings: import("vue").Prop<MultilineTextDisplaySettings, MultilineTextDisplaySettings>;
28
- setupSettings?: import("vue").Prop<never, never>;
29
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
30
- "v-model": import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
31
- }>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: never;
33
- __isTeleport?: never;
34
- __isSuspense?: never;
35
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
36
- modelValue: import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
37
- displaySettings: import("vue").Prop<MultilineTextDisplaySettings, MultilineTextDisplaySettings>;
38
- setupSettings?: import("vue").Prop<never, never>;
39
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
40
- "v-model": import("vue").Prop<MultilineTextPropertyValue, MultilineTextPropertyValue>;
41
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
42
- propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: MultilineTextPropertyValue;
44
- modelValue?: MultilineTextPropertyValue;
45
- displaySettings?: MultilineTextDisplaySettings;
46
- setupSettings?: never;
47
- renderTextOnly?: boolean;
48
- }>, never>;
49
- };
1
+ import { IPropertyDisplayRenderer, MultilineTextPropertyDefinition } from "@omnia/fx-models";
2
+ export type MultilineTextDisplayProps = IPropertyDisplayRenderer<MultilineTextPropertyDefinition>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MultilineTextDisplayProps>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<MultilineTextDisplayProps> & {
42
+ "v-slots"?: {
43
+ default?: import("vue").Slot;
44
+ } & {};
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof MultilineTextDisplayProps>;
46
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
50
49
  export default _default;
@@ -1,50 +1,49 @@
1
- import { IPropertyDisplayRenderer, MultilingualTextPropertyDefinition, MultilingualTextPropertyValue, MultilingualTextDisplaySettings } from "@omnia/fx-models";
2
- export type TextDisplayProps = IPropertyDisplayRenderer<MultilingualTextPropertyDefinition> & {
3
- "v-model": MultilingualTextPropertyValue;
4
- };
5
- declare const _default: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
- modelValue: import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
8
- displaySettings: import("vue").Prop<MultilingualTextDisplaySettings, MultilingualTextDisplaySettings>;
9
- setupSettings?: import("vue").Prop<never, never>;
10
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
11
- "v-model": import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- modelValue: import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
14
- displaySettings: import("vue").Prop<MultilingualTextDisplaySettings, MultilingualTextDisplaySettings>;
15
- setupSettings?: import("vue").Prop<never, never>;
16
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
17
- "v-model": import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
18
- }>>, {}, true, {}, {}, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<import("vue").ExtractPropTypes<{
26
- modelValue: import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
27
- displaySettings: import("vue").Prop<MultilingualTextDisplaySettings, MultilingualTextDisplaySettings>;
28
- setupSettings?: import("vue").Prop<never, never>;
29
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
30
- "v-model": import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
31
- }>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: never;
33
- __isTeleport?: never;
34
- __isSuspense?: never;
35
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
36
- modelValue: import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
37
- displaySettings: import("vue").Prop<MultilingualTextDisplaySettings, MultilingualTextDisplaySettings>;
38
- setupSettings?: import("vue").Prop<never, never>;
39
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
40
- "v-model": import("vue").Prop<MultilingualTextPropertyValue, MultilingualTextPropertyValue>;
41
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
42
- propsDefinition: Omit<Readonly<{} & {
43
- "v-model"?: MultilingualTextPropertyValue;
44
- modelValue?: MultilingualTextPropertyValue;
45
- displaySettings?: MultilingualTextDisplaySettings;
46
- setupSettings?: never;
47
- renderTextOnly?: boolean;
48
- }>, never>;
49
- };
1
+ import { IPropertyDisplayRenderer, MultilingualTextPropertyDefinition } from "@omnia/fx-models";
2
+ export type TextDisplayProps = IPropertyDisplayRenderer<MultilingualTextPropertyDefinition>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextDisplayProps>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<TextDisplayProps> & {
42
+ "v-slots"?: {
43
+ default?: import("vue").Slot;
44
+ } & {};
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof TextDisplayProps>;
46
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
50
49
  export default _default;
@@ -1,94 +1,49 @@
1
- import { MobileDisplayStyles } from "./PhoneNumberDisplay.css";
2
- import { IPropertyDisplayRenderer, PhoneDisplaySettings, PhoneNumberPropertyDefinition, PhoneNumberPropertyValue } from "@omnia/fx-models";
3
- export type PhoneNumberDisplayProps = IPropertyDisplayRenderer<PhoneNumberPropertyDefinition> & {
4
- styles: typeof MobileDisplayStyles;
5
- } & {
6
- "v-model": PhoneNumberPropertyValue;
7
- };
8
- declare const _default: {
9
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
10
- modelValue: import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
11
- displaySettings: import("vue").Prop<PhoneDisplaySettings, PhoneDisplaySettings>;
12
- setupSettings?: import("vue").Prop<never, never>;
13
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
14
- styles: import("vue").Prop<{
15
- container: import("typestyle/lib/types").NestedCSSProperties;
16
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
17
- item: import("typestyle/lib/types").NestedCSSProperties;
18
- }, {
19
- container: import("typestyle/lib/types").NestedCSSProperties;
20
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
21
- item: import("typestyle/lib/types").NestedCSSProperties;
22
- }>;
23
- "v-model": import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
24
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
25
- modelValue: import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
26
- displaySettings: import("vue").Prop<PhoneDisplaySettings, PhoneDisplaySettings>;
27
- setupSettings?: import("vue").Prop<never, never>;
28
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
29
- styles: import("vue").Prop<{
30
- container: import("typestyle/lib/types").NestedCSSProperties;
31
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
32
- item: import("typestyle/lib/types").NestedCSSProperties;
33
- }, {
34
- container: import("typestyle/lib/types").NestedCSSProperties;
35
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
36
- item: import("typestyle/lib/types").NestedCSSProperties;
37
- }>;
38
- "v-model": import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
39
- }>>, {}, true, {}, {}, {
40
- P: {};
41
- B: {};
42
- D: {};
43
- C: {};
44
- M: {};
45
- Defaults: {};
46
- }, Readonly<import("vue").ExtractPropTypes<{
47
- modelValue: import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
48
- displaySettings: import("vue").Prop<PhoneDisplaySettings, PhoneDisplaySettings>;
49
- setupSettings?: import("vue").Prop<never, never>;
50
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
51
- styles: import("vue").Prop<{
52
- container: import("typestyle/lib/types").NestedCSSProperties;
53
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
54
- item: import("typestyle/lib/types").NestedCSSProperties;
55
- }, {
56
- container: import("typestyle/lib/types").NestedCSSProperties;
57
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
58
- item: import("typestyle/lib/types").NestedCSSProperties;
59
- }>;
60
- "v-model": import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
61
- }>>, {}, {}, {}, {}, {}>;
62
- __isFragment?: never;
63
- __isTeleport?: never;
64
- __isSuspense?: never;
65
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
- modelValue: import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
67
- displaySettings: import("vue").Prop<PhoneDisplaySettings, PhoneDisplaySettings>;
68
- setupSettings?: import("vue").Prop<never, never>;
69
- renderTextOnly?: import("vue").Prop<boolean, boolean>;
70
- styles: import("vue").Prop<{
71
- container: import("typestyle/lib/types").NestedCSSProperties;
72
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
73
- item: import("typestyle/lib/types").NestedCSSProperties;
74
- }, {
75
- container: import("typestyle/lib/types").NestedCSSProperties;
76
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
77
- item: import("typestyle/lib/types").NestedCSSProperties;
1
+ import { IPropertyDisplayRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
2
+ export type PhoneNumberDisplayProps = IPropertyDisplayRenderer<PhoneNumberPropertyDefinition>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PhoneNumberDisplayProps>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
78
15
  }>;
79
- "v-model": import("vue").Prop<PhoneNumberPropertyValue, PhoneNumberPropertyValue>;
80
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
81
- propsDefinition: Omit<Readonly<{} & {
82
- styles?: {
83
- container: import("typestyle/lib/types").NestedCSSProperties;
84
- itemHeader: import("typestyle/lib/types").NestedCSSProperties;
85
- item: import("typestyle/lib/types").NestedCSSProperties;
86
- };
87
- "v-model"?: PhoneNumberPropertyValue;
88
- modelValue?: PhoneNumberPropertyValue;
89
- displaySettings?: PhoneDisplaySettings;
90
- setupSettings?: never;
91
- renderTextOnly?: boolean;
92
- }>, never>;
93
- };
16
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<PhoneNumberDisplayProps> & {
42
+ "v-slots"?: {
43
+ default?: import("vue").Slot;
44
+ } & {};
45
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof PhoneNumberDisplayProps>;
46
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>;
94
49
  export default _default;