@solidstarters/solid-core-ui 1.1.92 → 1.1.94
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/Register.js +1 -1
- package/dist/components/auth/Register.js.map +1 -1
- package/dist/components/auth/SolidChangeForcePassword.d.ts.map +1 -1
- package/dist/components/auth/SolidChangeForcePassword.js +0 -1
- package/dist/components/auth/SolidChangeForcePassword.js.map +1 -1
- package/dist/components/auth/SolidLogin.d.ts.map +1 -1
- package/dist/components/auth/SolidLogin.js +0 -1
- package/dist/components/auth/SolidLogin.js.map +1 -1
- package/dist/components/auth/SolidResetPassword.d.ts.map +1 -1
- package/dist/components/auth/SolidResetPassword.js +0 -2
- package/dist/components/auth/SolidResetPassword.js.map +1 -1
- package/dist/components/common/DownloadProgressToast.d.ts +9 -0
- package/dist/components/common/DownloadProgressToast.d.ts.map +1 -0
- package/dist/components/common/DownloadProgressToast.js +27 -0
- package/dist/components/common/DownloadProgressToast.js.map +1 -0
- package/dist/components/common/SolidBreadcrumb.d.ts.map +1 -1
- package/dist/components/common/SolidBreadcrumb.js +0 -1
- package/dist/components/common/SolidBreadcrumb.js.map +1 -1
- package/dist/components/common/SolidExport.d.ts +2 -0
- package/dist/components/common/SolidExport.d.ts.map +1 -0
- package/dist/components/common/SolidExport.js +278 -0
- package/dist/components/common/SolidExport.js.map +1 -0
- package/dist/components/common/SolidExportStepper.d.ts +12 -0
- package/dist/components/common/SolidExportStepper.d.ts.map +1 -0
- package/dist/components/common/SolidExportStepper.js +31 -0
- package/dist/components/common/SolidExportStepper.js.map +1 -0
- package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
- package/dist/components/core/common/SolidGlobalSearchElement.js +1 -2
- package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
- package/dist/components/core/form/SolidFormUserViewLayout.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormUserViewLayout.js +0 -2
- package/dist/components/core/form/SolidFormUserViewLayout.js.map +1 -1
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.js +8 -19
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js +7 -3
- package/dist/components/core/form/fields/SolidSelectionDynamicField.js.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidSelectionStaticField.js +7 -3
- package/dist/components/core/form/fields/SolidSelectionStaticField.js.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js +1 -1
- package/dist/components/core/form/fields/SolidShortTextField.js.map +1 -1
- package/dist/components/core/kanban/KanbanUserViewLayout.d.ts.map +1 -1
- package/dist/components/core/kanban/KanbanUserViewLayout.js +0 -2
- package/dist/components/core/kanban/KanbanUserViewLayout.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanView.js +0 -1
- package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.d.ts.map +1 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js +0 -1
- package/dist/components/core/kanban/SolidKanbanViewConfigure.js.map +1 -1
- package/dist/components/core/list/SolidListColumnSelector.d.ts.map +1 -1
- package/dist/components/core/list/SolidListColumnSelector.js +6 -13
- package/dist/components/core/list/SolidListColumnSelector.js.map +1 -1
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +11 -4
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.d.ts.map +1 -1
- package/dist/components/core/list/SolidListViewConfigure.js +10 -4
- package/dist/components/core/list/SolidListViewConfigure.js.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js +0 -1
- package/dist/components/core/list/columns/SolidMediaMultipleColumn.js.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +0 -1
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
- package/dist/components/core/model/ModelMetaData.d.ts.map +1 -1
- package/dist/components/core/model/ModelMetaData.js +0 -2
- package/dist/components/core/model/ModelMetaData.js.map +1 -1
- package/dist/helpers/downloadFileWithProgress.d.ts +8 -0
- package/dist/helpers/downloadFileWithProgress.d.ts.map +1 -0
- package/dist/helpers/downloadFileWithProgress.js +138 -0
- package/dist/helpers/downloadFileWithProgress.js.map +1 -0
- package/dist/helpers/registry.d.ts.map +1 -1
- package/dist/helpers/registry.js +0 -3
- package/dist/helpers/registry.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/nextAuth/authProviders.d.ts.map +1 -1
- package/dist/nextAuth/authProviders.js +15 -9
- package/dist/nextAuth/authProviders.js.map +1 -1
- package/dist/redux/api/exportTemplateApi.d.ts +18 -0
- package/dist/redux/api/exportTemplateApi.d.ts.map +1 -0
- package/dist/redux/api/exportTemplateApi.js +54 -0
- package/dist/redux/api/exportTemplateApi.js.map +1 -0
- package/dist/resources/globals.css +123 -1
- package/dist/resources/images/Background.svg +3 -0
- package/package.json +1 -1
- package/src/resources/globals.css +123 -1
- package/src/resources/images/Background.svg +3 -0
|
@@ -888,7 +888,7 @@ footer {
|
|
|
888
888
|
|
|
889
889
|
.form-demo .p-inline-message.p-inline-message-error {
|
|
890
890
|
background-color: transparent;
|
|
891
|
-
justify-content: start;
|
|
891
|
+
justify-content: flex-start;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
.form-demo .p-inline-message .p-inline-message-text {
|
|
@@ -1749,6 +1749,7 @@ li.header-li-px {
|
|
|
1749
1749
|
padding: 0.8rem 1.5rem;
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
|
+
|
|
1752
1753
|
.solid-breadcrumb.p-breadcrumb {
|
|
1753
1754
|
/* border-bottom: 1px solid #CED0D6; */
|
|
1754
1755
|
border-bottom: none;
|
|
@@ -3237,4 +3238,125 @@ flex-shrink: 0; */
|
|
|
3237
3238
|
.solid-sidebar-menuitems-wrapper {
|
|
3238
3239
|
height: calc(100vh - 64px);
|
|
3239
3240
|
overflow-y: auto;
|
|
3241
|
+
}
|
|
3242
|
+
.solid-export-controls{
|
|
3243
|
+
display: flex;
|
|
3244
|
+
justify-content: flex-end;
|
|
3245
|
+
margin: 0px 10px !important;
|
|
3246
|
+
}
|
|
3247
|
+
.export-tabview .p-tabview-nav-container{
|
|
3248
|
+
padding: 5px;
|
|
3249
|
+
width: 100% !important;
|
|
3250
|
+
background-color: #D8E2EA !important;
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3253
|
+
.export-tabview .p-unselectable-text.p-highlight .p-tabview-title{
|
|
3254
|
+
color: #fff;
|
|
3255
|
+
text-decoration: none;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.export-tabview .p-tabview-nav-link{
|
|
3259
|
+
border: none !important;
|
|
3260
|
+
}
|
|
3261
|
+
.e-cancel{
|
|
3262
|
+
background-color: #722ED1 !important;
|
|
3263
|
+
border: 1px solid #722ED1 !important;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
.solid-custom-picklist {
|
|
3267
|
+
border-radius: 0.5rem;
|
|
3268
|
+
border: 1px solid var(--primary-light-color);
|
|
3269
|
+
background: #FFF;
|
|
3270
|
+
overflow: hidden;
|
|
3271
|
+
position: relative;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
.solid-picklist-header {
|
|
3275
|
+
padding: 12px 16px;
|
|
3276
|
+
font-size: 0.875rem;
|
|
3277
|
+
font-weight: 600;
|
|
3278
|
+
background: #F3FAFF;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
.solid-source-picklist-header {
|
|
3282
|
+
border-right: 1px solid var(--primary-light-color);
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
.solid-picklist-item-wrapper {
|
|
3286
|
+
height: 2.5rem;
|
|
3287
|
+
display: flex;
|
|
3288
|
+
justify-content: flex-start;
|
|
3289
|
+
align-items: center;
|
|
3290
|
+
border-top: 1px solid var(--primary-light-color);
|
|
3291
|
+
padding: 0 16px;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
.solid-picklist-source-item {
|
|
3295
|
+
border-right: 1px solid var(--primary-light-color);
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.solid-picklist-item-content {
|
|
3299
|
+
font-size: 0.875rem;
|
|
3300
|
+
font-weight: 600;
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3303
|
+
.solid-picklist-move-button {
|
|
3304
|
+
position: absolute;
|
|
3305
|
+
right: 47.5%;
|
|
3306
|
+
top: 50%;
|
|
3307
|
+
transform: translate(-50%, -50%);
|
|
3308
|
+
height: 28px;
|
|
3309
|
+
width: 28px !important;
|
|
3310
|
+
padding: 0;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
.solid-picklist-move-button.p-button-outlined{
|
|
3314
|
+
background-color: #f5f5f5;
|
|
3315
|
+
}
|
|
3316
|
+
|
|
3317
|
+
.solid-dynamic-stepper.export-stepper{
|
|
3318
|
+
width: 100% !important;
|
|
3319
|
+
background-color: #F6F6F6 !important;
|
|
3320
|
+
padding: 0.7rem 1.2rem !important;
|
|
3321
|
+
border-radius: 0 !important;
|
|
3322
|
+
height:60px !important;
|
|
3323
|
+
margin: 0 !important;
|
|
3324
|
+
border-bottom: 1px solid var(--primary-light-color);
|
|
3325
|
+
border-top: 1px solid var(--primary-light-color);
|
|
3326
|
+
}
|
|
3327
|
+
.solid-dynamic-stepper.export-stepper .solid-step-button.export{
|
|
3328
|
+
padding: 10px !important;
|
|
3329
|
+
flex:1 !important ;
|
|
3330
|
+
}
|
|
3331
|
+
.solid-dynamic-stepper.export-stepper .solid-step-button.export:first-child {
|
|
3332
|
+
border-top-left-radius: 6px;
|
|
3333
|
+
border-bottom-left-radius: 6px;
|
|
3334
|
+
}
|
|
3335
|
+
.solid-dynamic-stepper.export-stepper .solid-step-button.export:last-child {
|
|
3336
|
+
border-top-right-radius: 6px;
|
|
3337
|
+
border-bottom-right-radius: 6px;
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.custom-progress{
|
|
3341
|
+
height: 2px !important;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.p-export-text{
|
|
3345
|
+
color: #666666 !important;
|
|
3346
|
+
font-size: 14px !important;
|
|
3347
|
+
}
|
|
3348
|
+
.export-dialog {
|
|
3349
|
+
width: 1000px !important;
|
|
3350
|
+
height: 700px !important;
|
|
3351
|
+
padding:0 !important;
|
|
3352
|
+
margin:0 !important;
|
|
3353
|
+
}
|
|
3354
|
+
.export-dialog .p-dialog-header {
|
|
3355
|
+
padding-bottom: 0 !important;
|
|
3356
|
+
}
|
|
3357
|
+
.export-dialog .p-dialog-content {
|
|
3358
|
+
padding: 0 !important;
|
|
3359
|
+
}
|
|
3360
|
+
.export-dialog .p-progressbar-label{
|
|
3361
|
+
display: none;
|
|
3240
3362
|
}
|