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.
@@ -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";
@@ -136,7 +136,7 @@ export interface WindowJ {
136
136
  locale: SupportedLanguages;
137
137
  config: JConfig;
138
138
  resources: TranslationKeys;
139
- jUserCurrent: jUserList;
139
+ jUserCurrent?: jUserList;
140
140
  jamespotReactTheme: any;
141
141
  applications: ApplicationType[];
142
142
  hooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.140",
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.43",
54
- "jamespot-react-components": "^1.0.183",
55
- "jamespot-user-api": "^1.0.152",
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",