@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
package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts
CHANGED
@@ -1,21 +1,17 @@
|
|
1
1
|
import { MediaPickerMedia } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model:activeIndex"?: number;
|
4
|
-
} & {
|
5
4
|
"onUpdate:activeIndex"?: (value: number) => void;
|
6
|
-
} & {
|
7
5
|
activeIndex?: number;
|
8
|
-
} & {
|
9
6
|
media?: MediaPickerMedia[];
|
10
|
-
} & {
|
11
7
|
showThumbnail?: boolean;
|
12
8
|
} & Omit<{
|
13
9
|
onClose?: () => any;
|
14
10
|
}, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail"> & {
|
15
11
|
"v-slots"?: {
|
16
12
|
default?: import("vue").Slot;
|
17
|
-
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail">) => {
|
13
|
+
} & {};
|
14
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail" | "emit:close">) => {
|
19
15
|
$: import("vue").ComponentInternalInstance;
|
20
16
|
$data: {};
|
21
17
|
$props: {};
|
@@ -55,18 +51,14 @@ declare const _default: (props: {
|
|
55
51
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
52
|
propsDefinition: {
|
57
53
|
"v-model:activeIndex"?: number;
|
58
|
-
} & {
|
59
54
|
"onUpdate:activeIndex"?: (value: number) => void;
|
60
|
-
} & {
|
61
55
|
activeIndex?: number;
|
62
|
-
} & {
|
63
56
|
media?: MediaPickerMedia[];
|
64
|
-
} & {
|
65
57
|
showThumbnail?: boolean;
|
66
58
|
} & {
|
67
59
|
"v-slots"?: {
|
68
60
|
default?: import("vue").Slot;
|
69
|
-
};
|
61
|
+
} & {};
|
70
62
|
} & {
|
71
63
|
onClose?: () => any;
|
72
64
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "activeIndex" | "v-model:activeIndex" | "onUpdate:activeIndex" | "showThumbnail">;
|
@@ -1,25 +1,19 @@
|
|
1
1
|
import { MediaPickerMedia } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model:media"?: MediaPickerMedia[];
|
4
|
-
} & {
|
5
4
|
"onUpdate:media"?: (value: MediaPickerMedia[]) => void;
|
6
|
-
} & {
|
7
5
|
media?: MediaPickerMedia[];
|
8
|
-
} & {
|
9
6
|
mediaClass?: string;
|
10
|
-
} & {
|
11
7
|
roundBorder?: boolean;
|
12
|
-
} & {
|
13
8
|
mediaJson?: string;
|
14
|
-
} & {
|
15
9
|
displayNumber?: number;
|
16
10
|
} & Omit<{
|
17
11
|
onClickMedia?: (index: number) => any;
|
18
12
|
}, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber"> & {
|
19
13
|
"v-slots"?: {
|
20
14
|
default?: import("vue").Slot;
|
21
|
-
};
|
22
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber">) => {
|
15
|
+
} & {};
|
16
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber" | "emit:clickMedia">) => {
|
23
17
|
$: import("vue").ComponentInternalInstance;
|
24
18
|
$data: {};
|
25
19
|
$props: {};
|
@@ -59,22 +53,16 @@ declare const _default: (props: {
|
|
59
53
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
60
54
|
propsDefinition: {
|
61
55
|
"v-model:media"?: MediaPickerMedia[];
|
62
|
-
} & {
|
63
56
|
"onUpdate:media"?: (value: MediaPickerMedia[]) => void;
|
64
|
-
} & {
|
65
57
|
media?: MediaPickerMedia[];
|
66
|
-
} & {
|
67
58
|
mediaClass?: string;
|
68
|
-
} & {
|
69
59
|
roundBorder?: boolean;
|
70
|
-
} & {
|
71
60
|
mediaJson?: string;
|
72
|
-
} & {
|
73
61
|
displayNumber?: number;
|
74
62
|
} & {
|
75
63
|
"v-slots"?: {
|
76
64
|
default?: import("vue").Slot;
|
77
|
-
};
|
65
|
+
} & {};
|
78
66
|
} & {
|
79
67
|
onClickMedia?: (index: number) => any;
|
80
68
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "v-model:media" | "onUpdate:media" | "mediaClass" | "roundBorder" | "mediaJson" | "displayNumber">;
|
@@ -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,10 +1,11 @@
|
|
1
|
-
import { DefineEmit } from "@omnia/fx/ux";
|
2
1
|
import { FlexDirection } from "@omnia/fx-models";
|
3
|
-
declare const _default: (props:
|
2
|
+
declare const _default: (props: {} & Omit<{
|
3
|
+
onOnClick?: () => any;
|
4
|
+
}, never> & {
|
4
5
|
"v-slots"?: {
|
5
6
|
default?: import("vue").Slot;
|
6
|
-
};
|
7
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "onClick">) => {
|
7
|
+
} & {};
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:onClick">) => {
|
8
9
|
$: import("vue").ComponentInternalInstance;
|
9
10
|
$data: {};
|
10
11
|
$props: {};
|
@@ -42,11 +43,13 @@ declare const _default: (props: DefineEmit<"onClick", () => void> & Omit<{}, "on
|
|
42
43
|
$nextTick: typeof import("vue").nextTick;
|
43
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;
|
44
45
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition:
|
46
|
+
propsDefinition: {} & {
|
46
47
|
"v-slots"?: {
|
47
48
|
default?: import("vue").Slot;
|
48
|
-
};
|
49
|
-
} & {
|
49
|
+
} & {};
|
50
|
+
} & {
|
51
|
+
onOnClick?: () => any;
|
52
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
|
50
53
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
51
54
|
[key: string]: any;
|
52
55
|
}>;
|
@@ -3,7 +3,7 @@ declare const _default: (props: {
|
|
3
3
|
} & Omit<{}, "height"> & {
|
4
4
|
"v-slots"?: {
|
5
5
|
default?: import("vue").Slot;
|
6
|
-
};
|
6
|
+
} & {};
|
7
7
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height">) => {
|
8
8
|
$: import("vue").ComponentInternalInstance;
|
9
9
|
$data: {};
|
@@ -47,7 +47,7 @@ declare const _default: (props: {
|
|
47
47
|
} & {
|
48
48
|
"v-slots"?: {
|
49
49
|
default?: import("vue").Slot;
|
50
|
-
};
|
50
|
+
} & {};
|
51
51
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height">;
|
52
52
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
53
|
[key: string]: any;
|
@@ -4,7 +4,7 @@ declare const _default: (props: {
|
|
4
4
|
} & Omit<{}, "media"> & {
|
5
5
|
"v-slots"?: {
|
6
6
|
default?: import("vue").Slot;
|
7
|
-
};
|
7
|
+
} & {};
|
8
8
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media">) => {
|
9
9
|
$: import("vue").ComponentInternalInstance;
|
10
10
|
$data: {};
|
@@ -48,7 +48,7 @@ declare const _default: (props: {
|
|
48
48
|
} & {
|
49
49
|
"v-slots"?: {
|
50
50
|
default?: import("vue").Slot;
|
51
|
-
};
|
51
|
+
} & {};
|
52
52
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media">;
|
53
53
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
54
|
[key: string]: any;
|
@@ -2,12 +2,11 @@ import { PhotoWallMediaWithId } from "@omnia/fx-models";
|
|
2
2
|
import "./RowPhotos.css";
|
3
3
|
declare const _default: (props: {
|
4
4
|
photos?: PhotoWallMediaWithId[];
|
5
|
-
} & {
|
6
5
|
height?: string;
|
7
6
|
} & Omit<{}, "height" | "photos"> & {
|
8
7
|
"v-slots"?: {
|
9
8
|
default?: import("vue").Slot;
|
10
|
-
};
|
9
|
+
} & {};
|
11
10
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "photos">) => {
|
12
11
|
$: import("vue").ComponentInternalInstance;
|
13
12
|
$data: {};
|
@@ -48,12 +47,11 @@ declare const _default: (props: {
|
|
48
47
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
48
|
propsDefinition: {
|
50
49
|
photos?: PhotoWallMediaWithId[];
|
51
|
-
} & {
|
52
50
|
height?: string;
|
53
51
|
} & {
|
54
52
|
"v-slots"?: {
|
55
53
|
default?: import("vue").Slot;
|
56
|
-
};
|
54
|
+
} & {};
|
57
55
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "photos">;
|
58
56
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
57
|
[key: string]: any;
|
@@ -1,16 +1,13 @@
|
|
1
1
|
import { MediaPickerMedia } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
media?: MediaPickerMedia[];
|
4
|
-
} & {
|
5
4
|
mediaData?: string;
|
6
|
-
} & {
|
7
5
|
imageStyle?: string;
|
8
|
-
} & {
|
9
6
|
disableDialog?: boolean;
|
10
7
|
} & Omit<{}, "media" | "imageStyle" | "disableDialog" | "mediaData"> & {
|
11
8
|
"v-slots"?: {
|
12
9
|
default?: import("vue").Slot;
|
13
|
-
};
|
10
|
+
} & {};
|
14
11
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "imageStyle" | "disableDialog" | "mediaData">) => {
|
15
12
|
$: import("vue").ComponentInternalInstance;
|
16
13
|
$data: {};
|
@@ -51,16 +48,13 @@ declare const _default: (props: {
|
|
51
48
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
49
|
propsDefinition: {
|
53
50
|
media?: MediaPickerMedia[];
|
54
|
-
} & {
|
55
51
|
mediaData?: string;
|
56
|
-
} & {
|
57
52
|
imageStyle?: string;
|
58
|
-
} & {
|
59
53
|
disableDialog?: boolean;
|
60
54
|
} & {
|
61
55
|
"v-slots"?: {
|
62
56
|
default?: import("vue").Slot;
|
63
|
-
};
|
57
|
+
} & {};
|
64
58
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "imageStyle" | "disableDialog" | "mediaData">;
|
65
59
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
60
|
[key: string]: any;
|
@@ -1,24 +1,17 @@
|
|
1
1
|
import { MediaPickerVideo } from "../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
videodata?: string;
|
4
|
-
} & {
|
5
4
|
videoStyle?: string | object | object[];
|
6
|
-
} & {
|
7
5
|
"v-model:video"?: MediaPickerVideo;
|
8
|
-
} & {
|
9
6
|
"onUpdate:video"?: (value: MediaPickerVideo) => void;
|
10
|
-
} & {
|
11
7
|
video?: MediaPickerVideo;
|
12
|
-
} & {
|
13
8
|
containerClass?: string;
|
14
|
-
} & {
|
15
9
|
thumbnailOnly?: boolean;
|
16
|
-
} & {
|
17
10
|
showCaption?: boolean;
|
18
11
|
} & Omit<{}, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly"> & {
|
19
12
|
"v-slots"?: {
|
20
13
|
default?: import("vue").Slot;
|
21
|
-
};
|
14
|
+
} & {};
|
22
15
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">) => {
|
23
16
|
$: import("vue").ComponentInternalInstance;
|
24
17
|
$data: {};
|
@@ -59,24 +52,17 @@ declare const _default: (props: {
|
|
59
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
60
53
|
propsDefinition: {
|
61
54
|
videodata?: string;
|
62
|
-
} & {
|
63
55
|
videoStyle?: string | object | object[];
|
64
|
-
} & {
|
65
56
|
"v-model:video"?: MediaPickerVideo;
|
66
|
-
} & {
|
67
57
|
"onUpdate:video"?: (value: MediaPickerVideo) => void;
|
68
|
-
} & {
|
69
58
|
video?: MediaPickerVideo;
|
70
|
-
} & {
|
71
59
|
containerClass?: string;
|
72
|
-
} & {
|
73
60
|
thumbnailOnly?: boolean;
|
74
|
-
} & {
|
75
61
|
showCaption?: boolean;
|
76
62
|
} & {
|
77
63
|
"v-slots"?: {
|
78
64
|
default?: import("vue").Slot;
|
79
|
-
};
|
65
|
+
} & {};
|
80
66
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">;
|
81
67
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
82
68
|
[key: string]: any;
|
@@ -1,31 +1,18 @@
|
|
1
1
|
import { MultiTextInputItem, ValidationRule } from "../models";
|
2
2
|
declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
3
3
|
"v-model"?: MultiTextInputItem<T1>;
|
4
|
-
} & {
|
5
4
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
|
6
|
-
} & {
|
7
5
|
modelValue?: MultiTextInputItem<T1>;
|
8
|
-
} & {
|
9
6
|
mode?: "textarea" | "textfield";
|
10
|
-
} & {
|
11
7
|
label?: string;
|
12
|
-
} & {
|
13
8
|
disabled?: boolean;
|
14
|
-
} & {
|
15
9
|
items?: MultiTextInputItem<T2>[];
|
16
|
-
} & {
|
17
10
|
itemValue?: string;
|
18
|
-
} & {
|
19
11
|
defaultValueItem?: MultiTextInputItem<T2>;
|
20
|
-
} & {
|
21
12
|
autofocus?: boolean;
|
22
|
-
} & {
|
23
13
|
hideEditGrid?: boolean;
|
24
|
-
} & {
|
25
14
|
rules?: ValidationRule[];
|
26
|
-
} & {
|
27
15
|
selectionVisible?: boolean;
|
28
|
-
} & {
|
29
16
|
isAppendIcon?: boolean;
|
30
17
|
} & Omit<{
|
31
18
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
|
@@ -33,8 +20,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
|
33
20
|
}, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon"> & {
|
34
21
|
"v-slots"?: {
|
35
22
|
default?: import("vue").Slot;
|
36
|
-
};
|
37
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon">) => {
|
23
|
+
} & {};
|
24
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "emit:update:modelValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem">) => {
|
38
25
|
$: import("vue").ComponentInternalInstance;
|
39
26
|
$data: {};
|
40
27
|
$props: {};
|
@@ -74,36 +61,23 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
|
74
61
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
75
62
|
propsDefinition: {
|
76
63
|
"v-model"?: MultiTextInputItem<T1>;
|
77
|
-
} & {
|
78
64
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
|
79
|
-
} & {
|
80
65
|
modelValue?: MultiTextInputItem<T1>;
|
81
|
-
} & {
|
82
66
|
mode?: "textarea" | "textfield";
|
83
|
-
} & {
|
84
67
|
label?: string;
|
85
|
-
} & {
|
86
68
|
disabled?: boolean;
|
87
|
-
} & {
|
88
69
|
items?: MultiTextInputItem<T2>[];
|
89
|
-
} & {
|
90
70
|
itemValue?: string;
|
91
|
-
} & {
|
92
71
|
defaultValueItem?: MultiTextInputItem<T2>;
|
93
|
-
} & {
|
94
72
|
autofocus?: boolean;
|
95
|
-
} & {
|
96
73
|
hideEditGrid?: boolean;
|
97
|
-
} & {
|
98
74
|
rules?: ValidationRule[];
|
99
|
-
} & {
|
100
75
|
selectionVisible?: boolean;
|
101
|
-
} & {
|
102
76
|
isAppendIcon?: boolean;
|
103
77
|
} & {
|
104
78
|
"v-slots"?: {
|
105
79
|
default?: import("vue").Slot;
|
106
|
-
};
|
80
|
+
} & {};
|
107
81
|
} & {
|
108
82
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
|
109
83
|
onSelectItem?: (item: MultiTextInputItem<T2>, index: number) => any;
|
@@ -1,17 +1,15 @@
|
|
1
1
|
import { OrgTree, OrgTreeComponentSettings } from "../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: OrgTreeComponentSettings;
|
4
|
-
} & {
|
5
4
|
"onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
|
6
|
-
} & {
|
7
5
|
modelValue?: OrgTreeComponentSettings;
|
8
6
|
} & Omit<{
|
9
7
|
onNewUserSelected?: (tree: OrgTree) => any;
|
10
8
|
}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
11
9
|
"v-slots"?: {
|
12
10
|
default?: import("vue").Slot;
|
13
|
-
};
|
14
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
11
|
+
} & {};
|
12
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "emit:newUserSelected">) => {
|
15
13
|
$: import("vue").ComponentInternalInstance;
|
16
14
|
$data: {};
|
17
15
|
$props: {};
|
@@ -51,14 +49,12 @@ declare const _default: (props: {
|
|
51
49
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
50
|
propsDefinition: {
|
53
51
|
"v-model"?: OrgTreeComponentSettings;
|
54
|
-
} & {
|
55
52
|
"onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
|
56
|
-
} & {
|
57
53
|
modelValue?: OrgTreeComponentSettings;
|
58
54
|
} & {
|
59
55
|
"v-slots"?: {
|
60
56
|
default?: import("vue").Slot;
|
61
|
-
};
|
57
|
+
} & {};
|
62
58
|
} & {
|
63
59
|
onNewUserSelected?: (tree: OrgTree) => any;
|
64
60
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
@@ -1,15 +1,14 @@
|
|
1
1
|
import { OrgTreeUser } from "../../../models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
users?: OrgTreeUser[];
|
4
|
-
} & {
|
5
4
|
manager?: OrgTreeUser;
|
6
5
|
} & Omit<{
|
7
6
|
onUserClick?: (user: OrgTreeUser) => any;
|
8
7
|
}, "users" | "manager"> & {
|
9
8
|
"v-slots"?: {
|
10
9
|
default?: import("vue").Slot;
|
11
|
-
};
|
12
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "users" | "manager">) => {
|
10
|
+
} & {};
|
11
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:userClick" | "users" | "manager">) => {
|
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
|
users?: OrgTreeUser[];
|
52
|
-
} & {
|
53
51
|
manager?: OrgTreeUser;
|
54
52
|
} & {
|
55
53
|
"v-slots"?: {
|
56
54
|
default?: import("vue").Slot;
|
57
|
-
};
|
55
|
+
} & {};
|
58
56
|
} & {
|
59
57
|
onUserClick?: (user: OrgTreeUser) => any;
|
60
58
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "users" | "manager">;
|
@@ -1,9 +1,7 @@
|
|
1
|
-
import { DataTableHeader,
|
1
|
+
import { DataTableHeader, IDataTableRowRenderer, SortItem } from "@omnia/fx/ux";
|
2
2
|
declare const _default: <T extends unknown>(props: {
|
3
3
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4
|
-
} & {
|
5
4
|
container?: boolean;
|
6
|
-
} & {
|
7
5
|
colors?: {
|
8
6
|
state: {
|
9
7
|
base: import("@omnia/fx-models").ColorDefinition;
|
@@ -5227,46 +5225,31 @@ declare const _default: <T extends unknown>(props: {
|
|
5227
5225
|
};
|
5228
5226
|
deactivated(): void;
|
5229
5227
|
};
|
5230
|
-
} & {
|
5231
5228
|
"v-model:expanded"?: string[];
|
5232
|
-
} & {
|
5233
5229
|
"onUpdate:expanded"?: (value: string[]) => void;
|
5234
|
-
} & {
|
5235
5230
|
expanded?: string[];
|
5236
|
-
} & {
|
5237
5231
|
"v-model:sortBy"?: SortItem[];
|
5238
|
-
} & {
|
5239
5232
|
"onUpdate:sortBy"?: (value: SortItem[]) => void;
|
5240
|
-
} & {
|
5241
5233
|
sortBy?: SortItem[];
|
5242
|
-
} & {
|
5243
5234
|
mustSort?: boolean;
|
5244
|
-
} & {
|
5245
5235
|
height?: string | number;
|
5246
|
-
} & {
|
5247
5236
|
noDataText?: string;
|
5248
|
-
} & {
|
5249
|
-
clickable?: boolean;
|
5250
|
-
} & {
|
5251
5237
|
loading?: boolean;
|
5252
|
-
} & {
|
5253
5238
|
hover?: boolean;
|
5254
|
-
} & {
|
5255
5239
|
showExpand?: boolean;
|
5256
|
-
} & {
|
5257
5240
|
itemsPerPage?: number;
|
5258
|
-
} & {
|
5259
5241
|
headers?: DataTableHeader[];
|
5260
|
-
} & {
|
5261
5242
|
items?: T[];
|
5262
5243
|
} & Omit<{
|
5263
5244
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
5264
5245
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
5265
|
-
}, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"
|
5246
|
+
}, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"> & {
|
5266
5247
|
"v-slots"?: {
|
5267
5248
|
default?: import("vue").Slot;
|
5268
|
-
} &
|
5269
|
-
|
5249
|
+
} & {
|
5250
|
+
item?: (row: IDataTableRowRenderer<T>) => void;
|
5251
|
+
};
|
5252
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded">) => {
|
5270
5253
|
$: import("vue").ComponentInternalInstance;
|
5271
5254
|
$data: {};
|
5272
5255
|
$props: {};
|
@@ -5306,9 +5289,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5306
5289
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
5307
5290
|
propsDefinition: {
|
5308
5291
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5309
|
-
} & {
|
5310
5292
|
container?: boolean;
|
5311
|
-
} & {
|
5312
5293
|
colors?: {
|
5313
5294
|
state: {
|
5314
5295
|
base: import("@omnia/fx-models").ColorDefinition;
|
@@ -10532,46 +10513,31 @@ declare const _default: <T extends unknown>(props: {
|
|
10532
10513
|
};
|
10533
10514
|
deactivated(): void;
|
10534
10515
|
};
|
10535
|
-
} & {
|
10536
10516
|
"v-model:expanded"?: string[];
|
10537
|
-
} & {
|
10538
10517
|
"onUpdate:expanded"?: (value: string[]) => void;
|
10539
|
-
} & {
|
10540
10518
|
expanded?: string[];
|
10541
|
-
} & {
|
10542
10519
|
"v-model:sortBy"?: SortItem[];
|
10543
|
-
} & {
|
10544
10520
|
"onUpdate:sortBy"?: (value: SortItem[]) => void;
|
10545
|
-
} & {
|
10546
10521
|
sortBy?: SortItem[];
|
10547
|
-
} & {
|
10548
10522
|
mustSort?: boolean;
|
10549
|
-
} & {
|
10550
10523
|
height?: string | number;
|
10551
|
-
} & {
|
10552
10524
|
noDataText?: string;
|
10553
|
-
} & {
|
10554
|
-
clickable?: boolean;
|
10555
|
-
} & {
|
10556
10525
|
loading?: boolean;
|
10557
|
-
} & {
|
10558
10526
|
hover?: boolean;
|
10559
|
-
} & {
|
10560
10527
|
showExpand?: boolean;
|
10561
|
-
} & {
|
10562
10528
|
itemsPerPage?: number;
|
10563
|
-
} & {
|
10564
10529
|
headers?: DataTableHeader[];
|
10565
|
-
} & {
|
10566
10530
|
items?: T[];
|
10567
10531
|
} & {
|
10568
10532
|
"v-slots"?: {
|
10569
10533
|
default?: import("vue").Slot;
|
10570
|
-
} &
|
10534
|
+
} & {
|
10535
|
+
item?: (row: IDataTableRowRenderer<T>) => void;
|
10536
|
+
};
|
10571
10537
|
} & {
|
10572
10538
|
"onUpdate:sortBy"?: (item: SortItem[]) => any;
|
10573
10539
|
"onUpdate:expanded"?: (expanded: string[]) => any;
|
10574
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"
|
10540
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy">;
|
10575
10541
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
10576
10542
|
[key: string]: any;
|
10577
10543
|
}>;
|
@@ -962,13 +962,13 @@ declare const _default: {
|
|
962
962
|
"show-expand"?: boolean;
|
963
963
|
"v-model:expanded"?: string[];
|
964
964
|
"v-model:sortBy"?: SortItem[];
|
965
|
-
clickable?: boolean;
|
966
965
|
"show-select"?: boolean;
|
967
966
|
"must-sort"?: boolean;
|
968
967
|
"v-model:page"?: number;
|
969
968
|
itemsLength?: number;
|
970
969
|
"items-length"?: number;
|
971
970
|
"item-selectable"?: SelectItemKey;
|
971
|
+
clickable?: boolean;
|
972
972
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:sortBy" | "onUpdate:page" | "onUpdate:options"> & {
|
973
973
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
974
974
|
onDoc$?: (description?: string) => any;
|