@bmlt-enabled/croutonjs 3.19.5 → 3.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.js +211 -99
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +245 -112
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +34 -13
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +142 -51
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +12 -12
- package/crouton.js +245 -112
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +245 -112
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-nocore.js
CHANGED
|
@@ -13252,7 +13252,7 @@ function CroutonLocalization(language) {
|
|
|
13252
13252
|
RS: "لجنة خدمات الإقلي.م",
|
|
13253
13253
|
ZF: "منتدى المنطقة" ,
|
|
13254
13254
|
MA: "لجنة خدمات العاصمة",
|
|
13255
|
-
LS: "خدمة المنتديات المحلية",
|
|
13255
|
+
LS: "خدمة المنتديات المحلية",
|
|
13256
13256
|
GS: "Group Support Forum",
|
|
13257
13257
|
},
|
|
13258
13258
|
"css-direction": 'bmlt-rtl',
|
|
@@ -13271,7 +13271,10 @@ function CroutonLocalization(language) {
|
|
|
13271
13271
|
'close': "قريب",
|
|
13272
13272
|
"bmlt2ics": "Add to your calendar",
|
|
13273
13273
|
'meeting page': "صفحة الاجتماع",
|
|
13274
|
-
'meeting details': "تفاصيل الاجتماع"
|
|
13274
|
+
'meeting details': "تفاصيل الاجتماع",
|
|
13275
|
+
'report update': "Report an Update",
|
|
13276
|
+
'filter by visibility': "List only these meetings",
|
|
13277
|
+
'go': "Go!"
|
|
13275
13278
|
},
|
|
13276
13279
|
"da-DK": {
|
|
13277
13280
|
"days_of_the_week": ["", "Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
|
|
@@ -13323,6 +13326,9 @@ function CroutonLocalization(language) {
|
|
|
13323
13326
|
'visible meeting list': 'Visible meetings as list',
|
|
13324
13327
|
'enter a city or zip code': 'Enter a city or zip code',
|
|
13325
13328
|
'toggle fullscreen mode': 'Toggle fullscreen mode',
|
|
13329
|
+
'report update': "Report an Update",
|
|
13330
|
+
'filter by visibility': "List only these meetings",
|
|
13331
|
+
'go': "Go!"
|
|
13326
13332
|
},
|
|
13327
13333
|
"de-DE":{
|
|
13328
13334
|
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
@@ -13376,7 +13382,10 @@ function CroutonLocalization(language) {
|
|
|
13376
13382
|
'close': "Schliessen",
|
|
13377
13383
|
"bmlt2ics": "Zu Kalender hinzufügen",
|
|
13378
13384
|
'meeting page': "Meeting Seite",
|
|
13379
|
-
'meeting details': "Genaueres zum Meeting"
|
|
13385
|
+
'meeting details': "Genaueres zum Meeting",
|
|
13386
|
+
'report update': "Report an Update",
|
|
13387
|
+
'filter by visibility': "Zeige nur Meetings, die gerade auf dem Karte stehen",
|
|
13388
|
+
'go': "Los!"
|
|
13380
13389
|
},
|
|
13381
13390
|
"en-AU": {
|
|
13382
13391
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13429,7 +13438,10 @@ function CroutonLocalization(language) {
|
|
|
13429
13438
|
'toggle fullscreen mode': 'Toggle fullscreen mode',
|
|
13430
13439
|
'close': "Close",
|
|
13431
13440
|
'meeting page': "Meeting Page",
|
|
13432
|
-
'meeting details': "Meeting Details"
|
|
13441
|
+
'meeting details': "Meeting Details",
|
|
13442
|
+
'report update': "Report an Update",
|
|
13443
|
+
'filter by visibility': "List only these meetings",
|
|
13444
|
+
'go': "Go!"
|
|
13433
13445
|
},
|
|
13434
13446
|
"en-CA": {
|
|
13435
13447
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13483,7 +13495,10 @@ function CroutonLocalization(language) {
|
|
|
13483
13495
|
'close': "Close",
|
|
13484
13496
|
"bmlt2ics": "Add to your calendar",
|
|
13485
13497
|
'meeting page': "Meeting Page",
|
|
13486
|
-
'meeting details': "Meeting Details"
|
|
13498
|
+
'meeting details': "Meeting Details",
|
|
13499
|
+
'report update': "Report an Update",
|
|
13500
|
+
'filter by visibility': "List only these meetings",
|
|
13501
|
+
'go': "Go!"
|
|
13487
13502
|
},
|
|
13488
13503
|
"en-NZ": {
|
|
13489
13504
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13537,7 +13552,10 @@ function CroutonLocalization(language) {
|
|
|
13537
13552
|
'close': "Close",
|
|
13538
13553
|
"bmlt2ics": "Add to your calendar",
|
|
13539
13554
|
'meeting page': "Meeting Page",
|
|
13540
|
-
'meeting details': "Meeting Details"
|
|
13555
|
+
'meeting details': "Meeting Details",
|
|
13556
|
+
'report update': "Report an Update",
|
|
13557
|
+
'filter by visibility': "List only these meetings",
|
|
13558
|
+
'go': "Go!"
|
|
13541
13559
|
},
|
|
13542
13560
|
"en-UK": {
|
|
13543
13561
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13591,7 +13609,10 @@ function CroutonLocalization(language) {
|
|
|
13591
13609
|
'toggle fullscreen mode': 'Toggle fullscreen mode',
|
|
13592
13610
|
'close': "Close",
|
|
13593
13611
|
'meeting page': "Meeting Page",
|
|
13594
|
-
'meeting details': "Meeting Details"
|
|
13612
|
+
'meeting details': "Meeting Details",
|
|
13613
|
+
'report update': "Report an Update",
|
|
13614
|
+
'filter by visibility': "List only these meetings",
|
|
13615
|
+
'go': "Go!"
|
|
13595
13616
|
},
|
|
13596
13617
|
"en-US": {
|
|
13597
13618
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13645,7 +13666,10 @@ function CroutonLocalization(language) {
|
|
|
13645
13666
|
'close': "Close",
|
|
13646
13667
|
"bmlt2ics": "Add to your calendar",
|
|
13647
13668
|
'meeting page': "Meeting Page",
|
|
13648
|
-
'meeting details': "Meeting Details"
|
|
13669
|
+
'meeting details': "Meeting Details",
|
|
13670
|
+
'report update': "Report an Update",
|
|
13671
|
+
'filter by visibility': "List only these meetings",
|
|
13672
|
+
'go': "Go!"
|
|
13649
13673
|
},
|
|
13650
13674
|
"es-US": {
|
|
13651
13675
|
"days_of_the_week" : ["", "Domingo", " Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
|
@@ -13699,7 +13723,10 @@ function CroutonLocalization(language) {
|
|
|
13699
13723
|
'close': "Close",
|
|
13700
13724
|
"bmlt2ics": "Add to your calendar",
|
|
13701
13725
|
'meeting page': "Meeting Page",
|
|
13702
|
-
'meeting details': "Meeting Details"
|
|
13726
|
+
'meeting details': "Meeting Details",
|
|
13727
|
+
'report update': "Report an Update",
|
|
13728
|
+
'filter by visibility': "List only these meetings",
|
|
13729
|
+
'go': "Go!"
|
|
13703
13730
|
},
|
|
13704
13731
|
"fa-IR": {
|
|
13705
13732
|
"days_of_the_week" : ["", 'یَکشَنب', 'دوشَنبه', 'سهشنبه', 'چهار شنبه', 'پَنج شَنبه', 'جُمعه', 'شَنبه'],
|
|
@@ -13752,7 +13779,10 @@ function CroutonLocalization(language) {
|
|
|
13752
13779
|
'close': "Close",
|
|
13753
13780
|
"bmlt2ics": "Add to your calendar",
|
|
13754
13781
|
'meeting page': "Meeting Page",
|
|
13755
|
-
'meeting details': "Meeting Details"
|
|
13782
|
+
'meeting details': "Meeting Details",
|
|
13783
|
+
'report update': "Report an Update",
|
|
13784
|
+
'filter by visibility': "List only these meetings",
|
|
13785
|
+
'go': "Go!"
|
|
13756
13786
|
},
|
|
13757
13787
|
"fr-CA": {
|
|
13758
13788
|
"days_of_the_week" : ["", "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
@@ -13806,7 +13836,10 @@ function CroutonLocalization(language) {
|
|
|
13806
13836
|
"close": "Fermer",
|
|
13807
13837
|
"bmlt2ics": "Ajouter au calendrier",
|
|
13808
13838
|
"meeting page": "Page de la réunion",
|
|
13809
|
-
"meeting details": "Détails de la réunion"
|
|
13839
|
+
"meeting details": "Détails de la réunion",
|
|
13840
|
+
'report update': "Report an Update",
|
|
13841
|
+
'filter by visibility': "List only these meetings",
|
|
13842
|
+
'go': "Go!"
|
|
13810
13843
|
},
|
|
13811
13844
|
"it-IT": {
|
|
13812
13845
|
"days_of_the_week" : ["", "Domenica", " Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
|
@@ -13860,7 +13893,10 @@ function CroutonLocalization(language) {
|
|
|
13860
13893
|
'close': "Close",
|
|
13861
13894
|
"bmlt2ics": "Aggiungi al tuo calendario",
|
|
13862
13895
|
'meeting page': "Meeting Page",
|
|
13863
|
-
'meeting details': "Meeting Details"
|
|
13896
|
+
'meeting details': "Meeting Details",
|
|
13897
|
+
'report update': "Report an Update",
|
|
13898
|
+
'filter by visibility': "List only these meetings",
|
|
13899
|
+
'go': "Go!"
|
|
13864
13900
|
},
|
|
13865
13901
|
"nl-NL": {
|
|
13866
13902
|
"days_of_the_week" : ["", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
|
@@ -13914,7 +13950,10 @@ function CroutonLocalization(language) {
|
|
|
13914
13950
|
'close': "Close",
|
|
13915
13951
|
"bmlt2ics": "Add to your calendar",
|
|
13916
13952
|
'meeting page': "Meeting Page",
|
|
13917
|
-
'meeting details': "Meeting Details"
|
|
13953
|
+
'meeting details': "Meeting Details",
|
|
13954
|
+
'report update': "Report an Update",
|
|
13955
|
+
'filter by visibility': "List only these meetings",
|
|
13956
|
+
'go': "Go!"
|
|
13918
13957
|
},
|
|
13919
13958
|
"pl-PL": {
|
|
13920
13959
|
"days_of_the_week" : ["", "Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
|
@@ -13968,7 +14007,10 @@ function CroutonLocalization(language) {
|
|
|
13968
14007
|
'close': "Close",
|
|
13969
14008
|
"bmlt2ics": "Add to your calendar",
|
|
13970
14009
|
'meeting page': "Meeting Page",
|
|
13971
|
-
'meeting details': "Meeting Details"
|
|
14010
|
+
'meeting details': "Meeting Details",
|
|
14011
|
+
'report update': "Report an Update",
|
|
14012
|
+
'filter by visibility': "List only these meetings",
|
|
14013
|
+
'go': "Go!"
|
|
13972
14014
|
},
|
|
13973
14015
|
"pt-BR": {
|
|
13974
14016
|
"days_of_the_week" : ["", "Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado"],
|
|
@@ -14022,7 +14064,10 @@ function CroutonLocalization(language) {
|
|
|
14022
14064
|
'toggle fullscreen mode': 'Toggle fullscreen mode',
|
|
14023
14065
|
'close': "Close",
|
|
14024
14066
|
'meeting page': "Meeting Page",
|
|
14025
|
-
'meeting details': "Meeting Details"
|
|
14067
|
+
'meeting details': "Meeting Details",
|
|
14068
|
+
'report update': "Report an Update",
|
|
14069
|
+
'filter by visibility': "List only these meetings",
|
|
14070
|
+
'go': "Go!"
|
|
14026
14071
|
},
|
|
14027
14072
|
"ru-RU": {
|
|
14028
14073
|
"days_of_the_week" : ["", "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
|
@@ -14076,7 +14121,10 @@ function CroutonLocalization(language) {
|
|
|
14076
14121
|
'toggle fullscreen mode': 'Включить полноэкранный режим',
|
|
14077
14122
|
'close': "Закрыть",
|
|
14078
14123
|
'meeting page': "Страница собрания",
|
|
14079
|
-
'meeting details': "Подробности собрания"
|
|
14124
|
+
'meeting details': "Подробности собрания",
|
|
14125
|
+
'report update': "Report an Update",
|
|
14126
|
+
'filter by visibility': "List only these meetings",
|
|
14127
|
+
'go': "Go!"
|
|
14080
14128
|
},
|
|
14081
14129
|
"sv-SE": {
|
|
14082
14130
|
"days_of_the_week" : ["", "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
|
@@ -14130,7 +14178,10 @@ function CroutonLocalization(language) {
|
|
|
14130
14178
|
'close': "Close",
|
|
14131
14179
|
"bmlt2ics": "Add to your calendar",
|
|
14132
14180
|
'meeting page': "Meeting Page",
|
|
14133
|
-
'meeting details': "Meeting Details"
|
|
14181
|
+
'meeting details': "Meeting Details",
|
|
14182
|
+
'report update': "Report an Update",
|
|
14183
|
+
'filter by visibility': "List only these meetings",
|
|
14184
|
+
'go': "Go!"
|
|
14134
14185
|
}
|
|
14135
14186
|
};
|
|
14136
14187
|
}
|
|
@@ -14501,7 +14552,31 @@ this["hbs_Crouton"]["templates"]["main"] = Handlebars.template({"1":function(con
|
|
|
14501
14552
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetingCountTemplate"),depth0,{"name":"meetingCountTemplate","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14502
14553
|
+ "</div>\n";
|
|
14503
14554
|
},"usePartial":true,"useData":true});
|
|
14504
|
-
this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data
|
|
14555
|
+
this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14556
|
+
var alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14557
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14558
|
+
return parent[propertyName];
|
|
14559
|
+
}
|
|
14560
|
+
return undefined
|
|
14561
|
+
};
|
|
14562
|
+
|
|
14563
|
+
return " <button id=\"filterMeetings\" style=\"display: block;\">"
|
|
14564
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Filter meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":9,"column":60},"end":{"line":9,"column":89}}}))
|
|
14565
|
+
+ "</button>\n <button id=\"showAsTable\" style=\"display: block;\">"
|
|
14566
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"visible meeting list",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":10,"column":57},"end":{"line":10,"column":91}}}))
|
|
14567
|
+
+ "</button>\n";
|
|
14568
|
+
},"3":function(container,depth0,helpers,partials,data) {
|
|
14569
|
+
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14570
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14571
|
+
return parent[propertyName];
|
|
14572
|
+
}
|
|
14573
|
+
return undefined
|
|
14574
|
+
};
|
|
14575
|
+
|
|
14576
|
+
return " <button id=\"filterTable\" style=\"display: block;\"><span id=\"filteringByVisibility\"></span>"
|
|
14577
|
+
+ container.escapeExpression((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"filter by visibility",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":12,"column":97},"end":{"line":12,"column":131}}}))
|
|
14578
|
+
+ "</button>\n";
|
|
14579
|
+
},"5":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
|
14505
14580
|
var stack1, helper, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), alias3=container.hooks.helperMissing, alias4="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14506
14581
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14507
14582
|
return parent[propertyName];
|
|
@@ -14512,19 +14587,19 @@ this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(
|
|
|
14512
14587
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
14513
14588
|
+ alias1(container.lambda(((stack1 = (depths[1] != null ? lookupProperty(depths[1],"config") : depths[1])) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
14514
14589
|
+ ";\" data-placeholder=\""
|
|
14515
|
-
+ alias1(((helper = (helper = lookupProperty(helpers,"placeholder") || (depth0 != null ? lookupProperty(depth0,"placeholder") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"placeholder","hash":{},"data":data,"loc":{"start":{"line":
|
|
14590
|
+
+ alias1(((helper = (helper = lookupProperty(helpers,"placeholder") || (depth0 != null ? lookupProperty(depth0,"placeholder") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"placeholder","hash":{},"data":data,"loc":{"start":{"line":21,"column":124},"end":{"line":21,"column":139}}}) : helper)))
|
|
14516
14591
|
+ "\" data-pointer=\""
|
|
14517
|
-
+ alias1(((helper = (helper = lookupProperty(helpers,"pointer") || (depth0 != null ? lookupProperty(depth0,"pointer") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"pointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
14592
|
+
+ alias1(((helper = (helper = lookupProperty(helpers,"pointer") || (depth0 != null ? lookupProperty(depth0,"pointer") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"pointer","hash":{},"data":data,"loc":{"start":{"line":21,"column":155},"end":{"line":21,"column":166}}}) : helper)))
|
|
14518
14593
|
+ "\" id="
|
|
14519
|
-
+ alias1(((helper = (helper = lookupProperty(helpers,"elementId") || (depth0 != null ? lookupProperty(depth0,"elementId") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"elementId","hash":{},"data":data,"loc":{"start":{"line":
|
|
14594
|
+
+ alias1(((helper = (helper = lookupProperty(helpers,"elementId") || (depth0 != null ? lookupProperty(depth0,"elementId") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"elementId","hash":{},"data":data,"loc":{"start":{"line":21,"column":171},"end":{"line":21,"column":184}}}) : helper)))
|
|
14520
14595
|
+ ">\n <option value=\"a-\">"
|
|
14521
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"all",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14596
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"all",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":22,"column":33},"end":{"line":22,"column":50}}}))
|
|
14522
14597
|
+ " "
|
|
14523
|
-
+ alias1(((helper = (helper = lookupProperty(helpers,"placeholder") || (depth0 != null ? lookupProperty(depth0,"placeholder") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"placeholder","hash":{},"data":data,"loc":{"start":{"line":
|
|
14598
|
+
+ alias1(((helper = (helper = lookupProperty(helpers,"placeholder") || (depth0 != null ? lookupProperty(depth0,"placeholder") : depth0)) != null ? helper : alias3),(typeof helper === alias4 ? helper.call(alias2,{"name":"placeholder","hash":{},"data":data,"loc":{"start":{"line":22,"column":51},"end":{"line":22,"column":66}}}) : helper)))
|
|
14524
14599
|
+ "</option>\n"
|
|
14525
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,(lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias3).call(alias2,(depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0),((stack1 = (depths[1] != null ? lookupProperty(depths[1],"meetings") : depths[1])) != null ? lookupProperty(stack1,"meetingData") : stack1),{"name":"call","hash":{},"data":data,"loc":{"start":{"line":
|
|
14600
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,(lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias3).call(alias2,(depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0),((stack1 = (depths[1] != null ? lookupProperty(depths[1],"meetings") : depths[1])) != null ? lookupProperty(stack1,"meetingData") : stack1),{"name":"call","hash":{},"data":data,"loc":{"start":{"line":23,"column":22},"end":{"line":23,"column":63}}}),{"name":"each","hash":{},"fn":container.program(6, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":23,"column":14},"end":{"line":25,"column":23}}})) != null ? stack1 : "")
|
|
14526
14601
|
+ " </select>\n </div>\n";
|
|
14527
|
-
},"
|
|
14602
|
+
},"6":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
|
14528
14603
|
var alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14529
14604
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14530
14605
|
return parent[propertyName];
|
|
@@ -14533,11 +14608,11 @@ this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(
|
|
|
14533
14608
|
};
|
|
14534
14609
|
|
|
14535
14610
|
return " <option value=\"a-"
|
|
14536
|
-
+ alias3((lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias2).call(alias1,(depths[1] != null ? lookupProperty(depths[1],"objectPointer") : depths[1]),depth0,{"name":"call","hash":{},"data":data,"loc":{"start":{"line":
|
|
14611
|
+
+ alias3((lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias2).call(alias1,(depths[1] != null ? lookupProperty(depths[1],"objectPointer") : depths[1]),depth0,{"name":"call","hash":{},"data":data,"loc":{"start":{"line":24,"column":32},"end":{"line":24,"column":62}}}))
|
|
14537
14612
|
+ "\">"
|
|
14538
|
-
+ alias3((lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias2).call(alias1,(depths[1] != null ? lookupProperty(depths[1],"optionName") : depths[1]),depth0,{"name":"call","hash":{},"data":data,"loc":{"start":{"line":
|
|
14613
|
+
+ alias3((lookupProperty(helpers,"call")||(depth0 && lookupProperty(depth0,"call"))||alias2).call(alias1,(depths[1] != null ? lookupProperty(depths[1],"optionName") : depths[1]),depth0,{"name":"call","hash":{},"data":data,"loc":{"start":{"line":24,"column":64},"end":{"line":24,"column":91}}}))
|
|
14539
14614
|
+ "</option>\n";
|
|
14540
|
-
},"
|
|
14615
|
+
},"8":function(container,depth0,helpers,partials,data) {
|
|
14541
14616
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14542
14617
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14543
14618
|
return parent[propertyName];
|
|
@@ -14562,29 +14637,29 @@ this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(
|
|
|
14562
14637
|
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Show meetings near...",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":6,"column":60},"end":{"line":6,"column":95}}}))
|
|
14563
14638
|
+ "</button>\n <button id=\"nearbyMeetings\" style=\"display: block;\">"
|
|
14564
14639
|
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"near_me",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":7,"column":60},"end":{"line":7,"column":81}}}))
|
|
14565
|
-
+ "</button>\n
|
|
14566
|
-
+
|
|
14567
|
-
+ "
|
|
14568
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"
|
|
14569
|
-
+ "</button>\n <button id=\"fullscreenMode\" style=\"display: block;\">"
|
|
14570
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Toggle fullscreen mode",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":10,"column":60},"end":{"line":10,"column":96}}}))
|
|
14640
|
+
+ "</button>\n"
|
|
14641
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias2,(depth0 != null ? lookupProperty(depth0,"dropdownData") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.program(3, data, 0, blockParams, depths),"data":data,"loc":{"start":{"line":8,"column":8},"end":{"line":13,"column":15}}})) != null ? stack1 : "")
|
|
14642
|
+
+ " <button id=\"fullscreenMode\" style=\"display: block;\">"
|
|
14643
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Toggle fullscreen mode",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":14,"column":60},"end":{"line":14,"column":96}}}))
|
|
14571
14644
|
+ "</button>\n </div>\n<div id=\"filter_modal\" class=\"modal\" style=\"display: none;\">\n <div class=\"modal-content\">\n <span class=\"modal-title\">"
|
|
14572
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Filter meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14645
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Filter meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":18,"column":34},"end":{"line":18,"column":63}}}))
|
|
14573
14646
|
+ "</span><span id=\"close_filter\" class=\"modal-close\">×</span>\n"
|
|
14574
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,(depth0 != null ? lookupProperty(depth0,"dropdownData") : depth0),{"name":"each","hash":{},"fn":container.program(
|
|
14647
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,(depth0 != null ? lookupProperty(depth0,"dropdownData") : depth0),{"name":"each","hash":{},"fn":container.program(5, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":19,"column":8},"end":{"line":28,"column":17}}})) != null ? stack1 : "")
|
|
14575
14648
|
+ " </div>\n</div>\n<div id=\"table_page\" class=\"bmlt-page "
|
|
14576
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"css-direction",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14649
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"css-direction",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":31,"column":38},"end":{"line":31,"column":65}}}))
|
|
14577
14650
|
+ " hide\" >\n <div id=\"bmlt-maptable-header\"><span class=\"map-list-title\">"
|
|
14578
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Visible meeting list",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14579
|
-
+ "</span><span id=\"close_table\" class=\"table-close\">X</span></div>\n <div id=\"bmlt-maptable-div\" style=\"position:relative; overflow-y:scroll;\">\n
|
|
14580
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"css-direction",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14651
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Visible meeting list",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":32,"column":64},"end":{"line":32,"column":98}}}))
|
|
14652
|
+
+ "</span><span id=\"close_table\" class=\"table-close\">X</span></div>\n <div id=\"bmlt-maptable-div\" style=\"position:relative; overflow-y:scroll;\">\n\n <table class='bmlt-table table table-striped table-hover table-bordered tablesaw tablesaw-stack "
|
|
14653
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"css-direction",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":35,"column":104},"end":{"line":35,"column":131}}}))
|
|
14581
14654
|
+ "'>\n"
|
|
14582
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"bydays") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
14655
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"bydays") : stack1),{"name":"each","hash":{},"fn":container.program(8, data, 0, blockParams, depths),"inverse":container.noop,"data":data,"loc":{"start":{"line":36,"column":8},"end":{"line":38,"column":17}}})) != null ? stack1 : "")
|
|
14583
14656
|
+ " </table>\n </div>\n</div>\n<div id=\"geocoding_modal\" class=\"modal\" style=\"display: none;\">\n <div id=\"search_content\" class=\"modal-content\">\n <span class=\"modal-title\">"
|
|
14584
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Show meetings near...",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14657
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Show meetings near...",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":44,"column":28},"end":{"line":44,"column":63}}}))
|
|
14585
14658
|
+ "</span><span id=\"close_search\" class=\"modal-close\">x</span>\n <p></p>\n <div class=\"modal-search\">\n "
|
|
14586
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Enter a city or zip code",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14587
|
-
+ "\n <input id=\"goto-text\" type=\"text\">\n <button id=\"goto-button\" class=\"filter-button\">
|
|
14659
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"Enter a city or zip code",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":47,"column":12},"end":{"line":47,"column":50}}}))
|
|
14660
|
+
+ "\n <input id=\"goto-text\" type=\"text\">\n <button id=\"goto-button\" class=\"filter-button\">"
|
|
14661
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"go",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":49,"column":59},"end":{"line":49,"column":75}}}))
|
|
14662
|
+
+ "</button>\n </div>\n </div>\n</div>\n\n";
|
|
14588
14663
|
},"usePartial":true,"useData":true,"useDepths":true});
|
|
14589
14664
|
this["hbs_Crouton"]["templates"]["mapSearch"] = Handlebars.template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
14590
14665
|
var alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14662,6 +14737,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14662
14737
|
+ "</div>\n </td>\n <td class=\"bmlt-column3\">\n"
|
|
14663
14738
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"metaDataTemplate"),depth0,{"name":"metaDataTemplate","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14664
14739
|
+ ((stack1 = (lookupProperty(helpers,"canShare")||(depth0 && lookupProperty(depth0,"canShare"))||alias2).call(alias1,depth0,{"name":"canShare","hash":{},"fn":container.program(8, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":51,"column":3},"end":{"line":53,"column":16}}})) != null ? stack1 : "")
|
|
14740
|
+
+ ((stack1 = (lookupProperty(helpers,"reportUpdateEnabled")||(depth0 && lookupProperty(depth0,"reportUpdateEnabled"))||alias2).call(alias1,depth0,{"name":"reportUpdateEnabled","hash":{},"fn":container.program(18, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":54,"column":3},"end":{"line":56,"column":27}}})) != null ? stack1 : "")
|
|
14665
14741
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"offerIcsButton"),depth0,{"name":"offerIcsButton","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14666
14742
|
+ " </td>\n </tr>\n";
|
|
14667
14743
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
@@ -14709,7 +14785,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14709
14785
|
return undefined
|
|
14710
14786
|
};
|
|
14711
14787
|
|
|
14712
|
-
return " <a href=\"javascript:void(0);\" id=\"share-button\" class=\"btn btn-primary btn-xs\"
|
|
14788
|
+
return " <a href=\"javascript:void(0);\" id=\"share-button\" class=\"btn btn-primary btn-xs\" onclick='navigator.share({ text: JSON.stringify(\""
|
|
14713
14789
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_day") : depth0), depth0))
|
|
14714
14790
|
+ " "
|
|
14715
14791
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"start_time_formatted") : depth0), depth0))
|
|
@@ -14723,10 +14799,10 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14723
14799
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_address") : depth0), depth0))
|
|
14724
14800
|
+ " "
|
|
14725
14801
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_location_info") : depth0), depth0))
|
|
14726
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0),{"name":"if","hash":{},"fn":container.program(9, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":
|
|
14802
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0),{"name":"if","hash":{},"fn":container.program(9, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":319},"end":{"line":52,"column":411}}})) != null ? stack1 : "")
|
|
14727
14803
|
+ "\"), url: \""
|
|
14728
|
-
+ ((stack1 = (lookupProperty(helpers,"isVirtualOrHybrid")||(depth0 && lookupProperty(depth0,"isVirtualOrHybrid"))||alias4).call(alias3,depth0,{"name":"isVirtualOrHybrid","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":
|
|
14729
|
-
+ ((stack1 = (lookupProperty(helpers,"isInPersonOrHybrid")||(depth0 && lookupProperty(depth0,"isInPersonOrHybrid"))||alias4).call(alias3,depth0,{"name":"isInPersonOrHybrid","hash":{},"fn":container.program(16, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":
|
|
14804
|
+
+ ((stack1 = (lookupProperty(helpers,"isVirtualOrHybrid")||(depth0 && lookupProperty(depth0,"isVirtualOrHybrid"))||alias4).call(alias3,depth0,{"name":"isVirtualOrHybrid","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":421},"end":{"line":52,"column":608}}})) != null ? stack1 : "")
|
|
14805
|
+
+ ((stack1 = (lookupProperty(helpers,"isInPersonOrHybrid")||(depth0 && lookupProperty(depth0,"isInPersonOrHybrid"))||alias4).call(alias3,depth0,{"name":"isInPersonOrHybrid","hash":{},"fn":container.program(16, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":608},"end":{"line":52,"column":791}}})) != null ? stack1 : "")
|
|
14730
14806
|
+ "\"})'><span class=\"glyphicon glyphicon-share\"></span> "
|
|
14731
14807
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"share_word") : depth0), depth0))
|
|
14732
14808
|
+ "</a>\n";
|
|
@@ -14748,8 +14824,8 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14748
14824
|
return undefined
|
|
14749
14825
|
};
|
|
14750
14826
|
|
|
14751
|
-
return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0),{"name":"if","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":
|
|
14752
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0),{"name":"if","hash":{},"fn":container.program(14, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":
|
|
14827
|
+
return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0),{"name":"if","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":448},"end":{"line":52,"column":517}}})) != null ? stack1 : "")
|
|
14828
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0),{"name":"if","hash":{},"fn":container.program(14, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":517},"end":{"line":52,"column":586}}})) != null ? stack1 : "");
|
|
14753
14829
|
},"12":function(container,depth0,helpers,partials,data) {
|
|
14754
14830
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14755
14831
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
@@ -14784,6 +14860,21 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14784
14860
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"latitude") : depth0), depth0))
|
|
14785
14861
|
+ ","
|
|
14786
14862
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"longitude") : depth0), depth0));
|
|
14863
|
+
},"18":function(container,depth0,helpers,partials,data) {
|
|
14864
|
+
var helper, alias1=container.escapeExpression, alias2=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14865
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14866
|
+
return parent[propertyName];
|
|
14867
|
+
}
|
|
14868
|
+
return undefined
|
|
14869
|
+
};
|
|
14870
|
+
|
|
14871
|
+
return " <a href=\""
|
|
14872
|
+
+ alias1(((helper = (helper = lookupProperty(helpers,"reportUpdateUrl") || (depth0 != null ? lookupProperty(depth0,"reportUpdateUrl") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"reportUpdateUrl","hash":{},"data":data,"loc":{"start":{"line":55,"column":13},"end":{"line":55,"column":34}}}) : helper)))
|
|
14873
|
+
+ "?meeting_id="
|
|
14874
|
+
+ alias1(alias2((depth0 != null ? lookupProperty(depth0,"id_bigint") : depth0), depth0))
|
|
14875
|
+
+ "\" id=\"share-button\" class=\"btn btn-primary btn-xs\" target=\"_blank\"><span class=\"glyphicon glyphicon-edit\"></span> "
|
|
14876
|
+
+ alias1(alias2((depth0 != null ? lookupProperty(depth0,"report_update_word") : depth0), depth0))
|
|
14877
|
+
+ "</a>\n";
|
|
14787
14878
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
14788
14879
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14789
14880
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
@@ -14792,7 +14883,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14792
14883
|
return undefined
|
|
14793
14884
|
};
|
|
14794
14885
|
|
|
14795
|
-
return ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":
|
|
14886
|
+
return ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":60,"column":9}}})) != null ? stack1 : "");
|
|
14796
14887
|
},"usePartial":true,"useData":true});
|
|
14797
14888
|
this["hbs_Crouton"]["templates"]["weekdays"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14798
14889
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|