@public-ui/svelte 4.0.0-beta.1 → 4.0.0-rc.1
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 +0 -36
- package/dist/index.mjs +0 -36
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1857,12 +1857,9 @@ var root$j = $__namespace.from_html(`<kol-popover-button><!></kol-popover-button
|
|
|
1857
1857
|
function KolPopoverButton($$anchor, $$props) {
|
|
1858
1858
|
$__namespace.push($$props, false);
|
|
1859
1859
|
let __ref = $__namespace.mutable_source();
|
|
1860
|
-
let __mounted = $__namespace.mutable_source(false);
|
|
1861
1860
|
svelte.createEventDispatcher();
|
|
1862
1861
|
let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
|
|
1863
|
-
let _ariaControls = $__namespace.prop($$props, "_ariaControls", 8, void 0);
|
|
1864
1862
|
let _ariaDescription = $__namespace.prop($$props, "_ariaDescription", 8, void 0);
|
|
1865
|
-
let _ariaSelected = $__namespace.prop($$props, "_ariaSelected", 8, void 0);
|
|
1866
1863
|
let _customClass = $__namespace.prop($$props, "_customClass", 8, void 0);
|
|
1867
1864
|
let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
|
|
1868
1865
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
@@ -1871,9 +1868,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1871
1868
|
let _id = $__namespace.prop($$props, "_id", 8, void 0);
|
|
1872
1869
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
1873
1870
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
1874
|
-
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
1875
1871
|
let _popoverAlign = $__namespace.prop($$props, "_popoverAlign", 8, void 0);
|
|
1876
|
-
let _role = $__namespace.prop($$props, "_role", 8, void 0);
|
|
1877
1872
|
let _shortKey = $__namespace.prop($$props, "_shortKey", 8, void 0);
|
|
1878
1873
|
let _syncValueBySelector = $__namespace.prop($$props, "_syncValueBySelector", 8, void 0);
|
|
1879
1874
|
let _tabIndex = $__namespace.prop($$props, "_tabIndex", 8, void 0);
|
|
@@ -1886,22 +1881,12 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1886
1881
|
const focus = (...args) => $__namespace.get(__ref).focus(...args);
|
|
1887
1882
|
const getWebComponent = () => $__namespace.get(__ref);
|
|
1888
1883
|
svelte.onMount(() => {
|
|
1889
|
-
$__namespace.set(__mounted, true);
|
|
1890
1884
|
});
|
|
1891
|
-
const setProp = (prop, value) => {
|
|
1892
|
-
if ($__namespace.get(__ref)) $__namespace.mutate(__ref, $__namespace.get(__ref)[prop] = value);
|
|
1893
|
-
};
|
|
1894
|
-
$__namespace.legacy_pre_effect(() => ($__namespace.get(__mounted), $__namespace.deep_read_state(_on())), () => {
|
|
1895
|
-
if ($__namespace.get(__mounted)) setProp("_on", _on());
|
|
1896
|
-
});
|
|
1897
|
-
$__namespace.legacy_pre_effect_reset();
|
|
1898
1885
|
var $$exports = { hidePopover, showPopover, focus, getWebComponent };
|
|
1899
1886
|
$__namespace.init();
|
|
1900
1887
|
var kol_popover_button = root$j();
|
|
1901
1888
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_access-key", _accessKey()));
|
|
1902
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_aria-controls", _ariaControls()));
|
|
1903
1889
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_aria-description", _ariaDescription()));
|
|
1904
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_aria-selected", _ariaSelected()));
|
|
1905
1890
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_custom-class", _customClass()));
|
|
1906
1891
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_disabled", _disabled()));
|
|
1907
1892
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_hide-label", _hideLabel()));
|
|
@@ -1911,7 +1896,6 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1911
1896
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_label", _label()));
|
|
1912
1897
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_name", _name()));
|
|
1913
1898
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_popover-align", _popoverAlign()));
|
|
1914
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_role", _role()));
|
|
1915
1899
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_short-key", _shortKey()));
|
|
1916
1900
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_sync-value-by-selector", _syncValueBySelector()));
|
|
1917
1901
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button, "_tab-index", _tabIndex()));
|
|
@@ -1935,12 +1919,9 @@ var root$i = $__namespace.from_html(`<kol-popover-button-wc><!></kol-popover-but
|
|
|
1935
1919
|
function KolPopoverButtonWc($$anchor, $$props) {
|
|
1936
1920
|
$__namespace.push($$props, false);
|
|
1937
1921
|
let __ref = $__namespace.mutable_source();
|
|
1938
|
-
let __mounted = $__namespace.mutable_source(false);
|
|
1939
1922
|
svelte.createEventDispatcher();
|
|
1940
1923
|
let _accessKey = $__namespace.prop($$props, "_accessKey", 8, void 0);
|
|
1941
|
-
let _ariaControls = $__namespace.prop($$props, "_ariaControls", 8, void 0);
|
|
1942
1924
|
let _ariaDescription = $__namespace.prop($$props, "_ariaDescription", 8, void 0);
|
|
1943
|
-
let _ariaSelected = $__namespace.prop($$props, "_ariaSelected", 8, void 0);
|
|
1944
1925
|
let _customClass = $__namespace.prop($$props, "_customClass", 8, void 0);
|
|
1945
1926
|
let _disabled = $__namespace.prop($$props, "_disabled", 8, void 0);
|
|
1946
1927
|
let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
|
|
@@ -1949,9 +1930,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1949
1930
|
let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
|
|
1950
1931
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
1951
1932
|
let _name = $__namespace.prop($$props, "_name", 8, void 0);
|
|
1952
|
-
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
1953
1933
|
let _popoverAlign = $__namespace.prop($$props, "_popoverAlign", 8, void 0);
|
|
1954
|
-
let _role = $__namespace.prop($$props, "_role", 8, void 0);
|
|
1955
1934
|
let _shortKey = $__namespace.prop($$props, "_shortKey", 8, void 0);
|
|
1956
1935
|
let _syncValueBySelector = $__namespace.prop($$props, "_syncValueBySelector", 8, void 0);
|
|
1957
1936
|
let _tabIndex = $__namespace.prop($$props, "_tabIndex", 8, void 0);
|
|
@@ -1964,22 +1943,12 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1964
1943
|
const focus = (...args) => $__namespace.get(__ref).focus(...args);
|
|
1965
1944
|
const getWebComponent = () => $__namespace.get(__ref);
|
|
1966
1945
|
svelte.onMount(() => {
|
|
1967
|
-
$__namespace.set(__mounted, true);
|
|
1968
1946
|
});
|
|
1969
|
-
const setProp = (prop, value) => {
|
|
1970
|
-
if ($__namespace.get(__ref)) $__namespace.mutate(__ref, $__namespace.get(__ref)[prop] = value);
|
|
1971
|
-
};
|
|
1972
|
-
$__namespace.legacy_pre_effect(() => ($__namespace.get(__mounted), $__namespace.deep_read_state(_on())), () => {
|
|
1973
|
-
if ($__namespace.get(__mounted)) setProp("_on", _on());
|
|
1974
|
-
});
|
|
1975
|
-
$__namespace.legacy_pre_effect_reset();
|
|
1976
1947
|
var $$exports = { hidePopover, showPopover, focus, getWebComponent };
|
|
1977
1948
|
$__namespace.init();
|
|
1978
1949
|
var kol_popover_button_wc = root$i();
|
|
1979
1950
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_access-key", _accessKey()));
|
|
1980
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_aria-controls", _ariaControls()));
|
|
1981
1951
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_aria-description", _ariaDescription()));
|
|
1982
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_aria-selected", _ariaSelected()));
|
|
1983
1952
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_custom-class", _customClass()));
|
|
1984
1953
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_disabled", _disabled()));
|
|
1985
1954
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_hide-label", _hideLabel()));
|
|
@@ -1989,7 +1958,6 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1989
1958
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_label", _label()));
|
|
1990
1959
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_name", _name()));
|
|
1991
1960
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_popover-align", _popoverAlign()));
|
|
1992
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_role", _role()));
|
|
1993
1961
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_short-key", _shortKey()));
|
|
1994
1962
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_sync-value-by-selector", _syncValueBySelector()));
|
|
1995
1963
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_popover_button_wc, "_tab-index", _tabIndex()));
|
|
@@ -2426,7 +2394,6 @@ function KolTableStateful($$anchor, $$props) {
|
|
|
2426
2394
|
let _dataFoot = $__namespace.prop($$props, "_dataFoot", 8, void 0);
|
|
2427
2395
|
let _headers = $__namespace.prop($$props, "_headers", 8);
|
|
2428
2396
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
2429
|
-
let _minWidth = $__namespace.prop($$props, "_minWidth", 8);
|
|
2430
2397
|
let _pagination = $__namespace.prop($$props, "_pagination", 8, void 0);
|
|
2431
2398
|
let _paginationPosition = $__namespace.prop($$props, "_paginationPosition", 8, void 0);
|
|
2432
2399
|
let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
|
|
@@ -2452,7 +2419,6 @@ function KolTableStateful($$anchor, $$props) {
|
|
|
2452
2419
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_data-foot", _dataFoot()));
|
|
2453
2420
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_headers", _headers()));
|
|
2454
2421
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_label", _label()));
|
|
2455
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_min-width", _minWidth()));
|
|
2456
2422
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_pagination", _pagination()));
|
|
2457
2423
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
|
|
2458
2424
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
|
|
@@ -2477,7 +2443,6 @@ function KolTableStateless($$anchor, $$props) {
|
|
|
2477
2443
|
let _dataFoot = $__namespace.prop($$props, "_dataFoot", 8, void 0);
|
|
2478
2444
|
let _headerCells = $__namespace.prop($$props, "_headerCells", 8);
|
|
2479
2445
|
let _label = $__namespace.prop($$props, "_label", 8);
|
|
2480
|
-
let _minWidth = $__namespace.prop($$props, "_minWidth", 8);
|
|
2481
2446
|
let _on = $__namespace.prop($$props, "_on", 8, void 0);
|
|
2482
2447
|
let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
|
|
2483
2448
|
let _hasSettingsMenu = $__namespace.prop($$props, "_hasSettingsMenu", 8, void 0);
|
|
@@ -2499,7 +2464,6 @@ function KolTableStateless($$anchor, $$props) {
|
|
|
2499
2464
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_data-foot", _dataFoot()));
|
|
2500
2465
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_header-cells", _headerCells()));
|
|
2501
2466
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_label", _label()));
|
|
2502
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_min-width", _minWidth()));
|
|
2503
2467
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
|
|
2504
2468
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
|
|
2505
2469
|
var node = $__namespace.child(kol_table_stateless);
|
package/dist/index.mjs
CHANGED
|
@@ -1841,12 +1841,9 @@ var root$j = $.from_html(`<kol-popover-button><!></kol-popover-button>`, 2);
|
|
|
1841
1841
|
function KolPopoverButton($$anchor, $$props) {
|
|
1842
1842
|
$.push($$props, false);
|
|
1843
1843
|
let __ref = $.mutable_source();
|
|
1844
|
-
let __mounted = $.mutable_source(false);
|
|
1845
1844
|
createEventDispatcher();
|
|
1846
1845
|
let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
|
|
1847
|
-
let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
|
|
1848
1846
|
let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
|
|
1849
|
-
let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
|
|
1850
1847
|
let _customClass = $.prop($$props, "_customClass", 8, void 0);
|
|
1851
1848
|
let _disabled = $.prop($$props, "_disabled", 8, void 0);
|
|
1852
1849
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
@@ -1855,9 +1852,7 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1855
1852
|
let _id = $.prop($$props, "_id", 8, void 0);
|
|
1856
1853
|
let _label = $.prop($$props, "_label", 8);
|
|
1857
1854
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
1858
|
-
let _on = $.prop($$props, "_on", 8, void 0);
|
|
1859
1855
|
let _popoverAlign = $.prop($$props, "_popoverAlign", 8, void 0);
|
|
1860
|
-
let _role = $.prop($$props, "_role", 8, void 0);
|
|
1861
1856
|
let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
|
|
1862
1857
|
let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
|
|
1863
1858
|
let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
|
|
@@ -1870,22 +1865,12 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1870
1865
|
const focus = (...args) => $.get(__ref).focus(...args);
|
|
1871
1866
|
const getWebComponent = () => $.get(__ref);
|
|
1872
1867
|
onMount(() => {
|
|
1873
|
-
$.set(__mounted, true);
|
|
1874
1868
|
});
|
|
1875
|
-
const setProp = (prop, value) => {
|
|
1876
|
-
if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
|
|
1877
|
-
};
|
|
1878
|
-
$.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
|
|
1879
|
-
if ($.get(__mounted)) setProp("_on", _on());
|
|
1880
|
-
});
|
|
1881
|
-
$.legacy_pre_effect_reset();
|
|
1882
1869
|
var $$exports = { hidePopover, showPopover, focus, getWebComponent };
|
|
1883
1870
|
$.init();
|
|
1884
1871
|
var kol_popover_button = root$j();
|
|
1885
1872
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_access-key", _accessKey()));
|
|
1886
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-controls", _ariaControls()));
|
|
1887
1873
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-description", _ariaDescription()));
|
|
1888
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_aria-selected", _ariaSelected()));
|
|
1889
1874
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_custom-class", _customClass()));
|
|
1890
1875
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_disabled", _disabled()));
|
|
1891
1876
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_hide-label", _hideLabel()));
|
|
@@ -1895,7 +1880,6 @@ function KolPopoverButton($$anchor, $$props) {
|
|
|
1895
1880
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_label", _label()));
|
|
1896
1881
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_name", _name()));
|
|
1897
1882
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_popover-align", _popoverAlign()));
|
|
1898
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_role", _role()));
|
|
1899
1883
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_short-key", _shortKey()));
|
|
1900
1884
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_sync-value-by-selector", _syncValueBySelector()));
|
|
1901
1885
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button, "_tab-index", _tabIndex()));
|
|
@@ -1919,12 +1903,9 @@ var root$i = $.from_html(`<kol-popover-button-wc><!></kol-popover-button-wc>`, 2
|
|
|
1919
1903
|
function KolPopoverButtonWc($$anchor, $$props) {
|
|
1920
1904
|
$.push($$props, false);
|
|
1921
1905
|
let __ref = $.mutable_source();
|
|
1922
|
-
let __mounted = $.mutable_source(false);
|
|
1923
1906
|
createEventDispatcher();
|
|
1924
1907
|
let _accessKey = $.prop($$props, "_accessKey", 8, void 0);
|
|
1925
|
-
let _ariaControls = $.prop($$props, "_ariaControls", 8, void 0);
|
|
1926
1908
|
let _ariaDescription = $.prop($$props, "_ariaDescription", 8, void 0);
|
|
1927
|
-
let _ariaSelected = $.prop($$props, "_ariaSelected", 8, void 0);
|
|
1928
1909
|
let _customClass = $.prop($$props, "_customClass", 8, void 0);
|
|
1929
1910
|
let _disabled = $.prop($$props, "_disabled", 8, void 0);
|
|
1930
1911
|
let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
|
|
@@ -1933,9 +1914,7 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1933
1914
|
let _inline = $.prop($$props, "_inline", 8, void 0);
|
|
1934
1915
|
let _label = $.prop($$props, "_label", 8);
|
|
1935
1916
|
let _name = $.prop($$props, "_name", 8, void 0);
|
|
1936
|
-
let _on = $.prop($$props, "_on", 8, void 0);
|
|
1937
1917
|
let _popoverAlign = $.prop($$props, "_popoverAlign", 8, void 0);
|
|
1938
|
-
let _role = $.prop($$props, "_role", 8, void 0);
|
|
1939
1918
|
let _shortKey = $.prop($$props, "_shortKey", 8, void 0);
|
|
1940
1919
|
let _syncValueBySelector = $.prop($$props, "_syncValueBySelector", 8, void 0);
|
|
1941
1920
|
let _tabIndex = $.prop($$props, "_tabIndex", 8, void 0);
|
|
@@ -1948,22 +1927,12 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1948
1927
|
const focus = (...args) => $.get(__ref).focus(...args);
|
|
1949
1928
|
const getWebComponent = () => $.get(__ref);
|
|
1950
1929
|
onMount(() => {
|
|
1951
|
-
$.set(__mounted, true);
|
|
1952
1930
|
});
|
|
1953
|
-
const setProp = (prop, value) => {
|
|
1954
|
-
if ($.get(__ref)) $.mutate(__ref, $.get(__ref)[prop] = value);
|
|
1955
|
-
};
|
|
1956
|
-
$.legacy_pre_effect(() => ($.get(__mounted), $.deep_read_state(_on())), () => {
|
|
1957
|
-
if ($.get(__mounted)) setProp("_on", _on());
|
|
1958
|
-
});
|
|
1959
|
-
$.legacy_pre_effect_reset();
|
|
1960
1931
|
var $$exports = { hidePopover, showPopover, focus, getWebComponent };
|
|
1961
1932
|
$.init();
|
|
1962
1933
|
var kol_popover_button_wc = root$i();
|
|
1963
1934
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_access-key", _accessKey()));
|
|
1964
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-controls", _ariaControls()));
|
|
1965
1935
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-description", _ariaDescription()));
|
|
1966
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_aria-selected", _ariaSelected()));
|
|
1967
1936
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_custom-class", _customClass()));
|
|
1968
1937
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_disabled", _disabled()));
|
|
1969
1938
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_hide-label", _hideLabel()));
|
|
@@ -1973,7 +1942,6 @@ function KolPopoverButtonWc($$anchor, $$props) {
|
|
|
1973
1942
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_label", _label()));
|
|
1974
1943
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_name", _name()));
|
|
1975
1944
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_popover-align", _popoverAlign()));
|
|
1976
|
-
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_role", _role()));
|
|
1977
1945
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_short-key", _shortKey()));
|
|
1978
1946
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_sync-value-by-selector", _syncValueBySelector()));
|
|
1979
1947
|
$.template_effect(() => $.set_custom_element_data(kol_popover_button_wc, "_tab-index", _tabIndex()));
|
|
@@ -2410,7 +2378,6 @@ function KolTableStateful($$anchor, $$props) {
|
|
|
2410
2378
|
let _dataFoot = $.prop($$props, "_dataFoot", 8, void 0);
|
|
2411
2379
|
let _headers = $.prop($$props, "_headers", 8);
|
|
2412
2380
|
let _label = $.prop($$props, "_label", 8);
|
|
2413
|
-
let _minWidth = $.prop($$props, "_minWidth", 8);
|
|
2414
2381
|
let _pagination = $.prop($$props, "_pagination", 8, void 0);
|
|
2415
2382
|
let _paginationPosition = $.prop($$props, "_paginationPosition", 8, void 0);
|
|
2416
2383
|
let _selection = $.prop($$props, "_selection", 8, void 0);
|
|
@@ -2436,7 +2403,6 @@ function KolTableStateful($$anchor, $$props) {
|
|
|
2436
2403
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_data-foot", _dataFoot()));
|
|
2437
2404
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_headers", _headers()));
|
|
2438
2405
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_label", _label()));
|
|
2439
|
-
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_min-width", _minWidth()));
|
|
2440
2406
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination", _pagination()));
|
|
2441
2407
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
|
|
2442
2408
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
|
|
@@ -2461,7 +2427,6 @@ function KolTableStateless($$anchor, $$props) {
|
|
|
2461
2427
|
let _dataFoot = $.prop($$props, "_dataFoot", 8, void 0);
|
|
2462
2428
|
let _headerCells = $.prop($$props, "_headerCells", 8);
|
|
2463
2429
|
let _label = $.prop($$props, "_label", 8);
|
|
2464
|
-
let _minWidth = $.prop($$props, "_minWidth", 8);
|
|
2465
2430
|
let _on = $.prop($$props, "_on", 8, void 0);
|
|
2466
2431
|
let _selection = $.prop($$props, "_selection", 8, void 0);
|
|
2467
2432
|
let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
|
|
@@ -2483,7 +2448,6 @@ function KolTableStateless($$anchor, $$props) {
|
|
|
2483
2448
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_data-foot", _dataFoot()));
|
|
2484
2449
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_header-cells", _headerCells()));
|
|
2485
2450
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_label", _label()));
|
|
2486
|
-
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_min-width", _minWidth()));
|
|
2487
2451
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
|
|
2488
2452
|
$.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
|
|
2489
2453
|
var node = $.child(kol_table_stateless);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/svelte",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"svelte": "5.46.0",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
54
|
"unbuild": "3.6.1",
|
|
55
|
-
"@public-ui/components": "4.0.0-
|
|
55
|
+
"@public-ui/components": "4.0.0-rc.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"svelte": "^5.46.0",
|
|
59
|
-
"@public-ui/components": "4.0.0-
|
|
59
|
+
"@public-ui/components": "4.0.0-rc.1"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|