@wavemaker/angular-app 11.10.4-rc.6085 → 11.10.5-1.6107
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.
- package/dependencies/custom-widgets-bundle.cjs.js +2 -2
- package/dependencies/transpilation-mobile.cjs.js +3 -1
- package/dependencies/transpilation-web.cjs.js +3 -1
- package/dependency-report.html +1 -1
- package/npm-shrinkwrap.json +244 -115
- package/package-lock.json +244 -115
- package/package.json +5 -5
|
@@ -86497,7 +86497,9 @@ const rowActionAttrs = new Map([
|
|
|
86497
86497
|
['hyperlink.bind', 'hyperlink.bind'],
|
|
86498
86498
|
['target', 'target'],
|
|
86499
86499
|
['conditionalclass.bind', 'conditionalclass.bind'],
|
|
86500
|
-
['conditionalstyle.bind', 'conditionalstyle.bind']
|
|
86500
|
+
['conditionalstyle.bind', 'conditionalstyle.bind'],
|
|
86501
|
+
['expandtitle.bind', 'expandtitle.bind'],
|
|
86502
|
+
['collapsetitle.bind', 'collapsetitle.bind']
|
|
86501
86503
|
]);
|
|
86502
86504
|
const getRowActionAttrs = attrs => {
|
|
86503
86505
|
let tmpl = '';
|
|
@@ -97686,7 +97686,9 @@ const rowActionAttrs = new Map([
|
|
|
97686
97686
|
['hyperlink.bind', 'hyperlink.bind'],
|
|
97687
97687
|
['target', 'target'],
|
|
97688
97688
|
['conditionalclass.bind', 'conditionalclass.bind'],
|
|
97689
|
-
['conditionalstyle.bind', 'conditionalstyle.bind']
|
|
97689
|
+
['conditionalstyle.bind', 'conditionalstyle.bind'],
|
|
97690
|
+
['expandtitle.bind', 'expandtitle.bind'],
|
|
97691
|
+
['collapsetitle.bind', 'collapsetitle.bind']
|
|
97690
97692
|
]);
|
|
97691
97693
|
const getRowActionAttrs = attrs => {
|
|
97692
97694
|
let tmpl = '';
|
package/dependency-report.html
CHANGED