@crystaldesign/diva-backoffice 24.12.1 → 24.12.2
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 +90 -90
- 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/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",
|
|
@@ -12384,7 +12384,7 @@ var navMinified = "nav-minified-tSt-a";
|
|
|
12384
12384
|
var navOverlay = "nav-overlay-rKJNC";
|
|
12385
12385
|
var navSettings = "nav-settings-82cjv";
|
|
12386
12386
|
var menuLabel = "menu-label-4dXQk";
|
|
12387
|
-
var css_248z$p = ".nav-minify-button-ZX7dm {\
|
|
12387
|
+
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";
|
|
12388
12388
|
styleInject(css_248z$p);
|
|
12389
12389
|
|
|
12390
12390
|
function MenuLabel (_ref) {
|
|
@@ -12808,15 +12808,15 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12808
12808
|
}
|
|
12809
12809
|
}
|
|
12810
12810
|
|
|
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
|
-
*
|
|
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
|
+
*
|
|
12820
12820
|
*/
|
|
12821
12821
|
}, {
|
|
12822
12822
|
key: "fillSelectedUntilFistLeaf",
|
|
@@ -12884,10 +12884,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12884
12884
|
return path.join('/') + (searchParams.size ? '?' + searchParams.toString() : '');
|
|
12885
12885
|
}
|
|
12886
12886
|
|
|
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
|
|
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
|
|
12891
12891
|
*/
|
|
12892
12892
|
}, {
|
|
12893
12893
|
key: "keysFormPath",
|
|
@@ -12916,9 +12916,9 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12916
12916
|
return selectedkeys;
|
|
12917
12917
|
}
|
|
12918
12918
|
|
|
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.
|
|
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.
|
|
12922
12922
|
*/
|
|
12923
12923
|
}, {
|
|
12924
12924
|
key: "flatFindMenuItem",
|
|
@@ -12942,10 +12942,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12942
12942
|
return null;
|
|
12943
12943
|
}
|
|
12944
12944
|
|
|
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
|
|
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
|
|
12949
12949
|
*/
|
|
12950
12950
|
}, {
|
|
12951
12951
|
key: "getMenuItem",
|
|
@@ -12993,10 +12993,10 @@ var _default$6 = /*#__PURE__*/function () {
|
|
|
12993
12993
|
}
|
|
12994
12994
|
}
|
|
12995
12995
|
|
|
12996
|
-
/**
|
|
12997
|
-
* Recursivly filter out menu entries by permissions
|
|
12998
|
-
*
|
|
12999
|
-
* @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
|
|
13000
13000
|
*/
|
|
13001
13001
|
}, {
|
|
13002
13002
|
key: "filterMenuByPermission",
|
|
@@ -14196,11 +14196,11 @@ var _default$1 = /*#__PURE__*/function () {
|
|
|
14196
14196
|
}
|
|
14197
14197
|
}
|
|
14198
14198
|
|
|
14199
|
-
/**
|
|
14200
|
-
*
|
|
14201
|
-
* @param id
|
|
14202
|
-
* @param apiInterface overwirting the configs apiInterface
|
|
14203
|
-
* @returns
|
|
14199
|
+
/**
|
|
14200
|
+
*
|
|
14201
|
+
* @param id
|
|
14202
|
+
* @param apiInterface overwirting the configs apiInterface
|
|
14203
|
+
* @returns
|
|
14204
14204
|
*/
|
|
14205
14205
|
}, {
|
|
14206
14206
|
key: "getApiHandler",
|
|
@@ -15903,7 +15903,7 @@ var Result = function Result(_ref) {
|
|
|
15903
15903
|
|
|
15904
15904
|
var success = "success-tRJ7j";
|
|
15905
15905
|
var error = "error-MtAFB";
|
|
15906
|
-
var css_248z$o = ".success-tRJ7j {\
|
|
15906
|
+
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";
|
|
15907
15907
|
styleInject(css_248z$o);
|
|
15908
15908
|
|
|
15909
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";
|
|
@@ -15968,7 +15968,7 @@ var CustomButton$1 = observer(CustomButton);
|
|
|
15968
15968
|
|
|
15969
15969
|
var wrapper$5 = "wrapper-GVe2h";
|
|
15970
15970
|
var buttonGroup = "button-group-GYt-T";
|
|
15971
|
-
var css_248z$n = ".wrapper-GVe2h {\
|
|
15971
|
+
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";
|
|
15972
15972
|
styleInject(css_248z$n);
|
|
15973
15973
|
|
|
15974
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; }
|
|
@@ -16180,8 +16180,8 @@ function useSelectSimpleData (_ref) {
|
|
|
16180
16180
|
};
|
|
16181
16181
|
}
|
|
16182
16182
|
|
|
16183
|
-
/**
|
|
16184
|
-
* Returns the option(s) that match the given external value
|
|
16183
|
+
/**
|
|
16184
|
+
* Returns the option(s) that match the given external value
|
|
16185
16185
|
*/
|
|
16186
16186
|
function findByValue(value, options, selectMapping) {
|
|
16187
16187
|
if (!value) return undefined;
|
|
@@ -16205,8 +16205,8 @@ function findByValue(value, options, selectMapping) {
|
|
|
16205
16205
|
return option;
|
|
16206
16206
|
}
|
|
16207
16207
|
|
|
16208
|
-
/**
|
|
16209
|
-
* Returns an option entry based on the selectMapping configuration
|
|
16208
|
+
/**
|
|
16209
|
+
* Returns an option entry based on the selectMapping configuration
|
|
16210
16210
|
*/
|
|
16211
16211
|
function parseDataEntry(item, selectMapping) {
|
|
16212
16212
|
return {
|
|
@@ -16216,8 +16216,8 @@ function parseDataEntry(item, selectMapping) {
|
|
|
16216
16216
|
};
|
|
16217
16217
|
}
|
|
16218
16218
|
|
|
16219
|
-
/**
|
|
16220
|
-
* 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
|
|
16221
16221
|
*/
|
|
16222
16222
|
function parseReturnData(options, selectMapping) {
|
|
16223
16223
|
if (Array.isArray(options)) return options.map(function (option) {
|
|
@@ -16227,7 +16227,7 @@ function parseReturnData(options, selectMapping) {
|
|
|
16227
16227
|
}
|
|
16228
16228
|
|
|
16229
16229
|
var wrapper$4 = "wrapper-4xyke";
|
|
16230
|
-
var css_248z$m = ".wrapper-4xyke {\
|
|
16230
|
+
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";
|
|
16231
16231
|
styleInject(css_248z$m);
|
|
16232
16232
|
|
|
16233
16233
|
var _excluded$2 = ["apiInterface", "selectMapping", "apiMapping", "onChange", "value", "search", "options", "autoSelectFirst", "title"];
|
|
@@ -17110,7 +17110,7 @@ var customSelect = "custom-select-ESUJX";
|
|
|
17110
17110
|
var customSelectOption = "custom-select-option-dUA7N";
|
|
17111
17111
|
var avatarWrapper = "avatar-wrapper-Vg-xe";
|
|
17112
17112
|
var selectTextWrapper = "select-text-wrapper-hPSZW";
|
|
17113
|
-
var css_248z$l = ".custom-select-ESUJX {\
|
|
17113
|
+
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";
|
|
17114
17114
|
styleInject(css_248z$l);
|
|
17115
17115
|
|
|
17116
17116
|
var Selector = function Selector(_ref) {
|
|
@@ -17645,7 +17645,7 @@ function useSelectData (_ref) {
|
|
|
17645
17645
|
};
|
|
17646
17646
|
}
|
|
17647
17647
|
|
|
17648
|
-
var css_248z$k = ".darkmode .ant-select-selection-search-input {\
|
|
17648
|
+
var css_248z$k = ".darkmode .ant-select-selection-search-input {\n color: #fff;\n}\n";
|
|
17649
17649
|
styleInject(css_248z$k);
|
|
17650
17650
|
|
|
17651
17651
|
var SelectWrapper = function SelectWrapper(_ref) {
|
|
@@ -17726,7 +17726,7 @@ var Select = observer(SelectWrapper);
|
|
|
17726
17726
|
var wrapper$3 = "wrapper-WStAk";
|
|
17727
17727
|
var headerWrapper = "header-wrapper-gWQuH";
|
|
17728
17728
|
var buttonsWrapper$1 = "buttons-wrapper-7ebR9";
|
|
17729
|
-
var css_248z$j = ".wrapper-WStAk {\
|
|
17729
|
+
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";
|
|
17730
17730
|
styleInject(css_248z$j);
|
|
17731
17731
|
|
|
17732
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; }
|
|
@@ -19736,7 +19736,7 @@ var skeleton = "skeleton--xCI0";
|
|
|
19736
19736
|
var filterField = "filterField-1kU1O";
|
|
19737
19737
|
var parentScroll = "parent-scroll-GmaL9";
|
|
19738
19738
|
var parent = "parent-NZJ3S";
|
|
19739
|
-
var css_248z$i = ".permission-Button-XctsZ {\
|
|
19739
|
+
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";
|
|
19740
19740
|
styleInject(css_248z$i);
|
|
19741
19741
|
|
|
19742
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; }
|
|
@@ -20936,7 +20936,7 @@ var newscroller = "newscroller-INKeD";
|
|
|
20936
20936
|
var antCollapseHeader = "ant-collapse-header--6FgU";
|
|
20937
20937
|
var itemTitle = "item-title--BTvC";
|
|
20938
20938
|
var itemDesc = "item-desc-DBiiF";
|
|
20939
|
-
var css_248z$h = ".diva-component-DIVA_BACKOFFICE_NEW .title-cl-ZAj2y {\
|
|
20939
|
+
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";
|
|
20940
20940
|
styleInject(css_248z$h);
|
|
20941
20941
|
|
|
20942
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; }
|
|
@@ -22349,7 +22349,7 @@ var jsoneditor = "jsoneditor-WMs15";
|
|
|
22349
22349
|
var preview = "preview-9wK81";
|
|
22350
22350
|
var previewButton = "preview-button-vupuG";
|
|
22351
22351
|
var editButton = "edit-button-m6r3M";
|
|
22352
|
-
var css_248z$g = ".jsoneditor-WMs15 .jsoneditor-menu .jsoneditor-transform {\
|
|
22352
|
+
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";
|
|
22353
22353
|
styleInject(css_248z$g);
|
|
22354
22354
|
|
|
22355
22355
|
var JsonEditor = function JsonEditor(_ref, ref) {
|
|
@@ -22783,8 +22783,8 @@ function useDescriptions (_ref) {
|
|
|
22783
22783
|
};
|
|
22784
22784
|
}
|
|
22785
22785
|
|
|
22786
|
-
/**
|
|
22787
|
-
* Apply the display value options to the data
|
|
22786
|
+
/**
|
|
22787
|
+
* Apply the display value options to the data
|
|
22788
22788
|
*/
|
|
22789
22789
|
function getDisplayData(_x3, _x4, _x5) {
|
|
22790
22790
|
return _getDisplayData.apply(this, arguments);
|
|
@@ -23129,12 +23129,12 @@ function reducer(state, action) {
|
|
|
23129
23129
|
|
|
23130
23130
|
var grid = "grid-sGemi";
|
|
23131
23131
|
var textWrapper = "text-wrapper-xsPXE";
|
|
23132
|
-
var css_248z$f = ".grid-sGemi {\
|
|
23132
|
+
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";
|
|
23133
23133
|
styleInject(css_248z$f);
|
|
23134
23134
|
|
|
23135
23135
|
var wrapper$2 = "wrapper-p-gR3";
|
|
23136
23136
|
var container$2 = "container-DoZqe";
|
|
23137
|
-
var css_248z$e = ".wrapper-p-gR3 {\
|
|
23137
|
+
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";
|
|
23138
23138
|
styleInject(css_248z$e);
|
|
23139
23139
|
|
|
23140
23140
|
var ToolTipInfo = function ToolTipInfo(props) {
|
|
@@ -23338,7 +23338,7 @@ var useMediaUpload = function useMediaUpload(_ref) {
|
|
|
23338
23338
|
var small = "small-NY1-k";
|
|
23339
23339
|
var medium = "medium---QcO";
|
|
23340
23340
|
var big = "big--E39S";
|
|
23341
|
-
var css_248z$d = ".diva-component-DIVA_BACKOFFICE_NEW .ant-upload-wrapper {\
|
|
23341
|
+
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";
|
|
23342
23342
|
styleInject(css_248z$d);
|
|
23343
23343
|
|
|
23344
23344
|
var MediaUpload = observer(function (_ref) {
|
|
@@ -23399,7 +23399,7 @@ var editableRow = "editable-row-9BEHi";
|
|
|
23399
23399
|
var checkbox = "checkbox-H7R-w";
|
|
23400
23400
|
var editableCellValueWrap = "editable-cell-value-wrap-ugTs4";
|
|
23401
23401
|
var contentWidth = "content-width-hGyVI";
|
|
23402
|
-
var css_248z$c = ".checkbox-readonly-0-bzT {\
|
|
23402
|
+
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";
|
|
23403
23403
|
styleInject(css_248z$c);
|
|
23404
23404
|
|
|
23405
23405
|
function BooleanCell (_ref) {
|
|
@@ -24394,7 +24394,7 @@ function useAGHistogram (_ref) {
|
|
|
24394
24394
|
var container$1 = "container-2r-OJ";
|
|
24395
24395
|
var column1 = "column1-9viTK";
|
|
24396
24396
|
var spinner = "spinner-00VcK";
|
|
24397
|
-
var css_248z$b = ".container-2r-OJ {\
|
|
24397
|
+
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";
|
|
24398
24398
|
styleInject(css_248z$b);
|
|
24399
24399
|
|
|
24400
24400
|
var Panel = Collapse.Panel;
|
|
@@ -25888,12 +25888,12 @@ function applyFilterAndSortation (_ref) {
|
|
|
25888
25888
|
};
|
|
25889
25889
|
}
|
|
25890
25890
|
|
|
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
|
|
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
|
|
25897
25897
|
*/
|
|
25898
25898
|
function sort(s, data) {
|
|
25899
25899
|
var flatData = data.map(function (d) {
|
|
@@ -25912,12 +25912,12 @@ function sort(s, data) {
|
|
|
25912
25912
|
});
|
|
25913
25913
|
}
|
|
25914
25914
|
|
|
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
|
|
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
|
|
25921
25921
|
*/
|
|
25922
25922
|
function filter(f, data) {
|
|
25923
25923
|
var filterableData = data;
|
|
@@ -27353,7 +27353,7 @@ var loader = "loader-LaXZy";
|
|
|
27353
27353
|
var flex = "flex-yQdda";
|
|
27354
27354
|
var bar = "bar-Y663f";
|
|
27355
27355
|
var value = "value-FCA-6";
|
|
27356
|
-
var css_248z$a = ".overlay-lm0tm {\
|
|
27356
|
+
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";
|
|
27357
27357
|
styleInject(css_248z$a);
|
|
27358
27358
|
|
|
27359
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; }
|
|
@@ -28299,7 +28299,7 @@ var retailerChild = "retailer-child-5ll0K";
|
|
|
28299
28299
|
var supplier = "supplier-8sm0I";
|
|
28300
28300
|
var dealer = "dealer-xgnku";
|
|
28301
28301
|
var association = "association-b8uVW";
|
|
28302
|
-
var css_248z$9 = ".label-rYNbb {\
|
|
28302
|
+
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";
|
|
28303
28303
|
styleInject(css_248z$9);
|
|
28304
28304
|
|
|
28305
28305
|
function getColorClass(data) {
|
|
@@ -28533,7 +28533,7 @@ var openClass = "open-class--gGXs";
|
|
|
28533
28533
|
var breadcrumb = "breadcrumb-Z0VvH";
|
|
28534
28534
|
var selected = "selected-w-sfW";
|
|
28535
28535
|
var disabled = "disabled-0nado";
|
|
28536
|
-
var css_248z$8 = ".trigger-wrapper-OkPRc {\
|
|
28536
|
+
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";
|
|
28537
28537
|
styleInject(css_248z$8);
|
|
28538
28538
|
|
|
28539
28539
|
var BreadCrumbsTrigger = function BreadCrumbsTrigger(_ref) {
|
|
@@ -28567,7 +28567,7 @@ var BreadCrumbsTrigger = function BreadCrumbsTrigger(_ref) {
|
|
|
28567
28567
|
|
|
28568
28568
|
var collapsibleInner = "collapsible-inner-rI8kI";
|
|
28569
28569
|
var toolbarLeft = "toolbar-left-X9WRo";
|
|
28570
|
-
var css_248z$7 = ".collapsible-inner-rI8kI {\
|
|
28570
|
+
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";
|
|
28571
28571
|
styleInject(css_248z$7);
|
|
28572
28572
|
|
|
28573
28573
|
var Legend = function Legend(props) {
|
|
@@ -28622,7 +28622,7 @@ var Legend = function Legend(props) {
|
|
|
28622
28622
|
var buttonsWrapper = "buttons-wrapper-Bubkr";
|
|
28623
28623
|
var mask = "mask-ssagp";
|
|
28624
28624
|
var transformWrapper = "transform-wrapper--8t0v";
|
|
28625
|
-
var css_248z$6 = ".buttons-wrapper-Bubkr {\
|
|
28625
|
+
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";
|
|
28626
28626
|
styleInject(css_248z$6);
|
|
28627
28627
|
|
|
28628
28628
|
var ZoomWrapper = function ZoomWrapper(_ref) {
|
|
@@ -29475,11 +29475,11 @@ function useNavigation () {
|
|
|
29475
29475
|
var _useParams = useParams(),
|
|
29476
29476
|
packageId = _useParams.packageId;
|
|
29477
29477
|
|
|
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
|
|
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
|
|
29483
29483
|
*/
|
|
29484
29484
|
var updateNavigation = useCallback(function (currentPackage, modules) {
|
|
29485
29485
|
var path = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
|
@@ -31411,7 +31411,7 @@ var Content = observer(ContentWrapper);
|
|
|
31411
31411
|
var layout = "layout-gqKsp";
|
|
31412
31412
|
var contentWrapper = "content-wrapper-mQSc0";
|
|
31413
31413
|
var detail = "detail-WeK8Q";
|
|
31414
|
-
var css_248z$5 = ".layout-gqKsp {\
|
|
31414
|
+
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";
|
|
31415
31415
|
styleInject(css_248z$5);
|
|
31416
31416
|
|
|
31417
31417
|
function Detail(_ref) {
|
|
@@ -31751,7 +31751,7 @@ var Modal$1 = observer(Modal);
|
|
|
31751
31751
|
|
|
31752
31752
|
var snow = "snow-14T01";
|
|
31753
31753
|
var sun = "sun-ijIPS";
|
|
31754
|
-
var css_248z$4 = ".snow-14T01 {\
|
|
31754
|
+
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";
|
|
31755
31755
|
styleInject(css_248z$4);
|
|
31756
31756
|
|
|
31757
31757
|
var SnowAnimation = function SnowAnimation(props) {
|
|
@@ -31905,13 +31905,13 @@ var MenuWrapper = function MenuWrapper() {
|
|
|
31905
31905
|
var Navigation = observer(MenuWrapper);
|
|
31906
31906
|
|
|
31907
31907
|
var wrapper$1 = "wrapper-Q13-g";
|
|
31908
|
-
var css_248z$3 = ".wrapper-Q13-g {\
|
|
31908
|
+
var css_248z$3 = ".wrapper-Q13-g {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n";
|
|
31909
31909
|
styleInject(css_248z$3);
|
|
31910
31910
|
|
|
31911
31911
|
var wrapper = "wrapper-IcNC5";
|
|
31912
31912
|
var select = "select-jVMz-";
|
|
31913
31913
|
var button = "button-78H38";
|
|
31914
|
-
var css_248z$2 = ".wrapper-IcNC5 {\
|
|
31914
|
+
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";
|
|
31915
31915
|
styleInject(css_248z$2);
|
|
31916
31916
|
|
|
31917
31917
|
var ArticleSelection = function ArticleSelection(_ref) {
|
|
@@ -32411,12 +32411,12 @@ var draghandle = "draghandle-f5b0N";
|
|
|
32411
32411
|
var midHandle = "mid-handle--qh50";
|
|
32412
32412
|
var toolItem = "tool-item-KyKgQ";
|
|
32413
32413
|
var sel = "sel-iUm8X";
|
|
32414
|
-
var css_248z$1 = ".wrapper-njnwX {\
|
|
32414
|
+
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";
|
|
32415
32415
|
styleInject(css_248z$1);
|
|
32416
32416
|
|
|
32417
32417
|
var overlay = "overlay-Dr5pn";
|
|
32418
32418
|
var loading = "loading-Ed3rZ";
|
|
32419
|
-
var css_248z = ".overlay-Dr5pn {\
|
|
32419
|
+
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";
|
|
32420
32420
|
styleInject(css_248z);
|
|
32421
32421
|
|
|
32422
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;;;;;;;;;;;;sBA7BpE,MAAG,iBAAiB;;;;;;;;;;;;;CAkEvB,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;;;;;;;;;;;;;;;6BApDP,CAAC;uBAC3B,CAAC;;;;;;6BA2B6B,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;;;;;;oBAPrF,CAAA,EAAC,MAAO,SAAS;;;;;;;;;yGA8CuB,MAEzC,SAAS,KAAI,MAAO,SAAS;gEAEd,MAAQ,SAAQ;;;;;;;;;;;;;;;;;;;;;;mBAvBH,MAAQ,aAAY,GAAE,MAAO,SAAS;mBAC1D,MAAQ,aAAY,GAAE,MAAO,SAEtC;uBAAmB,MAAO,aACjB,GACL,MAAE,SAAS;uBAAmB,MAAO,aAAa,GAAE,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAdvE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.12.
|
|
3
|
+
"version": "24.12.2",
|
|
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.2",
|
|
19
|
+
"@crystaldesign/content-item": "24.12.2",
|
|
20
|
+
"@crystaldesign/diva-core": "24.12.2",
|
|
21
|
+
"@crystaldesign/diva-utils": "24.12.2",
|
|
22
|
+
"@crystaldesign/media-upload": "24.12.2",
|
|
23
|
+
"@crystaldesign/rtf-editor": "24.12.2",
|
|
24
|
+
"@crystaldesign/spreadsheet": "24.12.2",
|
|
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": "c52f390c626615e95e0e22ae62b8b236aece192b"
|
|
55
55
|
}
|