UNPKG

1.19 kBSource Map (JSON)View Raw
1{"version":3,"file":"mwc-textfield.js","sourceRoot":"","sources":["mwc-textfield.ts"],"names":[],"mappings":"AAAA;;;;GAIG;;AAEH,4CAA4C;AAC5C,mDAAmD;AAGnD,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAsB,aAAa,EAAoC,MAAM,yBAAyB,CAAC;AAC9G,OAAO,EAAC,MAAM,EAAC,MAAM,wBAAwB,CAAC;AAU9C,qBAAqB;AAErB,IAAa,SAAS,GAAtB,MAAa,SAAU,SAAQ,aAAa;CAE3C,CAAA;AADiB,gBAAM,GAAG,CAAC,MAAM,CAAE,CAAA;AADvB,SAAS;IADrB,aAAa,CAAC,eAAe,CAAC;GAClB,SAAS,CAErB;SAFY,SAAS","sourcesContent":["/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// Style preference for leading underscores.\n// tslint:disable:strip-private-property-underscore\n\n\nimport {customElement} from 'lit/decorators.js';\n\nimport {TextAreaCharCounter, TextFieldBase, TextFieldInputMode, TextFieldType} from './mwc-textfield-base.js';\nimport {styles} from './mwc-textfield.css.js';\n\nexport {TextAreaCharCounter, TextFieldInputMode, TextFieldType};\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'mwc-textfield': TextField;\n }\n}\n\n/** @soyCompatible */\n@customElement('mwc-textfield')\nexport class TextField extends TextFieldBase {\n static override styles = [styles];\n}\n"]}
\No newline at end of file