@wavemaker/angular-codegen 11.2.0-rc.5228 → 11.2.0-rc.5230
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.
@@ -46858,7 +46858,7 @@ register('wm-popover', () => {
|
|
46858
46858
|
}
|
46859
46859
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46860
46860
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46861
|
-
markup += `<ng-template ${contextAttrs}><button
|
46861
|
+
markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
|
46862
46862
|
// todo keyboard navigation - tab
|
46863
46863
|
if (popoverTemplate) {
|
46864
46864
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46870,7 +46870,7 @@ register('wm-popover', () => {
|
|
46870
46870
|
if (shared.get('hasPopoverContent')) {
|
46871
46871
|
markup += `</div>`;
|
46872
46872
|
}
|
46873
|
-
return `${markup}<button
|
46873
|
+
return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
|
46874
46874
|
}
|
46875
46875
|
};
|
46876
46876
|
});
|
@@ -46858,7 +46858,7 @@ register('wm-popover', () => {
|
|
46858
46858
|
}
|
46859
46859
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
46860
46860
|
const contextAttrs = table ? `let-row="row"` : ``;
|
46861
|
-
markup += `<ng-template ${contextAttrs}><button
|
46861
|
+
markup += `<ng-template ${contextAttrs}><button class="popover-start"></button>`;
|
46862
46862
|
// todo keyboard navigation - tab
|
46863
46863
|
if (popoverTemplate) {
|
46864
46864
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
@@ -46870,7 +46870,7 @@ register('wm-popover', () => {
|
|
46870
46870
|
if (shared.get('hasPopoverContent')) {
|
46871
46871
|
markup += `</div>`;
|
46872
46872
|
}
|
46873
|
-
return `${markup}<button
|
46873
|
+
return `${markup}<button class="popover-end"></button></ng-template></${tagName$q}>`;
|
46874
46874
|
}
|
46875
46875
|
};
|
46876
46876
|
});
|