@solidstarters/solid-core-ui 1.1.129 → 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/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,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
|
-
}
|