@magic-xpa/gui 4.1000.0-dev4100.21 → 4.1000.0-dev4100.23

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": "@magic-xpa/gui",
3
- "version": "4.1000.0-dev4100.21",
3
+ "version": "4.1000.0-dev4100.23",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
6
  "timers": "^0.1.1",
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.1000.0-dev4100.21",
11
+ "@magic-xpa/utils": "4.1000.0-dev4100.23",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "module": "fesm2015/magic-xpa-gui.mjs",
@@ -225,6 +225,7 @@ export declare class ExpressionInterface {
225
225
  static EXP_OP_DATAVIEW_TO_DATASOURCE: number;
226
226
  static EXP_OP_CLIENT_DB_DEL: number;
227
227
  static EXP_OP_VARDISPLAYNAME: number;
228
+ static EXP_OP_CONTROL_ITEMS_REFRESH: number;
228
229
  static EXP_OP_VARCONTROLID: number;
229
230
  static EXP_OP_CONTROLITEMSLIST: number;
230
231
  static EXP_OP_CONTROLDISPLAYLIST: number;