@wavemaker/angular-codegen 11.5.0-next.26239 → 11.5.0-next.26241

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.
@@ -36,7 +36,7 @@
36
36
  "@metrichor/jmespath": "^0.3.1",
37
37
  "@wavemaker.com/nvd3": "1.0.0",
38
38
  "@wavemaker/focus-trap": "^1.0.0",
39
- "@wavemaker/variables": "11.5.0-next.26239",
39
+ "@wavemaker/variables": "11.5.0-next.26241",
40
40
  "@ztree/ztree_v3": "^3.5.48",
41
41
  "angular-imask": "6.3.0",
42
42
  "angular2-websocket": "0.9.7",
@@ -5947,9 +5947,9 @@
5947
5947
  }
5948
5948
  },
5949
5949
  "node_modules/@wavemaker/variables": {
5950
- "version": "11.5.0-next.26239",
5951
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.5.0-next.26239.tgz",
5952
- "integrity": "sha512-0Ay2UvelB/W5BsYNxFTHzfQBh58EOjpVyVbiSv2QBsB/eiKXxEp8qf0fP0x3MCyumqlvJe8+PX+cCKXwY5eSTw==",
5950
+ "version": "11.5.0-next.26241",
5951
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.5.0-next.26241.tgz",
5952
+ "integrity": "sha512-fM3HWuYE4dz29OagFBoiyJtSFh9BwcU06fZHrQUEYYWTPNFa2jCkCLx71R5TMhrS36SvA5EtlgwkJSnkNnonuw==",
5953
5953
  "dependencies": {
5954
5954
  "@metrichor/jmespath": "^0.3.1",
5955
5955
  "he": "^1.2.0",
@@ -47,7 +47,7 @@
47
47
  "@metrichor/jmespath": "^0.3.1",
48
48
  "@wavemaker.com/nvd3": "1.0.0",
49
49
  "@wavemaker/focus-trap": "^1.0.0",
50
- "@wavemaker/variables": "11.5.0-next.26239",
50
+ "@wavemaker/variables": "11.5.0-next.26241",
51
51
  "@ztree/ztree_v3": "^3.5.48",
52
52
  "angular-imask": "6.3.0",
53
53
  "angular2-websocket": "0.9.7",
@@ -72,7 +72,7 @@
72
72
  "tslib": "2.4.1",
73
73
  "x2js": "^3.4.4",
74
74
  "zone.js": "~0.11.4",
75
- "@wavemaker/app-ng-runtime": "11.5.0-next.26239"
75
+ "@wavemaker/app-ng-runtime": "11.5.0-next.26241"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -62134,6 +62134,7 @@ const buildTask = (directiveAttr = '') => {
62134
62134
  const role = parentLoginWidget && parentLoginWidget.get('isLogin') ? 'app-login' : '';
62135
62135
  const counter = idGen$d.nextUid();
62136
62136
  const dependsOn = attrs.get('dependson') ? `dependson="${attrs.get('dependson')}"` : '';
62137
+ const dependsOnTable = attrs.get('dependson') ? `dependsontable="${attrs.get('dependson')}"` : '';
62137
62138
  const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
62138
62139
  const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
62139
62140
  attrs.delete('dependson');
@@ -62178,7 +62179,7 @@ const buildTask = (directiveAttr = '') => {
62178
62179
  <div class="form-elements panel-body" >`;
62179
62180
  }
62180
62181
  tmpl = getAttrMarkup(attrs);
62181
- return `${liveFormTmpl} ${tmpl} ${dependsOn}>
62182
+ return `<div ${dependsOn}>${liveFormTmpl} ${tmpl} ${dependsOnTable}>
62182
62183
  ${buttonTemplate} ${mobileFormContentTmpl}`;
62183
62184
  },
62184
62185
  post: (attrs) => {
@@ -62188,7 +62189,7 @@ const buildTask = (directiveAttr = '') => {
62188
62189
  if (attrs.get('formlayout') === 'page') {
62189
62190
  return `</div></${tagName$V}>`;
62190
62191
  }
62191
- return `</${tagName$V}>`;
62192
+ return `</${tagName$V}></div>`;
62192
62193
  },
62193
62194
  provide: (attrs, shared) => {
62194
62195
  const provider = new Map();
@@ -62134,6 +62134,7 @@ const buildTask = (directiveAttr = '') => {
62134
62134
  const role = parentLoginWidget && parentLoginWidget.get('isLogin') ? 'app-login' : '';
62135
62135
  const counter = idGen$d.nextUid();
62136
62136
  const dependsOn = attrs.get('dependson') ? `dependson="${attrs.get('dependson')}"` : '';
62137
+ const dependsOnTable = attrs.get('dependson') ? `dependsontable="${attrs.get('dependson')}"` : '';
62137
62138
  const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
62138
62139
  const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
62139
62140
  attrs.delete('dependson');
@@ -62178,7 +62179,7 @@ const buildTask = (directiveAttr = '') => {
62178
62179
  <div class="form-elements panel-body" >`;
62179
62180
  }
62180
62181
  tmpl = getAttrMarkup(attrs);
62181
- return `${liveFormTmpl} ${tmpl} ${dependsOn}>
62182
+ return `<div ${dependsOn}>${liveFormTmpl} ${tmpl} ${dependsOnTable}>
62182
62183
  ${buttonTemplate} ${mobileFormContentTmpl}`;
62183
62184
  },
62184
62185
  post: (attrs) => {
@@ -62188,7 +62189,7 @@ const buildTask = (directiveAttr = '') => {
62188
62189
  if (attrs.get('formlayout') === 'page') {
62189
62190
  return `</div></${tagName$V}>`;
62190
62191
  }
62191
- return `</${tagName$V}>`;
62192
+ return `</${tagName$V}></div>`;
62192
62193
  },
62193
62194
  provide: (attrs, shared) => {
62194
62195
  const provider = new Map();
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.5.0-next.26239",
3
+ "version": "11.5.0-next.26241",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {