jamespot-front-business 1.1.38 → 1.1.39
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/dist/cjs.js +810 -13
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +816 -21
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +22 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ interface StudioApplication {
|
|
|
99
99
|
idApp: string;
|
|
100
100
|
status: AppStatusType;
|
|
101
101
|
author?: string;
|
|
102
|
+
studioVersion: number;
|
|
102
103
|
manifest: StudioAppManifest;
|
|
103
104
|
inWorkVersion?: StudioApplication;
|
|
104
105
|
fields: AppFieldsFormItem[];
|
|
@@ -149,6 +150,7 @@ declare type AppFieldsFormItem = {
|
|
|
149
150
|
isActive?: boolean;
|
|
150
151
|
isFixed?: boolean;
|
|
151
152
|
isOptional?: boolean;
|
|
153
|
+
isLockedValue?: boolean;
|
|
152
154
|
};
|
|
153
155
|
declare type AppViewFieldItem = {
|
|
154
156
|
type: AppFormItemTypes | ExtraAppFieldsItemViews;
|
|
@@ -200,7 +202,8 @@ declare enum AppFormItemTypes {
|
|
|
200
202
|
ADDFILEATTACHMENT = "ADDFILEATTACHMENT",
|
|
201
203
|
CODEHTML = "CODEHTML",
|
|
202
204
|
USERLINK = "USERLINK",
|
|
203
|
-
CONTENTLINK = "CONTENTLINK"
|
|
205
|
+
CONTENTLINK = "CONTENTLINK",
|
|
206
|
+
RANGE = "RANGE"
|
|
204
207
|
}
|
|
205
208
|
declare enum ExtraAppFieldsItemViews {
|
|
206
209
|
TITLE = "TITLE",
|
|
@@ -347,6 +350,8 @@ declare type AppInstallForType = Partial<{
|
|
|
347
350
|
class: string;
|
|
348
351
|
Pseudo: string;
|
|
349
352
|
}>;
|
|
353
|
+
declare const AppColumnsDefaultTypes: (AppFormItemTypes | ExtraAppFieldsItemViews)[];
|
|
354
|
+
declare const AppFormPrimaryList: AppFormItemTypes[];
|
|
350
355
|
|
|
351
356
|
declare type Loading = {
|
|
352
357
|
loading: 'idle' | 'pending';
|
|
@@ -1446,6 +1451,8 @@ interface CurrentStudioAppState {
|
|
|
1446
1451
|
currentStudioApp: StudioApplication | null;
|
|
1447
1452
|
fetchCurrentStudioAppStatus: 'idle' | 'pending';
|
|
1448
1453
|
saveCurrentStudioAppStatus: 'idle' | 'pending';
|
|
1454
|
+
installStudioAppStatus: 'idle' | 'pending';
|
|
1455
|
+
hasChanged: boolean;
|
|
1449
1456
|
}
|
|
1450
1457
|
declare type CurrentStudioAppRootState = {
|
|
1451
1458
|
currentStudioApp: CurrentStudioAppState;
|
|
@@ -1588,8 +1595,21 @@ declare const studio: {
|
|
|
1588
1595
|
fulfilledMeta?: unknown;
|
|
1589
1596
|
rejectedMeta?: unknown;
|
|
1590
1597
|
}>;
|
|
1598
|
+
installStudioApp: _reduxjs_toolkit.AsyncThunk<void, undefined, {
|
|
1599
|
+
dispatch: any;
|
|
1600
|
+
state: Partial<ApplicationRootState & AssetReservationRootState & EditorsRootState & JLandRootState & ModelRootState & ShareRootState & StudioRootState & ToastRootState & TVDisplayRootState & jamespot_user_api.WidgetsRootState & WedocAppRootState & UserCurrentRootState> & StudioRootState;
|
|
1601
|
+
extra: {
|
|
1602
|
+
jApi: jamespot_user_api.JamespotUserApi;
|
|
1603
|
+
};
|
|
1604
|
+
rejectValue?: unknown;
|
|
1605
|
+
serializedErrorType?: unknown;
|
|
1606
|
+
pendingMeta?: unknown;
|
|
1607
|
+
fulfilledMeta?: unknown;
|
|
1608
|
+
rejectedMeta?: unknown;
|
|
1609
|
+
}>;
|
|
1591
1610
|
setCurrentApp: _reduxjs_toolkit.ActionCreatorWithPayload<any, "currentStudioApp/setCurrentApp">;
|
|
1592
1611
|
resetCurrentApp: _reduxjs_toolkit.ActionCreatorWithoutPayload<"currentStudioApp/resetCurrentApp">;
|
|
1612
|
+
setHasChanged: _reduxjs_toolkit.ActionCreatorWithPayload<any, "currentStudioApp/setHasChanged">;
|
|
1593
1613
|
setAppsList: _reduxjs_toolkit.ActionCreatorWithPayload<any, "studioAppsList/setAppsList">;
|
|
1594
1614
|
};
|
|
1595
1615
|
selectors: {
|
|
@@ -1598,4 +1618,4 @@ declare const studio: {
|
|
|
1598
1618
|
};
|
|
1599
1619
|
};
|
|
1600
1620
|
|
|
1601
|
-
export { APP_STATUS_TYPE, AUDIENCE, AppAttrSolrModel, AppAttrWidgetModel, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormItemTypes, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentRootState, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, MapExtraFieldsWithView, Model, ModelRootState, Network, NetworkRootState, Platform, PlatformRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice, studio, updateWidgetContent, viewsList };
|
|
1621
|
+
export { APP_STATUS_TYPE, AUDIENCE, AppAttrSolrModel, AppAttrWidgetModel, AppColumnsDefaultTypes, AppFieldFormProperty, AppFieldFormPropertyTypes, AppFieldView, AppFieldsFormItem, AppFormBannedFromViews, AppFormItemTypes, AppFormPrimaryList, AppFormUniqueList, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, Application, ApplicationRootState, AssetReservation, AssetReservationRootState, Bookmark, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Comment, CommentRootState, EditorProps, EditorsRootState, EditorsState, ExtraAppFieldsItemViews, Faq, FaqRootState, JLandMapFront, JLandRootState, MODE_EDIT, MODE_VIEW, MapCreationFront, MapExtraFieldsWithView, Model, ModelRootState, Network, NetworkRootState, Platform, PlatformRootState, ReservationForm, RootDispatch, RootState, STUDIO_VIEW, Share, ShareRootState, StatusType, StudioAppBase, StudioAppManifest, StudioApplication, StudioAudienceType, StudioRootState, TVDisplay, TVDisplayRootState, ThunkApiConfig, TinyMCE, TinyMCERootState, Toast, ToastRootState, UserCurrent, UserCurrentRootState, ViewName, WedocApp, WedocAppRootState, WedocAppTabKeys, Widget, WidgetEditor, WidgetModalProps, actions, jland, slice, studio, updateWidgetContent, viewsList };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@reduxjs/toolkit": "1.9.0",
|
|
40
40
|
"@types/uuid": "^9.0.8",
|
|
41
|
-
"jamespot-user-api": "^1.0.
|
|
41
|
+
"jamespot-user-api": "^1.0.145",
|
|
42
42
|
"react-redux": "7.2.9",
|
|
43
43
|
"redux": "4.2.0",
|
|
44
44
|
"uuid": "^9.0.1"
|