Skip to content

Instantly share code, notes, and snippets.

@JeroenVinke
JeroenVinke / app.html
Created March 25, 2017 13:10 — forked from Souldrinker/app.html
Aurelia KendoUI component - problem report
<template>
<require from="aurelia-kendoui-bridge/button/button"></require>
<button ak-button>This is a button</button>
<ak-scheduler view-model.ref="schedulerViewModel" k-widget.bind="scheduler" k-on-navigate.delegate="navigate($event.detail)"></ak-scheduler>
</template>
> PS C:\Development\cli> npm test
> [email protected] test C:\Development\cli
> jasmine
Started
..............(node:15156) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: ENOENT, no such file or directory '\\?\C:\Development\cli\lib\resources\logo.txt'
(node:15156) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
.........*.........F.aurelia_project\tasks\test.js
Faurelia_project\tasks\test.js
@JeroenVinke
JeroenVinke / app.html
Created March 11, 2017 19:57 — forked from gist-master/app.html
Window: basic usage
<template>
<require from="./basic-use.css"></require>
<require from="aurelia-kendoui-bridge/window/window"></require>
<require from="aurelia-kendoui-bridge/button/button"></require>
<style>
.red {
background-color: red;
}
</style>
@JeroenVinke
JeroenVinke / app.html
Created March 9, 2017 09:50
Scheduler: templates
<template>
<require from="aurelia-kendoui-bridge/scheduler/scheduler"></require>
<require from="aurelia-kendoui-bridge/common/template"></require>
<require from="./templates.css!css"></require>
<style>
.k-event{
/*background: none;*/
/* border: none;*/
}
@JeroenVinke
JeroenVinke / app.html
Created March 9, 2017 09:45 — forked from gist-master/app.html
Scheduler: templates
<template>
<require from="aurelia-kendoui-bridge/scheduler/scheduler"></require>
<require from="aurelia-kendoui-bridge/common/template"></require>
<require from="./templates.css!css"></require>
<style>
.k-event {
background: none;
border: none;
}
@JeroenVinke
JeroenVinke / app.html
Created March 8, 2017 12:55
Sortable: basic usage
<template>
<require from="./basic-use.css!css"></require>
<require from="aurelia-kendoui-bridge/sortable/sortable"></require>
<div id="example">
<div id="playlist">
<div id="playlist-title"><span>My Playlist</span></div>
<ul id="sortable-basic"
ak-sortable="k-cursor-offset.bind: {top: -10, left: -230};
k-hint.call: hint($event);
@JeroenVinke
JeroenVinke / app.html
Created March 8, 2017 12:54 — forked from gist-master/app.html
Sortable: basic usage
<template>
<require from="./basic-use.css!css"></require>
<require from="aurelia-kendoui-bridge/sortable/sortable"></require>
<div id="example">
<div id="playlist">
<div id="playlist-title"><span>My Playlist</span></div>
<ul id="sortable-basic"
ak-sortable="k-cursor-offset.bind: {top: -10, left: -230};
k-hint.call: hint($event);
define("app", ["require", "exports"], function(e, t) {
"use strict";
Object.defineProperty(t, "__esModule", {
value: !0
});
var n = (function() {
function e() {}
return e
}(), function() {
function e() {
define("app", ["require", "exports"], function(e, t) {
"use strict";
Object.defineProperty(t, "__esModule", {
value: !0
});
var n = (function() {
function e() {}
e
}(), function() {
function e() {
Starting 'readProjectConfiguration'...
Finished 'readProjectConfiguration'
Starting 'processMarkup'...
Starting 'processCSS'...
Starting 'copyFiles'...
Starting 'configureEnvironment'...
Finished 'copyFiles'
Finished 'processMarkup'
Finished 'processCSS'
Finished 'configureEnvironment'