This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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;*/ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define("app", ["require", "exports"], function(e, t) { | |
"use strict"; | |
Object.defineProperty(t, "__esModule", { | |
value: !0 | |
}); | |
var n = (function() { | |
function e() {} | |
e | |
}(), function() { | |
function e() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting 'readProjectConfiguration'... | |
Finished 'readProjectConfiguration' | |
Starting 'processMarkup'... | |
Starting 'processCSS'... | |
Starting 'copyFiles'... | |
Starting 'configureEnvironment'... | |
Finished 'copyFiles' | |
Finished 'processMarkup' | |
Finished 'processCSS' | |
Finished 'configureEnvironment' |