@bmlt-enabled/croutonjs 3.15.3 → 3.16.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.js +546 -170
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +546 -170
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
- package/templates/themes/none.css +0 -0
- package/templates/themes/none.json +3 -0
package/crouton.js
CHANGED
|
@@ -12859,6 +12859,8 @@ function CroutonLocalization(language) {
|
|
|
12859
12859
|
"click_search": "Click Search",
|
|
12860
12860
|
"pan_and_zoom": "Pan + Zoom",
|
|
12861
12861
|
"languages": "Languages",
|
|
12862
|
+
"common_needs": "Common Needs",
|
|
12863
|
+
"meeting_count": "Weekly Meetings:",
|
|
12862
12864
|
"venue_types": "Venue Types",
|
|
12863
12865
|
"venue_type_choices": {
|
|
12864
12866
|
IN_PERSON: "In Person",
|
|
@@ -12874,6 +12876,8 @@ function CroutonLocalization(language) {
|
|
|
12874
12876
|
},
|
|
12875
12877
|
"share": "share",
|
|
12876
12878
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12879
|
+
'css-textalign': '',
|
|
12880
|
+
'css-floatdirection': ''
|
|
12877
12881
|
},
|
|
12878
12882
|
"de-DE":{
|
|
12879
12883
|
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
@@ -12895,6 +12899,8 @@ function CroutonLocalization(language) {
|
|
|
12895
12899
|
"click_search": "Klicksuche",
|
|
12896
12900
|
"pan_and_zoom": "Schwenken + Zoomen",
|
|
12897
12901
|
"languages": "Sprachen",
|
|
12902
|
+
"common_needs": "Common Needs",
|
|
12903
|
+
"meeting_count": "Wöchentliche Meetings:",
|
|
12898
12904
|
"venue_types": "Treffpunktarten",
|
|
12899
12905
|
"venue_type_choices": {
|
|
12900
12906
|
IN_PERSON: "Präsens-Meetings",
|
|
@@ -12909,7 +12915,9 @@ function CroutonLocalization(language) {
|
|
|
12909
12915
|
GS: "Group Support Forum"
|
|
12910
12916
|
},
|
|
12911
12917
|
"share": "Teilen",
|
|
12912
|
-
"no_meetings_for_this_day": "
|
|
12918
|
+
"no_meetings_for_this_day": "Keine Meetings an diesem Tag.",
|
|
12919
|
+
'css-textalign': '',
|
|
12920
|
+
'css-floatdirection': ''
|
|
12913
12921
|
},
|
|
12914
12922
|
"en-AU": {
|
|
12915
12923
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -12931,6 +12939,8 @@ function CroutonLocalization(language) {
|
|
|
12931
12939
|
"click_search": "Click Search",
|
|
12932
12940
|
"pan_and_zoom": "Pan + Zoom",
|
|
12933
12941
|
"languages": "Languages",
|
|
12942
|
+
"common_needs": "Common Needs",
|
|
12943
|
+
"meeting_count": "Weekly Meetings:",
|
|
12934
12944
|
"venue_types": "Venue Types",
|
|
12935
12945
|
"venue_type_choices": {
|
|
12936
12946
|
IN_PERSON: "In Person",
|
|
@@ -12946,6 +12956,8 @@ function CroutonLocalization(language) {
|
|
|
12946
12956
|
},
|
|
12947
12957
|
"share": "share",
|
|
12948
12958
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12959
|
+
'css-textalign': '',
|
|
12960
|
+
'css-floatdirection': ''
|
|
12949
12961
|
},
|
|
12950
12962
|
"en-CA": {
|
|
12951
12963
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -12967,6 +12979,8 @@ function CroutonLocalization(language) {
|
|
|
12967
12979
|
"click_search": "Click Search",
|
|
12968
12980
|
"pan_and_zoom": "Pan + Zoom",
|
|
12969
12981
|
"languages": "Languages",
|
|
12982
|
+
"common_needs": "Common Needs",
|
|
12983
|
+
"meeting_count": "Weekly Meetings:",
|
|
12970
12984
|
"venue_types": "Venue Types",
|
|
12971
12985
|
"venue_type_choices": {
|
|
12972
12986
|
IN_PERSON: "In Person",
|
|
@@ -12982,6 +12996,8 @@ function CroutonLocalization(language) {
|
|
|
12982
12996
|
},
|
|
12983
12997
|
"share": "share",
|
|
12984
12998
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12999
|
+
'css-textalign': '',
|
|
13000
|
+
'css-floatdirection': ''
|
|
12985
13001
|
},
|
|
12986
13002
|
"en-NZ": {
|
|
12987
13003
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13003,6 +13019,8 @@ function CroutonLocalization(language) {
|
|
|
13003
13019
|
"click_search": "Click Search",
|
|
13004
13020
|
"pan_and_zoom": "Pan + Zoom",
|
|
13005
13021
|
"languages": "Languages",
|
|
13022
|
+
"common_needs": "Common Needs",
|
|
13023
|
+
"meeting_count": "Weekly Meetings:",
|
|
13006
13024
|
"venue_types": "Venue Types",
|
|
13007
13025
|
"venue_type_choices": {
|
|
13008
13026
|
IN_PERSON: "In Person",
|
|
@@ -13018,6 +13036,8 @@ function CroutonLocalization(language) {
|
|
|
13018
13036
|
},
|
|
13019
13037
|
"share": "share",
|
|
13020
13038
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13039
|
+
'css-textalign': '',
|
|
13040
|
+
'css-floatdirection': ''
|
|
13021
13041
|
},
|
|
13022
13042
|
"en-UK": {
|
|
13023
13043
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13039,6 +13059,8 @@ function CroutonLocalization(language) {
|
|
|
13039
13059
|
"click_search": "Click Search",
|
|
13040
13060
|
"pan_and_zoom": "Pan + Zoom",
|
|
13041
13061
|
"languages": "Languages",
|
|
13062
|
+
"common_needs": "Common Needs",
|
|
13063
|
+
"meeting_count": "Weekly Meetings:",
|
|
13042
13064
|
"venue_types": "Venue Types",
|
|
13043
13065
|
"venue_type_choices": {
|
|
13044
13066
|
IN_PERSON: "In Person",
|
|
@@ -13054,6 +13076,8 @@ function CroutonLocalization(language) {
|
|
|
13054
13076
|
},
|
|
13055
13077
|
"share": "share",
|
|
13056
13078
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13079
|
+
'css-textalign': '',
|
|
13080
|
+
'css-floatdirection': ''
|
|
13057
13081
|
},
|
|
13058
13082
|
"en-US": {
|
|
13059
13083
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13075,6 +13099,8 @@ function CroutonLocalization(language) {
|
|
|
13075
13099
|
"click_search": "Click Search",
|
|
13076
13100
|
"pan_and_zoom": "Pan + Zoom",
|
|
13077
13101
|
"languages": "Languages",
|
|
13102
|
+
"common_needs": "Common Needs",
|
|
13103
|
+
"meeting_count": "Weekly Meetings:",
|
|
13078
13104
|
"venue_types": "Venue Types",
|
|
13079
13105
|
"venue_type_choices": {
|
|
13080
13106
|
IN_PERSON: "In Person",
|
|
@@ -13090,6 +13116,8 @@ function CroutonLocalization(language) {
|
|
|
13090
13116
|
},
|
|
13091
13117
|
"share": "share",
|
|
13092
13118
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13119
|
+
'css-textalign': '',
|
|
13120
|
+
'css-floatdirection': ''
|
|
13093
13121
|
},
|
|
13094
13122
|
"es-US": {
|
|
13095
13123
|
"days_of_the_week" : ["", "Domingo", " Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
|
@@ -13111,6 +13139,8 @@ function CroutonLocalization(language) {
|
|
|
13111
13139
|
"click_search": "Click Search",
|
|
13112
13140
|
"pan_and_zoom": "Pan + Zoom",
|
|
13113
13141
|
"languages": "Languages",
|
|
13142
|
+
"common_needs": "Common Needs",
|
|
13143
|
+
"meeting_count": "Weekly Meetings:",
|
|
13114
13144
|
"venue_types": "Venue Types",
|
|
13115
13145
|
"venue_type_choices": {
|
|
13116
13146
|
IN_PERSON: "In Person",
|
|
@@ -13126,6 +13156,8 @@ function CroutonLocalization(language) {
|
|
|
13126
13156
|
},
|
|
13127
13157
|
"share": "share",
|
|
13128
13158
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13159
|
+
'css-textalign': '',
|
|
13160
|
+
'css-floatdirection': ''
|
|
13129
13161
|
},
|
|
13130
13162
|
"fa-IR": {
|
|
13131
13163
|
"days_of_the_week" : ["", 'یَکشَنب', 'دوشَنبه', 'سهشنبه', 'چهار شنبه', 'پَنج شَنبه', 'جُمعه', 'شَنبه'],
|
|
@@ -13147,6 +13179,8 @@ function CroutonLocalization(language) {
|
|
|
13147
13179
|
"click_search": "Click Search",
|
|
13148
13180
|
"pan_and_zoom": "Pan + Zoom",
|
|
13149
13181
|
"languages": "Languages",
|
|
13182
|
+
"common_needs": "Common Needs",
|
|
13183
|
+
"meeting_count": "Weekly Meetings:",
|
|
13150
13184
|
"venue_types": "Venue Types",
|
|
13151
13185
|
"venue_type_choices": {
|
|
13152
13186
|
IN_PERSON: "In Person",
|
|
@@ -13162,6 +13196,8 @@ function CroutonLocalization(language) {
|
|
|
13162
13196
|
},
|
|
13163
13197
|
"share": "share",
|
|
13164
13198
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13199
|
+
'css-textalign': 'style="text-align:right;"',
|
|
13200
|
+
'css-floatdirection': 'style="float:right;"'
|
|
13165
13201
|
},
|
|
13166
13202
|
"fr-CA": {
|
|
13167
13203
|
"days_of_the_week" : ["", "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
@@ -13183,6 +13219,8 @@ function CroutonLocalization(language) {
|
|
|
13183
13219
|
"click_search": "Click Search",
|
|
13184
13220
|
"pan_and_zoom": "Pan + Zoom",
|
|
13185
13221
|
"languages": "Languages",
|
|
13222
|
+
"common_needs": "Common Needs",
|
|
13223
|
+
"meeting_count": "Weekly Meetings:",
|
|
13186
13224
|
"venue_types": "Venue Types",
|
|
13187
13225
|
"venue_type_choices": {
|
|
13188
13226
|
IN_PERSON: "In Person",
|
|
@@ -13198,6 +13236,8 @@ function CroutonLocalization(language) {
|
|
|
13198
13236
|
},
|
|
13199
13237
|
"share": "share",
|
|
13200
13238
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13239
|
+
'css-textalign': '',
|
|
13240
|
+
'css-floatdirection': ''
|
|
13201
13241
|
},
|
|
13202
13242
|
"it-IT": {
|
|
13203
13243
|
"days_of_the_week" : ["", "Domenica", " Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
|
@@ -13219,6 +13259,8 @@ function CroutonLocalization(language) {
|
|
|
13219
13259
|
"click_search": "Click Search",
|
|
13220
13260
|
"pan_and_zoom": "Pan + Zoom",
|
|
13221
13261
|
"languages": "Languages",
|
|
13262
|
+
"common_needs": "Common Needs",
|
|
13263
|
+
"meeting_count": "Weekly Meetings:",
|
|
13222
13264
|
"venue_types": "Venue Types",
|
|
13223
13265
|
"venue_type_choices": {
|
|
13224
13266
|
IN_PERSON: "In Person",
|
|
@@ -13234,6 +13276,8 @@ function CroutonLocalization(language) {
|
|
|
13234
13276
|
},
|
|
13235
13277
|
"share": "Condividi",
|
|
13236
13278
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13279
|
+
'css-textalign': '',
|
|
13280
|
+
'css-floatdirection': ''
|
|
13237
13281
|
},
|
|
13238
13282
|
"nl-NL": {
|
|
13239
13283
|
"days_of_the_week" : ["", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
|
@@ -13255,6 +13299,8 @@ function CroutonLocalization(language) {
|
|
|
13255
13299
|
"click_search": "Klik om te zoeken",
|
|
13256
13300
|
"pan_and_zoom": "Pan + Zoom",
|
|
13257
13301
|
"languages": "Talen",
|
|
13302
|
+
"common_needs": "Common Needs",
|
|
13303
|
+
"meeting_count": "Weekly Meetings:",
|
|
13258
13304
|
"venue_types": "Soorten locaties",
|
|
13259
13305
|
"venue_type_choices": {
|
|
13260
13306
|
IN_PERSON: "Fysiek",
|
|
@@ -13270,6 +13316,8 @@ function CroutonLocalization(language) {
|
|
|
13270
13316
|
},
|
|
13271
13317
|
"share": "share",
|
|
13272
13318
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13319
|
+
'css-textalign': '',
|
|
13320
|
+
'css-floatdirection': ''
|
|
13273
13321
|
},
|
|
13274
13322
|
"pl-PL": {
|
|
13275
13323
|
"days_of_the_week" : ["", "Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
|
@@ -13291,6 +13339,8 @@ function CroutonLocalization(language) {
|
|
|
13291
13339
|
"click_search": "Kliknij na mapie",
|
|
13292
13340
|
"pan_and_zoom": "Przesuń powiększ",
|
|
13293
13341
|
"languages": "Języki",
|
|
13342
|
+
"common_needs": "Common Needs",
|
|
13343
|
+
"meeting_count": "Weekly Meetings:",
|
|
13294
13344
|
"venue_types": "Venue Types",
|
|
13295
13345
|
"venue_type_choices": {
|
|
13296
13346
|
IN_PERSON: "In Person",
|
|
@@ -13306,6 +13356,8 @@ function CroutonLocalization(language) {
|
|
|
13306
13356
|
},
|
|
13307
13357
|
"share": "share",
|
|
13308
13358
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13359
|
+
'css-textalign': '',
|
|
13360
|
+
'css-floatdirection': ''
|
|
13309
13361
|
},
|
|
13310
13362
|
"pt-BR": {
|
|
13311
13363
|
"days_of_the_week" : ["", "Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado"],
|
|
@@ -13327,6 +13379,8 @@ function CroutonLocalization(language) {
|
|
|
13327
13379
|
"click_search": "Clique no local",
|
|
13328
13380
|
"pan_and_zoom": "Panorâmico + Zoom",
|
|
13329
13381
|
"languages": "Idiomas",
|
|
13382
|
+
"common_needs": "Common Needs",
|
|
13383
|
+
"meeting_count": "Weekly Meetings:",
|
|
13330
13384
|
"venue_types": "tipos de reunião",
|
|
13331
13385
|
"venue_type_choices": {
|
|
13332
13386
|
IN_PERSON: "Presencial",
|
|
@@ -13342,6 +13396,8 @@ function CroutonLocalization(language) {
|
|
|
13342
13396
|
},
|
|
13343
13397
|
"share": "Compartilhar",
|
|
13344
13398
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13399
|
+
'css-textalign': '',
|
|
13400
|
+
'css-floatdirection': ''
|
|
13345
13401
|
},
|
|
13346
13402
|
"ru-RU": {
|
|
13347
13403
|
"days_of_the_week" : ["", "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
|
@@ -13363,6 +13419,8 @@ function CroutonLocalization(language) {
|
|
|
13363
13419
|
"click_search": "Нажмите Поиск",
|
|
13364
13420
|
"pan_and_zoom": "Pan + Zoom",
|
|
13365
13421
|
"languages": "Языки",
|
|
13422
|
+
"common_needs": "Common Needs",
|
|
13423
|
+
"meeting_count": "Weekly Meetings:",
|
|
13366
13424
|
"venue_types": "Venue Types",
|
|
13367
13425
|
"venue_type_choices": {
|
|
13368
13426
|
IN_PERSON: "In Person",
|
|
@@ -13378,6 +13436,8 @@ function CroutonLocalization(language) {
|
|
|
13378
13436
|
},
|
|
13379
13437
|
"share": "share",
|
|
13380
13438
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13439
|
+
'css-textalign': '',
|
|
13440
|
+
'css-floatdirection': ''
|
|
13381
13441
|
},
|
|
13382
13442
|
"sv-SE": {
|
|
13383
13443
|
"days_of_the_week" : ["", "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
|
@@ -13399,6 +13459,8 @@ function CroutonLocalization(language) {
|
|
|
13399
13459
|
"click_search": "Sök",
|
|
13400
13460
|
"pan_and_zoom": "Panorera + Zooma",
|
|
13401
13461
|
"languages": "Språk",
|
|
13462
|
+
"common_needs": "Common Needs",
|
|
13463
|
+
"meeting_count": "Weekly Meetings:",
|
|
13402
13464
|
"venue_types": "Venue Types",
|
|
13403
13465
|
"venue_type_choices": {
|
|
13404
13466
|
IN_PERSON: "In Person",
|
|
@@ -13414,6 +13476,8 @@ function CroutonLocalization(language) {
|
|
|
13414
13476
|
},
|
|
13415
13477
|
"share": "share",
|
|
13416
13478
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13479
|
+
'css-textalign': '',
|
|
13480
|
+
'css-floatdirection': ''
|
|
13417
13481
|
}
|
|
13418
13482
|
};
|
|
13419
13483
|
}
|
|
@@ -13461,14 +13525,16 @@ this["hbs_Crouton"]["templates"]["byday"] = Handlebars.template({"1":function(co
|
|
|
13461
13525
|
|
|
13462
13526
|
return ((stack1 = (lookupProperty(helpers,"greaterThan")||(depth0 && lookupProperty(depth0,"greaterThan"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"length") : stack1),0,{"name":"greaterThan","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":6,"column":4},"end":{"line":10,"column":20}}})) != null ? stack1 : "");
|
|
13463
13527
|
},"3":function(container,depth0,helpers,partials,data) {
|
|
13464
|
-
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13528
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13465
13529
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13466
13530
|
return parent[propertyName];
|
|
13467
13531
|
}
|
|
13468
13532
|
return undefined
|
|
13469
13533
|
};
|
|
13470
13534
|
|
|
13471
|
-
return " <tr class=\"meeting-header\">\n <td colspan=\"3\"
|
|
13535
|
+
return " <tr class=\"meeting-header\">\n <td colspan=\"3\" "
|
|
13536
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"css-textAlign",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":8,"column":22},"end":{"line":8,"column":51}}})) != null ? stack1 : "")
|
|
13537
|
+
+ ">"
|
|
13472
13538
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"day") : depth0), depth0))
|
|
13473
13539
|
+ "</td>\n </tr>\n";
|
|
13474
13540
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
@@ -13484,15 +13550,17 @@ this["hbs_Crouton"]["templates"]["byday"] = Handlebars.template({"1":function(co
|
|
|
13484
13550
|
+ " </table>\n</div>\n";
|
|
13485
13551
|
},"usePartial":true,"useData":true});
|
|
13486
13552
|
this["hbs_Crouton"]["templates"]["byfield"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13487
|
-
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13553
|
+
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13488
13554
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13489
13555
|
return parent[propertyName];
|
|
13490
13556
|
}
|
|
13491
13557
|
return undefined
|
|
13492
13558
|
};
|
|
13493
13559
|
|
|
13494
|
-
return " <tr class=\"meeting-header\"
|
|
13495
|
-
+
|
|
13560
|
+
return " <tr class=\"meeting-header\" "
|
|
13561
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"css-textAlign",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":5,"column":30},"end":{"line":5,"column":59}}})) != null ? stack1 : "")
|
|
13562
|
+
+ ">\n <td colspan=\"3\">"
|
|
13563
|
+
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"key") || (data && lookupProperty(data,"key"))) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"key","hash":{},"data":data,"loc":{"start":{"line":6,"column":20},"end":{"line":6,"column":28}}}) : helper)))
|
|
13496
13564
|
+ "</td>\n </tr>\n"
|
|
13497
13565
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetings"),depth0,{"name":"meetings","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
|
13498
13566
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
@@ -13507,6 +13575,33 @@ this["hbs_Crouton"]["templates"]["byfield"] = Handlebars.template({"1":function(
|
|
|
13507
13575
|
+ ((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":4,"column":2},"end":{"line":9,"column":11}}})) != null ? stack1 : "")
|
|
13508
13576
|
+ " </tbody>\n </table>\n</div>\n";
|
|
13509
13577
|
},"usePartial":true,"useData":true});
|
|
13578
|
+
this["hbs_Crouton"]["templates"]["formatPopup"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13579
|
+
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13580
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13581
|
+
return parent[propertyName];
|
|
13582
|
+
}
|
|
13583
|
+
return undefined
|
|
13584
|
+
};
|
|
13585
|
+
|
|
13586
|
+
return " <tr>\n <td class='formats_key'>"
|
|
13587
|
+
+ alias4(((helper = (helper = lookupProperty(helpers,"key") || (depth0 != null ? lookupProperty(depth0,"key") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"key","hash":{},"data":data,"loc":{"start":{"line":4,"column":36},"end":{"line":4,"column":43}}}) : helper)))
|
|
13588
|
+
+ "</td>\n <td class='formats_name'>"
|
|
13589
|
+
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":5,"column":37},"end":{"line":5,"column":45}}}) : helper)))
|
|
13590
|
+
+ "</td>\n <td class='formats_description'>"
|
|
13591
|
+
+ alias4(((helper = (helper = lookupProperty(helpers,"description") || (depth0 != null ? lookupProperty(depth0,"description") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"description","hash":{},"data":data,"loc":{"start":{"line":6,"column":44},"end":{"line":6,"column":59}}}) : helper)))
|
|
13592
|
+
+ "</td>\n </tr>\n";
|
|
13593
|
+
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13594
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13595
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13596
|
+
return parent[propertyName];
|
|
13597
|
+
}
|
|
13598
|
+
return undefined
|
|
13599
|
+
};
|
|
13600
|
+
|
|
13601
|
+
return "<table class='bmlt_a_format table-bordered'>\n"
|
|
13602
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"formats_expanded") : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":2,"column":4},"end":{"line":8,"column":13}}})) != null ? stack1 : "")
|
|
13603
|
+
+ "</table>";
|
|
13604
|
+
},"useData":true});
|
|
13510
13605
|
this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13511
13606
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13512
13607
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
@@ -13515,34 +13610,37 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13515
13610
|
return undefined
|
|
13516
13611
|
};
|
|
13517
13612
|
|
|
13518
|
-
return ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"include_weekday_button") : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":
|
|
13519
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"button_filters") : stack1),{"name":"each","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":
|
|
13613
|
+
return ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"include_weekday_button") : stack1),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":4},"end":{"line":5,"column":11}}})) != null ? stack1 : "")
|
|
13614
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"button_filters") : stack1),{"name":"each","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":6,"column":4},"end":{"line":8,"column":13}}})) != null ? stack1 : "")
|
|
13615
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"button_format_filters") : stack1),{"name":"each","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":9,"column":4},"end":{"line":11,"column":13}}})) != null ? stack1 : "")
|
|
13616
|
+
+ "\n"
|
|
13617
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_days") : stack1),{"name":"if","hash":{},"fn":container.program(8, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":13,"column":1},"end":{"line":22,"column":8}}})) != null ? stack1 : "")
|
|
13520
13618
|
+ "\n"
|
|
13521
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13619
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_cities") : stack1),{"name":"if","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":24,"column":4},"end":{"line":33,"column":11}}})) != null ? stack1 : "")
|
|
13522
13620
|
+ "\n"
|
|
13523
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13621
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_groups") : stack1),{"name":"if","hash":{},"fn":container.program(14, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":35,"column":4},"end":{"line":44,"column":11}}})) != null ? stack1 : "")
|
|
13524
13622
|
+ "\n"
|
|
13525
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13623
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_venues") : stack1),{"name":"if","hash":{},"fn":container.program(16, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":46,"column":1},"end":{"line":55,"column":8}}})) != null ? stack1 : "")
|
|
13526
13624
|
+ "\n"
|
|
13527
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13625
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_areas") : stack1),{"name":"if","hash":{},"fn":container.program(19, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":57,"column":4},"end":{"line":66,"column":11}}})) != null ? stack1 : "")
|
|
13528
13626
|
+ "\n"
|
|
13529
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13627
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_regions") : stack1),{"name":"if","hash":{},"fn":container.program(22, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":68,"column":1},"end":{"line":77,"column":8}}})) != null ? stack1 : "")
|
|
13530
13628
|
+ "\n"
|
|
13531
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13629
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_locations") : stack1),{"name":"if","hash":{},"fn":container.program(25, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":79,"column":4},"end":{"line":88,"column":11}}})) != null ? stack1 : "")
|
|
13532
13630
|
+ "\n"
|
|
13533
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13631
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_sub_province") : stack1),{"name":"if","hash":{},"fn":container.program(27, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":90,"column":4},"end":{"line":99,"column":11}}})) != null ? stack1 : "")
|
|
13534
13632
|
+ "\n"
|
|
13535
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13633
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_neighborhoods") : stack1),{"name":"if","hash":{},"fn":container.program(29, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":101,"column":1},"end":{"line":110,"column":8}}})) != null ? stack1 : "")
|
|
13536
13634
|
+ "\n"
|
|
13537
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13635
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_states") : stack1),{"name":"if","hash":{},"fn":container.program(31, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":112,"column":4},"end":{"line":121,"column":11}}})) != null ? stack1 : "")
|
|
13538
13636
|
+ "\n"
|
|
13539
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13637
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_zip_codes") : stack1),{"name":"if","hash":{},"fn":container.program(33, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":123,"column":4},"end":{"line":132,"column":11}}})) != null ? stack1 : "")
|
|
13540
13638
|
+ "\n"
|
|
13541
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13639
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_formats") : stack1),{"name":"if","hash":{},"fn":container.program(35, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":134,"column":4},"end":{"line":143,"column":11}}})) != null ? stack1 : "")
|
|
13542
13640
|
+ "\n"
|
|
13543
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13641
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_languages") : stack1),{"name":"if","hash":{},"fn":container.program(38, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":145,"column":1},"end":{"line":154,"column":8}}})) != null ? stack1 : "")
|
|
13544
13642
|
+ "\n"
|
|
13545
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13643
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_common_needs") : stack1),{"name":"if","hash":{},"fn":container.program(41, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":156,"column":4},"end":{"line":165,"column":8}}})) != null ? stack1 : "")
|
|
13546
13644
|
+ " </div>\n";
|
|
13547
13645
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
13548
13646
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13553,7 +13651,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13553
13651
|
};
|
|
13554
13652
|
|
|
13555
13653
|
return " <div class=\"bmlt-button-container\"><a id=\"day\" class=\"btn btn-primary btn-sm\">"
|
|
13556
|
-
+ container.escapeExpression((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"weekday",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13654
|
+
+ container.escapeExpression((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"weekday",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":4,"column":86},"end":{"line":4,"column":107}}}))
|
|
13557
13655
|
+ "</a></div>\n";
|
|
13558
13656
|
},"4":function(container,depth0,helpers,partials,data) {
|
|
13559
13657
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13568,9 +13666,24 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13568
13666
|
+ "\" data-field=\""
|
|
13569
13667
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13570
13668
|
+ "\" class=\"filterButton btn btn-primary btn-sm\">"
|
|
13571
|
-
+ alias2((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"title") : depth0),{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13669
|
+
+ alias2((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"title") : depth0),{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":7,"column":151},"end":{"line":7,"column":173}}}))
|
|
13572
13670
|
+ "</a></div>\n";
|
|
13573
13671
|
},"6":function(container,depth0,helpers,partials,data) {
|
|
13672
|
+
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13673
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13674
|
+
return parent[propertyName];
|
|
13675
|
+
}
|
|
13676
|
+
return undefined
|
|
13677
|
+
};
|
|
13678
|
+
|
|
13679
|
+
return " <div class=\"bmlt-button-container\"><a id=\"filterButton_"
|
|
13680
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13681
|
+
+ "\" data-field=\""
|
|
13682
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13683
|
+
+ "\" class=\"filterButton btn btn-primary btn-sm\">"
|
|
13684
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"title") : depth0), depth0))
|
|
13685
|
+
+ "</a></div>\n";
|
|
13686
|
+
},"8":function(container,depth0,helpers,partials,data) {
|
|
13574
13687
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13575
13688
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13576
13689
|
return parent[propertyName];
|
|
@@ -13581,11 +13694,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13581
13694
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13582
13695
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13583
13696
|
+ ";\" data-placeholder=\""
|
|
13584
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"weekday",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13697
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"weekday",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":15,"column":114},"end":{"line":15,"column":135}}}))
|
|
13585
13698
|
+ "\" data-pointer=\"Weekdays\" id=\"filter-dropdown-weekdays\">\n <option></option>\n"
|
|
13586
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"formatted_days") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13699
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"formatted_days") : stack1),{"name":"each","hash":{},"fn":container.program(9, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":17,"column":4},"end":{"line":19,"column":13}}})) != null ? stack1 : "")
|
|
13587
13700
|
+ " </select>\n </div>\n";
|
|
13588
|
-
},"
|
|
13701
|
+
},"9":function(container,depth0,helpers,partials,data) {
|
|
13589
13702
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13590
13703
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13591
13704
|
return parent[propertyName];
|
|
@@ -13594,11 +13707,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13594
13707
|
};
|
|
13595
13708
|
|
|
13596
13709
|
return " <option value=\"a-"
|
|
13597
|
-
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13710
|
+
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":18,"column":22},"end":{"line":18,"column":48}}}))
|
|
13598
13711
|
+ "\">"
|
|
13599
13712
|
+ alias1(container.lambda(depth0, depth0))
|
|
13600
13713
|
+ "</option>\n";
|
|
13601
|
-
},"
|
|
13714
|
+
},"11":function(container,depth0,helpers,partials,data) {
|
|
13602
13715
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13603
13716
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13604
13717
|
return parent[propertyName];
|
|
@@ -13609,11 +13722,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13609
13722
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13610
13723
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13611
13724
|
+ ";\" data-placeholder=\""
|
|
13612
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"cities",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13725
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"cities",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":26,"column":123},"end":{"line":26,"column":143}}}))
|
|
13613
13726
|
+ "\" data-pointer=\"Cities\" id=\"filter-dropdown-cities\">\n <option></option>\n"
|
|
13614
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"cities") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13727
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"cities") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":28,"column":16},"end":{"line":30,"column":25}}})) != null ? stack1 : "")
|
|
13615
13728
|
+ " </select>\n </div>\n";
|
|
13616
|
-
},"
|
|
13729
|
+
},"12":function(container,depth0,helpers,partials,data) {
|
|
13617
13730
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13618
13731
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13619
13732
|
return parent[propertyName];
|
|
@@ -13622,11 +13735,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13622
13735
|
};
|
|
13623
13736
|
|
|
13624
13737
|
return " <option value=\"a-"
|
|
13625
|
-
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13738
|
+
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":29,"column":37},"end":{"line":29,"column":63}}}))
|
|
13626
13739
|
+ "\">"
|
|
13627
13740
|
+ alias1(container.lambda(depth0, depth0))
|
|
13628
13741
|
+ "</option>\n";
|
|
13629
|
-
},"
|
|
13742
|
+
},"14":function(container,depth0,helpers,partials,data) {
|
|
13630
13743
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13631
13744
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13632
13745
|
return parent[propertyName];
|
|
@@ -13637,11 +13750,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13637
13750
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13638
13751
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13639
13752
|
+ ";\" data-placeholder=\""
|
|
13640
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"groups",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13753
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"groups",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":37,"column":123},"end":{"line":37,"column":143}}}))
|
|
13641
13754
|
+ "\" data-pointer=\"Groups\" id=\"filter-dropdown-groups\">\n <option></option>\n"
|
|
13642
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"groups") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13755
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"groups") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":39,"column":16},"end":{"line":41,"column":25}}})) != null ? stack1 : "")
|
|
13643
13756
|
+ " </select>\n </div>\n";
|
|
13644
|
-
},"
|
|
13757
|
+
},"16":function(container,depth0,helpers,partials,data) {
|
|
13645
13758
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13646
13759
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13647
13760
|
return parent[propertyName];
|
|
@@ -13652,11 +13765,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13652
13765
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13653
13766
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13654
13767
|
+ ";\" data-placeholder=\""
|
|
13655
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"venue_types",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13768
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"venue_types",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":48,"column":113},"end":{"line":48,"column":138}}}))
|
|
13656
13769
|
+ "\" data-pointer=\"Venues\" id=\"filter-dropdown-venues\">\n <option></option>\n"
|
|
13657
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"venue_types") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13770
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"venue_types") : stack1),{"name":"each","hash":{},"fn":container.program(17, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":50,"column":3},"end":{"line":52,"column":12}}})) != null ? stack1 : "")
|
|
13658
13771
|
+ " </select>\n </div>\n";
|
|
13659
|
-
},"
|
|
13772
|
+
},"17":function(container,depth0,helpers,partials,data) {
|
|
13660
13773
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13661
13774
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13662
13775
|
return parent[propertyName];
|
|
@@ -13665,11 +13778,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13665
13778
|
};
|
|
13666
13779
|
|
|
13667
13780
|
return " <option value=\"a-"
|
|
13668
|
-
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13781
|
+
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":51,"column":21},"end":{"line":51,"column":47}}}))
|
|
13669
13782
|
+ "\">"
|
|
13670
13783
|
+ alias1(container.lambda(depth0, depth0))
|
|
13671
13784
|
+ "</option>\n";
|
|
13672
|
-
},"
|
|
13785
|
+
},"19":function(container,depth0,helpers,partials,data) {
|
|
13673
13786
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13674
13787
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13675
13788
|
return parent[propertyName];
|
|
@@ -13680,11 +13793,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13680
13793
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13681
13794
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13682
13795
|
+ ";\" data-placeholder=\""
|
|
13683
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"areas",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13796
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"areas",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":59,"column":123},"end":{"line":59,"column":142}}}))
|
|
13684
13797
|
+ "\" data-pointer=\"Areas\" id=\"filter-dropdown-areas\">\n <option></option>\n"
|
|
13685
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"areas") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13798
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"areas") : stack1),{"name":"each","hash":{},"fn":container.program(20, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":61,"column":16},"end":{"line":63,"column":25}}})) != null ? stack1 : "")
|
|
13686
13799
|
+ " </select>\n </div>\n";
|
|
13687
|
-
},"
|
|
13800
|
+
},"20":function(container,depth0,helpers,partials,data) {
|
|
13688
13801
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13689
13802
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13690
13803
|
return parent[propertyName];
|
|
@@ -13697,7 +13810,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13697
13810
|
+ "\">"
|
|
13698
13811
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"name") : depth0), depth0))
|
|
13699
13812
|
+ "</option>\n";
|
|
13700
|
-
},"
|
|
13813
|
+
},"22":function(container,depth0,helpers,partials,data) {
|
|
13701
13814
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13702
13815
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13703
13816
|
return parent[propertyName];
|
|
@@ -13708,11 +13821,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13708
13821
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13709
13822
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13710
13823
|
+ ";\" data-placeholder=\""
|
|
13711
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"regions",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13824
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"regions",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":70,"column":114},"end":{"line":70,"column":135}}}))
|
|
13712
13825
|
+ "\" data-pointer=\"Regions\" id=\"filter-dropdown-regions\">\n <option></option>\n"
|
|
13713
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"regions") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13826
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"regions") : stack1),{"name":"each","hash":{},"fn":container.program(23, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":72,"column":4},"end":{"line":74,"column":13}}})) != null ? stack1 : "")
|
|
13714
13827
|
+ " </select>\n </div>\n";
|
|
13715
|
-
},"
|
|
13828
|
+
},"23":function(container,depth0,helpers,partials,data) {
|
|
13716
13829
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13717
13830
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13718
13831
|
return parent[propertyName];
|
|
@@ -13721,11 +13834,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13721
13834
|
};
|
|
13722
13835
|
|
|
13723
13836
|
return " <option value=\"a-"
|
|
13724
|
-
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13837
|
+
+ alias1((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"name") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":73,"column":22},"end":{"line":73,"column":53}}}))
|
|
13725
13838
|
+ "\">"
|
|
13726
13839
|
+ alias1(container.lambda((depth0 != null ? lookupProperty(depth0,"name") : depth0), depth0))
|
|
13727
13840
|
+ "</option>\n";
|
|
13728
|
-
},"
|
|
13841
|
+
},"25":function(container,depth0,helpers,partials,data) {
|
|
13729
13842
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13730
13843
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13731
13844
|
return parent[propertyName];
|
|
@@ -13736,11 +13849,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13736
13849
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13737
13850
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13738
13851
|
+ ";\" data-placeholder=\""
|
|
13739
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"locations",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13852
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"locations",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":81,"column":123},"end":{"line":81,"column":146}}}))
|
|
13740
13853
|
+ "\" data-pointer=\"Locations\" id=\"filter-dropdown-locations\">\n <option></option>\n"
|
|
13741
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"locations") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13854
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"locations") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":83,"column":16},"end":{"line":85,"column":25}}})) != null ? stack1 : "")
|
|
13742
13855
|
+ " </select>\n </div>\n";
|
|
13743
|
-
},"
|
|
13856
|
+
},"27":function(container,depth0,helpers,partials,data) {
|
|
13744
13857
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13745
13858
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13746
13859
|
return parent[propertyName];
|
|
@@ -13751,11 +13864,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13751
13864
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13752
13865
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13753
13866
|
+ ";\" data-placeholder=\""
|
|
13754
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"counties",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13867
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"counties",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":92,"column":123},"end":{"line":92,"column":145}}}))
|
|
13755
13868
|
+ "\" data-pointer=\"Counties\" id=\"filter-dropdown-sub_province\">\n <option></option>\n"
|
|
13756
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"sub_provinces") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13869
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"sub_provinces") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":94,"column":16},"end":{"line":96,"column":25}}})) != null ? stack1 : "")
|
|
13757
13870
|
+ " </select>\n </div>\n";
|
|
13758
|
-
},"
|
|
13871
|
+
},"29":function(container,depth0,helpers,partials,data) {
|
|
13759
13872
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13760
13873
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13761
13874
|
return parent[propertyName];
|
|
@@ -13766,11 +13879,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13766
13879
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13767
13880
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13768
13881
|
+ ";\" data-placeholder=\""
|
|
13769
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"neighborhood",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13882
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"neighborhood",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":103,"column":123},"end":{"line":103,"column":149}}}))
|
|
13770
13883
|
+ "\" data-pointer=\"Neighborhoods\" id=\"filter-dropdown-neighborhoods\">\n <option></option>\n"
|
|
13771
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"neighborhoods") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13884
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"neighborhoods") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":105,"column":4},"end":{"line":107,"column":13}}})) != null ? stack1 : "")
|
|
13772
13885
|
+ " </select>\n </div>\n";
|
|
13773
|
-
},"
|
|
13886
|
+
},"31":function(container,depth0,helpers,partials,data) {
|
|
13774
13887
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13775
13888
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13776
13889
|
return parent[propertyName];
|
|
@@ -13781,11 +13894,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13781
13894
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13782
13895
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13783
13896
|
+ ";\" data-placeholder=\""
|
|
13784
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"states",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13897
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"states",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":114,"column":123},"end":{"line":114,"column":143}}}))
|
|
13785
13898
|
+ "\" data-pointer=\"States\" id=\"filter-dropdown-states\">\n <option></option>\n"
|
|
13786
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"states") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13899
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"states") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":116,"column":16},"end":{"line":118,"column":25}}})) != null ? stack1 : "")
|
|
13787
13900
|
+ " </select>\n </div>\n";
|
|
13788
|
-
},"
|
|
13901
|
+
},"33":function(container,depth0,helpers,partials,data) {
|
|
13789
13902
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13790
13903
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13791
13904
|
return parent[propertyName];
|
|
@@ -13796,11 +13909,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13796
13909
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13797
13910
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13798
13911
|
+ ";\" data-placeholder=\""
|
|
13799
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"postal_codes",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13912
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"postal_codes",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":125,"column":123},"end":{"line":125,"column":149}}}))
|
|
13800
13913
|
+ "\" data-pointer=\"Zips\" id=\"filter-dropdown-zipcodes\">\n <option></option>\n"
|
|
13801
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"zips") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13914
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"zips") : stack1),{"name":"each","hash":{},"fn":container.program(12, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":127,"column":16},"end":{"line":129,"column":25}}})) != null ? stack1 : "")
|
|
13802
13915
|
+ " </select>\n </div>\n";
|
|
13803
|
-
},"
|
|
13916
|
+
},"35":function(container,depth0,helpers,partials,data) {
|
|
13804
13917
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13805
13918
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13806
13919
|
return parent[propertyName];
|
|
@@ -13811,11 +13924,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13811
13924
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13812
13925
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13813
13926
|
+ ";\" data-placeholder=\""
|
|
13814
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"formats",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13927
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"formats",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":136,"column":123},"end":{"line":136,"column":144}}}))
|
|
13815
13928
|
+ "\" data-pointer=\"Formats\" id=\"filter-dropdown-formats\">\n <option></option>\n"
|
|
13816
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"formats") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13929
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"formats") : stack1),{"name":"each","hash":{},"fn":container.program(36, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":138,"column":16},"end":{"line":140,"column":25}}})) != null ? stack1 : "")
|
|
13817
13930
|
+ " </select>\n </div>\n";
|
|
13818
|
-
},"
|
|
13931
|
+
},"36":function(container,depth0,helpers,partials,data) {
|
|
13819
13932
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13820
13933
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13821
13934
|
return parent[propertyName];
|
|
@@ -13824,11 +13937,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13824
13937
|
};
|
|
13825
13938
|
|
|
13826
13939
|
return " <option value=\"a-"
|
|
13827
|
-
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"name_string") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13940
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"name_string") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":139,"column":37},"end":{"line":139,"column":70}}}))
|
|
13828
13941
|
+ "\">"
|
|
13829
|
-
+ alias3(((helper = (helper = lookupProperty(helpers,"name_string") || (depth0 != null ? lookupProperty(depth0,"name_string") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"name_string","hash":{},"data":data,"loc":{"start":{"line":
|
|
13942
|
+
+ alias3(((helper = (helper = lookupProperty(helpers,"name_string") || (depth0 != null ? lookupProperty(depth0,"name_string") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"name_string","hash":{},"data":data,"loc":{"start":{"line":139,"column":72},"end":{"line":139,"column":87}}}) : helper)))
|
|
13830
13943
|
+ "</option>\n";
|
|
13831
|
-
},"
|
|
13944
|
+
},"38":function(container,depth0,helpers,partials,data) {
|
|
13832
13945
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13833
13946
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13834
13947
|
return parent[propertyName];
|
|
@@ -13839,11 +13952,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13839
13952
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13840
13953
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13841
13954
|
+ ";\" data-placeholder=\""
|
|
13842
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"languages",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13955
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"languages",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":147,"column":114},"end":{"line":147,"column":137}}}))
|
|
13843
13956
|
+ "\" data-pointer=\"Languages\" id=\"filter-dropdown-languages\">\n <option></option>\n"
|
|
13844
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"languages") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13957
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"languages") : stack1),{"name":"each","hash":{},"fn":container.program(39, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":149,"column":4},"end":{"line":151,"column":13}}})) != null ? stack1 : "")
|
|
13845
13958
|
+ " </select>\n </div>\n";
|
|
13846
|
-
},"
|
|
13959
|
+
},"39":function(container,depth0,helpers,partials,data) {
|
|
13847
13960
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13848
13961
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13849
13962
|
return parent[propertyName];
|
|
@@ -13852,11 +13965,26 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13852
13965
|
};
|
|
13853
13966
|
|
|
13854
13967
|
return " <option value=\"a-"
|
|
13855
|
-
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"name_string") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":
|
|
13968
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"name_string") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":150,"column":22},"end":{"line":150,"column":55}}}))
|
|
13856
13969
|
+ "\">"
|
|
13857
|
-
+ alias3(((helper = (helper = lookupProperty(helpers,"name_string") || (depth0 != null ? lookupProperty(depth0,"name_string") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"name_string","hash":{},"data":data,"loc":{"start":{"line":
|
|
13970
|
+
+ alias3(((helper = (helper = lookupProperty(helpers,"name_string") || (depth0 != null ? lookupProperty(depth0,"name_string") : depth0)) != null ? helper : alias2),(typeof helper === "function" ? helper.call(alias1,{"name":"name_string","hash":{},"data":data,"loc":{"start":{"line":150,"column":57},"end":{"line":150,"column":72}}}) : helper)))
|
|
13858
13971
|
+ "</option>\n";
|
|
13859
|
-
},"
|
|
13972
|
+
},"41":function(container,depth0,helpers,partials,data) {
|
|
13973
|
+
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13974
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13975
|
+
return parent[propertyName];
|
|
13976
|
+
}
|
|
13977
|
+
return undefined
|
|
13978
|
+
};
|
|
13979
|
+
|
|
13980
|
+
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13981
|
+
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13982
|
+
+ ";\" data-placeholder=\""
|
|
13983
|
+
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"common_needs",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":158,"column":114},"end":{"line":158,"column":140}}}))
|
|
13984
|
+
+ "\" data-pointer=\"Languages\" id=\"filter-dropdown-languages\">\n <option></option>\n"
|
|
13985
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"common_needs") : stack1),{"name":"each","hash":{},"fn":container.program(39, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":160,"column":4},"end":{"line":162,"column":13}}})) != null ? stack1 : "")
|
|
13986
|
+
+ " </select>\n </div>\n";
|
|
13987
|
+
},"43":function(container,depth0,helpers,partials,data) {
|
|
13860
13988
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13861
13989
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13862
13990
|
return parent[propertyName];
|
|
@@ -13864,15 +13992,33 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13864
13992
|
return undefined
|
|
13865
13993
|
};
|
|
13866
13994
|
|
|
13867
|
-
return ((stack1 = (lookupProperty(helpers,"ifEquals")||(depth0 && lookupProperty(depth0,"ifEquals"))||container.hooks.helperMissing).call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"view_by") : stack1),"weekdays",{"name":"ifEquals","hash":{},"fn":container.program(
|
|
13995
|
+
return ((stack1 = (lookupProperty(helpers,"ifEquals")||(depth0 && lookupProperty(depth0,"ifEquals"))||container.hooks.helperMissing).call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"view_by") : stack1),"weekdays",{"name":"ifEquals","hash":{},"fn":container.program(44, data, 0),"inverse":container.program(46, data, 0),"data":data,"loc":{"start":{"line":170,"column":4},"end":{"line":174,"column":17}}})) != null ? stack1 : "")
|
|
13868
13996
|
+ " <ul class=\"nav nav-tabs\">\n"
|
|
13869
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"day_sequence") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13997
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"day_sequence") : stack1),{"name":"each","hash":{},"fn":container.program(48, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":176,"column":12},"end":{"line":178,"column":21}}})) != null ? stack1 : "")
|
|
13870
13998
|
+ " </ul>\n </div>\n";
|
|
13871
|
-
},"40":function(container,depth0,helpers,partials,data) {
|
|
13872
|
-
return " <div class=\"bmlt-page show\" id=\"nav-days\">\n";
|
|
13873
|
-
},"42":function(container,depth0,helpers,partials,data) {
|
|
13874
|
-
return " <div class=\"bmlt-page hide\" id=\"nav-days\">\n";
|
|
13875
13999
|
},"44":function(container,depth0,helpers,partials,data) {
|
|
14000
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14001
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14002
|
+
return parent[propertyName];
|
|
14003
|
+
}
|
|
14004
|
+
return undefined
|
|
14005
|
+
};
|
|
14006
|
+
|
|
14007
|
+
return " <div class=\"bmlt-page show\" id=\"nav-days\" "
|
|
14008
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"css-floatDirection",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":171,"column":50},"end":{"line":171,"column":84}}})) != null ? stack1 : "")
|
|
14009
|
+
+ ">\n";
|
|
14010
|
+
},"46":function(container,depth0,helpers,partials,data) {
|
|
14011
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14012
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14013
|
+
return parent[propertyName];
|
|
14014
|
+
}
|
|
14015
|
+
return undefined
|
|
14016
|
+
};
|
|
14017
|
+
|
|
14018
|
+
return " <div class=\"bmlt-page hide\" id=\"nav-days\" "
|
|
14019
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"css-floatDirection",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":173,"column":50},"end":{"line":173,"column":84}}})) != null ? stack1 : "")
|
|
14020
|
+
+ ">\n";
|
|
14021
|
+
},"48":function(container,depth0,helpers,partials,data) {
|
|
13876
14022
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13877
14023
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13878
14024
|
return parent[propertyName];
|
|
@@ -13883,7 +14029,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13883
14029
|
return " <li><a href=\"#tab"
|
|
13884
14030
|
+ alias1(container.lambda(depth0, depth0))
|
|
13885
14031
|
+ "\" data-toggle=\"tab\">"
|
|
13886
|
-
+ alias1((lookupProperty(helpers,"getDayOfTheWeek")||(depth0 && lookupProperty(depth0,"getDayOfTheWeek"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"getDayOfTheWeek","hash":{},"data":data,"loc":{"start":{"line":
|
|
14032
|
+
+ alias1((lookupProperty(helpers,"getDayOfTheWeek")||(depth0 && lookupProperty(depth0,"getDayOfTheWeek"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),depth0,{"name":"getDayOfTheWeek","hash":{},"data":data,"loc":{"start":{"line":177,"column":61},"end":{"line":177,"column":85}}}))
|
|
13887
14033
|
+ "</a></li>\n";
|
|
13888
14034
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13889
14035
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13893,9 +14039,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13893
14039
|
return undefined
|
|
13894
14040
|
};
|
|
13895
14041
|
|
|
13896
|
-
return ((
|
|
14042
|
+
return container.escapeExpression((lookupProperty(helpers,"startup")||(depth0 && lookupProperty(depth0,"startup"))||container.hooks.helperMissing).call(alias1,depth0,{"name":"startup","hash":{},"data":data,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":16}}}))
|
|
13897
14043
|
+ "\n"
|
|
13898
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
14044
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"header") : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":2,"column":0},"end":{"line":167,"column":7}}})) != null ? stack1 : "")
|
|
14045
|
+
+ "\n"
|
|
14046
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"has_tabs") : stack1),{"name":"if","hash":{},"fn":container.program(43, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":169,"column":0},"end":{"line":181,"column":7}}})) != null ? stack1 : "");
|
|
13899
14047
|
},"useData":true});
|
|
13900
14048
|
this["hbs_Crouton"]["templates"]["main"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13901
14049
|
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13907,77 +14055,101 @@ this["hbs_Crouton"]["templates"]["main"] = Handlebars.template({"1":function(con
|
|
|
13907
14055
|
|
|
13908
14056
|
return " <div id=\"byfield_"
|
|
13909
14057
|
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"key") || (data && lookupProperty(data,"key"))) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"key","hash":{},"data":data,"loc":{"start":{"line":6,"column":19},"end":{"line":6,"column":29}}}) : helper)))
|
|
14058
|
+
+ "\" class=\"bmlt-page hide\" >\n"
|
|
14059
|
+
+ ((stack1 = container.invokePartial(lookupProperty(partials,"byfields"),depth0,{"name":"byfields","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14060
|
+
+ " </div>\n";
|
|
14061
|
+
},"3":function(container,depth0,helpers,partials,data) {
|
|
14062
|
+
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14063
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14064
|
+
return parent[propertyName];
|
|
14065
|
+
}
|
|
14066
|
+
return undefined
|
|
14067
|
+
};
|
|
14068
|
+
|
|
14069
|
+
return " <div id=\"byfield_"
|
|
14070
|
+
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"key") || (data && lookupProperty(data,"key"))) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"key","hash":{},"data":data,"loc":{"start":{"line":11,"column":19},"end":{"line":11,"column":29}}}) : helper)))
|
|
13910
14071
|
+ "\" class=\"bmlt-page hide\">\n"
|
|
13911
14072
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"byfields"),depth0,{"name":"byfields","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13912
14073
|
+ " </div>\n";
|
|
13913
14074
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13914
|
-
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14075
|
+
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13915
14076
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13916
14077
|
return parent[propertyName];
|
|
13917
14078
|
}
|
|
13918
14079
|
return undefined
|
|
13919
14080
|
};
|
|
13920
14081
|
|
|
13921
|
-
return "<div id=\"bmlt-tabs-table\">\n <div id=\"bmlt-header\" class=\"bmlt-header hide\"
|
|
14082
|
+
return "<div id=\"bmlt-tabs-table\">\n <div id=\"bmlt-header\" class=\"bmlt-header hide\" "
|
|
14083
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias1,"css-textAlign",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":2,"column":51},"end":{"line":2,"column":80}}})) != null ? stack1 : "")
|
|
14084
|
+
+ ">\n"
|
|
13922
14085
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"header"),depth0,{"name":"header","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13923
14086
|
+ " </div>\n"
|
|
13924
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(
|
|
14087
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"buttonFilters") : stack1),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":5,"column":1},"end":{"line":9,"column":10}}})) != null ? stack1 : "")
|
|
14088
|
+
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"buttonFormatFilters") : stack1),{"name":"each","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":10,"column":4},"end":{"line":14,"column":10}}})) != null ? stack1 : "")
|
|
13925
14089
|
+ " <div id=\"byday\" class=\"bmlt-page hide\">\n"
|
|
13926
14090
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"bydays"),((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"bydays") : stack1),{"name":"bydays","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13927
14091
|
+ " </div>\n <div id=\"tabs-content\" class=\"bmlt-page\">\n"
|
|
13928
14092
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"weekdays"),((stack1 = (depth0 != null ? lookupProperty(depth0,"meetings") : depth0)) != null ? lookupProperty(stack1,"weekdays") : stack1),{"name":"weekdays","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13929
|
-
+ " </div>\n
|
|
14093
|
+
+ " </div>\n"
|
|
14094
|
+
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetingCountTemplate"),depth0,{"name":"meetingCountTemplate","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14095
|
+
+ "</div>\n";
|
|
13930
14096
|
},"usePartial":true,"useData":true});
|
|
13931
14097
|
this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13932
|
-
var stack1, alias1=
|
|
14098
|
+
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, alias4=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13933
14099
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13934
14100
|
return parent[propertyName];
|
|
13935
14101
|
}
|
|
13936
14102
|
return undefined
|
|
13937
14103
|
};
|
|
13938
14104
|
|
|
13939
|
-
return "
|
|
13940
|
-
+
|
|
14105
|
+
return " "
|
|
14106
|
+
+ alias3((lookupProperty(helpers,"enrich")||(depth0 && lookupProperty(depth0,"enrich"))||alias2).call(alias1,depth0,{"name":"enrich","hash":{},"data":data,"loc":{"start":{"line":2,"column":1},"end":{"line":2,"column":16}}}))
|
|
14107
|
+
+ "\n <tr class=\"bmlt-data-row\"\n id=\"meeting-data-row-"
|
|
14108
|
+
+ alias3(alias4((depth0 != null ? lookupProperty(depth0,"id_bigint") : depth0), depth0))
|
|
13941
14109
|
+ "\"\n data-cities=\""
|
|
13942
|
-
+
|
|
14110
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_municipality") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":5,"column":15},"end":{"line":5,"column":63}}}))
|
|
13943
14111
|
+ "\"\n data-groups=\""
|
|
13944
|
-
+
|
|
14112
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"meeting_name") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":6,"column":15},"end":{"line":6,"column":54}}}))
|
|
13945
14113
|
+ "\"\n data-locations=\""
|
|
13946
|
-
+
|
|
14114
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_text") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":7,"column":18},"end":{"line":7,"column":58}}}))
|
|
13947
14115
|
+ "\"\n data-zips=\""
|
|
13948
|
-
+
|
|
14116
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_postal_code_1") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":8,"column":13},"end":{"line":8,"column":62}}}))
|
|
13949
14117
|
+ "\"\n data-formats=\""
|
|
13950
|
-
+
|
|
14118
|
+
+ alias3((lookupProperty(helpers,"formatDataPointerFormats")||(depth0 && lookupProperty(depth0,"formatDataPointerFormats"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"formats_expanded") : depth0),{"name":"formatDataPointerFormats","hash":{},"data":data,"loc":{"start":{"line":9,"column":16},"end":{"line":9,"column":66}}}))
|
|
13951
14119
|
+ "\"\n data-areas=\""
|
|
13952
|
-
+
|
|
14120
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"service_body_bigint") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":10,"column":14},"end":{"line":10,"column":60}}}))
|
|
13953
14121
|
+ "\"\n data-regions=\""
|
|
13954
|
-
+
|
|
14122
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"parentServiceBodyName") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":11,"column":16},"end":{"line":11,"column":64}}}))
|
|
13955
14123
|
+ "\"\n data-counties=\""
|
|
13956
|
-
+
|
|
14124
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_sub_province") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":12,"column":17},"end":{"line":12,"column":65}}}))
|
|
13957
14125
|
+ "\"\n data-neighborhoods=\""
|
|
13958
|
-
+
|
|
14126
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_neighborhood") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":13,"column":22},"end":{"line":13,"column":70}}}))
|
|
13959
14127
|
+ "\"\n data-states=\""
|
|
13960
|
-
+
|
|
14128
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"location_province") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":14,"column":15},"end":{"line":14,"column":59}}}))
|
|
13961
14129
|
+ "\"\n data-venues=\""
|
|
13962
|
-
+
|
|
14130
|
+
+ alias3((lookupProperty(helpers,"formatDataFromArray")||(depth0 && lookupProperty(depth0,"formatDataFromArray"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"venue_type_name") : depth0),{"name":"formatDataFromArray","hash":{},"data":data,"loc":{"start":{"line":15,"column":15},"end":{"line":15,"column":59}}}))
|
|
13963
14131
|
+ "\"\n data-languages=\""
|
|
13964
|
-
+
|
|
14132
|
+
+ alias3((lookupProperty(helpers,"formatDataPointerFormats")||(depth0 && lookupProperty(depth0,"formatDataPointerFormats"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"formats_expanded") : depth0),{"name":"formatDataPointerFormats","hash":{},"data":data,"loc":{"start":{"line":16,"column":18},"end":{"line":16,"column":68}}}))
|
|
13965
14133
|
+ "\"\n data-weekdays=\""
|
|
13966
|
-
+
|
|
13967
|
-
+ "\">\n <td class=\"bmlt-column1\"
|
|
13968
|
-
+
|
|
14134
|
+
+ alias3((lookupProperty(helpers,"formatDataPointer")||(depth0 && lookupProperty(depth0,"formatDataPointer"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"formatted_day") : depth0),{"name":"formatDataPointer","hash":{},"data":data,"loc":{"start":{"line":17,"column":17},"end":{"line":17,"column":57}}}))
|
|
14135
|
+
+ "\">\n <td class=\"bmlt-column1\" "
|
|
14136
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"css-textAlign",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":18,"column":27},"end":{"line":18,"column":56}}})) != null ? stack1 : "")
|
|
14137
|
+
+ ">\n <div class=\"bmlt-day\">"
|
|
14138
|
+
+ alias3(alias4((depth0 != null ? lookupProperty(depth0,"formatted_day") : depth0), depth0))
|
|
13969
14139
|
+ "</div>\n"
|
|
13970
|
-
+ ((stack1 = (lookupProperty(helpers,"ifEquals")||(depth0 && lookupProperty(depth0,"ifEquals"))||
|
|
13971
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(
|
|
14140
|
+
+ ((stack1 = (lookupProperty(helpers,"ifEquals")||(depth0 && lookupProperty(depth0,"ifEquals"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"duration_time") : depth0),"24:00:00",{"name":"ifEquals","hash":{},"fn":container.program(2, data, 0),"inverse":container.program(4, data, 0),"data":data,"loc":{"start":{"line":20,"column":3},"end":{"line":24,"column":16}}})) != null ? stack1 : "")
|
|
14141
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"formats") : depth0),{"name":"if","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":25,"column":3},"end":{"line":43,"column":10}}})) != null ? stack1 : "")
|
|
13972
14142
|
+ " <div class=\"bmlt-comments\">"
|
|
13973
|
-
+
|
|
14143
|
+
+ alias3((lookupProperty(helpers,"formatLink")||(depth0 && lookupProperty(depth0,"formatLink"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"formatted_comments") : depth0),{"name":"formatLink","hash":{},"data":data,"loc":{"start":{"line":44,"column":30},"end":{"line":44,"column":68}}}))
|
|
13974
14144
|
+ "</div>\n <div class=\"bmlt-observer\">"
|
|
13975
|
-
+ ((stack1 = container.invokePartial(lookupProperty(
|
|
13976
|
-
+ "</div>\n </td>\n <td class=\"bmlt-column2\"
|
|
14145
|
+
+ ((stack1 = container.invokePartial((lookupProperty(helpers,"selectObserver")||(depth0 && lookupProperty(depth0,"selectObserver"))||alias2).call(alias1,{"name":"selectObserver","hash":{},"data":data,"loc":{"start":{"line":45,"column":34},"end":{"line":45,"column":50}}}),depth0,{"data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14146
|
+
+ "</div>\n </td>\n <td class=\"bmlt-column2\" "
|
|
14147
|
+
+ ((stack1 = (lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"css-textAlign",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":47,"column":27},"end":{"line":47,"column":56}}})) != null ? stack1 : "")
|
|
14148
|
+
+ ">\n <div class=\"meeting-data-template\">"
|
|
13977
14149
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetingDataTemplate"),depth0,{"name":"meetingDataTemplate","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13978
14150
|
+ "</div>\n </td>\n <td class=\"bmlt-column3\">\n"
|
|
13979
14151
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"metaDataTemplate"),depth0,{"name":"metaDataTemplate","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13980
|
-
+ ((stack1 = (lookupProperty(helpers,"canShare")||(depth0 && lookupProperty(depth0,"canShare"))||
|
|
14152
|
+
+ ((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":52,"column":3},"end":{"line":54,"column":16}}})) != null ? stack1 : "")
|
|
13981
14153
|
+ " </td>\n </tr>\n";
|
|
13982
14154
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
13983
14155
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14011,27 +14183,12 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14011
14183
|
return undefined
|
|
14012
14184
|
};
|
|
14013
14185
|
|
|
14014
|
-
return " <a id=\"bmlt-formats\"\n class=\"btn btn-primary btn-xs\"\n title=\"\"\n data-html=\"true\"\n tabindex=\"0\"\n data-trigger=\"focus\"\n role=\"button\"\n data-toggle=\"popover\"\n data-original-title=\"\"\n data-content=\"
|
|
14015
|
-
+ ((stack1 = lookupProperty(helpers,"
|
|
14016
|
-
+ "
|
|
14186
|
+
return " <a id=\"bmlt-formats\"\n class=\"btn btn-primary btn-xs\"\n title=\"\"\n data-html=\"true\"\n tabindex=\"0\"\n data-trigger=\"focus\"\n role=\"button\"\n data-toggle=\"popover\"\n data-original-title=\"\"\n data-content=\""
|
|
14187
|
+
+ ((stack1 = container.invokePartial((lookupProperty(helpers,"selectFormatPopup")||(depth0 && lookupProperty(depth0,"selectFormatPopup"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"selectFormatPopup","hash":{},"data":data,"loc":{"start":{"line":35,"column":25},"end":{"line":35,"column":44}}}),depth0,{"data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14188
|
+
+ "\">\n <span class=\"glyphicon glyphicon-search\"\n aria-hidden=\"true\"\n data-toggle=\"popover\"\n data-trigger=\"focus\"\n data-html=\"true\"\n role=\"button\"></span>"
|
|
14017
14189
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"formats") : depth0), depth0))
|
|
14018
14190
|
+ "\n </a>\n";
|
|
14019
|
-
},"
|
|
14020
|
-
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14021
|
-
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14022
|
-
return parent[propertyName];
|
|
14023
|
-
}
|
|
14024
|
-
return undefined
|
|
14025
|
-
};
|
|
14026
|
-
|
|
14027
|
-
return " <tr>\n <td class='formats_key'>"
|
|
14028
|
-
+ alias4(((helper = (helper = lookupProperty(helpers,"key") || (depth0 != null ? lookupProperty(depth0,"key") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"key","hash":{},"data":data,"loc":{"start":{"line":38,"column":52},"end":{"line":38,"column":59}}}) : helper)))
|
|
14029
|
-
+ "</td>\n <td class='formats_name'>"
|
|
14030
|
-
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":39,"column":53},"end":{"line":39,"column":61}}}) : helper)))
|
|
14031
|
-
+ "</td>\n <td class='formats_description'>"
|
|
14032
|
-
+ alias4(((helper = (helper = lookupProperty(helpers,"description") || (depth0 != null ? lookupProperty(depth0,"description") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"description","hash":{},"data":data,"loc":{"start":{"line":40,"column":60},"end":{"line":40,"column":75}}}) : helper)))
|
|
14033
|
-
+ "</td>\n </tr>\n";
|
|
14034
|
-
},"9":function(container,depth0,helpers,partials,data) {
|
|
14191
|
+
},"8":function(container,depth0,helpers,partials,data) {
|
|
14035
14192
|
var stack1, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14036
14193
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14037
14194
|
return parent[propertyName];
|
|
@@ -14053,14 +14210,14 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14053
14210
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_address") : depth0), depth0))
|
|
14054
14211
|
+ " "
|
|
14055
14212
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_location_info") : depth0), depth0))
|
|
14056
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14213
|
+
+ ((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":53,"column":320},"end":{"line":53,"column":412}}})) != null ? stack1 : "")
|
|
14057
14214
|
+ "\"), url: \""
|
|
14058
|
-
+ ((stack1 = (lookupProperty(helpers,"isVirtualOrHybrid")||(depth0 && lookupProperty(depth0,"isVirtualOrHybrid"))||alias4).call(alias3,depth0,{"name":"isVirtualOrHybrid","hash":{},"fn":container.program(
|
|
14059
|
-
+ ((stack1 = (lookupProperty(helpers,"isInPersonOrHybrid")||(depth0 && lookupProperty(depth0,"isInPersonOrHybrid"))||alias4).call(alias3,depth0,{"name":"isInPersonOrHybrid","hash":{},"fn":container.program(
|
|
14215
|
+
+ ((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":53,"column":422},"end":{"line":53,"column":609}}})) != null ? stack1 : "")
|
|
14216
|
+
+ ((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":53,"column":609},"end":{"line":53,"column":792}}})) != null ? stack1 : "")
|
|
14060
14217
|
+ "\"})'><span class=\"glyphicon glyphicon-share\"></span> "
|
|
14061
14218
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"share_word") : depth0), depth0))
|
|
14062
14219
|
+ "</a>\n";
|
|
14063
|
-
},"
|
|
14220
|
+
},"9":function(container,depth0,helpers,partials,data) {
|
|
14064
14221
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14065
14222
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14066
14223
|
return parent[propertyName];
|
|
@@ -14070,7 +14227,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14070
14227
|
|
|
14071
14228
|
return " "
|
|
14072
14229
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0), depth0));
|
|
14073
|
-
},"
|
|
14230
|
+
},"11":function(container,depth0,helpers,partials,data) {
|
|
14074
14231
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14075
14232
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14076
14233
|
return parent[propertyName];
|
|
@@ -14078,9 +14235,9 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14078
14235
|
return undefined
|
|
14079
14236
|
};
|
|
14080
14237
|
|
|
14081
|
-
return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14082
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14083
|
-
},"
|
|
14238
|
+
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":53,"column":449},"end":{"line":53,"column":518}}})) != null ? stack1 : "")
|
|
14239
|
+
+ ((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":53,"column":518},"end":{"line":53,"column":587}}})) != null ? stack1 : "");
|
|
14240
|
+
},"12":function(container,depth0,helpers,partials,data) {
|
|
14084
14241
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14085
14242
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14086
14243
|
return parent[propertyName];
|
|
@@ -14089,7 +14246,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14089
14246
|
};
|
|
14090
14247
|
|
|
14091
14248
|
return container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0), depth0));
|
|
14092
|
-
},"
|
|
14249
|
+
},"14":function(container,depth0,helpers,partials,data) {
|
|
14093
14250
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14094
14251
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14095
14252
|
return parent[propertyName];
|
|
@@ -14098,7 +14255,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14098
14255
|
};
|
|
14099
14256
|
|
|
14100
14257
|
return container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0), depth0));
|
|
14101
|
-
},"
|
|
14258
|
+
},"16":function(container,depth0,helpers,partials,data) {
|
|
14102
14259
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14103
14260
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14104
14261
|
return parent[propertyName];
|
|
@@ -14122,7 +14279,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14122
14279
|
return undefined
|
|
14123
14280
|
};
|
|
14124
14281
|
|
|
14125
|
-
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":
|
|
14282
|
+
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":57,"column":9}}})) != null ? stack1 : "");
|
|
14126
14283
|
},"usePartial":true,"useData":true});
|
|
14127
14284
|
this["hbs_Crouton"]["templates"]["weekdays"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14128
14285
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14176,7 +14333,7 @@ var croutonDefaultTemplates = {
|
|
|
14176
14333
|
"{{#isTemporarilyClosed this}}",
|
|
14177
14334
|
" <div class='temporarilyClosed'><span class='glyphicon glyphicon-flag'></span> {{temporarilyClosed this}}</div>",
|
|
14178
14335
|
"{{/isTemporarilyClosed}}",
|
|
14179
|
-
"<div class='meeting-name'>{{this
|
|
14336
|
+
"<div class='meeting-name'>{{> meetingLink this}}</div>",
|
|
14180
14337
|
"<div class='location-text'>{{this.location_text}}</div>",
|
|
14181
14338
|
"<div class='meeting-address'>{{this.formatted_address}}</div>",
|
|
14182
14339
|
"<div class='location-information'>{{this.formatted_location_info}}</div>",
|
|
@@ -14221,12 +14378,29 @@ var croutonDefaultTemplates = {
|
|
|
14221
14378
|
observer_template: [
|
|
14222
14379
|
"<div class='observerLine'>{{this.contact_name_1}} {{this.contact_phone_1}} {{this.contact_email_1}}</div>",
|
|
14223
14380
|
"<div class='observerLine'>{{this.contact_name_2}} {{this.contact_phone_2}} {{this.contact_email_2}}</div>"
|
|
14224
|
-
].join('\n')
|
|
14381
|
+
].join('\n'),
|
|
14225
14382
|
|
|
14383
|
+
meeting_count_template: [
|
|
14384
|
+
"{{#if this.config.has_meeting_count}}",
|
|
14385
|
+
"<span class='bmlt_tabs_meeting_count'>{{getWord 'meeting_count'}} {{this.meetings.meetingCount}}</span>",
|
|
14386
|
+
"{{/if}}"
|
|
14387
|
+
].join('\n'),
|
|
14388
|
+
|
|
14389
|
+
meeting_link_template: [
|
|
14390
|
+
"{{#if this.meeting_details_url}}",
|
|
14391
|
+
"<a href='{{{this.meeting_details_url}}}'><span class='glyphicon glyphicon-search' aria-hidden='true'></span>{{this.meeting_name}}</a>",
|
|
14392
|
+
"{{else}}",
|
|
14393
|
+
"{{this.meeting_name}}",
|
|
14394
|
+
"{{/if}}"
|
|
14395
|
+
].join('\n')
|
|
14226
14396
|
}
|
|
14227
14397
|
|
|
14228
14398
|
var crouton_Handlebars = Handlebars.noConflict();
|
|
14229
|
-
|
|
14399
|
+
// These are extension points
|
|
14400
|
+
crouton_Handlebars.registerHelper("startup", () => '');
|
|
14401
|
+
crouton_Handlebars.registerHelper("enrich", () => '');
|
|
14402
|
+
crouton_Handlebars.registerHelper('selectFormatPopup', () => "formatPopup");
|
|
14403
|
+
crouton_Handlebars.registerHelper('selectObserver', () => "observerTemplate");
|
|
14230
14404
|
function Crouton(config) {
|
|
14231
14405
|
var self = this;
|
|
14232
14406
|
self.mutex = false;
|
|
@@ -14238,6 +14412,7 @@ function Crouton(config) {
|
|
|
14238
14412
|
self.markerClusterer = null;
|
|
14239
14413
|
self.masterFormatCodes = [];
|
|
14240
14414
|
self.max_filters = 10; // TODO: needs to be refactored so that dropdowns are treated dynamically
|
|
14415
|
+
self.handlebarMapOptions = [];
|
|
14241
14416
|
self.config = {
|
|
14242
14417
|
on_complete: null, // Javascript function to callback when data querying is completed.
|
|
14243
14418
|
root_server: null, // The root server to use.
|
|
@@ -14253,6 +14428,7 @@ function Crouton(config) {
|
|
|
14253
14428
|
button_filters: [
|
|
14254
14429
|
{'title': 'City', 'field': 'location_municipality'},
|
|
14255
14430
|
],
|
|
14431
|
+
button_format_filters: [],
|
|
14256
14432
|
default_filter_dropdown: "", // Sets the default format for the dropdowns, the names will match the `has_` fields dropdowns without `has_. Example: `formats=closed`.
|
|
14257
14433
|
show_map: false, // Shows the map with pins
|
|
14258
14434
|
map_search: null, // Start search with map click (ex {"latitude":x,"longitude":y,"width":-10,"zoom":10}
|
|
@@ -14268,13 +14444,21 @@ function Crouton(config) {
|
|
|
14268
14444
|
has_sub_province: false, // Shows the sub province dropdown (counties)
|
|
14269
14445
|
has_neighborhoods: false, // Shows the neighborhood dropdown
|
|
14270
14446
|
has_languages: false, // Shows the language dropdown
|
|
14447
|
+
has_common_needs: false, // Shows the Common Needs dropdown
|
|
14271
14448
|
has_venues: true, // Shows the venue types dropdown
|
|
14449
|
+
has_meeting_count: false, // Shows the meeting count
|
|
14272
14450
|
show_distance: false, // Determines distance on page load
|
|
14273
14451
|
distance_search: 0, // Makes a distance based search with results either number of / or distance from coordinates
|
|
14274
14452
|
recurse_service_bodies: false,// Recurses service bodies when making service bodies request
|
|
14275
14453
|
service_body: [], // Array of service bodies to return data for.
|
|
14454
|
+
formats: '', // Return only meetings with these formats (format shared-id, not key-string)
|
|
14455
|
+
venue_types: '', // Return only meetings with this venue type (1, 2 or 3)
|
|
14456
|
+
strict_datafields: true, // Only get the datafields that are mentioned in the templates
|
|
14457
|
+
meeting_details_href: '', // Link to the meeting details page
|
|
14458
|
+
virtual_meeting_details_href: '', // Link to the virtual meeting details page
|
|
14276
14459
|
exclude_zip_codes: [], // List of zip codes to exclude
|
|
14277
14460
|
extra_meetings: [], // List of id_bigint of meetings to include
|
|
14461
|
+
native_lang: '', // The implied language of meetings with no explicit language specied. May be there as second language, but it still doesn't make sense to search for it.
|
|
14278
14462
|
auto_tz_adjust: false, // Will auto adjust the time zone, by default will assume the timezone is local time
|
|
14279
14463
|
base_tz: null, // In conjunction with auto_tz_adjust the timezone to base from. Choices are listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/moment-timezone.js#L623
|
|
14280
14464
|
custom_query: null, // Enables overriding the services related queries for a custom one
|
|
@@ -14283,10 +14467,15 @@ function Crouton(config) {
|
|
|
14283
14467
|
int_start_day_id: 1, // Controls the first day of the week sequence. Sunday is 1.
|
|
14284
14468
|
view_by: "weekday", // TODO: replace with using the first choice in button_filters as the default view_by.
|
|
14285
14469
|
show_qrcode: false, // Determines whether or not to show the QR code for virtual / phone meetings if they exist.
|
|
14470
|
+
force_rootserver_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14471
|
+
force_timeformat_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14472
|
+
force_language_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14286
14473
|
theme: "jack", // Allows for setting pre-packaged themes. Choices are listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/dist/templates/themes
|
|
14287
14474
|
meeting_data_template: croutonDefaultTemplates.meeting_data_template,
|
|
14288
14475
|
metadata_template: croutonDefaultTemplates.metadata_template,
|
|
14289
|
-
observer_template: croutonDefaultTemplates.observer_template
|
|
14476
|
+
observer_template: croutonDefaultTemplates.observer_template,
|
|
14477
|
+
meeting_count_template: croutonDefaultTemplates.meeting_count_template,
|
|
14478
|
+
meeting_link_template: croutonDefaultTemplates.meeting_link_template,
|
|
14290
14479
|
};
|
|
14291
14480
|
|
|
14292
14481
|
self.setConfig(config);
|
|
@@ -14409,6 +14598,7 @@ function Crouton(config) {
|
|
|
14409
14598
|
var fullUrl = self.config['root_server'] + url
|
|
14410
14599
|
console.log("Could not find any meetings for the criteria specified with the query <a href=\"" + fullUrl + "\" target=_blank>" + fullUrl + "</a>");
|
|
14411
14600
|
jQuery('#' + self.config['placeholder_id']).html("No meetings found.");
|
|
14601
|
+
self.mutex = false;
|
|
14412
14602
|
return;
|
|
14413
14603
|
}
|
|
14414
14604
|
mainMeetings['meetings'].exclude(self.config['exclude_zip_codes'], "location_postal_code_1");
|
|
@@ -14421,9 +14611,12 @@ function Crouton(config) {
|
|
|
14421
14611
|
self.mutex = false;
|
|
14422
14612
|
});
|
|
14423
14613
|
};
|
|
14424
|
-
self.
|
|
14425
|
-
|
|
14426
|
-
|
|
14614
|
+
self.addDatafieldsToQuery = function() {
|
|
14615
|
+
if (!self.config.strict_datafields) {
|
|
14616
|
+
self.all_data_keys = [];
|
|
14617
|
+
self.queryable_data_keys = [];
|
|
14618
|
+
return '';
|
|
14619
|
+
}
|
|
14427
14620
|
var base_data_field_keys = [
|
|
14428
14621
|
'location_postal_code_1',
|
|
14429
14622
|
'duration_time',
|
|
@@ -14494,9 +14687,24 @@ function Crouton(config) {
|
|
|
14494
14687
|
self.collectDataKeys(self.config['observer_template']);
|
|
14495
14688
|
|
|
14496
14689
|
var unique_data_field_keys = arrayUnique(self.queryable_data_keys);
|
|
14690
|
+
return '&data_field_key=' + unique_data_field_keys.join(',');
|
|
14691
|
+
}
|
|
14692
|
+
self.mutex = true;
|
|
14693
|
+
|
|
14694
|
+
self.meetingSearch = function() {
|
|
14497
14695
|
var url = '/client_interface/jsonp/?switcher=GetSearchResults&get_used_formats&lang_enum=' + self.config['short_language'] +
|
|
14498
|
-
|
|
14696
|
+
self.addDatafieldsToQuery();
|
|
14499
14697
|
|
|
14698
|
+
if (self.config['formats']) {
|
|
14699
|
+
url += self.config['formats'].reduce(function(prev,id) {
|
|
14700
|
+
return prev +'&formats[]='+id;
|
|
14701
|
+
}, '');
|
|
14702
|
+
}
|
|
14703
|
+
if (self.config['venue_types']) {
|
|
14704
|
+
url += self.config['venue_types'].reduce(function(prev,id) {
|
|
14705
|
+
return prev +'&venue_types[]='+id;
|
|
14706
|
+
}, '');
|
|
14707
|
+
}
|
|
14500
14708
|
if (self.config['int_include_unpublished'] === 1) {
|
|
14501
14709
|
url += "&advanced_published=0"
|
|
14502
14710
|
} else if (self.config['int_include_unpublished'] === -1) {
|
|
@@ -14632,7 +14840,7 @@ function Crouton(config) {
|
|
|
14632
14840
|
self.filteredPage = function (dataType, dataValue) {
|
|
14633
14841
|
jQuery(".meeting-header").removeClass("hide");
|
|
14634
14842
|
jQuery(".bmlt-data-row").removeClass("hide");
|
|
14635
|
-
if (dataType !== "formats" && dataType !== "languages" && dataType !== "venues") {
|
|
14843
|
+
if (dataType !== "formats" && dataType !== "languages" && dataType !== "venues" && dataType !== "common_needs") {
|
|
14636
14844
|
jQuery(".bmlt-data-row").not("[data-" + dataType + "='" + dataValue + "']").addClass("hide");
|
|
14637
14845
|
} else {
|
|
14638
14846
|
jQuery(".bmlt-data-row").not("[data-" + dataType + "~='" + dataValue + "']").addClass("hide");
|
|
@@ -14667,6 +14875,7 @@ function Crouton(config) {
|
|
|
14667
14875
|
crouton_Handlebars.registerPartial('weekdays', hbs_Crouton.templates['weekdays']);
|
|
14668
14876
|
crouton_Handlebars.registerPartial('header', hbs_Crouton.templates['header']);
|
|
14669
14877
|
crouton_Handlebars.registerPartial('byfields', hbs_Crouton.templates['byfield']);
|
|
14878
|
+
crouton_Handlebars.registerPartial('formatPopup', hbs_Crouton.templates['formatPopup']);
|
|
14670
14879
|
var template = hbs_Crouton.templates['main'];
|
|
14671
14880
|
jQuery(selector).html(template(context));
|
|
14672
14881
|
callback();
|
|
@@ -14751,13 +14960,19 @@ function Crouton(config) {
|
|
|
14751
14960
|
}
|
|
14752
14961
|
}
|
|
14753
14962
|
};
|
|
14754
|
-
|
|
14963
|
+
self.toFarsinNumber = function( n ) {
|
|
14964
|
+
const farsiDigits = ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
|
|
14965
|
+
|
|
14966
|
+
return n.replace(/\d/g, x => farsiDigits[x]);
|
|
14967
|
+
}
|
|
14755
14968
|
self.enrichMeetings = function (meetingData, filter) {
|
|
14756
14969
|
var meetings = [];
|
|
14757
14970
|
|
|
14758
14971
|
crouton_Handlebars.registerPartial("meetingDataTemplate", self.config['meeting_data_template']);
|
|
14759
14972
|
crouton_Handlebars.registerPartial("metaDataTemplate", self.config['metadata_template']);
|
|
14760
14973
|
crouton_Handlebars.registerPartial("observerTemplate", self.config['observer_template']);
|
|
14974
|
+
crouton_Handlebars.registerPartial("meetingCountTemplate", self.config['meeting_count_template']);
|
|
14975
|
+
crouton_Handlebars.registerPartial("meetingLink", self.config['meeting_link_template']);
|
|
14761
14976
|
|
|
14762
14977
|
for (var m = 0; m < meetingData.length; m++) {
|
|
14763
14978
|
meetingData[m]['formatted_comments'] = meetingData[m]['comments'];
|
|
@@ -14774,6 +14989,10 @@ function Crouton(config) {
|
|
|
14774
14989
|
.add(duration[0], 'hours')
|
|
14775
14990
|
.add(duration[1], 'minutes')
|
|
14776
14991
|
.format(self.config['time_format']);
|
|
14992
|
+
if (self.config.language === 'fa-IR') {
|
|
14993
|
+
meetingData[m]['start_time_formatted'] = self.toFarsinNumber(meetingData[m]['start_time_formatted']);
|
|
14994
|
+
meetingData[m]['end_time_formatted'] = self.toFarsinNumber(meetingData[m]['end_time_formatted']);
|
|
14995
|
+
}
|
|
14777
14996
|
|
|
14778
14997
|
// back to bmlt day
|
|
14779
14998
|
meetingData[m]['day_of_the_week'] = meetingData[m]['start_time_raw'].isoWeekday() === 7 ? 1 : meetingData[m]['start_time_raw'].isoWeekday() + 1;
|
|
@@ -14789,7 +15008,8 @@ function Crouton(config) {
|
|
|
14789
15008
|
"id": self.formatsData[g]['id'],
|
|
14790
15009
|
"key": formats[f],
|
|
14791
15010
|
"name": self.formatsData[g]['name_string'],
|
|
14792
|
-
"description": self.formatsData[g]['description_string']
|
|
15011
|
+
"description": self.formatsData[g]['description_string'],
|
|
15012
|
+
"type": self.formatsData[g]['format_type_enum'],
|
|
14793
15013
|
}
|
|
14794
15014
|
)
|
|
14795
15015
|
}
|
|
@@ -14828,6 +15048,7 @@ function Crouton(config) {
|
|
|
14828
15048
|
meetingData[m]['serviceBodyPhone'] = serviceBodyInfo["helpline"];
|
|
14829
15049
|
meetingData[m]['serviceBodyName'] = serviceBodyInfo["name"];
|
|
14830
15050
|
meetingData[m]['serviceBodyDescription'] = serviceBodyInfo["description"];
|
|
15051
|
+
meetingData[m]['serviceBodyContactEmail'] = serviceBodyInfo["contact_email"];
|
|
14831
15052
|
meetingData[m]['serviceBodyType'] = self.localization.getServiceBodyType(serviceBodyInfo["type"]);
|
|
14832
15053
|
|
|
14833
15054
|
var parentBodyInfo = self.getServiceBodyDetails(serviceBodyInfo["parent_id"]);
|
|
@@ -14839,6 +15060,19 @@ function Crouton(config) {
|
|
|
14839
15060
|
meetingData[m]['parentServiceBodyType'] = self.localization.getServiceBodyType(parentBodyInfo["type"]);
|
|
14840
15061
|
}
|
|
14841
15062
|
|
|
15063
|
+
meetingData[m]['meeting_details_url'] = '';
|
|
15064
|
+
if (self.config.meeting_details_href) {
|
|
15065
|
+
meetingData[m]['meeting_details_url'] = self.config.meeting_details_href;
|
|
15066
|
+
if (meetingData[m]['venue_type'] === 2 && self.config.virtual_meeting_details_href ) {
|
|
15067
|
+
meetingData[m]['meeting_details_url'] = self.config.virtual_meeting_details_href;
|
|
15068
|
+
}
|
|
15069
|
+
meetingData[m]['meeting_details_url'] += ('?meeting-id=' + meetingData[m]['id_bigint']
|
|
15070
|
+
+ '&language=' + self.config.language
|
|
15071
|
+
+ '&time_format=' + encodeURIComponent(self.config.time_format)
|
|
15072
|
+
+ (self.config.force_rootserver_in_querystring ? '&root_server=' + encodeURIComponent(self.config.root_server) : '')
|
|
15073
|
+
);
|
|
15074
|
+
}
|
|
15075
|
+
|
|
14842
15076
|
meetings.push(meetingData[m])
|
|
14843
15077
|
}
|
|
14844
15078
|
|
|
@@ -14972,6 +15206,102 @@ Crouton.prototype.getServiceBodyDetails = function(serviceBodyId) {
|
|
|
14972
15206
|
}
|
|
14973
15207
|
}
|
|
14974
15208
|
|
|
15209
|
+
Crouton.prototype.doHandlebars = function() {
|
|
15210
|
+
var elements = document.getElementsByTagName('bmlt-handlebar');
|
|
15211
|
+
if (elements.length === 0) {
|
|
15212
|
+
console.log('No <bmlt-handlebar> tags found');
|
|
15213
|
+
return;
|
|
15214
|
+
};
|
|
15215
|
+
var self = this;
|
|
15216
|
+
self.lock(function() {
|
|
15217
|
+
if (self.isEmpty(self.meetingData)) {
|
|
15218
|
+
for (let i = 0; i < elements.length; i++) {
|
|
15219
|
+
var element = elements.item(i);
|
|
15220
|
+
element.innerHTML = "Meeting not found!";
|
|
15221
|
+
}
|
|
15222
|
+
return;
|
|
15223
|
+
}
|
|
15224
|
+
var promises = [self.getServiceBodies([self.meetingData[0]['service_body_bigint']])];
|
|
15225
|
+
Promise.all(promises)
|
|
15226
|
+
.then(function(data) {
|
|
15227
|
+
hbs_Crouton['localization'] = self.localization;
|
|
15228
|
+
self.active_service_bodies = [];
|
|
15229
|
+
self.all_service_bodies = [];
|
|
15230
|
+
var service_body = data[0][0];
|
|
15231
|
+
self.all_service_bodies.push(service_body);
|
|
15232
|
+
var enrichedMeetingData = self.enrichMeetings(self.meetingData);
|
|
15233
|
+
var customStartupTemplate = crouton_Handlebars.compile('{{startup}}');
|
|
15234
|
+
customStartupTemplate(enrichedMeetingData);
|
|
15235
|
+
var customEnrichTemplate = crouton_Handlebars.compile('{{enrich this}}');
|
|
15236
|
+
customEnrichTemplate(enrichedMeetingData[0]);
|
|
15237
|
+
var mustDoMap = false;
|
|
15238
|
+
crouton_Handlebars.registerHelper('crouton_map', function(options) {
|
|
15239
|
+
mustDoMap = true;
|
|
15240
|
+
self.handlebarMapOptions = options.hash;
|
|
15241
|
+
if (!self.handlebarMapOptions.zoom) self.handlebarMapOptions.zoom = 14;
|
|
15242
|
+
self.handlebarMapOptions.lat = parseFloat(enrichedMeetingData[0].latitude);
|
|
15243
|
+
self.handlebarMapOptions.lng = parseFloat(enrichedMeetingData[0].longitude);
|
|
15244
|
+
return "<div id='bmlt-map' class='bmlt-map'></div>"
|
|
15245
|
+
});
|
|
15246
|
+
var parser = new DOMParser();
|
|
15247
|
+
|
|
15248
|
+
while (elements.length > 0) {
|
|
15249
|
+
var element = elements.item(0);
|
|
15250
|
+
if (!element.firstChild) {
|
|
15251
|
+
console.log('<bmlt-handlebar> tag must have at least one child');
|
|
15252
|
+
element.remove();
|
|
15253
|
+
continue;
|
|
15254
|
+
}
|
|
15255
|
+
var templateString = '';
|
|
15256
|
+
if (element.firstChild.nodeType === 1) {
|
|
15257
|
+
if (!element.firstChild.firstChild || element.firstChild.firstChild.nodeType !== 3) {
|
|
15258
|
+
console.log('<bmlt-handlebar> tag: cannot find textnode');
|
|
15259
|
+
element.remove();
|
|
15260
|
+
continue;
|
|
15261
|
+
}
|
|
15262
|
+
templateString = element.firstChild.firstChild.textContent;
|
|
15263
|
+
} else if (element.firstChild.nodeType === 3) {
|
|
15264
|
+
if (!element.firstChild.nodeType !== 3) {
|
|
15265
|
+
console.log('<bmlt-handlebar> tag: cannot find textnode');
|
|
15266
|
+
element.remove();
|
|
15267
|
+
continue;
|
|
15268
|
+
}
|
|
15269
|
+
templateString = element.firstChild.textContent;
|
|
15270
|
+
}
|
|
15271
|
+
var handlebarResult;
|
|
15272
|
+
try {
|
|
15273
|
+
var template = crouton_Handlebars.compile(templateString);
|
|
15274
|
+
handlebarResult = template(enrichedMeetingData[0]);
|
|
15275
|
+
} catch (e) {
|
|
15276
|
+
console.log(e);
|
|
15277
|
+
handlebarResult = e.message;
|
|
15278
|
+
}
|
|
15279
|
+
var htmlDecode = parser.parseFromString('<body>'+handlebarResult+'</body>', "text/html");
|
|
15280
|
+
if (!htmlDecode.body || !htmlDecode.body.firstChild) {
|
|
15281
|
+
console.log('<bmlt-handlebar> tag: could not parse the Handlebars result');
|
|
15282
|
+
element.replaceWith('<bmlt-handlebar> tag: could not parse the Handlebars result');
|
|
15283
|
+
continue;
|
|
15284
|
+
}
|
|
15285
|
+
var firstPart = htmlDecode.body.firstChild;
|
|
15286
|
+
var brothers = [];
|
|
15287
|
+
var thisPart = firstPart;
|
|
15288
|
+
var nextPart = null;
|
|
15289
|
+
while (nextPart = thisPart.nextSibling) {
|
|
15290
|
+
thisPart = nextPart;
|
|
15291
|
+
brothers.push(thisPart);
|
|
15292
|
+
}
|
|
15293
|
+
element.replaceWith(firstPart);
|
|
15294
|
+
if (brothers) firstPart.after(...brothers);
|
|
15295
|
+
}
|
|
15296
|
+
if (mustDoMap) {
|
|
15297
|
+
self.meetingData = enrichedMeetingData;
|
|
15298
|
+
self.loadGapi('crouton.initMap');
|
|
15299
|
+
}
|
|
15300
|
+
});
|
|
15301
|
+
});
|
|
15302
|
+
|
|
15303
|
+
};
|
|
15304
|
+
|
|
14975
15305
|
Crouton.prototype.render = function() {
|
|
14976
15306
|
var self = this;
|
|
14977
15307
|
self.lock(function() {
|
|
@@ -15031,11 +15361,17 @@ Crouton.prototype.render = function() {
|
|
|
15031
15361
|
}
|
|
15032
15362
|
self.uniqueData['formats'] = self.formatsData;
|
|
15033
15363
|
self.uniqueData['languages'] = [];
|
|
15364
|
+
self.uniqueData['common_needs'] = [];
|
|
15034
15365
|
|
|
15035
15366
|
for (var l = 0; l < self.formatsData.length; l++) {
|
|
15036
15367
|
var format = self.formatsData[l];
|
|
15037
15368
|
if (format['format_type_enum'] === "LANG") {
|
|
15038
|
-
self.
|
|
15369
|
+
if (self.config.native_lang !== format.key_string) {
|
|
15370
|
+
self.uniqueData['languages'].push(format);
|
|
15371
|
+
}
|
|
15372
|
+
}
|
|
15373
|
+
if (format['format_type_enum'] === "FC3") {
|
|
15374
|
+
self.uniqueData['common_needs'].push(format);
|
|
15039
15375
|
}
|
|
15040
15376
|
}
|
|
15041
15377
|
|
|
@@ -15064,6 +15400,7 @@ Crouton.prototype.render = function() {
|
|
|
15064
15400
|
var day_counter = 0;
|
|
15065
15401
|
var byDayData = [];
|
|
15066
15402
|
var buttonFiltersData = {};
|
|
15403
|
+
var buttonFormatFiltersData = {};
|
|
15067
15404
|
while (day_counter < 7) {
|
|
15068
15405
|
var day = self.config.day_sequence[day_counter];
|
|
15069
15406
|
var daysOfTheWeekMeetings = enrichedMeetingData.filterByObjectKeyValue('day_of_the_week', day);
|
|
@@ -15095,6 +15432,24 @@ Crouton.prototype.render = function() {
|
|
|
15095
15432
|
}
|
|
15096
15433
|
}
|
|
15097
15434
|
|
|
15435
|
+
for (var f = 0; f < self.config.button_format_filters.length; f++) {
|
|
15436
|
+
var groupByName = self.config.button_format_filters[f]['field'];
|
|
15437
|
+
var groupByData = getUniqueFormatsOfType(daysOfTheWeekMeetings, groupByName);
|
|
15438
|
+
if (groupByName=='LANG' && self.config.native_lang && self.config.native_lang.length > 0) {
|
|
15439
|
+
groupByData = groupByData.filter((f) => f.key != self.config.native_lang);
|
|
15440
|
+
}
|
|
15441
|
+
for (var i = 0; i < groupByData.length; i++) {
|
|
15442
|
+
var groupByMeetings = daysOfTheWeekMeetings.filter((item) => item.formats_expanded.map(f => f.key).indexOf(groupByData[i].key) >= 0);
|
|
15443
|
+
if (buttonFormatFiltersData.hasOwnProperty(groupByName) && buttonFormatFiltersData[groupByName].hasOwnProperty(groupByData[i].description)) {
|
|
15444
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = buttonFormatFiltersData[groupByName][groupByData[i].description].concat(groupByMeetings);
|
|
15445
|
+
} else if (buttonFormatFiltersData.hasOwnProperty(groupByName)) {
|
|
15446
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = groupByMeetings;
|
|
15447
|
+
} else {
|
|
15448
|
+
buttonFormatFiltersData[groupByName] = {};
|
|
15449
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = groupByMeetings;
|
|
15450
|
+
}
|
|
15451
|
+
}
|
|
15452
|
+
}
|
|
15098
15453
|
day_counter++;
|
|
15099
15454
|
}
|
|
15100
15455
|
|
|
@@ -15119,7 +15474,9 @@ Crouton.prototype.render = function() {
|
|
|
15119
15474
|
"meetings": {
|
|
15120
15475
|
"weekdays": weekdaysData,
|
|
15121
15476
|
"buttonFilters": buttonFiltersDataSorted,
|
|
15122
|
-
"
|
|
15477
|
+
"buttonFormatFilters": buttonFormatFiltersData,
|
|
15478
|
+
"bydays": byDayData,
|
|
15479
|
+
"meetingCount": self.meetingData.length
|
|
15123
15480
|
},
|
|
15124
15481
|
"uniqueData": self.uniqueData
|
|
15125
15482
|
}, function () {
|
|
@@ -15315,17 +15672,7 @@ Crouton.prototype.renderMap = function() {
|
|
|
15315
15672
|
}
|
|
15316
15673
|
})
|
|
15317
15674
|
};
|
|
15318
|
-
|
|
15319
|
-
Crouton.prototype.initMap = function(callback) {
|
|
15320
|
-
var self = this;
|
|
15321
|
-
if (self.map == null) {
|
|
15322
|
-
jQuery("#bmlt-tabs").before("<div id='bmlt-map' class='bmlt-map'></div>");
|
|
15323
|
-
self.map = new google.maps.Map(document.getElementById('bmlt-map'), {
|
|
15324
|
-
zoom: 3,
|
|
15325
|
-
});
|
|
15326
|
-
}
|
|
15327
|
-
|
|
15328
|
-
jQuery("#bmlt-map").removeClass("hide");
|
|
15675
|
+
calculateBounds = function() {
|
|
15329
15676
|
var bounds = new google.maps.LatLngBounds();
|
|
15330
15677
|
// We go through all the results, and get the "spread" from them.
|
|
15331
15678
|
for (var c = 0; c < self.meetingData.length; c++) {
|
|
@@ -15337,6 +15684,22 @@ Crouton.prototype.initMap = function(callback) {
|
|
|
15337
15684
|
// We now have the full rectangle of our meeting search results. Scale the map to fit them.
|
|
15338
15685
|
self.map.fitBounds(bounds);
|
|
15339
15686
|
|
|
15687
|
+
}
|
|
15688
|
+
Crouton.prototype.initMap = function(callback) {
|
|
15689
|
+
var self = this;
|
|
15690
|
+
if (self.map == null) {
|
|
15691
|
+
jQuery("#bmlt-tabs").before("<div id='bmlt-map' class='bmlt-map'></div>");
|
|
15692
|
+
var mapOpt = { zoom: 3 };
|
|
15693
|
+
if (self.handlebarMapOptions) mapOpt = {
|
|
15694
|
+
center: new google.maps.LatLng(self.handlebarMapOptions.lat, self.handlebarMapOptions.lng),
|
|
15695
|
+
zoom: self.handlebarMapOptions.zoom,
|
|
15696
|
+
mapTypeId:google.maps.MapTypeId.ROADMAP
|
|
15697
|
+
};
|
|
15698
|
+
self.map = new google.maps.Map(document.getElementById('bmlt-map'), mapOpt );
|
|
15699
|
+
}
|
|
15700
|
+
|
|
15701
|
+
jQuery("#bmlt-map").removeClass("hide");
|
|
15702
|
+
if (!self.handlebarMapOptions) self.calculateBounds();
|
|
15340
15703
|
var infoWindow = new google.maps.InfoWindow();
|
|
15341
15704
|
|
|
15342
15705
|
// Create OverlappingMarkerSpiderfier instance
|
|
@@ -15510,7 +15873,10 @@ crouton_Handlebars.registerHelper('getDayOfTheWeek', function(day_id) {
|
|
|
15510
15873
|
});
|
|
15511
15874
|
|
|
15512
15875
|
crouton_Handlebars.registerHelper('getWord', function(word) {
|
|
15513
|
-
|
|
15876
|
+
var translation = hbs_Crouton.localization.getWord(word);
|
|
15877
|
+
if (translation) return translation;
|
|
15878
|
+
// if none found, return the untranslated - better than nothing.
|
|
15879
|
+
return word;
|
|
15514
15880
|
});
|
|
15515
15881
|
|
|
15516
15882
|
crouton_Handlebars.registerHelper('formatDataPointer', function(str) {
|
|
@@ -15711,7 +16077,17 @@ function getValuesFromObject(o) {
|
|
|
15711
16077
|
|
|
15712
16078
|
return arr;
|
|
15713
16079
|
}
|
|
15714
|
-
|
|
16080
|
+
function getUniqueFormatsOfType(array, type){
|
|
16081
|
+
var x = array.reduce(function(carry, val){
|
|
16082
|
+
if (!(val.formats_expanded)) return carry;
|
|
16083
|
+
var fmts = val.formats_expanded.filter((item) => item.type===type);
|
|
16084
|
+
if (fmts) {
|
|
16085
|
+
carry = carry.concat(fmts.filter((item) => carry.map(f => f.key).indexOf(item.key) < 0));
|
|
16086
|
+
}
|
|
16087
|
+
return carry;
|
|
16088
|
+
},[]);
|
|
16089
|
+
return x;
|
|
16090
|
+
}
|
|
15715
16091
|
Crouton.prototype.getAdjustedDateTime = function(meeting_day, meeting_time, meeting_time_zone) {
|
|
15716
16092
|
var timeZoneAware = this.config['auto_tz_adjust'] === true || this.config['auto_tz_adjust'] === "true";
|
|
15717
16093
|
var meeting_date_time_obj;
|