UNPKG

5.22 kBSource Map (JSON)View Raw
1{"version":3,"file":"aws-amplify-ionic-module.js","sourceRoot":"","sources":["../../src/aws-amplify-ionic-module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAeA,OAAO,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAE7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,wEAAwE,CAAC;AACrH,OAAO,EAAE,2BAA2B,EAAE,MAAM,sFAAsF,CAAC;AACnI,OAAO,EAAE,2BAA2B,EAAE,MAAM,sFAAsF,CAAC;AACnI,OAAO,EAAE,4BAA4B,EAAE,MAAM,sFAAsF,CAAC;AACpI,OAAO,EAAE,sBAAsB,EAAE,MAAM,wEAAwE,CAAC;AAChH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sEAAsE,CAAC;AAC5G,OAAO,EAAE,oBAAoB,EAAE,MAAM,sEAAsE,CAAC;AAC5G,OAAO,EAAE,wBAAwB,EAAE,MAAM,8EAA8E,CAAC;AACxH,OAAO,EAAE,2BAA2B,EAAE,MAAM,oFAAoF,CAAC;AACjI,OAAO,EAAE,gCAAgC,EAAE,MAAM,gGAAgG,CAAC;AAClJ,OAAO,EAAE,yBAAyB,EAAE,MAAM,0EAA0E,CAAC;AACrH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kEAAkE,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,MAAM,kEAAkE,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAC;AAClG,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EAAE,kCAAkC,EAAE,MAAM,iFAAiF,CAAC;;AAGrI,IAAM,UAAU,GAAG;IAClB,2BAA2B;IAC3B,2BAA2B;IAC3B,2BAA2B;IAC3B,4BAA4B;IAC5B,sBAAsB;IACtB,oBAAoB;IACpB,oBAAoB;IACpB,2BAA2B;IAC3B,wBAAwB;IACxB,gCAAgC;IAChC,yBAAyB;IACzB,qBAAqB;IACrB,qBAAqB;IACrB,qBAAqB;IACrB,2BAA2B;IAC3B,kCAAkC;CAClC,CAAC;;;;;gBAED,QAAQ,SAAC;oBACT,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,CAAC;oBACpC,YAAY,iBAAM,UAAU,CAAC;oBAC7B,eAAe,iBAAM,UAAU,CAAC;oBAChC,SAAS,EAAE,CAAC,cAAc,CAAC;oBAC3B,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,iBAAM,UAAU,CAAC;iBACxB;;6BAhED;;SAiEa,kBAAkB","sourcesContent":["// tslint:disable\n/*\n * Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with\n * the License. A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0/\n *\n * or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions\n * and limitations under the License.\n */\n// tslint:enable\n\nimport { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\nimport { AmplifyService } from './providers/amplify.service';\n// tslint:disable:max-line-length\nimport { AuthenticatorIonicComponent } from './components/authenticator/authenticator/authenticator.component.ionic';\nimport { ConfirmSignInComponentIonic } from './components/authenticator/confirm-sign-in-component/confirm-sign-in-component.ionic';\nimport { ConfirmSignUpComponentIonic } from './components/authenticator/confirm-sign-up-component/confirm-sign-up.component.ionic';\nimport { ForgotPasswordComponentIonic } from './components/authenticator/forgot-password-component/forgot-password.component.ionic';\nimport { GreetingComponentIonic } from './components/authenticator/greeting-component/greeting.component.ionic';\nimport { SignInComponentIonic } from './components/authenticator/sign-in-component/sign-in.component.ionic';\nimport { SignUpComponentIonic } from './components/authenticator/sign-up-component/sign-up.component.ionic';\nimport { PhoneFieldComponentIonic } from './components/authenticator/phone-field-component/phone-field.component.ionic';\nimport { UsernameFieldComponentIonic } from './components/authenticator/username-field-component/username-field.component.ionic';\nimport { RequireNewPasswordComponentIonic } from './components/authenticator/require-new-password-component/require-new-password.component.ionic';\nimport { PhotoPickerIonicComponent } from './components/storage/photo-picker-component/photo-picker.component.ionic';\nimport { S3AlbumComponentIonic } from './components/storage/s3-album-component/s3-album.component.ionic';\nimport { S3ImageComponentIonic } from './components/storage/s3-image-component/s3-image.component.ionic';\nimport { ChatbotComponentIonic } from './components/interactions/chatbot/chatbot.component.ionic';\nimport { SumerianSceneComponentIonic } from './components/xr/sumerian-scene-component/sumerian-scene.component.ionic';\nimport { SumerianSceneLoadingComponentIonic } from './components/xr/sumerian-scene-component/sumerian-scene-loading.component.ionic';\n// tslint:enable:max-line-length\n\nconst components = [\n\tAuthenticatorIonicComponent,\n\tConfirmSignInComponentIonic,\n\tConfirmSignUpComponentIonic,\n\tForgotPasswordComponentIonic,\n\tGreetingComponentIonic,\n\tSignInComponentIonic,\n\tSignUpComponentIonic,\n\tUsernameFieldComponentIonic,\n\tPhoneFieldComponentIonic,\n\tRequireNewPasswordComponentIonic,\n\tPhotoPickerIonicComponent,\n\tS3AlbumComponentIonic,\n\tS3ImageComponentIonic,\n\tChatbotComponentIonic,\n\tSumerianSceneComponentIonic,\n\tSumerianSceneLoadingComponentIonic,\n];\n\n@NgModule({\n\timports: [CommonModule, FormsModule],\n\tdeclarations: [...components],\n\tentryComponents: [...components],\n\tproviders: [AmplifyService],\n\tschemas: [CUSTOM_ELEMENTS_SCHEMA],\n\texports: [...components],\n})\nexport class AmplifyIonicModule {}\n"]}
\No newline at end of file