unione-form-vue 0.1.19 → 0.1.21

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.
@@ -1,117 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ButtonSetting } from '../../typing';
3
- import { default as UFEngine } from '../../UFEngine';
4
- declare function storage(): any;
5
- declare function reload(params?: any): void;
6
- declare function setParams(params: any): void;
7
- declare function getTable(): any;
8
- declare function getSelected(): any;
9
- declare function clearSelected(): void;
10
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11
- psn: {
12
- type: StringConstructor;
13
- required: false;
14
- };
15
- params: {
16
- type: ObjectConstructor;
17
- default(): {};
18
- };
19
- flowKey: {
20
- type: StringConstructor;
21
- required: false;
22
- };
23
- flowVers: {
24
- type: NumberConstructor;
25
- required: false;
26
- };
27
- queryBtns: {
28
- type: {
29
- (arrayLength: number): PropType<ButtonSetting>[];
30
- (...items: PropType<ButtonSetting>[]): PropType<ButtonSetting>[];
31
- new (arrayLength: number): PropType<ButtonSetting>[];
32
- new (...items: PropType<ButtonSetting>[]): PropType<ButtonSetting>[];
33
- isArray(arg: any): arg is any[];
34
- readonly prototype: any[];
35
- from<T>(arrayLike: ArrayLike<T>): T[];
36
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
37
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
38
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
39
- of<T_4>(...items: T_4[]): T_4[];
40
- readonly [Symbol.species]: ArrayConstructor;
41
- };
42
- required: false;
43
- };
44
- operation: {
45
- type: PropType<Object | Boolean>;
46
- required: false;
47
- };
48
- leftBtns: {
49
- type: PropType<Boolean | PropType<ButtonSetting>[]>;
50
- required: false;
51
- };
52
- rightBtns: {
53
- type: PropType<Boolean | PropType<ButtonSetting>[]>;
54
- required: false;
55
- };
56
- }>, {
57
- storage: typeof storage;
58
- engine: UFEngine;
59
- reload: typeof reload;
60
- setParams: typeof setParams;
61
- getTable: typeof getTable;
62
- getSelected: typeof getSelected;
63
- clearSelected: typeof clearSelected;
64
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
- btnClick: (...args: any[]) => void;
66
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
67
- psn: {
68
- type: StringConstructor;
69
- required: false;
70
- };
71
- params: {
72
- type: ObjectConstructor;
73
- default(): {};
74
- };
75
- flowKey: {
76
- type: StringConstructor;
77
- required: false;
78
- };
79
- flowVers: {
80
- type: NumberConstructor;
81
- required: false;
82
- };
83
- queryBtns: {
84
- type: {
85
- (arrayLength: number): PropType<ButtonSetting>[];
86
- (...items: PropType<ButtonSetting>[]): PropType<ButtonSetting>[];
87
- new (arrayLength: number): PropType<ButtonSetting>[];
88
- new (...items: PropType<ButtonSetting>[]): PropType<ButtonSetting>[];
89
- isArray(arg: any): arg is any[];
90
- readonly prototype: any[];
91
- from<T>(arrayLike: ArrayLike<T>): T[];
92
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
93
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
94
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
95
- of<T_4>(...items: T_4[]): T_4[];
96
- readonly [Symbol.species]: ArrayConstructor;
97
- };
98
- required: false;
99
- };
100
- operation: {
101
- type: PropType<Object | Boolean>;
102
- required: false;
103
- };
104
- leftBtns: {
105
- type: PropType<Boolean | PropType<ButtonSetting>[]>;
106
- required: false;
107
- };
108
- rightBtns: {
109
- type: PropType<Boolean | PropType<ButtonSetting>[]>;
110
- required: false;
111
- };
112
- }>> & Readonly<{
113
- onBtnClick?: ((...args: any[]) => any) | undefined;
114
- }>, {
115
- params: Record<string, any>;
116
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
- export default _default;