@solidstarters/solid-core-ui 1.1.129 → 1.1.131
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/auth/AuthLayout.js +15 -15
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/SolidForgotPassword.js +3 -3
- package/dist/components/auth/SolidForgotPassword.js.map +1 -1
- package/dist/components/auth/SolidInitialLoginOtp.js +3 -3
- package/dist/components/auth/SolidInitialLoginOtp.js.map +1 -1
- package/dist/components/auth/SolidInitiateRegisterOtp.js +3 -3
- package/dist/components/auth/SolidInitiateRegisterOtp.js.map +1 -1
- package/dist/components/auth/SolidLogin.js +5 -5
- package/dist/components/auth/SolidLogin.js.map +1 -1
- package/dist/components/auth/SolidOTPVerify.js +6 -6
- package/dist/components/auth/SolidOTPVerify.js.map +1 -1
- package/dist/components/auth/SolidRegister.js +5 -5
- package/dist/components/auth/SolidRegister.js.map +1 -1
- package/dist/components/auth/SolidResetPassword.js +5 -5
- package/dist/components/auth/SolidResetPassword.js.map +1 -1
- package/dist/components/common/BackButton.d.ts.map +1 -1
- package/dist/components/common/BackButton.js +30 -4
- package/dist/components/common/BackButton.js.map +1 -1
- 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 +18 -15
- 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 +1 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +27 -1
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts +1 -0
- package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js +11 -1
- package/dist/components/core/form/fields/SolidDateTimeField.js.map +1 -1
- package/dist/components/core/form/fields/SolidPasswordField.d.ts +2 -1
- package/dist/components/core/form/fields/SolidPasswordField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidPasswordField.js +141 -13
- package/dist/components/core/form/fields/SolidPasswordField.js.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.d.ts.map +1 -1
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js +22 -12
- package/dist/components/core/list/SolidEmptyListViewPlaceholder.js.map +1 -1
- package/dist/components/core/list/SolidListView.js +4 -4
- package/dist/components/core/list/SolidListView.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/components/layout/user-profile-menu.d.ts.map +1 -1
- package/dist/components/layout/user-profile-menu.js +7 -6
- package/dist/components/layout/user-profile-menu.js.map +1 -1
- package/dist/helpers/registry.js +4 -2
- package/dist/helpers/registry.js.map +1 -1
- package/dist/helpers/updatePasswordField.d.ts +9 -0
- package/dist/helpers/updatePasswordField.d.ts.map +1 -0
- package/dist/helpers/updatePasswordField.js +75 -0
- package/dist/helpers/updatePasswordField.js.map +1 -0
- package/dist/resources/globals.css +5 -94
- package/dist/types/solid-core.d.ts +2 -0
- 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 +5 -94
- package/src/types/solid-core.d.ts +2 -0
- package/src/components/common/SolidExport.module.css +0 -66
- package/src/components/core/locales/SolidLocale.module.css +0 -35
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
.ExportCustomProgressbar{
|
|
2
|
+
height: 3px !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.ExportCustomProgressbar .p-progressbar-label {
|
|
6
|
+
display: none !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ExportText{
|
|
10
|
+
color: var(--solid-grey-500) !important;
|
|
11
|
+
font-size: 14px !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ExportDialog {
|
|
15
|
+
width: 70% !important;
|
|
16
|
+
height: 700px !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.SolidExportControls{
|
|
20
|
+
display: flex;
|
|
21
|
+
justify-content: flex-end;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.ExportCancelButton{
|
|
25
|
+
background-color: var(--primary-color) !important;
|
|
26
|
+
border: 1px solid var(--primary-color) !important;
|
|
27
|
+
border-radius: 12px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ExportDropdownText {
|
|
31
|
+
white-space: nowrap;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
text-overflow: ellipsis;
|
|
34
|
+
margin-right: 8px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ExportDropdownIcon {
|
|
38
|
+
flex-shrink: 0;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.SolidExportProgressToaster {
|
|
43
|
+
position: fixed;
|
|
44
|
+
bottom: 1rem;
|
|
45
|
+
right: 1rem;
|
|
46
|
+
padding: 1rem;
|
|
47
|
+
background-color: var(--primary-light-color);
|
|
48
|
+
color: white;
|
|
49
|
+
border-radius: 6px;
|
|
50
|
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
|
|
51
|
+
min-width: 500px;
|
|
52
|
+
z-index: 1000;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.SolidCustomPicklist {
|
|
56
|
+
border-radius: 0.5rem;
|
|
57
|
+
border: 1px solid var(--primary-light-color) !important;
|
|
58
|
+
background: #FFF !important;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
position: relative;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.SolidCustomPicklistSourceHeader {
|
|
64
|
+
border-right: 1px solid var(--primary-light-color);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.SolidCustomPicklistItemWrapper {
|
|
68
|
+
height: 2.5rem;
|
|
69
|
+
border-top: 1px solid var(--primary-light-color);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.SolidCustomPicklistSourceItem {
|
|
73
|
+
border-right: 1px solid var(--primary-light-color);
|
|
74
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1486,7 +1486,8 @@ li.header-li-px {
|
|
|
1486
1486
|
padding: 0;
|
|
1487
1487
|
padding-left: 10px;
|
|
1488
1488
|
}
|
|
1489
|
-
|
|
1489
|
+
|
|
1490
|
+
.bg-red-row {
|
|
1490
1491
|
background-color: rgb(243, 43, 43);
|
|
1491
1492
|
}
|
|
1492
1493
|
|
|
@@ -2349,13 +2350,14 @@ li.header-li-px {
|
|
|
2349
2350
|
|
|
2350
2351
|
.solid-logo.in_form_view {
|
|
2351
2352
|
margin-bottom: 30px;
|
|
2353
|
+
justify-content: center;
|
|
2352
2354
|
}
|
|
2353
2355
|
|
|
2354
2356
|
.solid-logo img {
|
|
2355
|
-
width:
|
|
2356
|
-
height: 2.375rem !important;
|
|
2357
|
+
max-width: 350px !important;
|
|
2357
2358
|
}
|
|
2358
2359
|
|
|
2360
|
+
|
|
2359
2361
|
.solid-logo-title {
|
|
2360
2362
|
line-height: 1.3;
|
|
2361
2363
|
font-weight: 700;
|
|
@@ -3293,97 +3295,6 @@ flex-shrink: 0; */
|
|
|
3293
3295
|
overflow-y: auto;
|
|
3294
3296
|
}
|
|
3295
3297
|
|
|
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
3298
|
.warning-header-popup {
|
|
3388
3299
|
padding: 0.75rem;
|
|
3389
3300
|
}
|
|
@@ -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
|
-
}
|