@public-ui/svelte 4.3.1-rc.1 → 4.3.1-rc.5

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/index.cjs CHANGED
@@ -410,6 +410,7 @@ function KolCombobox($$anchor, $$props) {
410
410
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
411
411
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
412
412
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
413
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
413
414
  let _label = $__namespace.prop($$props, "_label", 8);
414
415
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
415
416
  let _name = $__namespace.prop($$props, "_name", 8, void 0);
@@ -448,6 +449,7 @@ function KolCombobox($$anchor, $$props) {
448
449
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_hide-label", _hideLabel()));
449
450
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_hint", _hint()));
450
451
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_icons", _icons()));
452
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_info-popover", _infoPopover()));
451
453
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_label", _label()));
452
454
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_msg", _msg()));
453
455
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_name", _name()));
@@ -758,6 +760,7 @@ function KolInputCheckbox($$anchor, $$props) {
758
760
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
759
761
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
760
762
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
763
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
761
764
  let _indeterminate = $__namespace.prop($$props, "_indeterminate", 8, void 0);
762
765
  let _label = $__namespace.prop($$props, "_label", 8);
763
766
  let _labelAlign = $__namespace.prop($$props, "_labelAlign", 8, void 0);
@@ -796,6 +799,7 @@ function KolInputCheckbox($$anchor, $$props) {
796
799
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_hide-label", _hideLabel()));
797
800
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_hint", _hint()));
798
801
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_icons", _icons()));
802
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_info-popover", _infoPopover()));
799
803
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_indeterminate", _indeterminate()));
800
804
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_label", _label()));
801
805
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_label-align", _labelAlign()));
@@ -835,6 +839,7 @@ function KolInputColor($$anchor, $$props) {
835
839
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
836
840
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
837
841
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
842
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
838
843
  let _label = $__namespace.prop($$props, "_label", 8);
839
844
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
840
845
  let _name = $__namespace.prop($$props, "_name", 8, void 0);
@@ -872,6 +877,7 @@ function KolInputColor($$anchor, $$props) {
872
877
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_hide-label", _hideLabel()));
873
878
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_hint", _hint()));
874
879
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_icons", _icons()));
880
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_info-popover", _infoPopover()));
875
881
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_label", _label()));
876
882
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_msg", _msg()));
877
883
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_name", _name()));
@@ -909,6 +915,7 @@ function KolInputDate($$anchor, $$props) {
909
915
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
910
916
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
911
917
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
918
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
912
919
  let _label = $__namespace.prop($$props, "_label", 8);
913
920
  let _max = $__namespace.prop($$props, "_max", 8, void 0);
914
921
  let _min = $__namespace.prop($$props, "_min", 8, void 0);
@@ -953,6 +960,7 @@ function KolInputDate($$anchor, $$props) {
953
960
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_hide-label", _hideLabel()));
954
961
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_hint", _hint()));
955
962
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_icons", _icons()));
963
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_info-popover", _infoPopover()));
956
964
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_label", _label()));
957
965
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_max", _max()));
958
966
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_min", _min()));
@@ -999,6 +1007,7 @@ function KolInputEmail($$anchor, $$props) {
999
1007
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1000
1008
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1001
1009
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1010
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1002
1011
  let _label = $__namespace.prop($$props, "_label", 8);
1003
1012
  let _maxLength = $__namespace.prop($$props, "_maxLength", 8, void 0);
1004
1013
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
@@ -1044,6 +1053,7 @@ function KolInputEmail($$anchor, $$props) {
1044
1053
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_hide-label", _hideLabel()));
1045
1054
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_hint", _hint()));
1046
1055
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_icons", _icons()));
1056
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_info-popover", _infoPopover()));
1047
1057
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_label", _label()));
1048
1058
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_max-length", _maxLength()));
1049
1059
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_msg", _msg()));
@@ -1087,6 +1097,7 @@ function KolInputFile($$anchor, $$props) {
1087
1097
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1088
1098
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1089
1099
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1100
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1090
1101
  let _label = $__namespace.prop($$props, "_label", 8);
1091
1102
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
1092
1103
  let _multiple = $__namespace.prop($$props, "_multiple", 8, void 0);
@@ -1125,6 +1136,7 @@ function KolInputFile($$anchor, $$props) {
1125
1136
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_hide-label", _hideLabel()));
1126
1137
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_hint", _hint()));
1127
1138
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_icons", _icons()));
1139
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_info-popover", _infoPopover()));
1128
1140
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_label", _label()));
1129
1141
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_msg", _msg()));
1130
1142
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_multiple", _multiple()));
@@ -1163,6 +1175,7 @@ function KolInputNumber($$anchor, $$props) {
1163
1175
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1164
1176
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1165
1177
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1178
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1166
1179
  let _label = $__namespace.prop($$props, "_label", 8);
1167
1180
  let _max = $__namespace.prop($$props, "_max", 8, void 0);
1168
1181
  let _min = $__namespace.prop($$props, "_min", 8, void 0);
@@ -1206,6 +1219,7 @@ function KolInputNumber($$anchor, $$props) {
1206
1219
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_hide-label", _hideLabel()));
1207
1220
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_hint", _hint()));
1208
1221
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_icons", _icons()));
1222
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_info-popover", _infoPopover()));
1209
1223
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_label", _label()));
1210
1224
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_max", _max()));
1211
1225
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_min", _min()));
@@ -1251,6 +1265,7 @@ function KolInputPassword($$anchor, $$props) {
1251
1265
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1252
1266
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1253
1267
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1268
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1254
1269
  let _label = $__namespace.prop($$props, "_label", 8);
1255
1270
  let _maxLength = $__namespace.prop($$props, "_maxLength", 8, void 0);
1256
1271
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
@@ -1295,6 +1310,7 @@ function KolInputPassword($$anchor, $$props) {
1295
1310
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_hide-label", _hideLabel()));
1296
1311
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_hint", _hint()));
1297
1312
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_icons", _icons()));
1313
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_info-popover", _infoPopover()));
1298
1314
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_label", _label()));
1299
1315
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_max-length", _maxLength()));
1300
1316
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_msg", _msg()));
@@ -1334,6 +1350,7 @@ function KolInputRadio($$anchor, $$props) {
1334
1350
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
1335
1351
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1336
1352
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1353
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1337
1354
  let _label = $__namespace.prop($$props, "_label", 8);
1338
1355
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
1339
1356
  let _name = $__namespace.prop($$props, "_name", 8, void 0);
@@ -1368,6 +1385,7 @@ function KolInputRadio($$anchor, $$props) {
1368
1385
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
1369
1386
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
1370
1387
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_hint", _hint()));
1388
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_info-popover", _infoPopover()));
1371
1389
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_label", _label()));
1372
1390
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_msg", _msg()));
1373
1391
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_name", _name()));
@@ -1405,6 +1423,7 @@ function KolInputRange($$anchor, $$props) {
1405
1423
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1406
1424
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
1407
1425
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1426
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
1408
1427
  let _label = $__namespace.prop($$props, "_label", 8);
1409
1428
  let _max = $__namespace.prop($$props, "_max", 8, void 0);
1410
1429
  let _min = $__namespace.prop($$props, "_min", 8, void 0);
@@ -1444,6 +1463,7 @@ function KolInputRange($$anchor, $$props) {
1444
1463
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_hide-label", _hideLabel()));
1445
1464
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_hint", _hint()));
1446
1465
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_icons", _icons()));
1466
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_info-popover", _infoPopover()));
1447
1467
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_label", _label()));
1448
1468
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_max", _max()));
1449
1469
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_min", _min()));
@@ -1628,7 +1648,6 @@ function KolLink($$anchor, $$props) {
1628
1648
  let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
1629
1649
  let _label = $__namespace.prop($$props, "_label", 8, void 0);
1630
1650
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
1631
- let _role = $__namespace.prop($$props, "_role", 8, void 0);
1632
1651
  let _shortKey = $__namespace.prop($$props, "_shortKey", 8, void 0);
1633
1652
  let _target = $__namespace.prop($$props, "_target", 8, void 0);
1634
1653
  let _tooltipAlign = $__namespace.prop($$props, "_tooltipAlign", 8, void 0);
@@ -1660,7 +1679,6 @@ function KolLink($$anchor, $$props) {
1660
1679
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_icons", _icons()));
1661
1680
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_inline", _inline()));
1662
1681
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_label", _label()));
1663
- $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_role", _role()));
1664
1682
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_short-key", _shortKey()));
1665
1683
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_target", _target()));
1666
1684
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_tooltip-align", _tooltipAlign()));
@@ -2049,6 +2067,7 @@ function KolSelect($$anchor, $$props) {
2049
2067
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
2050
2068
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
2051
2069
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
2070
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
2052
2071
  let _label = $__namespace.prop($$props, "_label", 8);
2053
2072
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
2054
2073
  let _multiple = $__namespace.prop($$props, "_multiple", 8, void 0);
@@ -2087,6 +2106,7 @@ function KolSelect($$anchor, $$props) {
2087
2106
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_hide-label", _hideLabel()));
2088
2107
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_hint", _hint()));
2089
2108
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_icons", _icons()));
2109
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_info-popover", _infoPopover()));
2090
2110
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_label", _label()));
2091
2111
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_msg", _msg()));
2092
2112
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_multiple", _multiple()));
@@ -2126,6 +2146,7 @@ function KolSingleSelect($$anchor, $$props) {
2126
2146
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
2127
2147
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
2128
2148
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
2149
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
2129
2150
  let _label = $__namespace.prop($$props, "_label", 8);
2130
2151
  let _msg = $__namespace.prop($$props, "_msg", 8, void 0);
2131
2152
  let _name = $__namespace.prop($$props, "_name", 8, void 0);
@@ -2164,6 +2185,7 @@ function KolSingleSelect($$anchor, $$props) {
2164
2185
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_hide-label", _hideLabel()));
2165
2186
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_hint", _hint()));
2166
2187
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_icons", _icons()));
2188
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_info-popover", _infoPopover()));
2167
2189
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_label", _label()));
2168
2190
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_msg", _msg()));
2169
2191
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_name", _name()));
@@ -2359,6 +2381,7 @@ function KolTableStateful($$anchor, $$props) {
2359
2381
  let _fixedCols = $__namespace.prop($$props, "_fixedCols", 8, void 0);
2360
2382
  let _headers = $__namespace.prop($$props, "_headers", 8);
2361
2383
  let _label = $__namespace.prop($$props, "_label", 8);
2384
+ let _loading = $__namespace.prop($$props, "_loading", 8, void 0);
2362
2385
  let _pagination = $__namespace.prop($$props, "_pagination", 8, void 0);
2363
2386
  let _paginationPosition = $__namespace.prop($$props, "_paginationPosition", 8, void 0);
2364
2387
  let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
@@ -2390,6 +2413,7 @@ function KolTableStateful($$anchor, $$props) {
2390
2413
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_data-foot", _dataFoot()));
2391
2414
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_headers", _headers()));
2392
2415
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_label", _label()));
2416
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_loading", _loading()));
2393
2417
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_pagination", _pagination()));
2394
2418
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
2395
2419
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
@@ -2418,6 +2442,7 @@ function KolTableStateless($$anchor, $$props) {
2418
2442
  let _fixedCols = $__namespace.prop($$props, "_fixedCols", 8, void 0);
2419
2443
  let _headerCells = $__namespace.prop($$props, "_headerCells", 8);
2420
2444
  let _label = $__namespace.prop($$props, "_label", 8);
2445
+ let _loading = $__namespace.prop($$props, "_loading", 8, void 0);
2421
2446
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
2422
2447
  let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
2423
2448
  let _hasSettingsMenu = $__namespace.prop($$props, "_hasSettingsMenu", 8, void 0);
@@ -2444,6 +2469,7 @@ function KolTableStateless($$anchor, $$props) {
2444
2469
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_data-foot", _dataFoot()));
2445
2470
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_header-cells", _headerCells()));
2446
2471
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_label", _label()));
2472
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_loading", _loading()));
2447
2473
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
2448
2474
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
2449
2475
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_variant", _variant()));
@@ -2516,6 +2542,7 @@ function KolTextarea($$anchor, $$props) {
2516
2542
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
2517
2543
  let _hint = $__namespace.prop($$props, "_hint", 8, void 0);
2518
2544
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
2545
+ let _infoPopover = $__namespace.prop($$props, "_infoPopover", 8, void 0);
2519
2546
  let _label = $__namespace.prop($$props, "_label", 8);
2520
2547
  let _maxLength = $__namespace.prop($$props, "_maxLength", 8, void 0);
2521
2548
  let _hasCounter = $__namespace.prop($$props, "_hasCounter", 8, void 0);
@@ -2560,6 +2587,7 @@ function KolTextarea($$anchor, $$props) {
2560
2587
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_hide-label", _hideLabel()));
2561
2588
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_hint", _hint()));
2562
2589
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_icons", _icons()));
2590
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_info-popover", _infoPopover()));
2563
2591
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_label", _label()));
2564
2592
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_max-length", _maxLength()));
2565
2593
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_has-counter", _hasCounter()));
package/dist/index.mjs CHANGED
@@ -394,6 +394,7 @@ function KolCombobox($$anchor, $$props) {
394
394
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
395
395
  let _hint = $.prop($$props, "_hint", 8, void 0);
396
396
  let _icons = $.prop($$props, "_icons", 8, void 0);
397
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
397
398
  let _label = $.prop($$props, "_label", 8);
398
399
  let _msg = $.prop($$props, "_msg", 8, void 0);
399
400
  let _name = $.prop($$props, "_name", 8, void 0);
@@ -432,6 +433,7 @@ function KolCombobox($$anchor, $$props) {
432
433
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hide-label", _hideLabel()));
433
434
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hint", _hint()));
434
435
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_icons", _icons()));
436
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_info-popover", _infoPopover()));
435
437
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_label", _label()));
436
438
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_msg", _msg()));
437
439
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_name", _name()));
@@ -742,6 +744,7 @@ function KolInputCheckbox($$anchor, $$props) {
742
744
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
743
745
  let _hint = $.prop($$props, "_hint", 8, void 0);
744
746
  let _icons = $.prop($$props, "_icons", 8, void 0);
747
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
745
748
  let _indeterminate = $.prop($$props, "_indeterminate", 8, void 0);
746
749
  let _label = $.prop($$props, "_label", 8);
747
750
  let _labelAlign = $.prop($$props, "_labelAlign", 8, void 0);
@@ -780,6 +783,7 @@ function KolInputCheckbox($$anchor, $$props) {
780
783
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hide-label", _hideLabel()));
781
784
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_hint", _hint()));
782
785
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_icons", _icons()));
786
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_info-popover", _infoPopover()));
783
787
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_indeterminate", _indeterminate()));
784
788
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_label", _label()));
785
789
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_label-align", _labelAlign()));
@@ -819,6 +823,7 @@ function KolInputColor($$anchor, $$props) {
819
823
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
820
824
  let _hint = $.prop($$props, "_hint", 8, void 0);
821
825
  let _icons = $.prop($$props, "_icons", 8, void 0);
826
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
822
827
  let _label = $.prop($$props, "_label", 8);
823
828
  let _msg = $.prop($$props, "_msg", 8, void 0);
824
829
  let _name = $.prop($$props, "_name", 8, void 0);
@@ -856,6 +861,7 @@ function KolInputColor($$anchor, $$props) {
856
861
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hide-label", _hideLabel()));
857
862
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hint", _hint()));
858
863
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_icons", _icons()));
864
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_info-popover", _infoPopover()));
859
865
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_label", _label()));
860
866
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_msg", _msg()));
861
867
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_name", _name()));
@@ -893,6 +899,7 @@ function KolInputDate($$anchor, $$props) {
893
899
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
894
900
  let _hint = $.prop($$props, "_hint", 8, void 0);
895
901
  let _icons = $.prop($$props, "_icons", 8, void 0);
902
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
896
903
  let _label = $.prop($$props, "_label", 8);
897
904
  let _max = $.prop($$props, "_max", 8, void 0);
898
905
  let _min = $.prop($$props, "_min", 8, void 0);
@@ -937,6 +944,7 @@ function KolInputDate($$anchor, $$props) {
937
944
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hide-label", _hideLabel()));
938
945
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hint", _hint()));
939
946
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_icons", _icons()));
947
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_info-popover", _infoPopover()));
940
948
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_label", _label()));
941
949
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_max", _max()));
942
950
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_min", _min()));
@@ -983,6 +991,7 @@ function KolInputEmail($$anchor, $$props) {
983
991
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
984
992
  let _hint = $.prop($$props, "_hint", 8, void 0);
985
993
  let _icons = $.prop($$props, "_icons", 8, void 0);
994
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
986
995
  let _label = $.prop($$props, "_label", 8);
987
996
  let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
988
997
  let _msg = $.prop($$props, "_msg", 8, void 0);
@@ -1028,6 +1037,7 @@ function KolInputEmail($$anchor, $$props) {
1028
1037
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_hide-label", _hideLabel()));
1029
1038
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_hint", _hint()));
1030
1039
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_icons", _icons()));
1040
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_info-popover", _infoPopover()));
1031
1041
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_label", _label()));
1032
1042
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_max-length", _maxLength()));
1033
1043
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_msg", _msg()));
@@ -1071,6 +1081,7 @@ function KolInputFile($$anchor, $$props) {
1071
1081
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1072
1082
  let _hint = $.prop($$props, "_hint", 8, void 0);
1073
1083
  let _icons = $.prop($$props, "_icons", 8, void 0);
1084
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
1074
1085
  let _label = $.prop($$props, "_label", 8);
1075
1086
  let _msg = $.prop($$props, "_msg", 8, void 0);
1076
1087
  let _multiple = $.prop($$props, "_multiple", 8, void 0);
@@ -1109,6 +1120,7 @@ function KolInputFile($$anchor, $$props) {
1109
1120
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hide-label", _hideLabel()));
1110
1121
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hint", _hint()));
1111
1122
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_icons", _icons()));
1123
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_info-popover", _infoPopover()));
1112
1124
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_label", _label()));
1113
1125
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_msg", _msg()));
1114
1126
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_multiple", _multiple()));
@@ -1147,6 +1159,7 @@ function KolInputNumber($$anchor, $$props) {
1147
1159
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1148
1160
  let _hint = $.prop($$props, "_hint", 8, void 0);
1149
1161
  let _icons = $.prop($$props, "_icons", 8, void 0);
1162
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
1150
1163
  let _label = $.prop($$props, "_label", 8);
1151
1164
  let _max = $.prop($$props, "_max", 8, void 0);
1152
1165
  let _min = $.prop($$props, "_min", 8, void 0);
@@ -1190,6 +1203,7 @@ function KolInputNumber($$anchor, $$props) {
1190
1203
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hide-label", _hideLabel()));
1191
1204
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hint", _hint()));
1192
1205
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_icons", _icons()));
1206
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_info-popover", _infoPopover()));
1193
1207
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_label", _label()));
1194
1208
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_max", _max()));
1195
1209
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_min", _min()));
@@ -1235,6 +1249,7 @@ function KolInputPassword($$anchor, $$props) {
1235
1249
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1236
1250
  let _hint = $.prop($$props, "_hint", 8, void 0);
1237
1251
  let _icons = $.prop($$props, "_icons", 8, void 0);
1252
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
1238
1253
  let _label = $.prop($$props, "_label", 8);
1239
1254
  let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
1240
1255
  let _msg = $.prop($$props, "_msg", 8, void 0);
@@ -1279,6 +1294,7 @@ function KolInputPassword($$anchor, $$props) {
1279
1294
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_hide-label", _hideLabel()));
1280
1295
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_hint", _hint()));
1281
1296
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_icons", _icons()));
1297
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_info-popover", _infoPopover()));
1282
1298
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_label", _label()));
1283
1299
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_max-length", _maxLength()));
1284
1300
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_msg", _msg()));
@@ -1318,6 +1334,7 @@ function KolInputRadio($$anchor, $$props) {
1318
1334
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1319
1335
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1320
1336
  let _hint = $.prop($$props, "_hint", 8, void 0);
1337
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
1321
1338
  let _label = $.prop($$props, "_label", 8);
1322
1339
  let _msg = $.prop($$props, "_msg", 8, void 0);
1323
1340
  let _name = $.prop($$props, "_name", 8, void 0);
@@ -1352,6 +1369,7 @@ function KolInputRadio($$anchor, $$props) {
1352
1369
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
1353
1370
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
1354
1371
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hint", _hint()));
1372
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_info-popover", _infoPopover()));
1355
1373
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_label", _label()));
1356
1374
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_msg", _msg()));
1357
1375
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_name", _name()));
@@ -1389,6 +1407,7 @@ function KolInputRange($$anchor, $$props) {
1389
1407
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1390
1408
  let _hint = $.prop($$props, "_hint", 8, void 0);
1391
1409
  let _icons = $.prop($$props, "_icons", 8, void 0);
1410
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
1392
1411
  let _label = $.prop($$props, "_label", 8);
1393
1412
  let _max = $.prop($$props, "_max", 8, void 0);
1394
1413
  let _min = $.prop($$props, "_min", 8, void 0);
@@ -1428,6 +1447,7 @@ function KolInputRange($$anchor, $$props) {
1428
1447
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hide-label", _hideLabel()));
1429
1448
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hint", _hint()));
1430
1449
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_icons", _icons()));
1450
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_info-popover", _infoPopover()));
1431
1451
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_label", _label()));
1432
1452
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_max", _max()));
1433
1453
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_min", _min()));
@@ -1612,7 +1632,6 @@ function KolLink($$anchor, $$props) {
1612
1632
  let _inline = $.prop($$props, "_inline", 8, void 0);
1613
1633
  let _label = $.prop($$props, "_label", 8, void 0);
1614
1634
  let _on = $.prop($$props, "_on", 8, void 0);
1615
- let _role = $.prop($$props, "_role", 8, void 0);
1616
1635
  let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
1617
1636
  let _target = $.prop($$props, "_target", 8, void 0);
1618
1637
  let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
@@ -1644,7 +1663,6 @@ function KolLink($$anchor, $$props) {
1644
1663
  $.template_effect(() => $.set_custom_element_data(kol_link, "_icons", _icons()));
1645
1664
  $.template_effect(() => $.set_custom_element_data(kol_link, "_inline", _inline()));
1646
1665
  $.template_effect(() => $.set_custom_element_data(kol_link, "_label", _label()));
1647
- $.template_effect(() => $.set_custom_element_data(kol_link, "_role", _role()));
1648
1666
  $.template_effect(() => $.set_custom_element_data(kol_link, "_short-key", _shortKey()));
1649
1667
  $.template_effect(() => $.set_custom_element_data(kol_link, "_target", _target()));
1650
1668
  $.template_effect(() => $.set_custom_element_data(kol_link, "_tooltip-align", _tooltipAlign()));
@@ -2033,6 +2051,7 @@ function KolSelect($$anchor, $$props) {
2033
2051
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2034
2052
  let _hint = $.prop($$props, "_hint", 8, void 0);
2035
2053
  let _icons = $.prop($$props, "_icons", 8, void 0);
2054
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
2036
2055
  let _label = $.prop($$props, "_label", 8);
2037
2056
  let _msg = $.prop($$props, "_msg", 8, void 0);
2038
2057
  let _multiple = $.prop($$props, "_multiple", 8, void 0);
@@ -2071,6 +2090,7 @@ function KolSelect($$anchor, $$props) {
2071
2090
  $.template_effect(() => $.set_custom_element_data(kol_select, "_hide-label", _hideLabel()));
2072
2091
  $.template_effect(() => $.set_custom_element_data(kol_select, "_hint", _hint()));
2073
2092
  $.template_effect(() => $.set_custom_element_data(kol_select, "_icons", _icons()));
2093
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_info-popover", _infoPopover()));
2074
2094
  $.template_effect(() => $.set_custom_element_data(kol_select, "_label", _label()));
2075
2095
  $.template_effect(() => $.set_custom_element_data(kol_select, "_msg", _msg()));
2076
2096
  $.template_effect(() => $.set_custom_element_data(kol_select, "_multiple", _multiple()));
@@ -2110,6 +2130,7 @@ function KolSingleSelect($$anchor, $$props) {
2110
2130
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2111
2131
  let _hint = $.prop($$props, "_hint", 8, void 0);
2112
2132
  let _icons = $.prop($$props, "_icons", 8, void 0);
2133
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
2113
2134
  let _label = $.prop($$props, "_label", 8);
2114
2135
  let _msg = $.prop($$props, "_msg", 8, void 0);
2115
2136
  let _name = $.prop($$props, "_name", 8, void 0);
@@ -2148,6 +2169,7 @@ function KolSingleSelect($$anchor, $$props) {
2148
2169
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hide-label", _hideLabel()));
2149
2170
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hint", _hint()));
2150
2171
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_icons", _icons()));
2172
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_info-popover", _infoPopover()));
2151
2173
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_label", _label()));
2152
2174
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_msg", _msg()));
2153
2175
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_name", _name()));
@@ -2343,6 +2365,7 @@ function KolTableStateful($$anchor, $$props) {
2343
2365
  let _fixedCols = $.prop($$props, "_fixedCols", 8, void 0);
2344
2366
  let _headers = $.prop($$props, "_headers", 8);
2345
2367
  let _label = $.prop($$props, "_label", 8);
2368
+ let _loading = $.prop($$props, "_loading", 8, void 0);
2346
2369
  let _pagination = $.prop($$props, "_pagination", 8, void 0);
2347
2370
  let _paginationPosition = $.prop($$props, "_paginationPosition", 8, void 0);
2348
2371
  let _selection = $.prop($$props, "_selection", 8, void 0);
@@ -2374,6 +2397,7 @@ function KolTableStateful($$anchor, $$props) {
2374
2397
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_data-foot", _dataFoot()));
2375
2398
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_headers", _headers()));
2376
2399
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_label", _label()));
2400
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_loading", _loading()));
2377
2401
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination", _pagination()));
2378
2402
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
2379
2403
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
@@ -2402,6 +2426,7 @@ function KolTableStateless($$anchor, $$props) {
2402
2426
  let _fixedCols = $.prop($$props, "_fixedCols", 8, void 0);
2403
2427
  let _headerCells = $.prop($$props, "_headerCells", 8);
2404
2428
  let _label = $.prop($$props, "_label", 8);
2429
+ let _loading = $.prop($$props, "_loading", 8, void 0);
2405
2430
  let _on = $.prop($$props, "_on", 8, void 0);
2406
2431
  let _selection = $.prop($$props, "_selection", 8, void 0);
2407
2432
  let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
@@ -2428,6 +2453,7 @@ function KolTableStateless($$anchor, $$props) {
2428
2453
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_data-foot", _dataFoot()));
2429
2454
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_header-cells", _headerCells()));
2430
2455
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_label", _label()));
2456
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_loading", _loading()));
2431
2457
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
2432
2458
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
2433
2459
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_variant", _variant()));
@@ -2500,6 +2526,7 @@ function KolTextarea($$anchor, $$props) {
2500
2526
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
2501
2527
  let _hint = $.prop($$props, "_hint", 8, void 0);
2502
2528
  let _icons = $.prop($$props, "_icons", 8, void 0);
2529
+ let _infoPopover = $.prop($$props, "_infoPopover", 8, void 0);
2503
2530
  let _label = $.prop($$props, "_label", 8);
2504
2531
  let _maxLength = $.prop($$props, "_maxLength", 8, void 0);
2505
2532
  let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
@@ -2544,6 +2571,7 @@ function KolTextarea($$anchor, $$props) {
2544
2571
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hide-label", _hideLabel()));
2545
2572
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hint", _hint()));
2546
2573
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_icons", _icons()));
2574
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_info-popover", _infoPopover()));
2547
2575
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_label", _label()));
2548
2576
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_max-length", _maxLength()));
2549
2577
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_has-counter", _hasCounter()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/svelte",
3
- "version": "4.3.1-rc.1",
3
+ "version": "4.3.1-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -50,11 +50,11 @@
50
50
  "svelte": "5.55.7",
51
51
  "typescript": "5.9.3",
52
52
  "unbuild": "3.6.1",
53
- "@public-ui/components": "4.3.1-rc.1"
53
+ "@public-ui/components": "4.3.1-rc.5"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "5.x",
57
- "@public-ui/components": "4.3.1-rc.1"
57
+ "@public-ui/components": "4.3.1-rc.5"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",