@magic-xpa/gui 4.801.0-dev481.222 → 4.801.0-dev481.228

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.801.0-dev481.222",
3
+ "version": "4.801.0-dev481.228",
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.0.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.801.0-dev481.222",
11
+ "@magic-xpa/utils": "4.801.0-dev481.228",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "main": "bundles/magic-xpa-gui.umd.js",
@@ -5,10 +5,7 @@ export declare class RecordUtils {
5
5
  static byteStreamToString(stream: string): string;
6
6
  private static byteStreamToString_0;
7
7
  private static byteStreamToString_1;
8
- static serializeItemVal(itemVal: string, itemAttr: StorageAttribute): Uint8Array;
9
8
  static serializeItemVal(itemVal: string, itemAttr: StorageAttribute, cellAttr: StorageAttribute, toBase64: boolean): string;
10
- private static serializeItemVal_0;
11
- private static serializeItemVal_1;
12
9
  static deSerializeItemVal(itemVal: string, itemAttr: StorageAttribute, itemLen: number, useHex: boolean, cellAttr: StorageAttribute, parsedLen: RefParam<number>): string;
13
10
  static getString(str: string, type: StorageAttribute): string;
14
11
  static getString(str: string, type: StorageAttribute, useHex: boolean): string;
@@ -18,8 +18,6 @@ export declare abstract class MgControlBase extends GuiControlPropertyAdapter im
18
18
  _ditIdx: number;
19
19
  private _linkedControls;
20
20
  _field: GuiFieldBase;
21
- _nodeIdField: GuiFieldBase;
22
- _nodeParentIdField: GuiFieldBase;
23
21
  private _picStr;
24
22
  _choiceDisps: List<string[]>;
25
23
  _choiceLayerList: List<string[]>;