@progress/kendo-angular-barcodes
Advanced tools
Comparing version 0.2.0 to 0.2.1-dev.202201190726
@@ -5,2 +5,2 @@ /**----------------------------------------------------------------------------------------- | ||
*-------------------------------------------------------------------------------------------*/ | ||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("tslib"),require("@angular/core"),require("@progress/kendo-charts"),require("@progress/kendo-angular-common"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["tslib","@angular/core","@progress/kendo-charts","@progress/kendo-angular-common","@progress/kendo-drawing","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoAngularBarcodes=t(require("tslib"),require("@angular/core"),require("@progress/kendo-charts"),require("@progress/kendo-angular-common"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):e.KendoAngularBarcodes=t(e.tslib,e["@angular/core"],e["@progress/kendo-charts"],e["@progress/kendo-angular-common"],e["@progress/kendo-drawing"],e["@progress/kendo-licensing"])}(window,(function(e,t,o,r,n,i){return function(e){var t={};function o(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=e,o.c=t,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=10)}([function(t,o){t.exports=e},function(e,o){e.exports=t},function(e,t){e.exports=o},function(e,t){e.exports=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-barcodes",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1641993026,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(2),a=o(6),d=o(4),s=function(e){function t(t,o,r){var n=e.call(this,t,o,r)||this;return n.element=t,n.renderer=o,n.ngZone=r,n.resizeRateLimit=10,n}return r.__extends(t,e),Object.defineProperty(t.prototype,"options",{get:function(){return{renderAs:this.renderAs,background:this.background,border:this.border,checksum:this.checksum,color:this.color,height:this.height,padding:this.padding,text:this.text,type:this.type,value:this.value,width:this.width}},enumerable:!0,configurable:!0}),t.prototype.createInstance=function(e,t){return new i.Barcode(e,t,this.onError.bind(this))},t.prototype.onError=function(e){if(e.name=d.packageMetadata.productName+" Barcode",this.isDevMode())throw e;console.warn(e)},r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"background",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"border",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],t.prototype,"checksum",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"color",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"height",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"padding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"renderAs",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"text",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"type",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"value",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"width",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"resizeRateLimit",void 0),t=r.__decorate([n.Component({changeDetection:n.ChangeDetectionStrategy.OnPush,exportAs:"kendoBarcode",selector:"kendo-barcode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[n.ElementRef,n.Renderer2,n.NgZone])],t)}(a.BaseComponent);t.BarcodeComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(11),d=o(12),s=o(4),u=function(){function e(e,t,o){this.element=e,this.renderer=t,this.ngZone=o,this.resizeRateLimit=10,d.validatePackage(s.packageMetadata)}return Object.defineProperty(e.prototype,"autoResize",{get:function(){return this.resizeRateLimit>0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"canRender",{get:function(){return i.isDocumentAvailable()&&Boolean(this.element)},enumerable:!0,configurable:!0}),e.prototype.ngAfterViewInit=function(){this.refresh()},e.prototype.ngOnChanges=function(e){e.renderAs&&this.instance&&(this.instance.destroy(),this.instance=null),this.refresh()},e.prototype.resize=function(){this.instance&&this.instance.redraw()},e.prototype.onResize=function(){this.autoResize&&this.resize()},e.prototype.exportImage=function(e){return void 0===e&&(e={}),a.exportImage(this.exportVisual(),e)},e.prototype.exportSVG=function(e){return void 0===e&&(e={}),a.exportSVG(this.exportVisual(),e)},e.prototype.exportVisual=function(){return this.instance.exportVisual()},e.prototype.refresh=function(){if(this.canRender)if(this.instance)this.instance.setOptions(this.options);else{var e=this.element.nativeElement;this.instance=this.createInstance(e,this.options)}},e.prototype.isDevMode=function(){return n.isDevMode()},r.__decorate([n.Input(),r.__metadata("design:type",Number)],e.prototype,"resizeRateLimit",void 0),r.__decorate([n.ViewChild("surface",{static:!0}),r.__metadata("design:type",n.ElementRef)],e.prototype,"surfaceElement",void 0),e}();t.BaseComponent=u},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(2),a=o(6),d=o(4),s=function(e){function t(t,o,r){var n=e.call(this,t,o,r)||this;return n.element=t,n.renderer=o,n.ngZone=r,n.resizeRateLimit=10,n}return r.__extends(t,e),Object.defineProperty(t.prototype,"options",{get:function(){return{background:this.background||"#fff",border:this.border,color:this.color||"#000",encoding:this.encoding,errorCorrection:this.errorCorrection||"L",overlay:this.overlay||{},padding:this.padding,renderAs:this.renderAs,size:this.size,value:this.value}},enumerable:!0,configurable:!0}),t.prototype.createInstance=function(e,t){return new i.QRCode(e,t,this.onError.bind(this))},t.prototype.onError=function(e){if(e.name=d.packageMetadata.productName+" QRCode",this.isDevMode())throw e;console.warn(e)},r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"background",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"border",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"color",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"encoding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"errorCorrection",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"overlay",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"padding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"renderAs",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"size",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"value",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"resizeRateLimit",void 0),t=r.__decorate([n.Component({changeDetection:n.ChangeDetectionStrategy.OnPush,selector:"kendo-qrcode",exportAs:"kendoQRCode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[n.ElementRef,n.Renderer2,n.NgZone])],t)}(a.BaseComponent);t.QRCodeComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(5),d=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[a.BarcodeComponent],imports:[i.ResizeSensorModule],exports:[a.BarcodeComponent]})],e)}();t.BarcodeModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(7),d=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[a.QRCodeComponent],imports:[i.ResizeSensorModule],exports:[a.QRCodeComponent]})],e)}();t.QRCodeModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(5);t.BarcodeComponent=r.BarcodeComponent;var n=o(7);t.QRCodeComponent=n.QRCodeComponent;var i=o(8);t.BarcodeModule=i.BarcodeModule;var a=o(9);t.QRCodeModule=a.QRCodeModule;var d=o(13);t.BarcodesModule=d.BarcodesModule;var s=o(14);t.createBarcodeValidator=s.createBarcodeValidator;var u=o(15);t.createQRCodeValidator=u.createQRCodeValidator},function(e,t){e.exports=n},function(e,t){e.exports=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(8),a=o(9),d=function(){function e(){}return e=r.__decorate([n.NgModule({exports:[i.BarcodeModule,a.QRCodeModule]})],e)}();t.BarcodesModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(2);t.createBarcodeValidator=function(e,t){var o=r.barcodeValidator(e,t);return function(t){if(null==t.value||""===t.value)return null;var r=o(t.value);return!0===r.valid?null:{barcode:{message:r.error.message,value:t.value,type:e}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(2);t.createQRCodeValidator=function(e){void 0===e&&(e="ISO_8859_1");var t=r.qrcodeValidator(e);return function(o){if(!o.value)return null;var r=t(o.value);return!0===r.valid?null:{qrcode:{message:r.error.message,value:o.value,encoding:e}}}}}])})); | ||
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("tslib"),require("@angular/core"),require("@progress/kendo-charts"),require("@progress/kendo-angular-common"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["tslib","@angular/core","@progress/kendo-charts","@progress/kendo-angular-common","@progress/kendo-drawing","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoAngularBarcodes=t(require("tslib"),require("@angular/core"),require("@progress/kendo-charts"),require("@progress/kendo-angular-common"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):e.KendoAngularBarcodes=t(e.tslib,e["@angular/core"],e["@progress/kendo-charts"],e["@progress/kendo-angular-common"],e["@progress/kendo-drawing"],e["@progress/kendo-licensing"])}(window,(function(e,t,o,r,n,i){return function(e){var t={};function o(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=e,o.c=t,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)o.d(r,n,function(t){return e[t]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=10)}([function(t,o){t.exports=e},function(e,o){e.exports=t},function(e,t){e.exports=o},function(e,t){e.exports=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-barcodes",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1642577110,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(2),a=o(6),d=o(4),s=function(e){function t(t,o,r){var n=e.call(this,t,o,r)||this;return n.element=t,n.renderer=o,n.ngZone=r,n.resizeRateLimit=10,n}return r.__extends(t,e),Object.defineProperty(t.prototype,"options",{get:function(){return{renderAs:this.renderAs,background:this.background,border:this.border,checksum:this.checksum,color:this.color,height:this.height,padding:this.padding,text:this.text,type:this.type,value:this.value,width:this.width}},enumerable:!0,configurable:!0}),t.prototype.createInstance=function(e,t){return new i.Barcode(e,t,this.onError.bind(this))},t.prototype.onError=function(e){if(e.name=d.packageMetadata.productName+" Barcode",this.isDevMode())throw e;console.warn(e)},r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"background",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"border",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Boolean)],t.prototype,"checksum",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"color",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"height",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"padding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"renderAs",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"text",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"type",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"value",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"width",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"resizeRateLimit",void 0),t=r.__decorate([n.Component({changeDetection:n.ChangeDetectionStrategy.OnPush,exportAs:"kendoBarcode",selector:"kendo-barcode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[n.ElementRef,n.Renderer2,n.NgZone])],t)}(a.BaseComponent);t.BarcodeComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(11),d=o(12),s=o(4),u=function(){function e(e,t,o){this.element=e,this.renderer=t,this.ngZone=o,this.resizeRateLimit=10,d.validatePackage(s.packageMetadata)}return Object.defineProperty(e.prototype,"autoResize",{get:function(){return this.resizeRateLimit>0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"canRender",{get:function(){return i.isDocumentAvailable()&&Boolean(this.element)},enumerable:!0,configurable:!0}),e.prototype.ngAfterViewInit=function(){this.refresh()},e.prototype.ngOnChanges=function(e){e.renderAs&&this.instance&&(this.instance.destroy(),this.instance=null),this.refresh()},e.prototype.resize=function(){this.instance&&this.instance.redraw()},e.prototype.onResize=function(){this.autoResize&&this.resize()},e.prototype.exportImage=function(e){return void 0===e&&(e={}),a.exportImage(this.exportVisual(),e)},e.prototype.exportSVG=function(e){return void 0===e&&(e={}),a.exportSVG(this.exportVisual(),e)},e.prototype.exportVisual=function(){return this.instance.exportVisual()},e.prototype.refresh=function(){if(this.canRender)if(this.instance)this.instance.setOptions(this.options);else{var e=this.element.nativeElement;this.instance=this.createInstance(e,this.options)}},e.prototype.isDevMode=function(){return n.isDevMode()},r.__decorate([n.Input(),r.__metadata("design:type",Number)],e.prototype,"resizeRateLimit",void 0),r.__decorate([n.ViewChild("surface",{static:!0}),r.__metadata("design:type",n.ElementRef)],e.prototype,"surfaceElement",void 0),e}();t.BaseComponent=u},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(2),a=o(6),d=o(4),s=function(e){function t(t,o,r){var n=e.call(this,t,o,r)||this;return n.element=t,n.renderer=o,n.ngZone=r,n.resizeRateLimit=10,n}return r.__extends(t,e),Object.defineProperty(t.prototype,"options",{get:function(){return{background:this.background||"#fff",border:this.border,color:this.color||"#000",encoding:this.encoding,errorCorrection:this.errorCorrection||"L",overlay:this.overlay||{},padding:this.padding,renderAs:this.renderAs,size:this.size,value:this.value}},enumerable:!0,configurable:!0}),t.prototype.createInstance=function(e,t){return new i.QRCode(e,t,this.onError.bind(this))},t.prototype.onError=function(e){if(e.name=d.packageMetadata.productName+" QRCode",this.isDevMode())throw e;console.warn(e)},r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"background",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"border",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"color",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"encoding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"errorCorrection",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"overlay",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"padding",void 0),r.__decorate([n.Input(),r.__metadata("design:type",String)],t.prototype,"renderAs",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"size",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Object)],t.prototype,"value",void 0),r.__decorate([n.Input(),r.__metadata("design:type",Number)],t.prototype,"resizeRateLimit",void 0),t=r.__decorate([n.Component({changeDetection:n.ChangeDetectionStrategy.OnPush,selector:"kendo-qrcode",exportAs:"kendoQRCode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[n.ElementRef,n.Renderer2,n.NgZone])],t)}(a.BaseComponent);t.QRCodeComponent=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(5),d=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[a.BarcodeComponent],imports:[i.ResizeSensorModule],exports:[a.BarcodeComponent]})],e)}();t.BarcodeModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(3),a=o(7),d=function(){function e(){}return e=r.__decorate([n.NgModule({declarations:[a.QRCodeComponent],imports:[i.ResizeSensorModule],exports:[a.QRCodeComponent]})],e)}();t.QRCodeModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(5);t.BarcodeComponent=r.BarcodeComponent;var n=o(7);t.QRCodeComponent=n.QRCodeComponent;var i=o(8);t.BarcodeModule=i.BarcodeModule;var a=o(9);t.QRCodeModule=a.QRCodeModule;var d=o(13);t.BarcodesModule=d.BarcodesModule;var s=o(14);t.createBarcodeValidator=s.createBarcodeValidator;var u=o(15);t.createQRCodeValidator=u.createQRCodeValidator},function(e,t){e.exports=n},function(e,t){e.exports=i},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(0),n=o(1),i=o(8),a=o(9),d=function(){function e(){}return e=r.__decorate([n.NgModule({exports:[i.BarcodeModule,a.QRCodeModule]})],e)}();t.BarcodesModule=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(2);t.createBarcodeValidator=function(e,t){var o=r.barcodeValidator(e,t);return function(t){if(null==t.value||""===t.value)return null;var r=o(t.value);return!0===r.valid?null:{barcode:{message:r.error.message,value:t.value,type:e}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(2);t.createQRCodeValidator=function(e){void 0===e&&(e="ISO_8859_1");var t=r.qrcodeValidator(e);return function(o){if(!o.value)return null;var r=t(o.value);return!0===r.valid?null:{qrcode:{message:r.error.message,value:o.value,encoding:e}}}}}])})); |
@@ -12,5 +12,5 @@ /**----------------------------------------------------------------------------------------- | ||
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'], | ||
publishDate: 1641993026, | ||
publishDate: 1642577110, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning' | ||
}; |
@@ -12,5 +12,5 @@ /**----------------------------------------------------------------------------------------- | ||
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'], | ||
publishDate: 1641993026, | ||
publishDate: 1642577110, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning' | ||
}; |
@@ -19,3 +19,3 @@ /**----------------------------------------------------------------------------------------- | ||
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'], | ||
publishDate: 1641993026, | ||
publishDate: 1642577110, | ||
version: '', | ||
@@ -22,0 +22,0 @@ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning' |
@@ -19,3 +19,3 @@ /**----------------------------------------------------------------------------------------- | ||
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'], | ||
publishDate: 1641993026, | ||
publishDate: 1642577110, | ||
version: '', | ||
@@ -22,0 +22,0 @@ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning' |
@@ -14,5 +14,5 @@ /**----------------------------------------------------------------------------------------- | ||
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'], | ||
publishDate: 1641993026, | ||
publishDate: 1642577110, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning' | ||
}; |
@@ -5,2 +5,2 @@ /**----------------------------------------------------------------------------------------- | ||
*-------------------------------------------------------------------------------------------*/ | ||
System.register("@progress/kendo-angular-barcodes",["tslib","@angular/core","@progress/kendo-angular-common","@progress/kendo-charts","@progress/kendo-drawing","@progress/kendo-licensing"],function(a){var i,d,s,c,u,p;function t(e){return e.__useDefault?e.default:e}return{setters:[function(e){i=t(e)},function(e){d=t(e)},function(e){s=t(e)},function(e){c=t(e)},function(e){u=t(e)},function(e){p=t(e)}],execute:function(){function r(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return o[e].call(t.exports,t,t.exports,r),t.l=!0,t.exports}var o,n;n={},r.m=o=[function(e,t){e.exports=d},function(e,t){e.exports=i},function(e,t){e.exports=c},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-barcodes",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1641993026,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(e,t){e.exports=s},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),o=o(7),o=r.__decorate([n.NgModule({declarations:[o.QRCodeComponent],imports:[a.ResizeSensorModule],exports:[o.QRCodeComponent]})],i);function i(){}t.QRCodeModule=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),o=o(9),o=r.__decorate([n.NgModule({declarations:[o.BarcodeComponent],imports:[a.ResizeSensorModule],exports:[o.BarcodeComponent]})],i);function i(){}t.BarcodeModule=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,r=o(1),a=o(0),i=o(2),d=o(8),s=o(3),a=(n=d.BaseComponent,r.__extends(c,n),Object.defineProperty(c.prototype,"options",{get:function(){return{background:this.background||"#fff",border:this.border,color:this.color||"#000",encoding:this.encoding,errorCorrection:this.errorCorrection||"L",overlay:this.overlay||{},padding:this.padding,renderAs:this.renderAs,size:this.size,value:this.value}},enumerable:!0,configurable:!0}),c.prototype.createInstance=function(e,t){return new i.QRCode(e,t,this.onError.bind(this))},c.prototype.onError=function(e){if(e.name=s.packageMetadata.productName+" QRCode",this.isDevMode())throw e;console.warn(e)},r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"background",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"border",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"color",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"encoding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"errorCorrection",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"overlay",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"padding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"renderAs",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"size",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"value",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([a.Component({changeDetection:a.ChangeDetectionStrategy.OnPush,selector:"kendo-qrcode",exportAs:"kendoQRCode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[a.ElementRef,a.Renderer2,a.NgZone])],c));function c(e,t,o){var r=n.call(this,e,t,o)||this;return r.element=e,r.renderer=t,r.ngZone=o,r.resizeRateLimit=10,r}t.QRCodeComponent=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),i=o(14),d=o(13),s=o(3),r=(Object.defineProperty(c.prototype,"autoResize",{get:function(){return 0<this.resizeRateLimit},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"canRender",{get:function(){return a.isDocumentAvailable()&&Boolean(this.element)},enumerable:!0,configurable:!0}),c.prototype.ngAfterViewInit=function(){this.refresh()},c.prototype.ngOnChanges=function(e){e.renderAs&&this.instance&&(this.instance.destroy(),this.instance=null),this.refresh()},c.prototype.resize=function(){this.instance&&this.instance.redraw()},c.prototype.onResize=function(){this.autoResize&&this.resize()},c.prototype.exportImage=function(e){return void 0===e&&(e={}),i.exportImage(this.exportVisual(),e)},c.prototype.exportSVG=function(e){return void 0===e&&(e={}),i.exportSVG(this.exportVisual(),e)},c.prototype.exportVisual=function(){return this.instance.exportVisual()},c.prototype.refresh=function(){var e;this.canRender&&(this.instance?this.instance.setOptions(this.options):(e=this.element.nativeElement,this.instance=this.createInstance(e,this.options)))},c.prototype.isDevMode=function(){return n.isDevMode()},r.__decorate([n.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([n.ViewChild("surface",{static:!0}),r.__metadata("design:type",n.ElementRef)],c.prototype,"surfaceElement",void 0),c);function c(e,t,o){this.element=e,this.renderer=t,this.ngZone=o,this.resizeRateLimit=10,d.validatePackage(s.packageMetadata)}t.BaseComponent=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,r=o(1),a=o(0),i=o(2),d=o(8),s=o(3),a=(n=d.BaseComponent,r.__extends(c,n),Object.defineProperty(c.prototype,"options",{get:function(){return{renderAs:this.renderAs,background:this.background,border:this.border,checksum:this.checksum,color:this.color,height:this.height,padding:this.padding,text:this.text,type:this.type,value:this.value,width:this.width}},enumerable:!0,configurable:!0}),c.prototype.createInstance=function(e,t){return new i.Barcode(e,t,this.onError.bind(this))},c.prototype.onError=function(e){if(e.name=s.packageMetadata.productName+" Barcode",this.isDevMode())throw e;console.warn(e)},r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"background",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"border",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Boolean)],c.prototype,"checksum",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"color",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"height",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"padding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"renderAs",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"text",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"type",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"value",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"width",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([a.Component({changeDetection:a.ChangeDetectionStrategy.OnPush,exportAs:"kendoBarcode",selector:"kendo-barcode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[a.ElementRef,a.Renderer2,a.NgZone])],c));function c(e,t,o){var r=n.call(this,e,t,o)||this;return r.element=e,r.renderer=t,r.ngZone=o,r.resizeRateLimit=10,r}t.BarcodeComponent=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=o(2);t.createQRCodeValidator=function(o){void 0===o&&(o="ISO_8859_1");var r=n.qrcodeValidator(o);return function(e){if(!e.value)return null;var t=r(e.value);return!0===t.valid?null:{qrcode:{message:t.error.message,value:e.value,encoding:o}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=o(2);t.createBarcodeValidator=function(o,e){var r=n.barcodeValidator(o,e);return function(e){if(null==e.value||""===e.value)return null;var t=r(e.value);return!0===t.valid?null:{barcode:{message:t.error.message,value:e.value,type:o}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(6),o=o(5),o=r.__decorate([n.NgModule({exports:[a.BarcodeModule,o.QRCodeModule]})],i);function i(){}t.BarcodesModule=o},function(e,t){e.exports=p},function(e,t){e.exports=u},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(9);t.BarcodeComponent=r.BarcodeComponent;r=o(7);t.QRCodeComponent=r.QRCodeComponent;r=o(6);t.BarcodeModule=r.BarcodeModule;r=o(5);t.QRCodeModule=r.QRCodeModule;r=o(12);t.BarcodesModule=r.BarcodesModule;r=o(11);t.createBarcodeValidator=r.createBarcodeValidator;o=o(10);t.createQRCodeValidator=o.createQRCodeValidator,function(e){for(var t in e)a(t,e[t])}(t)}],r.c=n,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=15)}}}); | ||
System.register("@progress/kendo-angular-barcodes",["tslib","@progress/kendo-angular-common","@angular/core","@progress/kendo-charts","@progress/kendo-drawing","@progress/kendo-licensing"],function(a){var i,d,s,c,u,p;function t(e){return e.__useDefault?e.default:e}return{setters:[function(e){i=t(e)},function(e){d=t(e)},function(e){s=t(e)},function(e){c=t(e)},function(e){u=t(e)},function(e){p=t(e)}],execute:function(){function r(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return o[e].call(t.exports,t,t.exports,r),t.l=!0,t.exports}var o,n;n={},r.m=o=[function(e,t){e.exports=s},function(e,t){e.exports=i},function(e,t){e.exports=c},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata={name:"@progress/kendo-angular-barcodes",productName:"Kendo UI for Angular",productCodes:["KENDOUIANGULAR","KENDOUICOMPLETE"],publishDate:1642577110,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"}},function(e,t){e.exports=d},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),o=o(7),o=r.__decorate([n.NgModule({declarations:[o.QRCodeComponent],imports:[a.ResizeSensorModule],exports:[o.QRCodeComponent]})],i);function i(){}t.QRCodeModule=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),o=o(9),o=r.__decorate([n.NgModule({declarations:[o.BarcodeComponent],imports:[a.ResizeSensorModule],exports:[o.BarcodeComponent]})],i);function i(){}t.BarcodeModule=o},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,r=o(1),a=o(0),i=o(2),d=o(8),s=o(3),a=(n=d.BaseComponent,r.__extends(c,n),Object.defineProperty(c.prototype,"options",{get:function(){return{background:this.background||"#fff",border:this.border,color:this.color||"#000",encoding:this.encoding,errorCorrection:this.errorCorrection||"L",overlay:this.overlay||{},padding:this.padding,renderAs:this.renderAs,size:this.size,value:this.value}},enumerable:!0,configurable:!0}),c.prototype.createInstance=function(e,t){return new i.QRCode(e,t,this.onError.bind(this))},c.prototype.onError=function(e){if(e.name=s.packageMetadata.productName+" QRCode",this.isDevMode())throw e;console.warn(e)},r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"background",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"border",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"color",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"encoding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"errorCorrection",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"overlay",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"padding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"renderAs",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"size",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"value",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([a.Component({changeDetection:a.ChangeDetectionStrategy.OnPush,selector:"kendo-qrcode",exportAs:"kendoQRCode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[a.ElementRef,a.Renderer2,a.NgZone])],c));function c(e,t,o){var r=n.call(this,e,t,o)||this;return r.element=e,r.renderer=t,r.ngZone=o,r.resizeRateLimit=10,r}t.QRCodeComponent=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(4),i=o(14),d=o(13),s=o(3),r=(Object.defineProperty(c.prototype,"autoResize",{get:function(){return 0<this.resizeRateLimit},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"canRender",{get:function(){return a.isDocumentAvailable()&&Boolean(this.element)},enumerable:!0,configurable:!0}),c.prototype.ngAfterViewInit=function(){this.refresh()},c.prototype.ngOnChanges=function(e){e.renderAs&&this.instance&&(this.instance.destroy(),this.instance=null),this.refresh()},c.prototype.resize=function(){this.instance&&this.instance.redraw()},c.prototype.onResize=function(){this.autoResize&&this.resize()},c.prototype.exportImage=function(e){return void 0===e&&(e={}),i.exportImage(this.exportVisual(),e)},c.prototype.exportSVG=function(e){return void 0===e&&(e={}),i.exportSVG(this.exportVisual(),e)},c.prototype.exportVisual=function(){return this.instance.exportVisual()},c.prototype.refresh=function(){var e;this.canRender&&(this.instance?this.instance.setOptions(this.options):(e=this.element.nativeElement,this.instance=this.createInstance(e,this.options)))},c.prototype.isDevMode=function(){return n.isDevMode()},r.__decorate([n.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([n.ViewChild("surface",{static:!0}),r.__metadata("design:type",n.ElementRef)],c.prototype,"surfaceElement",void 0),c);function c(e,t,o){this.element=e,this.renderer=t,this.ngZone=o,this.resizeRateLimit=10,d.validatePackage(s.packageMetadata)}t.BaseComponent=r},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,r=o(1),a=o(0),i=o(2),d=o(8),s=o(3),a=(n=d.BaseComponent,r.__extends(c,n),Object.defineProperty(c.prototype,"options",{get:function(){return{renderAs:this.renderAs,background:this.background,border:this.border,checksum:this.checksum,color:this.color,height:this.height,padding:this.padding,text:this.text,type:this.type,value:this.value,width:this.width}},enumerable:!0,configurable:!0}),c.prototype.createInstance=function(e,t){return new i.Barcode(e,t,this.onError.bind(this))},c.prototype.onError=function(e){if(e.name=s.packageMetadata.productName+" Barcode",this.isDevMode())throw e;console.warn(e)},r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"background",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"border",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Boolean)],c.prototype,"checksum",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"color",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"height",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"padding",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"renderAs",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"text",void 0),r.__decorate([a.Input(),r.__metadata("design:type",String)],c.prototype,"type",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Object)],c.prototype,"value",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"width",void 0),r.__decorate([a.Input(),r.__metadata("design:type",Number)],c.prototype,"resizeRateLimit",void 0),r.__decorate([a.Component({changeDetection:a.ChangeDetectionStrategy.OnPush,exportAs:"kendoBarcode",selector:"kendo-barcode",template:'\n <kendo-resize-sensor (resize)="onResize()" [rateLimit]="resizeRateLimit"></kendo-resize-sensor>\n '}),r.__metadata("design:paramtypes",[a.ElementRef,a.Renderer2,a.NgZone])],c));function c(e,t,o){var r=n.call(this,e,t,o)||this;return r.element=e,r.renderer=t,r.ngZone=o,r.resizeRateLimit=10,r}t.BarcodeComponent=a},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=o(2);t.createQRCodeValidator=function(o){void 0===o&&(o="ISO_8859_1");var r=n.qrcodeValidator(o);return function(e){if(!e.value)return null;var t=r(e.value);return!0===t.valid?null:{qrcode:{message:t.error.message,value:e.value,encoding:o}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=o(2);t.createBarcodeValidator=function(o,e){var r=n.barcodeValidator(o,e);return function(e){if(null==e.value||""===e.value)return null;var t=r(e.value);return!0===t.valid?null:{barcode:{message:t.error.message,value:e.value,type:o}}}}},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(1),n=o(0),a=o(6),o=o(5),o=r.__decorate([n.NgModule({exports:[a.BarcodeModule,o.QRCodeModule]})],i);function i(){}t.BarcodesModule=o},function(e,t){e.exports=p},function(e,t){e.exports=u},function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(9);t.BarcodeComponent=r.BarcodeComponent;r=o(7);t.QRCodeComponent=r.QRCodeComponent;r=o(6);t.BarcodeModule=r.BarcodeModule;r=o(5);t.QRCodeModule=r.QRCodeModule;r=o(12);t.BarcodesModule=r.BarcodesModule;r=o(11);t.createBarcodeValidator=r.createBarcodeValidator;o=o(10);t.createQRCodeValidator=o.createQRCodeValidator,function(e){for(var t in e)a(t,e[t])}(t)}],r.c=n,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=15)}}}); |
@@ -11,2 +11,2 @@ # Kendo UI for Angular | ||
*Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* | ||
*Copyright © 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* |
196
NOTICE.txt
@@ -1,4 +0,4 @@ | ||
Progress Kendo UI for Angular 2021 | ||
Progress Kendo UI for Angular 2022 | ||
Copyright © 2016-2021 Progress Software Corporation and/or one of its | ||
Copyright (c) 2016-2022 Progress Software Corporation and/or one of its | ||
subsidiaries or affiliates. All rights reserved. | ||
@@ -10,6 +10,6 @@ | ||
include the following notices and additional licensing terms as a condition of | ||
PSC's use of such Third-Party Components. You acknowledge that the authors | ||
PSC's use of such Third-Party Components. You acknowledge that the authors | ||
of the Third-Party Components have no obligation to provide support to you for | ||
the Third-Party Components or the Product. You hereby undertake to comply with | ||
all licenses related to the applicable Third-Party Components. Notwithstanding | ||
the Third-Party Components or the Product. You hereby undertake to comply with | ||
all licenses related to the applicable Third-Party Components. Notwithstanding | ||
anything to the contrary, to the extent that any of the terms and conditions of | ||
@@ -21,9 +21,51 @@ the Product Agreement conflict, vary, or are in addition to the terms and | ||
------------------------------------------------------------------------- | ||
SUMMARY OF COMPONENTS: | ||
1. Special Notices Regarding Open Source Third-Party Components incorporated in | ||
VendorName | ComponentName | VersionName | LicenseType | ||
DefinitelyTyped.org | @types/prosemirror-commands | 1.0.4 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-dropcursor | 1.0.1 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-history | 1.0.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-inputrules | 1.0.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-keymap | 1.0.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-model | 1.11.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-schema-list | 1.0.2 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-state | 1.2.4 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-tables | 0.9.1 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-transform | 1.2.9 - Open Source | MIT-style License | ||
DefinitelyTyped.org | @types/prosemirror-view | 1.11.4 - Open Source | MIT-style License | ||
Isaac Z. Schlueter | glob | 7.1.3 - Open Source | ISC-style License | ||
Jorik Tangelder (Eight Media) | HammerJS | 2.0.8 - Open Source | MIT-style License | ||
Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License | ||
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary | | ||
Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License | ||
Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License | ||
ProseMirror | prosemiror-inputrules | 1.0.1 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-commands | 1.0.7 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-cursor | 1.0.1 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-gapcursor | 1.0.2 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-history | 1.0.2 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-keymap | 1.0.1 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-model | 1.6.1 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-schema-list | 1.0.1 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-state | 1.2.2 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-tables | 0.7.10 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-transform | 1.1.3 - Open Source | MIT-style License | ||
ProseMirror | prosemirror-view | 1.5.2 - Open Source | MIT-style License | ||
Quildreen Motta | Data.Task | 3.1.2 - Open Source | MIT-style License | ||
Scott Sauyet and Michael Hurley | ramda | 0.23.0 - Open Source | MIT-style License | ||
TsLib | TsLib | 1.9.3 - Open Source | Apache Software License Version 2.0 | ||
Tsvetomir Tsonev | xlf-translate | 2.0.4 - Open Source | BSD-style License | ||
Unicode Inc. | CLDR | 37 - Open Source | Unicode, Inc. License Agreement - Data Files and Software | ||
Vitaly Puzrin | js-yaml | 3.14.0 - Open Source | MIT-style License | ||
------------------------------------------------------------------------- | ||
1. Special Notices Regarding Open-Source Third-Party Components incorporated into | ||
the Product: | ||
(1) The Apache Software License, Version 2.0: | ||
(1) The Apache Software License, Version 2.0: | ||
Progress Kendo UI for Angular 2021 incorporates tslib v1.9.3. Such technology | ||
Progress Kendo UI for Angular 2022 incorporates TsLib v1.9.3. Such technology | ||
is subject to the following terms and conditions: Apache Software License Version 2.0. | ||
@@ -251,40 +293,40 @@ | ||
(2) BSD-Style Licenses: | ||
(2) BSD-Style Licenses: | ||
(a) Progress Kendo UI for Angular 2021 incorporates xlf-translate v2.0.4. Such | ||
(a) Progress Kendo UI for Angular 2022 incorporates xlf-translate v2.0.4. Such | ||
technology is subject to the following terms and conditions: | ||
BSD 3-Clause License | ||
BSD 3-Clause License | ||
Copyright (c) 2017, Tsvetomir Tsonev | ||
All rights reserved. | ||
Copyright (c) 2017, Tsvetomir Tsonev | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
* Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
* Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
(3) The ISC License: | ||
(3) The ISC License: | ||
(a) Progress Kendo UI for Angular 2021 incorporates glob v7.1.3. Such technology | ||
(a) Progress Kendo UI for Angular 2022 incorporates glob v7.1.3. Such technology | ||
is subject to the following terms and conditions: | ||
@@ -314,5 +356,5 @@ | ||
(4) MIT-Style Licenses: | ||
(4) MIT-Style Licenses: | ||
(a) Progress Kendo UI for Angular 2021 incorporates HammerJS v2.0.8. Such | ||
(a) Progress Kendo UI for Angular 2022 incorporates HammerJS v2.0.8. Such | ||
technology is subject to the following terms and conditions: | ||
@@ -342,3 +384,3 @@ | ||
(b) Progress Kendo UI for Angular 2021 incorporates prosemirror-commands v1*, | ||
(b) Progress Kendo UI for Angular 2022 incorporates prosemirror-commands v1*, | ||
prosemirror-cursor v1*, prosemirror-gapcursor v1*, prosemirror-history v1*, | ||
@@ -370,35 +412,32 @@ prosemirror-inputrules v1*, prosemirror-keymap v1*, prosemirror-model v1*, | ||
(c) Progress Kendo UI for Angular 2021 incorporates cheerio v0.2.2. Such | ||
technology is subject to the following terms and conditions: | ||
(c) Progress Kendo UI for Angular 2022 incorporates cheerio v0.2.2. Such technology is subject to the following terms and conditions: | ||
MIT License | ||
MIT License | ||
Copyright (c) 2016 Matt Mueller | ||
Copyright (c) 2016 Matt Mueller | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
(d) Progress Kendo UI for Angular 2021 incorporates @types/prosemirror-commands v1*, | ||
@types/prosemirror-dropcursor v1*, @types/prosemirror-gapcursor v1*, | ||
@types/prosemirror-history v1*, @types/prosemirror-inputrules v1*, | ||
@types/prosemirror-keymap v1*, @types/prosemirror-model v1*, | ||
@types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, | ||
@types/prosemirror-tables v0.9*, @types/prosemirror-transform v1*, and | ||
@types/prosemirror-view v1*. Such technologies are subject to the following terms | ||
and conditions: | ||
(d) Progress Kendo UI for Angular 2022 incorporates @types/prosemirror-commands v1*, | ||
@types/prosemirror-dropcursor v1*, @types/prosemirror-gapcursor v1*, @types/prosemirror-history v1*, | ||
@types/prosemirror-inputrules v1*, @types/prosemirror-keymap v1*, @types/prosemirror-model v1*, | ||
@types/prosemirror-schema-list v1*, @types/prosemirror-state v1*, @types/prosemirror-tables v0.9*, | ||
@types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are | ||
subject to the following terms and conditions: | ||
@@ -427,3 +466,3 @@ This project is licensed under the MIT license. | ||
(e) Progress Kendo UI for Angular 2021 incorporates pako-esm v1.0.0. Such | ||
(e) Progress Kendo UI for Angular 2022 incorporates pako-esm v1.0.0. Such | ||
technology is subject to the following terms and conditions: | ||
@@ -454,3 +493,3 @@ | ||
(f) Progress Kendo UI for Angular 2021 incorporates jszip-esm v1.0.0. Such | ||
(f) Progress Kendo UI for Angular 2022 incorporates jszip-esm v1.0.0. Such | ||
technology is subject to the following terms and conditions: | ||
@@ -482,3 +521,3 @@ | ||
(g) Progress Kendo UI for Angular 2021 incorporates data.task v3.1.2. Such | ||
(g) Progress Kendo UI for Angular 2022 incorporates data.task v3.1.2. Such | ||
technology is subject to the following terms and conditions: | ||
@@ -508,3 +547,3 @@ | ||
(h) Progress Kendo UI for Angular 2021 incorporates ramda v0.23. Such technology | ||
(h) Progress Kendo UI for Angular 2022 incorporates ramda v0.23. Such technology | ||
is subject to the following terms and conditions: | ||
@@ -534,3 +573,3 @@ | ||
(i) Progress Kendo UI for Angular 2021 incorporates js-yaml v3.14.0. Such | ||
(i) Progress Kendo UI for Angular 2022 incorporates js-yaml v3.14.0. Such | ||
technology is subject to the following terms and conditions: | ||
@@ -560,6 +599,5 @@ | ||
(5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE: | ||
(5) UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE: | ||
Progress Kendo UI for Angular 2021 incorporates Unicode CLDR Database v37. | ||
Progress Kendo UI for Angular 2022 incorporates Unicode CLDR Database v33. | ||
Such technology is subject to the following terms and conditions: | ||
@@ -615,8 +653,10 @@ | ||
2. Special Notices Regarding Commercially Licensed Third-Party Components | ||
incorporated in the Product: | ||
incorporated into the Product: NONE | ||
(a) Progress Kendo UI for Angular 2021 incorporates Kendo UI Licensing CLI v1.1 | ||
from Progress Software Corporation. For third-party component information, see | ||
the product’s NOTICE.txt file. | ||
3. Special Notices Regarding Progress Products incorporated into the Product: | ||
(a) Progress Kendo UI for Angular 2022 incorporates Kendo UI Licensing CLI v1.1 | ||
from Progress Software Corporation. See NOTICE.txt text file within product for | ||
third-party license information. | ||
NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in | ||
@@ -627,2 +667,2 @@ the release notes or other documentation that accompanies updates received in | ||
Updated 3/2/2021 | ||
Updated 1/6/2022 |
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "0.2.0", | ||
"version": "0.2.1-dev.202201190726", | ||
"main": "dist/npm/index.js", | ||
@@ -50,3 +50,3 @@ "module": "dist/fesm5/index.js", | ||
"@progress/kendo-charts": "^1.22.0", | ||
"@progress/kendo-schematics": "^1.1.0", | ||
"@progress/kendo-schematics": "^2.0.0", | ||
"tslib": "^1.9.0" | ||
@@ -83,5 +83,5 @@ }, | ||
"@progress/kendo-licensing": "^1.0.0", | ||
"@progress/kendo-theme-bootstrap": "^4.41.1", | ||
"@progress/kendo-theme-default": "^4.41.1", | ||
"@progress/kendo-theme-material": "^4.41.1", | ||
"@progress/kendo-theme-bootstrap": "^5.0.0", | ||
"@progress/kendo-theme-default": "^5.0.0", | ||
"@progress/kendo-theme-material": "^5.0.0", | ||
"@telerik/semantic-prerelease": "^1.0.0", | ||
@@ -88,0 +88,0 @@ "@types/jest": "^21.1.8", |
@@ -29,4 +29,4 @@ <a href="https://www.telerik.com/kendo-angular-ui/" target="_blank"> | ||
*Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* | ||
*Copyright © 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.* | ||
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.* |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
699538
+ Added@progress/kendo-schematics@2.0.0(transitive)
- Removed@progress/kendo-schematics@1.2.2(transitive)