@farris/ui-vue 1.7.0 → 1.7.1
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/components/dynamic-form/index.css +1 -0
- package/components/dynamic-form/index.esm.js +1764 -623
- package/components/dynamic-form/index.umd.cjs +1 -1
- package/components/dynamic-view/index.esm.js +125 -125
- package/components/dynamic-view/index.umd.cjs +1 -1
- package/designer/avatar/index.esm.js +1333 -100
- package/designer/avatar/index.umd.cjs +1 -1
- package/designer/data-grid/index.esm.js +2418 -2418
- package/designer/data-grid/index.umd.cjs +3 -3
- package/designer/dynamic-form/index.esm.js +31 -31
- package/designer/dynamic-form/index.umd.cjs +1 -1
- package/designer/farris-designer.all.esm.js +122 -122
- package/designer/farris-designer.all.umd.cjs +5 -5
- package/farris.all.esm.js +25978 -25961
- package/farris.all.umd.cjs +28 -28
- package/package.json +1 -1
- package/types/avatar/src/property-config/avatar.property-config.d.ts +1 -1
- package/types/dynamic-form/index.d.ts +5 -0
- package/types/dynamic-view/src/components/maps.d.ts +96 -120
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputBaseProperty } from
|
|
1
|
+
import { InputBaseProperty } from "../../../property-panel/src/composition/entity/input-base-property";
|
|
2
2
|
export declare class AvatarProperty extends InputBaseProperty {
|
|
3
3
|
constructor(componentId: string, designerHostService: any);
|
|
4
4
|
getEditorProperties(propertyData: any): {
|
|
@@ -11,6 +11,11 @@ export * from './src/component/dynamic-form-group/dynamic-form-group.props';
|
|
|
11
11
|
export * from './src/component/dynamic-form-input/dynamic-form-input.props';
|
|
12
12
|
export * from './src/designer/response-form-use-designer-rules';
|
|
13
13
|
export * from './src/composition/use-type-resolver';
|
|
14
|
+
export * from './src/designer/response-form-use-designer-rules';
|
|
15
|
+
export declare const formPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
16
|
+
export declare const formGroupPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
17
|
+
export declare const editorResolver: import('../dynamic-resolver').EditorResolver;
|
|
18
|
+
export declare const formInputPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
|
|
14
19
|
export { FResponseForm, FDynamicFormLabel, FDynamicFormInput, FFormControl, FDynamicFormGroup };
|
|
15
20
|
declare const _default: {
|
|
16
21
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
@@ -3,54 +3,6 @@ declare const componentMap: Record<string, any>;
|
|
|
3
3
|
declare const componentPropsConverter: Record<string, any>;
|
|
4
4
|
declare const resolverMap: Record<string, any>;
|
|
5
5
|
declare const componentsForRegister: (({
|
|
6
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
7
|
-
[x: string]: any;
|
|
8
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
9
|
-
[x: string]: any;
|
|
10
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
|
-
P: {};
|
|
12
|
-
B: {};
|
|
13
|
-
D: {};
|
|
14
|
-
C: {};
|
|
15
|
-
M: {};
|
|
16
|
-
Defaults: {};
|
|
17
|
-
}, Readonly<{
|
|
18
|
-
[x: string]: any;
|
|
19
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
20
|
-
[x: string]: any;
|
|
21
|
-
}>;
|
|
22
|
-
__isFragment?: undefined;
|
|
23
|
-
__isTeleport?: undefined;
|
|
24
|
-
__isSuspense?: undefined;
|
|
25
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
26
|
-
[x: string]: any;
|
|
27
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
28
|
-
[x: string]: any;
|
|
29
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin<any[]>) | ({
|
|
30
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
31
|
-
[x: string]: any;
|
|
32
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
33
|
-
[x: string]: any;
|
|
34
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
35
|
-
P: {};
|
|
36
|
-
B: {};
|
|
37
|
-
D: {};
|
|
38
|
-
C: {};
|
|
39
|
-
M: {};
|
|
40
|
-
Defaults: {};
|
|
41
|
-
}, Readonly<{
|
|
42
|
-
[x: string]: any;
|
|
43
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
44
|
-
[x: string]: any;
|
|
45
|
-
}>;
|
|
46
|
-
__isFragment?: undefined;
|
|
47
|
-
__isTeleport?: undefined;
|
|
48
|
-
__isSuspense?: undefined;
|
|
49
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
50
|
-
[x: string]: any;
|
|
51
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
52
|
-
[x: string]: any;
|
|
53
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
54
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
55
7
|
[x: string]: any;
|
|
56
8
|
}> & Readonly<{
|
|
@@ -134,6 +86,54 @@ declare const componentsForRegister: (({
|
|
|
134
86
|
onViewChange?: ((...args: any[]) => any) | undefined;
|
|
135
87
|
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dayClick" | "dateChange" | "eventClick" | "moreClick" | "viewChange")[], "dayClick" | "dateChange" | "eventClick" | "moreClick" | "viewChange", {
|
|
136
88
|
[x: string]: any;
|
|
89
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
90
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
91
|
+
[x: string]: any;
|
|
92
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], import("vue").PublicProps, {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
95
|
+
P: {};
|
|
96
|
+
B: {};
|
|
97
|
+
D: {};
|
|
98
|
+
C: {};
|
|
99
|
+
M: {};
|
|
100
|
+
Defaults: {};
|
|
101
|
+
}, Readonly<{
|
|
102
|
+
[x: string]: any;
|
|
103
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
104
|
+
[x: string]: any;
|
|
105
|
+
}>;
|
|
106
|
+
__isFragment?: undefined;
|
|
107
|
+
__isTeleport?: undefined;
|
|
108
|
+
__isSuspense?: undefined;
|
|
109
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
110
|
+
[x: string]: any;
|
|
111
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
112
|
+
[x: string]: any;
|
|
113
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin<any[]>) | ({
|
|
114
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], import("vue").PublicProps, {
|
|
117
|
+
[x: string]: any;
|
|
118
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
119
|
+
P: {};
|
|
120
|
+
B: {};
|
|
121
|
+
D: {};
|
|
122
|
+
C: {};
|
|
123
|
+
M: {};
|
|
124
|
+
Defaults: {};
|
|
125
|
+
}, Readonly<{
|
|
126
|
+
[x: string]: any;
|
|
127
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
128
|
+
[x: string]: any;
|
|
129
|
+
}>;
|
|
130
|
+
__isFragment?: undefined;
|
|
131
|
+
__isTeleport?: undefined;
|
|
132
|
+
__isSuspense?: undefined;
|
|
133
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
134
|
+
[x: string]: any;
|
|
135
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
136
|
+
[x: string]: any;
|
|
137
137
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
138
138
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
139
139
|
id: {
|
|
@@ -673,6 +673,54 @@ declare const componentsForRegister: (({
|
|
|
673
673
|
register(componentMap: Record<string, any>, propsResolverMap: Record<string, any>, configResolverMap: Record<string, any>, resolverMap: Record<string, any>, registerContext: RegisterContext): void;
|
|
674
674
|
registerDesigner(componentMap: Record<string, any>, propsResolverMap: Record<string, any>, configResolverMap: Record<string, any>, registerContext: RegisterContext): void;
|
|
675
675
|
} | ({
|
|
676
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
677
|
+
[x: string]: any;
|
|
678
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
679
|
+
[x: string]: any;
|
|
680
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
681
|
+
P: {};
|
|
682
|
+
B: {};
|
|
683
|
+
D: {};
|
|
684
|
+
C: {};
|
|
685
|
+
M: {};
|
|
686
|
+
Defaults: {};
|
|
687
|
+
}, Readonly<{
|
|
688
|
+
[x: string]: any;
|
|
689
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
690
|
+
[x: string]: any;
|
|
691
|
+
}>;
|
|
692
|
+
__isFragment?: undefined;
|
|
693
|
+
__isTeleport?: undefined;
|
|
694
|
+
__isSuspense?: undefined;
|
|
695
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
696
|
+
[x: string]: any;
|
|
697
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
698
|
+
[x: string]: any;
|
|
699
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin<any[]>) | ({
|
|
700
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
701
|
+
[x: string]: any;
|
|
702
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
703
|
+
[x: string]: any;
|
|
704
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
705
|
+
P: {};
|
|
706
|
+
B: {};
|
|
707
|
+
D: {};
|
|
708
|
+
C: {};
|
|
709
|
+
M: {};
|
|
710
|
+
Defaults: {};
|
|
711
|
+
}, Readonly<{
|
|
712
|
+
[x: string]: any;
|
|
713
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
714
|
+
[x: string]: any;
|
|
715
|
+
}>;
|
|
716
|
+
__isFragment?: undefined;
|
|
717
|
+
__isTeleport?: undefined;
|
|
718
|
+
__isSuspense?: undefined;
|
|
719
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
720
|
+
[x: string]: any;
|
|
721
|
+
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
722
|
+
[x: string]: any;
|
|
723
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
676
724
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
677
725
|
[x: string]: any;
|
|
678
726
|
}> & Readonly<{
|
|
@@ -763,78 +811,6 @@ declare const componentsForRegister: (({
|
|
|
763
811
|
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("selectionChange" | "pageIndexChanged" | "pageSizeChanged" | "enterUpInLastCell" | "ClickRow" | "DoubleClickRow")[], "selectionChange" | "pageIndexChanged" | "pageSizeChanged" | "enterUpInLastCell" | "ClickRow" | "DoubleClickRow", {
|
|
764
812
|
[x: string]: any;
|
|
765
813
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
766
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
767
|
-
[x: string]: any;
|
|
768
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], import("vue").PublicProps, {
|
|
769
|
-
[x: string]: any;
|
|
770
|
-
}, true, {}, {}, import("vue").GlobalComponents, {
|
|
771
|
-
"area-response": {
|
|
772
|
-
mounted: (bindElement: any, binding: any, vnode: any) => void;
|
|
773
|
-
updated: (bindElement: any, binding: any, vnode: any, prevVnode: any) => void;
|
|
774
|
-
beforeUnmount(bindElement: any, binding: any, vnode: any): void;
|
|
775
|
-
};
|
|
776
|
-
} & import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
777
|
-
P: {};
|
|
778
|
-
B: {};
|
|
779
|
-
D: {};
|
|
780
|
-
C: {};
|
|
781
|
-
M: {};
|
|
782
|
-
Defaults: {};
|
|
783
|
-
}, Readonly<{
|
|
784
|
-
[x: string]: any;
|
|
785
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
786
|
-
[x: string]: any;
|
|
787
|
-
}>;
|
|
788
|
-
__isFragment?: undefined;
|
|
789
|
-
__isTeleport?: undefined;
|
|
790
|
-
__isSuspense?: undefined;
|
|
791
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
792
|
-
[x: string]: any;
|
|
793
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
794
|
-
[x: string]: any;
|
|
795
|
-
}, {}, string, {}, import("vue").GlobalComponents, {
|
|
796
|
-
"area-response": {
|
|
797
|
-
mounted: (bindElement: any, binding: any, vnode: any) => void;
|
|
798
|
-
updated: (bindElement: any, binding: any, vnode: any, prevVnode: any) => void;
|
|
799
|
-
beforeUnmount(bindElement: any, binding: any, vnode: any): void;
|
|
800
|
-
};
|
|
801
|
-
} & import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin<any[]>) | ({
|
|
802
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
803
|
-
[x: string]: any;
|
|
804
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], import("vue").PublicProps, {
|
|
805
|
-
[x: string]: any;
|
|
806
|
-
}, true, {}, {}, import("vue").GlobalComponents, {
|
|
807
|
-
"area-response": {
|
|
808
|
-
mounted: (bindElement: any, binding: any, vnode: any) => void;
|
|
809
|
-
updated: (bindElement: any, binding: any, vnode: any, prevVnode: any) => void;
|
|
810
|
-
beforeUnmount(bindElement: any, binding: any, vnode: any): void;
|
|
811
|
-
};
|
|
812
|
-
} & import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
813
|
-
P: {};
|
|
814
|
-
B: {};
|
|
815
|
-
D: {};
|
|
816
|
-
C: {};
|
|
817
|
-
M: {};
|
|
818
|
-
Defaults: {};
|
|
819
|
-
}, Readonly<{
|
|
820
|
-
[x: string]: any;
|
|
821
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, {
|
|
822
|
-
[x: string]: any;
|
|
823
|
-
}>;
|
|
824
|
-
__isFragment?: undefined;
|
|
825
|
-
__isTeleport?: undefined;
|
|
826
|
-
__isSuspense?: undefined;
|
|
827
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
828
|
-
[x: string]: any;
|
|
829
|
-
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
830
|
-
[x: string]: any;
|
|
831
|
-
}, {}, string, {}, import("vue").GlobalComponents, {
|
|
832
|
-
"area-response": {
|
|
833
|
-
mounted: (bindElement: any, binding: any, vnode: any) => void;
|
|
834
|
-
updated: (bindElement: any, binding: any, vnode: any, prevVnode: any) => void;
|
|
835
|
-
beforeUnmount(bindElement: any, binding: any, vnode: any): void;
|
|
836
|
-
};
|
|
837
|
-
} & import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>>) | ({
|
|
838
814
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
839
815
|
html: string;
|
|
840
816
|
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|