ag-grid-aurelia
Advanced tools
Comparing version 18.0.0 to 18.1.0
{ | ||
"name": "ag-grid-aurelia", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"homepage": "http://www.ag-grid.com/", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
import { ComponentAttached, ComponentDetached, Container, TaskQueue, ViewResources } from "aurelia-framework"; | ||
@@ -3,0 +3,0 @@ import { ColumnApi, GridApi, GridOptions } from "ag-grid/main"; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
import { ColDef } from "ag-grid/main"; | ||
@@ -3,0 +3,0 @@ import { AgCellTemplate, AgEditorTemplate, AgFilterTemplate, AgHeaderGroupTemplate, AgHeaderTemplate, AgPinnedRowTemplate } from "./agTemplate"; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -87,2 +87,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
for (var prop in this) { | ||
// only map this property if it's been actually been set | ||
if (this[prop] === undefined) { | ||
continue; | ||
} | ||
var colDefProperty = this.mappedColumnProperties[prop] ? this.mappedColumnProperties[prop] : prop; | ||
@@ -89,0 +93,0 @@ colDef[colDefProperty] = this[prop]; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
import { TargetInstruction } from "aurelia-framework"; | ||
@@ -3,0 +3,0 @@ export declare class AgCellTemplate { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
export declare function generateBindables(names: string[], bindingModeToUse?: any): any; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
import { Container, TaskQueue, ViewCompiler, ViewResources } from "aurelia-framework"; | ||
@@ -3,0 +3,0 @@ import { BaseComponentWrapper, FrameworkComponentWrapper, WrapableInterface } from 'ag-grid'; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
import { Container, ViewResources } from "aurelia-framework"; | ||
@@ -3,0 +3,0 @@ import { IFrameworkFactory } from "ag-grid/main"; |
@@ -1,2 +0,2 @@ | ||
// ag-grid-aurelia v18.0.0 | ||
// ag-grid-aurelia v18.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { |
export * from './lib/agGridAurelia'; | ||
export * from './lib/agGridColumn'; | ||
export * from './lib/agTemplate'; | ||
export * from './lib/aureliaComponentFactory'; | ||
export * from './lib/aureliaFrameworkFactory'; | ||
export * from './lib/aureliaCellRendererComponent'; | ||
export * from './lib/editorViewModels'; |
@@ -9,6 +9,3 @@ var PLATFORM = require('aurelia-pal').PLATFORM; | ||
exports.AgFilterTemplate = require('./lib/agTemplate').AgFilterTemplate; | ||
exports.AureliaCellRendererComponent = require('./lib/aureliaCellRendererComponent').AureliaCellRendererComponent; | ||
exports.AureliaComponentFactory = require('./lib/aureliaComponentFactory').AureliaComponentFactory; | ||
exports.AureliaFrameworkFactory = require('./lib/aureliaFrameworkFactory').AureliaFrameworkFactory; | ||
exports.BaseAureliaEditor = require('./lib/editorViewModels').BaseAureliaEditor; | ||
@@ -15,0 +12,0 @@ function configure(config) { |
{ | ||
"name": "ag-grid-aurelia", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"description": "ag-Grid Aurelia Component", | ||
@@ -29,2 +29,4 @@ "main": "./main.js", | ||
"@types/core-js": "^0.9.34", | ||
"ag-grid": "^18.1.0", | ||
"aurelia-framework": "1.x", | ||
"gulp": "3.9.1", | ||
@@ -36,12 +38,8 @@ "gulp-header": "1.7.0", | ||
"systemjs": "0.19.27", | ||
"typescript": "^2.0.3", | ||
"aurelia-framework": "1.x" | ||
"typescript": "^2.0.3" | ||
}, | ||
"peerDependencies": { | ||
"aurelia-framework": "1.x", | ||
"ag-grid": "^18.0.0" | ||
"ag-grid": "^18.0.0", | ||
"aurelia-framework": "1.x" | ||
}, | ||
"dependencies": { | ||
}, | ||
"aurelia": { | ||
@@ -48,0 +46,0 @@ "build": { |
@@ -135,2 +135,7 @@ import {autoinject, child, children, customElement, inlineView} from "aurelia-framework"; | ||
for (let prop in this) { | ||
// only map this property if it's been actually been set | ||
if(this[prop] === undefined) { | ||
continue; | ||
} | ||
let colDefProperty = this.mappedColumnProperties[prop] ? this.mappedColumnProperties[prop] : prop; | ||
@@ -137,0 +142,0 @@ (<any>colDef)[colDefProperty] = (<any>this)[prop]; |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
65372
10
27
1326