@erplora/outfitkit 0.1.1 → 0.1.4
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.
|
@@ -122,7 +122,7 @@ export declare class OkInvoice extends LitElement {
|
|
|
122
122
|
private get t();
|
|
123
123
|
private cur;
|
|
124
124
|
private money;
|
|
125
|
-
render(): import("lit").TemplateResult<1>;
|
|
125
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
126
126
|
private party;
|
|
127
127
|
private renderTop;
|
|
128
128
|
private renderBillTo;
|
|
@@ -89,7 +89,7 @@ export declare class OkReceipt extends LitElement {
|
|
|
89
89
|
private get t();
|
|
90
90
|
private cur;
|
|
91
91
|
private money;
|
|
92
|
-
render(): import("lit").TemplateResult<1>;
|
|
92
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
93
93
|
private renderHeader;
|
|
94
94
|
private renderMeta;
|
|
95
95
|
private renderLines;
|
|
@@ -56,7 +56,7 @@ export declare class OkWidgetBoard extends LitElement {
|
|
|
56
56
|
private persist;
|
|
57
57
|
/** Cambia el estado activo, persiste, re-renderiza el selector y emite `ok-change`. */
|
|
58
58
|
private setValue;
|
|
59
|
-
render(): import("lit").TemplateResult<1>;
|
|
59
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
60
60
|
updated(): void;
|
|
61
61
|
private openConfig;
|
|
62
62
|
private buildModal;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@erplora/outfitkit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "OutfitKit — librería de Web Components (Lit) que CONSTRUYE lo que Ionic no tiene (tree, data-table rica, inline-feedback, kpi/stat, stepper/wizard, calendar, kanban…) sobre primitivos de Ionic. Ionic es la base; OutfitKit cubre los huecos. npm + CDN, imports individuales, CSP-safe. Tema vía tokens --ok-* (fallback a --ion-*).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -130,6 +130,9 @@
|
|
|
130
130
|
"files": [
|
|
131
131
|
"dist"
|
|
132
132
|
],
|
|
133
|
+
"publishConfig": {
|
|
134
|
+
"access": "public"
|
|
135
|
+
},
|
|
133
136
|
"scripts": {
|
|
134
137
|
"build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
|
|
135
138
|
"dev": "vite build --watch",
|