@public-ui/svelte 4.0.0-alpha.7 → 4.0.0-alpha.9
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 +10 -6
- package/dist/index.mjs +10 -6
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -220,6 +220,7 @@ function KolButton($$anchor, $$props) {
|
|
|
220
220
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
221
221
|
let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
|
|
222
222
|
let _id = $__namespace.prop($$props, "_id", 8, void 0);
|
|
223
|
+
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
223
224
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
224
225
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
225
226
|
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
@@ -256,6 +257,7 @@ function KolButton($$anchor, $$props) {
|
|
|
256
257
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_hide-label", _hideLabel()));
|
|
257
258
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_icons", _icons()));
|
|
258
259
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_id", _id()));
|
|
260
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_inline", _inline()));
|
|
259
261
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_label", _label()));
|
|
260
262
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_name", _name()));
|
|
261
263
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button, "_role", _role()));
|
|
@@ -291,8 +293,8 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
291
293
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
292
294
|
let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
|
|
293
295
|
let _id = $__namespace.prop($$props, "_id", 8, void 0);
|
|
296
|
+
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
294
297
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
295
|
-
let _variant = $__namespace.prop($$props, "_variant", 8, void 0);
|
|
296
298
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
297
299
|
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
298
300
|
let _role = $__namespace.prop($$props, "_role", 8, void 0);
|
|
@@ -326,8 +328,8 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
326
328
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_hide-label", _hideLabel()));
|
|
327
329
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_icons", _icons()));
|
|
328
330
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_id", _id()));
|
|
331
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_inline", _inline()));
|
|
329
332
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_label", _label()));
|
|
330
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_variant", _variant()));
|
|
331
333
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_name", _name()));
|
|
332
334
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_role", _role()));
|
|
333
335
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_button_link, "_short-key", _shortKey()));
|
|
@@ -1527,8 +1529,8 @@ function KolLink($$anchor, $$props) {
|
|
|
1527
1529
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
1528
1530
|
let _href = $__namespace.prop($$props, "_href", 8);
|
|
1529
1531
|
let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
|
|
1532
|
+
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
1530
1533
|
let _label = $__namespace.prop($$props, "_label", 8, void 0);
|
|
1531
|
-
let _variant = $__namespace.prop($$props, "_variant", 8, void 0);
|
|
1532
1534
|
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
1533
1535
|
let _role = $__namespace.prop($$props, "_role", 8, void 0);
|
|
1534
1536
|
let _shortKey = $__namespace.prop($$props, "_shortKey", 8, void 0);
|
|
@@ -1559,8 +1561,8 @@ function KolLink($$anchor, $$props) {
|
|
|
1559
1561
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_hide-label", _hideLabel()));
|
|
1560
1562
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_href", _href()));
|
|
1561
1563
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_icons", _icons()));
|
|
1564
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_inline", _inline()));
|
|
1562
1565
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_label", _label()));
|
|
1563
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_variant", _variant()));
|
|
1564
1566
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_role", _role()));
|
|
1565
1567
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_short-key", _shortKey()));
|
|
1566
1568
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link, "_target", _target()));
|
|
@@ -1690,7 +1692,6 @@ function KolNav($$anchor, $$props) {
|
|
|
1690
1692
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
1691
1693
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
1692
1694
|
let _links = $__namespace.prop($$props, "_links", 8);
|
|
1693
|
-
let _orientation = $__namespace.prop($$props, "_orientation", 8, void 0);
|
|
1694
1695
|
const getWebComponent = () => $__namespace.get(__ref);
|
|
1695
1696
|
svelte.onMount(() => {
|
|
1696
1697
|
});
|
|
@@ -1703,7 +1704,6 @@ function KolNav($$anchor, $$props) {
|
|
|
1703
1704
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_nav, "_hide-label", _hideLabel()));
|
|
1704
1705
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_nav, "_label", _label()));
|
|
1705
1706
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_nav, "_links", _links()));
|
|
1706
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_nav, "_orientation", _orientation()));
|
|
1707
1707
|
var node = $__namespace.child(kol_nav);
|
|
1708
1708
|
$__namespace.slot(node, $$props, "default", {}, null);
|
|
1709
1709
|
$__namespace.reset(kol_nav);
|
|
@@ -1827,6 +1827,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1827
1827
|
let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
|
|
1828
1828
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
1829
1829
|
let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
|
|
1830
|
+
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
1830
1831
|
let _id = $__namespace.prop($$props, "_id", 8, void 0);
|
|
1831
1832
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
1832
1833
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
@@ -1865,6 +1866,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1865
1866
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_disabled", _disabled()));
|
|
1866
1867
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_hide-label", _hideLabel()));
|
|
1867
1868
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_icons", _icons()));
|
|
1869
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_inline", _inline()));
|
|
1868
1870
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_id", _id()));
|
|
1869
1871
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_label", _label()));
|
|
1870
1872
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_name", _name()));
|
|
@@ -1904,6 +1906,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1904
1906
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
1905
1907
|
let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
|
|
1906
1908
|
let _id = $__namespace.prop($$props, "_id", 8, void 0);
|
|
1909
|
+
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
1907
1910
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
1908
1911
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
1909
1912
|
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
@@ -1942,6 +1945,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1942
1945
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_hide-label", _hideLabel()));
|
|
1943
1946
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_icons", _icons()));
|
|
1944
1947
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_id", _id()));
|
|
1948
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_inline", _inline()));
|
|
1945
1949
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_label", _label()));
|
|
1946
1950
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_name", _name()));
|
|
1947
1951
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_popover-align", _popoverAlign()));
|
package/dist/index.mjs
CHANGED
|
@@ -204,6 +204,7 @@ function KolButton($$anchor, $$props) {
|
|
|
204
204
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
205
205
|
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
206
206
|
let _id = $.prop($$props, "_id", 8, void 0);
|
|
207
|
+
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
207
208
|
let _label = $.prop($$props, "_label", 8);
|
|
208
209
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
209
210
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
@@ -240,6 +241,7 @@ function KolButton($$anchor, $$props) {
|
|
|
240
241
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_hide-label", _hideLabel()));
|
|
241
242
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_icons", _icons()));
|
|
242
243
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_id", _id()));
|
|
244
|
+
$.template_effect(() => $.set_custom_element_data(kol_button, "_inline", _inline()));
|
|
243
245
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_label", _label()));
|
|
244
246
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_name", _name()));
|
|
245
247
|
$.template_effect(() => $.set_custom_element_data(kol_button, "_role", _role()));
|
|
@@ -275,8 +277,8 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
275
277
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
276
278
|
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
277
279
|
let _id = $.prop($$props, "_id", 8, void 0);
|
|
280
|
+
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
278
281
|
let _label = $.prop($$props, "_label", 8);
|
|
279
|
-
let _variant = $.prop($$props, "_variant", 8, void 0);
|
|
280
282
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
281
283
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
282
284
|
let _role = $.prop($$props, "_role", 8, void 0);
|
|
@@ -310,8 +312,8 @@ function KolButtonLink($$anchor, $$props) {
|
|
|
310
312
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_hide-label", _hideLabel()));
|
|
311
313
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_icons", _icons()));
|
|
312
314
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_id", _id()));
|
|
315
|
+
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_inline", _inline()));
|
|
313
316
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_label", _label()));
|
|
314
|
-
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_variant", _variant()));
|
|
315
317
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_name", _name()));
|
|
316
318
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_role", _role()));
|
|
317
319
|
$.template_effect(() => $.set_custom_element_data(kol_button_link, "_short-key", _shortKey()));
|
|
@@ -1511,8 +1513,8 @@ function KolLink($$anchor, $$props) {
|
|
|
1511
1513
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
1512
1514
|
let _href = $.prop($$props, "_href", 8);
|
|
1513
1515
|
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
1516
|
+
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
1514
1517
|
let _label = $.prop($$props, "_label", 8, void 0);
|
|
1515
|
-
let _variant = $.prop($$props, "_variant", 8, void 0);
|
|
1516
1518
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
1517
1519
|
let _role = $.prop($$props, "_role", 8, void 0);
|
|
1518
1520
|
let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
|
|
@@ -1543,8 +1545,8 @@ function KolLink($$anchor, $$props) {
|
|
|
1543
1545
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_hide-label", _hideLabel()));
|
|
1544
1546
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_href", _href()));
|
|
1545
1547
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_icons", _icons()));
|
|
1548
|
+
$.template_effect(() => $.set_custom_element_data(kol_link, "_inline", _inline()));
|
|
1546
1549
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_label", _label()));
|
|
1547
|
-
$.template_effect(() => $.set_custom_element_data(kol_link, "_variant", _variant()));
|
|
1548
1550
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_role", _role()));
|
|
1549
1551
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_short-key", _shortKey()));
|
|
1550
1552
|
$.template_effect(() => $.set_custom_element_data(kol_link, "_target", _target()));
|
|
@@ -1674,7 +1676,6 @@ function KolNav($$anchor, $$props) {
|
|
|
1674
1676
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
1675
1677
|
let _label = $.prop($$props, "_label", 8);
|
|
1676
1678
|
let _links = $.prop($$props, "_links", 8);
|
|
1677
|
-
let _orientation = $.prop($$props, "_orientation", 8, void 0);
|
|
1678
1679
|
const getWebComponent = () => $.get(__ref);
|
|
1679
1680
|
onMount(() => {
|
|
1680
1681
|
});
|
|
@@ -1687,7 +1688,6 @@ function KolNav($$anchor, $$props) {
|
|
|
1687
1688
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_hide-label", _hideLabel()));
|
|
1688
1689
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_label", _label()));
|
|
1689
1690
|
$.template_effect(() => $.set_custom_element_data(kol_nav, "_links", _links()));
|
|
1690
|
-
$.template_effect(() => $.set_custom_element_data(kol_nav, "_orientation", _orientation()));
|
|
1691
1691
|
var node = $.child(kol_nav);
|
|
1692
1692
|
$.slot(node, $$props, "default", {}, null);
|
|
1693
1693
|
$.reset(kol_nav);
|
|
@@ -1811,6 +1811,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1811
1811
|
let _disabled = $.prop($$props, "_disabled", 8, void 0);
|
|
1812
1812
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
1813
1813
|
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
1814
|
+
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
1814
1815
|
let _id = $.prop($$props, "_id", 8, void 0);
|
|
1815
1816
|
let _label = $.prop($$props, "_label", 8);
|
|
1816
1817
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
@@ -1849,6 +1850,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1849
1850
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_disabled", _disabled()));
|
|
1850
1851
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_hide-label", _hideLabel()));
|
|
1851
1852
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_icons", _icons()));
|
|
1853
|
+
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_inline", _inline()));
|
|
1852
1854
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_id", _id()));
|
|
1853
1855
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_label", _label()));
|
|
1854
1856
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_name", _name()));
|
|
@@ -1888,6 +1890,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1888
1890
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
1889
1891
|
let _icons = $.prop($$props, "_icons", 8, void 0);
|
|
1890
1892
|
let _id = $.prop($$props, "_id", 8, void 0);
|
|
1893
|
+
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
1891
1894
|
let _label = $.prop($$props, "_label", 8);
|
|
1892
1895
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
1893
1896
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
@@ -1926,6 +1929,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1926
1929
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_hide-label", _hideLabel()));
|
|
1927
1930
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_icons", _icons()));
|
|
1928
1931
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_id", _id()));
|
|
1932
|
+
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_inline", _inline()));
|
|
1929
1933
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_label", _label()));
|
|
1930
1934
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_name", _name()));
|
|
1931
1935
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_popover-align", _popoverAlign()));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/svelte",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"@types/minimatch": "6.0.0",
|
|
50
50
|
"@types/minimist": "1.2.5",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
|
-
"svelte": "5.45.
|
|
52
|
+
"svelte": "5.45.6",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
54
|
"unbuild": "3.6.1",
|
|
55
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
55
|
+
"@public-ui/components": "4.0.0-alpha.9"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"svelte": "^5.45.
|
|
59
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
58
|
+
"svelte": "^5.45.6",
|
|
59
|
+
"@public-ui/components": "4.0.0-alpha.9"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|