@acpaas-ui/ngx-utils
Advanced tools
Comparing version
@@ -8,14 +8,14 @@ (function (global, factory) { | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Copyright (c) Microsoft Corporation. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
@@ -113,4 +113,9 @@ /* global Reflect, Promise */ | ||
function __createBinding(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
} | ||
function __exportStar(m, exports) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
@@ -117,0 +122,0 @@ |
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common"),require("@angular/forms"),require("rxjs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@acpaas-ui/ngx-utils",["exports","@angular/core","@angular/common","@angular/forms","rxjs","rxjs/operators"],e):e(((t=t||self)["acpaas-ui"]=t["acpaas-ui"]||{},t["acpaas-ui"]["ngx-utils"]={}),t.ng.core,t.ng.common,t.ng.forms,t.rxjs,t.rxjs.operators)}(this,(function(t,e,n,r,i,o){"use strict"; | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Copyright (c) Microsoft Corporation. | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */var u=function(t,e){return(u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function s(t,e){function n(){this.constructor=t}u(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function a(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)u.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return u}var p=function(){function t(){}return t.prototype.filterData=function(t,e){return e.forEach((function(e){t=e.parseData(t)})),t},t.decorators=[{type:e.Injectable}],t}(),l=function(){function t(t){this.formBuilder=t,this.update=new e.EventEmitter,this.destroy$=new i.Subject}return t.prototype.ngOnInit=function(){var t=this;this.form=this.formBuilder.group({options:this.buildCheckboxes(this.filter.options)}),this.filter&&(this.value=this.filter.value),this.options.valueChanges.pipe(o.map((function(e){return e.map((function(e,n){return!0===e?t.filter.options[n]:null}))})),o.map((function(t){return t.filter((function(t){return null!==t}))})),o.tap((function(e){return t.value=e})),o.tap((function(e){return t.update.next(e)})),o.takeUntil(this.destroy$)).subscribe()},t.prototype.buildCheckboxes=function(t){var e=this;return new r.FormArray(function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(a(arguments[e]));return t}(t.map((function(t){return e.formBuilder.control(t.checked)}))))},Object.defineProperty(t.prototype,"options",{get:function(){return this.form.get("options")},enumerable:!0,configurable:!0}),t.prototype.onFilter=function(t){this.update.emit(t)},t.prototype.ngOnDestroy=function(){this.destroy$.next(),this.destroy$.complete()},t.decorators=[{type:e.Component,args:[{selector:"aui-checkbox-filter",template:'<ul *ngIf="filter && filter.options && filter.id" class="a-list a-list--reset aui-checkbox-filter">\n <li *ngFor="let option of options.controls; let i = index;">\n <form [formGroup]="form">\n <div class="a-input">\n <div class="a-input__checkbox">\n <input [formControl]="option" [id]="filter.options[i].id" [name]="filter.options[i].name"\n type="checkbox"/>\n <label [for]="filter.options[i].id">{{ filter.options[i].name }}</label>\n </div>\n </div>\n </form>\n </li>\n</ul>\n'}]}],t.ctorParameters=function(){return[{type:r.FormBuilder}]},t.propDecorators={filter:[{type:e.Input}],update:[{type:e.Output}]},t}();var c=function(){function t(){this.update=new e.EventEmitter}return t.prototype.ngOnInit=function(){this.filter&&(this.value=this.filter.value)},t.prototype.onFilter=function(t){this.update.emit(t)},t.decorators=[{type:e.Component,args:[{selector:"aui-input-filter",template:'<div class="a-input has-icon-right aui-input-filter">\n <ng-container *ngIf="filter">\n <div class="a-input__wrapper">\n <input (ngModelChange)="onFilter(value)" [(ngModel)]="value" [attr.aria-label]="filter.name" [id]="filter.id"\n [placeholder]="filter.name" type="text">\n <span class="fa fa-search"></span>\n </div>\n </ng-container>\n</div>\n'}]}],t.propDecorators={filter:[{type:e.Input}],update:[{type:e.Output}]},t}();var f=function(){function t(){this.update=new e.EventEmitter,this.select=new r.FormControl,this.destroy$=new i.Subject}return t.prototype.ngOnInit=function(){var t=this;this.filter&&this.filter.value&&(this.value=this.filter.value,this.select.setValue(this.filter.value.id)),this.select.valueChanges.pipe(o.map((function(e){return t.filter.options.find((function(t){return t.id===e}))})),o.tap((function(e){return t.update.next(e)})),o.takeUntil(this.destroy$)).subscribe()},t.prototype.onFilter=function(t){this.update.emit(t)},t.prototype.ngOnDestroy=function(){this.destroy$.next(),this.destroy$.complete()},t.decorators=[{type:e.Component,args:[{selector:"aui-select-filter",template:'<div class="a-input has-icon-right aui-select-filter">\n <ng-container *ngIf="filter && filter.options && filter.id">\n <label [for]="filter.id" class="a-input__label a-input__label--inline">{{ filter.name }}: </label>\n <div class="a-input__wrapper a-input__wrapper--inline">\n <select [formControl]="select" [id]="filter.id" [name]="filter.id">\n <option *ngFor="let option of filter.options" [value]="option.id">{{ option.name }}</option>\n </select>\n <span class="fa fa-angle-down"></span>\n </div>\n </ng-container>\n</div>\n'}]}],t.propDecorators={filter:[{type:e.Input}],update:[{type:e.Output}]},t}();var d=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{imports:[n.CommonModule,r.FormsModule,r.ReactiveFormsModule],declarations:[l,c,f],providers:[p],exports:[l,c,f]}]}],t}(),h=function(){function t(){}return t.prototype.parseData=function(t){return this.parse(t,this.value)},t}();var m=function(t,e){if(!e)return t;var n=new RegExp("%{("+Object.keys(e).map((function(t){return t.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")})).join("|")+")}","g");return t.replace(n,(function(t,n){return e[n]?String(e[n]):""}))},y=function(){function t(){}return t.prototype.transform=function(t,e){return e&&t?m(t,e):t},t.decorators=[{type:e.Pipe,args:[{name:"interpolateLabel"}]}],t}(),g=function(){function t(){}return t.prototype.transform=function(t,e){return t&&"string"!=typeof t?1===e?t.singular:t.plural:t},t.decorators=[{type:e.Pipe,args:[{name:"pluralizeLabel"}]}],t}(),b=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{declarations:[g,y],exports:[g,y]}]}],t}(),v=new e.InjectionToken("WindowToken"),I=function(){function t(){}return Object.defineProperty(t.prototype,"nativeWindow",{get:function(){throw new Error("Not implemented.")},enumerable:!0,configurable:!0}),t}(),x=function(t){function e(){return t.call(this)||this}return s(e,t),Object.defineProperty(e.prototype,"nativeWindow",{get:function(){return window},enumerable:!0,configurable:!0}),e}(I);function O(t,e){return n.isPlatformBrowser(e)?t.nativeWindow:{}}var w=[{provide:I,useClass:x},{provide:v,useFactory:O,deps:[I,e.PLATFORM_ID]}],S=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{providers:[w]}]}],t}(),_=function(t,e){this.min=t,this.max=e,this.bound="bounded",this.meaning="OR"};var j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.checkIsInRange=function(t){switch(this.type){case"closed":return t>=this.min&&t<=this.max;case"open":return t>this.min&&t<this.max;case"leftopen":return"bounded"===this.bound?t>this.min&&t<=this.max:"unbounded"===this.bound&&t<=this.max;case"rightopen":return"bounded"===this.bound?t>=this.min&&t<this.max:"unbounded"===this.bound&&t>=this.min;default:return!1}},e.prototype.isInRange=function(t){return"OR"===this.meaning?this.checkIsInRange(t):!this.checkIsInRange(t)},e.prototype.toString=function(){return String("\n "+("closed"===this.type||"rightopen"===this.type?"[":"]")+"\n "+("unbounded"===this.bound&&"leftopen"===this.type?"-infinity":this.min)+"\n ,\n "+("unbounded"===this.bound&&"rightopen"===this.type?"+infinity":this.max)+"\n "+("closed"===this.type||"leftopen"===this.type?"]":"[")+"\n ").replace(/\n/g,"").replace(/ /g,"").trim()},e}(_),k=function(t){function e(e,n){var r=t.call(this,e,n)||this;if(!e&&!n)throw new Error("Error creating date interval, please provide at least min or max.");return e?n?r.type="closed":(r.bound="unbounded",r.type="rightopen"):(r.bound="unbounded",r.type="leftopen"),r}return s(e,t),e.isSameOrAfter=function(t,e){return e.getTime()>=t.getTime()},e.isSameOrBefore=function(t,e){return e.getTime()<=t.getTime()},e.isAfter=function(t,e){return e.getTime()>t.getTime()},e.isBefore=function(t,e){return e.getTime()<t.getTime()},e.prototype.checkIsInRange=function(t){switch(this.type){case"closed":return e.isSameOrAfter(this.min,t)&&e.isSameOrBefore(this.max,t);case"open":return e.isAfter(this.min,t)&&e.isBefore(this.max,t);case"leftopen":return"bounded"===this.bound?e.isAfter(this.min,t)&&e.isSameOrBefore(this.max,t):"unbounded"===this.bound&&e.isSameOrBefore(this.max,t);case"rightopen":return"bounded"===this.bound?e.isSameOrAfter(this.min,t)&&e.isBefore(this.max,t):"unbounded"===this.bound&&e.isSameOrAfter(this.min,t);default:return!1}},e.prototype.isInRange=function(t){return"OR"===this.meaning?this.checkIsInRange(t):!this.checkIsInRange(t)},e.prototype.toString=function(){return String("\n "+("closed"===this.type||"rightopen"===this.type?"[":"]")+"\n "+("unbounded"===this.bound&&"leftopen"===this.type?"-infinity":this.min.toISOString())+"\n ,\n "+("unbounded"===this.bound&&"rightopen"===this.type?"+infinity":this.max.toISOString())+"\n "+("closed"===this.type||"leftopen"===this.type?"]":"[")+"\n ").replace(/\n/g,"").replace(/ /g,"").trim()},e}(_),F=function(){function t(t){this.model=t}return t.dateInterval=function(e,n){return new t(new k(e,n))},t.genericInterval=function(e,n){return new t(new j(e,n))},t.numberInterval=function(e,n){return t.genericInterval(e,n)},t.prototype.openInterval=function(){return this.model.type="open",this},t.prototype.leftOpenInterval=function(){return this.model.type="leftopen",this},t.prototype.rightOpenInterval=function(){return this.model.type="rightopen",this},t.prototype.closedInterval=function(){return this.model.type="closed",this},t.prototype.bounded=function(){return this.model.bound="bounded",this},t.prototype.unbounded=function(){return this.model.bound="unbounded",this},t.prototype.not=function(){return this.model.meaning="NOR",this},t.prototype.build=function(){return this.model},t}();t.CheckboxFilterComponent=l,t.DateInterval=k,t.Filter=h,t.FilterModule=d,t.FilterService=p,t.GenericInterval=j,t.InputFilterComponent=c,t.InterpolateLabelPipe=y,t.IntervalBuilder=F,t.LabelsModule=b,t.PluralizeLabelPipe=g,t.SelectFilterComponent=f,t.WINDOW=v,t.WINDOW_PROVIDERS=w,t.WindowModule=S,t.interpolate=m,t.ɵa=I,t.ɵb=x,t.ɵc=O,t.ɵd=_,Object.defineProperty(t,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=acpaas-ui-ngx-utils.umd.min.js.map |
{ | ||
"name": "@acpaas-ui/ngx-utils", | ||
"version": "4.2.1", | ||
"version": "4.6.1", | ||
"publishConfig": { | ||
@@ -13,3 +13,3 @@ "access": "public" | ||
}, | ||
"gitHead": "9ceb7611e61552f26144094ca000f970a441e97a", | ||
"gitHead": "e626d267cd3a71ed35172a1a6d6b41e91c175d84", | ||
"main": "bundles/acpaas-ui-ngx-utils.umd.js", | ||
@@ -16,0 +16,0 @@ "module": "fesm5/acpaas-ui-ngx-utils.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
433334
0.14%5286
0.08%1
Infinity%