@wavemaker/angular-codegen 11.2.1-next.23464 → 11.2.1-next.23465
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.
|
@@ -46727,7 +46727,7 @@ register('wm-livetable', () => {
|
|
|
46727
46727
|
pre: (attrs, shared) => {
|
|
46728
46728
|
const counter = idGen$a.nextUid();
|
|
46729
46729
|
shared.set('counter', counter);
|
|
46730
|
-
return `<${tagName$x} wmLiveTable
|
|
46730
|
+
return `<${tagName$x} wmLiveTable ${getAttrMarkup(attrs)} dialogid="${counter}">`;
|
|
46731
46731
|
},
|
|
46732
46732
|
post: () => `</${tagName$x}>`,
|
|
46733
46733
|
provide: (attrs, shared) => {
|
|
@@ -47734,7 +47734,7 @@ register('wm-table', () => {
|
|
|
47734
47734
|
attrs.set('isdynamictable', shared.get('isdynamictable'));
|
|
47735
47735
|
attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
|
|
47736
47736
|
attrs.set('table_reference', counter);
|
|
47737
|
-
return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table"
|
|
47737
|
+
return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${getAttrMarkup(attrs)}>`;
|
|
47738
47738
|
},
|
|
47739
47739
|
post: () => `</${tagName$3}>`,
|
|
47740
47740
|
provide: (attrs, shared) => {
|
|
@@ -46727,7 +46727,7 @@ register('wm-livetable', () => {
|
|
|
46727
46727
|
pre: (attrs, shared) => {
|
|
46728
46728
|
const counter = idGen$a.nextUid();
|
|
46729
46729
|
shared.set('counter', counter);
|
|
46730
|
-
return `<${tagName$x} wmLiveTable
|
|
46730
|
+
return `<${tagName$x} wmLiveTable ${getAttrMarkup(attrs)} dialogid="${counter}">`;
|
|
46731
46731
|
},
|
|
46732
46732
|
post: () => `</${tagName$x}>`,
|
|
46733
46733
|
provide: (attrs, shared) => {
|
|
@@ -47734,7 +47734,7 @@ register('wm-table', () => {
|
|
|
47734
47734
|
attrs.set('isdynamictable', shared.get('isdynamictable'));
|
|
47735
47735
|
attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
|
|
47736
47736
|
attrs.set('table_reference', counter);
|
|
47737
|
-
return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table"
|
|
47737
|
+
return `<${tagName$3} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${getAttrMarkup(attrs)}>`;
|
|
47738
47738
|
},
|
|
47739
47739
|
post: () => `</${tagName$3}>`,
|
|
47740
47740
|
provide: (attrs, shared) => {
|