sccoreui 6.3.39 → 6.3.41

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/App.js CHANGED
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
4
  require("./App.scss");
5
+ // import FroalaTextEditor from "./components/froala-editor/FroalaEditor";
5
6
  // import Home from "./pages/home";
6
7
  const App = () => {
7
- return (0, jsx_runtime_1.jsx)("div", {});
8
+ return ((0, jsx_runtime_1.jsx)("div", { children: " " }));
8
9
  };
9
10
  exports.default = App;
package/dist/App.scss CHANGED
@@ -563,7 +563,7 @@ code {
563
563
  li {
564
564
  width: 10px;
565
565
  height: 10px;
566
- border-radius: 8px;
566
+ border-radius: var(--border-radius);
567
567
  position: absolute;
568
568
  transform: translateY(-50%);
569
569
  }
@@ -857,7 +857,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
857
857
  border: 1px solid var(--gray-300);
858
858
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
859
859
  box-shadow 0.2s;
860
- border-radius: 8px;
860
+ border-radius: var(--border-radius);
861
861
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
862
862
  padding-top: 10px;
863
863
  padding-bottom: 10px;
@@ -874,7 +874,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
874
874
  outline-offset: 0;
875
875
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
876
876
  0px 0px 0px 2px var(--primary-100);
877
- border-radius: 8px;
877
+ border-radius: var(--border-radius);
878
878
  border: 1px solid var(--primary-300);
879
879
  }
880
880
 
@@ -989,7 +989,7 @@ button[data-cmd="fontFamily"]:focus {
989
989
 
990
990
  .text-editor {
991
991
  border: 1px solid #d0d5dd;
992
- border-radius: 10px;
992
+ border-radius: var(--border-radius);
993
993
 
994
994
  * {
995
995
  border: none !important;
@@ -1131,7 +1131,7 @@ button[aria-expanded="true"] {
1131
1131
 
1132
1132
  li {
1133
1133
  margin: 4px 0 !important;
1134
- border-radius: 4px !important;
1134
+ border-radius: 6px !important;
1135
1135
  padding: 8px 14px !important;
1136
1136
 
1137
1137
  .item_content {
@@ -1651,7 +1651,7 @@ code {
1651
1651
  li {
1652
1652
  width: 10px;
1653
1653
  height: 10px;
1654
- border-radius: 8px;
1654
+ border-radius: var(--border-radius);
1655
1655
  position: absolute;
1656
1656
  transform: translateY(-50%);
1657
1657
  }
@@ -1883,7 +1883,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
1883
1883
  border: 1px solid var(--gray-300);
1884
1884
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
1885
1885
  box-shadow 0.2s;
1886
- border-radius: 8px;
1886
+ border-radius: var(--border-radius);
1887
1887
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
1888
1888
  padding-top: 10px;
1889
1889
  padding-bottom: 10px;
@@ -1900,7 +1900,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
1900
1900
  outline-offset: 0;
1901
1901
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
1902
1902
  0px 0px 0px 2px var(--primary-100);
1903
- border-radius: 8px;
1903
+ border-radius: var(--border-radius);
1904
1904
  border: 1px solid var(--primary-300);
1905
1905
  }
1906
1906
 
@@ -2015,7 +2015,7 @@ button[data-cmd="fontFamily"]:focus {
2015
2015
 
2016
2016
  .text-editor {
2017
2017
  border: 1px solid #d0d5dd;
2018
- border-radius: 10px;
2018
+ border-radius: var(--border-radius);
2019
2019
 
2020
2020
  * {
2021
2021
  border: none !important;
@@ -2126,7 +2126,7 @@ button[aria-expanded="true"] {
2126
2126
 
2127
2127
  li {
2128
2128
  margin: 4px 0 !important;
2129
- border-radius: 4px !important;
2129
+ border-radius: 6px !important;
2130
2130
  padding: 8px 14px !important;
2131
2131
 
2132
2132
  .item_content {
@@ -2352,7 +2352,7 @@ button[aria-expanded="true"] {
2352
2352
  justify-content: center;
2353
2353
  padding: 20px;
2354
2354
  margin: auto;
2355
- border-radius: 5px;
2355
+ border-radius: var(--border-radius);
2356
2356
  background-color: var(--red-50);
2357
2357
  width: 100%;
2358
2358
  height: 100%;
@@ -2366,7 +2366,7 @@ button[aria-expanded="true"] {
2366
2366
  .rounded_btn {
2367
2367
  padding: 8px 10px !important;
2368
2368
  height: auto;
2369
- border-radius: 8px !important;
2369
+ border-radius: 6px !important;
2370
2370
  cursor: pointer;
2371
2371
  &:hover {
2372
2372
  background: var(--primary-25);
@@ -2472,14 +2472,14 @@ button[aria-expanded="true"] {
2472
2472
  outline: 0 none;
2473
2473
  outline-offset: 0;
2474
2474
  box-shadow: none !important;
2475
- border-radius: 8px;
2475
+ border-radius: var(--border-radius);
2476
2476
  }
2477
2477
 
2478
2478
  .p-inputtext:enabled:focus {
2479
2479
  outline: 0 none;
2480
2480
  outline-offset: 0;
2481
2481
  box-shadow: none !important;
2482
- border-radius: 8px;
2482
+ border-radius: var(--border-radius);
2483
2483
  }
2484
2484
  }
2485
2485
 
@@ -2675,7 +2675,7 @@ button[aria-expanded="true"] {
2675
2675
  }
2676
2676
 
2677
2677
  .br-6 {
2678
- border-radius: 6px;
2678
+ border-radius: var(--border-radius);
2679
2679
  }
2680
2680
 
2681
2681
  .line-clamp {
@@ -981,7 +981,7 @@ a {
981
981
  border: 1px solid var(--gray-300);
982
982
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
983
983
  box-shadow 0.2s;
984
- border-radius: 8px;
984
+ border-radius: var(--border-radius);
985
985
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
986
986
  padding: 10px 14px;
987
987
  height: 40px;
@@ -993,7 +993,7 @@ a {
993
993
  border: 1px solid var(--gray-300);
994
994
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
995
995
  box-shadow 0.2s;
996
- border-radius: 8px;
996
+ border-radius: var(--border-radius);
997
997
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
998
998
  }
999
999
 
@@ -1093,7 +1093,7 @@ a {
1093
1093
  .p-dropdown-panel {
1094
1094
  background: #ffffff;
1095
1095
  border: 1px solid var(--gray-200);
1096
- border-radius: 8px;
1096
+ border-radius: var(--border-radius);
1097
1097
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
1098
1098
  0px 4px 6px -2px rgba(16, 24, 40, 0.03);
1099
1099
  overflow: hidden;
@@ -1147,7 +1147,7 @@ a {
1147
1147
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
1148
1148
  color: var(--gray-900);
1149
1149
  background: var(--gray-50);
1150
- border-radius: 4px;
1150
+ border-radius: var(--border-radius);
1151
1151
  position: relative;
1152
1152
  }
1153
1153
 
@@ -1163,7 +1163,7 @@ a {
1163
1163
  .p-dropdown-items
1164
1164
  .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
1165
1165
  background: var(--gray-50);
1166
- border-radius: 6px;
1166
+ border-radius: var(--border-radius);
1167
1167
  }
1168
1168
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
1169
1169
  margin: 0;
@@ -1256,7 +1256,7 @@ a {
1256
1256
  background: #ffffff;
1257
1257
  border: 0 none;
1258
1258
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
1259
- border-radius: 6px;
1259
+ border-radius: var(--border-radius);
1260
1260
  padding: 0.75rem 0;
1261
1261
  }
1262
1262
  .p-editor-container
@@ -1409,7 +1409,7 @@ a {
1409
1409
  outline: 0 none;
1410
1410
  outline-offset: 0;
1411
1411
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
1412
- border-radius: 8px;
1412
+ border-radius: var(--border-radius);
1413
1413
  border: 1px solid var(--red-300);
1414
1414
  }
1415
1415
  /* #################################################### Toggle Switch CSS changes START ################################################# */
@@ -1521,7 +1521,7 @@ a {
1521
1521
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
1522
1522
  box-shadow 0.2s;
1523
1523
  appearance: none;
1524
- border-radius: 8px;
1524
+ border-radius: var(--border-radius);
1525
1525
  line-height: 40px;
1526
1526
  /* height: 40px; */
1527
1527
  }
@@ -1539,7 +1539,7 @@ a {
1539
1539
  outline-offset: 0;
1540
1540
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
1541
1541
  0px 0px 0px 2px var(--primary-100);
1542
- border-radius: 8px;
1542
+ border-radius: var(--border-radius);
1543
1543
  border: 1px solid var(--primary-300);
1544
1544
  }
1545
1545
  /* input text invalid properties */
@@ -1547,7 +1547,7 @@ a {
1547
1547
  outline: 0 none;
1548
1548
  outline-offset: 0;
1549
1549
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
1550
- border-radius: 8px;
1550
+ border-radius: var(--border-radius);
1551
1551
  border: 1px solid var(--red-300);
1552
1552
  }
1553
1553
  /*========= input number invalid color =====*/
@@ -1555,7 +1555,7 @@ a {
1555
1555
  outline: 0 none;
1556
1556
  outline-offset: 0;
1557
1557
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
1558
- border-radius: 8px;
1558
+ border-radius: var(--border-radius);
1559
1559
  border: 1px solid var(--red-300);
1560
1560
  }
1561
1561
 
@@ -1663,7 +1663,7 @@ a {
1663
1663
  background: #ffffff;
1664
1664
  color: #495057;
1665
1665
  border: 1px solid #ced4da;
1666
- border-radius: 6px;
1666
+ border-radius: var(--border-radius);
1667
1667
  }
1668
1668
  .p-listbox .p-listbox-header {
1669
1669
  padding: 0.75rem 1.25rem;
@@ -1726,7 +1726,7 @@ a {
1726
1726
  background: #ffffff;
1727
1727
  color: #495057;
1728
1728
  border: 0 none;
1729
- border-radius: 6px;
1729
+ border-radius: var(--border-radius);
1730
1730
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
1731
1731
  }
1732
1732
  .p-mention-panel .p-mention-items {
@@ -1755,7 +1755,7 @@ a {
1755
1755
  border: 1px solid #ced4da;
1756
1756
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
1757
1757
  box-shadow 0.2s;
1758
- border-radius: 8px;
1758
+ border-radius: var(--border-radius);
1759
1759
  }
1760
1760
  /* .p-multiselect:not(.p-disabled):hover {
1761
1761
  border-color: #6366F1;
@@ -1787,7 +1787,7 @@ a {
1787
1787
  height: 30px;
1788
1788
  background: #fff;
1789
1789
  color: var(--gray-700);
1790
- border-radius: 6px;
1790
+ border-radius: var(--border-radius);
1791
1791
  border: 1px solid var(--gray-300);
1792
1792
  }
1793
1793
 
@@ -1842,7 +1842,7 @@ a {
1842
1842
  background: #ffffff;
1843
1843
  color: #495057;
1844
1844
  border: 0 none;
1845
- border-radius: 6px;
1845
+ border-radius: var(--border-radius);
1846
1846
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
1847
1847
  }
1848
1848
  .p-multiselect-panel .p-multiselect-header {
@@ -1903,7 +1903,7 @@ a {
1903
1903
  color: #495057;
1904
1904
  background: transparent;
1905
1905
  transition: box-shadow 0.2s;
1906
- border-radius: 4px;
1906
+ border-radius: var(--border-radius);
1907
1907
  margin-bottom: 2px;
1908
1908
  }
1909
1909
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
@@ -1969,7 +1969,7 @@ a {
1969
1969
  color: #495057;
1970
1970
  border: 0 none;
1971
1971
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
1972
- border-radius: 6px;
1972
+ border-radius: var(--border-radius);
1973
1973
  }
1974
1974
  .p-password-panel .p-password-meter {
1975
1975
  margin-bottom: 0.5rem;
@@ -2130,7 +2130,7 @@ a {
2130
2130
  .p-slider {
2131
2131
  background: #dee2e6;
2132
2132
  border: 0 none;
2133
- border-radius: 6px;
2133
+ border-radius: var(--border-radius);
2134
2134
  }
2135
2135
  .p-slider.p-slider-horizontal {
2136
2136
  height: 0.286rem;
@@ -2173,7 +2173,7 @@ a {
2173
2173
  border: 1px solid #ced4da;
2174
2174
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
2175
2175
  box-shadow 0.2s;
2176
- border-radius: 6px;
2176
+ border-radius: var(--border-radius);
2177
2177
  }
2178
2178
  .p-treeselect:not(.p-disabled):hover {
2179
2179
  border-color: #6366f1;
@@ -2218,7 +2218,7 @@ a {
2218
2218
  background: #ffffff;
2219
2219
  color: #495057;
2220
2220
  border: 0 none;
2221
- border-radius: 6px;
2221
+ border-radius: var(--border-radius);
2222
2222
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
2223
2223
  }
2224
2224
  .p-treeselect-panel .p-treeselect-header {
@@ -2351,7 +2351,7 @@ a {
2351
2351
  width: auto;
2352
2352
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
2353
2353
  box-shadow 0.2s;
2354
- border-radius: 6px;
2354
+ border-radius: var(--border-radius);
2355
2355
  border: 1px solid var(--primary-500);
2356
2356
  }
2357
2357
  .p-button:enabled:hover,
@@ -2522,7 +2522,7 @@ a {
2522
2522
  height: 48px !important;
2523
2523
  line-height: 48px !important;
2524
2524
  padding: 0px 22px;
2525
- border-radius: 4px;
2525
+ border-radius: var(--border-radius);
2526
2526
  border: 1px dashed var(--gray-500);
2527
2527
  font-size: 14px;
2528
2528
  box-shadow: none;
@@ -3482,7 +3482,7 @@ a {
3482
3482
  }
3483
3483
 
3484
3484
  .p-splitbutton {
3485
- border-radius: 6px;
3485
+ border-radius: var(--border-radius);
3486
3486
  }
3487
3487
  .p-splitbutton.p-button-outlined > .p-button {
3488
3488
  background-color: transparent;
@@ -3556,10 +3556,10 @@ a {
3556
3556
  0 1px 5px 0 rgba(0, 0, 0, 0.12);
3557
3557
  }
3558
3558
  .p-splitbutton.p-button-rounded {
3559
- border-radius: 2rem;
3559
+ border-radius: var(--border-radius);
3560
3560
  }
3561
3561
  .p-splitbutton.p-button-rounded > .p-button {
3562
- border-radius: 2rem;
3562
+ border-radius: var(--border-radius);
3563
3563
  }
3564
3564
  .p-splitbutton.p-button-sm > .p-button {
3565
3565
  font-size: 0.875rem;
@@ -4436,7 +4436,7 @@ a {
4436
4436
  background: #ffffff;
4437
4437
  color: #495057;
4438
4438
  border: 0 none;
4439
- border-radius: 6px;
4439
+ border-radius: var(--border-radius);
4440
4440
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
4441
4441
  min-width: 12.5rem;
4442
4442
  }
@@ -4547,7 +4547,7 @@ a {
4547
4547
  font-size: 1rem;
4548
4548
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
4549
4549
  box-shadow 0.2s;
4550
- border-radius: 6px;
4550
+ border-radius: var(--border-radius);
4551
4551
  display: flex;
4552
4552
  align-items: center;
4553
4553
  }
@@ -4751,7 +4751,7 @@ a {
4751
4751
  font-size: 1rem;
4752
4752
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
4753
4753
  box-shadow 0.2s;
4754
- border-radius: 6px;
4754
+ border-radius: var(--border-radius);
4755
4755
  }
4756
4756
  .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
4757
4757
  background: #4f46e5;
@@ -4987,7 +4987,7 @@ a {
4987
4987
  border-width: 0;
4988
4988
  font-size: 12px;
4989
4989
  /* padding: 0.5rem 1rem; */
4990
- border-radius: 0px 0px 6px 6px;
4990
+ border-radius: 0px 0px var(--border-radius) var(--border-radius);
4991
4991
  }
4992
4992
 
4993
4993
  .p-paginator-pages {
@@ -5138,13 +5138,13 @@ a {
5138
5138
  background: #ffffff;
5139
5139
  color: #495057;
5140
5140
  padding: 1.25rem;
5141
- border-radius: 6px;
5141
+ border-radius: var(--border-radius);
5142
5142
  }
5143
5143
  .p-tree .p-tree-container .p-treenode {
5144
5144
  padding: 0.143rem;
5145
5145
  }
5146
5146
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
5147
- border-radius: 6px;
5147
+ border-radius: var(--border-radius);
5148
5148
  transition: box-shadow 0.2s;
5149
5149
  padding: 0.5rem;
5150
5150
  }
@@ -5568,7 +5568,7 @@ a {
5568
5568
  background: #ffffff;
5569
5569
  color: #495057;
5570
5570
  /* box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
5571
- border-radius: 8px;
5571
+ border-radius: var(--border-radius);
5572
5572
  border: 1px solid #eaecf0;
5573
5573
  padding: 12px 16px 12px 16px;
5574
5574
  }
@@ -5601,7 +5601,7 @@ a {
5601
5601
  border: 1px solid #dee2e6;
5602
5602
  background: #ffffff;
5603
5603
  color: #495057;
5604
- border-radius: 6px;
5604
+ border-radius: var(--border-radius);
5605
5605
  }
5606
5606
  .p-fieldset .p-fieldset-legend {
5607
5607
  padding: 1.25rem;
@@ -5609,7 +5609,7 @@ a {
5609
5609
  color: #343a40;
5610
5610
  background: #f8f9fa;
5611
5611
  font-weight: 700;
5612
- border-radius: 6px;
5612
+ border-radius: var(--border-radius);
5613
5613
  }
5614
5614
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
5615
5615
  padding: 0;
@@ -5618,7 +5618,7 @@ a {
5618
5618
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
5619
5619
  padding: 1.25rem;
5620
5620
  color: #343a40;
5621
- border-radius: 6px;
5621
+ border-radius: var(--border-radius);
5622
5622
  transition: box-shadow 0.2s;
5623
5623
  }
5624
5624
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
@@ -5715,7 +5715,7 @@ a {
5715
5715
  .p-splitter {
5716
5716
  border: 1px solid #dee2e6;
5717
5717
  background: #ffffff;
5718
- border-radius: 6px;
5718
+ border-radius: var(--border-radius);
5719
5719
  color: #495057;
5720
5720
  }
5721
5721
  .p-splitter .p-splitter-gutter {
@@ -5815,7 +5815,7 @@ a {
5815
5815
  background: #f8f9fa;
5816
5816
  border: 1px solid #dee2e6;
5817
5817
  padding: 1.25rem;
5818
- border-radius: 6px;
5818
+ border-radius: var(--border-radius);
5819
5819
  gap: 0.5rem;
5820
5820
  }
5821
5821
  .p-toolbar .p-toolbar-separator {
@@ -5826,7 +5826,7 @@ a {
5826
5826
  background: #ffffff;
5827
5827
  color: #495057;
5828
5828
  border: 0 none;
5829
- border-radius: 6px;
5829
+ border-radius: var(--border-radius);
5830
5830
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
5831
5831
  }
5832
5832
  .p-confirm-popup .p-confirm-popup-content {
@@ -5867,7 +5867,7 @@ a {
5867
5867
  }
5868
5868
 
5869
5869
  .p-dialog {
5870
- border-radius: 8px !important;
5870
+ border-radius: var(--border-radius) !important;
5871
5871
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
5872
5872
  border: 0 none;
5873
5873
  }
@@ -5912,8 +5912,8 @@ a {
5912
5912
  padding: 24px;
5913
5913
  }
5914
5914
  .p-dialog .p-dialog-content:last-of-type {
5915
- border-bottom-right-radius: 12px;
5916
- border-bottom-left-radius: 12px;
5915
+ border-bottom-right-radius: var(--border-radius);
5916
+ border-bottom-left-radius: var(--border-radius);
5917
5917
  }
5918
5918
  .p-dialog .p-dialog-footer {
5919
5919
  border-top: 1px solid #eaecf0;
@@ -5921,8 +5921,8 @@ a {
5921
5921
  color: #495057;
5922
5922
  padding: 16px;
5923
5923
  text-align: right;
5924
- border-bottom-right-radius: 12px;
5925
- border-bottom-left-radius: 12px;
5924
+ border-bottom-right-radius: var(--border-radius);
5925
+ border-bottom-left-radius: var(--border-radius);
5926
5926
  }
5927
5927
  .p-dialog .p-dialog-footer button {
5928
5928
  margin: 0 0.5rem 0 0;
@@ -5940,7 +5940,7 @@ a {
5940
5940
  background: #ffffff;
5941
5941
  color: #495057;
5942
5942
  border: 0 none;
5943
- border-radius: 6px;
5943
+ border-radius: var(--border-radius);
5944
5944
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
5945
5945
  }
5946
5946
  .p-overlaypanel .p-overlaypanel-content {
@@ -6043,7 +6043,7 @@ a {
6043
6043
  padding: 8px 12px;
6044
6044
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
6045
6045
  0px 4px 6px -2px rgba(16, 24, 40, 0.03);
6046
- border-radius: 8px;
6046
+ border-radius: var(--border-radius);
6047
6047
  }
6048
6048
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
6049
6049
  border-right-color: var(--background-color);
@@ -6097,7 +6097,7 @@ a {
6097
6097
  }
6098
6098
  .p-breadcrumb ul li .p-menuitem-link {
6099
6099
  transition: box-shadow 0.2s;
6100
- border-radius: 6px;
6100
+ border-radius: var(--border-radius);
6101
6101
  }
6102
6102
  .p-breadcrumb ul li .p-menuitem-link:focus {
6103
6103
  outline: 0 none;
@@ -6126,7 +6126,7 @@ a {
6126
6126
  color: #495057;
6127
6127
  border: 0 none;
6128
6128
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
6129
- border-radius: 6px;
6129
+ border-radius: var(--border-radius);
6130
6130
  width: 12.5rem;
6131
6131
  }
6132
6132
  .p-contextmenu .p-menuitem-link {
@@ -6168,7 +6168,7 @@ a {
6168
6168
  background: #ffffff;
6169
6169
  border: 0 none;
6170
6170
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
6171
- border-radius: 6px;
6171
+ border-radius: var(--border-radius);
6172
6172
  }
6173
6173
  .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
6174
6174
  background: #eef2ff;
@@ -6292,12 +6292,12 @@ a {
6292
6292
  background: #f8f9fa;
6293
6293
  color: #495057;
6294
6294
  border: 1px solid #dee2e6;
6295
- border-radius: 6px;
6295
+ border-radius: var(--border-radius);
6296
6296
  }
6297
6297
  .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
6298
6298
  padding: 0.75rem 1.25rem;
6299
6299
  color: #495057;
6300
- border-radius: 6px;
6300
+ border-radius: var(--border-radius);
6301
6301
  transition: box-shadow 0.2s;
6302
6302
  user-select: none;
6303
6303
  }
@@ -6621,7 +6621,7 @@ a {
6621
6621
  background: #ffffff;
6622
6622
  color: #495057;
6623
6623
  border: 1px solid #dee2e6;
6624
- border-radius: 6px;
6624
+ border-radius: var(--border-radius);
6625
6625
  width: 12.5rem;
6626
6626
  }
6627
6627
  .p-menu .p-menuitem-link {
@@ -6682,7 +6682,7 @@ a {
6682
6682
  background: #f8f9fa;
6683
6683
  color: #495057;
6684
6684
  border: 1px solid #dee2e6;
6685
- border-radius: 6px;
6685
+ border-radius: var(--border-radius);
6686
6686
  }
6687
6687
  .p-menubar .p-menuitem-link {
6688
6688
  padding: 0.75rem 1.25rem;
@@ -6721,7 +6721,7 @@ a {
6721
6721
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
6722
6722
  padding: 0.75rem 1.25rem;
6723
6723
  color: #495057;
6724
- border-radius: 6px;
6724
+ border-radius: var(--border-radius);
6725
6725
  transition: box-shadow 0.2s;
6726
6726
  user-select: none;
6727
6727
  }
@@ -7019,7 +7019,7 @@ a {
7019
7019
  color: #6c757d;
7020
7020
  background: #f8f9fa;
7021
7021
  font-weight: 700;
7022
- border-radius: 6px;
7022
+ border-radius: var(--border-radius);
7023
7023
  transition: box-shadow 0.2s;
7024
7024
  }
7025
7025
  .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
@@ -7142,7 +7142,7 @@ a {
7142
7142
  background: #ffffff;
7143
7143
  color: #495057;
7144
7144
  border: 1px solid #dee2e6;
7145
- border-radius: 6px;
7145
+ border-radius: var(--border-radius);
7146
7146
  width: 12.5rem;
7147
7147
  }
7148
7148
  .p-slidemenu .p-menuitem-link {
@@ -7224,7 +7224,7 @@ a {
7224
7224
  .p-steps .p-steps-item .p-menuitem-link {
7225
7225
  background: transparent;
7226
7226
  transition: box-shadow 0.2s;
7227
- border-radius: 6px;
7227
+ border-radius: var(--border-radius);
7228
7228
  background: #ffffff;
7229
7229
  }
7230
7230
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
@@ -7335,7 +7335,7 @@ a {
7335
7335
  background: #ffffff;
7336
7336
  color: #495057;
7337
7337
  border: 1px solid #dee2e6;
7338
- border-radius: 6px;
7338
+ border-radius: var(--border-radius);
7339
7339
  width: 12.5rem;
7340
7340
  }
7341
7341
  .p-tieredmenu .p-menuitem-link {
@@ -7408,7 +7408,7 @@ a {
7408
7408
  .p-inline-message {
7409
7409
  padding: 0.75rem 0.75rem;
7410
7410
  margin: 0;
7411
- border-radius: 6px;
7411
+ border-radius: var(--border-radius);
7412
7412
  }
7413
7413
  .p-inline-message.p-inline-message-info {
7414
7414
  background: #e9e9ff;
@@ -7459,7 +7459,7 @@ a {
7459
7459
 
7460
7460
  .p-message {
7461
7461
  margin: 1rem 0;
7462
- border-radius: 6px;
7462
+ border-radius: var(--border-radius);
7463
7463
  }
7464
7464
  .p-message .p-message-wrapper {
7465
7465
  padding: 1.25rem 1.75rem;
@@ -7542,7 +7542,7 @@ a {
7542
7542
  .p-toast .p-toast-message {
7543
7543
  margin: 0 0 1rem 0;
7544
7544
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
7545
- border-radius: 12px;
7545
+ border-radius: var(--border-radius);
7546
7546
  }
7547
7547
  .p-toast .p-toast-message .p-toast-message-content {
7548
7548
  padding: 1rem;
@@ -7583,7 +7583,7 @@ a {
7583
7583
  /* border: 1px solid var(--primary-300); */
7584
7584
  border-width: 0 0 0 6px;
7585
7585
  color: var(--primary-700);
7586
- border-radius: 12px;
7586
+ border-radius: var(--border-radius);
7587
7587
  border: 1px solid var(--primary-300);
7588
7588
  }
7589
7589
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
@@ -7650,7 +7650,7 @@ a {
7650
7650
  width: 4rem;
7651
7651
  height: 4rem;
7652
7652
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
7653
- border-radius: 6px;
7653
+ border-radius: var(--border-radius);
7654
7654
  margin: 0 0.5rem;
7655
7655
  }
7656
7656
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
@@ -7787,7 +7787,7 @@ a {
7787
7787
 
7788
7788
  .p-avatar {
7789
7789
  background-color: #dee2e6;
7790
- border-radius: 6px;
7790
+ border-radius: var(--border-radius);
7791
7791
  }
7792
7792
  .p-avatar.p-avatar-lg {
7793
7793
  width: 2rem;
@@ -7827,7 +7827,7 @@ a {
7827
7827
  height: 1rem;
7828
7828
  }
7829
7829
  .p-chip .p-chip-remove-icon {
7830
- border-radius: 6px;
7830
+ border-radius: var(--border-radius);
7831
7831
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
7832
7832
  margin-left: 0.5rem;
7833
7833
  }
@@ -7857,7 +7857,7 @@ a {
7857
7857
 
7858
7858
  .p-skeleton {
7859
7859
  background-color: #dee2e6;
7860
- border-radius: 6px;
7860
+ border-radius: var(--border-radius);
7861
7861
  }
7862
7862
  .p-skeleton:after {
7863
7863
  background: linear-gradient(
@@ -7874,7 +7874,7 @@ a {
7874
7874
  font-size: 0.75rem;
7875
7875
  font-weight: 700;
7876
7876
  padding: 0.25rem 0.4rem;
7877
- border-radius: 6px;
7877
+ border-radius: var(--border-radius);
7878
7878
  }
7879
7879
  .p-tag.p-tag-success {
7880
7880
  background-color: #22c55e;
@@ -7899,7 +7899,7 @@ a {
7899
7899
 
7900
7900
  .p-inplace .p-inplace-display {
7901
7901
  padding: 0.75rem 0.75rem;
7902
- border-radius: 6px;
7902
+ border-radius: var(--border-radius);
7903
7903
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
7904
7904
  box-shadow 0.2s;
7905
7905
  }
@@ -7917,7 +7917,7 @@ a {
7917
7917
  border: 0 none;
7918
7918
  height: 8px;
7919
7919
  background: var(--gray-200);
7920
- border-radius: 4px;
7920
+ border-radius: var(--border-radius);
7921
7921
  }
7922
7922
  .p-progressbar .p-progressbar-value {
7923
7923
  border: 0 none;
@@ -7988,7 +7988,7 @@ a {
7988
7988
  font-size: 0.75rem;
7989
7989
  font-weight: 700;
7990
7990
  padding: 0.25rem 0.4rem;
7991
- border-radius: 6px;
7991
+ border-radius: var(--border-radius);
7992
7992
  }
7993
7993
  .p-tag.p-tag-success {
7994
7994
  background-color: #22c55e;
@@ -8092,7 +8092,7 @@ a {
8092
8092
  /* Target the thumb */
8093
8093
  ::-webkit-scrollbar-thumb {
8094
8094
  background-color: var(--gray-200); /* Set the background color of the thumb */
8095
- border-radius: 8px; /* Set the border radius of the thumb */
8095
+ border-radius: var(--border-radius); /* Set the border radius of the thumb */
8096
8096
  }
8097
8097
 
8098
8098
  /* Target the track */
@@ -8113,7 +8113,7 @@ a {
8113
8113
  /* Target the thumb */
8114
8114
  ::-moz-scrollbar-thumb {
8115
8115
  background-color: var(--gray-200); /* Set the background color of the thumb */
8116
- border-radius: 8px; /* Set the border radius of the thumb */
8116
+ border-radius: var(--border-radius); /* Set the border radius of the thumb */
8117
8117
  }
8118
8118
 
8119
8119
  /* Target the track */
@@ -8199,7 +8199,7 @@ button {
8199
8199
  color: black;
8200
8200
  width: auto;
8201
8201
  padding: 10px;
8202
- border-radius: 2px;
8202
+ border-radius: var(--border-radius);
8203
8203
  font-size: 19px;
8204
8204
  background: green;
8205
8205
  position: relative;
@@ -8336,18 +8336,18 @@ input[type="number"]::-webkit-outer-spin-button {
8336
8336
  padding: 1rem 1rem;
8337
8337
  border: 1px solid var(--gray-200);
8338
8338
  color: #495057;
8339
- border-radius: 12px;
8339
+ border-radius: var(--border-radius);
8340
8340
  }
8341
8341
  }
8342
8342
 
8343
8343
  /* breadcrumbs classes for background colors and hover background colors */
8344
8344
  .last-item-bg-color > .p-breadcrumb-list .p-menuitem.px-4:hover {
8345
8345
  background-color: var(--primary-50);
8346
- border-radius: 6px;
8346
+ border-radius: var(--border-radius);
8347
8347
  }
8348
8348
  .last-item-bg-color-gray-50 > .p-breadcrumb-list .p-menuitem.px-4:hover {
8349
8349
  background-color: var(--gray-50);
8350
- border-radius: 6px;
8350
+ border-radius: var(--border-radius);
8351
8351
  }
8352
8352
 
8353
8353
  /* .p-disabled {
@@ -8360,11 +8360,11 @@ input[type="number"]::-webkit-outer-spin-button {
8360
8360
 
8361
8361
  .last-item-bg-color ul li:last-child {
8362
8362
  background-color: var(--primary-50);
8363
- border-radius: 6px;
8363
+ border-radius: var(--border-radius);
8364
8364
  }
8365
8365
  .last-item-bg-color-gray-50 ul li:last-child {
8366
8366
  background-color: var(--gray-50);
8367
- border-radius: 6px;
8367
+ border-radius: var(--border-radius);
8368
8368
  }
8369
8369
 
8370
8370
  /* side out menu custom classes */
@@ -8441,7 +8441,7 @@ input[type="number"]::-webkit-outer-spin-button {
8441
8441
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s !important;
8442
8442
  padding: 8px 12px 8px 12px !important;
8443
8443
  cursor: pointer;
8444
- border-radius: 6px;
8444
+ border-radius: var(--border-radius);
8445
8445
  font-weight: normal;
8446
8446
  }
8447
8447
 
@@ -8451,7 +8451,7 @@ input[type="number"]::-webkit-outer-spin-button {
8451
8451
  .tab-view-bg-dark.expand .p-tabview-nav li .p-tabview-nav-link {
8452
8452
  padding-left: 88px;
8453
8453
  padding-right: 88px;
8454
- border-radius: 6px;
8454
+ border-radius: var(--border-radius);
8455
8455
  }
8456
8456
  .tab-view-bg-dark.not-expand.border-no-radius
8457
8457
  .p-tabview-nav
@@ -8486,13 +8486,13 @@ input[type="number"]::-webkit-outer-spin-button {
8486
8486
  }
8487
8487
  .tab-view-shadow-box .p-tabview-nav {
8488
8488
  background-color: var(--gray-100);
8489
- border-radius: 8px;
8489
+ border-radius: var(--border-radius);
8490
8490
  padding: 4px;
8491
8491
  }
8492
8492
 
8493
8493
  .tab-view-shadow-box .p-tabview-nav li .p-tabview-nav-link {
8494
8494
  background-color: transparent;
8495
- border-radius: 6px;
8495
+ border-radius: var(--border-radius);
8496
8496
  }
8497
8497
  .tab-view-shadow-box .p-tabview-nav .p-tabview-ink-bar {
8498
8498
  display: none;
@@ -8586,16 +8586,16 @@ input[type="number"]::-webkit-outer-spin-button {
8586
8586
  }
8587
8587
  }
8588
8588
  .bg-square .p-paginator-pages .p-paginator-page.p-highlight {
8589
- border-radius: 8px;
8589
+ border-radius: var(--border-radius);
8590
8590
  }
8591
8591
 
8592
8592
  .bg-square .p-paginator-pages .p-paginator-page {
8593
- border-radius: 8px;
8593
+ border-radius: var(--border-radius);
8594
8594
  }
8595
8595
 
8596
8596
  .paginator-boxes > .p-paginator-pages .p-paginator-page {
8597
8597
  margin: 0px !important;
8598
- border-radius: 0px !important;
8598
+ border-radius: var(--border-radius) !important;
8599
8599
  border-style: solid !important;
8600
8600
  }
8601
8601
  .paginator-boxes > .p-paginator-pages {
@@ -8619,7 +8619,7 @@ input[type="number"]::-webkit-outer-spin-button {
8619
8619
 
8620
8620
  /* Progress siders calsses for styling the component */
8621
8621
  .progress-slider .p-slider-range {
8622
- border-radius: 4px;
8622
+ border-radius: var(--border-radius);
8623
8623
  background-color: var(--primary-500);
8624
8624
  }
8625
8625
 
@@ -1,3 +1,6 @@
1
+ :root {
2
+ --border-radius: 6px;
3
+ }
1
4
  .p-component,
2
5
  .p-component * {
3
6
  box-sizing: border-box;
@@ -365,7 +368,7 @@
365
368
 
366
369
  .p-badge {
367
370
  display: inline-block;
368
- border-radius: 10px;
371
+ border-radius: var(--border-radius);
369
372
  text-align: center;
370
373
  padding: 0 0.5rem;
371
374
  }
@@ -504,7 +507,7 @@
504
507
  padding-left: 8px;
505
508
  }
506
509
 
507
- .p-calendar.p-calendar-w-btn-left .p-inputtext{
510
+ .p-calendar.p-calendar-w-btn-left .p-inputtext {
508
511
  padding-left: 0;
509
512
  }
510
513
 
@@ -526,10 +529,10 @@
526
529
  .p-calendar-w-btn-left .p-inputtext:enabled:focus {
527
530
  outline: 0 none;
528
531
  outline-offset: 0;
529
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
530
-
532
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
533
+ 0px 0px 0px 2px var(--primary-100);
531
534
 
532
- border-radius: 8px;
535
+ border-radius: var(--border-radius);
533
536
  border: 1px solid var(--primary-300);
534
537
  border-left: 0px;
535
538
  border-top-left-radius: 0px;
@@ -546,11 +549,9 @@
546
549
  border: 1px solid var(--gray-300);
547
550
  height: 40px;
548
551
  border-right: 0px;
549
- padding-left:16px !important;
552
+ padding-left: 16px !important;
550
553
  }
551
554
 
552
-
553
-
554
555
  /* Fluid */
555
556
  .p-fluid .p-calendar {
556
557
  display: flex;
@@ -2644,7 +2645,7 @@ input.p-dropdown-label {
2644
2645
  .ql-snow .ql-editor code,
2645
2646
  .ql-snow .ql-editor pre {
2646
2647
  background-color: #f0f0f0;
2647
- border-radius: 3px;
2648
+ border-radius: var(--border-radius);
2648
2649
  }
2649
2650
  .ql-snow .ql-editor pre {
2650
2651
  white-space: pre-wrap;
@@ -4588,7 +4589,7 @@ input.p-dropdown-label {
4588
4589
  align-items: center;
4589
4590
  justify-content: center;
4590
4591
  overflow: hidden;
4591
- border-radius: 4px;
4592
+ border-radius: var(--border-radius);
4592
4593
  }
4593
4594
 
4594
4595
  .p-progressbar-determinate .p-progressbar-label {
@@ -4851,7 +4852,7 @@ input.p-dropdown-label {
4851
4852
  .p-scrollpanel-bar {
4852
4853
  position: relative;
4853
4854
  background: #c1c1c1;
4854
- border-radius: 3px;
4855
+ border-radius: var(--border-radius);
4855
4856
  z-index: 2;
4856
4857
  cursor: pointer;
4857
4858
  opacity: 0;
@@ -6090,7 +6091,6 @@ input.p-dropdown-label {
6090
6091
  left: -9999px;
6091
6092
  }
6092
6093
 
6093
-
6094
6094
  .p-tooltip.p-tooltip-top {
6095
6095
  padding: 0.25em 0;
6096
6096
  }
@@ -6429,10 +6429,8 @@ input.p-dropdown-label {
6429
6429
  position: static;
6430
6430
  }
6431
6431
 
6432
-
6433
6432
  /* calender css classes from SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
6434
6433
 
6435
-
6436
6434
  .p-calendar-w-btn-left .p-datepicker-trigger:enabled:hover {
6437
6435
  border-top-right-radius: 0;
6438
6436
  border-bottom-right-radius: 0;
@@ -6456,4 +6454,4 @@ input.p-dropdown-label {
6456
6454
  border-right: 0px;
6457
6455
  }
6458
6456
 
6459
- /* calender css classes from SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
6457
+ /* calender css classes from SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
@@ -33,8 +33,15 @@ core_1.ModuleRegistry.registerModules([
33
33
  excel_export_1.ExcelExportModule
34
34
  ]);
35
35
  core_2.LicenseManager.setLicenseKey(LicenceKey_1.LICENSEKEY);
36
- const AgGrid = ({ gridOptions, onGridReady, gridRef }) => {
37
- // console.log(style, "style");
38
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "ag-theme-quartz h-full ag-grid-div" }, { children: (0, jsx_runtime_1.jsx)(react_1.AgGridReact, Object.assign({ ref: gridRef }, (onGridReady ? { onGridReady: onGridReady } : {}), { reactiveCustomComponents: true }, gridOptions)) })) }));
36
+ const AgGrid = ({ gridOptions, onGridReady, gridRef, style }) => {
37
+ let newHeight;
38
+ if (typeof style.height === "string" && style.height.includes("px")) {
39
+ const value = Number(style.height.replace("px", ""));
40
+ newHeight = (value - 64) + "px";
41
+ }
42
+ else {
43
+ newHeight = style.height;
44
+ }
45
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "ag-theme-quartz ag-grid-div", style: { height: newHeight, width: style === null || style === void 0 ? void 0 : style.width } }, { children: (0, jsx_runtime_1.jsx)(react_1.AgGridReact, Object.assign({ ref: gridRef }, (onGridReady ? { onGridReady: onGridReady } : {}), { reactiveCustomComponents: true }, gridOptions)) })) }));
39
46
  };
40
47
  exports.default = AgGrid;
@@ -36,8 +36,15 @@ function Search({ searchPlaceHolder }) {
36
36
  setFeatureDetails(Object.assign(Object.assign({}, featureDetails), { searchedText: deboucedValue }));
37
37
  }
38
38
  }, [deboucedValue]);
39
- return (0, utilComponents_1.skeletonLoding)() ? ((0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "40px", width: "336px" })) : ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: `p-input-icon-left ${featureDetails.searchedText.length > 0 ? "p-input-icon-right" : ""}` }, { children: [(0, jsx_runtime_1.jsx)("span", Object.assign({ className: "p-input-prefix zoom_animate" }, { children: (0, jsx_runtime_1.jsx)(svg_component_1.default, { color: "#667085", icon: "search-lg", size: 18, disabled: isDisabled }) })), featureDetails.searchedText.length > 0 && ((0, jsx_runtime_1.jsx)("span", Object.assign({ className: "p-input-suffix cursor-pointer zoom_animate", onClick: () => {
40
- setFeatureDetails(Object.assign(Object.assign({}, featureDetails), { searchedText: "" }));
39
+ return (0, utilComponents_1.skeletonLoding)() ? ((0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "40px", width: "336px" })) : ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: `p-input-icon-left ${inputValue.length > 0 ? "p-input-icon-right" : ""}` }, { children: [(0, jsx_runtime_1.jsx)("span", Object.assign({ className: "p-input-prefix zoom_animate" }, { children: (0, jsx_runtime_1.jsx)(svg_component_1.default, { color: "#667085", icon: "search-lg", size: 18, disabled: isDisabled }) })), inputValue.length > 0 && ((0, jsx_runtime_1.jsx)("span", Object.assign({ className: "p-input-suffix cursor-pointer zoom_animate", onClick: () => {
40
+ var _a, _b;
41
+ if (rowModelType === constants_1.ROWMODELTYPE.CLIENT_SIDE && quickSearch) {
42
+ (_a = gridApi === null || gridApi === void 0 ? void 0 : gridApi.current.api) === null || _a === void 0 ? void 0 : _a.setGridOption("quickFilterText", "");
43
+ (_b = gridApi === null || gridApi === void 0 ? void 0 : gridApi.current.api) === null || _b === void 0 ? void 0 : _b.hideOverlay();
44
+ }
45
+ else {
46
+ setFeatureDetails(Object.assign(Object.assign({}, featureDetails), { searchedText: "" }));
47
+ }
41
48
  setInputValue("");
42
49
  }, title: "Clear" }, { children: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "x-close", size: 18 }) }))), (0, jsx_runtime_1.jsx)(inputtext_1.InputText, { value: inputValue, onChange: (e) => !isDisabled && setInputValue(e.target.value), className: "w-21rem", placeholder: searchPlaceHolder || "Search by name or code", disabled: isDisabled })] })));
43
50
  }
@@ -58,7 +58,7 @@ const Conditions = (props) => {
58
58
  : "Enter", onChange: (event) => handleDynamicFieldState(event.target.value) }));
59
59
  }
60
60
  else {
61
- return ((0, jsx_runtime_1.jsx)(chips_1.Chips, { value: value, type: "", disabled: !condition, className: "table_filters_1 border-noround-left col-4 focus:shadow-none lh-44 h-44 chip_comp flex align-items-center", onChange: (e) => handleDynamicFieldState(e.target.value), placeholder: "Enter", separator: "," }));
61
+ return ((0, jsx_runtime_1.jsx)(chips_1.Chips, { value: value, type: "", disabled: !condition, className: "table_filters_1 border-noround-left col-4 focus:shadow-none lh-44 h-44 chip_comp flex align-items-center", onChange: (e) => handleDynamicFieldState(e.target.value), placeholder: "Enter tags", separator: "," }));
62
62
  }
63
63
  }
64
64
  case Types_1.FilterDataType.DECIMAL:
@@ -180,7 +180,7 @@ const TableFilter = () => {
180
180
  ? filterModelText.subHeader
181
181
  : "Streamline Your Search With Filters" }))] })), (0, jsx_runtime_1.jsx)(divider_1.Divider, { className: "w-full p-0 m-0" }), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "p-2" }, { children: (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "max-h-14rem\toverflow-y-auto overflow-x-hidden flex flex-column gap-1" }, { children: conditionsArray.map((eachCondition, index) => {
182
182
  return ((0, jsx_runtime_1.jsx)("div", { children: renderCondition(eachCondition, index) }, index));
183
- }) })) })), (0, jsx_runtime_1.jsx)(divider_1.Divider, { className: "w-full p-0 m-0" }), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4 flex justify-content-between" }, { children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(button_1.Button, { outlined: true, className: "focus:shadow-none font-semibold border-none hover:bg-primary-25", label: (filterModelText === null || filterModelText === void 0 ? void 0 : filterModelText.resetFilterAction)
183
+ }) })) })), (0, jsx_runtime_1.jsx)(divider_1.Divider, { className: "w-full p-0 m-0" }), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4 flex justify-content-between" }, { children: [(0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(button_1.Button, { outlined: true, className: "focus:shadow-none font-semibold border-none hover:bg-primary-25 text-primary-400", label: (filterModelText === null || filterModelText === void 0 ? void 0 : filterModelText.resetFilterAction)
184
184
  ? filterModelText.resetFilterAction
185
185
  : "Reset Filter", onClick: onresetFilter }) }), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex align-items-center gap-3" }, { children: [!displayInput && enableViewCreate && ((0, jsx_runtime_1.jsx)(button_1.Button, { className: "text-base px-2 font-semibold text-primary-400 flex gap-2 p-1 px-4 flex justify-content-center focus:shadow-none mr-3", label: (filterModelText === null || filterModelText === void 0 ? void 0 : filterModelText.createViewAction)
186
186
  ? filterModelText.createViewAction
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DEFAULTS = exports.EMPTY_RECORD = exports.GRID_CHECKBOX_STATUS = exports.ROW_HEIGHT = exports.DEBOUNCE_INTERVAL = exports.MAX_BLOCKS = exports.MAX_RECORDS_TO_LOAD = exports.BLOCK_SIZE = exports.ROWMODELTYPE = exports.COLUMN_SORT_OPTIONS = void 0;
3
+ exports.DEFAULTS = exports.EMPTY_RECORD = exports.GRID_CHECKBOX_STATUS = exports.AUTO_HEIGHT_ROWS = exports.ROW_HEIGHT = exports.DEBOUNCE_INTERVAL = exports.MAX_BLOCKS = exports.MAX_RECORDS_TO_LOAD = exports.BLOCK_SIZE = exports.ROWMODELTYPE = exports.COLUMN_SORT_OPTIONS = void 0;
4
4
  const Types_1 = require("./Types");
5
5
  exports.COLUMN_SORT_OPTIONS = [
6
6
  { id: 1, label: "Low - High", sortId: 1, dataType: Types_1.FilterDataType.INTEGER },
@@ -20,6 +20,7 @@ exports.MAX_RECORDS_TO_LOAD = 2500;
20
20
  exports.MAX_BLOCKS = exports.MAX_RECORDS_TO_LOAD / exports.BLOCK_SIZE;
21
21
  exports.DEBOUNCE_INTERVAL = 200;
22
22
  exports.ROW_HEIGHT = 60;
23
+ exports.AUTO_HEIGHT_ROWS = 5;
23
24
  // max char limit (INPUT FIELDS)
24
25
  let maxCodeLength = 250;
25
26
  let maxNameLength = 250;
@@ -318,7 +318,7 @@ function ParentForGrid(props) {
318
318
  props.getGridRef.current = gridRef.current;
319
319
  }
320
320
  }, [props === null || props === void 0 ? void 0 : props.getGridRef]);
321
- const gridStyle = Object.assign({ width: (_c = props === null || props === void 0 ? void 0 : props.style) === null || _c === void 0 ? void 0 : _c.width }, (totalRecords > 6 || !((_d = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _d === void 0 ? void 0 : _d.isGridAutoHeight)
321
+ const gridStyle = Object.assign({ width: (_c = props === null || props === void 0 ? void 0 : props.style) === null || _c === void 0 ? void 0 : _c.width }, (totalRecords > constants_1.AUTO_HEIGHT_ROWS || !((_d = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _d === void 0 ? void 0 : _d.isGridAutoHeight)
322
322
  ? { height: (_e = props === null || props === void 0 ? void 0 : props.style) === null || _e === void 0 ? void 0 : _e.height }
323
323
  : null));
324
324
  // Dont show hide overlay component when any row pinned
@@ -361,9 +361,9 @@ function ParentForGrid(props) {
361
361
  }
362
362
  }), autoGroupColumnDef: (props === null || props === void 0 ? void 0 : props.autoGroupColumnDef)
363
363
  ? props === null || props === void 0 ? void 0 : props.autoGroupColumnDef
364
- : manageColumnGrouping(), treeData: (props === null || props === void 0 ? void 0 : props.enableTree) ? props === null || props === void 0 ? void 0 : props.enableTree : false, getDataPath: (props === null || props === void 0 ? void 0 : props.enableTree) ? getDataPath : null, defaultColDef: defaultColDef, suppressMenuHide: false, suppressRowClickSelection: false, headerHeight: props === null || props === void 0 ? void 0 : props.columnHeaderHeight, rowHeight: constants_1.ROW_HEIGHT, rowModelType: props.rowModelType, pinnedTopRowData: props === null || props === void 0 ? void 0 : props.pinnedTopRowData }, (props.rowModelType === (constants_1.ROWMODELTYPE === null || constants_1.ROWMODELTYPE === void 0 ? void 0 : constants_1.ROWMODELTYPE.SERVER_SIDE) && { cacheBlockSize: constants_1.BLOCK_SIZE })), { maxBlocksInCache: constants_1.MAX_BLOCKS, blockLoadDebounceMillis: constants_1.DEBOUNCE_INTERVAL, noRowsOverlayComponent: props === null || props === void 0 ? void 0 : props.noRowsOverlayComponent, loadingOverlayComponent: loading_component_1.default, suppressCellFocus: true, suppressPropertyNamesCheck: true, suppressServerSideFullWidthLoadingRow: true, enableRangeSelection: (_g = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _g === void 0 ? void 0 : _g.enableFillHandle, enableFillHandle: (_h = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _h === void 0 ? void 0 : _h.enableFillHandle, onFillEnd: wrapperToFillOpertation, fillOperation: myOpertaion, serverSideInitialRowCount: (props === null || props === void 0 ? void 0 : props.serverSideInitialRowCount) || 10, getRowId: getRowId, enableAdvancedFilter: (props === null || props === void 0 ? void 0 : props.enableAdvancedFilter) || false, fillHandleDirection: "y" }), ((props === null || props === void 0 ? void 0 : props.rowData) && { rowData: props === null || props === void 0 ? void 0 : props.rowData })), (totalRecords <= 6 && ((_j = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _j === void 0 ? void 0 : _j.isGridAutoHeight)
364
+ : manageColumnGrouping(), treeData: (props === null || props === void 0 ? void 0 : props.enableTree) ? props === null || props === void 0 ? void 0 : props.enableTree : false, getDataPath: (props === null || props === void 0 ? void 0 : props.enableTree) ? getDataPath : null, defaultColDef: defaultColDef, suppressMenuHide: false, suppressRowClickSelection: false, headerHeight: props === null || props === void 0 ? void 0 : props.columnHeaderHeight, rowHeight: constants_1.ROW_HEIGHT, rowModelType: props.rowModelType, pinnedTopRowData: props === null || props === void 0 ? void 0 : props.pinnedTopRowData }, (props.rowModelType === (constants_1.ROWMODELTYPE === null || constants_1.ROWMODELTYPE === void 0 ? void 0 : constants_1.ROWMODELTYPE.SERVER_SIDE) && { cacheBlockSize: constants_1.BLOCK_SIZE })), { maxBlocksInCache: constants_1.MAX_BLOCKS, blockLoadDebounceMillis: constants_1.DEBOUNCE_INTERVAL, noRowsOverlayComponent: props === null || props === void 0 ? void 0 : props.noRowsOverlayComponent, loadingOverlayComponent: loading_component_1.default, suppressCellFocus: true, suppressPropertyNamesCheck: true, suppressServerSideFullWidthLoadingRow: true, enableRangeSelection: (_g = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _g === void 0 ? void 0 : _g.enableFillHandle, enableFillHandle: (_h = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _h === void 0 ? void 0 : _h.enableFillHandle, onFillEnd: wrapperToFillOpertation, fillOperation: myOpertaion, serverSideInitialRowCount: (props === null || props === void 0 ? void 0 : props.serverSideInitialRowCount) || 10, getRowId: getRowId, enableAdvancedFilter: (props === null || props === void 0 ? void 0 : props.enableAdvancedFilter) || false, fillHandleDirection: "y" }), ((props === null || props === void 0 ? void 0 : props.rowData) && { rowData: props === null || props === void 0 ? void 0 : props.rowData })), (totalRecords <= constants_1.AUTO_HEIGHT_ROWS && ((_j = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _j === void 0 ? void 0 : _j.isGridAutoHeight)
365
365
  ? { domLayout: "autoHeight" }
366
- : { domLayout: undefined })), ((props === null || props === void 0 ? void 0 : props.dataTypeDefinitions) && {
366
+ : { domLayout: "normal" })), ((props === null || props === void 0 ? void 0 : props.dataTypeDefinitions) && {
367
367
  dataTypeDefinitions: props === null || props === void 0 ? void 0 : props.dataTypeDefinitions,
368
368
  })), { popupParent: popupParent }), ((props === null || props === void 0 ? void 0 : props.treeData) && { treeData: props === null || props === void 0 ? void 0 : props.treeData })), ((props === null || props === void 0 ? void 0 : props.groupDefaultExpanded) && {
369
369
  groupDefaultExpanded: props === null || props === void 0 ? void 0 : props.groupDefaultExpanded, // to enable tree data
@@ -443,6 +443,6 @@ function ParentForGrid(props) {
443
443
  gridViewFun,
444
444
  gridViewData,
445
445
  setGridViewData,
446
- gridView, enableAdvancedFilter: props === null || props === void 0 ? void 0 : props.enableAdvancedFilter }, ((props === null || props === void 0 ? void 0 : props.rowData) && { rowData: props === null || props === void 0 ? void 0 : props.rowData })), { conditionsToDisplay: props === null || props === void 0 ? void 0 : props.conditionsToDisplay }) }, { children: ((_q = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _q === void 0 ? void 0 : _q.displayFeaturesHeader) && ((0, jsx_runtime_1.jsx)(advanced_feature_1.default, { props: props })) })), gridView ? (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: gridViewTemplate(gridViewData) }) : (0, jsx_runtime_1.jsx)(AgGrid_1.default, { gridOptions: gridOptions, onGridReady: (props === null || props === void 0 ? void 0 : props.rowData) ? undefined : onGridReady, gridRef: gridRef })] }) })) }) }));
446
+ gridView, enableAdvancedFilter: props === null || props === void 0 ? void 0 : props.enableAdvancedFilter }, ((props === null || props === void 0 ? void 0 : props.rowData) && { rowData: props === null || props === void 0 ? void 0 : props.rowData })), { conditionsToDisplay: props === null || props === void 0 ? void 0 : props.conditionsToDisplay }) }, { children: ((_q = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _q === void 0 ? void 0 : _q.displayFeaturesHeader) && ((0, jsx_runtime_1.jsx)(advanced_feature_1.default, { props: props })) })), gridView ? (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: gridViewTemplate(gridViewData) }) : (0, jsx_runtime_1.jsx)(AgGrid_1.default, { style: props.style, gridOptions: gridOptions, onGridReady: (props === null || props === void 0 ? void 0 : props.rowData) ? undefined : onGridReady, gridRef: gridRef })] }) })) }) }));
447
447
  }
448
448
  exports.default = ParentForGrid;
@@ -9,7 +9,7 @@ const context_provider_1 = require("./context-provider");
9
9
  const dataCellRenderer = (cellRendererParams, column, props) => {
10
10
  var _a, _b, _c;
11
11
  const { initialRenderer, cellCheckBoxRenderer } = cellRendererParams;
12
- return ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "flex w-full" }, { children: ((_a = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _a === void 0 ? void 0 : _a.displayCheckboxOnRight) ? ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "custom_class_name flex w-full justify-content-between" }, { children: [typeof initialRenderer === "function" ? (initialRenderer(cellRendererParams)) : ((0, jsx_runtime_1.jsx)("div", { children: (_b = cellRendererParams === null || cellRendererParams === void 0 ? void 0 : cellRendererParams.data) === null || _b === void 0 ? void 0 : _b[column === null || column === void 0 ? void 0 : column.field] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "flex align-items-center" }, { children: cellCheckBoxRenderer(cellRendererParams) }))] }))) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "flex align-items-center " }, { children: cellCheckBoxRenderer(cellRendererParams) })), typeof initialRenderer === "function" ? (initialRenderer(cellRendererParams)) : ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "px-3" }, { children: (_c = cellRendererParams === null || cellRendererParams === void 0 ? void 0 : cellRendererParams.data) === null || _c === void 0 ? void 0 : _c[column === null || column === void 0 ? void 0 : column.field] })))] })) })));
12
+ return ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "inline-flex w-full" }, { children: ((_a = props === null || props === void 0 ? void 0 : props.conditionsToDisplay) === null || _a === void 0 ? void 0 : _a.displayCheckboxOnRight) ? ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "custom_class_name flex w-full justify-content-between" }, { children: [typeof initialRenderer === "function" ? (initialRenderer(cellRendererParams)) : ((0, jsx_runtime_1.jsx)("div", { children: (_b = cellRendererParams === null || cellRendererParams === void 0 ? void 0 : cellRendererParams.data) === null || _b === void 0 ? void 0 : _b[column === null || column === void 0 ? void 0 : column.field] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "flex align-items-center" }, { children: cellCheckBoxRenderer(cellRendererParams) }))] }))) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "flex align-items-center " }, { children: cellCheckBoxRenderer(cellRendererParams) })), typeof initialRenderer === "function" ? (initialRenderer(cellRendererParams)) : ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "px-3" }, { children: (_c = cellRendererParams === null || cellRendererParams === void 0 ? void 0 : cellRendererParams.data) === null || _c === void 0 ? void 0 : _c[column === null || column === void 0 ? void 0 : column.field] })))] })) })));
13
13
  };
14
14
  exports.dataCellRenderer = dataCellRenderer;
15
15
  //Get this compnent from products
@@ -71,7 +71,7 @@ const DropDownField = (props) => {
71
71
  onFocus && onFocus();
72
72
  }, panelClassName: panelClassName, showClear: showClear, panelStyle: panelStyle || "", filter: filter || false, disabled: disabled, placeholder: placeholder }, field, {
73
73
  // onChange={(e: any) => onChange && onChange(e)}
74
- options: options, itemTemplate: customFieldsTemplate, valueTemplate: customSelectedTemplate, optionDisabled: optionDisabled, optionLabel: optionLabel, className: ` ${errors[name] && touched[name] ? "p-invalid" : ""} ${length === "full" ? "full_form_field" : "form_field"} ${className}`, id: name }))) })), errors[name] && touched[name] ? ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: errors[name] }) }))) : ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) })))] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-column gap-1", style: { marginTop: "6px" } }, { children: [(0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "16px", className: "w-5rem" }), (0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "40px" })] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) }))] })) })));
74
+ options: options, itemTemplate: customFieldsTemplate, valueTemplate: customSelectedTemplate, optionDisabled: optionDisabled, optionLabel: optionLabel, className: ` ${errors[name] && touched[name] ? "p-invalid" : ""} ${length === "full" ? "full_form_field" : "form_field"} ${className}`, id: name }))) })), errors[name] && touched[name] ? ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: errors[name] }) }))) : ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) })))] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-column gap-1" }, { children: [(0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "16px", className: "w-5rem" }), (0, jsx_runtime_1.jsx)(skeleton_1.Skeleton, { height: "40px" })] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "errorField flex align-items-center text-sm" }, { children: (0, jsx_runtime_1.jsx)("span", { children: "\u00A0" }) }))] })) })));
75
75
  };
76
76
  const MultiSelectField = (props) => {
77
77
  const { errors, touched, name, length, label, placeholder, options, optional, customFieldsTemplate, optionLabel, optionDisabled, className, validate, disabled, isLoading, filter, isRequired = false, value, } = props;
@@ -9285,10 +9285,49 @@ exports.iconList = [
9285
9285
  svg: `<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
9286
9286
  <path d="M13.2859 3.88755C12.4676 4.58494 11.4501 5.00639 10.3783 5.09192C7.87719 5.29151 5.89112 7.27759 5.69153 9.77868C5.606 10.8505 5.18454 11.8679 4.48716 12.6863C2.85975 14.596 2.85975 17.4047 4.48716 19.3144C5.18454 20.1327 5.606 21.1502 5.69153 22.222C5.89112 24.7231 7.87719 26.7091 10.3783 26.9087C11.4501 26.9943 12.4676 27.4157 13.2859 28.1131C15.1956 29.7405 18.0043 29.7405 19.914 28.1131C20.7323 27.4157 21.7498 26.9943 22.8216 26.9087C25.3227 26.7091 27.3088 24.7231 27.5083 22.222C27.5939 21.1502 28.0153 20.1327 28.7127 19.3144C30.3401 17.4047 30.3401 14.596 28.7127 12.6863C28.0153 11.8679 27.5939 10.8505 27.5083 9.77868C27.3088 7.27759 25.3227 5.29151 22.8216 5.09192C21.7498 5.00639 20.7323 4.58494 19.914 3.88755C18.0043 2.26014 15.1956 2.26014 13.2859 3.88755Z" fill="#039855"/>
9287
9287
  <path d="M12.5999 16.0003L15.2666 18.667L21.2666 12.667M10.3783 5.09192C11.4501 5.00639 12.4676 4.58494 13.2859 3.88755C15.1956 2.26014 18.0043 2.26014 19.914 3.88755C20.7323 4.58494 21.7498 5.00639 22.8216 5.09192C25.3227 5.29151 27.3088 7.27759 27.5083 9.77868C27.5939 10.8505 28.0153 11.8679 28.7127 12.6863C30.3401 14.596 30.3401 17.4047 28.7127 19.3144C28.0153 20.1327 27.5939 21.1502 27.5083 22.222C27.3088 24.7231 25.3227 26.7091 22.8216 26.9087C21.7498 26.9943 20.7323 27.4157 19.914 28.1131C18.0043 29.7405 15.1956 29.7405 13.2859 28.1131C12.4676 27.4157 11.4501 26.9943 10.3783 26.9087C7.87719 26.7091 5.89112 24.7231 5.69153 22.222C5.606 21.1502 5.18454 20.1327 4.48716 19.3144C2.85975 17.4047 2.85975 14.596 4.48716 12.6863C5.18454 11.8679 5.606 10.8505 5.69153 9.77868C5.89112 7.27759 7.87719 5.29151 10.3783 5.09192Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9288
+ </svg>`,
9289
+ },
9290
+ {
9291
+ name: "word",
9292
+ svg: `<svg width="32" height="28" viewBox="0 0 32 28" fill="none" xmlns="http://www.w3.org/2000/svg">
9293
+ <rect x="8" width="24" height="28" rx="2" fill="url(#paint0_linear_13532_775)"/>
9294
+ <path d="M8 21H32V26C32 27.1046 31.1046 28 30 28H10C8.89543 28 8 27.1046 8 26V21Z" fill="url(#paint1_linear_13532_775)"/>
9295
+ <rect x="8" y="14" width="24" height="7" fill="url(#paint2_linear_13532_775)"/>
9296
+ <rect x="8" y="7" width="24" height="7" fill="url(#paint3_linear_13532_775)"/>
9297
+ <path d="M8 10C8 8.34315 9.34315 7 11 7H17C18.6569 7 20 8.34315 20 10V22C20 23.6569 18.6569 25 17 25H8V10Z" fill="black" fill-opacity="0.3"/>
9298
+ <rect y="5" width="18" height="18" rx="2" fill="url(#paint4_linear_13532_775)"/>
9299
+ <path d="M15 9.01418H13.0523L11.5229 15.539L9.84967 9H8.20261L6.51634 15.539L5 9.01418H3L5.60131 19H7.3268L9 12.6879L10.6732 19H12.3987L15 9.01418Z" fill="white"/>
9300
+ <defs>
9301
+ <linearGradient id="paint0_linear_13532_775" x1="8" y1="4.66667" x2="32" y2="4.66667" gradientUnits="userSpaceOnUse">
9302
+ <stop stop-color="#2B78B1"/>
9303
+ <stop offset="1" stop-color="#338ACD"/>
9304
+ </linearGradient>
9305
+ <linearGradient id="paint1_linear_13532_775" x1="8" y1="25.375" x2="32" y2="25.375" gradientUnits="userSpaceOnUse">
9306
+ <stop stop-color="#1B366F"/>
9307
+ <stop offset="1" stop-color="#2657B0"/>
9308
+ </linearGradient>
9309
+ <linearGradient id="paint2_linear_13532_775" x1="18.5" y1="18" x2="32" y2="18" gradientUnits="userSpaceOnUse">
9310
+ <stop stop-color="#20478B"/>
9311
+ <stop offset="1" stop-color="#2D6FD1"/>
9312
+ </linearGradient>
9313
+ <linearGradient id="paint3_linear_13532_775" x1="18.5" y1="11" x2="32" y2="11" gradientUnits="userSpaceOnUse">
9314
+ <stop stop-color="#215295"/>
9315
+ <stop offset="1" stop-color="#2E84D3"/>
9316
+ </linearGradient>
9317
+ <linearGradient id="paint4_linear_13532_775" x1="3.31137e-08" y1="15" x2="19" y2="15" gradientUnits="userSpaceOnUse">
9318
+ <stop stop-color="#223E74"/>
9319
+ <stop offset="1" stop-color="#215091"/>
9320
+ </linearGradient>
9321
+ </defs>
9288
9322
  </svg>
9289
-
9290
-
9291
- `,
9323
+ `,
9324
+ },
9325
+ {
9326
+ name: "check-verified-01",
9327
+ svg: `<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
9328
+ <path d="M13.2859 3.88755C12.4676 4.58494 11.4501 5.00639 10.3783 5.09192C7.87719 5.29151 5.89112 7.27759 5.69153 9.77868C5.606 10.8505 5.18454 11.8679 4.48716 12.6863C2.85975 14.596 2.85975 17.4047 4.48716 19.3144C5.18454 20.1327 5.606 21.1502 5.69153 22.222C5.89112 24.7231 7.87719 26.7091 10.3783 26.9087C11.4501 26.9943 12.4676 27.4157 13.2859 28.1131C15.1956 29.7405 18.0043 29.7405 19.914 28.1131C20.7323 27.4157 21.7498 26.9943 22.8216 26.9087C25.3227 26.7091 27.3088 24.7231 27.5083 22.222C27.5939 21.1502 28.0153 20.1327 28.7127 19.3144C30.3401 17.4047 30.3401 14.596 28.7127 12.6863C28.0153 11.8679 27.5939 10.8505 27.5083 9.77868C27.3088 7.27759 25.3227 5.29151 22.8216 5.09192C21.7498 5.00639 20.7323 4.58494 19.914 3.88755C18.0043 2.26014 15.1956 2.26014 13.2859 3.88755Z" fill="#039855"/>
9329
+ <path d="M12.5999 16.0003L15.2666 18.667L21.2666 12.667M10.3783 5.09192C11.4501 5.00639 12.4676 4.58494 13.2859 3.88755C15.1956 2.26014 18.0043 2.26014 19.914 3.88755C20.7323 4.58494 21.7498 5.00639 22.8216 5.09192C25.3227 5.29151 27.3088 7.27759 27.5083 9.77868C27.5939 10.8505 28.0153 11.8679 28.7127 12.6863C30.3401 14.596 30.3401 17.4047 28.7127 19.3144C28.0153 20.1327 27.5939 21.1502 27.5083 22.222C27.3088 24.7231 25.3227 26.7091 22.8216 26.9087C21.7498 26.9943 20.7323 27.4157 19.914 28.1131C18.0043 29.7405 15.1956 29.7405 13.2859 28.1131C12.4676 27.4157 11.4501 26.9943 10.3783 26.9087C7.87719 26.7091 5.89112 24.7231 5.69153 22.222C5.606 21.1502 5.18454 20.1327 4.48716 19.3144C2.85975 17.4047 2.85975 14.596 4.48716 12.6863C5.18454 11.8679 5.606 10.8505 5.69153 9.77868C5.89112 7.27759 7.87719 5.29151 10.3783 5.09192Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9330
+ </svg>`,
9292
9331
  },
9293
9332
  {
9294
9333
  name: "org-01",
@@ -1,9 +1,10 @@
1
1
  import "ag-grid-community/styles/ag-grid.css";
2
2
  import "ag-grid-community/styles/ag-theme-quartz.css";
3
3
  import "../../App.scss";
4
- declare const AgGrid: ({ gridOptions, onGridReady, gridRef }: {
4
+ declare const AgGrid: ({ gridOptions, onGridReady, gridRef, style }: {
5
5
  gridOptions: any;
6
6
  onGridReady: any;
7
7
  gridRef: any;
8
+ style: any;
8
9
  }) => import("react/jsx-runtime").JSX.Element;
9
10
  export default AgGrid;
@@ -10,6 +10,7 @@ export declare const MAX_RECORDS_TO_LOAD = 2500;
10
10
  export declare const MAX_BLOCKS: number;
11
11
  export declare const DEBOUNCE_INTERVAL = 200;
12
12
  export declare const ROW_HEIGHT = 60;
13
+ export declare const AUTO_HEIGHT_ROWS = 5;
13
14
  declare enum DEFAULTS {
14
15
  CURRENCY = 1,
15
16
  DATEFORMAT = 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.3.39",
3
+ "version": "6.3.41",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",