jqwidgets-ng 13.1.0 → 14.0.0
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/ReleaseNotes.txt +53 -1
- package/bundles/jqwidgets-ng-jqxbarcode.umd.js +604 -0
- package/bundles/jqwidgets-ng-jqxbarcode.umd.min.js +16 -0
- package/bundles/jqwidgets-ng-jqxgrid.umd.js +25 -1
- package/bundles/jqwidgets-ng-jqxgrid.umd.min.js +1 -1
- package/bundles/jqwidgets-ng-jqxqrcode.umd.js +622 -0
- package/bundles/jqwidgets-ng-jqxqrcode.umd.min.js +16 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.js +262 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.module.js +13 -0
- package/esm2015/jqxbarcode/jqwidgets-ng-jqxbarcode.js +4 -0
- package/esm2015/jqxbarcode/public_api.js +2 -0
- package/esm2015/jqxgrid/angular_jqxgrid.js +26 -1
- package/esm2015/jqxgrid/angular_jqxgrid.module.js +1 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.js +281 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.module.js +14 -0
- package/esm2015/jqxqrcode/jqwidgets-ng-jqxqrcode.js +4 -0
- package/esm2015/jqxqrcode/public_api.js +2 -0
- package/fesm2015/jqwidgets-ng-jqxbarcode.js +279 -0
- package/fesm2015/jqwidgets-ng-jqxgrid.js +26 -1
- package/fesm2015/jqwidgets-ng-jqxqrcode.js +298 -0
- package/jqwidgets/jqx-all.js +37 -15
- package/jqwidgets/jqxangular.js +2 -2
- package/jqwidgets/jqxbarcode.js +18 -0
- package/jqwidgets/jqxbargauge.js +2 -2
- package/jqwidgets/jqxbulletchart.js +2 -2
- package/jqwidgets/jqxbuttongroup.js +2 -2
- package/jqwidgets/jqxbuttons.js +2 -2
- package/jqwidgets/jqxcalendar.js +2 -2
- package/jqwidgets/jqxchart.annotations.js +2 -2
- package/jqwidgets/jqxchart.api.js +2 -2
- package/jqwidgets/jqxchart.core.js +3 -3
- package/jqwidgets/jqxchart.js +3 -3
- package/jqwidgets/jqxchart.rangeselector.js +2 -2
- package/jqwidgets/jqxchart.waterfall.js +2 -2
- package/jqwidgets/jqxcheckbox.js +2 -2
- package/jqwidgets/jqxcolorpicker.js +2 -2
- package/jqwidgets/jqxcombobox.js +2 -2
- package/jqwidgets/jqxcomplexinput.js +2 -2
- package/jqwidgets/jqxcore.js +2 -2
- package/jqwidgets/jqxdata.export.js +2 -2
- package/jqwidgets/jqxdata.js +2 -2
- package/jqwidgets/jqxdatatable.js +3 -3
- package/jqwidgets/jqxdate.js +2 -2
- package/jqwidgets/jqxdatetimeinput.js +2 -2
- package/jqwidgets/jqxdocking.js +2 -2
- package/jqwidgets/jqxdockinglayout.js +2 -2
- package/jqwidgets/jqxdockpanel.js +2 -2
- package/jqwidgets/jqxdragdrop.js +2 -2
- package/jqwidgets/jqxdraw.js +2 -2
- package/jqwidgets/jqxdropdownbutton.js +2 -2
- package/jqwidgets/jqxdropdownlist.js +2 -2
- package/jqwidgets/jqxeditor.js +2 -2
- package/jqwidgets/jqxexpander.js +2 -2
- package/jqwidgets/jqxexport.js +2403 -2394
- package/jqwidgets/jqxfileupload.js +2 -2
- package/jqwidgets/jqxform.js +2 -2
- package/jqwidgets/jqxformattedinput.js +2 -2
- package/jqwidgets/jqxgauge.js +2 -2
- package/jqwidgets/jqxgrid.aggregates.js +2 -2
- package/jqwidgets/jqxgrid.columnsreorder.js +2 -2
- package/jqwidgets/jqxgrid.columnsresize.js +2 -2
- package/jqwidgets/jqxgrid.edit.js +3 -3
- package/jqwidgets/jqxgrid.export.js +2 -2
- package/jqwidgets/jqxgrid.filter.js +3 -3
- package/jqwidgets/jqxgrid.grouping.js +2 -2
- package/jqwidgets/jqxgrid.js +3 -3
- package/jqwidgets/jqxgrid.pager.js +2 -2
- package/jqwidgets/jqxgrid.selection.js +2 -2
- package/jqwidgets/jqxgrid.sort.js +3 -3
- package/jqwidgets/jqxgrid.storage.js +2 -2
- package/jqwidgets/jqxheatmap.js +2 -2
- package/jqwidgets/jqxinput.js +2 -2
- package/jqwidgets/jqxkanban.js +3 -3
- package/jqwidgets/jqxknob.js +2 -2
- package/jqwidgets/jqxknockout.js +2 -2
- package/jqwidgets/jqxlayout.js +2 -2
- package/jqwidgets/jqxlistbox.js +2 -2
- package/jqwidgets/jqxlistmenu.js +2 -2
- package/jqwidgets/jqxloader.js +2 -2
- package/jqwidgets/jqxmaskedinput.js +2 -2
- package/jqwidgets/jqxmenu.js +3 -3
- package/jqwidgets/jqxnavbar.js +2 -2
- package/jqwidgets/jqxnavigationbar.js +2 -2
- package/jqwidgets/jqxnotification.js +2 -2
- package/jqwidgets/jqxnumberinput.js +3 -3
- package/jqwidgets/jqxpanel.js +2 -2
- package/jqwidgets/jqxpasswordinput.js +2 -2
- package/jqwidgets/jqxpivot.js +2 -2
- package/jqwidgets/jqxpivotdesigner.js +2 -2
- package/jqwidgets/jqxpivotgrid.js +2 -2
- package/jqwidgets/jqxpopover.js +2 -2
- package/jqwidgets/jqxprogressbar.js +2 -2
- package/jqwidgets/jqxqrcode.js +18 -0
- package/jqwidgets/jqxradiobutton.js +2 -2
- package/jqwidgets/jqxrangeselector.js +2 -2
- package/jqwidgets/jqxrating.js +2 -2
- package/jqwidgets/jqxresponsivepanel.js +2 -2
- package/jqwidgets/jqxribbon.js +2 -2
- package/jqwidgets/jqxscheduler.api.js +2 -2
- package/jqwidgets/jqxscheduler.js +3 -3
- package/jqwidgets/jqxscrollbar.js +2 -2
- package/jqwidgets/jqxscrollview.js +2 -2
- package/jqwidgets/jqxslider.js +3 -3
- package/jqwidgets/jqxsortable.js +2 -2
- package/jqwidgets/jqxsplitlayout.js +2 -2
- package/jqwidgets/jqxsplitter.js +2 -2
- package/jqwidgets/jqxswitchbutton.js +3 -3
- package/jqwidgets/jqxtabs.js +3 -3
- package/jqwidgets/jqxtagcloud.js +2 -2
- package/jqwidgets/jqxtextarea.js +2 -2
- package/jqwidgets/jqxtimepicker.js +2 -2
- package/jqwidgets/jqxtoolbar.js +2 -2
- package/jqwidgets/jqxtooltip.js +2 -2
- package/jqwidgets/jqxtouch.js +2 -2
- package/jqwidgets/jqxtree.js +2 -2
- package/jqwidgets/jqxtreegrid.js +2 -2
- package/jqwidgets/jqxtreemap.js +2 -2
- package/jqwidgets/jqxvalidator.js +2 -2
- package/jqwidgets/jqxwindow.js +2 -2
- package/jqwidgets/styles/jqx.dark.css +851 -557
- package/jqwidgets/styles/jqx.light.css +868 -554
- package/jqwidgets/styles/jqx.material-green.css +2 -0
- package/jqwidgets/styles/jqx.material-purple.css +1 -0
- package/jqwidgets/styles/jqx.material.css +1 -0
- package/jqwidgets.d.ts +59 -1
- package/jqxbarcode/angular_jqxbarcode.d.ts +56 -0
- package/jqxbarcode/angular_jqxbarcode.module.d.ts +2 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.d.ts +4 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.metadata.json +1 -0
- package/jqxbarcode/package.json +11 -0
- package/jqxbarcode/public_api.d.ts +2 -0
- package/jqxgrid/angular_jqxgrid.d.ts +4 -0
- package/jqxgrid/jqwidgets-ng-jqxgrid.metadata.json +1 -1
- package/jqxqrcode/angular_jqxqrcode.d.ts +60 -0
- package/jqxqrcode/angular_jqxqrcode.module.d.ts +2 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.d.ts +4 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.metadata.json +1 -0
- package/jqxqrcode/package.json +11 -0
- package/jqxqrcode/public_api.d.ts +2 -0
- package/package.json +21 -18
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/// <reference path="../jqwidgets.d.ts" />
|
|
2
|
+
import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
export declare class jqxQRcodeComponent implements OnChanges {
|
|
4
|
+
attrBackgroundColor: string;
|
|
5
|
+
attrDisplayLabel: boolean;
|
|
6
|
+
attrEmbedImage: string;
|
|
7
|
+
attrErrorLevel: string;
|
|
8
|
+
attrImageHeight: number;
|
|
9
|
+
attrImageWidth: number;
|
|
10
|
+
attrLabelColor: string;
|
|
11
|
+
attrLabelFont: string;
|
|
12
|
+
attrLabelFontSize: number;
|
|
13
|
+
attrLabelMarginBottom: number;
|
|
14
|
+
attrLabelMarginTop: number;
|
|
15
|
+
attrLabelPosition: string;
|
|
16
|
+
attrLineColor: string;
|
|
17
|
+
attrSquareWidth: number;
|
|
18
|
+
attrRenderAs: string;
|
|
19
|
+
attrValue: string;
|
|
20
|
+
attrWidth: string | number;
|
|
21
|
+
attrHeight: string | number;
|
|
22
|
+
autoCreate: boolean;
|
|
23
|
+
properties: string[];
|
|
24
|
+
host: any;
|
|
25
|
+
elementRef: ElementRef;
|
|
26
|
+
widgetObject: jqwidgets.jqxQRcode;
|
|
27
|
+
constructor(containerElement: ElementRef);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnChanges(changes: SimpleChanges): boolean;
|
|
30
|
+
arraysEqual(attrValue: any, hostValue: any): boolean;
|
|
31
|
+
manageAttributes(): any;
|
|
32
|
+
moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void;
|
|
33
|
+
moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void;
|
|
34
|
+
createComponent(options?: any): void;
|
|
35
|
+
createWidget(options?: any): void;
|
|
36
|
+
__updateRect__(): void;
|
|
37
|
+
setOptions(options: any): void;
|
|
38
|
+
backgroundColor(arg?: string): string;
|
|
39
|
+
displayLabel(arg?: boolean): boolean;
|
|
40
|
+
embedImage(arg?: string): string;
|
|
41
|
+
errorLevel(arg?: string): string;
|
|
42
|
+
imageHeight(arg?: number): number;
|
|
43
|
+
imageWidth(arg?: number): number;
|
|
44
|
+
labelColor(arg?: string): string;
|
|
45
|
+
labelFont(arg?: string): string;
|
|
46
|
+
labelFontSize(arg?: number): number;
|
|
47
|
+
labelMarginBottom(arg?: number): number;
|
|
48
|
+
labelMarginTop(arg?: number): number;
|
|
49
|
+
labelPosition(arg?: string): string;
|
|
50
|
+
lineColor(arg?: string): string;
|
|
51
|
+
squareWidth(arg?: number): number;
|
|
52
|
+
renderAs(arg?: string): string;
|
|
53
|
+
value(arg?: string): string;
|
|
54
|
+
export(format: string, fileName?: string): undefined;
|
|
55
|
+
getDataURL(format: string): string;
|
|
56
|
+
getDataURLAsync(format: string): any;
|
|
57
|
+
isValid(): boolean;
|
|
58
|
+
onInvalid: EventEmitter<any>;
|
|
59
|
+
__wireEvents__(): void;
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":4,"metadata":{"jqxQRcodeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":7,"character":1},"arguments":[{"selector":"jqxQRcode","template":"<div><ng-content></ng-content></div>"}]}],"members":{"attrBackgroundColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":14,"character":4},"arguments":["backgroundColor"]}]}],"attrDisplayLabel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":15,"character":4},"arguments":["displayLabel"]}]}],"attrEmbedImage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":16,"character":4},"arguments":["embedImage"]}]}],"attrErrorLevel":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":4},"arguments":["errorLevel"]}]}],"attrImageHeight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":18,"character":4},"arguments":["imageHeight"]}]}],"attrImageWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":19,"character":4},"arguments":["imageWidth"]}]}],"attrLabelColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":20,"character":4},"arguments":["labelColor"]}]}],"attrLabelFont":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":21,"character":4},"arguments":["labelFont"]}]}],"attrLabelFontSize":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":22,"character":4},"arguments":["labelFontSize"]}]}],"attrLabelMarginBottom":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":23,"character":4},"arguments":["labelMarginBottom"]}]}],"attrLabelMarginTop":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":24,"character":4},"arguments":["labelMarginTop"]}]}],"attrLabelPosition":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":25,"character":4},"arguments":["labelPosition"]}]}],"attrLineColor":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":26,"character":4},"arguments":["lineColor"]}]}],"attrSquareWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":27,"character":4},"arguments":["squareWidth"]}]}],"attrRenderAs":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":28,"character":4},"arguments":["renderAs"]}]}],"attrValue":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":29,"character":4},"arguments":["value"]}]}],"attrWidth":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":30,"character":4},"arguments":["width"]}]}],"attrHeight":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":31,"character":4},"arguments":["height"]}]}],"autoCreate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":33,"character":4},"arguments":["auto-create"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":40,"character":33}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"arraysEqual":[{"__symbolic":"method"}],"manageAttributes":[{"__symbolic":"method"}],"moveClasses":[{"__symbolic":"method"}],"moveStyles":[{"__symbolic":"method"}],"createComponent":[{"__symbolic":"method"}],"createWidget":[{"__symbolic":"method"}],"__updateRect__":[{"__symbolic":"method"}],"setOptions":[{"__symbolic":"method"}],"backgroundColor":[{"__symbolic":"method"}],"displayLabel":[{"__symbolic":"method"}],"embedImage":[{"__symbolic":"method"}],"errorLevel":[{"__symbolic":"method"}],"imageHeight":[{"__symbolic":"method"}],"imageWidth":[{"__symbolic":"method"}],"labelColor":[{"__symbolic":"method"}],"labelFont":[{"__symbolic":"method"}],"labelFontSize":[{"__symbolic":"method"}],"labelMarginBottom":[{"__symbolic":"method"}],"labelMarginTop":[{"__symbolic":"method"}],"labelPosition":[{"__symbolic":"method"}],"lineColor":[{"__symbolic":"method"}],"squareWidth":[{"__symbolic":"method"}],"renderAs":[{"__symbolic":"method"}],"value":[{"__symbolic":"method"}],"export":[{"__symbolic":"method"}],"getDataURL":[{"__symbolic":"method"}],"getDataURLAsync":[{"__symbolic":"method"}],"isValid":[{"__symbolic":"method"}],"onInvalid":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":298,"character":4}}]}],"__wireEvents__":[{"__symbolic":"method"}]}},"jqxQRcodeModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"imports":[],"declarations":[{"__symbolic":"reference","name":"jqxQRcodeComponent"}],"exports":[{"__symbolic":"reference","name":"jqxQRcodeComponent"}]}]}],"members":{}}},"origins":{"jqxQRcodeComponent":"./angular_jqxqrcode","jqxQRcodeModule":"./angular_jqxqrcode.module"},"importAs":"jqwidgets-ng/jqxqrcode"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"main": "../bundles/jqwidgets-ng-jqxqrcode.umd.js",
|
|
3
|
+
"module": "../fesm2015/jqwidgets-ng-jqxqrcode.js",
|
|
4
|
+
"es2015": "../fesm2015/jqwidgets-ng-jqxqrcode.js",
|
|
5
|
+
"esm2015": "../esm2015/jqxqrcode/jqwidgets-ng-jqxqrcode.js",
|
|
6
|
+
"fesm2015": "../fesm2015/jqwidgets-ng-jqxqrcode.js",
|
|
7
|
+
"typings": "jqwidgets-ng-jqxqrcode.d.ts",
|
|
8
|
+
"metadata": "jqwidgets-ng-jqxqrcode.metadata.json",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"name": "jqwidgets-ng/jqxqrcode"
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jqwidgets-ng",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"keywords": [
|
|
6
|
+
"Angular 14",
|
|
6
7
|
"Angular 13",
|
|
7
8
|
"Angular 13 Library",
|
|
8
9
|
"Angular 13 Components",
|
|
9
10
|
"Angular 13 UI Components",
|
|
10
11
|
"Angular 13 DataGrid",
|
|
11
12
|
"Angular 13 Table",
|
|
13
|
+
"Angular 13 UI",
|
|
14
|
+
"Angular 13 Scheduler",
|
|
12
15
|
"Angular 13 Grid",
|
|
13
16
|
"Angular 13",
|
|
14
17
|
"Angular 12 Library",
|
|
@@ -92,30 +95,30 @@
|
|
|
92
95
|
"Angular 12 Widgets"
|
|
93
96
|
],
|
|
94
97
|
"dependencies": {
|
|
95
|
-
"@angular/elements": "^
|
|
96
|
-
"@angular/cdk": "^
|
|
98
|
+
"@angular/elements": "^13.0.0 || ^14.0.0-0",
|
|
99
|
+
"@angular/cdk": "^13.0.0 || ^14.0.0-0"
|
|
97
100
|
},
|
|
98
101
|
"devDependencies": {
|
|
99
|
-
"@angular/animations": "^
|
|
100
|
-
"@angular/compiler": "^
|
|
101
|
-
"@schematics/angular": "^
|
|
102
|
-
"@angular/cdk": "^
|
|
103
|
-
"@angular/core": "^
|
|
104
|
-
"@angular/common": "^
|
|
105
|
-
"@angular/forms": "^
|
|
106
|
-
"@angular/platform-browser": "^
|
|
102
|
+
"@angular/animations": "^13.0.0 || ^14.0.0-0",
|
|
103
|
+
"@angular/compiler": "^13.0.0 || ^14.0.0-0",
|
|
104
|
+
"@schematics/angular": "^13.0.0 || ^14.0.0-0",
|
|
105
|
+
"@angular/cdk": "^13.0.0 || ^14.0.0-0",
|
|
106
|
+
"@angular/core": "^13.0.0 || ^14.0.0-0",
|
|
107
|
+
"@angular/common": "^13.0.0 || ^14.0.0-0",
|
|
108
|
+
"@angular/forms": "^13.0.0 || ^14.0.0-0",
|
|
109
|
+
"@angular/platform-browser": "^13.0.0 || ^14.0.0-0",
|
|
107
110
|
"core-js": "^2.6.9",
|
|
108
111
|
"rxjs": "^6.5.3",
|
|
109
112
|
"systemjs": "0.19.43",
|
|
110
113
|
"tslib": "^1.10.0",
|
|
111
114
|
"zone.js": "~0.10.2",
|
|
112
|
-
"@angular-devkit/core": "^
|
|
113
|
-
"@angular-devkit/schematics": "^
|
|
114
|
-
"@angular/bazel": "^
|
|
115
|
-
"@angular/compiler-cli": "^
|
|
116
|
-
"@angular/platform-browser-dynamic": "^
|
|
117
|
-
"@angular/platform-server": "^
|
|
118
|
-
"@angular/router": "^
|
|
115
|
+
"@angular-devkit/core": "^13.0.0 || ^14.0.0-0",
|
|
116
|
+
"@angular-devkit/schematics": "^13.0.0 || ^14.0.0-0",
|
|
117
|
+
"@angular/bazel": "^13.0.0 || ^14.0.0-0",
|
|
118
|
+
"@angular/compiler-cli": "^13.0.0 || ^14.0.0-0",
|
|
119
|
+
"@angular/platform-browser-dynamic": "^13.0.0 || ^14.0.0-0",
|
|
120
|
+
"@angular/platform-server": "^13.0.0 || ^14.0.0-0",
|
|
121
|
+
"@angular/router": "^13.0.0 || ^14.0.0-0",
|
|
119
122
|
"typescript": "~3.7.4"
|
|
120
123
|
},
|
|
121
124
|
"schematics": "./schematics/collection.json",
|