ato-water-lib 0.0.20 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/ato-water-lib.module.mjs +9 -4
- package/esm2020/lib/components/asset-flow/asset-flow.component.mjs +3 -3
- package/esm2020/lib/components/asset-params-view/asset-params-view.component.mjs +3 -3
- package/esm2020/lib/components/svg/svg.component.mjs +23 -0
- package/esm2020/lib/constants/components-group-const.mjs +28 -28
- package/esm2020/lib/constants/icon-svg.const.mjs +10 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/ato-water-lib.mjs +69 -35
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +69 -35
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/ato-water-lib.module.d.ts +5 -4
- package/lib/components/asset-flow/asset-flow.component.d.ts +17 -891
- package/lib/components/svg/svg.component.d.ts +9 -0
- package/lib/constants/components-group-const.d.ts +34 -0
- package/lib/constants/icon-svg.const.d.ts +8 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class SvgComponent {
|
3
|
+
type: string;
|
4
|
+
width: string;
|
5
|
+
height: string;
|
6
|
+
htmlStr: string;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SvgComponent, never>;
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SvgComponent, "ato-svg", never, { "type": "type"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
|
9
|
+
}
|
@@ -441,6 +441,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
441
441
|
source?: undefined;
|
442
442
|
margin?: undefined;
|
443
443
|
selectable?: undefined;
|
444
|
+
visible?: undefined;
|
444
445
|
isGroup?: undefined;
|
445
446
|
} | {
|
446
447
|
minSizeValue: go.Size;
|
@@ -492,6 +493,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
492
493
|
name?: undefined;
|
493
494
|
source?: undefined;
|
494
495
|
margin?: undefined;
|
496
|
+
visible?: undefined;
|
495
497
|
isGroup?: undefined;
|
496
498
|
} | {
|
497
499
|
key: number;
|
@@ -504,6 +506,20 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
504
506
|
data?: undefined;
|
505
507
|
name?: undefined;
|
506
508
|
color?: undefined;
|
509
|
+
visible?: undefined;
|
510
|
+
isGroup?: undefined;
|
511
|
+
} | {
|
512
|
+
key: number;
|
513
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
514
|
+
group: number;
|
515
|
+
loc: string;
|
516
|
+
name: string;
|
517
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
518
|
+
visible: boolean;
|
519
|
+
data?: undefined;
|
520
|
+
source?: undefined;
|
521
|
+
margin?: undefined;
|
522
|
+
selectable?: undefined;
|
507
523
|
isGroup?: undefined;
|
508
524
|
} | {
|
509
525
|
key: number;
|
@@ -517,6 +533,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
517
533
|
source?: undefined;
|
518
534
|
margin?: undefined;
|
519
535
|
selectable?: undefined;
|
536
|
+
visible?: undefined;
|
520
537
|
})[];
|
521
538
|
linkDataArray: never[];
|
522
539
|
} | {
|
@@ -1300,6 +1317,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1300
1317
|
source?: undefined;
|
1301
1318
|
margin?: undefined;
|
1302
1319
|
selectable?: undefined;
|
1320
|
+
visible?: undefined;
|
1303
1321
|
isGroup?: undefined;
|
1304
1322
|
} | {
|
1305
1323
|
minSizeValue: go.Size;
|
@@ -1351,6 +1369,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1351
1369
|
name?: undefined;
|
1352
1370
|
source?: undefined;
|
1353
1371
|
margin?: undefined;
|
1372
|
+
visible?: undefined;
|
1354
1373
|
isGroup?: undefined;
|
1355
1374
|
} | {
|
1356
1375
|
key: number;
|
@@ -1363,6 +1382,20 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1363
1382
|
data?: undefined;
|
1364
1383
|
name?: undefined;
|
1365
1384
|
color?: undefined;
|
1385
|
+
visible?: undefined;
|
1386
|
+
isGroup?: undefined;
|
1387
|
+
} | {
|
1388
|
+
key: number;
|
1389
|
+
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
1390
|
+
group: number;
|
1391
|
+
loc: string;
|
1392
|
+
name: string;
|
1393
|
+
color: AtoGojsEditorModel.ENUM_COLORS;
|
1394
|
+
visible: boolean;
|
1395
|
+
data?: undefined;
|
1396
|
+
source?: undefined;
|
1397
|
+
margin?: undefined;
|
1398
|
+
selectable?: undefined;
|
1366
1399
|
isGroup?: undefined;
|
1367
1400
|
} | {
|
1368
1401
|
key: number;
|
@@ -1376,6 +1409,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1376
1409
|
source?: undefined;
|
1377
1410
|
margin?: undefined;
|
1378
1411
|
selectable?: undefined;
|
1412
|
+
visible?: undefined;
|
1379
1413
|
})[];
|
1380
1414
|
linkDataArray: never[];
|
1381
1415
|
};
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -4,5 +4,6 @@ export * from './lib/ato-water-lib.module';
|
|
4
4
|
export * from './lib/components/flow-diagram-lib/flow-diagram-lib.component';
|
5
5
|
export * from './lib/components/asset-flow/asset-flow.component';
|
6
6
|
export * from './lib/components/asset-params-view/asset-params-view.component';
|
7
|
+
export * from './lib/components/svg/svg.component';
|
7
8
|
export * from './lib/directive/ato-loading.directive';
|
8
9
|
export * from './lib/directive/ng-var.directive';
|