@wavemaker/angular-codegen 11.4.0-next.24593 → 11.4.0-next.24654
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.4.0-next.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.4.0-next.24654",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.4.0-next.24654.tgz",
|
5965
|
+
"integrity": "sha512-8wMhtte4lNeqJl2xFtgSTb3HFZHyYM/lDBEdAkcRzGcp/vG5YGG7P7DEqxONCCMMXNxC9d149TX7NyL4Em+G6g==",
|
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.4.0-next.
|
50
|
+
"@wavemaker/variables": "11.4.0-next.24654",
|
51
51
|
"@ztree/ztree_v3": "^3.5.48",
|
52
52
|
"angular-imask": "6.0.4",
|
53
53
|
"angular2-websocket": "0.9.7",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"tslib": "^2.0.0",
|
73
73
|
"x2js": "3.2.6",
|
74
74
|
"zone.js": "~0.11.4",
|
75
|
-
"@wavemaker/app-ng-runtime": "11.4.0-next.
|
75
|
+
"@wavemaker/app-ng-runtime": "11.4.0-next.24654"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
78
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|
@@ -46878,7 +46878,7 @@ register('wm-popover', () => {
|
|
46878
46878
|
}
|
46879
46879
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46880
46880
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46881
|
-
markup += `<ng-template ${contextAttrs}><
|
46881
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
46882
46882
|
// todo keyboard navigation - tab
|
46883
46883
|
if (popoverTemplate) {
|
46884
46884
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46890,7 +46890,7 @@ register('wm-popover', () => {
|
|
46890
46890
|
if (shared.get('hasPopoverContent')) {
|
46891
46891
|
markup += `</div>`;
|
46892
46892
|
}
|
46893
|
-
return `${markup}<
|
46893
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
|
46894
46894
|
}
|
46895
46895
|
};
|
46896
46896
|
});
|
@@ -46878,7 +46878,7 @@ register('wm-popover', () => {
|
|
46878
46878
|
}
|
46879
46879
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46880
46880
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46881
|
-
markup += `<ng-template ${contextAttrs}><
|
46881
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
46882
46882
|
// todo keyboard navigation - tab
|
46883
46883
|
if (popoverTemplate) {
|
46884
46884
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46890,7 +46890,7 @@ register('wm-popover', () => {
|
|
46890
46890
|
if (shared.get('hasPopoverContent')) {
|
46891
46891
|
markup += `</div>`;
|
46892
46892
|
}
|
46893
|
-
return `${markup}<
|
46893
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$q}>`;
|
46894
46894
|
}
|
46895
46895
|
};
|
46896
46896
|
});
|