@wavemaker/angular-codegen 11.9.0-rc.5825 → 11.9.1-next.27509
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.
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.1",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.12",
|
|
48
|
-
"@wavemaker/variables": "11.9.
|
|
48
|
+
"@wavemaker/variables": "11.9.1-next.27509",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
"tslib": "2.4.1",
|
|
71
71
|
"x2js": "3.4.4",
|
|
72
72
|
"zone.js": "0.14.7",
|
|
73
|
-
"@wavemaker/app-ng-runtime": "11.9.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "11.9.1-next.27509"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
77
77
|
"@angular-builders/custom-webpack": "17.0.2",
|
|
78
78
|
"@angular-devkit/build-angular": "17.3.8",
|
|
79
|
-
"@angular-eslint/builder": "
|
|
80
|
-
"@angular-eslint/eslint-plugin": "
|
|
81
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
82
|
-
"@angular-eslint/schematics": "
|
|
83
|
-
"@angular-eslint/template-parser": "
|
|
79
|
+
"@angular-eslint/builder": "16.2.0",
|
|
80
|
+
"@angular-eslint/eslint-plugin": "16.2.0",
|
|
81
|
+
"@angular-eslint/eslint-plugin-template": "16.2.0",
|
|
82
|
+
"@angular-eslint/schematics": "16.2.0",
|
|
83
|
+
"@angular-eslint/template-parser": "16.2.0",
|
|
84
84
|
"@angular/cli": "17.3.8",
|
|
85
85
|
"@angular/compiler-cli": "17.3.11",
|
|
86
86
|
"@angular/language-service": "17.3.11",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@types/lodash-es": "4.17.12",
|
|
96
96
|
"@types/node": "12.11.1",
|
|
97
97
|
"@types/sizzle": "^2.3.3",
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "
|
|
99
|
-
"@typescript-eslint/parser": "
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "6.15.0",
|
|
99
|
+
"@typescript-eslint/parser": "6.15.0",
|
|
100
100
|
"babel-loader": "^9.1.2",
|
|
101
101
|
"cheerio": "1.0.0-rc.12",
|
|
102
102
|
"codelyzer": "5.1.2",
|
|
103
103
|
"compression-webpack-plugin": "10.0.0",
|
|
104
|
-
"eslint": "^8.
|
|
104
|
+
"eslint": "^8.45.0",
|
|
105
105
|
"fs": "0.0.1-security",
|
|
106
106
|
"fs-extra": "7.0.1",
|
|
107
107
|
"jest": "^29.7.0",
|
|
@@ -91918,7 +91918,7 @@ register('wm-fileupload', () => {
|
|
|
91918
91918
|
const onDeleteBinding = getDataSource(attrs.get('delete.event'));
|
|
91919
91919
|
attrs.set('deletedatasource.bind', onDeleteBinding);
|
|
91920
91920
|
}
|
|
91921
|
-
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}
|
|
91921
|
+
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}>`;
|
|
91922
91922
|
},
|
|
91923
91923
|
post: () => `</${tagName$C}>`
|
|
91924
91924
|
};
|
|
@@ -103109,7 +103109,7 @@ register('wm-fileupload', () => {
|
|
|
103109
103109
|
const onDeleteBinding = getDataSource(attrs.get('delete.event'));
|
|
103110
103110
|
attrs.set('deletedatasource.bind', onDeleteBinding);
|
|
103111
103111
|
}
|
|
103112
|
-
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}
|
|
103112
|
+
return `<${tagName$C} wmFileUpload ${getAttrMarkup(attrs)}>`;
|
|
103113
103113
|
},
|
|
103114
103114
|
post: () => `</${tagName$C}>`
|
|
103115
103115
|
};
|