@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/esm2020/src/management/exp/ExpressionInterface.mjs +2 -1
- package/fesm2015/magic-xpa-gui.mjs +1 -0
- package/fesm2015/magic-xpa-gui.mjs.map +1 -1
- package/fesm2020/magic-xpa-gui.mjs +1 -0
- package/fesm2020/magic-xpa-gui.mjs.map +1 -1
- package/package.json +2 -2
- package/src/management/exp/ExpressionInterface.d.ts +1 -0
|
@@ -15041,6 +15041,7 @@ ExpressionInterface.EXP_OP_CLIENT_DB_DISCONNECT = 636;
|
|
|
15041
15041
|
ExpressionInterface.EXP_OP_DATAVIEW_TO_DATASOURCE = 637;
|
|
15042
15042
|
ExpressionInterface.EXP_OP_CLIENT_DB_DEL = 638;
|
|
15043
15043
|
ExpressionInterface.EXP_OP_VARDISPLAYNAME = 647;
|
|
15044
|
+
ExpressionInterface.EXP_OP_CONTROL_ITEMS_REFRESH = 649;
|
|
15044
15045
|
ExpressionInterface.EXP_OP_VARCONTROLID = 650;
|
|
15045
15046
|
ExpressionInterface.EXP_OP_CONTROLITEMSLIST = 651;
|
|
15046
15047
|
ExpressionInterface.EXP_OP_CONTROLDISPLAYLIST = 652;
|