@crystaldesign/diva-core 26.4.3-rc.2 → 26.4.3-rc.21
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/esm/{ModalsWrapper-3065896d.js → ModalsWrapper-a47c0cf8.js} +1 -1
- package/build/esm/{index-3365d563.js → index-1f1f02bb.js} +33 -37
- package/build/esm/{index-6a16cd99.js → index-32da73e4.js} +1 -1
- package/build/esm/index.js +1 -1
- package/build/types/core/src/store/ContentStore.d.ts +0 -1
- package/build/types/core/src/store/ContentStore.d.ts.map +1 -1
- package/build/umd/diva-core.umd.min.js +1 -1
- package/build/umd/report.html +1 -1
- package/package.json +10 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styleInject, u as useDivaCoreContext } from './index-
|
|
1
|
+
import { s as styleInject, u as useDivaCoreContext } from './index-1f1f02bb.js';
|
|
2
2
|
import { useState, useEffect, useCallback } from 'react';
|
|
3
3
|
import { observer } from 'mobx-react-lite';
|
|
4
4
|
import Button from '@mui/material/Button';
|
|
@@ -45,7 +45,7 @@ import { actions } from '@storybook/addon-actions';
|
|
|
45
45
|
import * as Styles from '@mui/styles';
|
|
46
46
|
|
|
47
47
|
(function() {
|
|
48
|
-
const env = {"STAGE":"production","VERSION":"26.4.3-rc.
|
|
48
|
+
const env = {"STAGE":"production","VERSION":"26.4.3-rc.21"};
|
|
49
49
|
try {
|
|
50
50
|
if (process) {
|
|
51
51
|
process.env = Object.assign({}, process.env);
|
|
@@ -2195,8 +2195,6 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
2195
2195
|
_defineProperty(this, "resizeObserver", undefined);
|
|
2196
2196
|
_defineProperty(this, "_dimensions", undefined);
|
|
2197
2197
|
_defineProperty(this, "_currentlyRendered", []);
|
|
2198
|
-
// Built once on open so the component identity stays stable across `_fullscreenComponent` updates and React doesn't remount.
|
|
2199
|
-
_defineProperty(this, "_fullscreenRender", undefined);
|
|
2200
2198
|
_defineProperty(this, "mapTypeToModule", function (type) {
|
|
2201
2199
|
switch (type) {
|
|
2202
2200
|
case 'START_PAGE':
|
|
@@ -2368,7 +2366,6 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
2368
2366
|
_drawerMenu: observable.ref,
|
|
2369
2367
|
resizeObserver: false,
|
|
2370
2368
|
_currentlyRendered: false,
|
|
2371
|
-
_fullscreenRender: false,
|
|
2372
2369
|
openComponent: flow,
|
|
2373
2370
|
openComponentInFullscreen: flow,
|
|
2374
2371
|
getState: false
|
|
@@ -2714,7 +2711,7 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
2714
2711
|
key: "openComponentInFullscreen",
|
|
2715
2712
|
value: /*#__PURE__*/_regeneratorRuntime.mark(function openComponentInFullscreen(component) {
|
|
2716
2713
|
var _config10, _config11;
|
|
2717
|
-
var type, parameters, internal, route, config, settings, module, componentState
|
|
2714
|
+
var type, parameters, internal, route, config, settings, module, componentState;
|
|
2718
2715
|
return _regeneratorRuntime.wrap(function openComponentInFullscreen$(_context4) {
|
|
2719
2716
|
while (1) switch (_context4.prev = _context4.next) {
|
|
2720
2717
|
case 0:
|
|
@@ -2775,15 +2772,8 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
2775
2772
|
};
|
|
2776
2773
|
this.setGlobalClass();
|
|
2777
2774
|
this._fullscreenComponent = componentState;
|
|
2778
|
-
cmp = this.configuration.find(function (c) {
|
|
2779
|
-
return c.name == config.type;
|
|
2780
|
-
});
|
|
2781
|
-
if (cmp) this._fullscreenRender = {
|
|
2782
|
-
name: cmp.name,
|
|
2783
|
-
component: withTransaction(config.type, 'Module')(cmp.renderFunction)
|
|
2784
|
-
};
|
|
2785
2775
|
this.root.loadingAndErrorStore.toggleLoading('openComponent');
|
|
2786
|
-
case
|
|
2776
|
+
case 24:
|
|
2787
2777
|
case "end":
|
|
2788
2778
|
return _context4.stop();
|
|
2789
2779
|
}
|
|
@@ -2793,7 +2783,6 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
2793
2783
|
key: "closeComponentInFullscreen",
|
|
2794
2784
|
value: function closeComponentInFullscreen() {
|
|
2795
2785
|
this._fullscreenComponent = undefined;
|
|
2796
|
-
this._fullscreenRender = undefined;
|
|
2797
2786
|
this.root.onEvent({
|
|
2798
2787
|
type: 'closeComponentInFullscreen'
|
|
2799
2788
|
});
|
|
@@ -3460,16 +3449,23 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3460
3449
|
}, {
|
|
3461
3450
|
key: "fullscreenComponent",
|
|
3462
3451
|
get: function get() {
|
|
3463
|
-
var
|
|
3464
|
-
|
|
3452
|
+
var _this9 = this;
|
|
3453
|
+
var component = this.availableComponents.find(function (component) {
|
|
3454
|
+
var _this9$_fullscreenCom;
|
|
3455
|
+
return component.type == ((_this9$_fullscreenCom = _this9._fullscreenComponent) === null || _this9$_fullscreenCom === void 0 ? void 0 : _this9$_fullscreenCom.key);
|
|
3456
|
+
});
|
|
3457
|
+
var cmp = this.configuration.find(function (config) {
|
|
3458
|
+
return (component === null || component === void 0 ? void 0 : component.type) == config.name;
|
|
3459
|
+
});
|
|
3460
|
+
if (!cmp || !component || !this._fullscreenComponent) throw new DivaError("No component with the specified settings found", {
|
|
3465
3461
|
code: 'CORE_0005',
|
|
3466
3462
|
custom: {
|
|
3467
|
-
key:
|
|
3463
|
+
key: this._fullscreenComponent.key
|
|
3468
3464
|
}
|
|
3469
3465
|
});
|
|
3470
3466
|
return {
|
|
3471
|
-
name:
|
|
3472
|
-
component: this.
|
|
3467
|
+
name: cmp.name,
|
|
3468
|
+
component: withTransaction(this._fullscreenComponent.key, 'Module')(cmp.renderFunction),
|
|
3473
3469
|
state: this._fullscreenComponent
|
|
3474
3470
|
};
|
|
3475
3471
|
}
|
|
@@ -3481,8 +3477,8 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3481
3477
|
}, {
|
|
3482
3478
|
key: "isAbsoluteFullscreenComponent",
|
|
3483
3479
|
get: function get() {
|
|
3484
|
-
var _this$
|
|
3485
|
-
return !!((_this$
|
|
3480
|
+
var _this$_fullscreenComp;
|
|
3481
|
+
return !!((_this$_fullscreenComp = this._fullscreenComponent) !== null && _this$_fullscreenComp !== void 0 && _this$_fullscreenComp.absoluteFullscreen) || this._isAbsoluteComponent;
|
|
3486
3482
|
}
|
|
3487
3483
|
|
|
3488
3484
|
/**
|
|
@@ -3503,24 +3499,24 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3503
3499
|
key: "availableButtons",
|
|
3504
3500
|
get: function get() {
|
|
3505
3501
|
var _this$root$configurat,
|
|
3506
|
-
|
|
3502
|
+
_this10 = this;
|
|
3507
3503
|
return (_this$root$configurat = this.root.configurationStore.navigation) === null || _this$root$configurat === void 0 ? void 0 : _this$root$configurat.buttons.filter(function (button) {
|
|
3508
3504
|
//if component is public it can be displayed
|
|
3509
3505
|
if (button.isPublic) {
|
|
3510
3506
|
return true;
|
|
3511
3507
|
}
|
|
3512
3508
|
//if the user is not logged in the component must be public
|
|
3513
|
-
if (!
|
|
3509
|
+
if (!_this10.root.dataStore.user) {
|
|
3514
3510
|
return false;
|
|
3515
3511
|
}
|
|
3516
3512
|
|
|
3517
3513
|
//if the button is opening a component, the component must be availalbe
|
|
3518
|
-
if (button.action.type && !
|
|
3514
|
+
if (button.action.type && !_this10.availableComponentList.includes(button.action.type)) {
|
|
3519
3515
|
return false;
|
|
3520
3516
|
}
|
|
3521
3517
|
|
|
3522
3518
|
//if there is a permission specified, the user must have it
|
|
3523
|
-
return button.permission ?
|
|
3519
|
+
return button.permission ? _this10.root.dataStore.userHasPermission(button.permission) : true;
|
|
3524
3520
|
});
|
|
3525
3521
|
}
|
|
3526
3522
|
|
|
@@ -3605,7 +3601,7 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3605
3601
|
}, {
|
|
3606
3602
|
key: "updateStateAfterLogout",
|
|
3607
3603
|
value: function updateStateAfterLogout() {
|
|
3608
|
-
var
|
|
3604
|
+
var _this11 = this;
|
|
3609
3605
|
var _iterator3 = _createForOfIteratorHelper$1(this.state.entries()),
|
|
3610
3606
|
_step3;
|
|
3611
3607
|
try {
|
|
@@ -3613,19 +3609,19 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3613
3609
|
var _step3$value = _slicedToArray(_step3.value, 2),
|
|
3614
3610
|
type = _step3$value[0],
|
|
3615
3611
|
component = _step3$value[1];
|
|
3616
|
-
var config =
|
|
3612
|
+
var config = _this11.root.configurationStore.components.find(function (c) {
|
|
3617
3613
|
return c.type == type;
|
|
3618
3614
|
});
|
|
3619
3615
|
if (!(config !== null && config !== void 0 && config.isPublic)) {
|
|
3620
|
-
|
|
3621
|
-
if (
|
|
3622
|
-
|
|
3623
|
-
|
|
3616
|
+
_this11.state["delete"](type);
|
|
3617
|
+
if (_this11.visible == type) {
|
|
3618
|
+
_this11.visible = undefined;
|
|
3619
|
+
_this11._restrictedComponent = {
|
|
3624
3620
|
type: type,
|
|
3625
3621
|
parameters: component.parameters,
|
|
3626
3622
|
internal: component.internal
|
|
3627
3623
|
};
|
|
3628
|
-
|
|
3624
|
+
_this11.root.authorizationStore.showLogin();
|
|
3629
3625
|
}
|
|
3630
3626
|
}
|
|
3631
3627
|
};
|
|
@@ -3720,10 +3716,10 @@ var ContentStore = /*#__PURE__*/function () {
|
|
|
3720
3716
|
}, {
|
|
3721
3717
|
key: "onResize",
|
|
3722
3718
|
value: function onResize(width, height) {
|
|
3723
|
-
var
|
|
3719
|
+
var _this12 = this;
|
|
3724
3720
|
this.onResizeFunc(width, height);
|
|
3725
3721
|
setTimeout(function () {
|
|
3726
|
-
|
|
3722
|
+
_this12.onResizeFunc(width, height);
|
|
3727
3723
|
}, 500);
|
|
3728
3724
|
}
|
|
3729
3725
|
}, {
|
|
@@ -10296,7 +10292,7 @@ var DrawerMenu$1 = observer(DrawerMenu);
|
|
|
10296
10292
|
function ownKeys$4(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
10297
10293
|
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10298
10294
|
var LazyModals$1 = /*#__PURE__*/React.lazy(function () {
|
|
10299
|
-
return import('./ModalsWrapper-
|
|
10295
|
+
return import('./ModalsWrapper-a47c0cf8.js');
|
|
10300
10296
|
});
|
|
10301
10297
|
function Fullscreen(_ref) {
|
|
10302
10298
|
var inAbsoluteFullscreen = _ref.inAbsoluteFullscreen;
|
|
@@ -10756,10 +10752,10 @@ function ownKeys$3(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
|
|
|
10756
10752
|
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10757
10753
|
var LOG$2 = getLogger('Framework', 'Root');
|
|
10758
10754
|
var LazyAuth = /*#__PURE__*/React.lazy(function () {
|
|
10759
|
-
return import('./index-
|
|
10755
|
+
return import('./index-32da73e4.js');
|
|
10760
10756
|
});
|
|
10761
10757
|
var LazyModals = /*#__PURE__*/React.lazy(function () {
|
|
10762
|
-
return import('./ModalsWrapper-
|
|
10758
|
+
return import('./ModalsWrapper-a47c0cf8.js');
|
|
10763
10759
|
});
|
|
10764
10760
|
function ContentComponent() {
|
|
10765
10761
|
var context = useDivaCoreContext();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-
|
|
1
|
+
import { s as styleInject, u as useDivaCoreContext, g as getLogger } from './index-1f1f02bb.js';
|
|
2
2
|
import { forwardRef, useState, useRef, useEffect, useMemo } from 'react';
|
|
3
3
|
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
4
4
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
package/build/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as AnalyticsHandler, A as AuthorizationHandler, e as ClientArticleHandler, C as Content, f as DivaMockProvider, D as DrawerMenuComponent, H as HelpButton, O as ONE_DAY_UNIX, d as OrganizationHandler, P as ProductHandler, R as RequestStatus, S as SupportHandler, b as default, g as getLogger, i as i18n, h as storyBookCoreMock, a as useDivaCore } from './index-
|
|
1
|
+
export { c as AnalyticsHandler, A as AuthorizationHandler, e as ClientArticleHandler, C as Content, f as DivaMockProvider, D as DrawerMenuComponent, H as HelpButton, O as ONE_DAY_UNIX, d as OrganizationHandler, P as ProductHandler, R as RequestStatus, S as SupportHandler, b as default, g as getLogger, i as i18n, h as storyBookCoreMock, a as useDivaCore } from './index-1f1f02bb.js';
|
|
2
2
|
export { DivaError, default as DivaUtils } from '@crystaldesign/diva-utils';
|
|
3
3
|
export { Trans, useTranslation } from 'react-i18next';
|
|
4
4
|
export * from '@crystaldesign/basket-model';
|
|
@@ -28,7 +28,6 @@ export default class ContentStore {
|
|
|
28
28
|
private resizeObserver?;
|
|
29
29
|
private _dimensions?;
|
|
30
30
|
private _currentlyRendered;
|
|
31
|
-
private _fullscreenRender?;
|
|
32
31
|
constructor(components: ComponentDefinition[], root: RootStore);
|
|
33
32
|
loadModelViewer(): Promise<void>;
|
|
34
33
|
resolveComponent(action: Action): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ContentStore.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,MAAM,EACN,UAAU,EACV,gBAAgB,EAChB,WAAW,EACX,SAAS,EACT,sBAAsB,EACtB,mBAAmB,EACnB,cAAc,EACd,SAAS,EAET,KAAK,EACL,WAAW,EACZ,MAAM,UAAU,CAAC;AAClB,OAAO,SAAS,MAAM,aAAa,CAAC;AAKpC,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,UAAU,EAAE,UAAU,EAAE,wBAAwB,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAQxI,MAAM,CAAC,OAAO,OAAO,YAAY;
|
|
1
|
+
{"version":3,"file":"ContentStore.d.ts","sourceRoot":"","sources":["../../../../../src/store/ContentStore.tsx"],"names":[],"mappings":"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"}
|