@solidstarters/solid-core-ui 1.1.128 → 1.1.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/common/DownloadProgressToast.d.ts +1 -0
- package/dist/components/common/DownloadProgressToast.d.ts.map +1 -1
- package/dist/components/common/DownloadProgressToast.js +2 -13
- package/dist/components/common/DownloadProgressToast.js.map +1 -1
- package/dist/components/common/GeneralSettings.d.ts.map +1 -1
- package/dist/components/common/GeneralSettings.js +11 -10
- package/dist/components/common/GeneralSettings.js.map +1 -1
- package/dist/components/common/SolidExport.d.ts +1 -0
- package/dist/components/common/SolidExport.d.ts.map +1 -1
- package/dist/components/common/SolidExport.js +9 -9
- package/dist/components/common/SolidExport.js.map +1 -1
- package/dist/components/common/solid-export.css +74 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +14 -0
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.d.ts +1 -0
- package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.js +2 -2
- package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
- package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts +1 -0
- package/dist/components/core/locales/SolidChatterLocaleTabView.d.ts.map +1 -1
- package/dist/components/core/locales/SolidChatterLocaleTabView.js +2 -4
- package/dist/components/core/locales/SolidChatterLocaleTabView.js.map +1 -1
- package/dist/components/core/locales/SolidLocale.d.ts +1 -0
- package/dist/components/core/locales/SolidLocale.d.ts.map +1 -1
- package/dist/components/core/locales/SolidLocale.js +5 -5
- package/dist/components/core/locales/SolidLocale.js.map +1 -1
- package/dist/components/core/locales/solid-locale.css +35 -0
- package/dist/resources/globals.css +0 -91
- package/package.json +1 -1
- package/src/components/common/solid-export.css +74 -0
- package/src/components/core/locales/solid-locale.css +35 -0
- package/src/resources/globals.css +0 -91
- package/dist/components/common/useHandleCustomButtonClick.d.ts +0 -2
- package/dist/components/common/useHandleCustomButtonClick.d.ts.map +0 -1
- package/dist/components/common/useHandleCustomButtonClick.js +0 -34
- package/dist/components/common/useHandleCustomButtonClick.js.map +0 -1
- package/dist/components/core/extension/solid-core/modelMetadata/list/deleteModelRowAction.module.css +0 -25
- package/dist/components/core/form/SolidFormViewHeaderButton.d.ts +0 -2
- package/dist/components/core/form/SolidFormViewHeaderButton.d.ts.map +0 -1
- package/dist/components/core/form/SolidFormViewHeaderButton.js +0 -20
- package/dist/components/core/form/SolidFormViewHeaderButton.js.map +0 -1
- package/dist/components/core/list/SolidListViewRowButtonColumn.d.ts +0 -1
- package/dist/components/core/list/SolidListViewRowButtonColumn.d.ts.map +0 -1
- package/dist/components/core/list/SolidListViewRowButtonColumn.js +0 -34
- package/dist/components/core/list/SolidListViewRowButtonColumn.js.map +0 -1
- package/src/components/common/SolidExport.module.css +0 -66
- package/src/components/core/locales/SolidLocale.module.css +0 -35
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.SolidCustomLocaleTabviewPanels {
|
|
2
|
+
padding: 0 !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.SolidCustomLocaleTabHighlight .p-tabview-nav-link {
|
|
6
|
+
border: none !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.SolidCustomLocaleTabviewPanels .p-unselectable-text.p-tabview-selected {
|
|
10
|
+
border-bottom: 2px solid var(--border-color) !important;
|
|
11
|
+
}
|
|
12
|
+
.SolidCustomLocaleTabviewPanels .p-unselectable-text.p-tabview-selected.p-highlight {
|
|
13
|
+
border-bottom: 2px solid var(--primary-color) !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.SolidCustomLocaleTabviewPanels .p-tabview-nav li .p-tabview-nav-link {
|
|
17
|
+
border: none !important;
|
|
18
|
+
text-align: center !important;
|
|
19
|
+
align-content: center !important;
|
|
20
|
+
justify-content: center !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.SolidCustomLocaleTab {
|
|
24
|
+
flex: 1;
|
|
25
|
+
text-align: center !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.SolidCustomLocaleTabviewPanels .p-tabview-panels{
|
|
29
|
+
width: 100% !important;
|
|
30
|
+
padding: 0 !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.SolidCustomLocaleTabviewPanels .p-tabview-nav-link{
|
|
34
|
+
border: none !important;
|
|
35
|
+
}
|
|
@@ -3293,97 +3293,6 @@ flex-shrink: 0; */
|
|
|
3293
3293
|
overflow-y: auto;
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
3296
|
-
.solid-custom-picklist {
|
|
3297
|
-
border-radius: 0.5rem;
|
|
3298
|
-
border: 1px solid var(--primary-light-color);
|
|
3299
|
-
background: #FFF;
|
|
3300
|
-
overflow: hidden;
|
|
3301
|
-
position: relative;
|
|
3302
|
-
}
|
|
3303
|
-
|
|
3304
|
-
.solid-picklist-header {
|
|
3305
|
-
padding: 12px 16px;
|
|
3306
|
-
font-size: 0.875rem;
|
|
3307
|
-
font-weight: 600;
|
|
3308
|
-
background: #F3FAFF;
|
|
3309
|
-
}
|
|
3310
|
-
|
|
3311
|
-
.solid-source-picklist-header {
|
|
3312
|
-
border-right: 1px solid var(--primary-light-color);
|
|
3313
|
-
}
|
|
3314
|
-
|
|
3315
|
-
.solid-picklist-item-wrapper {
|
|
3316
|
-
height: 2.5rem;
|
|
3317
|
-
display: flex;
|
|
3318
|
-
justify-content: flex-start;
|
|
3319
|
-
align-items: center;
|
|
3320
|
-
border-top: 1px solid var(--primary-light-color);
|
|
3321
|
-
padding: 0 16px;
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
.solid-picklist-source-item {
|
|
3325
|
-
border-right: 1px solid var(--primary-light-color);
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
.solid-picklist-item-content {
|
|
3329
|
-
font-size: 0.875rem;
|
|
3330
|
-
font-weight: 600;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
|
-
.solid-picklist-move-button {
|
|
3334
|
-
position: absolute;
|
|
3335
|
-
right: 47.5%;
|
|
3336
|
-
top: 50%;
|
|
3337
|
-
transform: translate(-50%, -50%);
|
|
3338
|
-
height: 28px;
|
|
3339
|
-
width: 28px !important;
|
|
3340
|
-
padding: 0;
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
.solid-picklist-move-button.p-button-outlined {
|
|
3344
|
-
background-color: #f5f5f5;
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
.solid-locale .p-tabview-panels {
|
|
3348
|
-
padding: 0 !important;
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
|
-
.solid-locale .p-tabview-nav li.p-highlight .p-tabview-nav-link {
|
|
3352
|
-
border: none !important;
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
.solid-locale .p-unselectable-text.p-tabview-selected {
|
|
3356
|
-
border-bottom: 2px solid var(--border-color) !important;
|
|
3357
|
-
}
|
|
3358
|
-
|
|
3359
|
-
.solid-locale .p-unselectable-text.p-tabview-selected.p-highlight {
|
|
3360
|
-
border-bottom: 2px solid var(--primary-color) !important;
|
|
3361
|
-
}
|
|
3362
|
-
|
|
3363
|
-
.solid-locale li {
|
|
3364
|
-
width: 50% !important;
|
|
3365
|
-
text-align: center !important;
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
|
-
.solid-locale li.locale-card-header {
|
|
3369
|
-
padding: 10px !important;
|
|
3370
|
-
width: 100% !important;
|
|
3371
|
-
list-style-type: disc;
|
|
3372
|
-
text-align: left !important;
|
|
3373
|
-
color: #15803D;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
.solid-locale li.locale-card-header.danger {
|
|
3377
|
-
color: #EF4444;
|
|
3378
|
-
}
|
|
3379
|
-
|
|
3380
|
-
.solid-locale .p-tabview-nav li .p-tabview-nav-link {
|
|
3381
|
-
border: none !important;
|
|
3382
|
-
text-align: center !important;
|
|
3383
|
-
align-content: center;
|
|
3384
|
-
justify-content: center;
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
3296
|
.warning-header-popup {
|
|
3388
3297
|
padding: 0.75rem;
|
|
3389
3298
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useHandleCustomButtonClick.d.ts","sourceRoot":"","sources":["../../../src/components/common/useHandleCustomButtonClick.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,0BAA0B,sBAGd,GAAG,SAAS,GAAG,SAkBvC,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { useDispatch } from "react-redux";
|
|
13
|
-
import { getExtensionFunction } from "../../helpers/registry";
|
|
14
|
-
import { openPopup } from "../../redux/features/popupSlice";
|
|
15
|
-
export var useHandleCustomButtonClick = function () {
|
|
16
|
-
var dispatch = useDispatch();
|
|
17
|
-
return function (buttonAttrs, event) {
|
|
18
|
-
var action = buttonAttrs.action, openInPopup = buttonAttrs.openInPopup;
|
|
19
|
-
if (openInPopup === true) {
|
|
20
|
-
var eventData = __assign(__assign({}, event), { action: action });
|
|
21
|
-
dispatch(openPopup(eventData));
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
var eventData = __assign(__assign({}, event), { action: action });
|
|
25
|
-
var dynamicFunction = getExtensionFunction(action);
|
|
26
|
-
if (!dynamicFunction) {
|
|
27
|
-
console.error("Action function \"".concat(action, "\" not found."));
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
dynamicFunction(eventData);
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=useHandleCustomButtonClick.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useHandleCustomButtonClick.js","sourceRoot":"","sources":["../../../src/components/common/useHandleCustomButtonClick.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAyB,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAaxD,MAAM,CAAC,IAAM,0BAA0B,GAAG;IACtC,IAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,OAAO,UAAC,WAAgB,EAAE,KAAU;QACxB,IAAA,MAAM,GAAoC,WAAW,OAA/C,EAAE,WAAW,GAAuB,WAAW,YAAlC,CAAmC;QAE9D,IAAI,WAAW,KAAK,IAAI,EAAE;YACtB,IAAM,SAAS,yBAAQ,KAAK,KAAE,MAAM,EAAE,MAAM,GAAE,CAAC;YAC/C,QAAQ,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;SAElC;aAAM;YACH,IAAM,SAAS,yBAAQ,KAAK,KAAE,MAAM,EAAE,MAAM,GAAE,CAAC;YAC/C,IAAM,eAAe,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;YACrD,IAAI,CAAC,eAAe,EAAE;gBAClB,OAAO,CAAC,KAAK,CAAC,4BAAoB,MAAM,kBAAc,CAAC,CAAC;gBACxD,OAAO;aACV;YACD,eAAe,CAAC,SAAS,CAAC,CAAC;SAC9B;IAEL,CAAC,CAAC;AACN,CAAC,CAAC"}
|
package/dist/components/core/extension/solid-core/modelMetadata/list/deleteModelRowAction.module.css
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
.model-table {
|
|
2
|
-
width: 100%;
|
|
3
|
-
border-collapse: collapse;
|
|
4
|
-
margin-bottom: 20px;
|
|
5
|
-
font-family: Arial, sans-serif;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.model-table th,
|
|
10
|
-
.model-table td {
|
|
11
|
-
border: 1px solid #ccc;
|
|
12
|
-
padding: 12px;
|
|
13
|
-
text-align: left;
|
|
14
|
-
vertical-align: top;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.model-table thead th {
|
|
18
|
-
background-color: #f2f2f2;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.model-table .manual {
|
|
22
|
-
color: #d32f2f;
|
|
23
|
-
/* red for manual intervention */
|
|
24
|
-
font-weight: bold;
|
|
25
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFormViewHeaderButton.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormViewHeaderButton.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB,uEAAwE,GAAG,mDAyBhH,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useHasAnyRole } from "../../../helpers/rolesHelper";
|
|
3
|
-
import { Button } from "primereact/button";
|
|
4
|
-
export var SolidFormViewHeaderButton = function (_a) {
|
|
5
|
-
var _b, _c;
|
|
6
|
-
var button = _a.button, params = _a.params, solidListViewMetaData = _a.solidListViewMetaData, handleCustomButtonClick = _a.handleCustomButtonClick;
|
|
7
|
-
var hasRole = !button.attrs.roles || button.attrs.roles.length === 0
|
|
8
|
-
? true
|
|
9
|
-
: useHasAnyRole(button.attrs.roles);
|
|
10
|
-
if (!hasRole)
|
|
11
|
-
return null;
|
|
12
|
-
return (_jsx(Button, { text: true, type: "button", className: "w-full text-left gap-2", label: button.attrs.label, size: "small", iconPos: "left", icon: ((_b = button === null || button === void 0 ? void 0 : button.attrs) === null || _b === void 0 ? void 0 : _b.className) ? (_c = button === null || button === void 0 ? void 0 : button.attrs) === null || _c === void 0 ? void 0 : _c.className : "pi pi-pencil", onClick: function () {
|
|
13
|
-
var event = {
|
|
14
|
-
params: params,
|
|
15
|
-
solidListViewMetaData: solidListViewMetaData.data,
|
|
16
|
-
};
|
|
17
|
-
handleCustomButtonClick(button.attrs, event);
|
|
18
|
-
} }));
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=SolidFormViewHeaderButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFormViewHeaderButton.js","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormViewHeaderButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE3C,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAC,EAAuE;;QAArE,MAAM,YAAA,EAAE,MAAM,YAAA,EAAE,qBAAqB,2BAAA,EAAE,uBAAuB,6BAAA;IACtG,IAAM,OAAO,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,KAAK,CAAC;QAClE,CAAC,CAAC,IAAI;QACN,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAExC,IAAI,CAAC,OAAO;QAAE,OAAO,IAAI,CAAC;IAE1B,OAAO,CACH,KAAC,MAAM,IACH,IAAI,QACJ,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,wBAAwB,EAClC,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,EACzB,IAAI,EAAC,OAAO,EACZ,OAAO,EAAC,MAAM,EACd,IAAI,EAAE,CAAA,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,0CAAE,SAAS,EAAC,CAAC,CAAC,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,0CAAE,SAAS,CAAC,CAAC,CAAC,cAAc,EAC1E,OAAO,EAAE;YACL,IAAM,KAAK,GAAG;gBACV,MAAM,QAAA;gBACN,qBAAqB,EAAE,qBAAqB,CAAC,IAAI;aACpD,CAAC;YACF,uBAAuB,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QACjD,CAAC,GACH,CACL,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=SolidListViewRowButtonColumn.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidListViewRowButtonColumn.d.ts","sourceRoot":"","sources":["../../../../src/components/core/list/SolidListViewRowButtonColumn.tsx"],"names":[],"mappings":""}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// const SolidListViewRowButtonColumn = ( {button, index, params, solidListViewMetaData, handleCustomButtonClick}:any ) => {
|
|
3
|
-
// const hasRole =
|
|
4
|
-
// !button.attrs.roles || button.attrs.roles.length === 0
|
|
5
|
-
// ? true
|
|
6
|
-
// : useHasAnyRole(button.attrs.roles);
|
|
7
|
-
// if (!hasRole) return null;
|
|
8
|
-
// return (
|
|
9
|
-
// <Column
|
|
10
|
-
// key={index}
|
|
11
|
-
// header={button.attrs.label}
|
|
12
|
-
// body={(rowData) => (
|
|
13
|
-
// <Button
|
|
14
|
-
// text
|
|
15
|
-
// type="button"
|
|
16
|
-
// className=""
|
|
17
|
-
// label={button.attrs.showLabel !== false ? button.attrs.label : ''}
|
|
18
|
-
// size="small"
|
|
19
|
-
// iconPos="left"
|
|
20
|
-
// icon={button?.attrs?.className ? button?.attrs?.className : "pi pi-pencil"}
|
|
21
|
-
// onClick={() => {
|
|
22
|
-
// const event = {
|
|
23
|
-
// params,
|
|
24
|
-
// rowData,
|
|
25
|
-
// solidListViewMetaData: solidListViewMetaData.data,
|
|
26
|
-
// };
|
|
27
|
-
// handleCustomButtonClick(button.attrs, event);
|
|
28
|
-
// }}
|
|
29
|
-
// />
|
|
30
|
-
// )}
|
|
31
|
-
// />
|
|
32
|
-
// );
|
|
33
|
-
// };
|
|
34
|
-
//# sourceMappingURL=SolidListViewRowButtonColumn.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SolidListViewRowButtonColumn.js","sourceRoot":"","sources":["../../../../src/components/core/list/SolidListViewRowButtonColumn.tsx"],"names":[],"mappings":";AACA,4HAA4H;AAE5H,oBAAoB;AACpB,6DAA6D;AAC7D,eAAe;AACf,6CAA6C;AAE7C,+BAA+B;AAE/B,aAAa;AACb,cAAc;AACd,oBAAoB;AACpB,oCAAoC;AACpC,6BAA6B;AAC7B,kBAAkB;AAClB,iBAAiB;AACjB,0BAA0B;AAC1B,yBAAyB;AACzB,+EAA+E;AAC/E,yBAAyB;AACzB,2BAA2B;AAC3B,wFAAwF;AACxF,6BAA6B;AAC7B,8BAA8B;AAC9B,wBAAwB;AACxB,yBAAyB;AACzB,mEAAmE;AACnE,iBAAiB;AACjB,4DAA4D;AAC5D,eAAe;AACf,aAAa;AACb,WAAW;AACX,SAAS;AACT,OAAO;AACP,KAAK"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
.exportCustomProgressbar{
|
|
2
|
-
height: 3px !important;
|
|
3
|
-
margin-top: 5px !important;
|
|
4
|
-
}
|
|
5
|
-
.pExportText{
|
|
6
|
-
color: var(--auth-subtitle-color) !important;
|
|
7
|
-
font-size: 14px !important;
|
|
8
|
-
}
|
|
9
|
-
.exportDialog {
|
|
10
|
-
width: 70% !important;
|
|
11
|
-
height: 700px !important;
|
|
12
|
-
padding:0 !important;
|
|
13
|
-
margin:0 !important;
|
|
14
|
-
}
|
|
15
|
-
.solidExportControls{
|
|
16
|
-
display: flex;
|
|
17
|
-
justify-content: flex-end;
|
|
18
|
-
margin: 0px 10px !important;
|
|
19
|
-
}
|
|
20
|
-
.exportCancelButton{
|
|
21
|
-
background-color: var(--primary-color) !important;
|
|
22
|
-
border: 1px solid var(--primary-color) !important;
|
|
23
|
-
border-radius: 12px;
|
|
24
|
-
}
|
|
25
|
-
.ExportItemWrapper {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: row;
|
|
28
|
-
align-items: center;
|
|
29
|
-
justify-content: space-between;
|
|
30
|
-
width: 100%;
|
|
31
|
-
padding: 4px 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.ExportDropdownText {
|
|
35
|
-
white-space: nowrap;
|
|
36
|
-
overflow: hidden;
|
|
37
|
-
text-overflow: ellipsis;
|
|
38
|
-
margin-right: 8px;
|
|
39
|
-
}
|
|
40
|
-
.ExportDropdownIcon {
|
|
41
|
-
flex-shrink: 0;
|
|
42
|
-
cursor: pointer;
|
|
43
|
-
}
|
|
44
|
-
.exportCustomProgressbar{
|
|
45
|
-
height:3px !important;
|
|
46
|
-
margin-top: 5px !important;
|
|
47
|
-
}
|
|
48
|
-
.pExportText{
|
|
49
|
-
color: var(--auth-subtitle-color) !important;
|
|
50
|
-
font-size: 14px !important;
|
|
51
|
-
}
|
|
52
|
-
.exportCustomProgressbar .p-progressbar-label {
|
|
53
|
-
display: none !important;
|
|
54
|
-
}
|
|
55
|
-
/* .SolidExportProgressToaster{
|
|
56
|
-
position: "fixed";
|
|
57
|
-
bottom: "1rem";
|
|
58
|
-
right: "1rem";
|
|
59
|
-
padding: "1rem";
|
|
60
|
-
background-color: "var(--primary-light-color)";
|
|
61
|
-
color: "white";
|
|
62
|
-
border-radius: "6px";
|
|
63
|
-
box-shadow: "0 2px 10px rgba(0,0,0,0.2)";
|
|
64
|
-
min-width: "500px";
|
|
65
|
-
z-index: 1000;
|
|
66
|
-
} */
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.solidLocaleContainer{
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
padding: 0;
|
|
5
|
-
margin: 0;
|
|
6
|
-
}
|
|
7
|
-
.solidLocaleButtonContainer{
|
|
8
|
-
display: flex;
|
|
9
|
-
gap: 12px; /* adjust as needed */
|
|
10
|
-
justify-content: flex-end;
|
|
11
|
-
}
|
|
12
|
-
.solidLocaleCardHeader{
|
|
13
|
-
height: auto !important;
|
|
14
|
-
width: 100%;
|
|
15
|
-
background-color: var(--surface-ground);
|
|
16
|
-
padding: 0 !important;
|
|
17
|
-
margin: 10px 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.solidLocaleCardBody{
|
|
21
|
-
padding: 0.5rem !important;
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: column;
|
|
24
|
-
gap: 0.5rem;
|
|
25
|
-
margin-top: 5px;
|
|
26
|
-
background-color: var(--surface-ground);
|
|
27
|
-
}
|
|
28
|
-
.solidLocaleInfoField{
|
|
29
|
-
display: flex;
|
|
30
|
-
flex-direction: row;
|
|
31
|
-
align-items: center;
|
|
32
|
-
justify-content: space-between;
|
|
33
|
-
padding: 0.5rem;
|
|
34
|
-
gap: 0.5rem;
|
|
35
|
-
}
|