@wavemaker/angular-codegen 10.16.6-rc.615 → 10.16.7-rc.515582
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.
@@ -44119,7 +44119,7 @@ register('wm-popover', () => {
|
|
44119
44119
|
}
|
44120
44120
|
let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
|
44121
44121
|
const contextAttrs = table ? `let-row="row"` : ``;
|
44122
|
-
markup += `<ng-template ${contextAttrs}><
|
44122
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
44123
44123
|
// todo keyboard navigation - tab
|
44124
44124
|
if (popoverTemplate) {
|
44125
44125
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -44131,7 +44131,7 @@ register('wm-popover', () => {
|
|
44131
44131
|
if (shared.get('hasPopoverContent')) {
|
44132
44132
|
markup += `</div>`;
|
44133
44133
|
}
|
44134
|
-
return `${markup}<
|
44134
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$m}>`;
|
44135
44135
|
}
|
44136
44136
|
};
|
44137
44137
|
});
|
@@ -44119,7 +44119,7 @@ register('wm-popover', () => {
|
|
44119
44119
|
}
|
44120
44120
|
let markup = `<${tagName$m} wmPopover ${getAttrMarkup(attrs)}>`;
|
44121
44121
|
const contextAttrs = table ? `let-row="row"` : ``;
|
44122
|
-
markup += `<ng-template ${contextAttrs}><
|
44122
|
+
markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
|
44123
44123
|
// todo keyboard navigation - tab
|
44124
44124
|
if (popoverTemplate) {
|
44125
44125
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -44131,7 +44131,7 @@ register('wm-popover', () => {
|
|
44131
44131
|
if (shared.get('hasPopoverContent')) {
|
44132
44132
|
markup += `</div>`;
|
44133
44133
|
}
|
44134
|
-
return `${markup}<
|
44134
|
+
return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$m}>`;
|
44135
44135
|
}
|
44136
44136
|
};
|
44137
44137
|
});
|