@wavemaker/angular-codegen 11.2.0-rc.5205 → 11.2.0-rc.5217
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.
|
@@ -45083,7 +45083,7 @@ register('wm-anchor', () => {
|
|
|
45083
45083
|
return {
|
|
45084
45084
|
pre: (attrs) => {
|
|
45085
45085
|
const counter = idGen$r.nextUid();
|
|
45086
|
-
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
45086
|
+
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
45087
45087
|
},
|
|
45088
45088
|
post: () => `</${tagName$1A}>`
|
|
45089
45089
|
};
|
|
@@ -46344,7 +46344,7 @@ register('wm-button', () => {
|
|
|
46344
46344
|
return {
|
|
46345
46345
|
pre: (attrs) => {
|
|
46346
46346
|
const counter = idGen$c.nextUid();
|
|
46347
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46347
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46348
46348
|
},
|
|
46349
46349
|
post: () => `</${tagName$P}>`
|
|
46350
46350
|
};
|
|
@@ -45083,7 +45083,7 @@ register('wm-anchor', () => {
|
|
|
45083
45083
|
return {
|
|
45084
45084
|
pre: (attrs) => {
|
|
45085
45085
|
const counter = idGen$r.nextUid();
|
|
45086
|
-
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
45086
|
+
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
45087
45087
|
},
|
|
45088
45088
|
post: () => `</${tagName$1A}>`
|
|
45089
45089
|
};
|
|
@@ -46344,7 +46344,7 @@ register('wm-button', () => {
|
|
|
46344
46344
|
return {
|
|
46345
46345
|
pre: (attrs) => {
|
|
46346
46346
|
const counter = idGen$c.nextUid();
|
|
46347
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46347
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46348
46348
|
},
|
|
46349
46349
|
post: () => `</${tagName$P}>`
|
|
46350
46350
|
};
|