Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Jul 13, 2020
1 parent 0777ca6 commit 05705a0
Show file tree
Hide file tree
Showing 100 changed files with 3,310 additions and 3,300 deletions.
4 changes: 3 additions & 1 deletion dist/amd/autocomplete/autocomplete.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/autocomplete/autocomplete.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions dist/amd/breadcrumbs/breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<template>
<require from="./breadcrumbs.css"></require>
<require from="./instructionFilter"></require>
<nav>
<div class="nav-wrapper">
<div class="col s12">
<template repeat.for="instruction of router.currentInstruction.getAllInstructions() | instructionFilter">
<a click.delegate="navigate(instruction)" class="breadcrumb">
${instruction.config.title}
</a>
</template>
</div>
</div>
</nav>
</template>
<template>
<require from="./breadcrumbs.css"></require>
<require from="./instructionFilter"></require>
<nav>
<div class="nav-wrapper">
<div class="col s12">
<template repeat.for="instruction of router.currentInstruction.getAllInstructions() | instructionFilter">
<a click.delegate="navigate(instruction)" class="breadcrumb">
${instruction.config.title}
</a>
</template>
</div>
</div>
</nav>
</template>
14 changes: 7 additions & 7 deletions dist/amd/carousel/carousel-item.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template class="carousel-item">
<a if.bind="href" href.bind="href">
<img if.bind="image" src.bind="image" />
</a>
<img if.bind="!href && image" src.bind="image" />
<slot></slot>
</template>
<template class="carousel-item">
<a if.bind="href" href.bind="href">
<img if.bind="image" src.bind="image" />
</a>
<img if.bind="!href && image" src.bind="image" />
<slot></slot>
</template>
12 changes: 6 additions & 6 deletions dist/amd/checkbox/checkbox.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<label for="${controlId}">
<input type="checkbox" id="${controlId}" checked.bind="checked" matcher.bind="matcher" model.bind="model" ref="checkbox">
<span><slot></slot></span>
</label>
</template>
<template>
<label for="${controlId}">
<input type="checkbox" id="${controlId}" checked.bind="checked" matcher.bind="matcher" model.bind="model" ref="checkbox">
<span><slot></slot></span>
</label>
</template>
10 changes: 5 additions & 5 deletions dist/amd/chip/chip.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template class="chip">
<require from="./chip.css"></require>
<slot></slot>
<i show.bind="hasClose" class="material-icons" click.delegate="closeChip()">close</i>
</template>
<template class="chip">
<require from="./chip.css"></require>
<slot></slot>
<i show.bind="hasClose" class="material-icons" click.delegate="closeChip()">close</i>
</template>
14 changes: 7 additions & 7 deletions dist/amd/click-counter/click-counter.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<h2>Click counter</h2>

<button md-waves class="btn" click.delegate="increment()">Button</button>

<h2>Button was clicked ${count} times</h2>
</template>
<template>
<h2>Click counter</h2>

<button md-waves class="btn" click.delegate="increment()">Button</button>

<h2>Button was clicked ${count} times</h2>
</template>
16 changes: 8 additions & 8 deletions dist/amd/collection/md-collection-selector.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<require from="./md-collection-selector.css"></require>
<div class="md-collection-selector__checkbox">
<slot></slot>
<div>
<md-checkbox checked.two-way="isSelected" disabled.bind="mdDisabled"></md-checkbox>
</div>
</template>
<template>
<require from="./md-collection-selector.css"></require>
<div class="md-collection-selector__checkbox">
<slot></slot>
<div>
<md-checkbox checked.two-way="isSelected" disabled.bind="mdDisabled"></md-checkbox>
</div>
</template>
Loading

0 comments on commit 05705a0

Please sign in to comment.