@adaptabletools/adaptable 11.1.13 → 11.1.14
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.14",
|
|
4
4
|
"description": "Powerful data-agnostic HTML5 datagrid add-on that sits on top of an underlying grid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
package/publishTimestamp.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: 1651466660990;
|
|
2
2
|
export default _default;
|
package/publishTimestamp.js
CHANGED
|
@@ -29,7 +29,7 @@ export interface AlertOptions {
|
|
|
29
29
|
*/
|
|
30
30
|
rowHighlightDuration?: number;
|
|
31
31
|
/**
|
|
32
|
-
* onClick Handlers for
|
|
32
|
+
* Custom onClick Handlers for Buttons (displayed in Alert Forms)
|
|
33
33
|
*/
|
|
34
34
|
actionHandlers?: ActionHandler[];
|
|
35
35
|
/**
|
|
@@ -1972,7 +1972,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1972
1972
|
{
|
|
1973
1973
|
"name": "actionHandlers",
|
|
1974
1974
|
"kind": "unknown",
|
|
1975
|
-
"description": "onClick Handlers for
|
|
1975
|
+
"description": "Custom onClick Handlers for Buttons (displayed in Alert Forms)",
|
|
1976
1976
|
"uiLabel": "Action Handlers",
|
|
1977
1977
|
"isOptional": true
|
|
1978
1978
|
},
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "11.1.
|
|
1
|
+
declare const _default: "11.1.14";
|
|
2
2
|
export default _default;
|
package/version.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = '11.1.
|
|
3
|
+
exports.default = '11.1.14'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|