d2aura 23.0.23 → 23.0.25

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.
@@ -3,3 +3,16 @@ export interface SD_ARR_TEXT2 {
3
3
  COL1: string;
4
4
  COL2: string;
5
5
  }
6
+ export declare const SD_ARR_TEXT2_FIELDS: string[];
7
+ export interface SD_ARR_REAL8 {
8
+ id?: number;
9
+ VAL1: number;
10
+ VAL2: number;
11
+ VAL3: number;
12
+ VAL4: number;
13
+ VAL5: number;
14
+ VAL6: number;
15
+ VAL7: number;
16
+ VAL8: number;
17
+ }
18
+ export declare const SD_ARR_REAL8_FIELDS: string[];
@@ -1,2 +1,3 @@
1
- export {};
1
+ export const SD_ARR_TEXT2_FIELDS = ["COL1", "COL2"];
2
+ export const SD_ARR_REAL8_FIELDS = ["VAL1", "VAL2", "VAL3", "VAL4", "VAL5", "VAL6", "VAL7", "VAL8"];
2
3
  //# sourceMappingURL=d2ArTypes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"d2ArTypes.js","sourceRoot":"","sources":["../../../../api/types/d2ArTypes.ts"],"names":[],"mappings":"","sourcesContent":["export interface SD_ARR_TEXT2 {\r\n id?: number\r\n COL1: string\r\n COL2: string\r\n}"]}
1
+ {"version":3,"file":"d2ArTypes.js","sourceRoot":"","sources":["../../../../api/types/d2ArTypes.ts"],"names":[],"mappings":"AAMA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;AAcnD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAA","sourcesContent":["export interface SD_ARR_TEXT2 {\r\n id?: number\r\n COL1: string\r\n COL2: string\r\n}\r\n\r\nexport const SD_ARR_TEXT2_FIELDS = [\"COL1\", \"COL2\"]\r\n\r\nexport interface SD_ARR_REAL8 {\r\n id?: number\r\n VAL1: number\r\n VAL2: number\r\n VAL3: number\r\n VAL4: number\r\n VAL5: number\r\n VAL6: number\r\n VAL7: number\r\n VAL8: number\r\n}\r\n\r\nexport const SD_ARR_REAL8_FIELDS = [\"VAL1\", \"VAL2\", \"VAL3\", \"VAL4\", \"VAL5\", \"VAL6\", \"VAL7\", \"VAL8\"]"]}
@@ -100,12 +100,6 @@
100
100
  display: none;
101
101
  }
102
102
 
103
- .modal-no-header .ant-modal-close-x {
104
- width: 44px;
105
- height: 44px;
106
- line-height: 44px !important;
107
- }
108
-
109
103
  .full-screen-modal {
110
104
  width: 100% !important;
111
105
  height: 100% !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "d2aura",
3
- "version": "23.0.23",
3
+ "version": "23.0.25",
4
4
  "description": "D2 AURA - Advanced User Interface Resource Architecture",
5
5
  "author": "Ipesoft s.r.o.",
6
6
  "license": "MIT",