aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-03-08 11:54:56 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-03-08 11:54:56 +0530
commit80b299e8c4f290e3b16f35eea922cac989b6e767 (patch)
treeb99086734507728ae096349cca4d0258335dbf4f /vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js
parent5fa92b4eb456b5f4959c39578a3c6e3555c4ae7d (diff)
VnfMarket place refactor
IssueId : CLIENT-4 Change-Id: Ia1b076400f9c3bedf9db714099a608ece392aa59 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js')
-rw-r--r--vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js b/vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js
deleted file mode 100644
index 3d8e8b48..00000000
--- a/vnfmarket/common/thirdparty/angular-material/modules/closure/checkbox/checkbox.min.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v1.1.2-master-a9ba340
- */
-function MdCheckboxDirective(e,t,n,i,o,a){function c(c,r){function d(c,r,d,l){function s(e,t,n){d[e]&&c.$watch(d[e],function(e){n[e]&&r.attr(t,n[e])})}function u(e){var t=e.which||e.keyCode;t!==n.KEY_CODE.SPACE&&t!==n.KEY_CODE.ENTER||(e.preventDefault(),r.addClass("md-focused"),m(e))}function m(e){r[0].hasAttribute("disabled")||c.skipToggle||c.$apply(function(){var t=d.ngChecked?d.checked:!g.$viewValue;g.$setViewValue(t,e&&e.type),g.$render()})}function p(){r.toggleClass("md-checked",!!g.$viewValue&&!f)}function h(e){f=e!==!1,f&&r.attr("aria-checked","mixed"),r.toggleClass("md-indeterminate",f)}var f,b=l[0],g=l[1]||o.fakeNgModel(),k=l[2];if(b){var $=b.isErrorGetter||function(){return g.$invalid&&(g.$touched||k&&k.$submitted)};b.input=r,c.$watch($,b.setInvalid)}i(r),r.children().on("focus",function(){r.focus()}),o.parseAttributeBoolean(d.mdIndeterminate)&&(h(),c.$watch(d.mdIndeterminate,h)),d.ngChecked&&c.$watch(c.$eval.bind(c,d.ngChecked),function(e){g.$setViewValue(e),g.$render()}),s("ngDisabled","tabindex",{"true":"-1","false":d.tabindex}),t.expectWithText(r,"aria-label"),e.link.pre(c,{on:angular.noop,0:{}},d,[g]),r.on("click",m).on("keypress",u).on("focus",function(){"keyboard"===a.getLastInteractionType()&&r.addClass("md-focused")}).on("blur",function(){r.removeClass("md-focused")}),g.$render=p}return r.$set("tabindex",r.tabindex||"0"),r.$set("type","checkbox"),r.$set("role",r.type),{pre:function(e,t){t.on("click",function(e){this.hasAttribute("disabled")&&e.stopImmediatePropagation()})},post:d}}return e=e[0],{restrict:"E",transclude:!0,require:["^?mdInputContainer","?ngModel","?^form"],priority:n.BEFORE_NG_ARIA,template:'<div class="md-container" md-ink-ripple md-ink-ripple-checkbox><div class="md-icon"></div></div><div ng-transclude class="md-label"></div>',compile:c}}goog.provide("ngmaterial.components.checkbox"),goog.require("ngmaterial.core"),MdCheckboxDirective.$inject=["inputDirective","$mdAria","$mdConstant","$mdTheming","$mdUtil","$mdInteraction"],angular.module("material.components.checkbox",["material.core"]).directive("mdCheckbox",MdCheckboxDirective),ngmaterial.components.checkbox=angular.module("material.components.checkbox"); \ No newline at end of file