@ibiz-template/vue3-util 0.5.0-beta.4 → 0.5.0
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/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/common/code-list/code-list.css +1 -1
- package/es/props/editor/array.d.ts +8 -0
- package/es/props/editor/array.d.ts.map +1 -1
- package/es/props/editor/autocomplete.d.ts +8 -0
- package/es/props/editor/autocomplete.d.ts.map +1 -1
- package/es/props/editor/cascader.d.ts +8 -0
- package/es/props/editor/cascader.d.ts.map +1 -1
- package/es/props/editor/check-box-list.d.ts +8 -0
- package/es/props/editor/check-box-list.d.ts.map +1 -1
- package/es/props/editor/check-box.d.ts +8 -0
- package/es/props/editor/check-box.d.ts.map +1 -1
- package/es/props/editor/code.d.ts +8 -0
- package/es/props/editor/code.d.ts.map +1 -1
- package/es/props/editor/color-picker.d.ts +8 -0
- package/es/props/editor/color-picker.d.ts.map +1 -1
- package/es/props/editor/common.d.ts +4 -0
- package/es/props/editor/common.d.ts.map +1 -1
- package/es/props/editor/common.mjs +5 -1
- package/es/props/editor/data-picker.d.ts +8 -0
- package/es/props/editor/data-picker.d.ts.map +1 -1
- package/es/props/editor/date-picker.d.ts +8 -0
- package/es/props/editor/date-picker.d.ts.map +1 -1
- package/es/props/editor/date-range.d.ts +8 -0
- package/es/props/editor/date-range.d.ts.map +1 -1
- package/es/props/editor/dropdown-list.d.ts +8 -0
- package/es/props/editor/dropdown-list.d.ts.map +1 -1
- package/es/props/editor/html.d.ts +8 -0
- package/es/props/editor/html.d.ts.map +1 -1
- package/es/props/editor/list-box.d.ts +8 -0
- package/es/props/editor/list-box.d.ts.map +1 -1
- package/es/props/editor/markdown.d.ts +8 -0
- package/es/props/editor/markdown.d.ts.map +1 -1
- package/es/props/editor/number-range.d.ts +8 -0
- package/es/props/editor/number-range.d.ts.map +1 -1
- package/es/props/editor/radio-button-list.d.ts +8 -0
- package/es/props/editor/radio-button-list.d.ts.map +1 -1
- package/es/props/editor/rate.d.ts +8 -0
- package/es/props/editor/rate.d.ts.map +1 -1
- package/es/props/editor/raw.d.ts +8 -0
- package/es/props/editor/raw.d.ts.map +1 -1
- package/es/props/editor/slider.d.ts +8 -0
- package/es/props/editor/slider.d.ts.map +1 -1
- package/es/props/editor/span.d.ts +8 -0
- package/es/props/editor/span.d.ts.map +1 -1
- package/es/props/editor/stepper.d.ts +8 -0
- package/es/props/editor/stepper.d.ts.map +1 -1
- package/es/props/editor/switch.d.ts +8 -0
- package/es/props/editor/switch.d.ts.map +1 -1
- package/es/props/editor/text-box.d.ts +24 -0
- package/es/props/editor/text-box.d.ts.map +1 -1
- package/es/props/editor/upload.d.ts +8 -0
- package/es/props/editor/upload.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/common/code-list/code-list.scss +3 -0
- package/src/props/editor/common.ts +4 -0
|
@@ -25,6 +25,10 @@ export declare function getDataPickerProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格数据选择的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridDataPickerProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=data-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/data-picker.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"data-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/data-picker.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEnC;AAED;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC"}
|
|
@@ -25,6 +25,10 @@ export declare function getDatePickerProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格日期选择器的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridDatePickerProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=date-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-picker.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-picker.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEnC;AAED;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC"}
|
|
@@ -23,6 +23,10 @@ export declare function getDateRangeProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格时间范围的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridDateRangeProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=date-range.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"date-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/date-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAElC;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEtC"}
|
|
@@ -25,6 +25,10 @@ export declare function getDropdownProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格下拉列表的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridDropdownProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=dropdown-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/dropdown-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"dropdown-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/dropdown-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEjC;AAED;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAErC"}
|
|
@@ -25,6 +25,10 @@ export declare function getHtmlProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格html编辑框的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridHtmlProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=html.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../src/props/editor/html.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../src/props/editor/html.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE7B;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC"}
|
|
@@ -25,6 +25,10 @@ export declare function getListBoxProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格列表框的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridListBoxProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=list-box.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-box.d.ts","sourceRoot":"","sources":["../../../src/props/editor/list-box.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"list-box.d.ts","sourceRoot":"","sources":["../../../src/props/editor/list-box.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEhC;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC"}
|
|
@@ -32,6 +32,10 @@ export declare function getMarkDownProps<C>(): {
|
|
|
32
32
|
overflowMode: {
|
|
33
33
|
type: StringConstructor;
|
|
34
34
|
};
|
|
35
|
+
controlParams: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
required: boolean;
|
|
38
|
+
};
|
|
35
39
|
};
|
|
36
40
|
/**
|
|
37
41
|
* 获取表格MARKDOWN的props
|
|
@@ -70,5 +74,9 @@ export declare function getGridMarkDownProps<C>(): {
|
|
|
70
74
|
overflowMode: {
|
|
71
75
|
type: StringConstructor;
|
|
72
76
|
};
|
|
77
|
+
controlParams: {
|
|
78
|
+
type: ObjectConstructor;
|
|
79
|
+
required: boolean;
|
|
80
|
+
};
|
|
73
81
|
};
|
|
74
82
|
//# sourceMappingURL=markdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../src/props/editor/markdown.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../src/props/editor/markdown.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUjC;AAED;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErC"}
|
|
@@ -23,6 +23,10 @@ export declare function getNumberRangeProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格数值范围的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridNumberRangeProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=number-range.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/number-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"number-range.d.ts","sourceRoot":"","sources":["../../../src/props/editor/number-range.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEpC;AAED;;;;;;GAMG;AACH,wBAAgB,uBAAuB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAExC"}
|
|
@@ -25,6 +25,10 @@ export declare function getRadioProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格单选框的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridRadioProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=radio-button-list.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-button-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/radio-button-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"radio-button-list.d.ts","sourceRoot":"","sources":["../../../src/props/editor/radio-button-list.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE9B;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAElC"}
|
|
@@ -23,6 +23,10 @@ export declare function getRateProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格评分器的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridRateProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=rate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["../../../src/props/editor/rate.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["../../../src/props/editor/rate.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE7B;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC"}
|
package/es/props/editor/raw.d.ts
CHANGED
|
@@ -23,6 +23,10 @@ export declare function getRawProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格步进器的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridRawProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=raw.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raw.d.ts","sourceRoot":"","sources":["../../../src/props/editor/raw.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"raw.d.ts","sourceRoot":"","sources":["../../../src/props/editor/raw.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE5B;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEhC"}
|
|
@@ -23,6 +23,10 @@ export declare function getSliderProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格滑动输入条的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridSliderProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/props/editor/slider.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../src/props/editor/slider.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE/B;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC"}
|
|
@@ -25,6 +25,10 @@ export declare function getSpanProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格标签的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridSpanProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=span.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"span.d.ts","sourceRoot":"","sources":["../../../src/props/editor/span.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"span.d.ts","sourceRoot":"","sources":["../../../src/props/editor/span.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE7B;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC"}
|
|
@@ -23,6 +23,10 @@ export declare function getStepperProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格步进器的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridStepperProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=stepper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/props/editor/stepper.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/props/editor/stepper.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEhC;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC"}
|
|
@@ -23,6 +23,10 @@ export declare function getSwitchProps<C>(): {
|
|
|
23
23
|
overflowMode: {
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
};
|
|
26
|
+
controlParams: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
};
|
|
26
30
|
};
|
|
27
31
|
/**
|
|
28
32
|
* 获取表格步进器的props
|
|
@@ -52,5 +56,9 @@ export declare function getGridSwitchProps<C>(): {
|
|
|
52
56
|
overflowMode: {
|
|
53
57
|
type: StringConstructor;
|
|
54
58
|
};
|
|
59
|
+
controlParams: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
55
63
|
};
|
|
56
64
|
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/props/editor/switch.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/props/editor/switch.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,cAAc,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE/B;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC"}
|
|
@@ -25,6 +25,10 @@ export declare function getInputProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格文本框的props
|
|
@@ -56,6 +60,10 @@ export declare function getGridInputProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
/**
|
|
61
69
|
* 获取数值框的props
|
|
@@ -84,6 +92,10 @@ export declare function getInputNumberProps<C>(): {
|
|
|
84
92
|
overflowMode: {
|
|
85
93
|
type: StringConstructor;
|
|
86
94
|
};
|
|
95
|
+
controlParams: {
|
|
96
|
+
type: ObjectConstructor;
|
|
97
|
+
required: boolean;
|
|
98
|
+
};
|
|
87
99
|
};
|
|
88
100
|
/**
|
|
89
101
|
* 获取表格数值框的props
|
|
@@ -115,6 +127,10 @@ export declare function getGridInputNumberProps<C>(): {
|
|
|
115
127
|
overflowMode: {
|
|
116
128
|
type: StringConstructor;
|
|
117
129
|
};
|
|
130
|
+
controlParams: {
|
|
131
|
+
type: ObjectConstructor;
|
|
132
|
+
required: boolean;
|
|
133
|
+
};
|
|
118
134
|
};
|
|
119
135
|
/**
|
|
120
136
|
* 获取ip框的props
|
|
@@ -143,6 +159,10 @@ export declare function getInputIpProps<C>(): {
|
|
|
143
159
|
overflowMode: {
|
|
144
160
|
type: StringConstructor;
|
|
145
161
|
};
|
|
162
|
+
controlParams: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
required: boolean;
|
|
165
|
+
};
|
|
146
166
|
};
|
|
147
167
|
/**
|
|
148
168
|
* 获取表格ip框的props
|
|
@@ -174,5 +194,9 @@ export declare function getGridInputIpProps<C>(): {
|
|
|
174
194
|
overflowMode: {
|
|
175
195
|
type: StringConstructor;
|
|
176
196
|
};
|
|
197
|
+
controlParams: {
|
|
198
|
+
type: ObjectConstructor;
|
|
199
|
+
required: boolean;
|
|
200
|
+
};
|
|
177
201
|
};
|
|
178
202
|
//# sourceMappingURL=text-box.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-box.d.ts","sourceRoot":"","sources":["../../../src/props/editor/text-box.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"text-box.d.ts","sourceRoot":"","sources":["../../../src/props/editor/text-box.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE9B;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAElC;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEpC;AAED;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAExC;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAEhC;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC"}
|
|
@@ -25,6 +25,10 @@ export declare function getUploadProps<C>(): {
|
|
|
25
25
|
overflowMode: {
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
};
|
|
28
|
+
controlParams: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
28
32
|
};
|
|
29
33
|
/**
|
|
30
34
|
* 获取表格上传的props
|
|
@@ -56,5 +60,9 @@ export declare function getGridUploadProps<C>(): {
|
|
|
56
60
|
overflowMode: {
|
|
57
61
|
type: StringConstructor;
|
|
58
62
|
};
|
|
63
|
+
controlParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
59
67
|
};
|
|
60
68
|
//# sourceMappingURL=upload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/props/editor/upload.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/props/editor/upload.ts"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;EAE/B;AAED;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;EAEnC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/vue3-util",
|
|
3
|
-
"version": "0.5.0
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "vue3 工具包",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ibiz-template/cli": "^0.3.6",
|
|
34
|
-
"@ibiz-template/core": "^0.5.0
|
|
35
|
-
"@ibiz-template/runtime": "^0.5.0
|
|
36
|
-
"@ibiz-template/theme": "^0.
|
|
34
|
+
"@ibiz-template/core": "^0.5.0",
|
|
35
|
+
"@ibiz-template/runtime": "^0.5.0",
|
|
36
|
+
"@ibiz-template/theme": "^0.5.0",
|
|
37
37
|
"@ibiz/model-core": "^0.1.0",
|
|
38
38
|
"@types/path-browserify": "^1.0.2",
|
|
39
39
|
"@types/qs": "^6.9.11",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"vue": "^3.3.4",
|
|
62
62
|
"vue-router": "^4.2.4"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "84126d4a93b6641962d688ef6d92fce3bea7c2d1"
|
|
65
65
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
@include b(code-list) {
|
|
2
2
|
@include e(item){
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
3
5
|
color: getCssVar('code-list','item-color');
|
|
4
6
|
@include flex(row, flex-start, center)
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
@include b(icon){
|
|
10
|
+
display: inline-flex;
|
|
8
11
|
padding-right: getCssVar(spacing, tight);
|
|
9
12
|
}
|
|
10
13
|
}
|