@public-ui/react 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 +4 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -225,6 +225,8 @@ const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
|
225
225
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
226
226
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
227
227
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
228
|
+
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
229
|
+
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
228
230
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
229
231
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
230
232
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
@@ -285,6 +287,8 @@ exports.KolSpin = KolSpin;
|
|
|
285
287
|
exports.KolSplitButton = KolSplitButton;
|
|
286
288
|
exports.KolSymbol = KolSymbol;
|
|
287
289
|
exports.KolTable = KolTable;
|
|
290
|
+
exports.KolTableStateful = KolTableStateful;
|
|
291
|
+
exports.KolTableStateless = KolTableStateless;
|
|
288
292
|
exports.KolTabs = KolTabs;
|
|
289
293
|
exports.KolTextarea = KolTextarea;
|
|
290
294
|
exports.KolToastContainer = KolToastContainer;
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,8 @@ declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.
|
|
|
55
55
|
declare const KolSplitButton: react.ForwardRefExoticComponent<JSX.KolSplitButton & Omit<react.HTMLAttributes<HTMLKolSplitButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSplitButtonElement>>;
|
|
56
56
|
declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<react.HTMLAttributes<HTMLKolSymbolElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSymbolElement>>;
|
|
57
57
|
declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<react.HTMLAttributes<HTMLKolTableElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableElement>>;
|
|
58
|
+
declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStateful & Omit<react.HTMLAttributes<HTMLKolTableStatefulElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatefulElement>>;
|
|
59
|
+
declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
|
|
58
60
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
59
61
|
declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
|
|
60
62
|
declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
|
|
@@ -66,4 +68,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
66
68
|
|
|
67
69
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
68
70
|
|
|
69
|
-
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, createReactRenderElement, setTagNameTransformer };
|
|
71
|
+
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, createReactRenderElement, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -219,6 +219,8 @@ const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
|
219
219
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
220
220
|
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
221
221
|
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
222
|
+
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
223
|
+
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
222
224
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
223
225
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
224
226
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
@@ -236,4 +238,4 @@ function createReactRenderElement(hostElement) {
|
|
|
236
238
|
return renderElement;
|
|
237
239
|
}
|
|
238
240
|
|
|
239
|
-
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, createReactRenderElement, setTagNameTransformer };
|
|
241
|
+
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, createReactRenderElement, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"react"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@public-ui/components": "2.0.
|
|
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
|
-
"@types/react": "18.
|
|
54
|
-
"@types/react-dom": "18.
|
|
53
|
+
"@types/react": "18.3.1",
|
|
54
|
+
"@types/react-dom": "18.3.0",
|
|
55
55
|
"react": "18.2.0",
|
|
56
56
|
"react-dom": "18.2.0",
|
|
57
57
|
"typescript": "5.4.5",
|
|
58
58
|
"unbuild": "1.2.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@public-ui/components": "2.0.
|
|
61
|
+
"@public-ui/components": "2.0.15",
|
|
62
62
|
"react": ">=16.14.0",
|
|
63
63
|
"react-dom": ">=16.14.0"
|
|
64
64
|
},
|