@c8y/ng1-modules 1021.22.146 → 1021.22.149

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.
@@ -16592,7 +16592,7 @@ msgstr "Trackermodell \"{{ tracker.device.c8y_Hardware.model }}\" wird nicht unt
16592
16592
  " Wählen Sie ein unterstütztes Modell aus der Liste."
16593
16593
 
16594
16594
  msgid "Up"
16595
- msgstr "In Betrieb"
16595
+ msgstr "Wird ausgeführt"
16596
16596
 
16597
16597
  msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16598
16598
  msgstr "Bis zu 1.000.000 Datensätze pro Datenpunkt oder bis zur Grenze der Datenspeicherung"
@@ -11125,7 +11125,7 @@ msgid "Open the application details"
11125
11125
  msgstr "アプリケーションの詳細を開いてください"
11126
11126
 
11127
11127
  msgid "OpenAPI specification`KEEP_ORIGINAL`"
11128
- msgstr ""
11128
+ msgstr "OpenAPI 仕様"
11129
11129
 
11130
11130
  msgid "Opening relay {{number}}."
11131
11131
  msgstr "リレー {{number}} を開いています。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/ng1-modules",
3
- "version": "1021.22.146",
3
+ "version": "1021.22.149",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "AngularJS modules for Cumulocity IoT applications.",
@@ -1 +1 @@
1
- (()=>{function n(t,n,e,i,a,o,r,l){var n=n.tenantId,c=[],u=null,p={};function s(n){p=n,t.tenant=p}function f(){return t.tenant.applications.references.map(function(n){return n.application})}function h(n){_.forEach(n,function(n){return c.push(n)}),t.owners=_(c).map("owner.tenant.id").uniq().map(function(n){return{value:n,label:n}}).concat({value:null,label:"- ".concat(l.getString("Show all"))}).value(),t.applications=c}t.filterOwner=function(n){return null===t.filter.owner||n.owner.tenant.id===t.filter.owner},t.applications=c,t.associate=function(n){return a.addApplication(p,n).then(function(){t.associatedApplications.push(n)})},t.dissociate=function(n){return a.removeApplication(p,n).then(function(){return r.removeFromList(t.associatedApplications,n)})},t.openItem=function(n){u=u!==n?n:null},t.isOpen=function(n){return u===n},t.filter={owner:null,text:{}},t.popoverTemplateUrl=":::PLUGIN_PATH:::/views/popover.html",n&&"new"!==n&&a.detail(n).then(r.getResData).then(s).then(f).then(i.sortApps).then(function(n){t.associatedApplications=n}),i.listByTenant({pageSize:2e3}).then(function(n){return _.uniqBy(n,"id")}).then(h)}n.$inject=["$scope","$routeParams","$uibModal","c8yApplication","c8yTenant","c8yAlert","c8yBase","gettextCatalog"],angular.module("c8y.tenantApplications").controller("tenantAppAssignmentCtrl",n)})();
1
+ (()=>{function n(t,n,e,i,a,o,r,l,c){var n=n.tenantId,u=[],p=null,s={},f=c("humanizeAppName");function m(n){s=n,t.tenant=s}function h(){return t.tenant.applications.references.map(function(n){return n.application})}function d(n){_.forEach(n,function(n){return u.push(n)}),t.owners=_(u).map("owner.tenant.id").uniq().map(function(n){return{value:n,label:n}}).concat({value:null,label:"- ".concat(l.getString("Show all"))}).value(),u.forEach(function(n){n.humanizedAppName=f(n)}),t.applications=u}t.filterOwner=function(n){return null===t.filter.owner||n.owner.tenant.id===t.filter.owner},t.filterText=function(n){return!t.filter.text||!t.filter.text.$||!!n.humanizedAppName&&n.humanizedAppName.toLowerCase().includes(t.filter.text.$.toLowerCase())},t.applications=u,t.associate=function(n){return a.addApplication(s,n).then(function(){t.associatedApplications.push(n)})},t.dissociate=function(n){return a.removeApplication(s,n).then(function(){return r.removeFromList(t.associatedApplications,n)})},t.openItem=function(n){p=p!==n?n:null},t.isOpen=function(n){return p===n},t.filter={owner:null,text:{}},t.popoverTemplateUrl=":::PLUGIN_PATH:::/views/popover.html",n&&"new"!==n&&a.detail(n).then(r.getResData).then(m).then(h).then(i.sortApps).then(function(n){t.associatedApplications=n}),i.listByTenant({pageSize:2e3}).then(function(n){return _.uniqBy(n,"id")}).then(d)}n.$inject=["$scope","$routeParams","$uibModal","c8yApplication","c8yTenant","c8yAlert","c8yBase","gettextCatalog","$filter"],angular.module("c8y.tenantApplications").controller("tenantAppAssignmentCtrl",n)})();
@@ -76,7 +76,7 @@
76
76
  <li
77
77
  class="c8y-list__item collapsible bg-inherit"
78
78
  ng-class="{ expanded: isOpen(a) }"
79
- ng-repeat="a in applications |filter:filterOwner|filter:filter.text"
79
+ ng-repeat="a in applications |filter:filterOwner|filter:filterText"
80
80
  >
81
81
  <div class="c8y-list__item__block">
82
82
  <div class="c8y-list__item__appicon p-l-0">
@@ -87,10 +87,10 @@
87
87
  <button
88
88
  class="btn-clean text-truncate"
89
89
  type="button"
90
- title="{{ a | humanizeAppName }}"
90
+ title="{{ a.humanizedAppName }}"
91
91
  ng-click="openItem(a)"
92
92
  >
93
- {{ a | humanizeAppName }}
93
+ {{ a.humanizedAppName }}
94
94
  </button>
95
95
 
96
96
  <button