@angular/material
Version:
Angular Material
45 lines (43 loc) • 8.65 kB
JavaScript
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/cdk/testing"),require("@angular/cdk/coercion")):"function"==typeof define&&define.amd?define("@angular/material/button-toggle/testing",["exports","@angular/cdk/testing","@angular/cdk/coercion"],e):e(((t=t||self).ng=t.ng||{},t.ng.material=t.ng.material||{},t.ng.material.buttonToggle=t.ng.material.buttonToggle||{},t.ng.material.buttonToggle.testing={}),t.ng.cdk.testing,t.ng.cdk.coercion)}(this,(function(t,e,n){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */var r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)};function o(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function i(t,e,n,r){return new(n||(n=Promise))((function(o,i){function u(t){try{a(r.next(t))}catch(t){i(t)}}function s(t){try{a(r.throw(t))}catch(t){i(t)}}function a(t){t.done?o(t.value):new n((function(e){e(t.value)})).then(u,s)}a((r=r.apply(t,e||[])).next())}))}function u(t,e){var n,r,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function a(i){if(n)throw new TypeError("Generator is already executing.");for(;u;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,r=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!(o=(o=u.trys).length>0&&o[o.length-1])&&(6===i[0]||2===i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=e.call(t,u)}catch(t){i=[6,t],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
var s=function(t){function r(){var e=null!==t&&t.apply(this,arguments)||this;return e._label=e.locatorFor(".mat-button-toggle-label-content"),e._button=e.locatorFor(".mat-button-toggle-button"),e}return o(r,t),r.with=function(t){var n=this;return void 0===t&&(t={}),new e.HarnessPredicate(r,t).addOption("text",t.text,(function(t,n){return e.HarnessPredicate.stringMatches(t.getText(),n)})).addOption("name",t.name,(function(t,n){return e.HarnessPredicate.stringMatches(t.getName(),n)})).addOption("checked",t.checked,(function(t,e){return i(n,void 0,void 0,(function(){return u(this,(function(n){switch(n.label){case 0:return[4,t.isChecked()];case 1:return[2,n.sent()===e]}}))}))}))},r.prototype.isChecked=function(){return i(this,void 0,void 0,(function(){var t,e;return u(this,(function(r){switch(r.label){case 0:return[4,this._button()];case 1:return t=r.sent().getAttribute("aria-pressed"),e=n.coerceBooleanProperty,[4,t];case 2:return[2,e.apply(void 0,[r.sent()])]}}))}))},r.prototype.isDisabled=function(){return i(this,void 0,void 0,(function(){var t,e;return u(this,(function(r){switch(r.label){case 0:return[4,this._button()];case 1:return t=r.sent().getAttribute("disabled"),e=n.coerceBooleanProperty,[4,t];case 2:return[2,e.apply(void 0,[r.sent()])]}}))}))},r.prototype.getName=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().getAttribute("name")]}}))}))},r.prototype.getAriaLabel=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().getAttribute("aria-label")]}}))}))},r.prototype.getAriaLabelledby=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().getAttribute("aria-labelledby")]}}))}))},r.prototype.getText=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._label()];case 1:return[2,t.sent().text()]}}))}))},r.prototype.getAppearance=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[4,t.sent().hasClass("mat-button-toggle-appearance-standard")];case 2:return[2,t.sent()?"standard":"legacy"]}}))}))},r.prototype.focus=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().focus()]}}))}))},r.prototype.blur=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().blur()]}}))}))},r.prototype.toggle=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this._button()];case 1:return[2,t.sent().click()]}}))}))},r.prototype.check=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.isChecked()];case 1:return t.sent()?[3,3]:[4,this.toggle()];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},r.prototype.uncheck=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.isChecked()];case 1:return t.sent()?[4,this.toggle()]:[3,3];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},r.hostSelector="mat-button-toggle",r}(e.ComponentHarness),a=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.with=function(t){return void 0===t&&(t={}),new e.HarnessPredicate(n,t)},n.prototype.getToggles=function(t){return void 0===t&&(t={}),i(this,void 0,void 0,(function(){return u(this,(function(e){return[2,this.locatorForAll(s.with(t))()]}))}))},n.prototype.isDisabled=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[4,t.sent().getAttribute("aria-disabled")];case 2:return[2,"true"===t.sent()]}}))}))},n.prototype.isVertical=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[2,t.sent().hasClass("mat-button-toggle-vertical")]}}))}))},n.prototype.getAppearance=function(){return i(this,void 0,void 0,(function(){return u(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[4,t.sent().hasClass("mat-button-toggle-group-appearance-standard")];case 2:return[2,t.sent()?"standard":"legacy"]}}))}))},n.hostSelector="mat-button-toggle-group",n}(e.ComponentHarness);
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
t.MatButtonToggleGroupHarness=a,t.MatButtonToggleHarness=s,Object.defineProperty(t,"__esModule",{value:!0})}));