@crystaldesign/diva-backoffice 24.12.0 → 24.12.1
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/index.js +99 -92
- package/build/types/backoffice/src/ui/MediaUpload/useMediaUpload.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/RelationSelector/useRelationSelectorData.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/Table/utils/applyFilterAndSortation.d.ts.map +1 -1
- package/build/types/backoffice/src/ui/TreeChart/BreadCrumbsTrigger/index.d.ts.map +1 -1
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -1702,16 +1702,16 @@ var _default$8 = /*#__PURE__*/function (_ApiHandler) {
|
|
|
1702
1702
|
}
|
|
1703
1703
|
return readList;
|
|
1704
1704
|
}()
|
|
1705
|
-
/**
|
|
1706
|
-
* since source values can also be arrays, we have to check for it and flatn them out
|
|
1707
|
-
*
|
|
1708
|
-
* Explanation: The main function gets the array of keys (with Object.keys) of the given object, and passes it to a recursive function (recurse).
|
|
1709
|
-
* This inner function first checks if there are keys, if not the recursion ends, and an array with a single, empty object is returned.
|
|
1710
|
-
* In all other cases, the function is called recursively with one less key.
|
|
1711
|
-
* The result from that recursive call is then iterated (with result.map()) and for each entry,
|
|
1712
|
-
* a new object is generated that has one more property -- the current key (i.e. the first from the array of keys) and the current value for that key.
|
|
1713
|
-
* If the values are arrays, the values are iterated over with reduce(), and the above is repeated for every such value.
|
|
1714
|
-
* These sub-results are concatenated with acc.concat() into a larger array that is returned to the caller.
|
|
1705
|
+
/**
|
|
1706
|
+
* since source values can also be arrays, we have to check for it and flatn them out
|
|
1707
|
+
*
|
|
1708
|
+
* Explanation: The main function gets the array of keys (with Object.keys) of the given object, and passes it to a recursive function (recurse).
|
|
1709
|
+
* This inner function first checks if there are keys, if not the recursion ends, and an array with a single, empty object is returned.
|
|
1710
|
+
* In all other cases, the function is called recursively with one less key.
|
|
1711
|
+
* The result from that recursive call is then iterated (with result.map()) and for each entry,
|
|
1712
|
+
* a new object is generated that has one more property -- the current key (i.e. the first from the array of keys) and the current value for that key.
|
|
1713
|
+
* If the values are arrays, the values are iterated over with reduce(), and the above is repeated for every such value.
|
|
1714
|
+
* These sub-results are concatenated with acc.concat() into a larger array that is returned to the caller.
|
|
1715
1715
|
*/
|
|
1716
1716
|
}, {
|
|
1717
1717
|
key: "combinations",
|
|
@@ -4043,10 +4043,17 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
4043
4043
|
}],
|
|
4044
4044
|
apiInterface: {
|
|
4045
4045
|
read: {
|
|
4046
|
-
list: '${catalogService}/contentItems',
|
|
4046
|
+
list: '${catalogService}/contentItems?organizationId=${organizationId}',
|
|
4047
4047
|
filterServerSide: true
|
|
4048
4048
|
},
|
|
4049
4049
|
"delete": '${catalogService}/contentItems/${id}'
|
|
4050
|
+
},
|
|
4051
|
+
mapping: {
|
|
4052
|
+
type: 'query',
|
|
4053
|
+
map: [{
|
|
4054
|
+
globalValue: 'organizationId',
|
|
4055
|
+
targetField: 'organizationId'
|
|
4056
|
+
}]
|
|
4050
4057
|
}
|
|
4051
4058
|
},
|
|
4052
4059
|
TableApplicationTranslations: {
|
|
@@ -12377,7 +12384,7 @@ var navMinified = "nav-minified-tSt-a";
|
|
|
12377
12384
|
var navOverlay = "nav-overlay-rKJNC";
|
|
12378
12385
|
var navSettings = "nav-settings-82cjv";
|
|
12379
12386
|
var menuLabel = "menu-label-4dXQk";
|
|
12380
|
-
var css_248z$p = ".nav-minify-button-ZX7dm {\n color: rgba(255, 255, 255, 0.65);\n background: #001529;\n cursor: pointer;\n padding: 10px;\n height: 40px;\n}\n\n.nav-minify-button-ZX7dm:hover {\n color: #fff;\n background-color: rgba(0, 0, 0, 0.06);\n}\n\n.nav-minify-button-ZX7dm .anticon {\n float: right;\n}\n\n.nav-container-JCR24 {\n display: flex;\n min-width: 30px;\n overflow: visible;\n z-index: 10001;\n}\n\n.nav-container-JCR24 .ant-layout-sider-children {\n display: flex;\n flex-direction: column;\n}\n\n.nav-minified-tSt-a {\n flex: 0 0 30px !important;\n max-width: 30px !important;\n min-width: 30px !important;\n width: 30px !important;\n}\n\n.nav-minified-tSt-a {\n /* position: absolute !important; */\n height: 100%;\n z-index: 1;\n}\n\n.nav-overlay-rKJNC {\n max-width: 200px !important;\n min-width: 200px !important;\n width: 200px !important;\n}\n\n.nav-minified-tSt-a .ant-menu-root {\n display: none;\n}\n\n.nav-overlay-rKJNC .ant-menu-root {\n display: inline;\n display: initial;\n}\n\n.nav-settings-82cjv {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: auto 18px 55px;\n}\n\n.nav-container-JCR24 .ant-menu-title-content {\n overflow: visible;\n}\n\n.menu-label-4dXQk {\n display: flex;\n}\n\n.ant-menu .ant-menu-item .menu-label-4dXQk .anticon {\n margin-left: auto;\n margin-right: -6px;\n font-size: 10px;\n}\n\n.menu-label-4dXQk span:first-child {\n width: 120px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n";
|
|
12387
|
+
var css_248z$p = ".nav-minify-button-ZX7dm {\r\n color: rgba(255, 255, 255, 0.65);\r\n background: #001529;\r\n cursor: pointer;\r\n padding: 10px;\r\n height: 40px;\r\n}\r\n\r\n.nav-minify-button-ZX7dm:hover {\r\n color: #fff;\r\n background-color: rgba(0, 0, 0, 0.06);\r\n}\r\n\r\n.nav-minify-button-ZX7dm .anticon {\r\n float: right;\r\n}\r\n\r\n.nav-container-JCR24 {\r\n display: flex;\r\n min-width: 30px;\r\n overflow: visible;\r\n z-index: 10001;\r\n}\r\n\r\n.nav-container-JCR24 .ant-layout-sider-children {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.nav-minified-tSt-a {\r\n flex: 0 0 30px !important;\r\n max-width: 30px !important;\r\n min-width: 30px !important;\r\n width: 30px !important;\r\n}\r\n\r\n.nav-minified-tSt-a {\r\n /* position: absolute !important; */\r\n height: 100%;\r\n z-index: 1;\r\n}\r\n\r\n.nav-overlay-rKJNC {\r\n max-width: 200px !important;\r\n min-width: 200px !important;\r\n width: 200px !important;\r\n}\r\n\r\n.nav-minified-tSt-a .ant-menu-root {\r\n display: none;\r\n}\r\n\r\n.nav-overlay-rKJNC .ant-menu-root {\r\n display: inline;\r\n display: initial;\r\n}\r\n\r\n.nav-settings-82cjv {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n margin: auto 18px 55px;\r\n}\r\n\r\n.nav-container-JCR24 .ant-menu-title-content {\r\n overflow: visible;\r\n}\r\n\r\n.menu-label-4dXQk {\r\n display: flex;\r\n}\r\n\r\n.ant-menu .ant-menu-item .menu-label-4dXQk .anticon {\r\n margin-left: auto;\r\n margin-right: -6px;\r\n font-size: 10px;\r\n}\r\n\r\n.menu-label-4dXQk span:first-child {\r\n width: 120px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n";
|
|
12381
12388
|
styleInject(css_248z$p);
|
|
12382
12389
|
|
|
12383
12390
|
function MenuLabel (_ref) {
|
|
@@ -12801,15 +12808,15 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12801
12808
|
}
|
|
12802
12809
|
}
|
|
12803
12810
|
|
|
12804
|
-
/**
|
|
12805
|
-
* Fills the selected menu items until the first leaf entry.
|
|
12806
|
-
*
|
|
12807
|
-
* @param menu the menu to search in
|
|
12808
|
-
* @param selected the path to the currently selected menu item
|
|
12809
|
-
* @param pos the position of the currently selected menu item
|
|
12810
|
-
* @param key the key of the currently selected menu item
|
|
12811
|
-
* @returns the new selected menu items
|
|
12812
|
-
*
|
|
12811
|
+
/**
|
|
12812
|
+
* Fills the selected menu items until the first leaf entry.
|
|
12813
|
+
*
|
|
12814
|
+
* @param menu the menu to search in
|
|
12815
|
+
* @param selected the path to the currently selected menu item
|
|
12816
|
+
* @param pos the position of the currently selected menu item
|
|
12817
|
+
* @param key the key of the currently selected menu item
|
|
12818
|
+
* @returns the new selected menu items
|
|
12819
|
+
*
|
|
12813
12820
|
*/
|
|
12814
12821
|
}, {
|
|
12815
12822
|
key: "fillSelectedUntilFistLeaf",
|
|
@@ -12877,10 +12884,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12877
12884
|
return path.join('/') + (searchParams.size ? '?' + searchParams.toString() : '');
|
|
12878
12885
|
}
|
|
12879
12886
|
|
|
12880
|
-
/**
|
|
12881
|
-
* Get the keys of the menu items that are selected by the given path.
|
|
12882
|
-
* @param menu the menu to search in
|
|
12883
|
-
* @param path the path to the selected menu item
|
|
12887
|
+
/**
|
|
12888
|
+
* Get the keys of the menu items that are selected by the given path.
|
|
12889
|
+
* @param menu the menu to search in
|
|
12890
|
+
* @param path the path to the selected menu item
|
|
12884
12891
|
*/
|
|
12885
12892
|
}, {
|
|
12886
12893
|
key: "keysFormPath",
|
|
@@ -12909,9 +12916,9 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12909
12916
|
return selectedkeys;
|
|
12910
12917
|
}
|
|
12911
12918
|
|
|
12912
|
-
/**
|
|
12913
|
-
* Recursivly search for a menu item with the given path part.
|
|
12914
|
-
* If it is a sub menu, it is possible that the parent menu is not reflected in the path, so we have to deep search.
|
|
12919
|
+
/**
|
|
12920
|
+
* Recursivly search for a menu item with the given path part.
|
|
12921
|
+
* If it is a sub menu, it is possible that the parent menu is not reflected in the path, so we have to deep search.
|
|
12915
12922
|
*/
|
|
12916
12923
|
}, {
|
|
12917
12924
|
key: "flatFindMenuItem",
|
|
@@ -12935,10 +12942,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12935
12942
|
return null;
|
|
12936
12943
|
}
|
|
12937
12944
|
|
|
12938
|
-
/**
|
|
12939
|
-
* Get the menu items to be displayed in the menu, in the correct format for the antd menu.
|
|
12940
|
-
*
|
|
12941
|
-
* @param item the menu item to be converted
|
|
12945
|
+
/**
|
|
12946
|
+
* Get the menu items to be displayed in the menu, in the correct format for the antd menu.
|
|
12947
|
+
*
|
|
12948
|
+
* @param item the menu item to be converted
|
|
12942
12949
|
*/
|
|
12943
12950
|
}, {
|
|
12944
12951
|
key: "getMenuItem",
|
|
@@ -12986,10 +12993,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12986
12993
|
}
|
|
12987
12994
|
}
|
|
12988
12995
|
|
|
12989
|
-
/**
|
|
12990
|
-
* Recursivly filter out menu entries by permissions
|
|
12991
|
-
*
|
|
12992
|
-
* @param items the menu items to filter
|
|
12996
|
+
/**
|
|
12997
|
+
* Recursivly filter out menu entries by permissions
|
|
12998
|
+
*
|
|
12999
|
+
* @param items the menu items to filter
|
|
12993
13000
|
*/
|
|
12994
13001
|
}, {
|
|
12995
13002
|
key: "filterMenuByPermission",
|
|
@@ -14189,11 +14196,11 @@ var _default$1 = /*#__PURE__*/function () {
|
|
|
14189
14196
|
}
|
|
14190
14197
|
}
|
|
14191
14198
|
|
|
14192
|
-
/**
|
|
14193
|
-
*
|
|
14194
|
-
* @param id
|
|
14195
|
-
* @param apiInterface overwirting the configs apiInterface
|
|
14196
|
-
* @returns
|
|
14199
|
+
/**
|
|
14200
|
+
*
|
|
14201
|
+
* @param id
|
|
14202
|
+
* @param apiInterface overwirting the configs apiInterface
|
|
14203
|
+
* @returns
|
|
14197
14204
|
*/
|
|
14198
14205
|
}, {
|
|
14199
14206
|
key: "getApiHandler",
|
|
@@ -15896,7 +15903,7 @@ var Result = function Result(_ref) {
|
|
|
15896
15903
|
|
|
15897
15904
|
var success = "success-tRJ7j";
|
|
15898
15905
|
var error = "error-MtAFB";
|
|
15899
|
-
var css_248z$o = ".success-tRJ7j {\n color: #fff !important;\n background-color: #449d44 !important;\n border-color: #398439 !important;\n}\n\n.error-MtAFB {\n color: #fff !important;\n background-color: #c9302c !important;\n border-color: #ac2925 !important;\n}\n";
|
|
15906
|
+
var css_248z$o = ".success-tRJ7j {\r\n color: #fff !important;\r\n background-color: #449d44 !important;\r\n border-color: #398439 !important;\r\n}\r\n\r\n.error-MtAFB {\r\n color: #fff !important;\r\n background-color: #c9302c !important;\r\n border-color: #ac2925 !important;\r\n}\r\n";
|
|
15900
15907
|
styleInject(css_248z$o);
|
|
15901
15908
|
|
|
15902
15909
|
var azureIcon = "data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248px%22%20height%3D%2248px%22%3E%20%3ClinearGradient%20id%3D%22k8yl7~hDat~FaoWq8WjN6a%22%20x1%3D%22-1254.397%22%20x2%3D%22-1261.911%22%20y1%3D%22877.268%22%20y2%3D%22899.466%22%20gradientTransform%3D%22translate%281981.75%20-1362.063%29%20scale%281.5625%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23114a8b%22%2F%3E%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230669bc%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpath%20fill%3D%22url%28%23k8yl7~hDat~FaoWq8WjN6a%29%22%20d%3D%22M17.634%2C6h11.305L17.203%2C40.773c-0.247%2C0.733-0.934%2C1.226-1.708%2C1.226H6.697%20c-0.994%2C0-1.8-0.806-1.8-1.8c0-0.196%2C0.032-0.39%2C0.094-0.576L15.926%2C7.227C16.173%2C6.494%2C16.86%2C6%2C17.634%2C6L17.634%2C6z%22%2F%3E%20%3Cpath%20fill%3D%22%230078d4%22%20d%3D%22M34.062%2C29.324H16.135c-0.458-0.001-0.83%2C0.371-0.831%2C0.829c0%2C0.231%2C0.095%2C0.451%2C0.264%2C0.608%20l11.52%2C10.752C27.423%2C41.826%2C27.865%2C42%2C28.324%2C42h10.151L34.062%2C29.324z%22%2F%3E%20%3ClinearGradient%20id%3D%22k8yl7~hDat~FaoWq8WjN6b%22%20x1%3D%22-1252.05%22%20x2%3D%22-1253.788%22%20y1%3D%22887.612%22%20y2%3D%22888.2%22%20gradientTransform%3D%22translate%281981.75%20-1362.063%29%20scale%281.5625%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%3Cstop%20offset%3D%220%22%20stop-opacity%3D%22.3%22%2F%3E%20%20%3Cstop%20offset%3D%22.071%22%20stop-opacity%3D%22.2%22%2F%3E%20%20%3Cstop%20offset%3D%22.321%22%20stop-opacity%3D%22.1%22%2F%3E%20%20%3Cstop%20offset%3D%22.623%22%20stop-opacity%3D%22.05%22%2F%3E%20%20%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpath%20fill%3D%22url%28%23k8yl7~hDat~FaoWq8WjN6b%29%22%20d%3D%22M17.634%2C6c-0.783-0.003-1.476%2C0.504-1.712%2C1.25L5.005%2C39.595%20c-0.335%2C0.934%2C0.151%2C1.964%2C1.085%2C2.299C6.286%2C41.964%2C6.493%2C42%2C6.702%2C42h9.026c0.684-0.122%2C1.25-0.603%2C1.481-1.259l2.177-6.416%20l7.776%2C7.253c0.326%2C0.27%2C0.735%2C0.419%2C1.158%2C0.422h10.114l-4.436-12.676l-12.931%2C0.003L28.98%2C6H17.634z%22%2F%3E%20%3ClinearGradient%20id%3D%22k8yl7~hDat~FaoWq8WjN6c%22%20x1%3D%22-1252.952%22%20x2%3D%22-1244.704%22%20y1%3D%22876.6%22%20y2%3D%22898.575%22%20gradientTransform%3D%22translate%281981.75%20-1362.063%29%20scale%281.5625%29%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%233ccbf4%22%2F%3E%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232892df%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cpath%20fill%3D%22url%28%23k8yl7~hDat~FaoWq8WjN6c%29%22%20d%3D%22M32.074%2C7.225C31.827%2C6.493%2C31.141%2C6%2C30.368%2C6h-12.6c0.772%2C0%2C1.459%2C0.493%2C1.705%2C1.224%20l10.935%2C32.399c0.318%2C0.942-0.188%2C1.963-1.13%2C2.281C29.093%2C41.968%2C28.899%2C42%2C28.703%2C42h12.6c0.994%2C0%2C1.8-0.806%2C1.8-1.801%20c0-0.196-0.032-0.39-0.095-0.575L32.074%2C7.225z%22%2F%3E%3C%2Fsvg%3E";
|
|
@@ -15961,7 +15968,7 @@ var CustomButton$1 = observer(CustomButton);
|
|
|
15961
15968
|
|
|
15962
15969
|
var wrapper$5 = "wrapper-GVe2h";
|
|
15963
15970
|
var buttonGroup = "button-group-GYt-T";
|
|
15964
|
-
var css_248z$n = ".wrapper-GVe2h {\n display: flex;\n flex-direction: row;\n gap: 12px;\n}\n\n.button-group-GYt-T {\n display: flex;\n flex-direction: row;\n gap: 12px;\n margin: 0 12px;\n}\n";
|
|
15971
|
+
var css_248z$n = ".wrapper-GVe2h {\r\n display: flex;\r\n flex-direction: row;\r\n gap: 12px;\r\n}\r\n\r\n.button-group-GYt-T {\r\n display: flex;\r\n flex-direction: row;\r\n gap: 12px;\r\n margin: 0 12px;\r\n}\r\n";
|
|
15965
15972
|
styleInject(css_248z$n);
|
|
15966
15973
|
|
|
15967
15974
|
function ownKeys$H(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; }
|
|
@@ -16173,8 +16180,8 @@ function useSelectSimpleData (_ref) {
|
|
|
16173
16180
|
};
|
|
16174
16181
|
}
|
|
16175
16182
|
|
|
16176
|
-
/**
|
|
16177
|
-
* Returns the option(s) that match the given external value
|
|
16183
|
+
/**
|
|
16184
|
+
* Returns the option(s) that match the given external value
|
|
16178
16185
|
*/
|
|
16179
16186
|
function findByValue(value, options, selectMapping) {
|
|
16180
16187
|
if (!value) return undefined;
|
|
@@ -16198,8 +16205,8 @@ function findByValue(value, options, selectMapping) {
|
|
|
16198
16205
|
return option;
|
|
16199
16206
|
}
|
|
16200
16207
|
|
|
16201
|
-
/**
|
|
16202
|
-
* Returns an option entry based on the selectMapping configuration
|
|
16208
|
+
/**
|
|
16209
|
+
* Returns an option entry based on the selectMapping configuration
|
|
16203
16210
|
*/
|
|
16204
16211
|
function parseDataEntry(item, selectMapping) {
|
|
16205
16212
|
return {
|
|
@@ -16209,8 +16216,8 @@ function parseDataEntry(item, selectMapping) {
|
|
|
16209
16216
|
};
|
|
16210
16217
|
}
|
|
16211
16218
|
|
|
16212
|
-
/**
|
|
16213
|
-
* Returns the data of the selected option(s) based on the selectMapping configuration
|
|
16219
|
+
/**
|
|
16220
|
+
* Returns the data of the selected option(s) based on the selectMapping configuration
|
|
16214
16221
|
*/
|
|
16215
16222
|
function parseReturnData(options, selectMapping) {
|
|
16216
16223
|
if (Array.isArray(options)) return options.map(function (option) {
|
|
@@ -16220,7 +16227,7 @@ function parseReturnData(options, selectMapping) {
|
|
|
16220
16227
|
}
|
|
16221
16228
|
|
|
16222
16229
|
var wrapper$4 = "wrapper-4xyke";
|
|
16223
|
-
var css_248z$m = ".wrapper-4xyke {\n display: flex;\n flex-direction: column;\n min-height: 50px;\n justify-content: flex-end;\n font-size: 12px;\n}\n";
|
|
16230
|
+
var css_248z$m = ".wrapper-4xyke {\r\n display: flex;\r\n flex-direction: column;\r\n min-height: 50px;\r\n justify-content: flex-end;\r\n font-size: 12px;\r\n}\r\n";
|
|
16224
16231
|
styleInject(css_248z$m);
|
|
16225
16232
|
|
|
16226
16233
|
var _excluded$2 = ["apiInterface", "selectMapping", "apiMapping", "onChange", "value", "search", "options", "autoSelectFirst", "title"];
|
|
@@ -17103,7 +17110,7 @@ var customSelect = "custom-select-ESUJX";
|
|
|
17103
17110
|
var customSelectOption = "custom-select-option-dUA7N";
|
|
17104
17111
|
var avatarWrapper = "avatar-wrapper-Vg-xe";
|
|
17105
17112
|
var selectTextWrapper = "select-text-wrapper-hPSZW";
|
|
17106
|
-
var css_248z$l = ".custom-select-ESUJX {\n width: 300px;\n}\n\n.custom-select-option-dUA7N.ant-select-item {\n margin: 0px 12px;\n padding: 0px;\n border-bottom: 1px solid #ddd;\n}\n\n.custom-select-option-dUA7N .ant-select-item-option-content {\n display: flex;\n align-items: center;\n}\n\n.avatar-wrapper-Vg-xe {\n margin-right: 5px;\n height: 30px;\n width: 24px;\n float: left;\n position: relative;\n}\n\n.avatar-wrapper-Vg-xe > span {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n\n.select-text-wrapper-hPSZW {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: normal;\n width: calc(100% - 29px);\n}\n";
|
|
17113
|
+
var css_248z$l = ".custom-select-ESUJX {\r\n width: 300px;\r\n}\r\n\r\n.custom-select-option-dUA7N.ant-select-item {\r\n margin: 0px 12px;\r\n padding: 0px;\r\n border-bottom: 1px solid #ddd;\r\n}\r\n\r\n.custom-select-option-dUA7N .ant-select-item-option-content {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.avatar-wrapper-Vg-xe {\r\n margin-right: 5px;\r\n height: 30px;\r\n width: 24px;\r\n float: left;\r\n position: relative;\r\n}\r\n\r\n.avatar-wrapper-Vg-xe > span {\r\n position: absolute;\r\n left: 50%;\r\n top: 50%;\r\n transform: translate(-50%, -50%);\r\n}\r\n\r\n.select-text-wrapper-hPSZW {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: normal;\r\n width: calc(100% - 29px);\r\n}\r\n";
|
|
17107
17114
|
styleInject(css_248z$l);
|
|
17108
17115
|
|
|
17109
17116
|
var Selector = function Selector(_ref) {
|
|
@@ -17638,7 +17645,7 @@ function useSelectData (_ref) {
|
|
|
17638
17645
|
};
|
|
17639
17646
|
}
|
|
17640
17647
|
|
|
17641
|
-
var css_248z$k = ".darkmode .ant-select-selection-search-input {\n color: #fff;\n}\n";
|
|
17648
|
+
var css_248z$k = ".darkmode .ant-select-selection-search-input {\r\n color: #fff;\r\n}\r\n";
|
|
17642
17649
|
styleInject(css_248z$k);
|
|
17643
17650
|
|
|
17644
17651
|
var SelectWrapper = function SelectWrapper(_ref) {
|
|
@@ -17719,7 +17726,7 @@ var Select = observer(SelectWrapper);
|
|
|
17719
17726
|
var wrapper$3 = "wrapper-WStAk";
|
|
17720
17727
|
var headerWrapper = "header-wrapper-gWQuH";
|
|
17721
17728
|
var buttonsWrapper$1 = "buttons-wrapper-7ebR9";
|
|
17722
|
-
var css_248z$j = ".wrapper-WStAk {\n display: flex;\n flex-direction: column;\n}\n.header-wrapper-gWQuH {\n display: flex;\n align-items: center;\n gap: 6px;\n margin-left: 64px;\n}\n\n.buttons-wrapper-7ebR9 {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n}\n";
|
|
17729
|
+
var css_248z$j = ".wrapper-WStAk {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.header-wrapper-gWQuH {\r\n display: flex;\r\n align-items: center;\r\n gap: 6px;\r\n margin-left: 64px;\r\n}\r\n\r\n.buttons-wrapper-7ebR9 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n flex-grow: 1;\r\n}\r\n";
|
|
17723
17730
|
styleInject(css_248z$j);
|
|
17724
17731
|
|
|
17725
17732
|
function ownKeys$D(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; }
|
|
@@ -19729,7 +19736,7 @@ var skeleton = "skeleton--xCI0";
|
|
|
19729
19736
|
var filterField = "filterField-1kU1O";
|
|
19730
19737
|
var parentScroll = "parent-scroll-GmaL9";
|
|
19731
19738
|
var parent = "parent-NZJ3S";
|
|
19732
|
-
var css_248z$i = ".permission-Button-XctsZ {\n position: relative;\n top: 25px;\n left: -30px;\n float: right;\n height: 20px;\n z-index: 1000;\n}\n.select-lzft- {\n width: 100%;\n}\n.loadingOption-qCkRw {\n margin-top: 11px;\n padding-left: 500px;\n}\n.scroller-lrdk9 {\n overflow: auto;\n height: 100%;\n}\n\n.skeleton--xCI0 {\n padding-left: 25px;\n padding-bottom: 10px;\n}\n.filterField-1kU1O {\n display: flex;\n gap: 10px;\n}\n.filterField-1kU1O button {\n height: 32px;\n}\n.filterField-1kU1O div {\n height: 32px;\n}\n\n.parent-scroll-GmaL9 {\n overflow: auto;\n padding: 24px;\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n.parent-NZJ3S {\n overflow: auto;\n padding: 24px;\n height: 100%;\n}\n\n.parent-scroll-GmaL9 .ant-spin-container {\n height: 100%;\n}\n.parent-scroll-GmaL9 .infinite-scroll-component__outerdiv {\n height: 100%;\n}\n.parent-scroll-GmaL9 .infinite-scroll-component {\n height: 100% !important;\n}\n";
|
|
19739
|
+
var css_248z$i = ".permission-Button-XctsZ {\r\n position: relative;\r\n top: 25px;\r\n left: -30px;\r\n float: right;\r\n height: 20px;\r\n z-index: 1000;\r\n}\r\n.select-lzft- {\r\n width: 100%;\r\n}\r\n.loadingOption-qCkRw {\r\n margin-top: 11px;\r\n padding-left: 500px;\r\n}\r\n.scroller-lrdk9 {\r\n overflow: auto;\r\n height: 100%;\r\n}\r\n\r\n.skeleton--xCI0 {\r\n padding-left: 25px;\r\n padding-bottom: 10px;\r\n}\r\n.filterField-1kU1O {\r\n display: flex;\r\n gap: 10px;\r\n}\r\n.filterField-1kU1O button {\r\n height: 32px;\r\n}\r\n.filterField-1kU1O div {\r\n height: 32px;\r\n}\r\n\r\n.parent-scroll-GmaL9 {\r\n overflow: auto;\r\n padding: 24px;\r\n flex: 1;\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.parent-NZJ3S {\r\n overflow: auto;\r\n padding: 24px;\r\n height: 100%;\r\n}\r\n\r\n.parent-scroll-GmaL9 .ant-spin-container {\r\n height: 100%;\r\n}\r\n.parent-scroll-GmaL9 .infinite-scroll-component__outerdiv {\r\n height: 100%;\r\n}\r\n.parent-scroll-GmaL9 .infinite-scroll-component {\r\n height: 100% !important;\r\n}\r\n";
|
|
19733
19740
|
styleInject(css_248z$i);
|
|
19734
19741
|
|
|
19735
19742
|
function ownKeys$y(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; }
|
|
@@ -20929,7 +20936,7 @@ var newscroller = "newscroller-INKeD";
|
|
|
20929
20936
|
var antCollapseHeader = "ant-collapse-header--6FgU";
|
|
20930
20937
|
var itemTitle = "item-title--BTvC";
|
|
20931
20938
|
var itemDesc = "item-desc-DBiiF";
|
|
20932
|
-
var css_248z$h = ".diva-component-DIVA_BACKOFFICE_NEW .title-cl-ZAj2y {\n color: black;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .description-m3mNY {\n color: grey;\n flex: 1 1 100%;\n margin-left: 25px;\n margin-top: -25px;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .item-group-xWnj- {\n /* border-bottom: 1px solid black; */\n margin-bottom: 40px;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .delete-item-otdSr {\n cursor: pointer;\n position: relative;\n float: right;\n top: 13px;\n margin-right: 20px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .newscroller-INKeD {\n overflow: auto;\n height: 400px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-collapse-header--6FgU div {\n flex-wrap: wrap !important;\n}\n.diva-component-DIVA_BACKOFFICE_NEW a .item-title--BTvC {\n padding: 0 0 0 30px;\n color: rgba(0, 0, 0, 0.85);\n}\n.diva-component-DIVA_BACKOFFICE_NEW .item-desc-DBiiF {\n padding: 0 0 0 30px;\n color: rgba(0, 0, 0, 0.45);\n}\n";
|
|
20939
|
+
var css_248z$h = ".diva-component-DIVA_BACKOFFICE_NEW .title-cl-ZAj2y {\r\n color: black;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .description-m3mNY {\r\n color: grey;\r\n flex: 1 1 100%;\r\n margin-left: 25px;\r\n margin-top: -25px;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .item-group-xWnj- {\r\n /* border-bottom: 1px solid black; */\r\n margin-bottom: 40px;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .delete-item-otdSr {\r\n cursor: pointer;\r\n position: relative;\r\n float: right;\r\n top: 13px;\r\n margin-right: 20px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .newscroller-INKeD {\r\n overflow: auto;\r\n height: 400px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-collapse-header--6FgU div {\r\n flex-wrap: wrap !important;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW a .item-title--BTvC {\r\n padding: 0 0 0 30px;\r\n color: rgba(0, 0, 0, 0.85);\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .item-desc-DBiiF {\r\n padding: 0 0 0 30px;\r\n color: rgba(0, 0, 0, 0.45);\r\n}\r\n";
|
|
20933
20940
|
styleInject(css_248z$h);
|
|
20934
20941
|
|
|
20935
20942
|
function ownKeys$v(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; }
|
|
@@ -22342,7 +22349,7 @@ var jsoneditor = "jsoneditor-WMs15";
|
|
|
22342
22349
|
var preview = "preview-9wK81";
|
|
22343
22350
|
var previewButton = "preview-button-vupuG";
|
|
22344
22351
|
var editButton = "edit-button-m6r3M";
|
|
22345
|
-
var css_248z$g = ".jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-transform {\n display: none;\n}\n.jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-repair {\n display: none;\n}\n.jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-poweredBy {\n display: none;\n}\n.jsoneditor-WMs15 .preview-9wK81 {\n background-color: #f19e34;\n}\n\n.jsoneditor-WMs15 .preview-button-vupuG {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0) --%3E%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%09 viewBox%3D%220 0 502 502%22 style%3D%22enable-background%3Anew 0 0 502 502%3B%22 xml%3Aspace%3D%22preserve%22 fill%3D%22%23fff%22%3E%3Cg%3E%09%3Cg%3E%09%09%3Cg%3E%09%09%09%3Cpath d%3D%22M478.482%2C448.601l-101.6-101.599c8.089-15.262%2C12.339-32.29%2C12.339-49.717c0-35.689-18.182-69.164-47.804-88.743V92.53%09%09%09%09c0-2.652-1.054-5.196-2.929-7.071l-82.529-82.53C254.083%2C1.054%2C251.54%2C0%2C248.888%2C0H24.371c-5.522%2C0-10%2C4.477-10%2C10v427.735%09%09%09%09c0%2C5.523%2C4.478%2C10%2C10%2C10h307.046c5.522%2C0%2C10-4.477%2C10-10v-37.722l92.825%2C92.825c5.908%2C5.908%2C13.764%2C9.162%2C22.119%2C9.162%09%09%09%09c8.356%2C0%2C16.212-3.254%2C22.12-9.162C490.678%2C480.642%2C490.678%2C460.797%2C478.482%2C448.601z M307.276%2C82.53h-48.387V34.143%09%09%09%09l24.193%2C24.193L307.276%2C82.53z M321.417%2C396.377v31.358H34.371V20h204.517v72.53c0%2C5.523%2C4.478%2C10%2C10%2C10h72.529v95.662%09%09%09%09l0.009%2C0.014c-12.214-4.741-25.275-7.215-38.499-7.215c-58.61%2C0-106.294%2C47.683-106.294%2C106.293s47.684%2C106.293%2C106.294%2C106.293%09%09%09%09c13.224%2C0%2C26.285-2.474%2C38.499-7.215L321.417%2C396.377z M328.948%2C370.291c-0.848%2C0.536-1.706%2C1.057-2.574%2C1.563%09%09%09%09c-13.131%2C7.67-28.154%2C11.724-43.446%2C11.724c-47.583%2C0-86.294-38.711-86.294-86.293c0-47.582%2C38.711-86.293%2C86.294-86.293%09%09%09%09c15.291%2C0%2C30.315%2C4.054%2C43.447%2C11.724c26.428%2C15.435%2C42.846%2C44.008%2C42.846%2C74.569c0%2C16.35-4.595%2C32.264-13.289%2C46.022%09%09%09%09C349.097%2C354.125%2C339.766%2C363.455%2C328.948%2C370.291z M464.339%2C478.696c-2.131%2C2.131-4.964%2C3.304-7.978%2C3.304%09%09%09%09c-3.014%2C0-5.847-1.173-7.977-3.304l-98.706-98.706l-0.008-0.001c5.856-4.74%2C11.221-10.104%2C15.961-15.96l0.001%2C0.008%09%09%09%09l98.707%2C98.707C468.737%2C467.142%2C468.737%2C474.298%2C464.339%2C478.696z%22%2F%3E%09%09%09%3Cpath d%3D%22M246.838%2C238.403c-20.641%2C12.674-32.964%2C34.686-32.964%2C58.882c0%2C5.523%2C4.478%2C10%2C10%2C10c5.522%2C0%2C10-4.477%2C10-10%09%09%09%09c0-17.19%2C8.759-32.83%2C23.429-41.838c4.707-2.89%2C6.179-9.048%2C3.289-13.754C257.702%2C236.986%2C251.544%2C235.513%2C246.838%2C238.403z%22%2F%3E%09%09%09%3Cpath d%3D%22M317.708%2C237.624c-10.52-6.145-22.547-9.392-34.781-9.392c-5.522%2C0-10%2C4.477-10%2C10s4.478%2C10%2C10%2C10%09%09%09%09c8.693%2C0%2C17.232%2C2.304%2C24.693%2C6.662c1.586%2C0.926%2C3.321%2C1.367%2C5.034%2C1.367c3.438%2C0%2C6.785-1.775%2C8.645-4.958%09%09%09%09C324.085%2C246.533%2C322.477%2C240.409%2C317.708%2C237.624z%22%2F%3E%09%09%3C%2Fg%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-size: 20px;\n background-repeat: no-repeat;\n background-position: center;\n}\n.jsoneditor-WMs15 .preview-button-vupuG:hover {\n border: 0;\n}\n.jsoneditor-WMs15 .preview-button-vupuG:disabled {\n opacity: 0.3;\n}\n\n.jsoneditor-WMs15 .edit-button-m6r3M {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 16.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC %22-%2F%2FW3C%2F%2FDTD SVG 1.1%2F%2FEN%22 %22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg version%3D%221.1%22 id%3D%22Capa_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%09 width%3D%22494.936px%22 height%3D%22494.936px%22 viewBox%3D%220 0 494.936 494.936%22 style%3D%22enable-background%3Anew 0 0 494.936 494.936%3B%22%09 xml%3Aspace%3D%22preserve%22 fill%3D%22%23fff%22%3E%3Cg%3E%09%3Cg%3E%09%09%3Cpath d%3D%22M389.844%2C182.85c-6.743%2C0-12.21%2C5.467-12.21%2C12.21v222.968c0%2C23.562-19.174%2C42.735-42.736%2C42.735H67.157%09%09%09c-23.562%2C0-42.736-19.174-42.736-42.735V150.285c0-23.562%2C19.174-42.735%2C42.736-42.735h267.741c6.743%2C0%2C12.21-5.467%2C12.21-12.21%09%09%09s-5.467-12.21-12.21-12.21H67.157C30.126%2C83.13%2C0%2C113.255%2C0%2C150.285v267.743c0%2C37.029%2C30.126%2C67.155%2C67.157%2C67.155h267.741%09%09%09c37.03%2C0%2C67.156-30.126%2C67.156-67.155V195.061C402.054%2C188.318%2C396.587%2C182.85%2C389.844%2C182.85z%22%2F%3E%09%09%3Cpath d%3D%22M483.876%2C20.791c-14.72-14.72-38.669-14.714-53.377%2C0L221.352%2C229.944c-0.28%2C0.28-3.434%2C3.559-4.251%2C5.396l-28.963%2C65.069%09%09%09c-2.057%2C4.619-1.056%2C10.027%2C2.521%2C13.6c2.337%2C2.336%2C5.461%2C3.576%2C8.639%2C3.576c1.675%2C0%2C3.362-0.346%2C4.96-1.057l65.07-28.963%09%09%09c1.83-0.815%2C5.114-3.97%2C5.396-4.25L483.876%2C74.169c7.131-7.131%2C11.06-16.61%2C11.06-26.692%09%09%09C494.936%2C37.396%2C491.007%2C27.915%2C483.876%2C20.791z M466.61%2C56.897L257.457%2C266.05c-0.035%2C0.036-0.055%2C0.078-0.089%2C0.107%09%09%09l-33.989%2C15.131L238.51%2C247.3c0.03-0.036%2C0.071-0.055%2C0.107-0.09L447.765%2C38.058c5.038-5.039%2C13.819-5.033%2C18.846%2C0.005%09%09%09c2.518%2C2.51%2C3.905%2C5.855%2C3.905%2C9.414C470.516%2C51.036%2C469.127%2C54.38%2C466.61%2C56.897z%22%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n}\n";
|
|
22352
|
+
var css_248z$g = ".jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-transform {\r\n display: none;\r\n}\r\n.jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-repair {\r\n display: none;\r\n}\r\n.jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-poweredBy {\r\n display: none;\r\n}\r\n.jsoneditor-WMs15 .preview-9wK81 {\r\n background-color: #f19e34;\r\n}\r\n\r\n.jsoneditor-WMs15 .preview-button-vupuG {\r\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%0D%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0) --%3E%0D%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%0D%09 viewBox%3D%220 0 502 502%22 style%3D%22enable-background%3Anew 0 0 502 502%3B%22 xml%3Aspace%3D%22preserve%22 fill%3D%22%23fff%22%3E%0D%3Cg%3E%0D%09%3Cg%3E%0D%09%09%3Cg%3E%0D%09%09%09%3Cpath d%3D%22M478.482%2C448.601l-101.6-101.599c8.089-15.262%2C12.339-32.29%2C12.339-49.717c0-35.689-18.182-69.164-47.804-88.743V92.53%0D%09%09%09%09c0-2.652-1.054-5.196-2.929-7.071l-82.529-82.53C254.083%2C1.054%2C251.54%2C0%2C248.888%2C0H24.371c-5.522%2C0-10%2C4.477-10%2C10v427.735%0D%09%09%09%09c0%2C5.523%2C4.478%2C10%2C10%2C10h307.046c5.522%2C0%2C10-4.477%2C10-10v-37.722l92.825%2C92.825c5.908%2C5.908%2C13.764%2C9.162%2C22.119%2C9.162%0D%09%09%09%09c8.356%2C0%2C16.212-3.254%2C22.12-9.162C490.678%2C480.642%2C490.678%2C460.797%2C478.482%2C448.601z M307.276%2C82.53h-48.387V34.143%0D%09%09%09%09l24.193%2C24.193L307.276%2C82.53z M321.417%2C396.377v31.358H34.371V20h204.517v72.53c0%2C5.523%2C4.478%2C10%2C10%2C10h72.529v95.662%0D%09%09%09%09l0.009%2C0.014c-12.214-4.741-25.275-7.215-38.499-7.215c-58.61%2C0-106.294%2C47.683-106.294%2C106.293s47.684%2C106.293%2C106.294%2C106.293%0D%09%09%09%09c13.224%2C0%2C26.285-2.474%2C38.499-7.215L321.417%2C396.377z M328.948%2C370.291c-0.848%2C0.536-1.706%2C1.057-2.574%2C1.563%0D%09%09%09%09c-13.131%2C7.67-28.154%2C11.724-43.446%2C11.724c-47.583%2C0-86.294-38.711-86.294-86.293c0-47.582%2C38.711-86.293%2C86.294-86.293%0D%09%09%09%09c15.291%2C0%2C30.315%2C4.054%2C43.447%2C11.724c26.428%2C15.435%2C42.846%2C44.008%2C42.846%2C74.569c0%2C16.35-4.595%2C32.264-13.289%2C46.022%0D%09%09%09%09C349.097%2C354.125%2C339.766%2C363.455%2C328.948%2C370.291z M464.339%2C478.696c-2.131%2C2.131-4.964%2C3.304-7.978%2C3.304%0D%09%09%09%09c-3.014%2C0-5.847-1.173-7.977-3.304l-98.706-98.706l-0.008-0.001c5.856-4.74%2C11.221-10.104%2C15.961-15.96l0.001%2C0.008%0D%09%09%09%09l98.707%2C98.707C468.737%2C467.142%2C468.737%2C474.298%2C464.339%2C478.696z%22%2F%3E%0D%09%09%09%3Cpath d%3D%22M246.838%2C238.403c-20.641%2C12.674-32.964%2C34.686-32.964%2C58.882c0%2C5.523%2C4.478%2C10%2C10%2C10c5.522%2C0%2C10-4.477%2C10-10%0D%09%09%09%09c0-17.19%2C8.759-32.83%2C23.429-41.838c4.707-2.89%2C6.179-9.048%2C3.289-13.754C257.702%2C236.986%2C251.544%2C235.513%2C246.838%2C238.403z%22%2F%3E%0D%09%09%09%3Cpath d%3D%22M317.708%2C237.624c-10.52-6.145-22.547-9.392-34.781-9.392c-5.522%2C0-10%2C4.477-10%2C10s4.478%2C10%2C10%2C10%0D%09%09%09%09c8.693%2C0%2C17.232%2C2.304%2C24.693%2C6.662c1.586%2C0.926%2C3.321%2C1.367%2C5.034%2C1.367c3.438%2C0%2C6.785-1.775%2C8.645-4.958%0D%09%09%09%09C324.085%2C246.533%2C322.477%2C240.409%2C317.708%2C237.624z%22%2F%3E%0D%09%09%3C%2Fg%3E%0D%09%3C%2Fg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3C%2Fsvg%3E%0D\");\r\n background-size: 20px;\r\n background-repeat: no-repeat;\r\n background-position: center;\r\n}\r\n.jsoneditor-WMs15 .preview-button-vupuG:hover {\r\n border: 0;\r\n}\r\n.jsoneditor-WMs15 .preview-button-vupuG:disabled {\r\n opacity: 0.3;\r\n}\r\n\r\n.jsoneditor-WMs15 .edit-button-m6r3M {\r\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%0D%3C!-- Generator%3A Adobe Illustrator 16.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0) --%3E%0D%3C!DOCTYPE svg PUBLIC %22-%2F%2FW3C%2F%2FDTD SVG 1.1%2F%2FEN%22 %22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%3Csvg version%3D%221.1%22 id%3D%22Capa_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%0D%09 width%3D%22494.936px%22 height%3D%22494.936px%22 viewBox%3D%220 0 494.936 494.936%22 style%3D%22enable-background%3Anew 0 0 494.936 494.936%3B%22%0D%09 xml%3Aspace%3D%22preserve%22 fill%3D%22%23fff%22%3E%0D%3Cg%3E%0D%09%3Cg%3E%0D%09%09%3Cpath d%3D%22M389.844%2C182.85c-6.743%2C0-12.21%2C5.467-12.21%2C12.21v222.968c0%2C23.562-19.174%2C42.735-42.736%2C42.735H67.157%0D%09%09%09c-23.562%2C0-42.736-19.174-42.736-42.735V150.285c0-23.562%2C19.174-42.735%2C42.736-42.735h267.741c6.743%2C0%2C12.21-5.467%2C12.21-12.21%0D%09%09%09s-5.467-12.21-12.21-12.21H67.157C30.126%2C83.13%2C0%2C113.255%2C0%2C150.285v267.743c0%2C37.029%2C30.126%2C67.155%2C67.157%2C67.155h267.741%0D%09%09%09c37.03%2C0%2C67.156-30.126%2C67.156-67.155V195.061C402.054%2C188.318%2C396.587%2C182.85%2C389.844%2C182.85z%22%2F%3E%0D%09%09%3Cpath d%3D%22M483.876%2C20.791c-14.72-14.72-38.669-14.714-53.377%2C0L221.352%2C229.944c-0.28%2C0.28-3.434%2C3.559-4.251%2C5.396l-28.963%2C65.069%0D%09%09%09c-2.057%2C4.619-1.056%2C10.027%2C2.521%2C13.6c2.337%2C2.336%2C5.461%2C3.576%2C8.639%2C3.576c1.675%2C0%2C3.362-0.346%2C4.96-1.057l65.07-28.963%0D%09%09%09c1.83-0.815%2C5.114-3.97%2C5.396-4.25L483.876%2C74.169c7.131-7.131%2C11.06-16.61%2C11.06-26.692%0D%09%09%09C494.936%2C37.396%2C491.007%2C27.915%2C483.876%2C20.791z M466.61%2C56.897L257.457%2C266.05c-0.035%2C0.036-0.055%2C0.078-0.089%2C0.107%0D%09%09%09l-33.989%2C15.131L238.51%2C247.3c0.03-0.036%2C0.071-0.055%2C0.107-0.09L447.765%2C38.058c5.038-5.039%2C13.819-5.033%2C18.846%2C0.005%0D%09%09%09c2.518%2C2.51%2C3.905%2C5.855%2C3.905%2C9.414C470.516%2C51.036%2C469.127%2C54.38%2C466.61%2C56.897z%22%2F%3E%0D%09%3C%2Fg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3C%2Fsvg%3E%0D\");\r\n}\r\n";
|
|
22346
22353
|
styleInject(css_248z$g);
|
|
22347
22354
|
|
|
22348
22355
|
var JsonEditor = function JsonEditor(_ref, ref) {
|
|
@@ -22776,8 +22783,8 @@ function useDescriptions (_ref) {
|
|
|
22776
22783
|
};
|
|
22777
22784
|
}
|
|
22778
22785
|
|
|
22779
|
-
/**
|
|
22780
|
-
* Apply the display value options to the data
|
|
22786
|
+
/**
|
|
22787
|
+
* Apply the display value options to the data
|
|
22781
22788
|
*/
|
|
22782
22789
|
function getDisplayData(_x3, _x4, _x5) {
|
|
22783
22790
|
return _getDisplayData.apply(this, arguments);
|
|
@@ -23122,12 +23129,12 @@ function reducer(state, action) {
|
|
|
23122
23129
|
|
|
23123
23130
|
var grid = "grid-sGemi";
|
|
23124
23131
|
var textWrapper = "text-wrapper-xsPXE";
|
|
23125
|
-
var css_248z$f = ".grid-sGemi {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n grid-auto-rows: min-content;\n grid-gap: 10px;\n}\n\n.text-wrapper-xsPXE {\n display: flex;\n justify-content: space-around;\n align-items: center;\n}\n";
|
|
23132
|
+
var css_248z$f = ".grid-sGemi {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\r\n grid-auto-rows: min-content;\r\n grid-gap: 10px;\r\n}\r\n\r\n.text-wrapper-xsPXE {\r\n display: flex;\r\n justify-content: space-around;\r\n align-items: center;\r\n}\r\n";
|
|
23126
23133
|
styleInject(css_248z$f);
|
|
23127
23134
|
|
|
23128
23135
|
var wrapper$2 = "wrapper-p-gR3";
|
|
23129
23136
|
var container$2 = "container-DoZqe";
|
|
23130
|
-
var css_248z$e = ".wrapper-p-gR3 {\n background: #ececec;\n}\n\n.container-DoZqe {\n display: flex;\n justify-content: space-between;\n}\n";
|
|
23137
|
+
var css_248z$e = ".wrapper-p-gR3 {\r\n background: #ececec;\r\n}\r\n\r\n.container-DoZqe {\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n";
|
|
23131
23138
|
styleInject(css_248z$e);
|
|
23132
23139
|
|
|
23133
23140
|
var ToolTipInfo = function ToolTipInfo(props) {
|
|
@@ -23331,7 +23338,7 @@ var useMediaUpload = function useMediaUpload(_ref) {
|
|
|
23331
23338
|
var small = "small-NY1-k";
|
|
23332
23339
|
var medium = "medium---QcO";
|
|
23333
23340
|
var big = "big--E39S";
|
|
23334
|
-
var css_248z$d = ".diva-component-DIVA_BACKOFFICE_NEW .ant-upload-wrapper {\n width: 100%;\n height: 100%;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-spin-nested-loading {\n width: 100%;\n height: 100%;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .ant-table-wrapper, .diva-component-DIVA_BACKOFFICE_NEW .ant-table {\n height: inherit;\n overflow: auto;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-drawer-body .ant-spin-nested-loading {\n width: 100%;\n height: 80%;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-spin-container {\n width: 100%;\n height: 100%;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .andt-table .ant-spin-container {\n display: flex;\n flex-direction: column;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-space-item .andt-table .ant-spin-container {\n height: calc(60vh - 90px);\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .andt-table .ant-table-container {\n height: calc(100% - 80px);\n}\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-list {\n width: 100%;\n height: 100%;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-list-item-container {\n width: 100% !important;\n height: 100% !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-select {\n width: 100% !important;\n height: 100% !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .small-NY1-k {\n width: 104px;\n height: 104px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .medium---QcO {\n width: 200px;\n height: 200px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .big--E39S {\n width: 400px;\n height: 400px;\n}\n";
|
|
23341
|
+
var css_248z$d = ".diva-component-DIVA_BACKOFFICE_NEW .ant-upload-wrapper {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-spin-nested-loading {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-table-wrapper, .diva-component-DIVA_BACKOFFICE_NEW .ant-table {\r\n height: inherit;\r\n overflow: auto;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-drawer-body .ant-spin-nested-loading {\r\n width: 100%;\r\n height: 80%;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-spin-container {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .andt-table .ant-spin-container {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-space-item .andt-table .ant-spin-container {\r\n height: calc(60vh - 90px);\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .andt-table .ant-table-container {\r\n height: calc(100% - 80px);\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-list {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-list-item-container {\r\n width: 100% !important;\r\n height: 100% !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .ant-upload-select {\r\n width: 100% !important;\r\n height: 100% !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .small-NY1-k {\r\n width: 104px;\r\n height: 104px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .medium---QcO {\r\n width: 200px;\r\n height: 200px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .big--E39S {\r\n width: 400px;\r\n height: 400px;\r\n}\r\n";
|
|
23335
23342
|
styleInject(css_248z$d);
|
|
23336
23343
|
|
|
23337
23344
|
var MediaUpload = observer(function (_ref) {
|
|
@@ -23392,7 +23399,7 @@ var editableRow = "editable-row-9BEHi";
|
|
|
23392
23399
|
var checkbox = "checkbox-H7R-w";
|
|
23393
23400
|
var editableCellValueWrap = "editable-cell-value-wrap-ugTs4";
|
|
23394
23401
|
var contentWidth = "content-width-hGyVI";
|
|
23395
|
-
var css_248z$c = ".checkbox-readonly-0-bzT {\n cursor: default;\n}\n\n.checkbox-readonly-0-bzT .ant-checkbox-input {\n cursor: default;\n}\n\n.checkbox-readonly-0-bzT .ant-checkbox {\n cursor: default;\n}\n\n.editable-row-9BEHi:hover .checkbox-H7R-w .ant-checkbox {\n box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);\n}\n\n.editable-cell-value-wrap-ugTs4 {\n padding: 5px 12px;\n cursor: pointer;\n}\n\n.editable-row-9BEHi:hover .editable-cell-value-wrap-ugTs4 {\n padding: 4px 11px;\n border: 1px solid #d9d9d9;\n border-radius: 4px;\n}\n\n.content-width-hGyVI .ant-modal-confirm-content {\n width: 100%;\n}\n";
|
|
23402
|
+
var css_248z$c = ".checkbox-readonly-0-bzT {\r\n cursor: default;\r\n}\r\n\r\n.checkbox-readonly-0-bzT .ant-checkbox-input {\r\n cursor: default;\r\n}\r\n\r\n.checkbox-readonly-0-bzT .ant-checkbox {\r\n cursor: default;\r\n}\r\n\r\n.editable-row-9BEHi:hover .checkbox-H7R-w .ant-checkbox {\r\n box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);\r\n}\r\n\r\n.editable-cell-value-wrap-ugTs4 {\r\n padding: 5px 12px;\r\n cursor: pointer;\r\n}\r\n\r\n.editable-row-9BEHi:hover .editable-cell-value-wrap-ugTs4 {\r\n padding: 4px 11px;\r\n border: 1px solid #d9d9d9;\r\n border-radius: 4px;\r\n}\r\n\r\n.content-width-hGyVI .ant-modal-confirm-content {\r\n width: 100%;\r\n}\r\n";
|
|
23396
23403
|
styleInject(css_248z$c);
|
|
23397
23404
|
|
|
23398
23405
|
function BooleanCell (_ref) {
|
|
@@ -24387,7 +24394,7 @@ function useAGHistogram (_ref) {
|
|
|
24387
24394
|
var container$1 = "container-2r-OJ";
|
|
24388
24395
|
var column1 = "column1-9viTK";
|
|
24389
24396
|
var spinner = "spinner-00VcK";
|
|
24390
|
-
var css_248z$b = ".container-2r-OJ {\n display: flex;\n gap: 40px; /* Distribute the columns evenly */\n}\n\n.column-yZ2Qc {\n padding: 10px;\n}\n\n.column1-9viTK .column-yZ2Qc {\n flex: 8;\n}\n\n.column2-pCnEz .column-yZ2Qc {\n flex: 1;\n}\n\n.column3-QZDVv .column-yZ2Qc {\n flex: 3;\n}\n\n.spinner-00VcK {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n";
|
|
24397
|
+
var css_248z$b = ".container-2r-OJ {\r\n display: flex;\r\n gap: 40px; /* Distribute the columns evenly */\r\n}\r\n\r\n.column-yZ2Qc {\r\n padding: 10px;\r\n}\r\n\r\n.column1-9viTK .column-yZ2Qc {\r\n flex: 8;\r\n}\r\n\r\n.column2-pCnEz .column-yZ2Qc {\r\n flex: 1;\r\n}\r\n\r\n.column3-QZDVv .column-yZ2Qc {\r\n flex: 3;\r\n}\r\n\r\n.spinner-00VcK {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n";
|
|
24391
24398
|
styleInject(css_248z$b);
|
|
24392
24399
|
|
|
24393
24400
|
var Panel = Collapse.Panel;
|
|
@@ -25881,12 +25888,12 @@ function applyFilterAndSortation (_ref) {
|
|
|
25881
25888
|
};
|
|
25882
25889
|
}
|
|
25883
25890
|
|
|
25884
|
-
/**
|
|
25885
|
-
* Sort function for client side sortation
|
|
25886
|
-
*
|
|
25887
|
-
* @param s the sorter data from the table
|
|
25888
|
-
* @param data the current data
|
|
25889
|
-
* @returns returns the sorted data
|
|
25891
|
+
/**
|
|
25892
|
+
* Sort function for client side sortation
|
|
25893
|
+
*
|
|
25894
|
+
* @param s the sorter data from the table
|
|
25895
|
+
* @param data the current data
|
|
25896
|
+
* @returns returns the sorted data
|
|
25890
25897
|
*/
|
|
25891
25898
|
function sort(s, data) {
|
|
25892
25899
|
var flatData = data.map(function (d) {
|
|
@@ -25905,12 +25912,12 @@ function sort(s, data) {
|
|
|
25905
25912
|
});
|
|
25906
25913
|
}
|
|
25907
25914
|
|
|
25908
|
-
/**
|
|
25909
|
-
* Filter function for client side filtering
|
|
25910
|
-
*
|
|
25911
|
-
* @param f the filter data from the table
|
|
25912
|
-
* @param data the current data
|
|
25913
|
-
* @returns returns the filtered data
|
|
25915
|
+
/**
|
|
25916
|
+
* Filter function for client side filtering
|
|
25917
|
+
*
|
|
25918
|
+
* @param f the filter data from the table
|
|
25919
|
+
* @param data the current data
|
|
25920
|
+
* @returns returns the filtered data
|
|
25914
25921
|
*/
|
|
25915
25922
|
function filter(f, data) {
|
|
25916
25923
|
var filterableData = data;
|
|
@@ -27346,7 +27353,7 @@ var loader = "loader-LaXZy";
|
|
|
27346
27353
|
var flex = "flex-yQdda";
|
|
27347
27354
|
var bar = "bar-Y663f";
|
|
27348
27355
|
var value = "value-FCA-6";
|
|
27349
|
-
var css_248z$a = ".overlay-lm0tm {\n position: absolute;\n z-index: 1;\n background-color: rgba(247,247,247,0.45882);\n height: 60vh;\n width: 100%;\n}\n.loader-LaXZy {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 50px;\n height: 50px;\n border: 3px solid rgba(0, 0, 0, 0.3);\n border-radius: 50%;\n border-top-color: #fff;\n animation: spin-qUdpu 1s ease-in-out infinite;\n -webkit-animation: spin-qUdpu 1s ease-in-out infinite;\n}\n.flex-yQdda {\n display: flex;\n}\n\n.bar-Y663f {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n width: 100%;\n margin-top: 7%;\n}\n\n.value-FCA-6 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n width: -moz-fit-content;\n width: fit-content;\n}\n@keyframes spin-qUdpu {\n to {\n -webkit-transform: rotate(360deg);\n }\n}\n";
|
|
27356
|
+
var css_248z$a = ".overlay-lm0tm {\r\n position: absolute;\r\n z-index: 1;\r\n background-color: rgba(247,247,247,0.45882);\r\n height: 60vh;\r\n width: 100%;\r\n}\r\n.loader-LaXZy {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 50px;\r\n height: 50px;\r\n border: 3px solid rgba(0, 0, 0, 0.3);\r\n border-radius: 50%;\r\n border-top-color: #fff;\r\n animation: spin-qUdpu 1s ease-in-out infinite;\r\n -webkit-animation: spin-qUdpu 1s ease-in-out infinite;\r\n}\r\n.flex-yQdda {\r\n display: flex;\r\n}\r\n\r\n.bar-Y663f {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n margin-top: 7%;\r\n}\r\n\r\n.value-FCA-6 {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n width: -moz-fit-content;\r\n width: fit-content;\r\n}\r\n@keyframes spin-qUdpu {\r\n to {\r\n -webkit-transform: rotate(360deg);\r\n }\r\n}\r\n";
|
|
27350
27357
|
styleInject(css_248z$a);
|
|
27351
27358
|
|
|
27352
27359
|
function ownKeys$e(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; }
|
|
@@ -28292,7 +28299,7 @@ var retailerChild = "retailer-child-5ll0K";
|
|
|
28292
28299
|
var supplier = "supplier-8sm0I";
|
|
28293
28300
|
var dealer = "dealer-xgnku";
|
|
28294
28301
|
var association = "association-b8uVW";
|
|
28295
|
-
var css_248z$9 = ".label-rYNbb {\n width: 225px;\n background-color: #fff;\n cursor: pointer;\n padding: 10px 15px;\n border-radius: 5px;\n display: flex;\n gap: 12px;\n flex-direction: column;\n font-weight: 500;\n}\n\n.not-clickable-wHc5V {\n cursor: inherit;\n color: grey;\n}\n\n.selected-34dYg {\n font-weight: 630;\n}\n\n.description-iFui2 {\n font-weight: 300;\n font-size: small;\n margin-top: -8px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .org-tree-node-label .org-tree-node-label-inner {\n padding: 0;\n padding: initial;\n}\n\n.darkmode .org-tree-container {\n background-color: rgb(20, 20, 20);\n}\n\n.org-tree-container .org-tree-node-label .ant-btn-default:disabled, .org-tree-container .org-tree-node-label .ant-btn-primary:disabled {\n border-color: #d9d9d9;\n color: rgba(0, 0, 0, 0.25);\n background-color: rgba(0, 0, 0, 0.04);\n}\n\n.retailer-YNzAh {\n border-bottom: #81c784 solid 5px;\n}\n\n.retailer-child-5ll0K {\n border-bottom: #c8e6c9 solid 5px;\n}\n\n.supplier-8sm0I {\n border-bottom: #ba68c8 solid 5px;\n}\n\n.dealer-xgnku {\n border-bottom: #e1bee7 solid 5px;\n}\n\n.association-b8uVW {\n border-bottom: #fff176 solid 5px;\n}\n";
|
|
28302
|
+
var css_248z$9 = ".label-rYNbb {\r\n width: 225px;\r\n background-color: #fff;\r\n cursor: pointer;\r\n padding: 10px 15px;\r\n border-radius: 5px;\r\n display: flex;\r\n gap: 12px;\r\n flex-direction: column;\r\n font-weight: 500;\r\n}\r\n\r\n.not-clickable-wHc5V {\r\n cursor: inherit;\r\n color: grey;\r\n}\r\n\r\n.selected-34dYg {\r\n font-weight: 630;\r\n}\r\n\r\n.description-iFui2 {\r\n font-weight: 300;\r\n font-size: small;\r\n margin-top: -8px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .org-tree-node-label .org-tree-node-label-inner {\r\n padding: 0;\r\n padding: initial;\r\n}\r\n\r\n.darkmode .org-tree-container {\r\n background-color: rgb(20, 20, 20);\r\n}\r\n\r\n.org-tree-container .org-tree-node-label .ant-btn-default:disabled, .org-tree-container .org-tree-node-label .ant-btn-primary:disabled {\r\n border-color: #d9d9d9;\r\n color: rgba(0, 0, 0, 0.25);\r\n background-color: rgba(0, 0, 0, 0.04);\r\n}\r\n\r\n.retailer-YNzAh {\r\n border-bottom: #81c784 solid 5px;\r\n}\r\n\r\n.retailer-child-5ll0K {\r\n border-bottom: #c8e6c9 solid 5px;\r\n}\r\n\r\n.supplier-8sm0I {\r\n border-bottom: #ba68c8 solid 5px;\r\n}\r\n\r\n.dealer-xgnku {\r\n border-bottom: #e1bee7 solid 5px;\r\n}\r\n\r\n.association-b8uVW {\r\n border-bottom: #fff176 solid 5px;\r\n}\r\n";
|
|
28296
28303
|
styleInject(css_248z$9);
|
|
28297
28304
|
|
|
28298
28305
|
function getColorClass(data) {
|
|
@@ -28526,7 +28533,7 @@ var openClass = "open-class--gGXs";
|
|
|
28526
28533
|
var breadcrumb = "breadcrumb-Z0VvH";
|
|
28527
28534
|
var selected = "selected-w-sfW";
|
|
28528
28535
|
var disabled = "disabled-0nado";
|
|
28529
|
-
var css_248z$8 = ".trigger-wrapper-OkPRc {\n width: 100%;\n padding: 12px 0px;\n display: flex;\n gap: 32px;\n}\n\n.arrow-Rd0hp {\n background-image: url(\"data:image/svg+xml,%3Csvg width%3D%228%22 height%3D%2213%22 viewBox%3D%220 0 8 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M0.947266 1.14893L6.94727 6.29178L0.947266 11.9489%22 stroke%3D%22%236F6F6F%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E\");\n background-repeat: no-repeat;\n background-position: center;\n background-size: contain;\n transform: rotateZ(0deg);\n transition: all 0.35s ease;\n width: 20.8px;\n height: 22.4px;\n cursor: pointer;\n}\n\n.open-class--gGXs {\n transform: rotateZ(90deg);\n}\n\n.breadcrumb-Z0VvH {\n transition: color 0.3s;\n}\n.breadcrumb-Z0VvH:hover:not(.selected-w-sfW) {\n cursor: pointer;\n color: #000;\n}\n\n.selected-w-sfW {\n color: #000;\n font-weight: 400;\n}\n\n.selected-w-sfW {\n color: #000;\n font-weight: 400;\n}\n\n.disabled-0nado {\n pointer-events: none;\n color: lightgray;\n}\n\n.darkmode .selected-w-sfW {\n color: #fff;\n font-weight: 400;\n}\n";
|
|
28536
|
+
var css_248z$8 = ".trigger-wrapper-OkPRc {\r\n width: 100%;\r\n padding: 12px 0px;\r\n display: flex;\r\n gap: 32px;\r\n}\r\n\r\n.arrow-Rd0hp {\r\n background-image: url(\"data:image/svg+xml,%3Csvg width%3D%228%22 height%3D%2213%22 viewBox%3D%220 0 8 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M0.947266 1.14893L6.94727 6.29178L0.947266 11.9489%22 stroke%3D%22%236F6F6F%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E\");\r\n background-repeat: no-repeat;\r\n background-position: center;\r\n background-size: contain;\r\n transform: rotateZ(0deg);\r\n transition: all 0.35s ease;\r\n width: 20.8px;\r\n height: 22.4px;\r\n cursor: pointer;\r\n}\r\n\r\n.open-class--gGXs {\r\n transform: rotateZ(90deg);\r\n}\r\n\r\n.breadcrumb-Z0VvH {\r\n transition: color 0.3s;\r\n}\r\n.breadcrumb-Z0VvH:hover:not(.selected-w-sfW) {\r\n cursor: pointer;\r\n color: #000;\r\n}\r\n\r\n.selected-w-sfW {\r\n color: #000;\r\n font-weight: 400;\r\n}\r\n\r\n.selected-w-sfW {\r\n color: #000;\r\n font-weight: 400;\r\n}\r\n\r\n.disabled-0nado {\r\n pointer-events: none;\r\n color: lightgray;\r\n}\r\n\r\n.darkmode .selected-w-sfW {\r\n color: #fff;\r\n font-weight: 400;\r\n}\r\n";
|
|
28530
28537
|
styleInject(css_248z$8);
|
|
28531
28538
|
|
|
28532
28539
|
var BreadCrumbsTrigger = function BreadCrumbsTrigger(_ref) {
|
|
@@ -28545,7 +28552,7 @@ var BreadCrumbsTrigger = function BreadCrumbsTrigger(_ref) {
|
|
|
28545
28552
|
items: breadcrumbs.map(function (data) {
|
|
28546
28553
|
return {
|
|
28547
28554
|
key: data.id,
|
|
28548
|
-
|
|
28555
|
+
title: data.displayName,
|
|
28549
28556
|
onClick: function onClick() {
|
|
28550
28557
|
var _root$dataStore;
|
|
28551
28558
|
return root === null || root === void 0 || (_root$dataStore = root.dataStore) === null || _root$dataStore === void 0 ? void 0 : _root$dataStore.setSelectedOrganizationId(data.id);
|
|
@@ -28560,7 +28567,7 @@ var BreadCrumbsTrigger = function BreadCrumbsTrigger(_ref) {
|
|
|
28560
28567
|
|
|
28561
28568
|
var collapsibleInner = "collapsible-inner-rI8kI";
|
|
28562
28569
|
var toolbarLeft = "toolbar-left-X9WRo";
|
|
28563
|
-
var css_248z$7 = ".collapsible-inner-rI8kI {\n overflow: auto;\n padding: 32px 0;\n position: relative;\n}\n\n.toolbar-left-X9WRo {\n position: absolute;\n right: 22px;\n top: 10px;\n display: flex;\n gap: 10px;\n}\n";
|
|
28570
|
+
var css_248z$7 = ".collapsible-inner-rI8kI {\r\n overflow: auto;\r\n padding: 32px 0;\r\n position: relative;\r\n}\r\n\r\n.toolbar-left-X9WRo {\r\n position: absolute;\r\n right: 22px;\r\n top: 10px;\r\n display: flex;\r\n gap: 10px;\r\n}\r\n";
|
|
28564
28571
|
styleInject(css_248z$7);
|
|
28565
28572
|
|
|
28566
28573
|
var Legend = function Legend(props) {
|
|
@@ -28615,7 +28622,7 @@ var Legend = function Legend(props) {
|
|
|
28615
28622
|
var buttonsWrapper = "buttons-wrapper-Bubkr";
|
|
28616
28623
|
var mask = "mask-ssagp";
|
|
28617
28624
|
var transformWrapper = "transform-wrapper--8t0v";
|
|
28618
|
-
var css_248z$6 = ".buttons-wrapper-Bubkr {\n display: flex;\n gap: 6px;\n}\n\n.buttons-wrapper-Bubkr button {\n min-width: 24px;\n}\n\n.mask-ssagp {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 1;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.45);\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n -webkit-backdrop-filter: blur(3px);\n backdrop-filter: blur(3px);\n}\n.mask-ssagp p {\n font-size: 18px;\n font-weight: bold;\n background: rgba(255, 255, 255, 0.4);\n padding: 10px;\n border-radius: 5px;\n}\n\n.transform-wrapper--8t0v .ant-modal-mask,\n.transform-wrapper--8t0v .ant-modal-wrap {\n position: absolute;\n}\n";
|
|
28625
|
+
var css_248z$6 = ".buttons-wrapper-Bubkr {\r\n display: flex;\r\n gap: 6px;\r\n}\r\n\r\n.buttons-wrapper-Bubkr button {\r\n min-width: 24px;\r\n}\r\n\r\n.mask-ssagp {\r\n position: absolute;\r\n top: 0;\r\n bottom: 0;\r\n z-index: 1;\r\n height: 100%;\r\n background-color: rgba(0, 0, 0, 0.45);\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n -webkit-backdrop-filter: blur(3px);\r\n backdrop-filter: blur(3px);\r\n}\r\n.mask-ssagp p {\r\n font-size: 18px;\r\n font-weight: bold;\r\n background: rgba(255, 255, 255, 0.4);\r\n padding: 10px;\r\n border-radius: 5px;\r\n}\r\n\r\n.transform-wrapper--8t0v .ant-modal-mask,\r\n.transform-wrapper--8t0v .ant-modal-wrap {\r\n position: absolute;\r\n}\r\n";
|
|
28619
28626
|
styleInject(css_248z$6);
|
|
28620
28627
|
|
|
28621
28628
|
var ZoomWrapper = function ZoomWrapper(_ref) {
|
|
@@ -29468,11 +29475,11 @@ function useNavigation () {
|
|
|
29468
29475
|
var _useParams = useParams(),
|
|
29469
29476
|
packageId = _useParams.packageId;
|
|
29470
29477
|
|
|
29471
|
-
/**
|
|
29472
|
-
*
|
|
29473
|
-
* @param currentPackage the current package id to be updated in the url
|
|
29474
|
-
* @param module the current module to be updated in the url
|
|
29475
|
-
* @param path a path string to change the relative path position, ie: '../../' to go up two level
|
|
29478
|
+
/**
|
|
29479
|
+
*
|
|
29480
|
+
* @param currentPackage the current package id to be updated in the url
|
|
29481
|
+
* @param module the current module to be updated in the url
|
|
29482
|
+
* @param path a path string to change the relative path position, ie: '../../' to go up two level
|
|
29476
29483
|
*/
|
|
29477
29484
|
var updateNavigation = useCallback(function (currentPackage, modules) {
|
|
29478
29485
|
var path = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
|
@@ -31404,7 +31411,7 @@ var Content = observer(ContentWrapper);
|
|
|
31404
31411
|
var layout = "layout-gqKsp";
|
|
31405
31412
|
var contentWrapper = "content-wrapper-mQSc0";
|
|
31406
31413
|
var detail = "detail-WeK8Q";
|
|
31407
|
-
var css_248z$5 = ".layout-gqKsp {\n height: 100%;\n position: relative;\n overflow: hidden;\n}\n\n.content-wrapper-mQSc0 {\n overflow: auto;\n height: 100%;\n}\n\n.detail-WeK8Q .ant-drawer-content-wrapper {\n max-width: 100%;\n}\n\n.darkmode .layout-gqKsp {\n background-color: rgb(20, 20, 20);\n}\n\n.lightmode .layout-gqKsp {\n background-color: rgb(255, 255, 255);\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode {\n background-color: #001529 !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode .arrows {\n background-image: url(\"data:image/svg+xml,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M10.5 7L15.5 12L10.5 17%22 stroke%3D%22%23fff%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E\"), linear-gradient(270deg, rgba(0, 21, 41, 1) 0%, rgba(0, 21, 41, 1) 72%, rgba(0, 21, 41, 0) 100%) !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #Profile > div {\n border-left: 1px solid black;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #welcomeText {\n border-right: 1px solid black;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #Profile {\n background-color: #001529 !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.lightmode {\n background-color: #fff !important;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode * {\n color: rgb(255, 255, 255);\n}\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.lightmode * {\n color: rgb(0, 0, 0);\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW ::-webkit-scrollbar {\n width: 10px;\n height: 10px;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .darkmode ::-webkit-scrollbar-track {\n box-shadow: inset 0 0 10px 10px #021129;\n border: solid 3px transparent;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .darkmode ::-webkit-scrollbar-thumb {\n box-shadow: inset 0 0 10px 10px rgb(130, 130, 130);\n border: solid 3px transparent;\n border-radius: 10px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .lightmode ::-webkit-scrollbar-track {\n box-shadow: inset 0 0 10px 10px #ffffff;\n border: solid 3px transparent;\n}\n.diva-component-DIVA_BACKOFFICE_NEW .lightmode ::-webkit-scrollbar-thumb {\n box-shadow: inset 0 0 10px 10px #bdbdbd;\n border: solid 3px transparent;\n border-radius: 10px;\n}\n";
|
|
31414
|
+
var css_248z$5 = ".layout-gqKsp {\r\n height: 100%;\r\n position: relative;\r\n overflow: hidden;\r\n}\r\n\r\n.content-wrapper-mQSc0 {\r\n overflow: auto;\r\n height: 100%;\r\n}\r\n\r\n.detail-WeK8Q .ant-drawer-content-wrapper {\r\n max-width: 100%;\r\n}\r\n\r\n.darkmode .layout-gqKsp {\r\n background-color: rgb(20, 20, 20);\r\n}\r\n\r\n.lightmode .layout-gqKsp {\r\n background-color: rgb(255, 255, 255);\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode {\r\n background-color: #001529 !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode .arrows {\r\n background-image: url(\"data:image/svg+xml,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%3Cpath d%3D%22M10.5 7L15.5 12L10.5 17%22 stroke%3D%22%23fff%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0D%3C%2Fsvg%3E%0D\"), linear-gradient(270deg, rgba(0, 21, 41, 1) 0%, rgba(0, 21, 41, 1) 72%, rgba(0, 21, 41, 0) 100%) !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #Profile > div {\r\n border-left: 1px solid black;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #welcomeText {\r\n border-right: 1px solid black;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode #Profile {\r\n background-color: #001529 !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.lightmode {\r\n background-color: #fff !important;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.darkmode * {\r\n color: rgb(255, 255, 255);\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW #diva-header.lightmode * {\r\n color: rgb(0, 0, 0);\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW ::-webkit-scrollbar {\r\n width: 10px;\r\n height: 10px;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .darkmode ::-webkit-scrollbar-track {\r\n box-shadow: inset 0 0 10px 10px #021129;\r\n border: solid 3px transparent;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .darkmode ::-webkit-scrollbar-thumb {\r\n box-shadow: inset 0 0 10px 10px rgb(130, 130, 130);\r\n border: solid 3px transparent;\r\n border-radius: 10px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .lightmode ::-webkit-scrollbar-track {\r\n box-shadow: inset 0 0 10px 10px #ffffff;\r\n border: solid 3px transparent;\r\n}\r\n.diva-component-DIVA_BACKOFFICE_NEW .lightmode ::-webkit-scrollbar-thumb {\r\n box-shadow: inset 0 0 10px 10px #bdbdbd;\r\n border: solid 3px transparent;\r\n border-radius: 10px;\r\n}\r\n";
|
|
31408
31415
|
styleInject(css_248z$5);
|
|
31409
31416
|
|
|
31410
31417
|
function Detail(_ref) {
|
|
@@ -31744,7 +31751,7 @@ var Modal$1 = observer(Modal);
|
|
|
31744
31751
|
|
|
31745
31752
|
var snow = "snow-14T01";
|
|
31746
31753
|
var sun = "sun-ijIPS";
|
|
31747
|
-
var css_248z$4 = ".snow-14T01 {\n display: none;\n position: fixed;\n font-size: 1.5rem;\n top: -1vh;\n transform: translateY(0);\n animation: fall-XG-Wo 3s linear forwards;\n background: center / contain no-repeat url(\"data:image/svg+xml,%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%09 viewBox%3D%220 0 512 512%22 style%3D%22enable-background%3Anew 0 0 512 512%3B%22 xml%3Aspace%3D%22preserve%22%3E%3Cpath style%3D%22fill%3A%2399DDFF%3B%22 d%3D%22M512%2C256c0-9.217-7.479-16.696-16.696-16.696h-26.478l32.718-32.718%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-56.327%2C56.327h-83.813c-2.168-10.642-6.39-20.536-12.197-29.295%09l59.303-59.303h79.663c9.217%2C0%2C16.696-7.479%2C16.696-16.696s-7.479-16.696-16.696-16.696h-46.271l18.728-18.728%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-18.727%2C18.728V47.435c0-9.217-7.479-16.696-16.696-16.696%09c-9.217%2C0-16.696%2C7.479-16.696%2C16.696v79.663L301.991%2C186.4c-8.759-5.807-18.652-10.027-29.295-12.197V90.391l56.326-56.326%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-32.717%2C32.717V16.696C272.696%2C7.479%2C265.217%2C0%2C256%2C0%09s-16.696%2C7.479-16.696%2C16.696v26.478l-32.718-32.717c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609l56.327%2C56.326%09v83.813c-10.642%2C2.168-20.536%2C6.39-29.295%2C12.197l-59.303-59.303V47.435c0-9.217-7.479-16.696-16.696-16.696%09s-16.696%2C7.479-16.696%2C16.696v46.271L98.587%2C74.978c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609l18.728%2C18.728%09H47.435c-9.217%2C0-16.696%2C7.479-16.696%2C16.696c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696h79.663l59.303%2C59.303%09c-5.807%2C8.759-10.027%2C18.652-12.197%2C29.295H90.391l-56.326-56.326c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609%09l32.717%2C32.717H16.696C7.479%2C239.304%2C0%2C246.783%2C0%2C256s7.479%2C16.696%2C16.696%2C16.696h26.478l-32.717%2C32.718%09c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609c3.26%2C3.26%2C7.532%2C4.891%2C11.804%2C4.891s8.544-1.631%2C11.804-4.892l56.327-56.326h83.813%09c2.168%2C10.642%2C6.39%2C20.536%2C12.197%2C29.295l-59.303%2C59.303H47.435c-9.217%2C0-16.696%2C7.479-16.696%2C16.696%09c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696h46.271l-18.728%2C18.728c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609%09c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892l18.728-18.728v46.271c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%09s16.696-7.479%2C16.696-16.696v-79.663l59.303-59.303c8.759%2C5.807%2C18.652%2C10.027%2C29.295%2C12.197v83.813l-56.326%2C56.326%09c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609s17.087%2C6.521%2C23.609%2C0l32.718-32.718v26.478c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%09s16.696-7.479%2C16.696-16.696v-26.478l32.718%2C32.718c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-56.326-56.327v-83.813c10.642-2.168%2C20.536-6.39%2C29.295-12.197l59.303%2C59.303v79.663%09c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-46.271l18.728%2C18.728%09c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-18.727-18.727h46.271%09c9.217%2C0%2C16.696-7.479%2C16.696-16.696c0-9.217-7.479-16.696-16.696-16.696h-79.663L325.6%2C301.991%09c5.807-8.759%2C10.027-18.652%2C12.197-29.295h83.813l56.326%2C56.326c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-32.717-32.717h26.478C504.521%2C272.696%2C512%2C265.217%2C512%2C256z M256%2C306.087%09c-27.619%2C0-50.087-22.468-50.087-50.087s22.468-50.087%2C50.087-50.087s50.087%2C22.468%2C50.087%2C50.087S283.619%2C306.087%2C256%2C306.087z%22%2F%3E%3Cpath style%3D%22fill%3A%2373C0E6%3B%22 d%3D%22M306.087%2C256c0%2C27.619-22.468%2C50.087-50.087%2C50.087V512c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-26.478%09l32.718%2C32.718c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-56.326-56.327%09v-83.813c10.642-2.168%2C20.536-6.39%2C29.295-12.197l59.303%2C59.303v79.663c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%09c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-46.271l18.728%2C18.728c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-18.727-18.727h46.271c9.217%2C0%2C16.696-7.479%2C16.696-16.696c0-9.217-7.479-16.696-16.696-16.696%09h-79.663L325.6%2C301.991c5.807-8.759%2C10.027-18.652%2C12.197-29.295h83.813l56.326%2C56.326c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892%09s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-32.717-32.717h26.478c9.217%2C0%2C16.696-7.479%2C16.696-16.696%09s-7.479-16.696-16.696-16.696h-26.478l32.718-32.718c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-56.327%2C56.327%09h-83.813c-2.168-10.642-6.39-20.536-12.197-29.295l59.303-59.303h79.663c9.217%2C0%2C16.696-7.479%2C16.696-16.696%09s-7.479-16.696-16.696-16.696h-46.271l18.728-18.728c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-18.727%2C18.728%09V47.435c0-9.217-7.479-16.696-16.696-16.696c-9.217%2C0-16.696%2C7.479-16.696%2C16.696v79.663L301.991%2C186.4%09c-8.759-5.807-18.652-10.027-29.295-12.197V90.391l56.326-56.326c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0%09l-32.717%2C32.717V16.696C272.696%2C7.479%2C265.217%2C0%2C256%2C0v205.913C283.619%2C205.913%2C306.087%2C228.381%2C306.087%2C256z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n width: 20px;\n height: 20px;\n}\n\n.diva-component-DIVA_BACKOFFICE_NEW .snow-14T01 {\n display: block;\n}\n\n@keyframes fall-XG-Wo {\n from {\n transform: translateY(0vh) translateX(-10vw);\n }\n to {\n transform: translateY(105vh) translateX(10vw);\n }\n}\n\n.sun-ijIPS {\n color: rgba(255, 255, 255, 0.65);\n line-height: 40px;\n margin-left: 10px;\n cursor: pointer;\n}\n";
|
|
31754
|
+
var css_248z$4 = ".snow-14T01 {\r\n display: none;\r\n position: fixed;\r\n font-size: 1.5rem;\r\n top: -1vh;\r\n transform: translateY(0);\r\n animation: fall-XG-Wo 3s linear forwards;\r\n background: center / contain no-repeat url(\"data:image/svg+xml,%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 x%3D%220px%22 y%3D%220px%22%0D%09 viewBox%3D%220 0 512 512%22 style%3D%22enable-background%3Anew 0 0 512 512%3B%22 xml%3Aspace%3D%22preserve%22%3E%0D%3Cpath style%3D%22fill%3A%2399DDFF%3B%22 d%3D%22M512%2C256c0-9.217-7.479-16.696-16.696-16.696h-26.478l32.718-32.718%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-56.327%2C56.327h-83.813c-2.168-10.642-6.39-20.536-12.197-29.295%0D%09l59.303-59.303h79.663c9.217%2C0%2C16.696-7.479%2C16.696-16.696s-7.479-16.696-16.696-16.696h-46.271l18.728-18.728%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-18.727%2C18.728V47.435c0-9.217-7.479-16.696-16.696-16.696%0D%09c-9.217%2C0-16.696%2C7.479-16.696%2C16.696v79.663L301.991%2C186.4c-8.759-5.807-18.652-10.027-29.295-12.197V90.391l56.326-56.326%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-32.717%2C32.717V16.696C272.696%2C7.479%2C265.217%2C0%2C256%2C0%0D%09s-16.696%2C7.479-16.696%2C16.696v26.478l-32.718-32.717c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609l56.327%2C56.326%0D%09v83.813c-10.642%2C2.168-20.536%2C6.39-29.295%2C12.197l-59.303-59.303V47.435c0-9.217-7.479-16.696-16.696-16.696%0D%09s-16.696%2C7.479-16.696%2C16.696v46.271L98.587%2C74.978c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609l18.728%2C18.728%0D%09H47.435c-9.217%2C0-16.696%2C7.479-16.696%2C16.696c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696h79.663l59.303%2C59.303%0D%09c-5.807%2C8.759-10.027%2C18.652-12.197%2C29.295H90.391l-56.326-56.326c-6.521-6.521-17.087-6.521-23.609%2C0s-6.521%2C17.087%2C0%2C23.609%0D%09l32.717%2C32.717H16.696C7.479%2C239.304%2C0%2C246.783%2C0%2C256s7.479%2C16.696%2C16.696%2C16.696h26.478l-32.717%2C32.718%0D%09c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609c3.26%2C3.26%2C7.532%2C4.891%2C11.804%2C4.891s8.544-1.631%2C11.804-4.892l56.327-56.326h83.813%0D%09c2.168%2C10.642%2C6.39%2C20.536%2C12.197%2C29.295l-59.303%2C59.303H47.435c-9.217%2C0-16.696%2C7.479-16.696%2C16.696%0D%09c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696h46.271l-18.728%2C18.728c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609%0D%09c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892l18.728-18.728v46.271c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%0D%09s16.696-7.479%2C16.696-16.696v-79.663l59.303-59.303c8.759%2C5.807%2C18.652%2C10.027%2C29.295%2C12.197v83.813l-56.326%2C56.326%0D%09c-6.521%2C6.521-6.521%2C17.087%2C0%2C23.609s17.087%2C6.521%2C23.609%2C0l32.718-32.718v26.478c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%0D%09s16.696-7.479%2C16.696-16.696v-26.478l32.718%2C32.718c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-56.326-56.327v-83.813c10.642-2.168%2C20.536-6.39%2C29.295-12.197l59.303%2C59.303v79.663%0D%09c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-46.271l18.728%2C18.728%0D%09c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-18.727-18.727h46.271%0D%09c9.217%2C0%2C16.696-7.479%2C16.696-16.696c0-9.217-7.479-16.696-16.696-16.696h-79.663L325.6%2C301.991%0D%09c5.807-8.759%2C10.027-18.652%2C12.197-29.295h83.813l56.326%2C56.326c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-32.717-32.717h26.478C504.521%2C272.696%2C512%2C265.217%2C512%2C256z M256%2C306.087%0D%09c-27.619%2C0-50.087-22.468-50.087-50.087s22.468-50.087%2C50.087-50.087s50.087%2C22.468%2C50.087%2C50.087S283.619%2C306.087%2C256%2C306.087z%22%2F%3E%0D%3Cpath style%3D%22fill%3A%2373C0E6%3B%22 d%3D%22M306.087%2C256c0%2C27.619-22.468%2C50.087-50.087%2C50.087V512c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-26.478%0D%09l32.718%2C32.718c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-56.326-56.327%0D%09v-83.813c10.642-2.168%2C20.536-6.39%2C29.295-12.197l59.303%2C59.303v79.663c0%2C9.217%2C7.479%2C16.696%2C16.696%2C16.696%0D%09c9.217%2C0%2C16.696-7.479%2C16.696-16.696v-46.271l18.728%2C18.728c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892s8.544-1.631%2C11.804-4.892%0D%09c6.521-6.521%2C6.521-17.087%2C0-23.609l-18.727-18.727h46.271c9.217%2C0%2C16.696-7.479%2C16.696-16.696c0-9.217-7.479-16.696-16.696-16.696%0D%09h-79.663L325.6%2C301.991c5.807-8.759%2C10.027-18.652%2C12.197-29.295h83.813l56.326%2C56.326c3.261%2C3.261%2C7.533%2C4.892%2C11.804%2C4.892%0D%09s8.544-1.631%2C11.804-4.892c6.521-6.521%2C6.521-17.087%2C0-23.609l-32.717-32.717h26.478c9.217%2C0%2C16.696-7.479%2C16.696-16.696%0D%09s-7.479-16.696-16.696-16.696h-26.478l32.718-32.718c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-56.327%2C56.327%0D%09h-83.813c-2.168-10.642-6.39-20.536-12.197-29.295l59.303-59.303h79.663c9.217%2C0%2C16.696-7.479%2C16.696-16.696%0D%09s-7.479-16.696-16.696-16.696h-46.271l18.728-18.728c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0l-18.727%2C18.728%0D%09V47.435c0-9.217-7.479-16.696-16.696-16.696c-9.217%2C0-16.696%2C7.479-16.696%2C16.696v79.663L301.991%2C186.4%0D%09c-8.759-5.807-18.652-10.027-29.295-12.197V90.391l56.326-56.326c6.521-6.521%2C6.521-17.087%2C0-23.609s-17.087-6.521-23.609%2C0%0D%09l-32.717%2C32.717V16.696C272.696%2C7.479%2C265.217%2C0%2C256%2C0v205.913C283.619%2C205.913%2C306.087%2C228.381%2C306.087%2C256z%22%2F%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3Cg%3E%0D%3C%2Fg%3E%0D%3C%2Fsvg%3E\");\r\n width: 20px;\r\n height: 20px;\r\n}\r\n\r\n.diva-component-DIVA_BACKOFFICE_NEW .snow-14T01 {\r\n display: block;\r\n}\r\n\r\n@keyframes fall-XG-Wo {\r\n from {\r\n transform: translateY(0vh) translateX(-10vw);\r\n }\r\n to {\r\n transform: translateY(105vh) translateX(10vw);\r\n }\r\n}\r\n\r\n.sun-ijIPS {\r\n color: rgba(255, 255, 255, 0.65);\r\n line-height: 40px;\r\n margin-left: 10px;\r\n cursor: pointer;\r\n}\r\n";
|
|
31748
31755
|
styleInject(css_248z$4);
|
|
31749
31756
|
|
|
31750
31757
|
var SnowAnimation = function SnowAnimation(props) {
|
|
@@ -31898,13 +31905,13 @@ var MenuWrapper = function MenuWrapper() {
|
|
|
31898
31905
|
var Navigation = observer(MenuWrapper);
|
|
31899
31906
|
|
|
31900
31907
|
var wrapper$1 = "wrapper-Q13-g";
|
|
31901
|
-
var css_248z$3 = ".wrapper-Q13-g {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n";
|
|
31908
|
+
var css_248z$3 = ".wrapper-Q13-g {\r\n display: flex;\r\n flex-direction: column;\r\n height: 100%;\r\n}\r\n";
|
|
31902
31909
|
styleInject(css_248z$3);
|
|
31903
31910
|
|
|
31904
31911
|
var wrapper = "wrapper-IcNC5";
|
|
31905
31912
|
var select = "select-jVMz-";
|
|
31906
31913
|
var button = "button-78H38";
|
|
31907
|
-
var css_248z$2 = ".wrapper-IcNC5 {\n display: flex;\n gap: 16px;\n margin: 8px;\n justify-content: flex-start;\n}\n\n.select-jVMz- {\n z-index: 1000;\n margin: 8px;\n flex-grow: 0.5;\n min-width: 100px;\n}\n.select-jVMz- div {\n border-color: grey !important;\n}\n.select-jVMz- div {\n box-shadow: none;\n box-shadow: initial;\n}\n\n.button-78H38 {\n width: 40px;\n justify-content: center;\n}\n";
|
|
31914
|
+
var css_248z$2 = ".wrapper-IcNC5 {\r\n display: flex;\r\n gap: 16px;\r\n margin: 8px;\r\n justify-content: flex-start;\r\n}\r\n\r\n.select-jVMz- {\r\n z-index: 1000;\r\n margin: 8px;\r\n flex-grow: 0.5;\r\n min-width: 100px;\r\n}\r\n.select-jVMz- div {\r\n border-color: grey !important;\r\n}\r\n.select-jVMz- div {\r\n box-shadow: none;\r\n box-shadow: initial;\r\n}\r\n\r\n.button-78H38 {\r\n width: 40px;\r\n justify-content: center;\r\n}\r\n";
|
|
31908
31915
|
styleInject(css_248z$2);
|
|
31909
31916
|
|
|
31910
31917
|
var ArticleSelection = function ArticleSelection(_ref) {
|
|
@@ -32404,12 +32411,12 @@ var draghandle = "draghandle-f5b0N";
|
|
|
32404
32411
|
var midHandle = "mid-handle--qh50";
|
|
32405
32412
|
var toolItem = "tool-item-KyKgQ";
|
|
32406
32413
|
var sel = "sel-iUm8X";
|
|
32407
|
-
var css_248z$1 = ".wrapper-njnwX {\n position: absolute;\n top: 0px;\n}\n.tools-selector-BHV3Z {\n z-index: 2000;\n width: 36px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 16px;\n align-items: center;\n background-color: #001529;\n color: rgba(255, 255, 255, 0.85);\n padding-top: 16px;\n height: 100%;\n}\n\n.container-BucHG {\n right: 37px;\n height: 100%;\n width: 100%;\n position: absolute;\n background-color: #fff;\n z-index: 10001;\n overflow: auto;\n}\n\n.pinned-vk2AT.container-BucHG {\n position: relative;\n right: auto;\n right: initial;\n}\n\n.draghandle-f5b0N {\n position: absolute;\n height: 100%;\n top: 0px;\n left: 0;\n width: 2px;\n cursor: ew-resize;\n background-color: gray;\n}\n\n.mid-handle--qh50 {\n position: absolute;\n width: 5px;\n height: 32px;\n background-color: #fff;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-left: 2px solid grey;\n border-right: 2px solid grey;\n}\n\n.tool-item-KyKgQ {\n writing-mode: vertical-lr;\n padding: 10px;\n text-orientation: mixed;\n cursor: pointer;\n position: relative;\n}\n\n.tool-item-KyKgQ::after {\n content: '';\n position: absolute;\n width: 3px;\n height: 0px;\n left: 0;\n bottom: 50%;\n background-color: rgba(255, 255, 255, 0.85);\n transition: all ease-in-out 0.2s;\n}\n.tool-item-KyKgQ:hover::after,\n.sel-iUm8X::after {\n height: 100%;\n bottom: 0;\n}\n";
|
|
32414
|
+
var css_248z$1 = ".wrapper-njnwX {\r\n position: absolute;\r\n top: 0px;\r\n}\r\n.tools-selector-BHV3Z {\r\n z-index: 2000;\r\n width: 36px;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n gap: 16px;\r\n align-items: center;\r\n background-color: #001529;\r\n color: rgba(255, 255, 255, 0.85);\r\n padding-top: 16px;\r\n height: 100%;\r\n}\r\n\r\n.container-BucHG {\r\n right: 37px;\r\n height: 100%;\r\n width: 100%;\r\n position: absolute;\r\n background-color: #fff;\r\n z-index: 10001;\r\n overflow: auto;\r\n}\r\n\r\n.pinned-vk2AT.container-BucHG {\r\n position: relative;\r\n right: auto;\r\n right: initial;\r\n}\r\n\r\n.draghandle-f5b0N {\r\n position: absolute;\r\n height: 100%;\r\n top: 0px;\r\n left: 0;\r\n width: 2px;\r\n cursor: ew-resize;\r\n background-color: gray;\r\n}\r\n\r\n.mid-handle--qh50 {\r\n position: absolute;\r\n width: 5px;\r\n height: 32px;\r\n background-color: #fff;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n border-left: 2px solid grey;\r\n border-right: 2px solid grey;\r\n}\r\n\r\n.tool-item-KyKgQ {\r\n writing-mode: vertical-lr;\r\n padding: 10px;\r\n text-orientation: mixed;\r\n cursor: pointer;\r\n position: relative;\r\n}\r\n\r\n.tool-item-KyKgQ::after {\r\n content: '';\r\n position: absolute;\r\n width: 3px;\r\n height: 0px;\r\n left: 0;\r\n bottom: 50%;\r\n background-color: rgba(255, 255, 255, 0.85);\r\n transition: all ease-in-out 0.2s;\r\n}\r\n.tool-item-KyKgQ:hover::after,\r\n.sel-iUm8X::after {\r\n height: 100%;\r\n bottom: 0;\r\n}\r\n";
|
|
32408
32415
|
styleInject(css_248z$1);
|
|
32409
32416
|
|
|
32410
32417
|
var overlay = "overlay-Dr5pn";
|
|
32411
32418
|
var loading = "loading-Ed3rZ";
|
|
32412
|
-
var css_248z = ".overlay-Dr5pn {\n height: 100%;\n width: 100%;\n display: flex;\n background-color: rgba(255, 255, 255, 0.6);\n z-index: 10000;\n justify-content: center;\n align-items: center;\n position: absolute;\n}\n\n.loading-Ed3rZ {\n margin: 0 auto;\n display: inline-block;\n position: relative;\n width: 80px;\n height: 80px;\n}\n.loading-Ed3rZ div {\n box-sizing: border-box;\n display: block;\n position: absolute;\n width: 64px;\n height: 64px;\n margin: 8px;\n border: 8px solid #b6b6b6;\n border-radius: 50%;\n animation: loading-Ed3rZ 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\n border-color: #b6b6b6 transparent transparent transparent;\n}\n.loading-Ed3rZ div:nth-child(1) {\n animation-delay: -0.45s;\n}\n.loading-Ed3rZ div:nth-child(2) {\n animation-delay: -0.3s;\n}\n.loading-Ed3rZ div:nth-child(3) {\n animation-delay: -0.15s;\n}\n@keyframes loading-Ed3rZ {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n";
|
|
32419
|
+
var css_248z = ".overlay-Dr5pn {\r\n height: 100%;\r\n width: 100%;\r\n display: flex;\r\n background-color: rgba(255, 255, 255, 0.6);\r\n z-index: 10000;\r\n justify-content: center;\r\n align-items: center;\r\n position: absolute;\r\n}\r\n\r\n.loading-Ed3rZ {\r\n margin: 0 auto;\r\n display: inline-block;\r\n position: relative;\r\n width: 80px;\r\n height: 80px;\r\n}\r\n.loading-Ed3rZ div {\r\n box-sizing: border-box;\r\n display: block;\r\n position: absolute;\r\n width: 64px;\r\n height: 64px;\r\n margin: 8px;\r\n border: 8px solid #b6b6b6;\r\n border-radius: 50%;\r\n animation: loading-Ed3rZ 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;\r\n border-color: #b6b6b6 transparent transparent transparent;\r\n}\r\n.loading-Ed3rZ div:nth-child(1) {\r\n animation-delay: -0.45s;\r\n}\r\n.loading-Ed3rZ div:nth-child(2) {\r\n animation-delay: -0.3s;\r\n}\r\n.loading-Ed3rZ div:nth-child(3) {\r\n animation-delay: -0.15s;\r\n}\r\n@keyframes loading-Ed3rZ {\r\n 0% {\r\n transform: rotate(0deg);\r\n }\r\n 100% {\r\n transform: rotate(360deg);\r\n }\r\n}\r\n";
|
|
32413
32420
|
styleInject(css_248z);
|
|
32414
32421
|
|
|
32415
32422
|
function Spinner() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMediaUpload.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/MediaUpload/useMediaUpload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAM9D,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,QAAA,MAAM,cAAc,WAAY,KAAK;;;8BA2CI,mBAAmB,CAAC,UAAU,CAAC;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useMediaUpload.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/MediaUpload/useMediaUpload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAM9D,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,QAAA,MAAM,cAAc,WAAY,KAAK;;;8BA2CI,mBAAmB,CAAC,UAAU,CAAC;;;;;;;;;;;;sBA/BtD,MACd,iBAAiB;;;;;;;;;;;;;CAmEpB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRelationSelectorData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/RelationSelector/useRelationSelectorData.ts"],"names":[],"mappings":"AAAA,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,OAAO,EAAE,OAAO,EAAiC,MAAM,SAAS,CAAC;AAGjE,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAED,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;CACb;AAOD,MAAM,CAAC,OAAO,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,KAAK;6BAgHJ,GAAG,YAAW,MAAM;;;;qBAgElC,GAAG;uBA6CD,GAAG,EAAE,SAAS,MAAM;0BAzKX,MAAM;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useRelationSelectorData.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/RelationSelector/useRelationSelectorData.ts"],"names":[],"mappings":"AAAA,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,OAAO,EAAE,OAAO,EAAiC,MAAM,SAAS,CAAC;AAGjE,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAED,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;CACb;AAOD,MAAM,CAAC,OAAO,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,KAAK;6BAgHJ,GAAG,YAAW,MAAM;;;;qBAgElC,GAAG;uBA6CD,GAAG,EAAE,SAAS,MAAM;0BAzKX,MAAM;;;;;;;;;;;;;;;6BApDZ,CAAC;uBAC5B,CAAC;;;;;;6BA2BmC,GAAG;;yBAkNb,MAAM,SAAS,MAAM;;;EAkFlD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applyFilterAndSortation.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/Table/utils/applyFilterAndSortation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAItG,UAAU,KAAK,CAAC,CAAC,GAAG,GAAG;IACrB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;IACvC,MAAM,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7C,KAAK,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC,CAAC;IAClC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,EAAE,KAAK;;;;;;
|
|
1
|
+
{"version":3,"file":"applyFilterAndSortation.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/Table/utils/applyFilterAndSortation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAItG,UAAU,KAAK,CAAC,CAAC,GAAG,GAAG;IACrB,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;IACvC,MAAM,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,EAAE,CAAC;IAC7C,KAAK,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC,CAAC;IAClC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,WAAW,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,EAAE,KAAK;;;;;;oBAR5E,CAAC,EAAC,MACT,SAAS;;;;;;;;;yGA2Cb,MAEE,SACI,KAAI,MAAO,SAAS;gEAEW,MACpC,SAAQ;;;;;;;;;;;;;;;;;;;;;;mBAvBR,MACE,aAAa,GAAE,MAAO,SAAS;mBAAe,MAAO,aAAa,GAAE,MACnE,SAAS;uBAAoB,MAAM,aAEpC,GAAE,MAAO,SAAS;uBACZ,MACL,aAAY,GAAE,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAdjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/TreeChart/BreadCrumbsTrigger/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,OAAO,CAAC;IACd,WAAW,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;CAC9E,CAAC;AAEF,QAAA,MAAM,kBAAkB,0BAA2B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/TreeChart/BreadCrumbsTrigger/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,OAAO,CAAC;IACd,WAAW,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;CAC9E,CAAC;AAEF,QAAA,MAAM,kBAAkB,0BAA2B,KAAK,sBAsBvD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.12.
|
|
3
|
+
"version": "24.12.1",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons": "5.4.0",
|
|
17
17
|
"@babel/runtime": "7.24.7",
|
|
18
|
-
"@crystaldesign/content-box": "24.12.
|
|
19
|
-
"@crystaldesign/content-item": "24.12.
|
|
20
|
-
"@crystaldesign/diva-core": "24.12.
|
|
21
|
-
"@crystaldesign/diva-utils": "24.12.
|
|
22
|
-
"@crystaldesign/media-upload": "24.12.
|
|
23
|
-
"@crystaldesign/rtf-editor": "24.12.
|
|
24
|
-
"@crystaldesign/spreadsheet": "24.12.
|
|
18
|
+
"@crystaldesign/content-box": "24.12.1",
|
|
19
|
+
"@crystaldesign/content-item": "24.12.1",
|
|
20
|
+
"@crystaldesign/diva-core": "24.12.1",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.12.1",
|
|
22
|
+
"@crystaldesign/media-upload": "24.12.1",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.12.1",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.12.1",
|
|
25
25
|
"@google/model-viewer": "3.5.0",
|
|
26
26
|
"ag-charts-community": "^10.1.0",
|
|
27
27
|
"ag-charts-react": "^10.1.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"module": "build/esm/index.js",
|
|
53
53
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "10505d5064511472829e3a6dbf82b1a961fe6e53"
|
|
55
55
|
}
|