jamespot-react-core 1.2.12 → 1.2.14
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/{940.ecc10c71a0642502d87c.chunk.js → 940.58b11f785b3b386eedad.chunk.js} +3 -3
- package/build/{940.ecc10c71a0642502d87c.chunk.js.map → 940.58b11f785b3b386eedad.chunk.js.map} +1 -1
- package/build/app.bundle.js +1721 -1206
- package/build/app.bundle.js.map +1 -1
- package/build/src/displayer/components/inputs/InputAudience.d.ts +1 -1
- package/build/src/displayer/components/inputs/InputTaxonomy.d.ts +1 -0
- package/build/src/displayer/types.d.ts +1 -0
- package/build/src/redux/store.d.ts +9 -9
- package/build/src/registry/ext-component-list.d.ts +2 -0
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { DisplayInputComponentProps } from '../../types';
|
|
3
|
-
import
|
|
3
|
+
import { FieldValues } from 'react-hook-form';
|
|
4
4
|
export declare const InputAudience: <TFieldValues extends FieldValues>(props: DisplayInputComponentProps<TFieldValues>) => React.JSX.Element;
|
|
@@ -105,6 +105,7 @@ export declare const InputTaxonomy: <TFieldValues extends FieldValues>(widget: W
|
|
|
105
105
|
type: "audience";
|
|
106
106
|
options?: {
|
|
107
107
|
disableEveryoneAudience?: boolean | undefined;
|
|
108
|
+
views?: ("user" | "folder" | "group" | "businessContact")[] | undefined;
|
|
108
109
|
} | undefined;
|
|
109
110
|
};
|
|
110
111
|
mandatory: boolean;
|
|
@@ -18,6 +18,7 @@ export type ConfigurableField<N extends ConfigurableFieldName, T extends object>
|
|
|
18
18
|
};
|
|
19
19
|
export type ConfigurableAudience = ConfigurableField<'publishTo', {
|
|
20
20
|
disableEveryoneAudience?: boolean;
|
|
21
|
+
views?: Array<'folder' | 'user' | 'group' | 'businessContact'>;
|
|
21
22
|
}>;
|
|
22
23
|
export type ConfigurableFields = ConfigurableAudience;
|
|
23
24
|
export declare const ensureConfigurableField: (field: unknown) => field is ConfigurableAudience;
|
|
@@ -277,7 +277,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
277
277
|
};
|
|
278
278
|
name: string;
|
|
279
279
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
280
|
-
method?: "match" | "link" | "is" | "
|
|
280
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
281
281
|
or?: boolean | undefined;
|
|
282
282
|
isNull?: boolean | undefined;
|
|
283
283
|
isNotNull?: boolean | undefined;
|
|
@@ -316,7 +316,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
316
316
|
};
|
|
317
317
|
name: string;
|
|
318
318
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
319
|
-
method?: "match" | "link" | "is" | "
|
|
319
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
320
320
|
or?: boolean | undefined;
|
|
321
321
|
isNull?: boolean | undefined;
|
|
322
322
|
isNotNull?: boolean | undefined;
|
|
@@ -350,7 +350,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
350
350
|
};
|
|
351
351
|
name: string;
|
|
352
352
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
353
|
-
method?: "match" | "link" | "is" | "
|
|
353
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
354
354
|
or?: boolean | undefined;
|
|
355
355
|
isNull?: boolean | undefined;
|
|
356
356
|
isNotNull?: boolean | undefined;
|
|
@@ -1221,7 +1221,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1221
1221
|
};
|
|
1222
1222
|
name: string;
|
|
1223
1223
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
1224
|
-
method?: "match" | "link" | "is" | "
|
|
1224
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
1225
1225
|
or?: boolean | undefined;
|
|
1226
1226
|
isNull?: boolean | undefined;
|
|
1227
1227
|
isNotNull?: boolean | undefined;
|
|
@@ -1260,7 +1260,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1260
1260
|
};
|
|
1261
1261
|
name: string;
|
|
1262
1262
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
1263
|
-
method?: "match" | "link" | "is" | "
|
|
1263
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
1264
1264
|
or?: boolean | undefined;
|
|
1265
1265
|
isNull?: boolean | undefined;
|
|
1266
1266
|
isNotNull?: boolean | undefined;
|
|
@@ -1294,7 +1294,7 @@ declare function createStore(initialAsyncReducers: AsyncReducers): import("@redu
|
|
|
1294
1294
|
};
|
|
1295
1295
|
name: string;
|
|
1296
1296
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
1297
|
-
method?: "match" | "link" | "is" | "
|
|
1297
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
1298
1298
|
or?: boolean | undefined;
|
|
1299
1299
|
isNull?: boolean | undefined;
|
|
1300
1300
|
isNotNull?: boolean | undefined;
|
|
@@ -2170,7 +2170,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2170
2170
|
};
|
|
2171
2171
|
name: string;
|
|
2172
2172
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
2173
|
-
method?: "match" | "link" | "is" | "
|
|
2173
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
2174
2174
|
or?: boolean | undefined;
|
|
2175
2175
|
isNull?: boolean | undefined;
|
|
2176
2176
|
isNotNull?: boolean | undefined;
|
|
@@ -2209,7 +2209,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2209
2209
|
};
|
|
2210
2210
|
name: string;
|
|
2211
2211
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
2212
|
-
method?: "match" | "link" | "is" | "
|
|
2212
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
2213
2213
|
or?: boolean | undefined;
|
|
2214
2214
|
isNull?: boolean | undefined;
|
|
2215
2215
|
isNotNull?: boolean | undefined;
|
|
@@ -2243,7 +2243,7 @@ export declare const useAppDispatch: () => import("@reduxjs/toolkit").ThunkDispa
|
|
|
2243
2243
|
};
|
|
2244
2244
|
name: string;
|
|
2245
2245
|
operator?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | undefined;
|
|
2246
|
-
method?: "match" | "link" | "is" | "
|
|
2246
|
+
method?: "match" | "link" | "is" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is not" | "in" | "equal" | "+" | "-" | undefined;
|
|
2247
2247
|
or?: boolean | undefined;
|
|
2248
2248
|
isNull?: boolean | undefined;
|
|
2249
2249
|
isNotNull?: boolean | undefined;
|
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
|
11
11
|
readonly ButtonDownload: "JRCButtonDownload";
|
|
12
12
|
readonly ButtonDropdown: "JRCButtonDropdown";
|
|
13
13
|
readonly ButtonFile: "JRCButtonFile";
|
|
14
|
+
readonly Calendar: "JRCCalendar";
|
|
14
15
|
readonly Card: "JRCCard";
|
|
15
16
|
readonly CardImg: "JRCCardImg";
|
|
16
17
|
readonly Checkbox: "JRCCheckbox";
|
|
@@ -120,6 +121,7 @@ declare const _default: {
|
|
|
120
121
|
readonly Pagination: "JRCPagination";
|
|
121
122
|
readonly Panel: "JRCPanel";
|
|
122
123
|
readonly ProgressBar: "JRCProgressBar";
|
|
124
|
+
readonly PublishButton: "JRCPublishButton";
|
|
123
125
|
readonly Resources: "Resources";
|
|
124
126
|
readonly SidePanelModal: "JRCSidePanelModal";
|
|
125
127
|
readonly SkeletonLine: "JRCSkeletonLine";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
57
57
|
"eslint-plugin-import": "^2.31.0",
|
|
58
58
|
"history": "^5.3.0",
|
|
59
|
-
"jamespot-front-business": "^1.2.
|
|
60
|
-
"jamespot-react-components": "^1.2.
|
|
61
|
-
"jamespot-user-api": "^1.2.
|
|
59
|
+
"jamespot-front-business": "^1.2.14",
|
|
60
|
+
"jamespot-react-components": "^1.2.14",
|
|
61
|
+
"jamespot-user-api": "^1.2.14",
|
|
62
62
|
"marked": "^15.0.3",
|
|
63
63
|
"react": "^17.0.2",
|
|
64
64
|
"react-dom": "17.0.2",
|