jamespot-react-core 1.1.140 → 1.1.141
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/build/39.bundle.js +25 -25
- package/build/39.bundle.js.map +1 -1
- package/build/app.bundle.js +1065 -1058
- package/build/app.bundle.js.map +1 -1
- package/build/src/registry/ext-component-list.d.ts +4 -4
- package/build/src/utils/types.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5,9 +5,6 @@ declare const _default: {
|
|
|
5
5
|
readonly AppHeader: "JRCAppHeader";
|
|
6
6
|
readonly AppLeftColumn: "JRCAppLeftColumn";
|
|
7
7
|
readonly Attachments: "JRCAttachments";
|
|
8
|
-
readonly AutocompleteAudienceField: "JRCAutocompleteAudienceField";
|
|
9
|
-
readonly AutocompleteCommunityField: "JRCAutocompleteCommunityField";
|
|
10
|
-
readonly AutocompleteTaxonomyField: "JRCAutocompleteTaxonomyField";
|
|
11
8
|
readonly Avatar: "JRCAvatar";
|
|
12
9
|
readonly BaseTooltip: "JRCBaseTooltip";
|
|
13
10
|
readonly BETA_DragAndDrop: "BETA_JRCDragAndDrop";
|
|
@@ -28,11 +25,13 @@ declare const _default: {
|
|
|
28
25
|
readonly Container: "JRCContainer";
|
|
29
26
|
readonly BasicAutoMarginContainer: "JRCBasicAutoMarginContainer";
|
|
30
27
|
readonly Date: "JRCDate";
|
|
28
|
+
readonly DEPRECATEDFormAutocompleteAudienceField: "JRCFormAutocompleteAudienceField";
|
|
29
|
+
readonly DEPRECATEDFormAutocompleteCommunityField: "JRCFormAutocompleteCommunityField";
|
|
30
|
+
readonly DEPRECATEDFormAutocompleteTaxonomyField: "JRCFormAutocompleteTaxonomyField";
|
|
31
31
|
readonly DEPRECATEDFormCheckbox: "JRCFormCheckbox";
|
|
32
32
|
readonly DEPRECATEDFormColorField: "JRCFormColorField";
|
|
33
33
|
readonly DEPRECATEDFormDatetimeField: "JRCFormDatetimeField";
|
|
34
34
|
readonly DEPRECATEDFormEmailField: "JRCFormEmailField";
|
|
35
|
-
readonly DEPRECATEDFormInputFile: "JRCFormInputFile";
|
|
36
35
|
readonly DEPRECATEDFormInputFileField: "JRCFormInputFileField";
|
|
37
36
|
readonly DEPRECATEDFormInputImageField: "JRCFormInputImageField";
|
|
38
37
|
readonly DEPRECATEDFormNumberField: "JRCFormNumberField";
|
|
@@ -81,6 +80,7 @@ declare const _default: {
|
|
|
81
80
|
readonly InputDateTime: "JRCInputDateTime";
|
|
82
81
|
readonly InputEmail: "JRCInputEmail";
|
|
83
82
|
readonly InputFile: "JRCInputFile";
|
|
83
|
+
readonly InputFileAdvancedRaw: "JRCInputFileAdvancedRaw";
|
|
84
84
|
readonly InputImage: "JRCInputImage";
|
|
85
85
|
readonly InputNumber: "JRCInputNumber";
|
|
86
86
|
readonly InputReorderCheckbox: "JRCInputReorderCheckbox";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.141",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@reduxjs/toolkit": "^1.9.0",
|
|
52
52
|
"history": "^5.3.0",
|
|
53
|
-
"jamespot-front-business": "^1.1.
|
|
54
|
-
"jamespot-react-components": "^1.0.
|
|
55
|
-
"jamespot-user-api": "^1.0.
|
|
53
|
+
"jamespot-front-business": "^1.1.45",
|
|
54
|
+
"jamespot-react-components": "^1.0.185",
|
|
55
|
+
"jamespot-user-api": "^1.0.155",
|
|
56
56
|
"react": "^17.0.2",
|
|
57
57
|
"react-dom": "^17.0.2",
|
|
58
58
|
"react-hook-form": "^7.25.0",
|