@infomaximum/widget-sdk 3.19.1 → 3.20.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.
- 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
|
@@ -32,7 +32,8 @@ declare enum EControlType {
|
|
|
32
32
|
filterMode = "filterMode",
|
|
33
33
|
displayCondition = "displayCondition",
|
|
34
34
|
eventsColor = "eventsColor",
|
|
35
|
-
inputMarkdown = "inputMarkdown"
|
|
35
|
+
inputMarkdown = "inputMarkdown",
|
|
36
|
+
filter = "filter"
|
|
36
37
|
}
|
|
37
38
|
/** Конфигурация элемента управления настройкой */
|
|
38
39
|
interface IControlRecord<Settings extends object, Value, ControlType = EControlType> {
|
package/dist/index.esm.js
CHANGED
|
@@ -925,6 +925,7 @@ var EControlType;
|
|
|
925
925
|
EControlType["displayCondition"] = "displayCondition";
|
|
926
926
|
EControlType["eventsColor"] = "eventsColor";
|
|
927
927
|
EControlType["inputMarkdown"] = "inputMarkdown";
|
|
928
|
+
EControlType["filter"] = "filter";
|
|
928
929
|
})(EControlType || (EControlType = {}));
|
|
929
930
|
|
|
930
931
|
var ESortDirection;
|
package/dist/index.js
CHANGED
|
@@ -926,6 +926,7 @@ exports.EControlType = void 0;
|
|
|
926
926
|
EControlType["displayCondition"] = "displayCondition";
|
|
927
927
|
EControlType["eventsColor"] = "eventsColor";
|
|
928
928
|
EControlType["inputMarkdown"] = "inputMarkdown";
|
|
929
|
+
EControlType["filter"] = "filter";
|
|
929
930
|
})(exports.EControlType || (exports.EControlType = {}));
|
|
930
931
|
|
|
931
932
|
exports.ESortDirection = void 0;
|