@htmlbricks/hb-table 0.62.4 → 0.62.6
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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +50 -9
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +9 -0
- package/types/webcomponent.type.d.ts +1 -0
package/manifest.json
CHANGED
|
@@ -535,6 +535,9 @@
|
|
|
535
535
|
"name": {
|
|
536
536
|
"type": "string"
|
|
537
537
|
},
|
|
538
|
+
"tooltip": {
|
|
539
|
+
"$ref": "#/definitions/TTooltip"
|
|
540
|
+
},
|
|
538
541
|
"type": {
|
|
539
542
|
"enum": [
|
|
540
543
|
"icon",
|
|
@@ -677,6 +680,12 @@
|
|
|
677
680
|
"html": {
|
|
678
681
|
"type": "boolean"
|
|
679
682
|
},
|
|
683
|
+
"maxHeight": {
|
|
684
|
+
"type": "string"
|
|
685
|
+
},
|
|
686
|
+
"maxWidth": {
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
680
689
|
"offset": {
|
|
681
690
|
"anyOf": [
|
|
682
691
|
{
|
|
@@ -1091,12 +1100,20 @@
|
|
|
1091
1100
|
{
|
|
1092
1101
|
"name": "testaction2",
|
|
1093
1102
|
"type": "icon",
|
|
1094
|
-
"iconOrText": "github"
|
|
1103
|
+
"iconOrText": "github",
|
|
1104
|
+
"tooltip": {
|
|
1105
|
+
"title": "Github tooltip",
|
|
1106
|
+
"placement": "top"
|
|
1107
|
+
}
|
|
1095
1108
|
},
|
|
1096
1109
|
{
|
|
1097
1110
|
"name": "testaction3",
|
|
1098
1111
|
"type": "icon",
|
|
1099
|
-
"iconOrText": "github"
|
|
1112
|
+
"iconOrText": "github",
|
|
1113
|
+
"tooltip": {
|
|
1114
|
+
"title": "Github tooltip 2",
|
|
1115
|
+
"placement": "bottom"
|
|
1116
|
+
}
|
|
1100
1117
|
},
|
|
1101
1118
|
{
|
|
1102
1119
|
"name": "testaction4",
|
|
@@ -1866,12 +1883,20 @@
|
|
|
1866
1883
|
{
|
|
1867
1884
|
"name": "testaction2",
|
|
1868
1885
|
"type": "icon",
|
|
1869
|
-
"iconOrText": "github"
|
|
1886
|
+
"iconOrText": "github",
|
|
1887
|
+
"tooltip": {
|
|
1888
|
+
"title": "Github tooltip",
|
|
1889
|
+
"placement": "top"
|
|
1890
|
+
}
|
|
1870
1891
|
},
|
|
1871
1892
|
{
|
|
1872
1893
|
"name": "testaction3",
|
|
1873
1894
|
"type": "icon",
|
|
1874
|
-
"iconOrText": "github"
|
|
1895
|
+
"iconOrText": "github",
|
|
1896
|
+
"tooltip": {
|
|
1897
|
+
"title": "Github tooltip 2",
|
|
1898
|
+
"placement": "bottom"
|
|
1899
|
+
}
|
|
1875
1900
|
},
|
|
1876
1901
|
{
|
|
1877
1902
|
"name": "testaction4",
|
|
@@ -2011,12 +2036,20 @@
|
|
|
2011
2036
|
{
|
|
2012
2037
|
"name": "testaction2",
|
|
2013
2038
|
"type": "icon",
|
|
2014
|
-
"iconOrText": "github"
|
|
2039
|
+
"iconOrText": "github",
|
|
2040
|
+
"tooltip": {
|
|
2041
|
+
"title": "Github tooltip",
|
|
2042
|
+
"placement": "top"
|
|
2043
|
+
}
|
|
2015
2044
|
},
|
|
2016
2045
|
{
|
|
2017
2046
|
"name": "testaction3",
|
|
2018
2047
|
"type": "icon",
|
|
2019
|
-
"iconOrText": "github"
|
|
2048
|
+
"iconOrText": "github",
|
|
2049
|
+
"tooltip": {
|
|
2050
|
+
"title": "Github tooltip 2",
|
|
2051
|
+
"placement": "bottom"
|
|
2052
|
+
}
|
|
2020
2053
|
},
|
|
2021
2054
|
{
|
|
2022
2055
|
"name": "testaction4",
|
|
@@ -2201,12 +2234,20 @@
|
|
|
2201
2234
|
{
|
|
2202
2235
|
"name": "testaction2",
|
|
2203
2236
|
"type": "icon",
|
|
2204
|
-
"iconOrText": "github"
|
|
2237
|
+
"iconOrText": "github",
|
|
2238
|
+
"tooltip": {
|
|
2239
|
+
"title": "Github tooltip",
|
|
2240
|
+
"placement": "top"
|
|
2241
|
+
}
|
|
2205
2242
|
},
|
|
2206
2243
|
{
|
|
2207
2244
|
"name": "testaction3",
|
|
2208
2245
|
"type": "icon",
|
|
2209
|
-
"iconOrText": "github"
|
|
2246
|
+
"iconOrText": "github",
|
|
2247
|
+
"tooltip": {
|
|
2248
|
+
"title": "Github tooltip 2",
|
|
2249
|
+
"placement": "bottom"
|
|
2250
|
+
}
|
|
2210
2251
|
},
|
|
2211
2252
|
{
|
|
2212
2253
|
"name": "testaction4",
|
|
@@ -2493,5 +2534,5 @@
|
|
|
2493
2534
|
"size": {},
|
|
2494
2535
|
"iifePath": "main.iife.js",
|
|
2495
2536
|
"repoName": "@htmlbricks/hb-table",
|
|
2496
|
-
"version": "0.62.
|
|
2537
|
+
"version": "0.62.6"
|
|
2497
2538
|
}
|
package/package.json
CHANGED
|
@@ -215,6 +215,9 @@
|
|
|
215
215
|
"name": {
|
|
216
216
|
"type": "string"
|
|
217
217
|
},
|
|
218
|
+
"tooltip": {
|
|
219
|
+
"$ref": "#/definitions/TTooltip"
|
|
220
|
+
},
|
|
218
221
|
"type": {
|
|
219
222
|
"enum": [
|
|
220
223
|
"icon",
|
|
@@ -357,6 +360,12 @@
|
|
|
357
360
|
"html": {
|
|
358
361
|
"type": "boolean"
|
|
359
362
|
},
|
|
363
|
+
"maxHeight": {
|
|
364
|
+
"type": "string"
|
|
365
|
+
},
|
|
366
|
+
"maxWidth": {
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
360
369
|
"offset": {
|
|
361
370
|
"anyOf": [
|
|
362
371
|
{
|