Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-grid

Package Overview
Dependencies
Maintainers
1
Versions
1371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-grid - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

3

dist/npm/js/main.d.ts

@@ -17,2 +17,5 @@ export { GridModule } from './grid.module';

export { ColumnSortSettings, SortSettings } from './sort-settings';
export { ResizableContainerDirective } from './resizable.directive';
export { SelectableDirective } from './selectable.directive';
export { TemplateContextDirective } from './template-context.directive';
export { toODataString } from './data/odata.operators';

@@ -19,0 +22,0 @@ export { State } from './data/state';

46

dist/npm/js/main.js

@@ -184,16 +184,22 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

exports.DetailTemplateDirective = detail_template_directive_1.DetailTemplateDirective;
var odata_operators_1 = __webpack_require__(64);
var resizable_directive_1 = __webpack_require__(64);
exports.ResizableContainerDirective = resizable_directive_1.ResizableContainerDirective;
var selectable_directive_1 = __webpack_require__(65);
exports.SelectableDirective = selectable_directive_1.SelectableDirective;
var template_context_directive_1 = __webpack_require__(66);
exports.TemplateContextDirective = template_context_directive_1.TemplateContextDirective;
var odata_operators_1 = __webpack_require__(67);
exports.toODataString = odata_operators_1.toODataString;
var array_operators_1 = __webpack_require__(65);
var array_operators_1 = __webpack_require__(68);
exports.orderBy = array_operators_1.orderBy;
//Workaround for angular/angular#11889
var col_group_component_1 = __webpack_require__(66);
var col_group_component_1 = __webpack_require__(69);
exports.ColGroupComponent = col_group_component_1.ColGroupComponent;
var header_component_1 = __webpack_require__(67);
var header_component_1 = __webpack_require__(70);
exports.HeaderComponent = header_component_1.HeaderComponent;
var list_component_1 = __webpack_require__(46);
exports.ListComponent = list_component_1.ListComponent;
var footer_component_1 = __webpack_require__(68);
var footer_component_1 = __webpack_require__(71);
exports.FooterComponent = footer_component_1.FooterComponent;
var table_body_component_1 = __webpack_require__(69);
var table_body_component_1 = __webpack_require__(72);
exports.TableBodyComponent = table_body_component_1.TableBodyComponent;

@@ -214,3 +220,3 @@ var pager_component_1 = __webpack_require__(47);

module.exports = require("./data/odata.operators");
module.exports = require("./resizable.directive");

@@ -221,3 +227,3 @@ /***/ },

module.exports = require("./data/array.operators");
module.exports = require("./selectable.directive");

@@ -228,3 +234,3 @@ /***/ },

module.exports = require("./col-group.component");
module.exports = require("./template-context.directive");

@@ -235,3 +241,3 @@ /***/ },

module.exports = require("./header.component");
module.exports = require("./data/odata.operators");

@@ -242,3 +248,3 @@ /***/ },

module.exports = require("./footer.component");
module.exports = require("./data/array.operators");

@@ -249,2 +255,20 @@ /***/ },

module.exports = require("./col-group.component");
/***/ },
/* 70 */
/***/ function(module, exports) {
module.exports = require("./header.component");
/***/ },
/* 71 */
/***/ function(module, exports) {
module.exports = require("./footer.component");
/***/ },
/* 72 */
/***/ function(module, exports) {
module.exports = require("./table-body.component");

@@ -251,0 +275,0 @@

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./grid.module","export":["GridModule"]},{"from":"./shared.module","export":["SharedModule"]},{"from":"./grid.component","export":["GridComponent"]},{"from":"./column.component","export":["ColumnComponent"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./cell-template.directive","export":["CellTemplateDirective"]},{"from":"./header-template.directive","export":["HeaderTemplateDirective"]},{"from":"./footer-template.directive","export":["FooterTemplateDirective"]},{"from":"./detail-template.directive","export":["DetailTemplateDirective"]},{"from":"./pager-settings","export":["PagerSettings"]},{"from":"./change-event-args.interface","export":["PageChangeEvent","DataStateChangeEvent"]},{"from":"./data.collection","export":["GridDataResult"]},{"from":"./scrollmode","export":["ScrollMode"]},{"from":"./selection.service","export":["SelectionEvent"]},{"from":"./sort-descriptor","export":["SortDescriptor"]},{"from":"./sort-settings","export":["ColumnSortSettings","SortSettings"]},{"from":"./data/odata.operators","export":["toODataString"]},{"from":"./data/state","export":["State"]},{"from":"./data/array.operators","export":["orderBy"]},{"from":"./col-group.component","export":["ColGroupComponent"]},{"from":"./header.component","export":["HeaderComponent"]},{"from":"./list.component","export":["ListComponent"]},{"from":"./footer.component","export":["FooterComponent"]},{"from":"./table-body.component","export":["TableBodyComponent"]},{"from":"./pager.component","export":["PagerComponent"]}]}
{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./grid.module","export":["GridModule"]},{"from":"./shared.module","export":["SharedModule"]},{"from":"./grid.component","export":["GridComponent"]},{"from":"./column.component","export":["ColumnComponent"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./cell-template.directive","export":["CellTemplateDirective"]},{"from":"./header-template.directive","export":["HeaderTemplateDirective"]},{"from":"./footer-template.directive","export":["FooterTemplateDirective"]},{"from":"./detail-template.directive","export":["DetailTemplateDirective"]},{"from":"./pager-settings","export":["PagerSettings"]},{"from":"./change-event-args.interface","export":["PageChangeEvent","DataStateChangeEvent"]},{"from":"./data.collection","export":["GridDataResult"]},{"from":"./scrollmode","export":["ScrollMode"]},{"from":"./selection.service","export":["SelectionEvent"]},{"from":"./sort-descriptor","export":["SortDescriptor"]},{"from":"./sort-settings","export":["ColumnSortSettings","SortSettings"]},{"from":"./resizable.directive","export":["ResizableContainerDirective"]},{"from":"./selectable.directive","export":["SelectableDirective"]},{"from":"./template-context.directive","export":["TemplateContextDirective"]},{"from":"./data/odata.operators","export":["toODataString"]},{"from":"./data/state","export":["State"]},{"from":"./data/array.operators","export":["orderBy"]},{"from":"./col-group.component","export":["ColGroupComponent"]},{"from":"./header.component","export":["HeaderComponent"]},{"from":"./list.component","export":["ListComponent"]},{"from":"./footer.component","export":["FooterComponent"]},{"from":"./table-body.component","export":["TableBodyComponent"]},{"from":"./pager.component","export":["PagerComponent"]}]}

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(70);
module.exports = __webpack_require__(73);

@@ -54,3 +54,3 @@

/***/ 70:
/***/ 73:
/***/ function(module, exports) {

@@ -57,0 +57,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(71);
module.exports = __webpack_require__(74);

@@ -61,3 +61,3 @@

/***/ 71:
/***/ 74:
/***/ function(module, exports, __webpack_require__) {

@@ -76,3 +76,3 @@

var core_1 = __webpack_require__(5);
var pager_settings_1 = __webpack_require__(72);
var pager_settings_1 = __webpack_require__(75);
/**

@@ -254,3 +254,3 @@ * @hidden

/***/ 72:
/***/ 75:
/***/ function(module, exports) {

@@ -257,0 +257,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(73);
module.exports = __webpack_require__(76);

@@ -68,3 +68,3 @@

/***/ 73:
/***/ 76:
/***/ function(module, exports, __webpack_require__) {

@@ -71,0 +71,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(74);
module.exports = __webpack_require__(77);

@@ -54,3 +54,3 @@

/***/ 74:
/***/ 77:
/***/ function(module, exports) {

@@ -57,0 +57,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(75);
module.exports = __webpack_require__(78);

@@ -61,3 +61,3 @@

/***/ 75:
/***/ 78:
/***/ function(module, exports, __webpack_require__) {

@@ -67,3 +67,3 @@

var Observable_1 = __webpack_require__(53);
var BehaviorSubject_1 = __webpack_require__(76);
var BehaviorSubject_1 = __webpack_require__(79);
/**

@@ -154,3 +154,3 @@ * @hidden

/***/ 76:
/***/ 79:
/***/ function(module, exports) {

@@ -157,0 +157,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(77);
module.exports = __webpack_require__(80);

@@ -54,3 +54,3 @@

/***/ 77:
/***/ 80:
/***/ function(module, exports) {

@@ -57,0 +57,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(78);
module.exports = __webpack_require__(81);

@@ -68,3 +68,3 @@

/***/ 78:
/***/ 81:
/***/ function(module, exports, __webpack_require__) {

@@ -71,0 +71,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(79);
module.exports = __webpack_require__(82);

@@ -68,3 +68,3 @@

/***/ 79:
/***/ 82:
/***/ function(module, exports, __webpack_require__) {

@@ -71,0 +71,0 @@

@@ -48,3 +48,3 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

module.exports = __webpack_require__(80);
module.exports = __webpack_require__(83);

@@ -103,5 +103,26 @@

/***/ 64:
/***/ function(module, exports) {
module.exports = require("./resizable.directive");
/***/ },
/***/ 65:
/***/ function(module, exports) {
module.exports = require("./selectable.directive");
/***/ },
/***/ 66:
/***/ function(module, exports) {
module.exports = require("./template-context.directive");
/***/ },
/***/ 69:
/***/ function(module, exports) {
module.exports = require("./col-group.component");

@@ -111,3 +132,3 @@

/***/ 67:
/***/ 70:
/***/ function(module, exports) {

@@ -119,3 +140,3 @@

/***/ 68:
/***/ 71:
/***/ function(module, exports) {

@@ -127,3 +148,3 @@

/***/ 69:
/***/ 72:
/***/ function(module, exports) {

@@ -135,3 +156,3 @@

/***/ 80:
/***/ 83:
/***/ function(module, exports, __webpack_require__) {

@@ -156,10 +177,10 @@

var detail_template_directive_1 = __webpack_require__(8);
var col_group_component_1 = __webpack_require__(66);
var field_accessor_pipe_1 = __webpack_require__(81);
var footer_component_1 = __webpack_require__(68);
var header_component_1 = __webpack_require__(67);
var resizable_directive_1 = __webpack_require__(82);
var selectable_directive_1 = __webpack_require__(83);
var table_body_component_1 = __webpack_require__(69);
var template_context_directive_1 = __webpack_require__(84);
var col_group_component_1 = __webpack_require__(69);
var field_accessor_pipe_1 = __webpack_require__(84);
var footer_component_1 = __webpack_require__(71);
var header_component_1 = __webpack_require__(70);
var resizable_directive_1 = __webpack_require__(64);
var selectable_directive_1 = __webpack_require__(65);
var table_body_component_1 = __webpack_require__(72);
var template_context_directive_1 = __webpack_require__(66);
/**

@@ -204,3 +225,3 @@ * @hidden

/***/ 81:
/***/ 84:
/***/ function(module, exports) {

@@ -210,23 +231,2 @@

/***/ },
/***/ 82:
/***/ function(module, exports) {
module.exports = require("./resizable.directive");
/***/ },
/***/ 83:
/***/ function(module, exports) {
module.exports = require("./selectable.directive");
/***/ },
/***/ 84:
/***/ function(module, exports) {
module.exports = require("./template-context.directive");
/***/ }

@@ -233,0 +233,0 @@

{
"name": "@progress/kendo-angular-grid",
"description": "A Grid Component for Angular 2",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {

@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc