@public-ui/svelte 4.1.5-rc.0 → 4.1.5-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 CHANGED
@@ -2289,6 +2289,7 @@ function KolTableStateful($$anchor, $$props) {
2289
2289
  let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
2290
2290
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
2291
2291
  let _hasSettingsMenu = $__namespace.prop($$props, "_hasSettingsMenu", 8, void 0);
2292
+ let _variant = $__namespace.prop($$props, "_variant", 8, void 0);
2292
2293
  const getSelection = (...args) => $__namespace.get(__ref).getSelection(...args);
2293
2294
  const resetSort = (...args) => $__namespace.get(__ref).resetSort(...args);
2294
2295
  const getWebComponent = () => $__namespace.get(__ref);
@@ -2317,6 +2318,7 @@ function KolTableStateful($$anchor, $$props) {
2317
2318
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
2318
2319
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
2319
2320
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_has-settings-menu", _hasSettingsMenu()));
2321
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateful, "_variant", _variant()));
2320
2322
  var node = $__namespace.child(kol_table_stateful);
2321
2323
  $__namespace.slot(node, $$props, "default", {}, null);
2322
2324
  $__namespace.reset(kol_table_stateful);
@@ -2342,6 +2344,7 @@ function KolTableStateless($$anchor, $$props) {
2342
2344
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
2343
2345
  let _selection = $__namespace.prop($$props, "_selection", 8, void 0);
2344
2346
  let _hasSettingsMenu = $__namespace.prop($$props, "_hasSettingsMenu", 8, void 0);
2347
+ let _variant = $__namespace.prop($$props, "_variant", 8, void 0);
2345
2348
  const getWebComponent = () => $__namespace.get(__ref);
2346
2349
  svelte.onMount(() => {
2347
2350
  $__namespace.set(__mounted, true);
@@ -2365,6 +2368,7 @@ function KolTableStateless($$anchor, $$props) {
2365
2368
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_label", _label()));
2366
2369
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
2367
2370
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
2371
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_table_stateless, "_variant", _variant()));
2368
2372
  var node = $__namespace.child(kol_table_stateless);
2369
2373
  $__namespace.slot(node, $$props, "default", {}, null);
2370
2374
  $__namespace.reset(kol_table_stateless);
package/dist/index.mjs CHANGED
@@ -2273,6 +2273,7 @@ function KolTableStateful($$anchor, $$props) {
2273
2273
  let _selection = $.prop($$props, "_selection", 8, void 0);
2274
2274
  let _on = $.prop($$props, "_on", 8, void 0);
2275
2275
  let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
2276
+ let _variant = $.prop($$props, "_variant", 8, void 0);
2276
2277
  const getSelection = (...args) => $.get(__ref).getSelection(...args);
2277
2278
  const resetSort = (...args) => $.get(__ref).resetSort(...args);
2278
2279
  const getWebComponent = () => $.get(__ref);
@@ -2301,6 +2302,7 @@ function KolTableStateful($$anchor, $$props) {
2301
2302
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_pagination-position", _paginationPosition()));
2302
2303
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_selection", _selection()));
2303
2304
  $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_has-settings-menu", _hasSettingsMenu()));
2305
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateful, "_variant", _variant()));
2304
2306
  var node = $.child(kol_table_stateful);
2305
2307
  $.slot(node, $$props, "default", {}, null);
2306
2308
  $.reset(kol_table_stateful);
@@ -2326,6 +2328,7 @@ function KolTableStateless($$anchor, $$props) {
2326
2328
  let _on = $.prop($$props, "_on", 8, void 0);
2327
2329
  let _selection = $.prop($$props, "_selection", 8, void 0);
2328
2330
  let _hasSettingsMenu = $.prop($$props, "_hasSettingsMenu", 8, void 0);
2331
+ let _variant = $.prop($$props, "_variant", 8, void 0);
2329
2332
  const getWebComponent = () => $.get(__ref);
2330
2333
  onMount(() => {
2331
2334
  $.set(__mounted, true);
@@ -2349,6 +2352,7 @@ function KolTableStateless($$anchor, $$props) {
2349
2352
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_label", _label()));
2350
2353
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_selection", _selection()));
2351
2354
  $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_has-settings-menu", _hasSettingsMenu()));
2355
+ $.template_effect(() => $.set_custom_element_data(kol_table_stateless, "_variant", _variant()));
2352
2356
  var node = $.child(kol_table_stateless);
2353
2357
  $.slot(node, $$props, "default", {}, null);
2354
2358
  $.reset(kol_table_stateless);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/svelte",
3
- "version": "4.1.5-rc.0",
3
+ "version": "4.1.5-rc.1",
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.5",
51
51
  "typescript": "5.9.3",
52
52
  "unbuild": "3.6.1",
53
- "@public-ui/components": "4.1.5-rc.0"
53
+ "@public-ui/components": "4.1.5-rc.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "svelte": "^5.55.5",
57
- "@public-ui/components": "4.1.5-rc.0"
56
+ "svelte": "5.x",
57
+ "@public-ui/components": "4.1.5-rc.1"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",