@angular/material
Version:
Angular Material
38 lines (36 loc) • 8.44 kB
JavaScript
!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/cdk/testing")):"function"==typeof define&&define.amd?define("@angular/material/expansion/testing",["exports","@angular/cdk/testing"],n):n(((t=t||self).ng=t.ng||{},t.ng.material=t.ng.material||{},t.ng.material.expansion=t.ng.material.expansion||{},t.ng.material.expansion.testing={}),t.ng.cdk.testing)}(this,(function(t,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 e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(t,n)};function r(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}function i(t,n,e,r){return new(e||(e=Promise))((function(i,o){function s(t){try{c(r.next(t))}catch(t){o(t)}}function a(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){t.done?i(t.value):new e((function(n){n(t.value)})).then(s,a)}c((r=r.apply(t,n||[])).next())}))}function o(t,n){var e,r,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function c(o){if(e)throw new TypeError("Generator is already executing.");for(;s;)try{if(e=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,r=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!(i=(i=s.trys).length>0&&i[i.length-1])&&(6===o[0]||2===o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){s.label=o[1];break}if(6===o[0]&&s.label<i[1]){s.label=i[1],i=o;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(o);break}i[2]&&s.ops.pop(),s.trys.pop();continue}o=n.call(t,s)}catch(t){o=[6,t],r=0}finally{e=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,a])}}}
/**
* @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=".mat-expansion-panel-content",a=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n._header=n.locatorFor(".mat-expansion-panel-header"),n._title=n.locatorForOptional(".mat-expansion-panel-header-title"),n._description=n.locatorForOptional(".mat-expansion-panel-header-description"),n._expansionIndicator=n.locatorForOptional(".mat-expansion-indicator"),n._content=n.locatorFor(s),n}return r(e,t),e.with=function(t){var r=this;return void 0===t&&(t={}),new n.HarnessPredicate(e,t).addOption("title",t.title,(function(t,e){return n.HarnessPredicate.stringMatches(t.getTitle(),e)})).addOption("description",t.description,(function(t,e){return n.HarnessPredicate.stringMatches(t.getDescription(),e)})).addOption("content",t.content,(function(t,e){return n.HarnessPredicate.stringMatches(t.getTextContent(),e)})).addOption("expanded",t.expanded,(function(t,n){return i(r,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,t.isExpanded()];case 1:return[2,e.sent()===n]}}))}))})).addOption("disabled",t.disabled,(function(t,n){return i(r,void 0,void 0,(function(){return o(this,(function(e){switch(e.label){case 0:return[4,t.isDisabled()];case 1:return[2,e.sent()===n]}}))}))}))},e.prototype.isExpanded=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[2,t.sent().hasClass("mat-expanded")]}}))}))},e.prototype.getTitle=function(){return i(this,void 0,void 0,(function(){var t;return o(this,(function(n){switch(n.label){case 0:return[4,this._title()];case 1:return[2,(t=n.sent())?t.text():null]}}))}))},e.prototype.getDescription=function(){return i(this,void 0,void 0,(function(){var t;return o(this,(function(n){switch(n.label){case 0:return[4,this._description()];case 1:return[2,(t=n.sent())?t.text():null]}}))}))},e.prototype.isDisabled=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._header()];case 1:return[4,t.sent().getAttribute("aria-disabled")];case 2:return[2,"true"===t.sent()]}}))}))},e.prototype.toggle=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._header()];case 1:return[4,t.sent().click()];case 2:return t.sent(),[2]}}))}))},e.prototype.expand=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this.isExpanded()];case 1:return t.sent()?[3,3]:[4,this.toggle()];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},e.prototype.collapse=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this.isExpanded()];case 1:return t.sent()?[4,this.toggle()]:[3,3];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},e.prototype.getTextContent=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._content()];case 1:return[2,t.sent().text()]}}))}))},e.prototype.getHarnessLoaderForContent=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){return[2,this.locatorFactory.harnessLoaderFor(s)]}))}))},e.prototype.focus=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._header()];case 1:return[2,t.sent().focus()]}}))}))},e.prototype.blur=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._header()];case 1:return[2,t.sent().blur()]}}))}))},e.prototype.hasToggleIndicator=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._expansionIndicator()];case 1:return[2,null!==t.sent()]}}))}))},e.prototype.getToggleIndicatorPosition=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this._header()];case 1:return[4,t.sent().hasClass("mat-expansion-toggle-indicator-before")];case 2:return t.sent()?[2,"before"]:[2,"after"]}}))}))},e.hostSelector=".mat-expansion-panel",e}(n.ComponentHarness),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.with=function(t){return void 0===t&&(t={}),new n.HarnessPredicate(e,t)},e.prototype.getExpansionPanels=function(t){return void 0===t&&(t={}),i(this,void 0,void 0,(function(){return o(this,(function(n){return[2,this.locatorForAll(a.with(t))()]}))}))},e.prototype.isMulti=function(){return i(this,void 0,void 0,(function(){return o(this,(function(t){switch(t.label){case 0:return[4,this.host()];case 1:return[2,t.sent().hasClass("mat-accordion-multi")]}}))}))},e.hostSelector=".mat-accordion",e}(n.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
*/
t.MatAccordionHarness=c,t.MatExpansionPanelHarness=a,Object.defineProperty(t,"__esModule",{value:!0})}));