@ktjs/core 0.24.3 → 0.24.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.
- package/dist/index.d.ts +2 -63
- 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 +2 -63
- 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
|
@@ -228,7 +228,7 @@ type KTComponent = (
|
|
|
228
228
|
* ## About
|
|
229
229
|
* @package @ktjs/core
|
|
230
230
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
231
|
-
* @version 0.24.
|
|
231
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
232
232
|
* @license MIT
|
|
233
233
|
* @link https://github.com/baendlorel/kt.js
|
|
234
234
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
|
@@ -1286,70 +1286,9 @@ declare global {
|
|
|
1286
1286
|
tspan: SVGAttributesMap['tspan'];
|
|
1287
1287
|
use: SVGAttributesMap['use'];
|
|
1288
1288
|
view: SVGAttributesMap['view'];
|
|
1289
|
-
|
|
1290
|
-
// 'svg:svg': AttributesMap['svg'];
|
|
1291
|
-
// 'svg:a': SVGAttributesMap['a'];
|
|
1292
|
-
// 'svg:animate': SVGAttributesMap['animate'];
|
|
1293
|
-
// 'svg:animateMotion': SVGAttributesMap['animateMotion'];
|
|
1294
|
-
// 'svg:animateTransform': SVGAttributesMap['animateTransform'];
|
|
1295
|
-
// 'svg:circle': SVGAttributesMap['circle'];
|
|
1296
|
-
// 'svg:clipPath': SVGAttributesMap['clipPath'];
|
|
1297
|
-
// 'svg:defs': SVGAttributesMap['defs'];
|
|
1298
|
-
// 'svg:desc': SVGAttributesMap['desc'];
|
|
1299
|
-
// 'svg:ellipse': SVGAttributesMap['ellipse'];
|
|
1300
|
-
// 'svg:feBlend': SVGAttributesMap['feBlend'];
|
|
1301
|
-
// 'svg:feColorMatrix': SVGAttributesMap['feColorMatrix'];
|
|
1302
|
-
// 'svg:feComponentTransfer': SVGAttributesMap['feComponentTransfer'];
|
|
1303
|
-
// 'svg:feComposite': SVGAttributesMap['feComposite'];
|
|
1304
|
-
// 'svg:feConvolveMatrix': SVGAttributesMap['feConvolveMatrix'];
|
|
1305
|
-
// 'svg:feDiffuseLighting': SVGAttributesMap['feDiffuseLighting'];
|
|
1306
|
-
// 'svg:feDisplacementMap': SVGAttributesMap['feDisplacementMap'];
|
|
1307
|
-
// 'svg:feDistantLight': SVGAttributesMap['feDistantLight'];
|
|
1308
|
-
// 'svg:feDropShadow': SVGAttributesMap['feDropShadow'];
|
|
1309
|
-
// 'svg:feFlood': SVGAttributesMap['feFlood'];
|
|
1310
|
-
// 'svg:feFuncA': SVGAttributesMap['feFuncA'];
|
|
1311
|
-
// 'svg:feFuncB': SVGAttributesMap['feFuncB'];
|
|
1312
|
-
// 'svg:feFuncG': SVGAttributesMap['feFuncG'];
|
|
1313
|
-
// 'svg:feFuncR': SVGAttributesMap['feFuncR'];
|
|
1314
|
-
// 'svg:feGaussianBlur': SVGAttributesMap['feGaussianBlur'];
|
|
1315
|
-
// 'svg:feImage': SVGAttributesMap['feImage'];
|
|
1316
|
-
// 'svg:feMerge': SVGAttributesMap['feMerge'];
|
|
1317
|
-
// 'svg:feMergeNode': SVGAttributesMap['feMergeNode'];
|
|
1318
|
-
// 'svg:feMorphology': SVGAttributesMap['feMorphology'];
|
|
1319
|
-
// 'svg:feOffset': SVGAttributesMap['feOffset'];
|
|
1320
|
-
// 'svg:fePointLight': SVGAttributesMap['fePointLight'];
|
|
1321
|
-
// 'svg:feSpecularLighting': SVGAttributesMap['feSpecularLighting'];
|
|
1322
|
-
// 'svg:feSpotLight': SVGAttributesMap['feSpotLight'];
|
|
1323
|
-
// 'svg:feTile': SVGAttributesMap['feTile'];
|
|
1324
|
-
// 'svg:feTurbulence': SVGAttributesMap['feTurbulence'];
|
|
1325
|
-
// 'svg:filter': SVGAttributesMap['filter'];
|
|
1326
|
-
// 'svg:foreignObject': SVGAttributesMap['foreignObject'];
|
|
1327
|
-
// 'svg:g': SVGAttributesMap['g'];
|
|
1328
|
-
// 'svg:image': SVGAttributesMap['image'];
|
|
1329
|
-
// 'svg:line': SVGAttributesMap['line'];
|
|
1330
|
-
// 'svg:linearGradient': SVGAttributesMap['linearGradient'];
|
|
1331
|
-
// 'svg:marker': SVGAttributesMap['marker'];
|
|
1332
|
-
// 'svg:mask': SVGAttributesMap['mask'];
|
|
1333
|
-
// 'svg:metadata': SVGAttributesMap['metadata'];
|
|
1334
|
-
// 'svg:mpath': SVGAttributesMap['mpath'];
|
|
1335
|
-
// 'svg:path': SVGAttributesMap['path'];
|
|
1336
|
-
// 'svg:pattern': SVGAttributesMap['pattern'];
|
|
1337
|
-
// 'svg:polygon': SVGAttributesMap['polygon'];
|
|
1338
|
-
// 'svg:polyline': SVGAttributesMap['polyline'];
|
|
1339
|
-
// 'svg:radialGradient': SVGAttributesMap['radialGradient'];
|
|
1340
|
-
// 'svg:rect': SVGAttributesMap['rect'];
|
|
1341
|
-
// 'svg:set': SVGAttributesMap['set'];
|
|
1342
|
-
// 'svg:stop': SVGAttributesMap['stop'];
|
|
1343
|
-
// 'svg:switch': SVGAttributesMap['switch'];
|
|
1344
|
-
// 'svg:symbol': SVGAttributesMap['symbol'];
|
|
1345
|
-
// 'svg:text': SVGAttributesMap['text'];
|
|
1346
|
-
// 'svg:textPath': SVGAttributesMap['textPath'];
|
|
1347
|
-
// 'svg:tspan': SVGAttributesMap['tspan'];
|
|
1348
|
-
// 'svg:use': SVGAttributesMap['use'];
|
|
1349
|
-
// 'svg:view': SVGAttributesMap['view'];
|
|
1350
1289
|
}
|
|
1351
1290
|
|
|
1352
|
-
type IntrinsicAttributes =
|
|
1291
|
+
type IntrinsicAttributes = {
|
|
1353
1292
|
/**
|
|
1354
1293
|
* Make a reference to the created element
|
|
1355
1294
|
*/
|
package/dist/index.iife.js
CHANGED
|
@@ -520,7 +520,7 @@ var __ktjs_core__ = (function (exports) {
|
|
|
520
520
|
* ## About
|
|
521
521
|
* @package @ktjs/core
|
|
522
522
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
523
|
-
* @version 0.24.
|
|
523
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
524
524
|
* @license MIT
|
|
525
525
|
* @link https://github.com/baendlorel/kt.js
|
|
526
526
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/index.legacy.js
CHANGED
|
@@ -520,7 +520,7 @@ var __ktjs_core__ = (function (exports) {
|
|
|
520
520
|
* ## About
|
|
521
521
|
* @package @ktjs/core
|
|
522
522
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
523
|
-
* @version 0.24.
|
|
523
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
524
524
|
* @license MIT
|
|
525
525
|
* @link https://github.com/baendlorel/kt.js
|
|
526
526
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/index.mjs
CHANGED
|
@@ -517,7 +517,7 @@ let creator = htmlCreator;
|
|
|
517
517
|
* ## About
|
|
518
518
|
* @package @ktjs/core
|
|
519
519
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
520
|
-
* @version 0.24.
|
|
520
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
521
521
|
* @license MIT
|
|
522
522
|
* @link https://github.com/baendlorel/kt.js
|
|
523
523
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/jsx/index.d.ts
CHANGED
|
@@ -141,7 +141,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
|
|
|
141
141
|
* ## About
|
|
142
142
|
* @package @ktjs/core
|
|
143
143
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
144
|
-
* @version 0.24.
|
|
144
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
145
145
|
* @license MIT
|
|
146
146
|
* @link https://github.com/baendlorel/kt.js
|
|
147
147
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
|
@@ -1199,70 +1199,9 @@ declare global {
|
|
|
1199
1199
|
tspan: SVGAttributesMap['tspan'];
|
|
1200
1200
|
use: SVGAttributesMap['use'];
|
|
1201
1201
|
view: SVGAttributesMap['view'];
|
|
1202
|
-
|
|
1203
|
-
// 'svg:svg': AttributesMap['svg'];
|
|
1204
|
-
// 'svg:a': SVGAttributesMap['a'];
|
|
1205
|
-
// 'svg:animate': SVGAttributesMap['animate'];
|
|
1206
|
-
// 'svg:animateMotion': SVGAttributesMap['animateMotion'];
|
|
1207
|
-
// 'svg:animateTransform': SVGAttributesMap['animateTransform'];
|
|
1208
|
-
// 'svg:circle': SVGAttributesMap['circle'];
|
|
1209
|
-
// 'svg:clipPath': SVGAttributesMap['clipPath'];
|
|
1210
|
-
// 'svg:defs': SVGAttributesMap['defs'];
|
|
1211
|
-
// 'svg:desc': SVGAttributesMap['desc'];
|
|
1212
|
-
// 'svg:ellipse': SVGAttributesMap['ellipse'];
|
|
1213
|
-
// 'svg:feBlend': SVGAttributesMap['feBlend'];
|
|
1214
|
-
// 'svg:feColorMatrix': SVGAttributesMap['feColorMatrix'];
|
|
1215
|
-
// 'svg:feComponentTransfer': SVGAttributesMap['feComponentTransfer'];
|
|
1216
|
-
// 'svg:feComposite': SVGAttributesMap['feComposite'];
|
|
1217
|
-
// 'svg:feConvolveMatrix': SVGAttributesMap['feConvolveMatrix'];
|
|
1218
|
-
// 'svg:feDiffuseLighting': SVGAttributesMap['feDiffuseLighting'];
|
|
1219
|
-
// 'svg:feDisplacementMap': SVGAttributesMap['feDisplacementMap'];
|
|
1220
|
-
// 'svg:feDistantLight': SVGAttributesMap['feDistantLight'];
|
|
1221
|
-
// 'svg:feDropShadow': SVGAttributesMap['feDropShadow'];
|
|
1222
|
-
// 'svg:feFlood': SVGAttributesMap['feFlood'];
|
|
1223
|
-
// 'svg:feFuncA': SVGAttributesMap['feFuncA'];
|
|
1224
|
-
// 'svg:feFuncB': SVGAttributesMap['feFuncB'];
|
|
1225
|
-
// 'svg:feFuncG': SVGAttributesMap['feFuncG'];
|
|
1226
|
-
// 'svg:feFuncR': SVGAttributesMap['feFuncR'];
|
|
1227
|
-
// 'svg:feGaussianBlur': SVGAttributesMap['feGaussianBlur'];
|
|
1228
|
-
// 'svg:feImage': SVGAttributesMap['feImage'];
|
|
1229
|
-
// 'svg:feMerge': SVGAttributesMap['feMerge'];
|
|
1230
|
-
// 'svg:feMergeNode': SVGAttributesMap['feMergeNode'];
|
|
1231
|
-
// 'svg:feMorphology': SVGAttributesMap['feMorphology'];
|
|
1232
|
-
// 'svg:feOffset': SVGAttributesMap['feOffset'];
|
|
1233
|
-
// 'svg:fePointLight': SVGAttributesMap['fePointLight'];
|
|
1234
|
-
// 'svg:feSpecularLighting': SVGAttributesMap['feSpecularLighting'];
|
|
1235
|
-
// 'svg:feSpotLight': SVGAttributesMap['feSpotLight'];
|
|
1236
|
-
// 'svg:feTile': SVGAttributesMap['feTile'];
|
|
1237
|
-
// 'svg:feTurbulence': SVGAttributesMap['feTurbulence'];
|
|
1238
|
-
// 'svg:filter': SVGAttributesMap['filter'];
|
|
1239
|
-
// 'svg:foreignObject': SVGAttributesMap['foreignObject'];
|
|
1240
|
-
// 'svg:g': SVGAttributesMap['g'];
|
|
1241
|
-
// 'svg:image': SVGAttributesMap['image'];
|
|
1242
|
-
// 'svg:line': SVGAttributesMap['line'];
|
|
1243
|
-
// 'svg:linearGradient': SVGAttributesMap['linearGradient'];
|
|
1244
|
-
// 'svg:marker': SVGAttributesMap['marker'];
|
|
1245
|
-
// 'svg:mask': SVGAttributesMap['mask'];
|
|
1246
|
-
// 'svg:metadata': SVGAttributesMap['metadata'];
|
|
1247
|
-
// 'svg:mpath': SVGAttributesMap['mpath'];
|
|
1248
|
-
// 'svg:path': SVGAttributesMap['path'];
|
|
1249
|
-
// 'svg:pattern': SVGAttributesMap['pattern'];
|
|
1250
|
-
// 'svg:polygon': SVGAttributesMap['polygon'];
|
|
1251
|
-
// 'svg:polyline': SVGAttributesMap['polyline'];
|
|
1252
|
-
// 'svg:radialGradient': SVGAttributesMap['radialGradient'];
|
|
1253
|
-
// 'svg:rect': SVGAttributesMap['rect'];
|
|
1254
|
-
// 'svg:set': SVGAttributesMap['set'];
|
|
1255
|
-
// 'svg:stop': SVGAttributesMap['stop'];
|
|
1256
|
-
// 'svg:switch': SVGAttributesMap['switch'];
|
|
1257
|
-
// 'svg:symbol': SVGAttributesMap['symbol'];
|
|
1258
|
-
// 'svg:text': SVGAttributesMap['text'];
|
|
1259
|
-
// 'svg:textPath': SVGAttributesMap['textPath'];
|
|
1260
|
-
// 'svg:tspan': SVGAttributesMap['tspan'];
|
|
1261
|
-
// 'svg:use': SVGAttributesMap['use'];
|
|
1262
|
-
// 'svg:view': SVGAttributesMap['view'];
|
|
1263
1202
|
}
|
|
1264
1203
|
|
|
1265
|
-
type IntrinsicAttributes =
|
|
1204
|
+
type IntrinsicAttributes = {
|
|
1266
1205
|
/**
|
|
1267
1206
|
* Make a reference to the created element
|
|
1268
1207
|
*/
|
package/dist/jsx/index.mjs
CHANGED
|
@@ -360,7 +360,7 @@ let creator = htmlCreator;
|
|
|
360
360
|
* ## About
|
|
361
361
|
* @package @ktjs/core
|
|
362
362
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
363
|
-
* @version 0.24.
|
|
363
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
364
364
|
* @license MIT
|
|
365
365
|
* @link https://github.com/baendlorel/kt.js
|
|
366
366
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
|
@@ -141,7 +141,7 @@ type KTAttribute = KTBaseAttribute & KTPrefixedEventAttribute;
|
|
|
141
141
|
* ## About
|
|
142
142
|
* @package @ktjs/core
|
|
143
143
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
144
|
-
* @version 0.24.
|
|
144
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
145
145
|
* @license MIT
|
|
146
146
|
* @link https://github.com/baendlorel/kt.js
|
|
147
147
|
* @link https://baendlorel.github.io/ Welcome to my site!
|
package/dist/jsx/jsx-runtime.mjs
CHANGED
|
@@ -360,7 +360,7 @@ let creator = htmlCreator;
|
|
|
360
360
|
* ## About
|
|
361
361
|
* @package @ktjs/core
|
|
362
362
|
* @author Kasukabe Tsumugi <futami16237@gmail.com>
|
|
363
|
-
* @version 0.24.
|
|
363
|
+
* @version 0.24.4 (Last Update: 2026.02.05 13:57:50.861)
|
|
364
364
|
* @license MIT
|
|
365
365
|
* @link https://github.com/baendlorel/kt.js
|
|
366
366
|
* @link https://baendlorel.github.io/ Welcome to my site!
|