@infomaximum/widget-sdk 4.0.0-beta6 → 4.0.0-beta7
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 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,8 @@ declare enum EControlType {
|
|
|
34
34
|
eventsColor = "eventsColor",
|
|
35
35
|
inputMarkdown = "inputMarkdown",
|
|
36
36
|
filter = "filter",
|
|
37
|
-
actionOnClick = "actionOnClick"
|
|
37
|
+
actionOnClick = "actionOnClick",
|
|
38
|
+
eventsPicker = "eventsPicker"
|
|
38
39
|
}
|
|
39
40
|
/** Конфигурация элемента управления настройкой */
|
|
40
41
|
interface IControlRecord<Settings extends object, Value, ControlType = EControlType> {
|
package/dist/index.esm.js
CHANGED
|
@@ -941,6 +941,7 @@ var EControlType;
|
|
|
941
941
|
EControlType["inputMarkdown"] = "inputMarkdown";
|
|
942
942
|
EControlType["filter"] = "filter";
|
|
943
943
|
EControlType["actionOnClick"] = "actionOnClick";
|
|
944
|
+
EControlType["eventsPicker"] = "eventsPicker";
|
|
944
945
|
})(EControlType || (EControlType = {}));
|
|
945
946
|
|
|
946
947
|
var ESortDirection;
|
package/dist/index.js
CHANGED
|
@@ -942,6 +942,7 @@ exports.EControlType = void 0;
|
|
|
942
942
|
EControlType["inputMarkdown"] = "inputMarkdown";
|
|
943
943
|
EControlType["filter"] = "filter";
|
|
944
944
|
EControlType["actionOnClick"] = "actionOnClick";
|
|
945
|
+
EControlType["eventsPicker"] = "eventsPicker";
|
|
945
946
|
})(exports.EControlType || (exports.EControlType = {}));
|
|
946
947
|
|
|
947
948
|
exports.ESortDirection = void 0;
|