@kigi/components 1.20.0-release → 1.21.0-release

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kigi/components",
3
- "version": "1.20.0-release",
3
+ "version": "1.21.0-release",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -41,7 +41,6 @@
41
41
  ng-click="$ctrl.handleDisplayValues()"><i class="fas fa-eye-slash"></i> <span>Esconder valores</span></a>
42
42
  </div>
43
43
  </div>
44
-
45
44
  <div class="mbg-h-card-container">
46
45
  <mbg-card-typeone ng-repeat="card in $ctrl.cards"
47
46
  allowed-to-see="$ctrl.allowedToSee"
@@ -75,4 +74,4 @@
75
74
  <mbg-skeleton></mbg-skeleton>
76
75
  </div>
77
76
  </div>
78
- </div>
77
+ </div>
@@ -15,7 +15,7 @@ class MbgHomescreenController {
15
15
  private activeIndex: number
16
16
  private activeFilter: any
17
17
 
18
- constructor(public $scope, public $element, public $attrs, public $timeout) {}
18
+ constructor(public $scope, public $element, public $attrs, public $timeout) { }
19
19
 
20
20
  $onInit() {
21
21
  this.$scope.$watch('$ctrl.config', (data) => {
@@ -75,7 +75,7 @@ class MbgHomescreenController {
75
75
  }
76
76
  }
77
77
 
78
- MbgHomescreenController.$inject = ['$scope', '$element', '$attrs', '$timeout']
78
+ MbgHomescreenController['$inject'] = ['$scope', '$element', '$attrs', '$timeout']
79
79
 
80
80
  const mbgHomescreen = {
81
81
  bindings: {