@solidstarters/solid-core-ui 1.1.109 → 1.1.110

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.
Files changed (75) hide show
  1. package/dist/components/core/common/AvatarWidget.d.ts +2 -0
  2. package/dist/components/core/common/AvatarWidget.d.ts.map +1 -0
  3. package/dist/components/core/common/AvatarWidget.js +42 -0
  4. package/dist/components/core/common/AvatarWidget.js.map +1 -0
  5. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -1
  6. package/dist/components/core/common/SolidGlobalSearchElement.js +2 -1
  7. package/dist/components/core/common/SolidGlobalSearchElement.js.map +1 -1
  8. package/dist/components/core/form/SolidFormView.js +1 -1
  9. package/dist/components/core/form/SolidFormView.js.map +1 -1
  10. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js +1 -1
  11. package/dist/components/core/form/fields/widgets/SolidRelationFieldAvatarFormWidget.js.map +1 -1
  12. package/dist/components/core/kanban/KanbanBoard.d.ts +1 -1
  13. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -1
  14. package/dist/components/core/kanban/KanbanBoard.js +18 -4
  15. package/dist/components/core/kanban/KanbanBoard.js.map +1 -1
  16. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -1
  17. package/dist/components/core/kanban/KanbanCard.js +18 -0
  18. package/dist/components/core/kanban/KanbanCard.js.map +1 -1
  19. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -1
  20. package/dist/components/core/kanban/SolidKanbanView.js +20 -25
  21. package/dist/components/core/kanban/SolidKanbanView.js.map +1 -1
  22. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.d.ts.map +1 -1
  23. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js +3 -2
  24. package/dist/components/core/kanban/kanban-fields/SolidBooleanKanbanField.js.map +1 -1
  25. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.d.ts.map +1 -1
  26. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js +3 -2
  27. package/dist/components/core/kanban/kanban-fields/SolidDateKanbanField.js.map +1 -1
  28. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.d.ts.map +1 -1
  29. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js +3 -2
  30. package/dist/components/core/kanban/kanban-fields/SolidDatetimeKanbanField.js.map +1 -1
  31. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.d.ts.map +1 -1
  32. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js +3 -2
  33. package/dist/components/core/kanban/kanban-fields/SolidExternalIdKanbanField.js.map +1 -1
  34. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.d.ts.map +1 -1
  35. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js +3 -2
  36. package/dist/components/core/kanban/kanban-fields/SolidIdKanbanField.js.map +1 -1
  37. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js +4 -3
  38. package/dist/components/core/kanban/kanban-fields/SolidIntKanbanField.js.map +1 -1
  39. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.d.ts.map +1 -1
  40. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js +5 -5
  41. package/dist/components/core/kanban/kanban-fields/SolidMediaMultipleKanbanField.js.map +1 -1
  42. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.d.ts.map +1 -1
  43. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js +5 -5
  44. package/dist/components/core/kanban/kanban-fields/SolidMediaSingleKanbanField.js.map +1 -1
  45. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.d.ts.map +1 -1
  46. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js +3 -2
  47. package/dist/components/core/kanban/kanban-fields/SolidSelectionDynamicKanbanField.js.map +1 -1
  48. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.d.ts.map +1 -1
  49. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js +3 -2
  50. package/dist/components/core/kanban/kanban-fields/SolidSelectionStaticKanbanField.js.map +1 -1
  51. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js +6 -6
  52. package/dist/components/core/kanban/kanban-fields/SolidShortTextKanbanField.js.map +1 -1
  53. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.d.ts.map +1 -1
  54. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js +3 -2
  55. package/dist/components/core/kanban/kanban-fields/SolidTimeKanbanField.js.map +1 -1
  56. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.d.ts.map +1 -1
  57. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js +3 -2
  58. package/dist/components/core/kanban/kanban-fields/SolidUuidKanbanField.js.map +1 -1
  59. package/dist/components/core/list/SolidListView.d.ts.map +1 -1
  60. package/dist/components/core/list/SolidListView.js +2 -2
  61. package/dist/components/core/list/SolidListView.js.map +1 -1
  62. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts +3 -0
  63. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.d.ts.map +1 -0
  64. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js +22 -0
  65. package/dist/components/core/list/widgets/SolidManyToManyRelationAvatarListWidget.js.map +1 -0
  66. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts +3 -0
  67. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.d.ts.map +1 -0
  68. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js +22 -0
  69. package/dist/components/core/list/widgets/SolidManyToOneRelationAvatarListWidget.js.map +1 -0
  70. package/dist/helpers/registry.d.ts.map +1 -1
  71. package/dist/helpers/registry.js +4 -2
  72. package/dist/helpers/registry.js.map +1 -1
  73. package/dist/resources/globals.css +70 -37
  74. package/package.json +1 -1
  75. package/src/resources/globals.css +70 -37
@@ -1438,18 +1438,37 @@ li.header-li-px {
1438
1438
  .tab-error-heading .p-tabview-nav-link:focus {
1439
1439
  border-color: #ff5757 !important;
1440
1440
  }
1441
- .tab-error-heading{
1441
+
1442
+ .tab-error-heading {
1442
1443
  animation: shake 0.8s ease-in-out;
1443
1444
  border-bottom: 3px solid red;
1444
1445
  font-weight: bold;
1445
1446
  }
1447
+
1446
1448
  @keyframes shake {
1447
- 0% { transform: translateX(0); }
1448
- 20% { transform: translateX(-5px); }
1449
- 40% { transform: translateX(5px); }
1450
- 60% { transform: translateX(-5px); }
1451
- 80% { transform: translateX(5px); }
1452
- 100% { transform: translateX(0); }
1449
+ 0% {
1450
+ transform: translateX(0);
1451
+ }
1452
+
1453
+ 20% {
1454
+ transform: translateX(-5px);
1455
+ }
1456
+
1457
+ 40% {
1458
+ transform: translateX(5px);
1459
+ }
1460
+
1461
+ 60% {
1462
+ transform: translateX(-5px);
1463
+ }
1464
+
1465
+ 80% {
1466
+ transform: translateX(5px);
1467
+ }
1468
+
1469
+ 100% {
1470
+ transform: translateX(0);
1471
+ }
1453
1472
  }
1454
1473
 
1455
1474
  .field-selection-form {
@@ -1641,6 +1660,16 @@ li.header-li-px {
1641
1660
 
1642
1661
  }
1643
1662
 
1663
+ .kaban-swimlane-load-more {
1664
+ display: flex;
1665
+ justify-content: space-between;
1666
+ overflow: visible;
1667
+ height: 100%;
1668
+ writing-mode: vertical-rl;
1669
+ text-align: center;
1670
+ justify-content: center;
1671
+ cursor: pointer;
1672
+ }
1644
1673
 
1645
1674
  .kanban-arrow-icon-container {
1646
1675
  transform: rotate(90deg);
@@ -3052,6 +3081,10 @@ li.header-li-px {
3052
3081
  row-gap: 10px;
3053
3082
  }
3054
3083
 
3084
+ .kanban-card-container {
3085
+ margin-top: 2rem;
3086
+ }
3087
+
3055
3088
  .kanban-ungrouped-column .kanban-card-container {
3056
3089
  flex: 1 1 calc(20% - 20px);
3057
3090
  max-width: calc(20% - 20px);
@@ -3255,54 +3288,54 @@ flex-shrink: 0; */
3255
3288
  height: calc(100vh - 64px);
3256
3289
  overflow-y: auto;
3257
3290
  }
3291
+
3258
3292
  .solid-custom-picklist {
3259
- border-radius: 0.5rem;
3260
- border: 1px solid var(--primary-light-color);
3261
- background: #FFF;
3262
- overflow: hidden;
3263
- position: relative;
3293
+ border-radius: 0.5rem;
3294
+ border: 1px solid var(--primary-light-color);
3295
+ background: #FFF;
3296
+ overflow: hidden;
3297
+ position: relative;
3264
3298
  }
3265
3299
 
3266
3300
  .solid-picklist-header {
3267
- padding: 12px 16px;
3268
- font-size: 0.875rem;
3269
- font-weight: 600;
3270
- background: #F3FAFF;
3301
+ padding: 12px 16px;
3302
+ font-size: 0.875rem;
3303
+ font-weight: 600;
3304
+ background: #F3FAFF;
3271
3305
  }
3272
3306
 
3273
3307
  .solid-source-picklist-header {
3274
- border-right: 1px solid var(--primary-light-color);
3308
+ border-right: 1px solid var(--primary-light-color);
3275
3309
  }
3276
3310
 
3277
3311
  .solid-picklist-item-wrapper {
3278
- height: 2.5rem;
3279
- display: flex;
3280
- justify-content: flex-start;
3281
- align-items: center;
3282
- border-top: 1px solid var(--primary-light-color);
3283
- padding: 0 16px;
3312
+ height: 2.5rem;
3313
+ display: flex;
3314
+ justify-content: flex-start;
3315
+ align-items: center;
3316
+ border-top: 1px solid var(--primary-light-color);
3317
+ padding: 0 16px;
3284
3318
  }
3285
3319
 
3286
3320
  .solid-picklist-source-item {
3287
- border-right: 1px solid var(--primary-light-color);
3321
+ border-right: 1px solid var(--primary-light-color);
3288
3322
  }
3289
3323
 
3290
3324
  .solid-picklist-item-content {
3291
- font-size: 0.875rem;
3292
- font-weight: 600;
3325
+ font-size: 0.875rem;
3326
+ font-weight: 600;
3293
3327
  }
3294
3328
 
3295
3329
  .solid-picklist-move-button {
3296
- position: absolute;
3297
- right: 47.5%;
3298
- top: 50%;
3299
- transform: translate(-50%, -50%);
3300
- height: 28px;
3301
- width: 28px !important;
3302
- padding: 0;
3303
- }
3304
-
3305
- .solid-picklist-move-button.p-button-outlined{
3306
- background-color: #f5f5f5;
3330
+ position: absolute;
3331
+ right: 47.5%;
3332
+ top: 50%;
3333
+ transform: translate(-50%, -50%);
3334
+ height: 28px;
3335
+ width: 28px !important;
3336
+ padding: 0;
3307
3337
  }
3308
3338
 
3339
+ .solid-picklist-move-button.p-button-outlined {
3340
+ background-color: #f5f5f5;
3341
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidstarters/solid-core-ui",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "scripts": {
5
5
  "prebuild": "npm run copy-resources && npm run copy-styles",
6
6
  "build": "tsc && tsc-alias",
@@ -1438,18 +1438,37 @@ li.header-li-px {
1438
1438
  .tab-error-heading .p-tabview-nav-link:focus {
1439
1439
  border-color: #ff5757 !important;
1440
1440
  }
1441
- .tab-error-heading{
1441
+
1442
+ .tab-error-heading {
1442
1443
  animation: shake 0.8s ease-in-out;
1443
1444
  border-bottom: 3px solid red;
1444
1445
  font-weight: bold;
1445
1446
  }
1447
+
1446
1448
  @keyframes shake {
1447
- 0% { transform: translateX(0); }
1448
- 20% { transform: translateX(-5px); }
1449
- 40% { transform: translateX(5px); }
1450
- 60% { transform: translateX(-5px); }
1451
- 80% { transform: translateX(5px); }
1452
- 100% { transform: translateX(0); }
1449
+ 0% {
1450
+ transform: translateX(0);
1451
+ }
1452
+
1453
+ 20% {
1454
+ transform: translateX(-5px);
1455
+ }
1456
+
1457
+ 40% {
1458
+ transform: translateX(5px);
1459
+ }
1460
+
1461
+ 60% {
1462
+ transform: translateX(-5px);
1463
+ }
1464
+
1465
+ 80% {
1466
+ transform: translateX(5px);
1467
+ }
1468
+
1469
+ 100% {
1470
+ transform: translateX(0);
1471
+ }
1453
1472
  }
1454
1473
 
1455
1474
  .field-selection-form {
@@ -1641,6 +1660,16 @@ li.header-li-px {
1641
1660
 
1642
1661
  }
1643
1662
 
1663
+ .kaban-swimlane-load-more {
1664
+ display: flex;
1665
+ justify-content: space-between;
1666
+ overflow: visible;
1667
+ height: 100%;
1668
+ writing-mode: vertical-rl;
1669
+ text-align: center;
1670
+ justify-content: center;
1671
+ cursor: pointer;
1672
+ }
1644
1673
 
1645
1674
  .kanban-arrow-icon-container {
1646
1675
  transform: rotate(90deg);
@@ -3052,6 +3081,10 @@ li.header-li-px {
3052
3081
  row-gap: 10px;
3053
3082
  }
3054
3083
 
3084
+ .kanban-card-container {
3085
+ margin-top: 2rem;
3086
+ }
3087
+
3055
3088
  .kanban-ungrouped-column .kanban-card-container {
3056
3089
  flex: 1 1 calc(20% - 20px);
3057
3090
  max-width: calc(20% - 20px);
@@ -3255,54 +3288,54 @@ flex-shrink: 0; */
3255
3288
  height: calc(100vh - 64px);
3256
3289
  overflow-y: auto;
3257
3290
  }
3291
+
3258
3292
  .solid-custom-picklist {
3259
- border-radius: 0.5rem;
3260
- border: 1px solid var(--primary-light-color);
3261
- background: #FFF;
3262
- overflow: hidden;
3263
- position: relative;
3293
+ border-radius: 0.5rem;
3294
+ border: 1px solid var(--primary-light-color);
3295
+ background: #FFF;
3296
+ overflow: hidden;
3297
+ position: relative;
3264
3298
  }
3265
3299
 
3266
3300
  .solid-picklist-header {
3267
- padding: 12px 16px;
3268
- font-size: 0.875rem;
3269
- font-weight: 600;
3270
- background: #F3FAFF;
3301
+ padding: 12px 16px;
3302
+ font-size: 0.875rem;
3303
+ font-weight: 600;
3304
+ background: #F3FAFF;
3271
3305
  }
3272
3306
 
3273
3307
  .solid-source-picklist-header {
3274
- border-right: 1px solid var(--primary-light-color);
3308
+ border-right: 1px solid var(--primary-light-color);
3275
3309
  }
3276
3310
 
3277
3311
  .solid-picklist-item-wrapper {
3278
- height: 2.5rem;
3279
- display: flex;
3280
- justify-content: flex-start;
3281
- align-items: center;
3282
- border-top: 1px solid var(--primary-light-color);
3283
- padding: 0 16px;
3312
+ height: 2.5rem;
3313
+ display: flex;
3314
+ justify-content: flex-start;
3315
+ align-items: center;
3316
+ border-top: 1px solid var(--primary-light-color);
3317
+ padding: 0 16px;
3284
3318
  }
3285
3319
 
3286
3320
  .solid-picklist-source-item {
3287
- border-right: 1px solid var(--primary-light-color);
3321
+ border-right: 1px solid var(--primary-light-color);
3288
3322
  }
3289
3323
 
3290
3324
  .solid-picklist-item-content {
3291
- font-size: 0.875rem;
3292
- font-weight: 600;
3325
+ font-size: 0.875rem;
3326
+ font-weight: 600;
3293
3327
  }
3294
3328
 
3295
3329
  .solid-picklist-move-button {
3296
- position: absolute;
3297
- right: 47.5%;
3298
- top: 50%;
3299
- transform: translate(-50%, -50%);
3300
- height: 28px;
3301
- width: 28px !important;
3302
- padding: 0;
3303
- }
3304
-
3305
- .solid-picklist-move-button.p-button-outlined{
3306
- background-color: #f5f5f5;
3330
+ position: absolute;
3331
+ right: 47.5%;
3332
+ top: 50%;
3333
+ transform: translate(-50%, -50%);
3334
+ height: 28px;
3335
+ width: 28px !important;
3336
+ padding: 0;
3307
3337
  }
3308
3338
 
3339
+ .solid-picklist-move-button.p-button-outlined {
3340
+ background-color: #f5f5f5;
3341
+ }