-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
67 additions
and
68 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
div(class="title", {$attributes}) | ||
i(class="{$icon} icon") | ||
| {title}Title{/} | ||
div(class="content ui basic segment", data-path="{$path}") | ||
div(class="content ui basic segment" data-path="{$path}") | ||
div(id="{$itemId}") | ||
| {$Content} | ||
= "\n" |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
div(class="{$_class} {$class}", {$attributes}) | ||
div({$attributes}) | ||
.inline.field | ||
atk-inline-edit(v-bind="initData") | ||
= "\n" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
<div class="{$_class} {$class}" {$attributes}> | ||
<div {$attributes}> | ||
<atk-item-search v-bind="initData"></atk-item-search> | ||
</div> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
div(class="{$_class} {$class}", {$attributes}) | ||
div({$attributes}) | ||
atk-item-search(v-bind="initData") | ||
= "\n" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
<div class="{_ui}ui{/} {$class} {_class}ui left icon action transparent input{/}" {$attributes}> | ||
<i class="atk-filter-icon {$FilterIcon} icon"></i> | ||
<input type="text" placeholder="{$Placeholder}" style="border: none;" class="atk-grid-search"> | ||
<button class="atk-search-button {$Button}" style="{buttonStyle}padding: 2px 0px; border: 0px; box-shadow: none; height: 24px;{/}"> | ||
<i class="atk-search-icon {$BtnSearchIcon} link icon" style="margin: auto;"></i> | ||
<i class="atk-remove-icon {$BtnRemoveIcon} link icon" style="margin: auto;"></i> | ||
</button> | ||
<i class="atk-filter-icon {$FilterIcon} icon"></i> | ||
<input type="text" placeholder="{$Placeholder}" style="border: none;" class="atk-grid-search"> | ||
<button class="atk-search-button {$Button}" style="{buttonStyle}padding: 2px 0px; border: 0px; box-shadow: none; height: 24px;{/}"> | ||
<i class="atk-search-icon {$BtnSearchIcon} link icon" style="margin: auto;"></i> | ||
<i class="atk-remove-icon {$BtnRemoveIcon} link icon" style="margin: auto;"></i> | ||
</button> | ||
</div> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|<div class="{_ui}ui{/} {$class} {_class}ui left icon action transparent input{/}" {$attributes}> | ||
| <i class="atk-filter-icon {$FilterIcon} icon"></i> | ||
| <input type="text" placeholder="{$Placeholder}" style="border: none;" class="atk-grid-search"> | ||
| <button class="atk-search-button {$Button}" style="{buttonStyle}padding: 2px 0px; border: 0px; box-shadow: none; height: 24px;{/}"> | ||
| <i class="atk-search-icon {$BtnSearchIcon} link icon" style="margin: auto;"></i> | ||
| <i class="atk-remove-icon {$BtnRemoveIcon} link icon" style="margin: auto;"></i> | ||
| </button> | ||
|</div> | ||
| <div class="{_ui}ui{/} {$class} {_class}ui left icon action transparent input{/}" {$attributes}> | ||
| <i class="atk-filter-icon {$FilterIcon} icon"></i> | ||
| <input type="text" placeholder="{$Placeholder}" style="border: none;" class="atk-grid-search"> | ||
| <button class="atk-search-button {$Button}" style="{buttonStyle}padding: 2px 0px; border: 0px; box-shadow: none; height: 24px;{/}"> | ||
| <i class="atk-search-icon {$BtnSearchIcon} link icon" style="margin: auto;"></i> | ||
| <i class="atk-remove-icon {$BtnRemoveIcon} link icon" style="margin: auto;"></i> | ||
| </button> | ||
| </div> | ||
= "\n" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
| {/empty} | ||
| {/rows} | ||
| | ||
|</div> | ||
| </div> | ||
= "\n" |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.ui.horizontal.list | ||
.item {$Label} | ||
.item | ||
|<{_element}div{/} class="{_ui}ui selection compact dropdown{/} {$class} {_class}{/}" {$attributes}>{$Content}</{_element}div{/}> | ||
| <{_element}div{/} class="{_ui}ui selection compact dropdown{/} {$class} {_class}{/}" {$attributes}>{$Content}</{_element}div{/}> | ||
= "\n" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
<div class="{$_class} {$class}" {$attributes}> | ||
<div {$attributes}> | ||
<div class="ui basic segment">{$Content}</div> | ||
</div> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
div(class="{$_class} {$class}", {$attributes}) | ||
div({$attributes}) | ||
.ui.basic.segment | ||
| {$Content} | ||
= "\n" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
<div id="{$_id}"> | ||
<div {$attributes}>{$Menu}</div> {$Tabs}</div> | ||
<div {$attributes}>{$Menu}</div>{$Tabs}</div> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
div(id="{$_id}") | ||
<div {$attributes}>{$Menu}</div> | ||
| {$Tabs} | ||
| {$Tabs} | ||
= "\n" |