@ktjs/core 0.17.0 → 0.17.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.d.ts +1 -2
- package/dist/index.iife.js +1 -1
- package/dist/index.legacy.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/jsx/index.d.ts +1 -1
- package/dist/jsx/index.mjs +1 -1
- package/dist/jsx/jsx-runtime.d.ts +1 -1
- package/dist/jsx/jsx-runtime.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -171,7 +171,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
|
|
|
171
171
|
* ## About
|
|
172
172
|
* @package @ktjs/core
|
|
173
173
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
174
|
-
* @version 0.17.
|
|
174
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
175
175
|
* @license MIT
|
|
176
176
|
* @link https://github.com/baendlorel/kt.js
|
|
177
177
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
|
@@ -246,7 +246,6 @@ declare function KTAsync<T extends KTComponent>(props: {
|
|
|
246
246
|
} & ExtractComponentProps<T>): KTHTMLElement;
|
|
247
247
|
|
|
248
248
|
type KForElement = KTHTMLElement & {
|
|
249
|
-
__kt_for_list__: HTMLElement[];
|
|
250
249
|
redraw: (newProps?: KTAttribute) => void;
|
|
251
250
|
};
|
|
252
251
|
interface KTForProps<T> {
|
package/dist/index.iife.js
CHANGED
|
@@ -211,7 +211,7 @@ var __ktjs_core__ = (function (exports) {
|
|
|
211
211
|
* ## About
|
|
212
212
|
* @package @ktjs/core
|
|
213
213
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
214
|
-
* @version 0.17.
|
|
214
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
215
215
|
* @license MIT
|
|
216
216
|
* @link https://github.com/baendlorel/kt.js
|
|
217
217
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/index.legacy.js
CHANGED
|
@@ -236,7 +236,7 @@ var __ktjs_core__ = (function (exports) {
|
|
|
236
236
|
* ## About
|
|
237
237
|
* @package @ktjs/core
|
|
238
238
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
239
|
-
* @version 0.17.
|
|
239
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
240
240
|
* @license MIT
|
|
241
241
|
* @link https://github.com/baendlorel/kt.js
|
|
242
242
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/index.mjs
CHANGED
|
@@ -208,7 +208,7 @@ let creator = defaultCreator;
|
|
|
208
208
|
* ## About
|
|
209
209
|
* @package @ktjs/core
|
|
210
210
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
211
|
-
* @version 0.17.
|
|
211
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
212
212
|
* @license MIT
|
|
213
213
|
* @link https://github.com/baendlorel/kt.js
|
|
214
214
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/jsx/index.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
|
|
|
157
157
|
* ## About
|
|
158
158
|
* @package @ktjs/core
|
|
159
159
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
160
|
-
* @version 0.17.
|
|
160
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
161
161
|
* @license MIT
|
|
162
162
|
* @link https://github.com/baendlorel/kt.js
|
|
163
163
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/jsx/index.mjs
CHANGED
|
@@ -208,7 +208,7 @@ let creator = defaultCreator;
|
|
|
208
208
|
* ## About
|
|
209
209
|
* @package @ktjs/core
|
|
210
210
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
211
|
-
* @version 0.17.
|
|
211
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
212
212
|
* @license MIT
|
|
213
213
|
* @link https://github.com/baendlorel/kt.js
|
|
214
214
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
|
@@ -151,7 +151,7 @@ type HTML<T extends (HTMLTag | SVGTag) & otherstring> = T extends SVGTag ? SVGEl
|
|
|
151
151
|
* ## About
|
|
152
152
|
* @package @ktjs/core
|
|
153
153
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
154
|
-
* @version 0.17.
|
|
154
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
155
155
|
* @license MIT
|
|
156
156
|
* @link https://github.com/baendlorel/kt.js
|
|
157
157
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/jsx/jsx-runtime.mjs
CHANGED
|
@@ -208,7 +208,7 @@ let creator = defaultCreator;
|
|
|
208
208
|
* ## About
|
|
209
209
|
* @package @ktjs/core
|
|
210
210
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
211
|
-
* @version 0.17.
|
|
211
|
+
* @version 0.17.1 (Last Update: 2026.01.28 15:22:11.881)
|
|
212
212
|
* @license MIT
|
|
213
213
|
* @link https://github.com/baendlorel/kt.js
|
|
214
214
|
* @link https://baendlorel.github.io/ Welcome to my site!
|