@wavemaker/angular-codegen 11.2.4-rc.5205 → 11.2.4-rc.5218
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.
|
@@ -20360,9 +20360,9 @@
|
|
|
20360
20360
|
"dev": true
|
|
20361
20361
|
},
|
|
20362
20362
|
"tabbable": {
|
|
20363
|
-
"version": "6.
|
|
20364
|
-
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.
|
|
20365
|
-
"integrity": "sha512-
|
|
20363
|
+
"version": "6.1.1",
|
|
20364
|
+
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.1.1.tgz",
|
|
20365
|
+
"integrity": "sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg=="
|
|
20366
20366
|
},
|
|
20367
20367
|
"tapable": {
|
|
20368
20368
|
"version": "2.2.1",
|
|
@@ -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
|
};
|