@wavemaker/angular-codegen 11.3.6-rc.5322 → 11.3.6-rc.5325
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.
@@ -5960,9 +5960,9 @@
|
|
5960
5960
|
}
|
5961
5961
|
},
|
5962
5962
|
"@wavemaker/variables": {
|
5963
|
-
"version": "11.3.6-rc.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.6-rc.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.3.6-rc.5325",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.6-rc.5325.tgz",
|
5965
|
+
"integrity": "sha512-5anb7Hg+UXNw7+RKfWlJr17xLiCwlyAHwAJuBtodXu56T05VzBMPRWlhsohhx4YpgAd1/LyYgajzeCAE1ol7xQ==",
|
5966
5966
|
"requires": {
|
5967
5967
|
"@metrichor/jmespath": "^0.3.1",
|
5968
5968
|
"he": "^1.2.0",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
50
|
-
"@wavemaker/variables": "11.3.6-rc.
|
50
|
+
"@wavemaker/variables": "11.3.6-rc.5325",
|
51
51
|
"angular-imask": "6.0.4",
|
52
52
|
"angular2-websocket": "0.9.7",
|
53
53
|
"core-js": "2.5.4",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"tslib": "^2.0.0",
|
72
72
|
"x2js": "3.2.6",
|
73
73
|
"zone.js": "~0.11.4",
|
74
|
-
"@wavemaker/app-ng-runtime": "11.3.6-rc.
|
74
|
+
"@wavemaker/app-ng-runtime": "11.3.6-rc.5325"
|
75
75
|
},
|
76
76
|
"devDependencies": {
|
77
77
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|
@@ -46880,7 +46880,7 @@ register('wm-popover', () => {
|
|
46880
46880
|
}
|
46881
46881
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46882
46882
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46883
|
-
markup += `<ng-template ${contextAttrs}><
|
46883
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
46884
46884
|
// todo keyboard navigation - tab
|
46885
46885
|
if (popoverTemplate) {
|
46886
46886
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46892,7 +46892,7 @@ register('wm-popover', () => {
|
|
46892
46892
|
if (shared.get('hasPopoverContent')) {
|
46893
46893
|
markup += `</div>`;
|
46894
46894
|
}
|
46895
|
-
return `${markup}<
|
46895
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
|
46896
46896
|
}
|
46897
46897
|
};
|
46898
46898
|
});
|
@@ -46880,7 +46880,7 @@ register('wm-popover', () => {
|
|
46880
46880
|
}
|
46881
46881
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46882
46882
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46883
|
-
markup += `<ng-template ${contextAttrs}><
|
46883
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
46884
46884
|
// todo keyboard navigation - tab
|
46885
46885
|
if (popoverTemplate) {
|
46886
46886
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46892,7 +46892,7 @@ register('wm-popover', () => {
|
|
46892
46892
|
if (shared.get('hasPopoverContent')) {
|
46893
46893
|
markup += `</div>`;
|
46894
46894
|
}
|
46895
|
-
return `${markup}<
|
46895
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
|
46896
46896
|
}
|
46897
46897
|
};
|
46898
46898
|
});
|