@genesislcap/grid-tabulator 14.214.3 → 14.214.5-alpha-4192f9d.0
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.
|
@@ -361,7 +361,7 @@ export declare class GridTabulator extends GridTabulator_base {
|
|
|
361
361
|
* ...
|
|
362
362
|
* ```
|
|
363
363
|
* @remarks
|
|
364
|
-
* See https://tabulator.info/docs/6.
|
|
364
|
+
* See https://tabulator.info/docs/6.3/options for more details.
|
|
365
365
|
*/
|
|
366
366
|
get gridOptions(): Options;
|
|
367
367
|
set gridOptions(options: Options);
|
|
@@ -71,7 +71,7 @@ export class GridTabulator extends LifecycleMixin(FoundationElement) {
|
|
|
71
71
|
* ...
|
|
72
72
|
* ```
|
|
73
73
|
* @remarks
|
|
74
|
-
* See https://tabulator.info/docs/6.
|
|
74
|
+
* See https://tabulator.info/docs/6.3/options for more details.
|
|
75
75
|
*/
|
|
76
76
|
get gridOptions() {
|
|
77
77
|
return this.grid.options;
|
package/dist/grid-tabulator.d.ts
CHANGED
|
@@ -242,7 +242,7 @@ export declare class GridTabulator extends GridTabulator_base {
|
|
|
242
242
|
* ...
|
|
243
243
|
* ```
|
|
244
244
|
* @remarks
|
|
245
|
-
* See https://tabulator.info/docs/6.
|
|
245
|
+
* See https://tabulator.info/docs/6.3/options for more details.
|
|
246
246
|
*/
|
|
247
247
|
get gridOptions(): Options;
|
|
248
248
|
set gridOptions(options: Options);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.214.
|
|
4
|
+
"version": "14.214.5-alpha-4192f9d.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.214.
|
|
43
|
-
"@genesislcap/genx": "14.214.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.214.
|
|
45
|
-
"@genesislcap/ts-builder": "14.214.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.214.
|
|
47
|
-
"@genesislcap/vite-builder": "14.214.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.214.
|
|
49
|
-
"@types/tabulator-tables": "
|
|
42
|
+
"@genesislcap/foundation-testing": "14.214.5-alpha-4192f9d.0",
|
|
43
|
+
"@genesislcap/genx": "14.214.5-alpha-4192f9d.0",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.214.5-alpha-4192f9d.0",
|
|
45
|
+
"@genesislcap/ts-builder": "14.214.5-alpha-4192f9d.0",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.214.5-alpha-4192f9d.0",
|
|
47
|
+
"@genesislcap/vite-builder": "14.214.5-alpha-4192f9d.0",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.214.5-alpha-4192f9d.0",
|
|
49
|
+
"@types/tabulator-tables": "6.2.3",
|
|
50
50
|
"rimraf": "^5.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "14.214.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.214.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.214.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.214.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.214.5-alpha-4192f9d.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.214.5-alpha-4192f9d.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.214.5-alpha-4192f9d.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.214.5-alpha-4192f9d.0",
|
|
57
57
|
"@microsoft/fast-colors": "^5.3.1",
|
|
58
58
|
"@microsoft/fast-components": "^2.30.6",
|
|
59
59
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"tslib": "^2.3.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"tabulator-tables": "6.
|
|
66
|
+
"tabulator-tables": "6.3.0"
|
|
67
67
|
},
|
|
68
68
|
"repository": {
|
|
69
69
|
"type": "git",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "4361ef6026de2991597da294d022957198370637"
|
|
78
78
|
}
|