jamespot-react-core 1.1.137 → 1.1.138
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.
|
@@ -19,8 +19,6 @@ declare const _default: {
|
|
|
19
19
|
readonly CardImg: "JRCCardImg";
|
|
20
20
|
readonly Checkbox: "JRCCheckbox";
|
|
21
21
|
readonly ClickAwayListener: "ClickAwayListener";
|
|
22
|
-
readonly ColorPicker: "JRCColorPicker";
|
|
23
|
-
readonly ColorPickerRaw: "JRCColorPickerRaw";
|
|
24
22
|
readonly Column: "JRCColumn";
|
|
25
23
|
readonly ColumnCenter: "JRCColumnCenter";
|
|
26
24
|
readonly ColumnLeft: "JRCColumnLeft";
|
|
@@ -76,6 +74,8 @@ declare const _default: {
|
|
|
76
74
|
readonly InputAutocomplete: "JRCInputAutocomplete";
|
|
77
75
|
readonly InputCheckbox: "JRCInputCheckbox";
|
|
78
76
|
readonly InputCheckboxRaw: "JRCInputCheckboxRaw";
|
|
77
|
+
readonly InputColor: "JRCInputColor";
|
|
78
|
+
readonly InputColorRaw: "JRCInputColorRaw";
|
|
79
79
|
readonly InputCommunity: "JRCInputCommunity";
|
|
80
80
|
readonly InputDate: "JRCInputDate";
|
|
81
81
|
readonly InputDateTime: "JRCInputDateTime";
|
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
|
85
85
|
readonly InputNumber: "JRCInputNumber";
|
|
86
86
|
readonly InputReorderCheckbox: "JRCInputReorderCheckbox";
|
|
87
87
|
readonly InputRichText: "JRCInputRichText";
|
|
88
|
-
readonly
|
|
88
|
+
readonly InputSearchRaw: "JRCInputSearchRaw";
|
|
89
89
|
readonly InputSelect: "JRCInputSelect";
|
|
90
90
|
readonly InputSelectHierarchicalTree: "JRCInputSelectHierarchicalTree";
|
|
91
91
|
readonly InputSelectList: "JRCInputSelectList";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.138",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@reduxjs/toolkit": "^1.9.0",
|
|
52
52
|
"history": "^5.3.0",
|
|
53
53
|
"jamespot-front-business": "^1.1.42",
|
|
54
|
-
"jamespot-react-components": "^1.0.
|
|
55
|
-
"jamespot-user-api": "^1.0.
|
|
54
|
+
"jamespot-react-components": "^1.0.181",
|
|
55
|
+
"jamespot-user-api": "^1.0.150",
|
|
56
56
|
"react": "^17.0.2",
|
|
57
57
|
"react-dom": "^17.0.2",
|
|
58
58
|
"react-hook-form": "^7.25.0",
|