@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/bundles/magic-xpa-gui.umd.js +0 -87
- package/bundles/magic-xpa-gui.umd.js.map +1 -1
- package/bundles/magic-xpa-gui.umd.min.js +1 -1
- package/bundles/magic-xpa-gui.umd.min.js.map +1 -1
- package/esm2015/src/management/data/RecordUtils.js +3 -89
- package/esm2015/src/management/gui/MgControlBase.js +1 -3
- package/fesm2015/magic-xpa-gui.js +1 -88
- package/fesm2015/magic-xpa-gui.js.map +1 -1
- package/package.json +2 -2
- package/src/management/data/RecordUtils.d.ts +0 -3
- package/src/management/gui/MgControlBase.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-xpa/gui",
|
|
3
|
-
"version": "4.801.0-dev481.
|
|
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.
|
|
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[]>;
|