plmt-constructor-sdk 0.13.3 → 0.13.5

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.
@@ -18,6 +18,7 @@ export interface Config_Server {
18
18
  images: string[];
19
19
  };
20
20
  sdk_version: string;
21
+ type?: string;
21
22
  version: string;
22
23
  }
23
24
  export interface ConfigDataOption_Server {
@@ -4,20 +4,20 @@ import { WidgetRenderEnv } from '../widget';
4
4
  import { ThemeProvide } from './theme';
5
5
  import { WidgetDataOptionColumn_Server, WidgetRepresent } from './widget';
6
6
  export declare enum Input {
7
- Change = "plmt.input.change",
8
- ChangeLang = "plmt.input.changeLang",
9
- ChangeTheme = "plmt.input.changeTheme",
10
- ChangeOtherFilters = "plmt.input.ChangeOtherFilters",
11
- ChangeWidgetRenderEnv = "plmt.input.changeWidgetRenderEnv"
7
+ Change = "ptnl.input.change",
8
+ ChangeLang = "ptnl.input.changeLang",
9
+ ChangeTheme = "ptnl.input.changeTheme",
10
+ ChangeOtherFilters = "ptnl.input.ChangeOtherFilters",
11
+ ChangeWidgetRenderEnv = "ptnl.input.changeWidgetRenderEnv"
12
12
  }
13
13
  export declare enum Output {
14
- Init = "plmt.output.init",
15
- Ready = "plmt.output.ready",
16
- SetFilter = "plmt.output.setFilter",
17
- RemoveFilterAt = "plmt.output.RemoveFilterAt",
18
- SetSort = "plmt.output.setSort",
19
- RemoveSortAt = "plmt.output.RemoveSortAt",
20
- Interact = "plmt.output.interact"
14
+ Init = "ptnl.output.init",
15
+ Ready = "ptnl.output.ready",
16
+ SetFilter = "ptnl.output.setFilter",
17
+ RemoveFilterAt = "ptnl.output.RemoveFilterAt",
18
+ SetSort = "ptnl.output.setSort",
19
+ RemoveSortAt = "ptnl.output.RemoveSortAt",
20
+ Interact = "ptnl.output.interact"
21
21
  }
22
22
  export interface InputParameter extends Record<Input, any> {
23
23
  [Input.Change]: WidgetRepresent;
@@ -3,19 +3,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Output = exports.Input = void 0;
4
4
  var Input;
5
5
  (function (Input) {
6
- Input["Change"] = "plmt.input.change";
7
- Input["ChangeLang"] = "plmt.input.changeLang";
8
- Input["ChangeTheme"] = "plmt.input.changeTheme";
9
- Input["ChangeOtherFilters"] = "plmt.input.ChangeOtherFilters";
10
- Input["ChangeWidgetRenderEnv"] = "plmt.input.changeWidgetRenderEnv";
6
+ Input["Change"] = "ptnl.input.change";
7
+ Input["ChangeLang"] = "ptnl.input.changeLang";
8
+ Input["ChangeTheme"] = "ptnl.input.changeTheme";
9
+ Input["ChangeOtherFilters"] = "ptnl.input.ChangeOtherFilters";
10
+ Input["ChangeWidgetRenderEnv"] = "ptnl.input.changeWidgetRenderEnv";
11
11
  })(Input = exports.Input || (exports.Input = {}));
12
12
  var Output;
13
13
  (function (Output) {
14
- Output["Init"] = "plmt.output.init";
15
- Output["Ready"] = "plmt.output.ready";
16
- Output["SetFilter"] = "plmt.output.setFilter";
17
- Output["RemoveFilterAt"] = "plmt.output.RemoveFilterAt";
18
- Output["SetSort"] = "plmt.output.setSort";
19
- Output["RemoveSortAt"] = "plmt.output.RemoveSortAt";
20
- Output["Interact"] = "plmt.output.interact";
14
+ Output["Init"] = "ptnl.output.init";
15
+ Output["Ready"] = "ptnl.output.ready";
16
+ Output["SetFilter"] = "ptnl.output.setFilter";
17
+ Output["RemoveFilterAt"] = "ptnl.output.RemoveFilterAt";
18
+ Output["SetSort"] = "ptnl.output.setSort";
19
+ Output["RemoveSortAt"] = "ptnl.output.RemoveSortAt";
20
+ Output["Interact"] = "ptnl.output.interact";
21
21
  })(Output = exports.Output || (exports.Output = {}));
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "plmt-constructor-sdk",
3
- "version": "0.13.3",
3
+ "version": "0.13.5",
4
4
  "description": "Набор инструментов для создания виджетов.",
5
5
  "dependencies": {
6
6
  "logical-not": "^1.0.9"
7
7
  }
8
- }
8
+ }