@public-ui/svelte 4.3.0-rc.1 → 4.3.0-rc.2

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
@@ -395,6 +395,7 @@ function KolCombobox($$anchor, $$props) {
395
395
  let __mounted = $__namespace.mutable_source(false);
396
396
  svelte.createEventDispatcher();
397
397
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
398
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
398
399
  let _placeholder = $__namespace.prop($$props, "_placeholder", 8, void 0);
399
400
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
400
401
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -432,6 +433,7 @@ function KolCombobox($$anchor, $$props) {
432
433
  $__namespace.init();
433
434
  var kol_combobox = root$F();
434
435
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_access-key", _accessKey()));
436
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_aria-details", _ariaDetails()));
435
437
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_placeholder", _placeholder()));
436
438
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_disabled", _disabled()));
437
439
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_combobox, "_hide-msg", _hideMsg()));
@@ -755,6 +757,7 @@ function KolInputCheckbox($$anchor, $$props) {
755
757
  let _name = $__namespace.prop($$props, "_name", 8, void 0);
756
758
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
757
759
  let _required = $__namespace.prop($$props, "_required", 8, void 0);
760
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
758
761
  let _shortKey = $__namespace.prop($$props, "_shortKey", 8, void 0);
759
762
  let _syncValueBySelector = $__namespace.prop($$props, "_syncValueBySelector", 8, void 0);
760
763
  let _tooltipAlign = $__namespace.prop($$props, "_tooltipAlign", 8, void 0);
@@ -791,6 +794,7 @@ function KolInputCheckbox($$anchor, $$props) {
791
794
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_msg", _msg()));
792
795
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_name", _name()));
793
796
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_required", _required()));
797
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_aria-details", _ariaDetails()));
794
798
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_short-key", _shortKey()));
795
799
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_sync-value-by-selector", _syncValueBySelector()));
796
800
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_checkbox, "_tooltip-align", _tooltipAlign()));
@@ -816,6 +820,7 @@ function KolInputColor($$anchor, $$props) {
816
820
  let __mounted = $__namespace.mutable_source(false);
817
821
  svelte.createEventDispatcher();
818
822
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
823
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
819
824
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
820
825
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
821
826
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -852,6 +857,7 @@ function KolInputColor($$anchor, $$props) {
852
857
  $__namespace.init();
853
858
  var kol_input_color = root$w();
854
859
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_access-key", _accessKey()));
860
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_aria-details", _ariaDetails()));
855
861
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_auto-complete", _autoComplete()));
856
862
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_disabled", _disabled()));
857
863
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_color, "_hide-msg", _hideMsg()));
@@ -888,6 +894,7 @@ function KolInputDate($$anchor, $$props) {
888
894
  let __mounted = $__namespace.mutable_source(false);
889
895
  svelte.createEventDispatcher();
890
896
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
897
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
891
898
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
892
899
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
893
900
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -931,6 +938,7 @@ function KolInputDate($$anchor, $$props) {
931
938
  $__namespace.init();
932
939
  var kol_input_date = root$v();
933
940
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_access-key", _accessKey()));
941
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_aria-details", _ariaDetails()));
934
942
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_auto-complete", _autoComplete()));
935
943
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_disabled", _disabled()));
936
944
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_date, "_hide-msg", _hideMsg()));
@@ -974,6 +982,7 @@ function KolInputEmail($$anchor, $$props) {
974
982
  let __mounted = $__namespace.mutable_source(false);
975
983
  svelte.createEventDispatcher();
976
984
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
985
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
977
986
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
978
987
  let _hasCounter = $__namespace.prop($$props, "_hasCounter", 8, void 0);
979
988
  let _maxLengthBehavior = $__namespace.prop($$props, "_maxLengthBehavior", 8, void 0);
@@ -1018,6 +1027,7 @@ function KolInputEmail($$anchor, $$props) {
1018
1027
  $__namespace.init();
1019
1028
  var kol_input_email = root$u();
1020
1029
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_access-key", _accessKey()));
1030
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_aria-details", _ariaDetails()));
1021
1031
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_auto-complete", _autoComplete()));
1022
1032
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_has-counter", _hasCounter()));
1023
1033
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_email, "_max-length-behavior", _maxLengthBehavior()));
@@ -1063,6 +1073,7 @@ function KolInputFile($$anchor, $$props) {
1063
1073
  svelte.createEventDispatcher();
1064
1074
  let _accept = $__namespace.prop($$props, "_accept", 8, void 0);
1065
1075
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
1076
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1066
1077
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
1067
1078
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
1068
1079
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
@@ -1100,6 +1111,7 @@ function KolInputFile($$anchor, $$props) {
1100
1111
  var kol_input_file = root$t();
1101
1112
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_accept", _accept()));
1102
1113
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_access-key", _accessKey()));
1114
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_aria-details", _ariaDetails()));
1103
1115
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_disabled", _disabled()));
1104
1116
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_hide-msg", _hideMsg()));
1105
1117
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_file, "_hide-label", _hideLabel()));
@@ -1136,6 +1148,7 @@ function KolInputNumber($$anchor, $$props) {
1136
1148
  let __mounted = $__namespace.mutable_source(false);
1137
1149
  svelte.createEventDispatcher();
1138
1150
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
1151
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1139
1152
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
1140
1153
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
1141
1154
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -1178,6 +1191,7 @@ function KolInputNumber($$anchor, $$props) {
1178
1191
  $__namespace.init();
1179
1192
  var kol_input_number = root$s();
1180
1193
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_access-key", _accessKey()));
1194
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_aria-details", _ariaDetails()));
1181
1195
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_auto-complete", _autoComplete()));
1182
1196
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_disabled", _disabled()));
1183
1197
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_number, "_hide-msg", _hideMsg()));
@@ -1220,6 +1234,7 @@ function KolInputPassword($$anchor, $$props) {
1220
1234
  let __mounted = $__namespace.mutable_source(false);
1221
1235
  svelte.createEventDispatcher();
1222
1236
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
1237
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1223
1238
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
1224
1239
  let _hasCounter = $__namespace.prop($$props, "_hasCounter", 8, void 0);
1225
1240
  let _maxLengthBehavior = $__namespace.prop($$props, "_maxLengthBehavior", 8, void 0);
@@ -1263,6 +1278,7 @@ function KolInputPassword($$anchor, $$props) {
1263
1278
  $__namespace.init();
1264
1279
  var kol_input_password = root$r();
1265
1280
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_access-key", _accessKey()));
1281
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_aria-details", _ariaDetails()));
1266
1282
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_auto-complete", _autoComplete()));
1267
1283
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_has-counter", _hasCounter()));
1268
1284
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_password, "_max-length-behavior", _maxLengthBehavior()));
@@ -1305,6 +1321,7 @@ function KolInputRadio($$anchor, $$props) {
1305
1321
  let __ref = $__namespace.mutable_source();
1306
1322
  let __mounted = $__namespace.mutable_source(false);
1307
1323
  svelte.createEventDispatcher();
1324
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1308
1325
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
1309
1326
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
1310
1327
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
@@ -1338,6 +1355,7 @@ function KolInputRadio($$anchor, $$props) {
1338
1355
  var $$exports = { getValue, focus, click, getWebComponent };
1339
1356
  $__namespace.init();
1340
1357
  var kol_input_radio = root$q();
1358
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_aria-details", _ariaDetails()));
1341
1359
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_disabled", _disabled()));
1342
1360
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
1343
1361
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
@@ -1372,6 +1390,7 @@ function KolInputRange($$anchor, $$props) {
1372
1390
  let __mounted = $__namespace.mutable_source(false);
1373
1391
  svelte.createEventDispatcher();
1374
1392
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
1393
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1375
1394
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
1376
1395
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
1377
1396
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -1410,6 +1429,7 @@ function KolInputRange($$anchor, $$props) {
1410
1429
  $__namespace.init();
1411
1430
  var kol_input_range = root$p();
1412
1431
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_access-key", _accessKey()));
1432
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_aria-details", _ariaDetails()));
1413
1433
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_auto-complete", _autoComplete()));
1414
1434
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_disabled", _disabled()));
1415
1435
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_range, "_hide-msg", _hideMsg()));
@@ -1449,6 +1469,7 @@ function KolInputText($$anchor, $$props) {
1449
1469
  svelte.createEventDispatcher();
1450
1470
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
1451
1471
  let _autoComplete = $__namespace.prop($$props, "_autoComplete", 8, void 0);
1472
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
1452
1473
  let _hasCounter = $__namespace.prop($$props, "_hasCounter", 8, void 0);
1453
1474
  let _maxLengthBehavior = $__namespace.prop($$props, "_maxLengthBehavior", 8, void 0);
1454
1475
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
@@ -1509,6 +1530,7 @@ function KolInputText($$anchor, $$props) {
1509
1530
  var kol_input_text = root$o();
1510
1531
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_access-key", _accessKey()));
1511
1532
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_auto-complete", _autoComplete()));
1533
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_aria-details", _ariaDetails()));
1512
1534
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_has-counter", _hasCounter()));
1513
1535
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_max-length-behavior", _maxLengthBehavior()));
1514
1536
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_input_text, "_disabled", _disabled()));
@@ -2007,6 +2029,7 @@ function KolSelect($$anchor, $$props) {
2007
2029
  let __mounted = $__namespace.mutable_source(false);
2008
2030
  svelte.createEventDispatcher();
2009
2031
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
2032
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
2010
2033
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
2011
2034
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
2012
2035
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
@@ -2044,6 +2067,7 @@ function KolSelect($$anchor, $$props) {
2044
2067
  $__namespace.init();
2045
2068
  var kol_select = root$d();
2046
2069
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_access-key", _accessKey()));
2070
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_aria-details", _ariaDetails()));
2047
2071
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_disabled", _disabled()));
2048
2072
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_hide-msg", _hideMsg()));
2049
2073
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_select, "_hide-label", _hideLabel()));
@@ -2081,6 +2105,7 @@ function KolSingleSelect($$anchor, $$props) {
2081
2105
  let __mounted = $__namespace.mutable_source(false);
2082
2106
  svelte.createEventDispatcher();
2083
2107
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
2108
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
2084
2109
  let _placeholder = $__namespace.prop($$props, "_placeholder", 8, void 0);
2085
2110
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
2086
2111
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
@@ -2118,6 +2143,7 @@ function KolSingleSelect($$anchor, $$props) {
2118
2143
  $__namespace.init();
2119
2144
  var kol_single_select = root$c();
2120
2145
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_access-key", _accessKey()));
2146
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_aria-details", _ariaDetails()));
2121
2147
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_placeholder", _placeholder()));
2122
2148
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_disabled", _disabled()));
2123
2149
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_single_select, "_hide-msg", _hideMsg()));
@@ -2470,6 +2496,7 @@ function KolTextarea($$anchor, $$props) {
2470
2496
  svelte.createEventDispatcher();
2471
2497
  let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
2472
2498
  let _adjustHeight = $__namespace.prop($$props, "_adjustHeight", 8, void 0);
2499
+ let _ariaDetails = $__namespace.prop($$props, "_ariaDetails", 8, void 0);
2473
2500
  let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
2474
2501
  let _hideMsg = $__namespace.prop($$props, "_hideMsg", 8, void 0);
2475
2502
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
@@ -2513,6 +2540,7 @@ function KolTextarea($$anchor, $$props) {
2513
2540
  var kol_textarea = root$4();
2514
2541
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_access-key", _accessKey()));
2515
2542
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_adjust-height", _adjustHeight()));
2543
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_aria-details", _ariaDetails()));
2516
2544
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_disabled", _disabled()));
2517
2545
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_hide-msg", _hideMsg()));
2518
2546
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_textarea, "_hide-label", _hideLabel()));
package/dist/index.mjs CHANGED
@@ -379,6 +379,7 @@ function KolCombobox($$anchor, $$props) {
379
379
  let __mounted = $.mutable_source(false);
380
380
  createEventDispatcher();
381
381
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
382
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
382
383
  let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
383
384
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
384
385
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -416,6 +417,7 @@ function KolCombobox($$anchor, $$props) {
416
417
  $.init();
417
418
  var kol_combobox = root$F();
418
419
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_access-key", _accessKey()));
420
+ $.template_effect(() => $.set_custom_element_data(kol_combobox, "_aria-details", _ariaDetails()));
419
421
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_placeholder", _placeholder()));
420
422
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_disabled", _disabled()));
421
423
  $.template_effect(() => $.set_custom_element_data(kol_combobox, "_hide-msg", _hideMsg()));
@@ -739,6 +741,7 @@ function KolInputCheckbox($$anchor, $$props) {
739
741
  let _name = $.prop($$props, "_name", 8, void 0);
740
742
  let _on = $.prop($$props, "_on", 8, void 0);
741
743
  let _required = $.prop($$props, "_required", 8, void 0);
744
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
742
745
  let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
743
746
  let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
744
747
  let _tooltipAlign = $.prop($$props, "_tooltipAlign", 8, void 0);
@@ -775,6 +778,7 @@ function KolInputCheckbox($$anchor, $$props) {
775
778
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_msg", _msg()));
776
779
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_name", _name()));
777
780
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_required", _required()));
781
+ $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_aria-details", _ariaDetails()));
778
782
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_short-key", _shortKey()));
779
783
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_sync-value-by-selector", _syncValueBySelector()));
780
784
  $.template_effect(() => $.set_custom_element_data(kol_input_checkbox, "_tooltip-align", _tooltipAlign()));
@@ -800,6 +804,7 @@ function KolInputColor($$anchor, $$props) {
800
804
  let __mounted = $.mutable_source(false);
801
805
  createEventDispatcher();
802
806
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
807
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
803
808
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
804
809
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
805
810
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -836,6 +841,7 @@ function KolInputColor($$anchor, $$props) {
836
841
  $.init();
837
842
  var kol_input_color = root$w();
838
843
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_access-key", _accessKey()));
844
+ $.template_effect(() => $.set_custom_element_data(kol_input_color, "_aria-details", _ariaDetails()));
839
845
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_auto-complete", _autoComplete()));
840
846
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_disabled", _disabled()));
841
847
  $.template_effect(() => $.set_custom_element_data(kol_input_color, "_hide-msg", _hideMsg()));
@@ -872,6 +878,7 @@ function KolInputDate($$anchor, $$props) {
872
878
  let __mounted = $.mutable_source(false);
873
879
  createEventDispatcher();
874
880
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
881
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
875
882
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
876
883
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
877
884
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -915,6 +922,7 @@ function KolInputDate($$anchor, $$props) {
915
922
  $.init();
916
923
  var kol_input_date = root$v();
917
924
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_access-key", _accessKey()));
925
+ $.template_effect(() => $.set_custom_element_data(kol_input_date, "_aria-details", _ariaDetails()));
918
926
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_auto-complete", _autoComplete()));
919
927
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_disabled", _disabled()));
920
928
  $.template_effect(() => $.set_custom_element_data(kol_input_date, "_hide-msg", _hideMsg()));
@@ -958,6 +966,7 @@ function KolInputEmail($$anchor, $$props) {
958
966
  let __mounted = $.mutable_source(false);
959
967
  createEventDispatcher();
960
968
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
969
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
961
970
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
962
971
  let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
963
972
  let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
@@ -1002,6 +1011,7 @@ function KolInputEmail($$anchor, $$props) {
1002
1011
  $.init();
1003
1012
  var kol_input_email = root$u();
1004
1013
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_access-key", _accessKey()));
1014
+ $.template_effect(() => $.set_custom_element_data(kol_input_email, "_aria-details", _ariaDetails()));
1005
1015
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_auto-complete", _autoComplete()));
1006
1016
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_has-counter", _hasCounter()));
1007
1017
  $.template_effect(() => $.set_custom_element_data(kol_input_email, "_max-length-behavior", _maxLengthBehavior()));
@@ -1047,6 +1057,7 @@ function KolInputFile($$anchor, $$props) {
1047
1057
  createEventDispatcher();
1048
1058
  let _accept = $.prop($$props, "_accept", 8, void 0);
1049
1059
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1060
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1050
1061
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
1051
1062
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1052
1063
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
@@ -1084,6 +1095,7 @@ function KolInputFile($$anchor, $$props) {
1084
1095
  var kol_input_file = root$t();
1085
1096
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_accept", _accept()));
1086
1097
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_access-key", _accessKey()));
1098
+ $.template_effect(() => $.set_custom_element_data(kol_input_file, "_aria-details", _ariaDetails()));
1087
1099
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_disabled", _disabled()));
1088
1100
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hide-msg", _hideMsg()));
1089
1101
  $.template_effect(() => $.set_custom_element_data(kol_input_file, "_hide-label", _hideLabel()));
@@ -1120,6 +1132,7 @@ function KolInputNumber($$anchor, $$props) {
1120
1132
  let __mounted = $.mutable_source(false);
1121
1133
  createEventDispatcher();
1122
1134
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1135
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1123
1136
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1124
1137
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
1125
1138
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -1162,6 +1175,7 @@ function KolInputNumber($$anchor, $$props) {
1162
1175
  $.init();
1163
1176
  var kol_input_number = root$s();
1164
1177
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_access-key", _accessKey()));
1178
+ $.template_effect(() => $.set_custom_element_data(kol_input_number, "_aria-details", _ariaDetails()));
1165
1179
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_auto-complete", _autoComplete()));
1166
1180
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_disabled", _disabled()));
1167
1181
  $.template_effect(() => $.set_custom_element_data(kol_input_number, "_hide-msg", _hideMsg()));
@@ -1204,6 +1218,7 @@ function KolInputPassword($$anchor, $$props) {
1204
1218
  let __mounted = $.mutable_source(false);
1205
1219
  createEventDispatcher();
1206
1220
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1221
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1207
1222
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1208
1223
  let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
1209
1224
  let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
@@ -1247,6 +1262,7 @@ function KolInputPassword($$anchor, $$props) {
1247
1262
  $.init();
1248
1263
  var kol_input_password = root$r();
1249
1264
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_access-key", _accessKey()));
1265
+ $.template_effect(() => $.set_custom_element_data(kol_input_password, "_aria-details", _ariaDetails()));
1250
1266
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_auto-complete", _autoComplete()));
1251
1267
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_has-counter", _hasCounter()));
1252
1268
  $.template_effect(() => $.set_custom_element_data(kol_input_password, "_max-length-behavior", _maxLengthBehavior()));
@@ -1289,6 +1305,7 @@ function KolInputRadio($$anchor, $$props) {
1289
1305
  let __ref = $.mutable_source();
1290
1306
  let __mounted = $.mutable_source(false);
1291
1307
  createEventDispatcher();
1308
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1292
1309
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
1293
1310
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1294
1311
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
@@ -1322,6 +1339,7 @@ function KolInputRadio($$anchor, $$props) {
1322
1339
  var $$exports = { getValue, focus, click, getWebComponent };
1323
1340
  $.init();
1324
1341
  var kol_input_radio = root$q();
1342
+ $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_aria-details", _ariaDetails()));
1325
1343
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_disabled", _disabled()));
1326
1344
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-msg", _hideMsg()));
1327
1345
  $.template_effect(() => $.set_custom_element_data(kol_input_radio, "_hide-label", _hideLabel()));
@@ -1356,6 +1374,7 @@ function KolInputRange($$anchor, $$props) {
1356
1374
  let __mounted = $.mutable_source(false);
1357
1375
  createEventDispatcher();
1358
1376
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1377
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1359
1378
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1360
1379
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
1361
1380
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -1394,6 +1413,7 @@ function KolInputRange($$anchor, $$props) {
1394
1413
  $.init();
1395
1414
  var kol_input_range = root$p();
1396
1415
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_access-key", _accessKey()));
1416
+ $.template_effect(() => $.set_custom_element_data(kol_input_range, "_aria-details", _ariaDetails()));
1397
1417
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_auto-complete", _autoComplete()));
1398
1418
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_disabled", _disabled()));
1399
1419
  $.template_effect(() => $.set_custom_element_data(kol_input_range, "_hide-msg", _hideMsg()));
@@ -1433,6 +1453,7 @@ function KolInputText($$anchor, $$props) {
1433
1453
  createEventDispatcher();
1434
1454
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
1435
1455
  let _autoComplete = $.prop($$props, "_autoComplete", 8, void 0);
1456
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1436
1457
  let _hasCounter = $.prop($$props, "_hasCounter", 8, void 0);
1437
1458
  let _maxLengthBehavior = $.prop($$props, "_maxLengthBehavior", 8, void 0);
1438
1459
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
@@ -1493,6 +1514,7 @@ function KolInputText($$anchor, $$props) {
1493
1514
  var kol_input_text = root$o();
1494
1515
  $.template_effect(() => $.set_custom_element_data(kol_input_text, "_access-key", _accessKey()));
1495
1516
  $.template_effect(() => $.set_custom_element_data(kol_input_text, "_auto-complete", _autoComplete()));
1517
+ $.template_effect(() => $.set_custom_element_data(kol_input_text, "_aria-details", _ariaDetails()));
1496
1518
  $.template_effect(() => $.set_custom_element_data(kol_input_text, "_has-counter", _hasCounter()));
1497
1519
  $.template_effect(() => $.set_custom_element_data(kol_input_text, "_max-length-behavior", _maxLengthBehavior()));
1498
1520
  $.template_effect(() => $.set_custom_element_data(kol_input_text, "_disabled", _disabled()));
@@ -1991,6 +2013,7 @@ function KolSelect($$anchor, $$props) {
1991
2013
  let __mounted = $.mutable_source(false);
1992
2014
  createEventDispatcher();
1993
2015
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2016
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
1994
2017
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
1995
2018
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
1996
2019
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
@@ -2028,6 +2051,7 @@ function KolSelect($$anchor, $$props) {
2028
2051
  $.init();
2029
2052
  var kol_select = root$d();
2030
2053
  $.template_effect(() => $.set_custom_element_data(kol_select, "_access-key", _accessKey()));
2054
+ $.template_effect(() => $.set_custom_element_data(kol_select, "_aria-details", _ariaDetails()));
2031
2055
  $.template_effect(() => $.set_custom_element_data(kol_select, "_disabled", _disabled()));
2032
2056
  $.template_effect(() => $.set_custom_element_data(kol_select, "_hide-msg", _hideMsg()));
2033
2057
  $.template_effect(() => $.set_custom_element_data(kol_select, "_hide-label", _hideLabel()));
@@ -2065,6 +2089,7 @@ function KolSingleSelect($$anchor, $$props) {
2065
2089
  let __mounted = $.mutable_source(false);
2066
2090
  createEventDispatcher();
2067
2091
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2092
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
2068
2093
  let _placeholder = $.prop($$props, "_placeholder", 8, void 0);
2069
2094
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
2070
2095
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
@@ -2102,6 +2127,7 @@ function KolSingleSelect($$anchor, $$props) {
2102
2127
  $.init();
2103
2128
  var kol_single_select = root$c();
2104
2129
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_access-key", _accessKey()));
2130
+ $.template_effect(() => $.set_custom_element_data(kol_single_select, "_aria-details", _ariaDetails()));
2105
2131
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_placeholder", _placeholder()));
2106
2132
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_disabled", _disabled()));
2107
2133
  $.template_effect(() => $.set_custom_element_data(kol_single_select, "_hide-msg", _hideMsg()));
@@ -2454,6 +2480,7 @@ function KolTextarea($$anchor, $$props) {
2454
2480
  createEventDispatcher();
2455
2481
  let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
2456
2482
  let _adjustHeight = $.prop($$props, "_adjustHeight", 8, void 0);
2483
+ let _ariaDetails = $.prop($$props, "_ariaDetails", 8, void 0);
2457
2484
  let _disabled = $.prop($$props, "_disabled", 8, void 0);
2458
2485
  let _hideMsg = $.prop($$props, "_hideMsg", 8, void 0);
2459
2486
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
@@ -2497,6 +2524,7 @@ function KolTextarea($$anchor, $$props) {
2497
2524
  var kol_textarea = root$4();
2498
2525
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_access-key", _accessKey()));
2499
2526
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_adjust-height", _adjustHeight()));
2527
+ $.template_effect(() => $.set_custom_element_data(kol_textarea, "_aria-details", _ariaDetails()));
2500
2528
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_disabled", _disabled()));
2501
2529
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hide-msg", _hideMsg()));
2502
2530
  $.template_effect(() => $.set_custom_element_data(kol_textarea, "_hide-label", _hideLabel()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/svelte",
3
- "version": "4.3.0-rc.1",
3
+ "version": "4.3.0-rc.2",
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.0-rc.1"
53
+ "@public-ui/components": "4.3.0-rc.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "5.x",
57
- "@public-ui/components": "4.3.0-rc.1"
57
+ "@public-ui/components": "4.3.0-rc.2"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",