@wavemaker/angular-codegen 11.2.4-rc.5205 → 11.2.4-rc.5215
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.
|
@@ -45089,7 +45089,7 @@ register('wm-anchor', () => {
|
|
|
45089
45089
|
return {
|
|
45090
45090
|
pre: (attrs) => {
|
|
45091
45091
|
const counter = idGen$r.nextUid();
|
|
45092
|
-
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
45092
|
+
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
45093
45093
|
},
|
|
45094
45094
|
post: () => `</${tagName$1A}>`
|
|
45095
45095
|
};
|
|
@@ -46350,7 +46350,7 @@ register('wm-button', () => {
|
|
|
46350
46350
|
return {
|
|
46351
46351
|
pre: (attrs) => {
|
|
46352
46352
|
const counter = idGen$c.nextUid();
|
|
46353
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46353
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46354
46354
|
},
|
|
46355
46355
|
post: () => `</${tagName$P}>`
|
|
46356
46356
|
};
|
|
@@ -45089,7 +45089,7 @@ register('wm-anchor', () => {
|
|
|
45089
45089
|
return {
|
|
45090
45090
|
pre: (attrs) => {
|
|
45091
45091
|
const counter = idGen$r.nextUid();
|
|
45092
|
-
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
45092
|
+
return `<${tagName$1A} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
45093
45093
|
},
|
|
45094
45094
|
post: () => `</${tagName$1A}>`
|
|
45095
45095
|
};
|
|
@@ -46350,7 +46350,7 @@ register('wm-button', () => {
|
|
|
46350
46350
|
return {
|
|
46351
46351
|
pre: (attrs) => {
|
|
46352
46352
|
const counter = idGen$c.nextUid();
|
|
46353
|
-
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption
|
|
46353
|
+
return `<${tagName$P} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.hint || ${counter}.caption" ${getAttrMarkup(attrs)}>`;
|
|
46354
46354
|
},
|
|
46355
46355
|
post: () => `</${tagName$P}>`
|
|
46356
46356
|
};
|