ps-toolkit-ui 1.21.79 → 1.21.82
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/bundles/ps-toolkit-ui.umd.js +74 -35
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/enum.class.js +35 -34
- package/esm2015/lib/classes/request.class.js +4 -1
- package/esm2015/lib/components/form/index/form.component.js +2 -2
- package/esm2015/lib/components/form/pre/form.pre.component.js +32 -0
- package/esm2015/lib/ps-toolkit-ui.module.js +4 -2
- package/esm2015/ps-toolkit-ui.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +72 -36
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/enum.class.d.ts +34 -33
- package/lib/components/form/pre/form.pre.component.d.ts +8 -0
- package/package.json +1 -1
- package/ps-toolkit-ui.d.ts +1 -0
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -47,39 +47,40 @@ export declare enum InputType {
|
|
|
47
47
|
Check = 21,
|
|
48
48
|
TextArea = 22,
|
|
49
49
|
Label = 23,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
50
|
+
Pre = 24,
|
|
51
|
+
Button = 25,
|
|
52
|
+
Submit = 26,
|
|
53
|
+
Icon = 27,
|
|
54
|
+
File = 28,
|
|
55
|
+
Url = 29,
|
|
56
|
+
Price = 30,
|
|
57
|
+
Radio = 31,
|
|
58
|
+
Tree = 32,
|
|
59
|
+
TreeRadio = 33,
|
|
60
|
+
Plaque = 34,
|
|
61
|
+
PlaqueM = 35,
|
|
62
|
+
PlaqueF = 36,
|
|
63
|
+
PlaqueG = 37,
|
|
64
|
+
SelectAutoCompletePlaque = 38,
|
|
65
|
+
SelectAutoCompletePlaqueM = 39,
|
|
66
|
+
SelectAutoCompletePlaqueF = 40,
|
|
67
|
+
SelectAutoCompletePlaqueG = 41,
|
|
68
|
+
BankCard = 42,
|
|
69
|
+
Constant = 43,
|
|
70
|
+
Hidden = 44,
|
|
71
|
+
Table = 45,
|
|
72
|
+
Tag = 46,
|
|
73
|
+
VehicleSearch = 47,
|
|
74
|
+
Vehicle = 48,
|
|
75
|
+
Finger = 49,
|
|
76
|
+
Color = 50,
|
|
77
|
+
Star = 51,
|
|
78
|
+
Toggle = 52,
|
|
79
|
+
BillNumber = 53,
|
|
80
|
+
Ckeditor = 54,
|
|
81
|
+
Uploader = 55,
|
|
82
|
+
Slide = 56,
|
|
83
|
+
Username = 57
|
|
83
84
|
}
|
|
84
85
|
export declare enum OperationEnum {
|
|
85
86
|
All = -1,
|
package/package.json
CHANGED
package/ps-toolkit-ui.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { CalendarComponent as ɵj } from './lib/components/calendar/calendar.com
|
|
|
8
8
|
export { ChartComponent as ɵl } from './lib/components/chart/chart.component';
|
|
9
9
|
export { ClockComponent as ɵk } from './lib/components/clock/clock.component';
|
|
10
10
|
export { FormHiddenComponent as ɵi } from './lib/components/form/hidden/form.hidden.component';
|
|
11
|
+
export { FormPreComponent as ɵq } from './lib/components/form/pre/form.pre.component';
|
|
11
12
|
export { FormSelectItemComponent as ɵa } from './lib/components/form/select/item/form.select.item.component';
|
|
12
13
|
export { FormTagComponent as ɵm } from './lib/components/form/tag/form.tag.component';
|
|
13
14
|
export { FormTreeItemComponent as ɵf } from './lib/components/form/tree/item/form.tree.item.component';
|