@magic-xpa/cli 4.1000.0-dev4100.2 → 4.1000.0-dev4100.200

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/cli",
3
- "version": "4.1000.0-dev4100.2",
3
+ "version": "4.1000.0-dev4100.200",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "description": "Magic CLI for MagicWeb applications",
6
6
  "keywords": [
@@ -18,9 +18,9 @@ class Idependencies {
18
18
  exports.Idependencies = Idependencies;
19
19
  exports.dependencies = [
20
20
  // material dependencies
21
- { name: "@angular/material", version: '^13.0.0' },
22
- { name: "@angular/cdk", version: '^13.0.0' },
23
- { name: "@angular/animations", version: '^13.0.0' },
21
+ { name: "@angular/material", version: '^14.0.0' },
22
+ { name: "@angular/cdk", version: '^14.0.0' },
23
+ { name: "@angular/animations", version: '^15.2.2' },
24
24
  { name: "font-awesome", version: '^4.7.0' },
25
25
  { name: "hammerjs", version: '^2.0.8' },
26
26
  { name: "ngx-infinite-scroll", version: '^10.0.0' },
@@ -1 +1 @@
1
- {"version":3,"file":"env.js","sourceRoot":"","sources":["env.ts"],"names":[],"mappings":";;;AAKa,QAAA,YAAY,GAAW,gBAAgB,CAAC;AACxC,QAAA,oBAAoB,GAAG,oBAAoB,CAAC;AAC5C,QAAA,mBAAmB,GAAI,kBAAkB,CAAC;AAC1C,QAAA,UAAU,GAAa,OAAO,CAAC;AAC/B,QAAA,gBAAgB,GAAO,+BAA+B,CAAC;AACvD,QAAA,2BAA2B,GAAI,oBAAoB,CAAC;AACpD,QAAA,aAAa,GAAI,KAAK,oBAAY,gBAAgB,CAAC;AACnD,QAAA,WAAW,GAAM,KAAK,oBAAY,cAAc,CAAC;AAE9D,MAAa,aAAa;IACxB,YAAY,OAAc,EAAE,UAAiB;QAC3C,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC;IAC5B,CAAC;CAGF;AAPD,sCAOC;AAEU,QAAA,YAAY,GAAG;IAExB,wBAAwB;IACxB,EAAC,IAAI,EAAE,mBAAmB,EAAI,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAS,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAS,OAAO,EAAE,QAAQ,EAAC;IAChD,EAAC,IAAI,EAAE,UAAU,EAAa,OAAO,EAAE,QAAQ,EAAC;IAEhD,EAAC,IAAI,EAAE,qBAAqB,EAAG,OAAO,EAAE,SAAS,EAAC;IAClD,EAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,SAAS,EAAC;IAClD,EAAC,IAAI,EAAE,aAAa,EAAW,OAAO,EAAE,QAAQ,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAU,OAAO,EAAE,QAAQ,EAAC;IACjD,EAAC,IAAI,EAAE,UAAU,EAAc,OAAO,EAAE,UAAU,EAAC;CACpD,CAAC;AAEW,QAAA,eAAe,GAAG;IAC7B,EAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,SAAS,EAAC;CACnD,CAAC;AACW,QAAA,GAAG,GAAU,EAAS,CAAC","sourcesContent":["// TODO(PK): hard-code for now, will query npm repo\n// to get this info in the future\nimport { MagicMetadata } from \"./metadata.class\";\nimport { IEnv } from \"../../types/interfaces/env.interface\";\n\nexport const METADATA_DIR = `magic-metadata`;\nexport const GEN_COMPONENTS_ARRAY = 'magicGenComponents';\nexport const GEN_COMPONENTS_HASH = 'magicGenCmpsHash';\nexport const GEN_FOLDER = 'magic';\nexport const MAGIC_CLI_FOLDER = './node_modules/@magic-xpa/cli';\nexport const GEN_LAZY_LOAD_MODULES_ARRAY = 'LazyLoadModulesMap';\nexport const manifest_path = `./${METADATA_DIR}/manifest.json`;\nexport const config_path = `./${METADATA_DIR}/config.json`;\n\nexport class Idependencies {\n constructor(setName:string, setVersion:string){\n this.name = setName;\n this.version = setVersion;\n }\n name:string;\n version:string;\n}\n\nexport var dependencies = [\n\n // material dependencies\n {name: \"@angular/material\" , version: '^13.0.0'},\n {name: \"@angular/cdk\" , version: '^13.0.0'},\n {name: \"@angular/animations\", version: '^13.0.0'},\n {name: \"font-awesome\" , version: '^4.7.0'},\n {name: \"hammerjs\" , version: '^2.0.8'},\n\n {name: \"ngx-infinite-scroll\" , version: '^10.0.0'},\n {name: \"ng-dynamic-component\", version: '~10.1.0'},\n {name: \"rxjs-compat\" , version: \"^6.6.0\"},\n {name: \"ngx-currency\" , version: \"^2.5.2\"},\n {name: \"ngx-mask\" , version: \"^13.1.15\"}\n];\n\nexport const devDependencies = [\n {name: \"@types/stacktrace-js\", version: '^0.0.32'}\n];\nexport const env : IEnv = {} as any;\n\n"]}
1
+ {"version":3,"file":"env.js","sourceRoot":"","sources":["env.ts"],"names":[],"mappings":";;;AAKa,QAAA,YAAY,GAAW,gBAAgB,CAAC;AACxC,QAAA,oBAAoB,GAAG,oBAAoB,CAAC;AAC5C,QAAA,mBAAmB,GAAI,kBAAkB,CAAC;AAC1C,QAAA,UAAU,GAAa,OAAO,CAAC;AAC/B,QAAA,gBAAgB,GAAO,+BAA+B,CAAC;AACvD,QAAA,2BAA2B,GAAI,oBAAoB,CAAC;AACpD,QAAA,aAAa,GAAI,KAAK,oBAAY,gBAAgB,CAAC;AACnD,QAAA,WAAW,GAAM,KAAK,oBAAY,cAAc,CAAC;AAE9D,MAAa,aAAa;IACxB,YAAY,OAAc,EAAE,UAAiB;QAC3C,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;QACpB,IAAI,CAAC,OAAO,GAAG,UAAU,CAAC;IAC5B,CAAC;CAGF;AAPD,sCAOC;AAEU,QAAA,YAAY,GAAG;IAExB,wBAAwB;IACxB,EAAC,IAAI,EAAE,mBAAmB,EAAI,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAS,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,qBAAqB,EAAE,OAAO,EAAE,SAAS,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAS,OAAO,EAAE,QAAQ,EAAC;IAChD,EAAC,IAAI,EAAE,UAAU,EAAa,OAAO,EAAE,QAAQ,EAAC;IAEhD,EAAC,IAAI,EAAE,qBAAqB,EAAG,OAAO,EAAE,SAAS,EAAC;IAClD,EAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,SAAS,EAAC;IAClD,EAAC,IAAI,EAAE,aAAa,EAAW,OAAO,EAAE,QAAQ,EAAC;IACjD,EAAC,IAAI,EAAE,cAAc,EAAU,OAAO,EAAE,QAAQ,EAAC;IACjD,EAAC,IAAI,EAAE,UAAU,EAAc,OAAO,EAAE,UAAU,EAAC;CACpD,CAAC;AAEW,QAAA,eAAe,GAAG;IAC7B,EAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,EAAE,SAAS,EAAC;CACnD,CAAC;AACW,QAAA,GAAG,GAAU,EAAS,CAAC","sourcesContent":["// TODO(PK): hard-code for now, will query npm repo\n// to get this info in the future\nimport { MagicMetadata } from \"./metadata.class\";\nimport { IEnv } from \"../../types/interfaces/env.interface\";\n\nexport const METADATA_DIR = `magic-metadata`;\nexport const GEN_COMPONENTS_ARRAY = 'magicGenComponents';\nexport const GEN_COMPONENTS_HASH = 'magicGenCmpsHash';\nexport const GEN_FOLDER = 'magic';\nexport const MAGIC_CLI_FOLDER = './node_modules/@magic-xpa/cli';\nexport const GEN_LAZY_LOAD_MODULES_ARRAY = 'LazyLoadModulesMap';\nexport const manifest_path = `./${METADATA_DIR}/manifest.json`;\nexport const config_path = `./${METADATA_DIR}/config.json`;\n\nexport class Idependencies {\n constructor(setName:string, setVersion:string){\n this.name = setName;\n this.version = setVersion;\n }\n name:string;\n version:string;\n}\n\nexport var dependencies = [\n\n // material dependencies\n {name: \"@angular/material\" , version: '^14.0.0'},\n {name: \"@angular/cdk\" , version: '^14.0.0'},\n {name: \"@angular/animations\", version: '^15.2.2'},\n {name: \"font-awesome\" , version: '^4.7.0'},\n {name: \"hammerjs\" , version: '^2.0.8'},\n\n {name: \"ngx-infinite-scroll\" , version: '^10.0.0'},\n {name: \"ng-dynamic-component\", version: '~10.1.0'},\n {name: \"rxjs-compat\" , version: \"^6.6.0\"},\n {name: \"ngx-currency\" , version: \"^2.5.2\"},\n {name: \"ngx-mask\" , version: \"^13.1.15\"}\n];\n\nexport const devDependencies = [\n {name: \"@types/stacktrace-js\", version: '^0.0.32'}\n];\nexport const env : IEnv = {} as any;\n\n"]}
@@ -24,9 +24,9 @@ export class Idependencies {
24
24
  export var dependencies = [
25
25
 
26
26
  // material dependencies
27
- {name: "@angular/material" , version: '^13.0.0'},
28
- {name: "@angular/cdk" , version: '^13.0.0'},
29
- {name: "@angular/animations", version: '^13.0.0'},
27
+ {name: "@angular/material" , version: '^14.0.0'},
28
+ {name: "@angular/cdk" , version: '^14.0.0'},
29
+ {name: "@angular/animations", version: '^15.2.2'},
30
30
  {name: "font-awesome" , version: '^4.7.0'},
31
31
  {name: "hammerjs" , version: '^2.0.8'},
32
32
 
@@ -20,7 +20,6 @@ import {MatDatepickerModule} from "@angular/material/datepicker";
20
20
  import {MatSortModule} from "@angular/material/sort";
21
21
  import {MatTableModule} from "@angular/material/table";
22
22
  import {MatCheckboxModule} from "@angular/material/checkbox";
23
- import {MatDialogModule} from "@angular/material/dialog";
24
23
  import {MatCardModule} from "@angular/material/card";
25
24
  import {MatNativeDateModule} from "@angular/material/core";
26
25
  import {MatTabsModule} from "@angular/material/tabs";
@@ -76,7 +75,6 @@ export const customCurrencyMaskConfig: CurrencyMaskConfig = {
76
75
  MatListModule,
77
76
  MatCheckboxModule,
78
77
  MatTabsModule,
79
- MatDialogModule,
80
78
  MatSelectModule,
81
79
  MatSortModule,
82
80
  MatTooltipModule,
@@ -10,7 +10,6 @@ import {InfiniteScrollModule} from 'ngx-infinite-scroll';
10
10
  import {
11
11
  MatButtonModule,
12
12
  MatCheckboxModule,
13
- MatDialogModule,
14
13
  MatInputModule,
15
14
  MatListModule,
16
15
  MatPaginatorModule,
@@ -48,7 +47,6 @@ import {MagicModule,ComponentListMagicService} from '@magic-xpa/angular';
48
47
  MatListModule,
49
48
  MatCheckboxModule,
50
49
  MatTabsModule,
51
- MatDialogModule,
52
50
  MatSelectModule,
53
51
  MatTooltipModule,
54
52
  MatCardModule,
@@ -1,16 +0,0 @@
1
- /*.mat-dialog-container {*/
2
- /*box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);*/
3
- /*display: block;*/
4
- /*padding: 0px;*/
5
- /*!* border-radius: 2px; *!*/
6
- /*box-sizing: border-box;*/
7
- /*overflow: auto;*/
8
- /*outline: 0;*/
9
- /*width: 100%;*/
10
- /*height: 80px;*/
11
- /*background-color: #FF0000;*/
12
- /*}*/
13
-
14
- .mat-dialog-container{
15
- padding: 0px !important;
16
- }
@@ -1,28 +0,0 @@
1
- <!--<h1 mat-dialog-title>Hi {{data.name}}</h1>-->
2
-
3
- <!--<div mat-dialog-content>-->
4
- <div [ngSwitch]="data.type">
5
- <div *ngSwitchCase="'D'">
6
- <mat-form-field>
7
- <input [matDatepicker]=datepicker (keyup.enter)="onEnter(value)" cdkFocusInitial (focus)="datepicker.open()"
8
- (click)="datepicker.open()" matInput [(ngModel)]="data.text">
9
- <mat-datepicker-toggle matSuffix [for]=datepicker></mat-datepicker-toggle>
10
- <mat-datepicker #datepicker></mat-datepicker>
11
- </mat-form-field>
12
- </div>
13
- <div *ngSwitchCase="'T'">
14
- <mat-form-field>
15
- <input type='time' step=1 (keyup.enter)="onEnter(value)" cdkFocusInitial matInput [(ngModel)]="data.text">
16
- </mat-form-field>
17
- </div>
18
- <div *ngSwitchDefault>
19
- <mat-form-field>
20
- <input (keyup.enter)="onEnter(value)" cdkFocusInitial matInput [(ngModel)]="data.text">
21
- </mat-form-field>
22
- </div>
23
- </div> <!--</div>-->
24
- <!--</div>-->
25
- <!--<div mat-dialog-actions>-->
26
- <!--<button mat-button [mat-dialog-close]="data.text" cdkFocusInitial>Save</button>-->
27
- <!--<button mat-button (click)="onNoClick()">Cancel</button>-->
28
- <!--</div>-->
@@ -1,29 +0,0 @@
1
- import {Component, Inject} from '@angular/core';
2
- import {MAT_DIALOG_DATA, MatDialogRef} from '@angular/material';
3
-
4
- @Component({
5
- selector: 'app-textedit-dialog',
6
- templateUrl: 'textedit.dialog.html',
7
- styleUrls: ['./textedit.dialog.css'],
8
-
9
- })
10
- export class TextEditDialogComponent {
11
-
12
- constructor(
13
- public dialogRef: MatDialogRef<TextEditDialogComponent>,
14
- @Inject(MAT_DIALOG_DATA) public data: any) { }
15
-
16
- onNoClick(): void {
17
- this.dialogRef.close(null);
18
- }
19
-
20
- onEnter(val) {
21
- this.dialogRef.close(this.data.text);
22
- }
23
-
24
- }
25
-
26
-
27
- /** Copyright 2018 Google Inc. All Rights Reserved.
28
- Use of this source code is governed by an MIT-style license that
29
- can be found in the LICENSE file at http://angular.io/license */