@omnia/fx 8.0.145-dev → 8.0.147-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/internal-do-not-import-from-here/console/components/Console.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +7 -8
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +8 -25
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +9 -16
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -13
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +8 -27
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +7 -24
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -20
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +3 -13
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +7 -18
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -18
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +3 -17
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +3 -21
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +3 -15
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +10 -7
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +2 -8
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -29
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +10 -44
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -54
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -39
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPreview.d.ts +491 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +7 -10
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +3 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +2 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyTokenRouter.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +0 -43
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +0 -6
@@ -1,13 +1,11 @@
|
|
1
1
|
declare const _default: (props: {
|
2
2
|
"v-model"?: string;
|
3
|
-
} & {
|
4
3
|
"onUpdate:modelValue"?: (value: string) => void;
|
5
|
-
} & {
|
6
4
|
modelValue?: string;
|
7
5
|
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
8
6
|
"v-slots"?: {
|
9
7
|
default?: import("vue").Slot;
|
10
|
-
};
|
8
|
+
} & {};
|
11
9
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
12
10
|
$: import("vue").ComponentInternalInstance;
|
13
11
|
$data: {};
|
@@ -48,14 +46,12 @@ declare const _default: (props: {
|
|
48
46
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
47
|
propsDefinition: {
|
50
48
|
"v-model"?: string;
|
51
|
-
} & {
|
52
49
|
"onUpdate:modelValue"?: (value: string) => void;
|
53
|
-
} & {
|
54
50
|
modelValue?: string;
|
55
51
|
} & {
|
56
52
|
"v-slots"?: {
|
57
53
|
default?: import("vue").Slot;
|
58
|
-
};
|
54
|
+
} & {};
|
59
55
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
60
56
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
61
57
|
[key: string]: any;
|
@@ -1,7 +1,9 @@
|
|
1
|
-
declare const _default: (props:
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
2
4
|
"v-slots"?: {
|
3
5
|
default?: import("vue").Slot;
|
4
|
-
};
|
6
|
+
} & {};
|
5
7
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
6
8
|
$: import("vue").ComponentInternalInstance;
|
7
9
|
$data: {};
|
@@ -40,11 +42,13 @@ declare const _default: (props: Record<string, any> & Omit<{}, string> & {
|
|
40
42
|
$nextTick: typeof import("vue").nextTick;
|
41
43
|
$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;
|
42
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
-
propsDefinition:
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
44
48
|
"v-slots"?: {
|
45
49
|
default?: import("vue").Slot;
|
46
|
-
};
|
47
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
48
52
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
53
|
[key: string]: any;
|
50
54
|
}>;
|
package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts
CHANGED
@@ -1,14 +1,12 @@
|
|
1
1
|
import { EnterpriseGlossaryInstance } from "../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
|
4
|
-
} & {
|
5
4
|
"onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
|
6
|
-
} & {
|
7
5
|
modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
|
8
6
|
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
9
7
|
"v-slots"?: {
|
10
8
|
default?: import("vue").Slot;
|
11
|
-
};
|
9
|
+
} & {};
|
12
10
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
13
11
|
$: import("vue").ComponentInternalInstance;
|
14
12
|
$data: {};
|
@@ -49,14 +47,12 @@ declare const _default: (props: {
|
|
49
47
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
48
|
propsDefinition: {
|
51
49
|
"v-model"?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
|
52
|
-
} & {
|
53
50
|
"onUpdate:modelValue"?: (value: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>) => void;
|
54
|
-
} & {
|
55
51
|
modelValue?: EnterpriseGlossaryInstance<import("@omnia/fx-models").EnterpriseGlossaryBase>;
|
56
52
|
} & {
|
57
53
|
"v-slots"?: {
|
58
54
|
default?: import("vue").Slot;
|
59
|
-
};
|
55
|
+
} & {};
|
60
56
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
61
57
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
58
|
[key: string]: any;
|
@@ -11,15 +11,10 @@ export interface Menu {
|
|
11
11
|
}
|
12
12
|
declare const _default: (props: {
|
13
13
|
getTermTitle?: () => string;
|
14
|
-
} & {
|
15
14
|
getTerm?: () => Term;
|
16
|
-
} & {
|
17
15
|
getTermUISettings?: () => TermUISettings;
|
18
|
-
} & {
|
19
16
|
enterpriseGlossaryTermHandlerFunc?: () => void;
|
20
|
-
} & {
|
21
17
|
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
22
|
-
} & {
|
23
18
|
availableToRenderTooltip?: (items: {
|
24
19
|
termId: GuidValue;
|
25
20
|
onClick: (term: Term) => any;
|
@@ -30,22 +25,20 @@ declare const _default: (props: {
|
|
30
25
|
icon: IIcon;
|
31
26
|
};
|
32
27
|
}[];
|
33
|
-
} & {
|
34
28
|
appendItems?: {
|
35
29
|
termId: GuidValue;
|
36
30
|
onClick: (term: Term) => void;
|
37
31
|
title: string;
|
38
32
|
icon?: IIcon;
|
39
33
|
}[];
|
40
|
-
} & {
|
41
34
|
additionalMenus?: Menu[];
|
42
35
|
} & Omit<{
|
43
36
|
"onClick:closeIcon"?: () => any;
|
44
37
|
}, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus"> & {
|
45
38
|
"v-slots"?: {
|
46
39
|
default?: import("vue").Slot;
|
47
|
-
};
|
48
|
-
} & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">) => {
|
40
|
+
} & {};
|
41
|
+
} & Omit<import("../..").VueComponentBaseProps, "emit:click:closeIcon" | "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">) => {
|
49
42
|
$: import("vue").ComponentInternalInstance;
|
50
43
|
$data: {};
|
51
44
|
$props: {};
|
@@ -85,15 +78,10 @@ declare const _default: (props: {
|
|
85
78
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
86
79
|
propsDefinition: {
|
87
80
|
getTermTitle?: () => string;
|
88
|
-
} & {
|
89
81
|
getTerm?: () => Term;
|
90
|
-
} & {
|
91
82
|
getTermUISettings?: () => TermUISettings;
|
92
|
-
} & {
|
93
83
|
enterpriseGlossaryTermHandlerFunc?: () => void;
|
94
|
-
} & {
|
95
84
|
additionalClickHandler?: EnterpriseGlossaryTermAdditonalClickHander;
|
96
|
-
} & {
|
97
85
|
availableToRenderTooltip?: (items: {
|
98
86
|
termId: GuidValue;
|
99
87
|
onClick: (term: Term) => any;
|
@@ -104,19 +92,17 @@ declare const _default: (props: {
|
|
104
92
|
icon: IIcon;
|
105
93
|
};
|
106
94
|
}[];
|
107
|
-
} & {
|
108
95
|
appendItems?: {
|
109
96
|
termId: GuidValue;
|
110
97
|
onClick: (term: Term) => void;
|
111
98
|
title: string;
|
112
99
|
icon?: IIcon;
|
113
100
|
}[];
|
114
|
-
} & {
|
115
101
|
additionalMenus?: Menu[];
|
116
102
|
} & {
|
117
103
|
"v-slots"?: {
|
118
104
|
default?: import("vue").Slot;
|
119
|
-
};
|
105
|
+
} & {};
|
120
106
|
} & {
|
121
107
|
"onClick:closeIcon"?: () => any;
|
122
108
|
} & Omit<import("../..").VueComponentBaseProps, "getTermTitle" | "getTerm" | "getTermUISettings" | "enterpriseGlossaryTermHandlerFunc" | "additionalClickHandler" | "availableToRenderTooltip" | "appendItems" | "additionalMenus">;
|
@@ -1,31 +1,22 @@
|
|
1
1
|
import { GuidValue, EnterprisePropertySet } from "../../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
preSelectedPropertySetId?: GuidValue | GuidValue[];
|
4
|
-
} & {
|
5
4
|
propertySetItems?: EnterprisePropertySet[];
|
6
|
-
} & {
|
7
5
|
label?: string;
|
8
|
-
} & {
|
9
6
|
hint?: string;
|
10
|
-
} & {
|
11
7
|
persistentHint?: boolean;
|
12
|
-
} & {
|
13
8
|
disabled?: boolean;
|
14
|
-
} & {
|
15
9
|
filled?: boolean;
|
16
|
-
} & {
|
17
10
|
hideDetails?: boolean;
|
18
|
-
} & {
|
19
11
|
requiredWithValidator?: boolean;
|
20
|
-
} & {
|
21
12
|
multiple?: boolean;
|
22
13
|
} & Omit<{
|
23
14
|
onChange?: (propertySetId: GuidValue | GuidValue[]) => any;
|
24
15
|
}, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems"> & {
|
25
16
|
"v-slots"?: {
|
26
17
|
default?: import("vue").Slot;
|
27
|
-
};
|
28
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems">) => {
|
18
|
+
} & {};
|
19
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems" | "emit:change">) => {
|
29
20
|
$: import("vue").ComponentInternalInstance;
|
30
21
|
$data: {};
|
31
22
|
$props: {};
|
@@ -65,28 +56,19 @@ declare const _default: (props: {
|
|
65
56
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
66
57
|
propsDefinition: {
|
67
58
|
preSelectedPropertySetId?: GuidValue | GuidValue[];
|
68
|
-
} & {
|
69
59
|
propertySetItems?: EnterprisePropertySet[];
|
70
|
-
} & {
|
71
60
|
label?: string;
|
72
|
-
} & {
|
73
61
|
hint?: string;
|
74
|
-
} & {
|
75
62
|
persistentHint?: boolean;
|
76
|
-
} & {
|
77
63
|
disabled?: boolean;
|
78
|
-
} & {
|
79
64
|
filled?: boolean;
|
80
|
-
} & {
|
81
65
|
hideDetails?: boolean;
|
82
|
-
} & {
|
83
66
|
requiredWithValidator?: boolean;
|
84
|
-
} & {
|
85
67
|
multiple?: boolean;
|
86
68
|
} & {
|
87
69
|
"v-slots"?: {
|
88
70
|
default?: import("vue").Slot;
|
89
|
-
};
|
71
|
+
} & {};
|
90
72
|
} & {
|
91
73
|
onChange?: (propertySetId: GuidValue | GuidValue[]) => any;
|
92
74
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hint" | "persistentHint" | "hideDetails" | "requiredWithValidator" | "preSelectedPropertySetId" | "propertySetItems">;
|
@@ -12,7 +12,6 @@ export interface IFeatureActivationProps {
|
|
12
12
|
}
|
13
13
|
declare const _default: (props: {
|
14
14
|
appInstanceId?: GuidValue;
|
15
|
-
} & {
|
16
15
|
targetResolverType?: string;
|
17
16
|
} & Omit<{
|
18
17
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
@@ -20,8 +19,8 @@ declare const _default: (props: {
|
|
20
19
|
}, "appInstanceId" | "targetResolverType"> & {
|
21
20
|
"v-slots"?: {
|
22
21
|
default?: import("vue").Slot;
|
23
|
-
};
|
24
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
|
22
|
+
} & {};
|
23
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "emit:handleFeatureAction" | "emit:openConsentUrl">) => {
|
25
24
|
$: import("vue").ComponentInternalInstance;
|
26
25
|
$data: {};
|
27
26
|
$props: {};
|
@@ -61,12 +60,11 @@ declare const _default: (props: {
|
|
61
60
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
62
61
|
propsDefinition: {
|
63
62
|
appInstanceId?: GuidValue;
|
64
|
-
} & {
|
65
63
|
targetResolverType?: string;
|
66
64
|
} & {
|
67
65
|
"v-slots"?: {
|
68
66
|
default?: import("vue").Slot;
|
69
|
-
};
|
67
|
+
} & {};
|
70
68
|
} & {
|
71
69
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
72
70
|
onOpenConsentUrl?: () => any;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
appInstanceId?: GuidValue;
|
4
|
-
} & {
|
5
4
|
targetResolverType?: string;
|
6
5
|
} & Omit<{}, "appInstanceId" | "targetResolverType"> & {
|
7
6
|
"v-slots"?: {
|
8
7
|
default?: import("vue").Slot;
|
9
|
-
};
|
8
|
+
} & {};
|
10
9
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
|
11
10
|
$: import("vue").ComponentInternalInstance;
|
12
11
|
$data: {};
|
@@ -47,12 +46,11 @@ declare const _default: (props: {
|
|
47
46
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
47
|
propsDefinition: {
|
49
48
|
appInstanceId?: GuidValue;
|
50
|
-
} & {
|
51
49
|
targetResolverType?: string;
|
52
50
|
} & {
|
53
51
|
"v-slots"?: {
|
54
52
|
default?: import("vue").Slot;
|
55
|
-
};
|
53
|
+
} & {};
|
56
54
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
|
57
55
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
56
|
[key: string]: any;
|
@@ -1,7 +1,9 @@
|
|
1
|
-
declare const _default: (props:
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
2
4
|
"v-slots"?: {
|
3
5
|
default?: import("vue").Slot;
|
4
|
-
};
|
6
|
+
} & {};
|
5
7
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
6
8
|
$: import("vue").ComponentInternalInstance;
|
7
9
|
$data: {};
|
@@ -40,11 +42,13 @@ declare const _default: (props: Record<string, any> & Omit<{}, string> & {
|
|
40
42
|
$nextTick: typeof import("vue").nextTick;
|
41
43
|
$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;
|
42
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
-
propsDefinition:
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
44
48
|
"v-slots"?: {
|
45
49
|
default?: import("vue").Slot;
|
46
|
-
};
|
47
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
48
52
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
53
|
[key: string]: any;
|
50
54
|
}>;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
declare const _default: (props: Omit<{}, never> & {
|
1
|
+
declare const _default: (props: {} & Omit<{}, never> & {
|
2
2
|
"v-slots"?: {
|
3
3
|
default?: import("vue").Slot;
|
4
|
-
};
|
4
|
+
} & {};
|
5
5
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
7
7
|
$data: {};
|
@@ -40,10 +40,10 @@ declare const _default: (props: Omit<{}, never> & {
|
|
40
40
|
$nextTick: typeof import("vue").nextTick;
|
41
41
|
$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;
|
42
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
-
propsDefinition: {
|
43
|
+
propsDefinition: {} & {
|
44
44
|
"v-slots"?: {
|
45
45
|
default?: import("vue").Slot;
|
46
|
-
};
|
46
|
+
} & {};
|
47
47
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
48
48
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
@@ -1,15 +1,14 @@
|
|
1
1
|
import { GuidValue } from "../../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
appInstanceId?: GuidValue;
|
4
|
-
} & {
|
5
4
|
targetResolverType?: string;
|
6
5
|
} & Omit<{
|
7
6
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
8
7
|
}, "appInstanceId" | "targetResolverType"> & {
|
9
8
|
"v-slots"?: {
|
10
9
|
default?: import("vue").Slot;
|
11
|
-
};
|
12
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">) => {
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "emit:handleFeatureAction">) => {
|
13
12
|
$: import("vue").ComponentInternalInstance;
|
14
13
|
$data: {};
|
15
14
|
$props: {};
|
@@ -49,12 +48,11 @@ declare const _default: (props: {
|
|
49
48
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
49
|
propsDefinition: {
|
51
50
|
appInstanceId?: GuidValue;
|
52
|
-
} & {
|
53
51
|
targetResolverType?: string;
|
54
52
|
} & {
|
55
53
|
"v-slots"?: {
|
56
54
|
default?: import("vue").Slot;
|
57
|
-
};
|
55
|
+
} & {};
|
58
56
|
} & {
|
59
57
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
60
58
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType">;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { GuidValue } from "@omnia/fx-models";
|
2
|
-
declare const _default: (props: Omit<{
|
2
|
+
declare const _default: (props: {} & Omit<{
|
3
3
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
4
4
|
}, never> & {
|
5
5
|
"v-slots"?: {
|
6
6
|
default?: import("vue").Slot;
|
7
|
-
};
|
8
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps,
|
7
|
+
} & {};
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:handleFeatureAction">) => {
|
9
9
|
$: import("vue").ComponentInternalInstance;
|
10
10
|
$data: {};
|
11
11
|
$props: {};
|
@@ -43,10 +43,10 @@ declare const _default: (props: Omit<{
|
|
43
43
|
$nextTick: typeof import("vue").nextTick;
|
44
44
|
$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;
|
45
45
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
-
propsDefinition: {
|
46
|
+
propsDefinition: {} & {
|
47
47
|
"v-slots"?: {
|
48
48
|
default?: import("vue").Slot;
|
49
|
-
};
|
49
|
+
} & {};
|
50
50
|
} & {
|
51
51
|
onHandleFeatureAction?: (action: string, featureId: GuidValue) => any;
|
52
52
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
declare const _default: (props: Omit<{}, never> & {
|
1
|
+
declare const _default: (props: {} & Omit<{}, never> & {
|
2
2
|
"v-slots"?: {
|
3
3
|
default?: import("vue").Slot;
|
4
|
-
};
|
4
|
+
} & {};
|
5
5
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
|
6
6
|
$: import("vue").ComponentInternalInstance;
|
7
7
|
$data: {};
|
@@ -40,10 +40,10 @@ declare const _default: (props: Omit<{}, never> & {
|
|
40
40
|
$nextTick: typeof import("vue").nextTick;
|
41
41
|
$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;
|
42
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
-
propsDefinition: {
|
43
|
+
propsDefinition: {} & {
|
44
44
|
"v-slots"?: {
|
45
45
|
default?: import("vue").Slot;
|
46
|
-
};
|
46
|
+
} & {};
|
47
47
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
48
48
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
49
|
[key: string]: any;
|
@@ -14,7 +14,7 @@ declare const _default: (props: {
|
|
14
14
|
} & Omit<{}, "id"> & {
|
15
15
|
"v-slots"?: {
|
16
16
|
default?: import("vue").Slot;
|
17
|
-
};
|
17
|
+
} & {};
|
18
18
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">) => {
|
19
19
|
$: import("vue").ComponentInternalInstance;
|
20
20
|
$data: {};
|
@@ -58,7 +58,7 @@ declare const _default: (props: {
|
|
58
58
|
} & {
|
59
59
|
"v-slots"?: {
|
60
60
|
default?: import("vue").Slot;
|
61
|
-
};
|
61
|
+
} & {};
|
62
62
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "id">;
|
63
63
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
64
|
[key: string]: any;
|
@@ -1,20 +1,18 @@
|
|
1
|
-
import { DefineSlot } from "@omnia/fx/ux";
|
2
1
|
import { VNodeChild } from "vue";
|
3
2
|
declare const _default: (props: {
|
4
3
|
"v-model"?: Object;
|
5
|
-
} & {
|
6
4
|
"onUpdate:modelValue"?: (value: Object) => void;
|
7
|
-
} & {
|
8
5
|
modelValue?: Object;
|
9
|
-
} & {
|
10
6
|
readOnly?: boolean;
|
11
7
|
} & Omit<{
|
12
8
|
"onClick:import"?: (data: any) => any;
|
13
9
|
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly"> & {
|
14
10
|
"v-slots"?: {
|
15
11
|
default?: import("vue").Slot;
|
16
|
-
} &
|
17
|
-
|
12
|
+
} & {
|
13
|
+
activator?: () => VNodeChild;
|
14
|
+
};
|
15
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly" | "emit:click:import" | "slot:activator">) => {
|
18
16
|
$: import("vue").ComponentInternalInstance;
|
19
17
|
$data: {};
|
20
18
|
$props: {};
|
@@ -54,16 +52,15 @@ declare const _default: (props: {
|
|
54
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
55
53
|
propsDefinition: {
|
56
54
|
"v-model"?: Object;
|
57
|
-
} & {
|
58
55
|
"onUpdate:modelValue"?: (value: Object) => void;
|
59
|
-
} & {
|
60
56
|
modelValue?: Object;
|
61
|
-
} & {
|
62
57
|
readOnly?: boolean;
|
63
58
|
} & {
|
64
59
|
"v-slots"?: {
|
65
60
|
default?: import("vue").Slot;
|
66
|
-
} &
|
61
|
+
} & {
|
62
|
+
activator?: () => VNodeChild;
|
63
|
+
};
|
67
64
|
} & {
|
68
65
|
"onClick:import"?: (data: any) => any;
|
69
66
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -7,6 +7,16 @@ declare const _default: {
|
|
7
7
|
getApi: {
|
8
8
|
type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
|
9
9
|
};
|
10
|
+
toned: {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<boolean>;
|
14
|
+
};
|
15
|
+
filled: {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
} & {
|
18
|
+
type: import("vue").PropType<boolean>;
|
19
|
+
};
|
10
20
|
colorSchemaType?: any;
|
11
21
|
container?: any;
|
12
22
|
colors?: any;
|
@@ -21,6 +31,16 @@ declare const _default: {
|
|
21
31
|
getApi: {
|
22
32
|
type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
|
23
33
|
};
|
34
|
+
toned: {
|
35
|
+
type: import("vue").PropType<boolean>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<boolean>;
|
38
|
+
};
|
39
|
+
filled: {
|
40
|
+
type: import("vue").PropType<boolean>;
|
41
|
+
} & {
|
42
|
+
type: import("vue").PropType<boolean>;
|
43
|
+
};
|
24
44
|
colorSchemaType?: any;
|
25
45
|
container?: any;
|
26
46
|
colors?: any;
|
@@ -46,6 +66,16 @@ declare const _default: {
|
|
46
66
|
getApi: {
|
47
67
|
type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
|
48
68
|
};
|
69
|
+
toned: {
|
70
|
+
type: import("vue").PropType<boolean>;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
};
|
74
|
+
filled: {
|
75
|
+
type: import("vue").PropType<boolean>;
|
76
|
+
} & {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
};
|
49
79
|
colorSchemaType?: any;
|
50
80
|
container?: any;
|
51
81
|
colors?: any;
|
@@ -68,6 +98,16 @@ declare const _default: {
|
|
68
98
|
getApi: {
|
69
99
|
type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
|
70
100
|
};
|
101
|
+
toned: {
|
102
|
+
type: import("vue").PropType<boolean>;
|
103
|
+
} & {
|
104
|
+
type: import("vue").PropType<boolean>;
|
105
|
+
};
|
106
|
+
filled: {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
} & {
|
109
|
+
type: import("vue").PropType<boolean>;
|
110
|
+
};
|
71
111
|
colorSchemaType?: any;
|
72
112
|
container?: any;
|
73
113
|
colors?: any;
|
@@ -86,6 +126,8 @@ declare const _default: {
|
|
86
126
|
colors?: any;
|
87
127
|
} & {
|
88
128
|
class?: String | String[];
|
129
|
+
filled?: boolean;
|
130
|
+
toned?: boolean;
|
89
131
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
90
132
|
"get-api"?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
91
133
|
}>, never>;
|
@@ -5,13 +5,9 @@ export interface ThumbnailMetadata {
|
|
5
5
|
}
|
6
6
|
declare const _default: (props: {
|
7
7
|
"v-model:activeIndex"?: number;
|
8
|
-
} & {
|
9
8
|
"onUpdate:activeIndex"?: (value: number) => void;
|
10
|
-
} & {
|
11
9
|
activeIndex?: number;
|
12
|
-
} & {
|
13
10
|
media: MediaPickerMedia[];
|
14
|
-
} & {
|
15
11
|
galleryPanelStore: {
|
16
12
|
state: {};
|
17
13
|
events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -100,7 +96,7 @@ declare const _default: (props: {
|
|
100
96
|
} & Omit<{}, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore"> & {
|
101
97
|
"v-slots"?: {
|
102
98
|
default?: import("vue").Slot;
|
103
|
-
};
|
99
|
+
} & {};
|
104
100
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore">) => {
|
105
101
|
$: import("vue").ComponentInternalInstance;
|
106
102
|
$data: {};
|
@@ -141,13 +137,9 @@ declare const _default: (props: {
|
|
141
137
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
142
138
|
propsDefinition: {
|
143
139
|
"v-model:activeIndex"?: number;
|
144
|
-
} & {
|
145
140
|
"onUpdate:activeIndex"?: (value: number) => void;
|
146
|
-
} & {
|
147
141
|
activeIndex?: number;
|
148
|
-
} & {
|
149
142
|
media: MediaPickerMedia[];
|
150
|
-
} & {
|
151
143
|
galleryPanelStore: {
|
152
144
|
state: {};
|
153
145
|
events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -236,7 +228,7 @@ declare const _default: (props: {
|
|
236
228
|
} & {
|
237
229
|
"v-slots"?: {
|
238
230
|
default?: import("vue").Slot;
|
239
|
-
};
|
231
|
+
} & {};
|
240
232
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "galleryPanelStore">;
|
241
233
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
242
234
|
[key: string]: any;
|