Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVinke committed Jun 29, 2017
1 parent 7706810 commit 0928c56
Show file tree
Hide file tree
Showing 135 changed files with 280 additions and 280 deletions.
12 changes: 6 additions & 6 deletions bundles/bundle.js

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions config.js

Large diffs are not rendered by default.

262 changes: 131 additions & 131 deletions config2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jspm_packages/.dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"github:systemjs/plugin-css@0.1.35": {},
"npm:base64-js@1.2.1": {},
"npm:aurelia-kendoui-bridge@1.6.1": {
"npm:aurelia-kendoui-bridge@1.6.2": {
"aurelia-binding": "npm:aurelia-binding@^1.0.4",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
Expand Down
3 changes: 0 additions & 3 deletions jspm_packages/npm/aurelia-kendoui-bridge@1.6.1.js

This file was deleted.

1 change: 0 additions & 1 deletion jspm_packages/npm/aurelia-kendoui-bridge@1.6.1/.jspm-hash

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions jspm_packages/npm/aurelia-kendoui-bridge@1.6.2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(["npm:aurelia-kendoui-bridge@1.6.2/index"], function(main) {
return main;
});
1 change: 1 addition & 0 deletions jspm_packages/npm/aurelia-kendoui-bridge@1.6.2/.jspm-hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60a13d4a8f47fc9bb03b2f863ed607e8ff0eb38f99914b932bd37a50b983c5e7c90ae93bjspm-npm@0.260.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ declare module 'aurelia-kendoui-bridge' {
transient
} from 'aurelia-dependency-injection';
import {
customElement,
customAttribute,
customElement,
bindable,
BindableProperty,
HtmlBehaviorResource,
Expand Down Expand Up @@ -161,22 +161,22 @@ declare module 'aurelia-kendoui-bridge' {
}
export function configure(aurelia?: any, configCallback?: any): any;
export let version: any;
export class AutoComplete {
constructor(element?: any, widgetBase?: any, container?: any);
export class Barcode {
constructor(element?: any, widgetBase?: any);
bind(ctx?: any, overrideCtx?: any): any;
subscribe(event?: any, callback?: any): any;
attached(): any;
recreate(): any;
propertyChanged(property?: any, newValue?: any, oldValue?: any): any;
destroy(): any;
detached(): any;
}
export class Barcode {
constructor(element?: any, widgetBase?: any);
export class AutoComplete {
constructor(element?: any, widgetBase?: any, container?: any);
bind(ctx?: any, overrideCtx?: any): any;
subscribe(event?: any, callback?: any): any;
attached(): any;
recreate(): any;
propertyChanged(property?: any, newValue?: any, oldValue?: any): any;
destroy(): any;
detached(): any;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template style="display: inline-block">
<slot></slot>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ define(['exports'], function (exports) {
Object.defineProperty(exports, "__esModule", {
value: true
});
var version = exports.version = '1.6.1';
var version = exports.version = '1.6.2';
});

0 comments on commit 0928c56

Please sign in to comment.