@htmlbricks/hb-table 0.61.14 → 0.61.16
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/main.iife.js +5 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +12 -2
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +3 -0
- package/types/webcomponent.type.d.ts +1 -0
package/manifest.json
CHANGED
|
@@ -371,6 +371,9 @@
|
|
|
371
371
|
"items": {},
|
|
372
372
|
"type": "array"
|
|
373
373
|
},
|
|
374
|
+
"selected": {
|
|
375
|
+
"type": "string"
|
|
376
|
+
},
|
|
374
377
|
"selectrow": {
|
|
375
378
|
"type": "string"
|
|
376
379
|
},
|
|
@@ -672,6 +675,11 @@
|
|
|
672
675
|
"type": "number"
|
|
673
676
|
}
|
|
674
677
|
},
|
|
678
|
+
"selected": {
|
|
679
|
+
"control": {
|
|
680
|
+
"type": "text"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
675
683
|
"enableselect": {
|
|
676
684
|
"control": {
|
|
677
685
|
"type": "boolean"
|
|
@@ -1343,7 +1351,9 @@
|
|
|
1343
1351
|
"_id": "bb13",
|
|
1344
1352
|
"status": "active"
|
|
1345
1353
|
}
|
|
1346
|
-
]
|
|
1354
|
+
],
|
|
1355
|
+
"selected": "bb1",
|
|
1356
|
+
"selectrow": "yes"
|
|
1347
1357
|
}
|
|
1348
1358
|
},
|
|
1349
1359
|
{
|
|
@@ -2183,5 +2193,5 @@
|
|
|
2183
2193
|
"size": {},
|
|
2184
2194
|
"iifePath": "main.iife.js",
|
|
2185
2195
|
"repoName": "@htmlbricks/hb-table",
|
|
2186
|
-
"version": "0.61.
|
|
2196
|
+
"version": "0.61.16"
|
|
2187
2197
|
}
|
package/package.json
CHANGED