Skip to content

Commit

Permalink
Merge pull request #4 from biztek/issue-604-jurisdiction-list
Browse files Browse the repository at this point in the history
issue-604 added custom element jurisdiction list
  • Loading branch information
bhaskaryasa authored Apr 10, 2017
2 parents b812937 + de8f668 commit fb8fa91
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 2 deletions.
3 changes: 3 additions & 0 deletions all-imports.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

<link rel="import" href="usa-state-list.html">
<link rel="import" href="pmp-jurisdiction-list.html">
10 changes: 10 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html">

<link rel="import" href="../usa-state-list.html">
<link rel="import" href="../pmp-jurisdiction-list.html">

<style is="custom-style" include="demo-pages-shared-styles">

Expand All @@ -28,6 +29,15 @@ <h3>Basic usa-state-list Demo</h3>
</demo-snippet>
</div>

<div class="vertical-section-container centered">
<h3>Basic pmp-jurisdiction-list Demo</h3>
<demo-snippet>
<template>
<pmp-jurisdiction-list></pmp-jurisdiction-list>
</template>
</demo-snippet>
</div>

</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<link rel="import" href="../iron-component-page/iron-component-page.html">
</head>
<body>
<iron-component-page src="usa-state-list.html"></iron-component-page>
<iron-component-page src="all-imports.html"></iron-component-page>
</body>
</html>
306 changes: 306 additions & 0 deletions jurisdiction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
[
{
"abbreviation": "AK",
"name": "ALASKA"
},
{
"abbreviation": "AL",
"name": "ALABAMA"
},
{
"abbreviation": "AR",
"name": "ARKANSAS"
},
{
"abbreviation": "AZ",
"name": "ARIZONA"
},
{
"abbreviation": "AS",
"name": "AMERICAN SAMOA"
},
{
"abbreviation": "BC",
"name": "BRITISH COLUMBIA"
},
{
"abbreviation": "CN",
"name": "CANADA"
},
{
"abbreviation": "CO",
"name": "COLORADO"
},
{
"abbreviation": "CA",
"name": "CALIFORNIA"
},
{
"abbreviation": "CT",
"name": "CONNECTICUT"
},
{
"abbreviation": "DE",
"name": "DELAWARE"
},
{
"abbreviation": "DC",
"name": "DISTRICT OF COLUMBIA"
},
{
"abbreviation": "FL",
"name": "FLORIDA"
},
{
"abbreviation": "GU",
"name": "GUAM"
},
{
"abbreviation": "GA",
"name": "GEORGIA"
},
{
"abbreviation": "HI",
"name": "HAWAII"
},
{
"abbreviation": "IA",
"name": "IOWA"
},
{
"abbreviation": "ID",
"name": "IDAHO"
},
{
"abbreviation": "IN",
"name": "INDIANA"
},
{
"abbreviation": "IL",
"name": "ILLINOIS"
},
{
"abbreviation": "KS",
"name": "KANSAS"
},
{
"abbreviation": "KY",
"name": "KENTUCKY"
},
{
"abbreviation": "LA",
"name": "LOUISIANA"
},
{
"abbreviation": "ME",
"name": "MAINE"
},
{
"abbreviation": "MI",
"name": "MICHIGAN"
},
{
"abbreviation": "MN",
"name": "MINNESOTA"
},
{
"abbreviation": "MO",
"name": "MISSOURI"
},
{
"abbreviation": "MX",
"name": "MEXICO"
},
{
"abbreviation": "MT",
"name": "MONTANA"
},
{
"abbreviation": "MD",
"name": "MARYLAND"
},
{
"abbreviation": "FM",
"name": "MICRONESIA"
},
{
"abbreviation": "MS",
"name": "MISSISSIPPI"
},
{
"abbreviation": "MA",
"name": "MASSACHUSETTS"
},
{
"abbreviation": "UM",
"name": "MINOR ISLANDS"
},
{
"abbreviation": "MP",
"name": "MARIANAS ISLANDS"
},
{
"abbreviation": "NV",
"name": "NEVADA"
},
{
"abbreviation": "NE",
"name": "NEBRASKA"
},
{
"abbreviation": "NJ",
"name": "NEW JERSEY"
},
{
"abbreviation": "NM",
"name": "NEW MEXICO"
},
{
"abbreviation": "NY",
"name": "NEW YORK"
},
{
"abbreviation": "NS",
"name": "NOVA SCOTIA"
},
{
"abbreviation": "NF",
"name": "NEWFOUNDLAND"
},
{
"abbreviation": "NB",
"name": "NEW BRUNSWICK"
},
{
"abbreviation": "NC",
"name": "NORTH CAROLINA"
},
{
"abbreviation": "ND",
"name": "NORTH DAKOTA"
},
{
"abbreviation": "NH",
"name": "NEW HAMPSHIRE"
},
{
"abbreviation": "NT",
"name": "NORTHWEST TERRITORIES"
},
{
"abbreviation": "NL",
"name": "NEWFOUNDLAND AND LABRADOR"
},
{
"abbreviation": "OH",
"name": "OHIO"
},
{
"abbreviation": "OR",
"name": "OREGON"
},
{
"abbreviation": "OK",
"name": "OKLAHOMA"
},
{
"abbreviation": "PW",
"name": "PALAU"
},
{
"abbreviation": "PA",
"name": "PENNSYLVANIA"
},
{
"abbreviation": "PR",
"name": "PUERTO RICO"
},
{
"abbreviation": "QC",
"name": "PROVINCE OF QUEBEC"
},
{
"abbreviation": "AB",
"name": "PROVINCE OF ALBERTA"
},
{
"abbreviation": "MB",
"name": "PROVINCE OF MANITOBA"
},
{
"abbreviation": "ON",
"name": "PROVINCE OF ONTARIO"
},
{
"abbreviation": "PE",
"name": "PRINCE EDWARD ISLAND"
},
{
"abbreviation": "SK",
"name": "PROVINCE OF SASKATCHEWAN"
},
{
"abbreviation": "RI",
"name": "RHODE ISLAND"
},
{
"abbreviation": "SD",
"name": "SOUTH DAKOTA"
},
{
"abbreviation": "SC",
"name": "SOUTH CAROLINA"
},
{
"abbreviation": "TX",
"name": "TEXAS"
},
{
"abbreviation": "TN",
"name": "TENNESSEE"
},
{
"abbreviation": "US",
"name": "UNITED STATES"
},
{
"abbreviation": "UT",
"name": "UTAH"
},
{
"abbreviation": "VA",
"name": "VIRGINIA"
},
{
"abbreviation": "VT",
"name": "VERMONT"
},
{
"abbreviation": "VI",
"name": "VIRGIN ISLANDS"
},
{
"abbreviation": "WI",
"name": "WISCONSIN"
},
{
"abbreviation": "WA",
"name": "WASHINGTON"
},
{
"abbreviation": "WV",
"name": "WEST VIRGINIA"
},
{
"abbreviation": "WY",
"name": "WYOMING"
},
{
"abbreviation": "YT",
"name": "YUKON TERRITORIES"
},
{
"abbreviation": "99",
"name": "OTHER"
}
]
Loading

0 comments on commit fb8fa91

Please sign in to comment.