@public-ui/solid 2.0.14 → 2.0.15

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
@@ -74,6 +74,8 @@ const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
74
74
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
75
75
  const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
76
76
  const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
77
+ const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
78
+ const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
77
79
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
78
80
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
79
81
  const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
@@ -126,6 +128,8 @@ exports.KolSpin = KolSpin;
126
128
  exports.KolSplitButton = KolSplitButton;
127
129
  exports.KolSymbol = KolSymbol;
128
130
  exports.KolTable = KolTable;
131
+ exports.KolTableStateful = KolTableStateful;
132
+ exports.KolTableStateless = KolTableStateless;
129
133
  exports.KolTabs = KolTabs;
130
134
  exports.KolTextarea = KolTextarea;
131
135
  exports.KolToastContainer = KolToastContainer;
package/dist/index.d.ts CHANGED
@@ -47,6 +47,8 @@ declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js
47
47
  declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
48
48
  declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
49
49
  declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
50
+ declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableStateful & solid_js.JSX.HTMLAttributes<HTMLKolTableStatefulElement>>) => HTMLKolTableStatefulElement;
51
+ declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
50
52
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
51
53
  declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
52
54
  declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
@@ -56,4 +58,4 @@ declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemW
56
58
  declare const KolTreeWc: (props: solid_js.PropsWithChildren<JSX.KolTreeWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeWcElement>>) => HTMLKolTreeWcElement;
57
59
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
58
60
 
59
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
61
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -72,6 +72,8 @@ const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
72
72
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
73
73
  const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
74
74
  const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
75
+ const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
76
+ const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
75
77
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
76
78
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
77
79
  const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
@@ -81,4 +83,4 @@ const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
81
83
  const KolTreeWc = /* @__PURE__ */ createSolidComponent("kol-tree-wc");
82
84
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
83
85
 
84
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
86
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,18 +45,18 @@
45
45
  "solidjs"
46
46
  ],
47
47
  "devDependencies": {
48
- "@public-ui/components": "2.0.14",
48
+ "@public-ui/components": "2.0.15",
49
49
  "@types/minimatch": "5.1.2",
50
50
  "@types/minimist": "1.2.5",
51
51
  "@types/node": "ts5.4",
52
52
  "@types/normalize-package-data": "2.4.4",
53
- "solid-js": "1.8.16",
53
+ "solid-js": "1.8.17",
54
54
  "typescript": "5.4.5",
55
55
  "unbuild": "1.2.1"
56
56
  },
57
57
  "peerDependencies": {
58
- "@public-ui/components": "2.0.14",
59
- "solid-js": ">=1.8.16"
58
+ "@public-ui/components": "2.0.15",
59
+ "solid-js": ">=1.8.17"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",