cronapp-framework-mobile-js 2.9.3-SP.5 → 2.9.3-SP.8

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.
@@ -12,6 +12,7 @@
12
12
  "template": "<qr ng-model=\"vars.QR${RANDOM}\" ><div> </div> </qr>",
13
13
  "designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-mobile-js/img/qr-code.png\"/>",
14
14
  "designTimeSelector": "div",
15
+ "designTimeDynamic": true,
15
16
  "properties": {
16
17
  "id": {
17
18
  "order": 3
@@ -25,7 +25,6 @@
25
25
 
26
26
 
27
27
  <script design-time-script="true">
28
- console.log(dsScope)
29
28
  dsScope.attrs.options = dsScope.attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []};
30
29
  if (dsScope.attrs.options.columns) {
31
30
  for (let item of dsScope.attrs.options.columns) {
@@ -42,8 +41,6 @@
42
41
  }
43
42
  }
44
43
  }
45
-
46
44
  dsScope.options = dsScope.attrs.options;
47
-
48
45
  </script>
49
46
  </div>
@@ -1,5 +1,4 @@
1
- <div ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []};"><div class="item item-input-inset" ng-if="attrs.options.searchTemplate === undefined || attrs.options.searchTemplate.length > 0"><div class="item-input-wrapper"><i class="icon ion-search placeholder-icon"></i> <input aria-label="{'SEARCH'|translate}}" type="text" placeholder="{{'SEARCH'|translate}}" class="ng-pristine ng-untouched ng-valid ng-empty"></div></div><ion-list type="" can-swipe="listCanSwipe" class="disable-user-behavior"><div class="list"><ion-item class="item item-complex item-right-editable {{attrs.options.image?'item-avatar-left':''}}"><div class="item-content" ng-init="attrs.imageDefined = false"><img ng-if="attrs.options.image" alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg"><div class="text-left"><h2 ng-if="attrs.options.text0" class="ng-binding">{{attrs.options.text0.headerText || attrs.options.text0.field}}</h2><p ng-if="attrs.options.text1" lass="dark ng-binding">{{attrs.options.text1.headerText || attrs.options.text1.field}}</p></div></div></ion-item></div></ion-list><script design-time-script="true">console.log(dsScope)
2
- dsScope.attrs.options = dsScope.attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []};
1
+ <div ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []};"><div class="item item-input-inset" ng-if="attrs.options.searchTemplate === undefined || attrs.options.searchTemplate.length > 0"><div class="item-input-wrapper"><i class="icon ion-search placeholder-icon"></i> <input aria-label="{'SEARCH'|translate}}" type="text" placeholder="{{'SEARCH'|translate}}" class="ng-pristine ng-untouched ng-valid ng-empty"></div></div><ion-list type="" can-swipe="listCanSwipe" class="disable-user-behavior"><div class="list"><ion-item class="item item-complex item-right-editable {{attrs.options.image?'item-avatar-left':''}}"><div class="item-content" ng-init="attrs.imageDefined = false"><img ng-if="attrs.options.image" alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg"><div class="text-left"><h2 ng-if="attrs.options.text0" class="ng-binding">{{attrs.options.text0.headerText || attrs.options.text0.field}}</h2><p ng-if="attrs.options.text1" lass="dark ng-binding">{{attrs.options.text1.headerText || attrs.options.text1.field}}</p></div></div></ion-item></div></ion-list><script design-time-script="true">dsScope.attrs.options = dsScope.attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []};
3
2
  if (dsScope.attrs.options.columns) {
4
3
  for (let item of dsScope.attrs.options.columns) {
5
4
  if (item.visible && item.type == 'image' && !dsScope.attrs.options.image) {
@@ -15,5 +14,4 @@
15
14
  }
16
15
  }
17
16
  }
18
-
19
17
  dsScope.options = dsScope.attrs.options;</script></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-framework-mobile-js",
3
- "version": "2.9.3-SP.5",
3
+ "version": "2.9.3-SP.8",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.mobile.js",
6
6
  "scripts": {