@wavemaker/angular-codegen 11.9.0-next.24956 → 11.9.0-next.24958
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.
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
37
|
"@wavemaker/focus-trap": "1.0.1",
|
|
38
38
|
"@wavemaker/nvd3": "1.8.12",
|
|
39
|
-
"@wavemaker/variables": "11.9.0-next.
|
|
39
|
+
"@wavemaker/variables": "11.9.0-next.24958",
|
|
40
40
|
"@ztree/ztree_v3": "3.5.48",
|
|
41
41
|
"angular-imask": "^7.6.1",
|
|
42
42
|
"angular2-websocket": "0.9.7",
|
|
@@ -6943,9 +6943,9 @@
|
|
|
6943
6943
|
}
|
|
6944
6944
|
},
|
|
6945
6945
|
"node_modules/@wavemaker/variables": {
|
|
6946
|
-
"version": "11.9.0-next.
|
|
6947
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.
|
|
6948
|
-
"integrity": "sha512-
|
|
6946
|
+
"version": "11.9.0-next.24958",
|
|
6947
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.9.0-next.24958.tgz",
|
|
6948
|
+
"integrity": "sha512-0mS9e27y805mUzLj6mK+XRXBVsVNktf8PHGkj9gqsMQkbkOC9oiCKahiFrNcJQT5wslBrO25uw9feD/skMIYGQ==",
|
|
6949
6949
|
"dependencies": {
|
|
6950
6950
|
"@metrichor/jmespath": "^0.3.1",
|
|
6951
6951
|
"he": "^1.2.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"test:watch": "jest --watch",
|
|
11
11
|
"test:coverage": "jest --coverage && node jest-code-coverage-report.js",
|
|
12
12
|
"test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
|
|
13
|
-
"lint": "eslint
|
|
13
|
+
"lint": "eslint src/",
|
|
14
14
|
"e2e": "./node_modules/.bin/ng e2e",
|
|
15
15
|
"optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
|
|
16
16
|
"owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
|
|
@@ -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.0-next.
|
|
48
|
+
"@wavemaker/variables": "11.9.0-next.24958",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -70,7 +70,7 @@
|
|
|
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.0-next.
|
|
73
|
+
"@wavemaker/app-ng-runtime": "11.9.0-next.24958"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
|
@@ -91819,7 +91819,7 @@ register('wm-switch', () => {
|
|
|
91819
91819
|
return {
|
|
91820
91820
|
pre: (attrs) => {
|
|
91821
91821
|
const counter = idGen$b.nextUid();
|
|
91822
|
-
return `<${tagName$I} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.arialabel || 'Switch
|
|
91822
|
+
return `<${tagName$I} wmSwitch #${counter}="wmSwitch" role="group" [attr.aria-label]="${counter}.arialabel || 'Switch choose options'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
|
|
91823
91823
|
},
|
|
91824
91824
|
post: () => `</${tagName$I}>`
|
|
91825
91825
|
};
|
|
@@ -103010,7 +103010,7 @@ register('wm-switch', () => {
|
|
|
103010
103010
|
return {
|
|
103011
103011
|
pre: (attrs) => {
|
|
103012
103012
|
const counter = idGen$b.nextUid();
|
|
103013
|
-
return `<${tagName$I} wmSwitch #${counter}="wmSwitch" [attr.aria-label]="${counter}.arialabel || 'Switch
|
|
103013
|
+
return `<${tagName$I} wmSwitch #${counter}="wmSwitch" role="group" [attr.aria-label]="${counter}.arialabel || 'Switch choose options'" ${getFormMarkupAttr(attrs)} ${getNgModelAttr(attrs)}>`;
|
|
103014
103014
|
},
|
|
103015
103015
|
post: () => `</${tagName$I}>`
|
|
103016
103016
|
};
|