@wavemaker/angular-codegen 11.2.5-rc.5303 → 11.2.5-rc.5305
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.
|
@@ -46873,7 +46873,7 @@ register('wm-popover', () => {
|
|
|
46873
46873
|
}
|
|
46874
46874
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
|
46875
46875
|
const contextAttrs = table ? `let-row="row"` : ``;
|
|
46876
|
-
markup += `<ng-template ${contextAttrs}
|
|
46876
|
+
markup += `<ng-template ${contextAttrs}>`;
|
|
46877
46877
|
// todo keyboard navigation - tab
|
|
46878
46878
|
if (popoverTemplate) {
|
|
46879
46879
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
|
@@ -46885,7 +46885,7 @@ register('wm-popover', () => {
|
|
|
46885
46885
|
if (shared.get('hasPopoverContent')) {
|
|
46886
46886
|
markup += `</div>`;
|
|
46887
46887
|
}
|
|
46888
|
-
return `${markup}
|
|
46888
|
+
return `${markup}</ng-template></${tagName$q}>`;
|
|
46889
46889
|
}
|
|
46890
46890
|
};
|
|
46891
46891
|
});
|
|
@@ -46873,7 +46873,7 @@ register('wm-popover', () => {
|
|
|
46873
46873
|
}
|
|
46874
46874
|
let markup = `<${tagName$q} wmPopover ${getAttrMarkup(attrs)}>`;
|
|
46875
46875
|
const contextAttrs = table ? `let-row="row"` : ``;
|
|
46876
|
-
markup += `<ng-template ${contextAttrs}
|
|
46876
|
+
markup += `<ng-template ${contextAttrs}>`;
|
|
46877
46877
|
// todo keyboard navigation - tab
|
|
46878
46878
|
if (popoverTemplate) {
|
|
46879
46879
|
markup += `${popoverTemplate ? popoverTemplate : ''}`;
|
|
@@ -46885,7 +46885,7 @@ register('wm-popover', () => {
|
|
|
46885
46885
|
if (shared.get('hasPopoverContent')) {
|
|
46886
46886
|
markup += `</div>`;
|
|
46887
46887
|
}
|
|
46888
|
-
return `${markup}
|
|
46888
|
+
return `${markup}</ng-template></${tagName$q}>`;
|
|
46889
46889
|
}
|
|
46890
46890
|
};
|
|
46891
46891
|
});
|