@wavemaker/angular-codegen 11.5.0-next.1417086 → 11.5.0-next.141918
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.
- angular-codegen/angular-app/package-lock.json +3 -3
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +1 -1
- angular-codegen/package.json +1 -1
|
@@ -46379,7 +46379,7 @@ register('wm-button', () => {
|
|
|
46379
46379
|
return {
|
|
46380
46380
|
pre: (attrs) => {
|
|
46381
46381
|
const counter = idGen$c.nextUid();
|
|
46382
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46382
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46383
46383
|
},
|
|
46384
46384
|
post: () => `</${tagName$P}>`
|
|
46385
46385
|
};
|
|
@@ -46379,7 +46379,7 @@ register('wm-button', () => {
|
|
|
46379
46379
|
return {
|
|
46380
46380
|
pre: (attrs) => {
|
|
46381
46381
|
const counter = idGen$c.nextUid();
|
|
46382
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46382
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46383
46383
|
},
|
|
46384
46384
|
post: () => `</${tagName$P}>`
|
|
46385
46385
|
};
|