polymatica-widget 2.1.15 → 2.1.16

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.
Files changed (2) hide show
  1. package/config.d.ts +6 -0
  2. package/package.json +1 -1
package/config.d.ts CHANGED
@@ -94,16 +94,19 @@ export declare function tabPanels(params: {
94
94
  export declare function text(params: {
95
95
  key: string;
96
96
  label: Text;
97
+ placeholder: Text;
97
98
  span?: number;
98
99
  }): void;
99
100
  export declare function number(params: {
100
101
  key: string;
101
102
  label: Text;
103
+ placeholder: Text;
102
104
  span?: number;
103
105
  }): void;
104
106
  export declare function integer(params: {
105
107
  key: string;
106
108
  label: Text;
109
+ placeholder: Text;
107
110
  span?: number;
108
111
  }): void;
109
112
  export declare function range(params: {
@@ -119,16 +122,19 @@ export declare function interval(params: {
119
122
  export declare function date(params: {
120
123
  key: string;
121
124
  label: Text;
125
+ placeholder: Text;
122
126
  span?: number;
123
127
  }): void;
124
128
  export declare function time(params: {
125
129
  key: string;
126
130
  label: Text;
131
+ placeholder: Text;
127
132
  span?: number;
128
133
  }): void;
129
134
  export declare function dateTime(params: {
130
135
  key: string;
131
136
  label: Text;
137
+ placeholder: Text;
132
138
  span?: number;
133
139
  }): void;
134
140
  export declare function checkbox(params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polymatica-widget",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "SDK для создания виджетов для платформы Polymatica",
5
5
  "keywords": [],
6
6
  "license": "ISC",