1.0.41 • Published 8 months ago

viewres-ssr-webcomps v1.0.41

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

aa-ct-manage-travel-ssr-webcomponents

This is a repository which will house all the special service requests (SSR's) and which are built as web components using the Lit framework

SSR's built -- wheelchair, service-animal, petc, lap-infant, Blind-Deaf-DPNA

Steps to use this repository

If you want to run this in local for dev purposes

  1. Clone this repo
  2. In the index.html file, put your respective component which you want to dev/test in the below fashion
    <body>
     <blind-deaf-dpna></blind-deaf-dpna>
     <script type="module" src="src/blind-deaf-dpna.ts"></script>
    </body>
  3. Run "npm run dev" and open the link in the terminal

If you want this to publish to a registry, do the following steps Note: this is temporary, in the future this process will be automated with a github actions pipeline which will automatically publish your changes to packages.aa.com 1. Clone this repo 2. Increment the version ("version": "1.0.21") to the next version in the package.json 3. Push the code to git 4. Run "npm run build" 5. Run "npm run publish --access public" (Make sure the registry is set to https://registry.npmjs.org/ in your .npmrc file) 6. In the viewres-ui code base, replace the existing component with the one you developed, like below

<!-- <viewres-deaf-blind-dpna class="special-assistance" *ngIf="!isLoadingMain" [reservation]="reservation"></viewres-deaf-blind-dpna> -->
<blind-deaf-dpna
firstName="John"
lastName="Last"
recordLocator="INLXZY"
locale="locale">
</blind-deaf-dpna>
1.0.41

8 months ago

1.0.40

8 months ago

1.0.39

8 months ago

1.0.38

8 months ago

1.0.37

8 months ago

1.0.36

8 months ago

1.0.35

8 months ago

1.0.34

8 months ago

1.0.33

8 months ago

1.0.32

8 months ago

1.0.31

8 months ago

1.0.30

8 months ago

1.0.29

8 months ago

1.0.28

8 months ago

1.0.27

8 months ago

1.0.26

8 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago