@ardimedia/angular-portal-azure 0.2.339 → 0.2.340
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/directives/blade/blade.html +11 -11
- package/package.json +1 -1
|
@@ -101,23 +101,14 @@
|
|
|
101
101
|
<div class="fxs-commandBar-item-icon" data-bind="image: icon">
|
|
102
102
|
<svg xmlns="http://www.w3.org/2000/svg" class="msportal-fx-svg-placeholder" viewBox="0 0 512 512" enable-background="new 0 0 512 512">
|
|
103
103
|
<!--<path d="M 19.846 6.5 H 5.154 C 4.601 6.5 4.5 6.27 4.5 6 s 0.101 -1.5 0.654 -1.5 h 14.692 C 20.399 4.5 20.5 5.73 20.5 6 S 20.399 6.5 19.846 6.5 Z" />
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
<path d="M 14.33 3.5 h -0.011 h -3.723 c -0.402 0 -0.597 -0.13 -0.597 -0.5 c 0.011 -0.36 0.149 -0.5 0.597 -0.5 h 3.686 c 0.402 0 0.717 0.14 0.717 0.5 c 0 0.37 -0.256 0.5 -0.646 0.5 H 14.33 Z" />
|
|
105
|
+
<path d="M 5.5 7.5 v 14 c 0.04 0.82 3.537 1 4.337 1 h 5.862 c 0.8 0 3.761 -0.18 3.801 -1 v -14 H 5.5 Z M 9.542 19.167 c 0.01 0.36 -0.27 0.68 -0.62 0.69 h -0.73 c -0.35 0 -0.63 -0.28 -0.65 -0.65 v -9.37 c -0.01 -0.37 0.542 -0.726 1.023 -0.726 c 0.34 0 0.967 0.316 0.977 0.676 V 19.167 Z M 13.5 19.156 c -0.01 0.36 -0.3 0.64 -0.64 0.64 h -0.74 c -0.35 -0.01 -0.63 -0.33 -0.62 -0.7 v -9.37 c 0.02 -0.37 0.642 -0.655 1.002 -0.635 S 13.51 9.416 13.5 9.786 V 19.156 Z M 17.396 19.151 c -0.01 0.36 -0.3 0.64 -0.64 0.64 h -0.74 c -0.35 -0.01 -0.63 -0.33 -0.62 -0.7 v -9.37 c 0.02 -0.37 0.642 -0.654 1.002 -0.635 c 0.36 0.02 1.008 0.325 0.998 0.695 V 19.151 Z" />-->
|
|
106
106
|
<path d="M96,512h320l32-352H64L96,512z M320,64V0H192v64H32v96l32-32h384l32,32V64H320z M288,64h-64V32h64V64z" />
|
|
107
107
|
</svg>
|
|
108
108
|
|
|
109
109
|
</div>
|
|
110
110
|
</a>
|
|
111
111
|
</li>
|
|
112
|
-
<!-- CANCEL -->
|
|
113
|
-
<li ng-show="$ctrl.vm.isCommandCancel">
|
|
114
|
-
<a data-ng-click="$ctrl.vm.commandCancel()" class="fxs-commandBar-item" href="#" data-bind='css: { "fxs-commandBar-itemDisabled": !enabled(), "fxs-commandBar-itemPressed": pressed() }, attr: { href: enabled() ? "#" : null }'>
|
|
115
|
-
<div class="fxs-commandBar-item-text" data-bind="text: text()">{{$ctrl.vm.commandCancelText || 'abbrechen'}}</div>
|
|
116
|
-
<div class="fxs-commandBar-item-icon" data-bind="image: icon">
|
|
117
|
-
<svg class="msportal-fx-svg-placeholder" viewBox="0 0 20 20"><polygon points="16.894,5.414 15.48,4 10.436,9.044 5.414,4.023 4,5.437 9.022,10.458 4.022,15.458 5.436,16.872 10.436,11.872 15.458,16.894 16.872,15.48 11.85,10.458" /></svg>
|
|
118
|
-
</div>
|
|
119
|
-
</a>
|
|
120
|
-
</li>
|
|
121
112
|
<!-- BROWSE -->
|
|
122
113
|
<li ng-show="$ctrl.vm.isCommandBrowse">
|
|
123
114
|
<a data-ng-click="$ctrl.vm.commandBrowse()" class="fxs-commandBar-item" href="#" data-bind='css: { "fxs-commandBar-itemDisabled": !enabled(), "fxs-commandBar-itemPressed": pressed() }, attr: { href: enabled() ? "#" : null }'>
|
|
@@ -163,6 +154,15 @@
|
|
|
163
154
|
</div>
|
|
164
155
|
</a>
|
|
165
156
|
</li>
|
|
157
|
+
<!-- CANCEL -->
|
|
158
|
+
<li ng-show="$ctrl.vm.isCommandCancel">
|
|
159
|
+
<a data-ng-click="$ctrl.vm.commandCancel()" class="fxs-commandBar-item" href="#" data-bind='css: { "fxs-commandBar-itemDisabled": !enabled(), "fxs-commandBar-itemPressed": pressed() }, attr: { href: enabled() ? "#" : null }'>
|
|
160
|
+
<div class="fxs-commandBar-item-text" data-bind="text: text()">{{$ctrl.vm.commandCancelText || 'abbrechen'}}</div>
|
|
161
|
+
<div class="fxs-commandBar-item-icon" data-bind="image: icon">
|
|
162
|
+
<svg class="msportal-fx-svg-placeholder" viewBox="0 0 20 20"><polygon points="16.894,5.414 15.48,4 10.436,9.044 5.414,4.023 4,5.437 9.022,10.458 4.022,15.458 5.436,16.872 10.436,11.872 15.458,16.894 16.872,15.48 11.85,10.458" /></svg>
|
|
163
|
+
</div>
|
|
164
|
+
</a>
|
|
165
|
+
</li>
|
|
166
166
|
<!-- EXCEL -->
|
|
167
167
|
<li ng-show="$ctrl.vm.isCommandExcel">
|
|
168
168
|
<a data-ng-click="$ctrl.vm.commandExcel()" class="fxs-commandBar-item" href="#" data-bind='css: { "fxs-commandBar-itemDisabled": !enabled(), "fxs-commandBar-itemPressed": pressed() }, attr: { href: enabled() ? "#" : null }'>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ardimedia/angular-portal-azure",
|
|
3
3
|
"description": "Angular Portal Azure - GUI Framework.",
|
|
4
4
|
"author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.340",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|