From a46cabac55597ae62fae8800971844c3437c7e6e Mon Sep 17 00:00:00 2001 From: manugadde Date: Wed, 16 Oct 2024 11:02:33 -0700 Subject: [PATCH 1/2] chore(map-components): remove spec file part of angular 18 migration --- .../angular/src/app/app.component.spec.ts | 48 ------------------- .../samples/angular/tsconfig.spec.json | 14 ------ 2 files changed, 62 deletions(-) delete mode 100644 component-samples/map-components/samples/angular/src/app/app.component.spec.ts delete mode 100644 component-samples/map-components/samples/angular/tsconfig.spec.json diff --git a/component-samples/map-components/samples/angular/src/app/app.component.spec.ts b/component-samples/map-components/samples/angular/src/app/app.component.spec.ts deleted file mode 100644 index d54c79610..000000000 --- a/component-samples/map-components/samples/angular/src/app/app.component.spec.ts +++ /dev/null @@ -1,48 +0,0 @@ -/* Copyright 2024 Esri - * - * 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 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { TestBed } from '@angular/core/testing'; -import { ComponentLibraryModule } from '@arcgis/map-components-angular'; -import { AppComponent } from './app.component'; - - -describe('AppComponent', () => { - beforeEach(() => TestBed.configureTestingModule({ - declarations: [AppComponent], - imports: [ComponentLibraryModule] - })); - - it('should create the app', () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.componentInstance; - expect(app).toBeTruthy(); - }); - - it(`should have as title 'map-components-angular-sample'`, () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.componentInstance; - expect(app.title).toEqual('map-components-angular-sample'); - }); - - it('should have expected attribute and value', () => { - const fixture = TestBed.createComponent(AppComponent); - fixture.detectChanges(); - const compiled = fixture.nativeElement as HTMLElement; - const arcgisMapElement = compiled.querySelector('arcgis-map'); - if (arcgisMapElement) { - expect(arcgisMapElement.getAttribute('item-id')).toBe('d5dda743788a4b0688fe48f43ae7beb9'); - } - }); -}); diff --git a/component-samples/map-components/samples/angular/tsconfig.spec.json b/component-samples/map-components/samples/angular/tsconfig.spec.json deleted file mode 100644 index be7e9da76..000000000 --- a/component-samples/map-components/samples/angular/tsconfig.spec.json +++ /dev/null @@ -1,14 +0,0 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./out-tsc/spec", - "types": [ - "jasmine" - ] - }, - "include": [ - "src/**/*.spec.ts", - "src/**/*.d.ts" - ] -} From 226da680d9eb54747de52a55cfb5f0715b791d41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 18:04:05 +0000 Subject: [PATCH 2/2] ci: add zip files --- zips/charts-components-sample-angular.zip | Bin 14600 -> 14600 bytes zips/charts-components-sample-cdn.zip | Bin 1436 -> 1436 bytes zips/charts-components-sample-react.zip | Bin 6938 -> 6938 bytes zips/charts-components-sample-vite.zip | Bin 4199 -> 4199 bytes zips/charts-components-sample-vue.zip | Bin 5820 -> 5820 bytes zips/charts-components-sample-webpack.zip | Bin 5024 -> 5024 bytes ...components-with-map-components-initial.zip | Bin 3240 -> 3240 bytes ...omponents-with-map-components-solution.zip | Bin 5136 -> 5136 bytes zips/coding-components-sample-angular.zip | Bin 12048 -> 12048 bytes zips/coding-components-sample-cdn.zip | Bin 2446 -> 2446 bytes zips/coding-components-sample-react.zip | Bin 8107 -> 8107 bytes zips/coding-components-sample-vite.zip | Bin 6028 -> 6028 bytes zips/coding-components-sample-vue.zip | Bin 8602 -> 8602 bytes zips/coding-components-sample-webpack.zip | Bin 8310 -> 8310 bytes zips/core-sample-esbuild.zip | Bin 2770 -> 2770 bytes zips/core-sample-jsapi-angular-cli.zip | Bin 13670 -> 13670 bytes zips/core-sample-jsapi-custom-ui.zip | Bin 5094 -> 5094 bytes zips/core-sample-jsapi-custom-workers.zip | Bin 7138 -> 7138 bytes zips/core-sample-jsapi-deno.zip | Bin 2772 -> 2772 bytes zips/core-sample-jsapi-esm-cdn.zip | Bin 1645 -> 1645 bytes zips/core-sample-jsapi-node.zip | Bin 4772 -> 4772 bytes zips/core-sample-jsapi-oauth.zip | Bin 4899 -> 4899 bytes zips/core-sample-jsapi-react.zip | Bin 3783 -> 3783 bytes zips/core-sample-jsapi-vite.zip | Bin 2969 -> 2969 bytes zips/core-sample-jsapi-vue.zip | Bin 3298 -> 3298 bytes zips/core-sample-rollup.zip | Bin 4195 -> 4195 bytes zips/core-sample-webpack.zip | Bin 3335 -> 3335 bytes zips/map-component-sample-angular.zip | Bin 10525 -> 9154 bytes zips/map-component-sample-cdn.zip | Bin 1028 -> 1028 bytes zips/map-component-sample-react.zip | Bin 4561 -> 4561 bytes zips/map-component-sample-vite.zip | Bin 3451 -> 3451 bytes zips/map-component-sample-vue.zip | Bin 5800 -> 5800 bytes zips/map-component-sample-webpack.zip | Bin 4400 -> 4400 bytes ...ate-a-web-app-using-components-initial.zip | Bin 3427 -> 3427 bytes ...te-a-web-app-using-components-solution.zip | Bin 4935 -> 4935 bytes 35 files changed, 0 insertions(+), 0 deletions(-) diff --git a/zips/charts-components-sample-angular.zip b/zips/charts-components-sample-angular.zip index 02b4a92ae3f4cf89dd228b12d2c27c85f735933c..1ad2516be80fd67c850f8848480135463e82d24b 100644 GIT binary patch delta 371 zcmeAu>L}t3@MdNaVc-D5iU|Q5dCxO41L@8887-MXjLCo4jW+wTu3-X;{$c+LmY)2D z(*Z1N&gBB8>$rNsG#~e3u);0eVPNf>dHKUxz#{3wS-CWDlpHs_lBS|s3>4FUa delta 371 zcmeAu>L}t3@MdNaVc-Bl$3=b{dCxO41L@8887-MXjLCo4jW+wTu3-X;{$c+LmY)2D z(*Z1N&gBB8>$rNsG#~e3u);0eVPNf>dHKUxz#{3wS-CWDlpHs_lBS|rlmV5O8 diff --git a/zips/charts-components-sample-cdn.zip b/zips/charts-components-sample-cdn.zip index 0ed5fe280437f1ac5ca845aa499e546b16e73a06..e101bee1481f03d81eeeb774dac25cd2d3031940 100644 GIT binary patch delta 46 tcmbQkJ%^h&z?+#xgn7;v0yOGDGuQ$h=+msJH`FLG?zpqm`;;O2GeIGGQhOCWCWO= TB$*GUS){_jbR3l4A(aFG2C`Ox delta 248 zcmbPbHp`4Rz?+#xgn7;v0yOGDGuQ$h=+msJH`FLG?zpqm`;;O2GeIGGQhOCWCWO= TB$*GUS){_jbR3l4A(aFGG+R=O diff --git a/zips/charts-components-sample-vite.zip b/zips/charts-components-sample-vite.zip index 7bfcc7f47f5aa7aa2bcbd0257e3b7f7fa2d4eead..17d111c142fd2d7d25adea72754e760038535478 100644 GIT binary patch delta 163 zcmaE^@LYj6z?+#xgnu(3F`X%$3Cv(*wS|Z{ zvMpx@i@fF(2a8OWWz?Vij-PX~Ew>X`qKR7;tY`8f-e8cx7 T2Y~sJ{GniaBR@nPn?ND}D6lj@ delta 163 zcmaE^@LYj6z?+#xgnu(3F`X%$3Cv(*wS|Z{ zvMpx@i@fF(2a8OWWz?Vij-PX~Ew>X`qKR7;tY`8f-e8cx7 T2Y~sJ{GniaBR@nPn?ND}c9b#D diff --git a/zips/charts-components-sample-vue.zip b/zips/charts-components-sample-vue.zip index 0240eef75ecbc5a27e0c8ffa8ca18fdb09e0daca..72ad3b877dc498b1951ac62c58989277767b6b64 100644 GIT binary patch delta 293 zcmdm^yGNHdz?+#xgn$`~@s%#i9!l z%wn|xORi*H1*MH9^NDbBBO5q}tyvIgKqLba(3z~rr80RQJNM*xb}q1yIqXZAU`A|q z<*I~m4)QpGW!ZQOzyg~q`6D1QR|JE=$~A=o!E~($`~@s%#i9!l z%wn|xORi*H1*MH9^NDbBBO5q}tyvIgKqLba(3z~rr80RQJNM*xb}q1yIqXZAU`A|q z<*I~m4)QpGW!ZQOzyg~q`6D1QR|JE=$~A=o!E~(fK?W=<}ra)JYjDH(|SxsljVeYHZS9t$P89t#d8eIn9M8?238Rx5DKQZ n2tfK?W=<}ra)JYjDH(|SxsljVeYHZS9t$P89t#d8eIn9M8?238Rx5DKQZ n2txk8dRz?+#xgnV1b=%v0&AcB{}QBDra$mRZf=Tg79Z^RfEMPxf{Ur9Bzob3{MXLnCU8s delta 136 zcmZ1>xk8dRz?+#xgnV1b=%v0&AcB{}QBDra$mRZf=Tg79Z^RfEMPxf{Ur9Bzob3{MXL6-X#& diff --git a/zips/charts-components-tutorial-charts-components-with-map-components-solution.zip b/zips/charts-components-tutorial-charts-components-with-map-components-solution.zip index 65fe87a716486857193508a3c33a6b4facf0e918..996f4fe8d2525a1cbedbd4da4cc21272ebd36f5d 100644 GIT binary patch delta 139 zcmbQBF+qbjz?+#xgnHDG?7P$QUT5{Ae(3-{l-B delta 139 zcmbQBF+qbjz?+#xgnHDG?7P$QUT5{Ae(3- zN+vJlbO5QC{Djj5tWukc6Qb9g+X2F;;z?o#OWo%`#R6um5t$4z)=69hEHe4OoY~}l zX%VpOGU+gg`u}pKP@@zKAhv^)El@fIQZ_kP`3G2ehKdNpuzEE?h?6F(hk;eRQ4a;v zE*cSFdOno?r4az;`)Y=O=_Q(}V46oO4NRA6WrFF4S}9=KLpu>nuhEVM(_A`HU^-nV f4@}>H@=bNa!Tf$*i2NJfSTNs5FA_|z(8~Y-SgnHi delta 364 zcmbObHzAHUz?+#xgn zN+vJlbO5QC{Djj5tWukc6Qb9g+X2F;;z?o#OWo%`#R6um5t$4z)=69hEHe4OoY~}l zX%VpOGU+gg`u}pKP@@zKAhv^)El@fIQZ_kP`3G2ehKdNpuzEE?h?6F(hk;eRQ4a;v zE*cSFdOno?r4az;`)Y=O=_Q(}V46oO4NRA6WrFF4S}9=KLpu>nuhEVM(_A`HU^-nV f4@}>H@=bNa!Tf$*i2NJfSTNs5FA_|z(8~Y-M)!Q+ diff --git a/zips/coding-components-sample-cdn.zip b/zips/coding-components-sample-cdn.zip index 643f005e8d3bcd83fdb8b1153b245d4aad7a2df9..2cfca331e8d6b1382699f19cd9568b0628f16cc7 100644 GIT binary patch delta 47 ucmeAZ?i1z>@MdNaVc-D5iU|Q5c{3TAf%N7|#w2zSWAZ(YKrn5@83O@MdNaVc-Bl$3=b{c{3TAf%N7|#w2zSWAZ(YKrn5@83Oy(W`G%! zSF<~U6ij~49u1~_IqaZ(gUS0iBth)Ww>Y4RZ*ll+KFHhgbi5YA@D!h#eY(kw_7sOs}31hIxWJjqGuqiX7g2D7VDBo2&49uS=9SEjBNk@Wd pKN&wTJzoaG|1FaV=BLX-=*zMZV7{JQ3YeZM7Y?T1LupU>Bmj`nVgUdE delta 296 zcmZ2&zuKNRz?+#xgny(W`G%! zSF<~U6ij~49u1~_IqaZ(gUS0iBth)Ww>Y4RZ*ll+KFHhgbi5YA@D!h#eY(kw_7sOs}31hIxWJjqGuqiX7g2D7VDBo2&49uS=9SEjBNk@Wd pKN&wTJzoaG|1FaV=BLX-=*zMZV7{JQ3YeZM7Y?T1LupU>Bmg4bU2gyY diff --git a/zips/coding-components-sample-vite.zip b/zips/coding-components-sample-vite.zip index 52f51abfe4d3a4b6723f5ca921727dfde2560152..cc01844bcaca92e1098278dad065d24e592536ad 100644 GIT binary patch delta 209 zcmeCt@6qQC@MdNaVc-D5iU|Re=d@5O z0&mzHz!LiGZeWQDc1bocV+wB_M8!#FqsbrSSvGs~yR(92riv(mO`Y7$YBbqjL2&b5 zadj53A?h+=V7fsj6inZci2&2avcX`wQ#KY%zmyFC(>8Jt^;6{%!Tg_ckzhJh9-?o9 Ld<>Y+uaFJ^&kIir delta 232 zcmez7@XdiYz?+#xgn@5O z0&mzHz!LiGZeWQDc1bocV+wB_M8!#FqsbrSSvGs~yR(92riv(mO`Y7$YBbqjL2&b5 zadj53A?h+=V7fsj6inZci2&2avcX`wQ#KY%zmyFC(>8Jt^;6{%!Tg_ckzhJh9-?o9 Ld<>Y+uaFJ^KbcEo diff --git a/zips/core-sample-esbuild.zip b/zips/core-sample-esbuild.zip index c3a16d8efeb178e7bcc96a56cd1040dc37b93f93..273f4a08aeb3bbb70a233132eb20c81f10928f57 100644 GIT binary patch delta 151 zcmca4dP$Twz?+#xgn9>v6;gIO#kEX2Gc&AZeV&UX8@Rf!RZX9^|*Y% IbS+mX027oncmMzZ delta 151 zcmca4dP$Twz?+#xgn9>v6;gIO#kEX2Gc&AZeV&UX8@Rf!RZX9^|*Y% IbS+mX0Avp`2mk;8 diff --git a/zips/core-sample-jsapi-angular-cli.zip b/zips/core-sample-jsapi-angular-cli.zip index ecc4221926cf2f46f136b4e66a3a145f8c221015..2b89f3984e9b6e6dfa0876a86d5ab3a6a7e040c0 100644 GIT binary patch delta 399 zcmaEs^(>1wz?+#xgnC^$=BR#*=qx%m6D0)#QMfpP{!@=|{V~G4mDBs&83M{_D1mZqM(^LR~ CWsaKw delta 399 zcmaEs^(>1wz?+#xgnC^$=BR#*=qx%m6D0)#QMfpP{!@=|{V~G4mDBs&83M{_D1mZqM(^LSM CC5Pt# diff --git a/zips/core-sample-jsapi-custom-ui.zip b/zips/core-sample-jsapi-custom-ui.zip index a5aeceffc91c388528cb13f3f8119bdd2f32c354..06dbc673ca0a12e0c11e011ad87ad6f2606ad3ab 100644 GIT binary patch delta 222 zcmaE+{!E=Wz?+#xgnj{g7A(ubdksuK~7T5()v+hQbhi?ZWW@T3Svu delta 222 zcmaE+{!E=Wz?+#xgnj{g7A(ubdksuK~7T5()v+hQbhi?ZWW@;_FI{ diff --git a/zips/core-sample-jsapi-custom-workers.zip b/zips/core-sample-jsapi-custom-workers.zip index 581c53bd23bd8a7147a0ae5cd4d3b3eed8bb0121..375176b139e6dee73ef34184bcb4da55b32858f4 100644 GIT binary patch delta 201 zcmaE4{>Yp+z?+#xgnDLm$ kVA@eK7ECXcOaapzQUPE(S}GDuZYp+z?+#xgnDLm$ kVA@eK7ECXcOaapzQUPE(S}GDuZ~2Afy0++qZACh}@bUeA_@V6rcE cVrK#?bLI2~(~~)U!1N<1ZO8=?ujdK{0GaqCHUIzs delta 109 zcmca2dPS5sz?+#xgn~2Afy0++qZACh}@bUeA_@V6rcE cVrK#?bLI2~(~~)U!1N<1ZO8=?ujdK{08V%!umAu6 diff --git a/zips/core-sample-jsapi-esm-cdn.zip b/zips/core-sample-jsapi-esm-cdn.zip index d0a632642f2960f778938cad5a7bef40f1d6ebc5..cc3b39c0cb0d99cc9e9a4d4b5617c7798fbd45f5 100644 GIT binary patch delta 47 ucmaFM^OlDkW`STZ9Vy@jrWZl^KLi57d>_F8Fg;%|1WbPugot|yMF9Y%F-EZf delta 218 zcmZ3YxkW`STZ9Vy@jrWZl^KLi57d>_F8Fg;%|1WbPugot|yMF9X;ghN*V diff --git a/zips/core-sample-jsapi-oauth.zip b/zips/core-sample-jsapi-oauth.zip index 7b6418803eed075660a12ed7f5617791b9a9a0ac..28151a1b912340a446158002ef6aa1831a56e7bc 100644 GIT binary patch delta 167 zcmZ3iwpfifz?+#xgnu`| P3qkl5LP22uS)nihxYsqY delta 167 zcmZ3iwpfifz?+#xgnu`| P3qkl5LP22uS)nih0yr~4 diff --git a/zips/core-sample-jsapi-react.zip b/zips/core-sample-jsapi-react.zip index a22153547b5791e9fea1aeed3f7ebd30941583a3..54102a6558174395c667a32318427a509ea61380 100644 GIT binary patch delta 192 zcmX>udt8<`z?+#xgnudt8<`z?+#xgn%2>@sfJ4yfm delta 182 zcmaDP`ACvCz?+#xgn%2>^srIE(-Q diff --git a/zips/core-sample-rollup.zip b/zips/core-sample-rollup.zip index 028fd2994ffd4eb3eca3a19982acb2b96d4e18b1..06ea06af65cae06da23ea0dfad09ea2903f2c4e7 100644 GIT binary patch delta 162 zcmaE?@K}L2z?+#xgn KJAr8dfnWg705)v^ delta 162 zcmaE?@K}L2z?+#xgn KJAr8dfnWgp;4`lP diff --git a/zips/core-sample-webpack.zip b/zips/core-sample-webpack.zip index 05db3dd0c9bc3b858841b31c6e24da4dd1ac5f90..9e888c5b58d04aa9ae1654f7b5cbf0e8c6df76e7 100644 GIT binary patch delta 191 zcmZpdYM0^-@MdNaVc-D5iU|P|dGnZo)W*7-j39dQ8&=iL^-RhT&QfMGkl^Nf%#4hJ zKt?135|Eg@kxP6sJ1ZYpp9Jegu+lfICm?$7F{@5~z$3W%Eqf#rScNB-Czzhf$GQ&MI`I}-8*br}}KrlUDDFjS^gVMgrK4AVFDf*S%*ftUtaT*r`fX)%qms<`tvRxSAC0# za=FJ$&!S;H=TnS~bttcU`}UVQ9gVv%t4@Ak^FGY!R2MtOH%IM7aZEdo>p$;eF<9g` zCG;5}D8&{~b;&YMJU%gB-S8(P>Uo!J1y*EfPHP|{LsOY^=BBw7f9~Cq&pn3Vz{^o; zi9Yh6=O{Aj`E)>O>a1b=jQlM5;Fvne#-yDY-+>Hp)RoRB+S`Q$%MnQ|q~P30$rZ+( z{!LE9?6cIX2hWNs!|Bo~EzgJQ7jEiWC*pAS z!lB5bszs@Rg|XU5^Nbed)RjwZV{*%>&#cp9_=X}*CU>)Zaona~nWfyY>N7fou6&&! zw+1g+dTv6ztbJByH}STtN@+=??;ZKvqCE#1*&e6FuX5P)vRouhCnP7oK8hq-@O(DK z=^0g>4$rc)JBcqIiV51ryddzF@;|JW@3vrBRuo`5XAwfQuJWYqGriR~TUYSngJq{} zcCyjwg56dcNk;E+D&Bi(mkYPL7MT61K$ym+;KI(<&7s^P3iS8yyG%aaEuzG^mXTDO z*iD_}yCyO!cz;@QC~zvVQeISfEmY5=@U6JMw9>xHK@g>37d=ZJqx90Tu}8$?q{dWj zest^8-v-4Z)2k6P#1nEa=g9Iyu^)PD8&!J7Pz+%jak$o_l)re)Z9ewmdp_fhxZR|p zN5?apSKb$%(U)>fWw4JgP?=6V-xbBC|D7-pz9Pts)H8mNW@SRxUCI8)9hh&8aCnMs zh`N9~iP}%!wfKe_I!y9!sY!Hjk$yC|gM;^WP1hK_-q7^jHM-aNCH(osrq7QiW_Fa1 zSM&m+E3d~y?e+2Ffz?WKf>88*{!*G_&k3G+%KZ)H&!$7(h0C^cmV&prp&eQ%C%gkA z1WRoxW}m-r8ez^)h({CR@6Kcj3Ya*?P;Jy>o*rYVC}g>P^Y(w(2xo_lsOV;$PCNnz z6Cq(Ri5?ZQWt|aF+wE4g0GjbKfRcRe7hRtqBg84FL;VWuR!oQbvPW^t252*>q_x)H zm~A`PAd^bQz=W18a1P6W5QA9q8e*rKHXQraXprb>L$IguK&H0LT3;V!g@@U3AB7fEbkyrZ8B}g#{{k=;jGwsL|@LJ zY)fo#HMOJ>{c~Oy&2R26+x}CHUDw4{R$e=8koRW!^h1Smc`J#NH60brR@0r#tmU>J zSsCT#2$I6@9xY2{16dodU~*|MgQ7bo?S*Gw>iSI5O1&B$&;qeIeX zUEaqzLON2@8ItarzK|@}^n-@r*BP_`cH)0AULS(rICA$DdYVqbVK8ej)w{k-PCP6( z<`a;GHvlS7DE&y*x2!6LUC3<^y$gK0u>^|>_!3B9WhmiSXK{0Rw>%uQUJDkJB+eBL zB%|~IeZm?r?cYf~8_!boZ|d!cc-D!vAky6UyUi W(K|axgE@o2FyO*(gu#XhtJ;5Gjp2I$ diff --git a/zips/map-component-sample-cdn.zip b/zips/map-component-sample-cdn.zip index 8d7e04e3eae4e5034faeeea1ee78cf80b680c1a8..c914fbb392e7519798fd80b90b453d75c299b063 100644 GIT binary patch delta 45 scmZqSXyM=u@MdNaVc-D5iU|P|c^@zXsf`~pnLza97-nBEy@ojg01(OzxBvhE delta 45 scmZqSXyM=u@MdNaVc-Bl$3=bjETHDn-8&YLIlsTP6jh3r?A_C zBquLn4+qo#*sZ{{HOE~Ly;+*m6s&u5FpoYHSf-UP08HQD^9R#f{1AREe-M~|iQgAY ZD+z>x=_&y)FnwGg7);9wLg-?_H~?OaJ8}R3 delta 182 zcmcbpd{LPjETHDn-8&YLIlsTP6jh3r?A_C zBquLn4+qo#*sZ{{HOE~Ly;+*m6s&u5FpoYHSf-UP08HQD^9R#f{1AREe-M~|iQgAY ZD+z>x=_&y)FnwGg7);9wLg-?_H~?DTIA#C< diff --git a/zips/map-component-sample-vite.zip b/zips/map-component-sample-vite.zip index e5502ee9b5828ab89a338e3c2b229688edbdb148..6487ed08ea1a7d1e7a3fc0a8181bf573137bb3ba 100644 GIT binary patch delta 134 zcmew@^;?QJz?+#xgnDod?XA$g4d$ tkmD#=l_aMG6NoX{gxeoXw{iP{>FZFwCXWx8U%?XyrqA#|)XDM20sv7^DMDod?XA$g4d$ tkmD#=l_aMG6NoX{gxeoXw{iP{>FZFwCXWx8U%?XyrqA#|)XDM20szdmCno>^ diff --git a/zips/map-component-sample-vue.zip b/zips/map-component-sample-vue.zip index adb464dcc1f08b50be39559ca38686a33dd596b5..6aca95a558001ba2adb8716b2d3afd6204a34daf 100644 GIT binary patch delta 295 zcmZ3XyF!;Yz?+#xgn3AUse}hmUn9m{{0H(u*y}|TS p;V>}$PuK%Ydy4pj>Df^Ftw=bS?=Bh)rss-Af$3kO5OqFcF#sAOUUvWh delta 295 zcmZ3XyF!;Yz?+#xgn3AUse}hmUn9m{{0H(u*y}|TS p;V>}$PuK%Ydy4pj>Df^Ftw=bS?=Bh)rss-Af$3kO5OqFcF#xvlS>*r# diff --git a/zips/map-component-sample-webpack.zip b/zips/map-component-sample-webpack.zip index dbd8b10cc99da5446458850ba2231f2edc425ff8..16e7a89cc2e7737688c35a24b8fc241b537043ff 100644 GIT binary patch delta 199 zcmdm>v_XkCz?+#xgnv_XkCz?+#xgn_QNR lDn}St+2lH|a**=LKe)=kbRjo{|C+l5%unK}1k?9;S^*}%CWHV0 delta 118 zcmaDX^;n8Gz?+#xgn_QNR lDn}St+2lH|a**=LKe)=kbRjo{|C+l5%unK}1k?9;S^>miB(MMg diff --git a/zips/map-components-tutorial-create-a-web-app-using-components-solution.zip b/zips/map-components-tutorial-create-a-web-app-using-components-solution.zip index 078f4b81e3858551e7499fc9b86004d358fdf001..91b0acf64d8a8c40bee618fde43517be4fac0985 100644 GIT binary patch delta 143 zcmX@Ec3h1&z?+#xgnf5_$$B$#R`;z>FWXzevn`(n14#J3QW5TLF5k# GwE+Na2QSh9 delta 143 zcmX@Ec3h1&z?+#xgnf5_$$B$#R`;z>FWXzevn`(n14#J3QW5TLF5k# GwE+O;axJg`