@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.nojquery.js
CHANGED
|
@@ -12856,6 +12856,8 @@ function CroutonLocalization(language) {
|
|
|
12856
12856
|
"click_search": "Click Search",
|
|
12857
12857
|
"pan_and_zoom": "Pan + Zoom",
|
|
12858
12858
|
"languages": "Languages",
|
|
12859
|
+
"common_needs": "Common Needs",
|
|
12860
|
+
"meeting_count": "Weekly Meetings:",
|
|
12859
12861
|
"venue_types": "Venue Types",
|
|
12860
12862
|
"venue_type_choices": {
|
|
12861
12863
|
IN_PERSON: "In Person",
|
|
@@ -12871,6 +12873,8 @@ function CroutonLocalization(language) {
|
|
|
12871
12873
|
},
|
|
12872
12874
|
"share": "share",
|
|
12873
12875
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12876
|
+
'css-textalign': '',
|
|
12877
|
+
'css-floatdirection': ''
|
|
12874
12878
|
},
|
|
12875
12879
|
"de-DE":{
|
|
12876
12880
|
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
@@ -12892,6 +12896,8 @@ function CroutonLocalization(language) {
|
|
|
12892
12896
|
"click_search": "Klicksuche",
|
|
12893
12897
|
"pan_and_zoom": "Schwenken + Zoomen",
|
|
12894
12898
|
"languages": "Sprachen",
|
|
12899
|
+
"common_needs": "Common Needs",
|
|
12900
|
+
"meeting_count": "Wöchentliche Meetings:",
|
|
12895
12901
|
"venue_types": "Treffpunktarten",
|
|
12896
12902
|
"venue_type_choices": {
|
|
12897
12903
|
IN_PERSON: "Präsens-Meetings",
|
|
@@ -12906,7 +12912,9 @@ function CroutonLocalization(language) {
|
|
|
12906
12912
|
GS: "Group Support Forum"
|
|
12907
12913
|
},
|
|
12908
12914
|
"share": "Teilen",
|
|
12909
|
-
"no_meetings_for_this_day": "
|
|
12915
|
+
"no_meetings_for_this_day": "Keine Meetings an diesem Tag.",
|
|
12916
|
+
'css-textalign': '',
|
|
12917
|
+
'css-floatdirection': ''
|
|
12910
12918
|
},
|
|
12911
12919
|
"en-AU": {
|
|
12912
12920
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -12928,6 +12936,8 @@ function CroutonLocalization(language) {
|
|
|
12928
12936
|
"click_search": "Click Search",
|
|
12929
12937
|
"pan_and_zoom": "Pan + Zoom",
|
|
12930
12938
|
"languages": "Languages",
|
|
12939
|
+
"common_needs": "Common Needs",
|
|
12940
|
+
"meeting_count": "Weekly Meetings:",
|
|
12931
12941
|
"venue_types": "Venue Types",
|
|
12932
12942
|
"venue_type_choices": {
|
|
12933
12943
|
IN_PERSON: "In Person",
|
|
@@ -12943,6 +12953,8 @@ function CroutonLocalization(language) {
|
|
|
12943
12953
|
},
|
|
12944
12954
|
"share": "share",
|
|
12945
12955
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12956
|
+
'css-textalign': '',
|
|
12957
|
+
'css-floatdirection': ''
|
|
12946
12958
|
},
|
|
12947
12959
|
"en-CA": {
|
|
12948
12960
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -12964,6 +12976,8 @@ function CroutonLocalization(language) {
|
|
|
12964
12976
|
"click_search": "Click Search",
|
|
12965
12977
|
"pan_and_zoom": "Pan + Zoom",
|
|
12966
12978
|
"languages": "Languages",
|
|
12979
|
+
"common_needs": "Common Needs",
|
|
12980
|
+
"meeting_count": "Weekly Meetings:",
|
|
12967
12981
|
"venue_types": "Venue Types",
|
|
12968
12982
|
"venue_type_choices": {
|
|
12969
12983
|
IN_PERSON: "In Person",
|
|
@@ -12979,6 +12993,8 @@ function CroutonLocalization(language) {
|
|
|
12979
12993
|
},
|
|
12980
12994
|
"share": "share",
|
|
12981
12995
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
12996
|
+
'css-textalign': '',
|
|
12997
|
+
'css-floatdirection': ''
|
|
12982
12998
|
},
|
|
12983
12999
|
"en-NZ": {
|
|
12984
13000
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13000,6 +13016,8 @@ function CroutonLocalization(language) {
|
|
|
13000
13016
|
"click_search": "Click Search",
|
|
13001
13017
|
"pan_and_zoom": "Pan + Zoom",
|
|
13002
13018
|
"languages": "Languages",
|
|
13019
|
+
"common_needs": "Common Needs",
|
|
13020
|
+
"meeting_count": "Weekly Meetings:",
|
|
13003
13021
|
"venue_types": "Venue Types",
|
|
13004
13022
|
"venue_type_choices": {
|
|
13005
13023
|
IN_PERSON: "In Person",
|
|
@@ -13015,6 +13033,8 @@ function CroutonLocalization(language) {
|
|
|
13015
13033
|
},
|
|
13016
13034
|
"share": "share",
|
|
13017
13035
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13036
|
+
'css-textalign': '',
|
|
13037
|
+
'css-floatdirection': ''
|
|
13018
13038
|
},
|
|
13019
13039
|
"en-UK": {
|
|
13020
13040
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13036,6 +13056,8 @@ function CroutonLocalization(language) {
|
|
|
13036
13056
|
"click_search": "Click Search",
|
|
13037
13057
|
"pan_and_zoom": "Pan + Zoom",
|
|
13038
13058
|
"languages": "Languages",
|
|
13059
|
+
"common_needs": "Common Needs",
|
|
13060
|
+
"meeting_count": "Weekly Meetings:",
|
|
13039
13061
|
"venue_types": "Venue Types",
|
|
13040
13062
|
"venue_type_choices": {
|
|
13041
13063
|
IN_PERSON: "In Person",
|
|
@@ -13051,6 +13073,8 @@ function CroutonLocalization(language) {
|
|
|
13051
13073
|
},
|
|
13052
13074
|
"share": "share",
|
|
13053
13075
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13076
|
+
'css-textalign': '',
|
|
13077
|
+
'css-floatdirection': ''
|
|
13054
13078
|
},
|
|
13055
13079
|
"en-US": {
|
|
13056
13080
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
@@ -13072,6 +13096,8 @@ function CroutonLocalization(language) {
|
|
|
13072
13096
|
"click_search": "Click Search",
|
|
13073
13097
|
"pan_and_zoom": "Pan + Zoom",
|
|
13074
13098
|
"languages": "Languages",
|
|
13099
|
+
"common_needs": "Common Needs",
|
|
13100
|
+
"meeting_count": "Weekly Meetings:",
|
|
13075
13101
|
"venue_types": "Venue Types",
|
|
13076
13102
|
"venue_type_choices": {
|
|
13077
13103
|
IN_PERSON: "In Person",
|
|
@@ -13087,6 +13113,8 @@ function CroutonLocalization(language) {
|
|
|
13087
13113
|
},
|
|
13088
13114
|
"share": "share",
|
|
13089
13115
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13116
|
+
'css-textalign': '',
|
|
13117
|
+
'css-floatdirection': ''
|
|
13090
13118
|
},
|
|
13091
13119
|
"es-US": {
|
|
13092
13120
|
"days_of_the_week" : ["", "Domingo", " Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
|
@@ -13108,6 +13136,8 @@ function CroutonLocalization(language) {
|
|
|
13108
13136
|
"click_search": "Click Search",
|
|
13109
13137
|
"pan_and_zoom": "Pan + Zoom",
|
|
13110
13138
|
"languages": "Languages",
|
|
13139
|
+
"common_needs": "Common Needs",
|
|
13140
|
+
"meeting_count": "Weekly Meetings:",
|
|
13111
13141
|
"venue_types": "Venue Types",
|
|
13112
13142
|
"venue_type_choices": {
|
|
13113
13143
|
IN_PERSON: "In Person",
|
|
@@ -13123,6 +13153,8 @@ function CroutonLocalization(language) {
|
|
|
13123
13153
|
},
|
|
13124
13154
|
"share": "share",
|
|
13125
13155
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13156
|
+
'css-textalign': '',
|
|
13157
|
+
'css-floatdirection': ''
|
|
13126
13158
|
},
|
|
13127
13159
|
"fa-IR": {
|
|
13128
13160
|
"days_of_the_week" : ["", 'یَکشَنب', 'دوشَنبه', 'سهشنبه', 'چهار شنبه', 'پَنج شَنبه', 'جُمعه', 'شَنبه'],
|
|
@@ -13144,6 +13176,8 @@ function CroutonLocalization(language) {
|
|
|
13144
13176
|
"click_search": "Click Search",
|
|
13145
13177
|
"pan_and_zoom": "Pan + Zoom",
|
|
13146
13178
|
"languages": "Languages",
|
|
13179
|
+
"common_needs": "Common Needs",
|
|
13180
|
+
"meeting_count": "Weekly Meetings:",
|
|
13147
13181
|
"venue_types": "Venue Types",
|
|
13148
13182
|
"venue_type_choices": {
|
|
13149
13183
|
IN_PERSON: "In Person",
|
|
@@ -13159,6 +13193,8 @@ function CroutonLocalization(language) {
|
|
|
13159
13193
|
},
|
|
13160
13194
|
"share": "share",
|
|
13161
13195
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13196
|
+
'css-textalign': 'style="text-align:right;"',
|
|
13197
|
+
'css-floatdirection': 'style="float:right;"'
|
|
13162
13198
|
},
|
|
13163
13199
|
"fr-CA": {
|
|
13164
13200
|
"days_of_the_week" : ["", "Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
|
|
@@ -13180,6 +13216,8 @@ function CroutonLocalization(language) {
|
|
|
13180
13216
|
"click_search": "Click Search",
|
|
13181
13217
|
"pan_and_zoom": "Pan + Zoom",
|
|
13182
13218
|
"languages": "Languages",
|
|
13219
|
+
"common_needs": "Common Needs",
|
|
13220
|
+
"meeting_count": "Weekly Meetings:",
|
|
13183
13221
|
"venue_types": "Venue Types",
|
|
13184
13222
|
"venue_type_choices": {
|
|
13185
13223
|
IN_PERSON: "In Person",
|
|
@@ -13195,6 +13233,8 @@ function CroutonLocalization(language) {
|
|
|
13195
13233
|
},
|
|
13196
13234
|
"share": "share",
|
|
13197
13235
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13236
|
+
'css-textalign': '',
|
|
13237
|
+
'css-floatdirection': ''
|
|
13198
13238
|
},
|
|
13199
13239
|
"it-IT": {
|
|
13200
13240
|
"days_of_the_week" : ["", "Domenica", " Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato"],
|
|
@@ -13216,6 +13256,8 @@ function CroutonLocalization(language) {
|
|
|
13216
13256
|
"click_search": "Click Search",
|
|
13217
13257
|
"pan_and_zoom": "Pan + Zoom",
|
|
13218
13258
|
"languages": "Languages",
|
|
13259
|
+
"common_needs": "Common Needs",
|
|
13260
|
+
"meeting_count": "Weekly Meetings:",
|
|
13219
13261
|
"venue_types": "Venue Types",
|
|
13220
13262
|
"venue_type_choices": {
|
|
13221
13263
|
IN_PERSON: "In Person",
|
|
@@ -13231,6 +13273,8 @@ function CroutonLocalization(language) {
|
|
|
13231
13273
|
},
|
|
13232
13274
|
"share": "Condividi",
|
|
13233
13275
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13276
|
+
'css-textalign': '',
|
|
13277
|
+
'css-floatdirection': ''
|
|
13234
13278
|
},
|
|
13235
13279
|
"nl-NL": {
|
|
13236
13280
|
"days_of_the_week" : ["", "Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag"],
|
|
@@ -13252,6 +13296,8 @@ function CroutonLocalization(language) {
|
|
|
13252
13296
|
"click_search": "Klik om te zoeken",
|
|
13253
13297
|
"pan_and_zoom": "Pan + Zoom",
|
|
13254
13298
|
"languages": "Talen",
|
|
13299
|
+
"common_needs": "Common Needs",
|
|
13300
|
+
"meeting_count": "Weekly Meetings:",
|
|
13255
13301
|
"venue_types": "Soorten locaties",
|
|
13256
13302
|
"venue_type_choices": {
|
|
13257
13303
|
IN_PERSON: "Fysiek",
|
|
@@ -13267,6 +13313,8 @@ function CroutonLocalization(language) {
|
|
|
13267
13313
|
},
|
|
13268
13314
|
"share": "share",
|
|
13269
13315
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13316
|
+
'css-textalign': '',
|
|
13317
|
+
'css-floatdirection': ''
|
|
13270
13318
|
},
|
|
13271
13319
|
"pl-PL": {
|
|
13272
13320
|
"days_of_the_week" : ["", "Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
|
@@ -13288,6 +13336,8 @@ function CroutonLocalization(language) {
|
|
|
13288
13336
|
"click_search": "Kliknij na mapie",
|
|
13289
13337
|
"pan_and_zoom": "Przesuń powiększ",
|
|
13290
13338
|
"languages": "Języki",
|
|
13339
|
+
"common_needs": "Common Needs",
|
|
13340
|
+
"meeting_count": "Weekly Meetings:",
|
|
13291
13341
|
"venue_types": "Venue Types",
|
|
13292
13342
|
"venue_type_choices": {
|
|
13293
13343
|
IN_PERSON: "In Person",
|
|
@@ -13303,6 +13353,8 @@ function CroutonLocalization(language) {
|
|
|
13303
13353
|
},
|
|
13304
13354
|
"share": "share",
|
|
13305
13355
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13356
|
+
'css-textalign': '',
|
|
13357
|
+
'css-floatdirection': ''
|
|
13306
13358
|
},
|
|
13307
13359
|
"pt-BR": {
|
|
13308
13360
|
"days_of_the_week" : ["", "Domingo", "Segunda-feira", "Terça-feira", "Quarta-feira", "Quinta-feira", "Sexta-feira", "Sábado"],
|
|
@@ -13324,6 +13376,8 @@ function CroutonLocalization(language) {
|
|
|
13324
13376
|
"click_search": "Clique no local",
|
|
13325
13377
|
"pan_and_zoom": "Panorâmico + Zoom",
|
|
13326
13378
|
"languages": "Idiomas",
|
|
13379
|
+
"common_needs": "Common Needs",
|
|
13380
|
+
"meeting_count": "Weekly Meetings:",
|
|
13327
13381
|
"venue_types": "tipos de reunião",
|
|
13328
13382
|
"venue_type_choices": {
|
|
13329
13383
|
IN_PERSON: "Presencial",
|
|
@@ -13339,6 +13393,8 @@ function CroutonLocalization(language) {
|
|
|
13339
13393
|
},
|
|
13340
13394
|
"share": "Compartilhar",
|
|
13341
13395
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13396
|
+
'css-textalign': '',
|
|
13397
|
+
'css-floatdirection': ''
|
|
13342
13398
|
},
|
|
13343
13399
|
"ru-RU": {
|
|
13344
13400
|
"days_of_the_week" : ["", "Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],
|
|
@@ -13360,6 +13416,8 @@ function CroutonLocalization(language) {
|
|
|
13360
13416
|
"click_search": "Нажмите Поиск",
|
|
13361
13417
|
"pan_and_zoom": "Pan + Zoom",
|
|
13362
13418
|
"languages": "Языки",
|
|
13419
|
+
"common_needs": "Common Needs",
|
|
13420
|
+
"meeting_count": "Weekly Meetings:",
|
|
13363
13421
|
"venue_types": "Venue Types",
|
|
13364
13422
|
"venue_type_choices": {
|
|
13365
13423
|
IN_PERSON: "In Person",
|
|
@@ -13375,6 +13433,8 @@ function CroutonLocalization(language) {
|
|
|
13375
13433
|
},
|
|
13376
13434
|
"share": "share",
|
|
13377
13435
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13436
|
+
'css-textalign': '',
|
|
13437
|
+
'css-floatdirection': ''
|
|
13378
13438
|
},
|
|
13379
13439
|
"sv-SE": {
|
|
13380
13440
|
"days_of_the_week" : ["", "Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"],
|
|
@@ -13396,6 +13456,8 @@ function CroutonLocalization(language) {
|
|
|
13396
13456
|
"click_search": "Sök",
|
|
13397
13457
|
"pan_and_zoom": "Panorera + Zooma",
|
|
13398
13458
|
"languages": "Språk",
|
|
13459
|
+
"common_needs": "Common Needs",
|
|
13460
|
+
"meeting_count": "Weekly Meetings:",
|
|
13399
13461
|
"venue_types": "Venue Types",
|
|
13400
13462
|
"venue_type_choices": {
|
|
13401
13463
|
IN_PERSON: "In Person",
|
|
@@ -13411,6 +13473,8 @@ function CroutonLocalization(language) {
|
|
|
13411
13473
|
},
|
|
13412
13474
|
"share": "share",
|
|
13413
13475
|
"no_meetings_for_this_day": "No meetings for this day.",
|
|
13476
|
+
'css-textalign': '',
|
|
13477
|
+
'css-floatdirection': ''
|
|
13414
13478
|
}
|
|
13415
13479
|
};
|
|
13416
13480
|
}
|
|
@@ -13458,14 +13522,16 @@ this["hbs_Crouton"]["templates"]["byday"] = Handlebars.template({"1":function(co
|
|
|
13458
13522
|
|
|
13459
13523
|
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 : "");
|
|
13460
13524
|
},"3":function(container,depth0,helpers,partials,data) {
|
|
13461
|
-
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13525
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13462
13526
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13463
13527
|
return parent[propertyName];
|
|
13464
13528
|
}
|
|
13465
13529
|
return undefined
|
|
13466
13530
|
};
|
|
13467
13531
|
|
|
13468
|
-
return " <tr class=\"meeting-header\">\n <td colspan=\"3\"
|
|
13532
|
+
return " <tr class=\"meeting-header\">\n <td colspan=\"3\" "
|
|
13533
|
+
+ ((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 : "")
|
|
13534
|
+
+ ">"
|
|
13469
13535
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"day") : depth0), depth0))
|
|
13470
13536
|
+ "</td>\n </tr>\n";
|
|
13471
13537
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
@@ -13481,15 +13547,17 @@ this["hbs_Crouton"]["templates"]["byday"] = Handlebars.template({"1":function(co
|
|
|
13481
13547
|
+ " </table>\n</div>\n";
|
|
13482
13548
|
},"usePartial":true,"useData":true});
|
|
13483
13549
|
this["hbs_Crouton"]["templates"]["byfield"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13484
|
-
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13550
|
+
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13485
13551
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13486
13552
|
return parent[propertyName];
|
|
13487
13553
|
}
|
|
13488
13554
|
return undefined
|
|
13489
13555
|
};
|
|
13490
13556
|
|
|
13491
|
-
return " <tr class=\"meeting-header\"
|
|
13492
|
-
+
|
|
13557
|
+
return " <tr class=\"meeting-header\" "
|
|
13558
|
+
+ ((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 : "")
|
|
13559
|
+
+ ">\n <td colspan=\"3\">"
|
|
13560
|
+
+ 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)))
|
|
13493
13561
|
+ "</td>\n </tr>\n"
|
|
13494
13562
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetings"),depth0,{"name":"meetings","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
|
13495
13563
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
@@ -13504,6 +13572,33 @@ this["hbs_Crouton"]["templates"]["byfield"] = Handlebars.template({"1":function(
|
|
|
13504
13572
|
+ ((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 : "")
|
|
13505
13573
|
+ " </tbody>\n </table>\n</div>\n";
|
|
13506
13574
|
},"usePartial":true,"useData":true});
|
|
13575
|
+
this["hbs_Crouton"]["templates"]["formatPopup"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13576
|
+
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13577
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13578
|
+
return parent[propertyName];
|
|
13579
|
+
}
|
|
13580
|
+
return undefined
|
|
13581
|
+
};
|
|
13582
|
+
|
|
13583
|
+
return " <tr>\n <td class='formats_key'>"
|
|
13584
|
+
+ 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)))
|
|
13585
|
+
+ "</td>\n <td class='formats_name'>"
|
|
13586
|
+
+ 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)))
|
|
13587
|
+
+ "</td>\n <td class='formats_description'>"
|
|
13588
|
+
+ 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)))
|
|
13589
|
+
+ "</td>\n </tr>\n";
|
|
13590
|
+
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13591
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13592
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13593
|
+
return parent[propertyName];
|
|
13594
|
+
}
|
|
13595
|
+
return undefined
|
|
13596
|
+
};
|
|
13597
|
+
|
|
13598
|
+
return "<table class='bmlt_a_format table-bordered'>\n"
|
|
13599
|
+
+ ((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 : "")
|
|
13600
|
+
+ "</table>";
|
|
13601
|
+
},"useData":true});
|
|
13507
13602
|
this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13508
13603
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13509
13604
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
@@ -13512,34 +13607,37 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13512
13607
|
return undefined
|
|
13513
13608
|
};
|
|
13514
13609
|
|
|
13515
|
-
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":
|
|
13516
|
-
+ ((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":
|
|
13610
|
+
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 : "")
|
|
13611
|
+
+ ((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 : "")
|
|
13612
|
+
+ ((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 : "")
|
|
13613
|
+
+ "\n"
|
|
13614
|
+
+ ((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 : "")
|
|
13517
13615
|
+ "\n"
|
|
13518
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13616
|
+
+ ((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 : "")
|
|
13519
13617
|
+ "\n"
|
|
13520
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13618
|
+
+ ((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 : "")
|
|
13521
13619
|
+ "\n"
|
|
13522
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13620
|
+
+ ((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 : "")
|
|
13523
13621
|
+ "\n"
|
|
13524
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13622
|
+
+ ((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 : "")
|
|
13525
13623
|
+ "\n"
|
|
13526
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13624
|
+
+ ((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 : "")
|
|
13527
13625
|
+ "\n"
|
|
13528
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13626
|
+
+ ((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 : "")
|
|
13529
13627
|
+ "\n"
|
|
13530
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13628
|
+
+ ((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 : "")
|
|
13531
13629
|
+ "\n"
|
|
13532
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13630
|
+
+ ((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 : "")
|
|
13533
13631
|
+ "\n"
|
|
13534
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13632
|
+
+ ((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 : "")
|
|
13535
13633
|
+ "\n"
|
|
13536
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13634
|
+
+ ((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 : "")
|
|
13537
13635
|
+ "\n"
|
|
13538
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13636
|
+
+ ((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 : "")
|
|
13539
13637
|
+ "\n"
|
|
13540
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13638
|
+
+ ((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 : "")
|
|
13541
13639
|
+ "\n"
|
|
13542
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
13640
|
+
+ ((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 : "")
|
|
13543
13641
|
+ " </div>\n";
|
|
13544
13642
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
13545
13643
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13550,7 +13648,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13550
13648
|
};
|
|
13551
13649
|
|
|
13552
13650
|
return " <div class=\"bmlt-button-container\"><a id=\"day\" class=\"btn btn-primary btn-sm\">"
|
|
13553
|
-
+ 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":
|
|
13651
|
+
+ 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}}}))
|
|
13554
13652
|
+ "</a></div>\n";
|
|
13555
13653
|
},"4":function(container,depth0,helpers,partials,data) {
|
|
13556
13654
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13565,9 +13663,24 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13565
13663
|
+ "\" data-field=\""
|
|
13566
13664
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13567
13665
|
+ "\" class=\"filterButton btn btn-primary btn-sm\">"
|
|
13568
|
-
+ 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":
|
|
13666
|
+
+ 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}}}))
|
|
13569
13667
|
+ "</a></div>\n";
|
|
13570
13668
|
},"6":function(container,depth0,helpers,partials,data) {
|
|
13669
|
+
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13670
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13671
|
+
return parent[propertyName];
|
|
13672
|
+
}
|
|
13673
|
+
return undefined
|
|
13674
|
+
};
|
|
13675
|
+
|
|
13676
|
+
return " <div class=\"bmlt-button-container\"><a id=\"filterButton_"
|
|
13677
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13678
|
+
+ "\" data-field=\""
|
|
13679
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"field") : depth0), depth0))
|
|
13680
|
+
+ "\" class=\"filterButton btn btn-primary btn-sm\">"
|
|
13681
|
+
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"title") : depth0), depth0))
|
|
13682
|
+
+ "</a></div>\n";
|
|
13683
|
+
},"8":function(container,depth0,helpers,partials,data) {
|
|
13571
13684
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13572
13685
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13573
13686
|
return parent[propertyName];
|
|
@@ -13578,11 +13691,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13578
13691
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13579
13692
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13580
13693
|
+ ";\" data-placeholder=\""
|
|
13581
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"weekday",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13694
|
+
+ 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}}}))
|
|
13582
13695
|
+ "\" data-pointer=\"Weekdays\" id=\"filter-dropdown-weekdays\">\n <option></option>\n"
|
|
13583
|
-
+ ((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(
|
|
13696
|
+
+ ((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 : "")
|
|
13584
13697
|
+ " </select>\n </div>\n";
|
|
13585
|
-
},"
|
|
13698
|
+
},"9":function(container,depth0,helpers,partials,data) {
|
|
13586
13699
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13587
13700
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13588
13701
|
return parent[propertyName];
|
|
@@ -13591,11 +13704,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13591
13704
|
};
|
|
13592
13705
|
|
|
13593
13706
|
return " <option value=\"a-"
|
|
13594
|
-
+ 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":
|
|
13707
|
+
+ 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}}}))
|
|
13595
13708
|
+ "\">"
|
|
13596
13709
|
+ alias1(container.lambda(depth0, depth0))
|
|
13597
13710
|
+ "</option>\n";
|
|
13598
|
-
},"
|
|
13711
|
+
},"11":function(container,depth0,helpers,partials,data) {
|
|
13599
13712
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13600
13713
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13601
13714
|
return parent[propertyName];
|
|
@@ -13606,11 +13719,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13606
13719
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13607
13720
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13608
13721
|
+ ";\" data-placeholder=\""
|
|
13609
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"cities",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13722
|
+
+ 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}}}))
|
|
13610
13723
|
+ "\" data-pointer=\"Cities\" id=\"filter-dropdown-cities\">\n <option></option>\n"
|
|
13611
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"cities") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13724
|
+
+ ((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 : "")
|
|
13612
13725
|
+ " </select>\n </div>\n";
|
|
13613
|
-
},"
|
|
13726
|
+
},"12":function(container,depth0,helpers,partials,data) {
|
|
13614
13727
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13615
13728
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13616
13729
|
return parent[propertyName];
|
|
@@ -13619,11 +13732,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13619
13732
|
};
|
|
13620
13733
|
|
|
13621
13734
|
return " <option value=\"a-"
|
|
13622
|
-
+ 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":
|
|
13735
|
+
+ 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}}}))
|
|
13623
13736
|
+ "\">"
|
|
13624
13737
|
+ alias1(container.lambda(depth0, depth0))
|
|
13625
13738
|
+ "</option>\n";
|
|
13626
|
-
},"
|
|
13739
|
+
},"14":function(container,depth0,helpers,partials,data) {
|
|
13627
13740
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13628
13741
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13629
13742
|
return parent[propertyName];
|
|
@@ -13634,11 +13747,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13634
13747
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13635
13748
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13636
13749
|
+ ";\" data-placeholder=\""
|
|
13637
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"groups",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13750
|
+
+ 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}}}))
|
|
13638
13751
|
+ "\" data-pointer=\"Groups\" id=\"filter-dropdown-groups\">\n <option></option>\n"
|
|
13639
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"groups") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13752
|
+
+ ((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 : "")
|
|
13640
13753
|
+ " </select>\n </div>\n";
|
|
13641
|
-
},"
|
|
13754
|
+
},"16":function(container,depth0,helpers,partials,data) {
|
|
13642
13755
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13643
13756
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13644
13757
|
return parent[propertyName];
|
|
@@ -13649,11 +13762,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13649
13762
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13650
13763
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13651
13764
|
+ ";\" data-placeholder=\""
|
|
13652
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"venue_types",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13765
|
+
+ 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}}}))
|
|
13653
13766
|
+ "\" data-pointer=\"Venues\" id=\"filter-dropdown-venues\">\n <option></option>\n"
|
|
13654
|
-
+ ((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(
|
|
13767
|
+
+ ((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 : "")
|
|
13655
13768
|
+ " </select>\n </div>\n";
|
|
13656
|
-
},"
|
|
13769
|
+
},"17":function(container,depth0,helpers,partials,data) {
|
|
13657
13770
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13658
13771
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13659
13772
|
return parent[propertyName];
|
|
@@ -13662,11 +13775,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13662
13775
|
};
|
|
13663
13776
|
|
|
13664
13777
|
return " <option value=\"a-"
|
|
13665
|
-
+ 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":
|
|
13778
|
+
+ 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}}}))
|
|
13666
13779
|
+ "\">"
|
|
13667
13780
|
+ alias1(container.lambda(depth0, depth0))
|
|
13668
13781
|
+ "</option>\n";
|
|
13669
|
-
},"
|
|
13782
|
+
},"19":function(container,depth0,helpers,partials,data) {
|
|
13670
13783
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13671
13784
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13672
13785
|
return parent[propertyName];
|
|
@@ -13677,11 +13790,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13677
13790
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13678
13791
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13679
13792
|
+ ";\" data-placeholder=\""
|
|
13680
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"areas",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13793
|
+
+ 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}}}))
|
|
13681
13794
|
+ "\" data-pointer=\"Areas\" id=\"filter-dropdown-areas\">\n <option></option>\n"
|
|
13682
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"areas") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13795
|
+
+ ((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 : "")
|
|
13683
13796
|
+ " </select>\n </div>\n";
|
|
13684
|
-
},"
|
|
13797
|
+
},"20":function(container,depth0,helpers,partials,data) {
|
|
13685
13798
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13686
13799
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13687
13800
|
return parent[propertyName];
|
|
@@ -13694,7 +13807,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13694
13807
|
+ "\">"
|
|
13695
13808
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"name") : depth0), depth0))
|
|
13696
13809
|
+ "</option>\n";
|
|
13697
|
-
},"
|
|
13810
|
+
},"22":function(container,depth0,helpers,partials,data) {
|
|
13698
13811
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13699
13812
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13700
13813
|
return parent[propertyName];
|
|
@@ -13705,11 +13818,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13705
13818
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13706
13819
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13707
13820
|
+ ";\" data-placeholder=\""
|
|
13708
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"regions",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13821
|
+
+ 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}}}))
|
|
13709
13822
|
+ "\" data-pointer=\"Regions\" id=\"filter-dropdown-regions\">\n <option></option>\n"
|
|
13710
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"regions") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13823
|
+
+ ((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 : "")
|
|
13711
13824
|
+ " </select>\n </div>\n";
|
|
13712
|
-
},"
|
|
13825
|
+
},"23":function(container,depth0,helpers,partials,data) {
|
|
13713
13826
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13714
13827
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13715
13828
|
return parent[propertyName];
|
|
@@ -13718,11 +13831,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13718
13831
|
};
|
|
13719
13832
|
|
|
13720
13833
|
return " <option value=\"a-"
|
|
13721
|
-
+ 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":
|
|
13834
|
+
+ 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}}}))
|
|
13722
13835
|
+ "\">"
|
|
13723
13836
|
+ alias1(container.lambda((depth0 != null ? lookupProperty(depth0,"name") : depth0), depth0))
|
|
13724
13837
|
+ "</option>\n";
|
|
13725
|
-
},"
|
|
13838
|
+
},"25":function(container,depth0,helpers,partials,data) {
|
|
13726
13839
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13727
13840
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13728
13841
|
return parent[propertyName];
|
|
@@ -13733,11 +13846,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13733
13846
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13734
13847
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13735
13848
|
+ ";\" data-placeholder=\""
|
|
13736
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"locations",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13849
|
+
+ 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}}}))
|
|
13737
13850
|
+ "\" data-pointer=\"Locations\" id=\"filter-dropdown-locations\">\n <option></option>\n"
|
|
13738
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"locations") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13851
|
+
+ ((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 : "")
|
|
13739
13852
|
+ " </select>\n </div>\n";
|
|
13740
|
-
},"
|
|
13853
|
+
},"27":function(container,depth0,helpers,partials,data) {
|
|
13741
13854
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13742
13855
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13743
13856
|
return parent[propertyName];
|
|
@@ -13748,11 +13861,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13748
13861
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13749
13862
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13750
13863
|
+ ";\" data-placeholder=\""
|
|
13751
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"counties",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13864
|
+
+ 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}}}))
|
|
13752
13865
|
+ "\" data-pointer=\"Counties\" id=\"filter-dropdown-sub_province\">\n <option></option>\n"
|
|
13753
|
-
+ ((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(
|
|
13866
|
+
+ ((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 : "")
|
|
13754
13867
|
+ " </select>\n </div>\n";
|
|
13755
|
-
},"
|
|
13868
|
+
},"29":function(container,depth0,helpers,partials,data) {
|
|
13756
13869
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13757
13870
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13758
13871
|
return parent[propertyName];
|
|
@@ -13763,11 +13876,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13763
13876
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13764
13877
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13765
13878
|
+ ";\" data-placeholder=\""
|
|
13766
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"neighborhood",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13879
|
+
+ 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}}}))
|
|
13767
13880
|
+ "\" data-pointer=\"Neighborhoods\" id=\"filter-dropdown-neighborhoods\">\n <option></option>\n"
|
|
13768
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"neighborhoods") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13881
|
+
+ ((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 : "")
|
|
13769
13882
|
+ " </select>\n </div>\n";
|
|
13770
|
-
},"
|
|
13883
|
+
},"31":function(container,depth0,helpers,partials,data) {
|
|
13771
13884
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13772
13885
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13773
13886
|
return parent[propertyName];
|
|
@@ -13778,11 +13891,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13778
13891
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13779
13892
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13780
13893
|
+ ";\" data-placeholder=\""
|
|
13781
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"states",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13894
|
+
+ 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}}}))
|
|
13782
13895
|
+ "\" data-pointer=\"States\" id=\"filter-dropdown-states\">\n <option></option>\n"
|
|
13783
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"states") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13896
|
+
+ ((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 : "")
|
|
13784
13897
|
+ " </select>\n </div>\n";
|
|
13785
|
-
},"
|
|
13898
|
+
},"33":function(container,depth0,helpers,partials,data) {
|
|
13786
13899
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13787
13900
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13788
13901
|
return parent[propertyName];
|
|
@@ -13793,11 +13906,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13793
13906
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13794
13907
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13795
13908
|
+ ";\" data-placeholder=\""
|
|
13796
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"postal_codes",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13909
|
+
+ 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}}}))
|
|
13797
13910
|
+ "\" data-pointer=\"Zips\" id=\"filter-dropdown-zipcodes\">\n <option></option>\n"
|
|
13798
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"zips") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13911
|
+
+ ((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 : "")
|
|
13799
13912
|
+ " </select>\n </div>\n";
|
|
13800
|
-
},"
|
|
13913
|
+
},"35":function(container,depth0,helpers,partials,data) {
|
|
13801
13914
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13802
13915
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13803
13916
|
return parent[propertyName];
|
|
@@ -13808,11 +13921,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13808
13921
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13809
13922
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13810
13923
|
+ ";\" data-placeholder=\""
|
|
13811
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"formats",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13924
|
+
+ 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}}}))
|
|
13812
13925
|
+ "\" data-pointer=\"Formats\" id=\"filter-dropdown-formats\">\n <option></option>\n"
|
|
13813
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"formats") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13926
|
+
+ ((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 : "")
|
|
13814
13927
|
+ " </select>\n </div>\n";
|
|
13815
|
-
},"
|
|
13928
|
+
},"36":function(container,depth0,helpers,partials,data) {
|
|
13816
13929
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13817
13930
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13818
13931
|
return parent[propertyName];
|
|
@@ -13821,11 +13934,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13821
13934
|
};
|
|
13822
13935
|
|
|
13823
13936
|
return " <option value=\"a-"
|
|
13824
|
-
+ 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":
|
|
13937
|
+
+ 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}}}))
|
|
13825
13938
|
+ "\">"
|
|
13826
|
-
+ 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":
|
|
13939
|
+
+ 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)))
|
|
13827
13940
|
+ "</option>\n";
|
|
13828
|
-
},"
|
|
13941
|
+
},"38":function(container,depth0,helpers,partials,data) {
|
|
13829
13942
|
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13830
13943
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13831
13944
|
return parent[propertyName];
|
|
@@ -13836,11 +13949,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13836
13949
|
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13837
13950
|
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13838
13951
|
+ ";\" data-placeholder=\""
|
|
13839
|
-
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(alias2,"languages",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
13952
|
+
+ 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}}}))
|
|
13840
13953
|
+ "\" data-pointer=\"Languages\" id=\"filter-dropdown-languages\">\n <option></option>\n"
|
|
13841
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(alias2,((stack1 = (depth0 != null ? lookupProperty(depth0,"uniqueData") : depth0)) != null ? lookupProperty(stack1,"languages") : stack1),{"name":"each","hash":{},"fn":container.program(
|
|
13954
|
+
+ ((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 : "")
|
|
13842
13955
|
+ " </select>\n </div>\n";
|
|
13843
|
-
},"
|
|
13956
|
+
},"39":function(container,depth0,helpers,partials,data) {
|
|
13844
13957
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13845
13958
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13846
13959
|
return parent[propertyName];
|
|
@@ -13849,11 +13962,26 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13849
13962
|
};
|
|
13850
13963
|
|
|
13851
13964
|
return " <option value=\"a-"
|
|
13852
|
-
+ 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":
|
|
13965
|
+
+ 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}}}))
|
|
13853
13966
|
+ "\">"
|
|
13854
|
-
+ 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":
|
|
13967
|
+
+ 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)))
|
|
13855
13968
|
+ "</option>\n";
|
|
13856
|
-
},"
|
|
13969
|
+
},"41":function(container,depth0,helpers,partials,data) {
|
|
13970
|
+
var stack1, alias1=container.escapeExpression, alias2=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13971
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13972
|
+
return parent[propertyName];
|
|
13973
|
+
}
|
|
13974
|
+
return undefined
|
|
13975
|
+
};
|
|
13976
|
+
|
|
13977
|
+
return " <div class=\"bmlt-dropdown-container\">\n <select class=\"crouton-select filter-dropdown\" style=\"width:"
|
|
13978
|
+
+ alias1(container.lambda(((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"dropdown_width") : stack1), depth0))
|
|
13979
|
+
+ ";\" data-placeholder=\""
|
|
13980
|
+
+ 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}}}))
|
|
13981
|
+
+ "\" data-pointer=\"Languages\" id=\"filter-dropdown-languages\">\n <option></option>\n"
|
|
13982
|
+
+ ((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 : "")
|
|
13983
|
+
+ " </select>\n </div>\n";
|
|
13984
|
+
},"43":function(container,depth0,helpers,partials,data) {
|
|
13857
13985
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13858
13986
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13859
13987
|
return parent[propertyName];
|
|
@@ -13861,15 +13989,33 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13861
13989
|
return undefined
|
|
13862
13990
|
};
|
|
13863
13991
|
|
|
13864
|
-
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(
|
|
13992
|
+
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 : "")
|
|
13865
13993
|
+ " <ul class=\"nav nav-tabs\">\n"
|
|
13866
|
-
+ ((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(
|
|
13994
|
+
+ ((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 : "")
|
|
13867
13995
|
+ " </ul>\n </div>\n";
|
|
13868
|
-
},"40":function(container,depth0,helpers,partials,data) {
|
|
13869
|
-
return " <div class=\"bmlt-page show\" id=\"nav-days\">\n";
|
|
13870
|
-
},"42":function(container,depth0,helpers,partials,data) {
|
|
13871
|
-
return " <div class=\"bmlt-page hide\" id=\"nav-days\">\n";
|
|
13872
13996
|
},"44":function(container,depth0,helpers,partials,data) {
|
|
13997
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13998
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13999
|
+
return parent[propertyName];
|
|
14000
|
+
}
|
|
14001
|
+
return undefined
|
|
14002
|
+
};
|
|
14003
|
+
|
|
14004
|
+
return " <div class=\"bmlt-page show\" id=\"nav-days\" "
|
|
14005
|
+
+ ((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 : "")
|
|
14006
|
+
+ ">\n";
|
|
14007
|
+
},"46":function(container,depth0,helpers,partials,data) {
|
|
14008
|
+
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14009
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14010
|
+
return parent[propertyName];
|
|
14011
|
+
}
|
|
14012
|
+
return undefined
|
|
14013
|
+
};
|
|
14014
|
+
|
|
14015
|
+
return " <div class=\"bmlt-page hide\" id=\"nav-days\" "
|
|
14016
|
+
+ ((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 : "")
|
|
14017
|
+
+ ">\n";
|
|
14018
|
+
},"48":function(container,depth0,helpers,partials,data) {
|
|
13873
14019
|
var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13874
14020
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13875
14021
|
return parent[propertyName];
|
|
@@ -13880,7 +14026,7 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13880
14026
|
return " <li><a href=\"#tab"
|
|
13881
14027
|
+ alias1(container.lambda(depth0, depth0))
|
|
13882
14028
|
+ "\" data-toggle=\"tab\">"
|
|
13883
|
-
+ 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":
|
|
14029
|
+
+ 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}}}))
|
|
13884
14030
|
+ "</a></li>\n";
|
|
13885
14031
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13886
14032
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13890,9 +14036,11 @@ this["hbs_Crouton"]["templates"]["header"] = Handlebars.template({"1":function(c
|
|
|
13890
14036
|
return undefined
|
|
13891
14037
|
};
|
|
13892
14038
|
|
|
13893
|
-
return ((
|
|
14039
|
+
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}}}))
|
|
13894
14040
|
+ "\n"
|
|
13895
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"config") : depth0)) != null ? lookupProperty(stack1,"
|
|
14041
|
+
+ ((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 : "")
|
|
14042
|
+
+ "\n"
|
|
14043
|
+
+ ((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 : "");
|
|
13896
14044
|
},"useData":true});
|
|
13897
14045
|
this["hbs_Crouton"]["templates"]["main"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13898
14046
|
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -13904,77 +14052,101 @@ this["hbs_Crouton"]["templates"]["main"] = Handlebars.template({"1":function(con
|
|
|
13904
14052
|
|
|
13905
14053
|
return " <div id=\"byfield_"
|
|
13906
14054
|
+ 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)))
|
|
14055
|
+
+ "\" class=\"bmlt-page hide\" >\n"
|
|
14056
|
+
+ ((stack1 = container.invokePartial(lookupProperty(partials,"byfields"),depth0,{"name":"byfields","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14057
|
+
+ " </div>\n";
|
|
14058
|
+
},"3":function(container,depth0,helpers,partials,data) {
|
|
14059
|
+
var stack1, helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14060
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14061
|
+
return parent[propertyName];
|
|
14062
|
+
}
|
|
14063
|
+
return undefined
|
|
14064
|
+
};
|
|
14065
|
+
|
|
14066
|
+
return " <div id=\"byfield_"
|
|
14067
|
+
+ 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)))
|
|
13907
14068
|
+ "\" class=\"bmlt-page hide\">\n"
|
|
13908
14069
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"byfields"),depth0,{"name":"byfields","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13909
14070
|
+ " </div>\n";
|
|
13910
14071
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
13911
|
-
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14072
|
+
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13912
14073
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13913
14074
|
return parent[propertyName];
|
|
13914
14075
|
}
|
|
13915
14076
|
return undefined
|
|
13916
14077
|
};
|
|
13917
14078
|
|
|
13918
|
-
return "<div id=\"bmlt-tabs-table\">\n <div id=\"bmlt-header\" class=\"bmlt-header hide\"
|
|
14079
|
+
return "<div id=\"bmlt-tabs-table\">\n <div id=\"bmlt-header\" class=\"bmlt-header hide\" "
|
|
14080
|
+
+ ((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 : "")
|
|
14081
|
+
+ ">\n"
|
|
13919
14082
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"header"),depth0,{"name":"header","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13920
14083
|
+ " </div>\n"
|
|
13921
|
-
+ ((stack1 = lookupProperty(helpers,"each").call(
|
|
14084
|
+
+ ((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 : "")
|
|
14085
|
+
+ ((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 : "")
|
|
13922
14086
|
+ " <div id=\"byday\" class=\"bmlt-page hide\">\n"
|
|
13923
14087
|
+ ((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 : "")
|
|
13924
14088
|
+ " </div>\n <div id=\"tabs-content\" class=\"bmlt-page\">\n"
|
|
13925
14089
|
+ ((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 : "")
|
|
13926
|
-
+ " </div>\n
|
|
14090
|
+
+ " </div>\n"
|
|
14091
|
+
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetingCountTemplate"),depth0,{"name":"meetingCountTemplate","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
14092
|
+
+ "</div>\n";
|
|
13927
14093
|
},"usePartial":true,"useData":true});
|
|
13928
14094
|
this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
13929
|
-
var stack1, alias1=
|
|
14095
|
+
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, alias4=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
13930
14096
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
13931
14097
|
return parent[propertyName];
|
|
13932
14098
|
}
|
|
13933
14099
|
return undefined
|
|
13934
14100
|
};
|
|
13935
14101
|
|
|
13936
|
-
return "
|
|
13937
|
-
+
|
|
14102
|
+
return " "
|
|
14103
|
+
+ 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}}}))
|
|
14104
|
+
+ "\n <tr class=\"bmlt-data-row\"\n id=\"meeting-data-row-"
|
|
14105
|
+
+ alias3(alias4((depth0 != null ? lookupProperty(depth0,"id_bigint") : depth0), depth0))
|
|
13938
14106
|
+ "\"\n data-cities=\""
|
|
13939
|
-
+
|
|
14107
|
+
+ 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}}}))
|
|
13940
14108
|
+ "\"\n data-groups=\""
|
|
13941
|
-
+
|
|
14109
|
+
+ 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}}}))
|
|
13942
14110
|
+ "\"\n data-locations=\""
|
|
13943
|
-
+
|
|
14111
|
+
+ 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}}}))
|
|
13944
14112
|
+ "\"\n data-zips=\""
|
|
13945
|
-
+
|
|
14113
|
+
+ 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}}}))
|
|
13946
14114
|
+ "\"\n data-formats=\""
|
|
13947
|
-
+
|
|
14115
|
+
+ 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}}}))
|
|
13948
14116
|
+ "\"\n data-areas=\""
|
|
13949
|
-
+
|
|
14117
|
+
+ 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}}}))
|
|
13950
14118
|
+ "\"\n data-regions=\""
|
|
13951
|
-
+
|
|
14119
|
+
+ 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}}}))
|
|
13952
14120
|
+ "\"\n data-counties=\""
|
|
13953
|
-
+
|
|
14121
|
+
+ 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}}}))
|
|
13954
14122
|
+ "\"\n data-neighborhoods=\""
|
|
13955
|
-
+
|
|
14123
|
+
+ 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}}}))
|
|
13956
14124
|
+ "\"\n data-states=\""
|
|
13957
|
-
+
|
|
14125
|
+
+ 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}}}))
|
|
13958
14126
|
+ "\"\n data-venues=\""
|
|
13959
|
-
+
|
|
14127
|
+
+ 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}}}))
|
|
13960
14128
|
+ "\"\n data-languages=\""
|
|
13961
|
-
+
|
|
14129
|
+
+ 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}}}))
|
|
13962
14130
|
+ "\"\n data-weekdays=\""
|
|
13963
|
-
+
|
|
13964
|
-
+ "\">\n <td class=\"bmlt-column1\"
|
|
13965
|
-
+
|
|
14131
|
+
+ 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}}}))
|
|
14132
|
+
+ "\">\n <td class=\"bmlt-column1\" "
|
|
14133
|
+
+ ((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 : "")
|
|
14134
|
+
+ ">\n <div class=\"bmlt-day\">"
|
|
14135
|
+
+ alias3(alias4((depth0 != null ? lookupProperty(depth0,"formatted_day") : depth0), depth0))
|
|
13966
14136
|
+ "</div>\n"
|
|
13967
|
-
+ ((stack1 = (lookupProperty(helpers,"ifEquals")||(depth0 && lookupProperty(depth0,"ifEquals"))||
|
|
13968
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(
|
|
14137
|
+
+ ((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 : "")
|
|
14138
|
+
+ ((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 : "")
|
|
13969
14139
|
+ " <div class=\"bmlt-comments\">"
|
|
13970
|
-
+
|
|
14140
|
+
+ 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}}}))
|
|
13971
14141
|
+ "</div>\n <div class=\"bmlt-observer\">"
|
|
13972
|
-
+ ((stack1 = container.invokePartial(lookupProperty(
|
|
13973
|
-
+ "</div>\n </td>\n <td class=\"bmlt-column2\"
|
|
14142
|
+
+ ((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 : "")
|
|
14143
|
+
+ "</div>\n </td>\n <td class=\"bmlt-column2\" "
|
|
14144
|
+
+ ((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 : "")
|
|
14145
|
+
+ ">\n <div class=\"meeting-data-template\">"
|
|
13974
14146
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"meetingDataTemplate"),depth0,{"name":"meetingDataTemplate","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13975
14147
|
+ "</div>\n </td>\n <td class=\"bmlt-column3\">\n"
|
|
13976
14148
|
+ ((stack1 = container.invokePartial(lookupProperty(partials,"metaDataTemplate"),depth0,{"name":"metaDataTemplate","data":data,"indent":"\t\t\t","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
|
13977
|
-
+ ((stack1 = (lookupProperty(helpers,"canShare")||(depth0 && lookupProperty(depth0,"canShare"))||
|
|
14149
|
+
+ ((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 : "")
|
|
13978
14150
|
+ " </td>\n </tr>\n";
|
|
13979
14151
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
13980
14152
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14008,27 +14180,12 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14008
14180
|
return undefined
|
|
14009
14181
|
};
|
|
14010
14182
|
|
|
14011
|
-
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=\"
|
|
14012
|
-
+ ((stack1 = lookupProperty(helpers,"
|
|
14013
|
-
+ "
|
|
14183
|
+
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=\""
|
|
14184
|
+
+ ((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 : "")
|
|
14185
|
+
+ "\">\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>"
|
|
14014
14186
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"formats") : depth0), depth0))
|
|
14015
14187
|
+ "\n </a>\n";
|
|
14016
|
-
},"
|
|
14017
|
-
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14018
|
-
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14019
|
-
return parent[propertyName];
|
|
14020
|
-
}
|
|
14021
|
-
return undefined
|
|
14022
|
-
};
|
|
14023
|
-
|
|
14024
|
-
return " <tr>\n <td class='formats_key'>"
|
|
14025
|
-
+ 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)))
|
|
14026
|
-
+ "</td>\n <td class='formats_name'>"
|
|
14027
|
-
+ 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)))
|
|
14028
|
-
+ "</td>\n <td class='formats_description'>"
|
|
14029
|
-
+ 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)))
|
|
14030
|
-
+ "</td>\n </tr>\n";
|
|
14031
|
-
},"9":function(container,depth0,helpers,partials,data) {
|
|
14188
|
+
},"8":function(container,depth0,helpers,partials,data) {
|
|
14032
14189
|
var stack1, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14033
14190
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14034
14191
|
return parent[propertyName];
|
|
@@ -14050,14 +14207,14 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14050
14207
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_address") : depth0), depth0))
|
|
14051
14208
|
+ " "
|
|
14052
14209
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"formatted_location_info") : depth0), depth0))
|
|
14053
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias3,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14210
|
+
+ ((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 : "")
|
|
14054
14211
|
+ "\"), url: \""
|
|
14055
|
-
+ ((stack1 = (lookupProperty(helpers,"isVirtualOrHybrid")||(depth0 && lookupProperty(depth0,"isVirtualOrHybrid"))||alias4).call(alias3,depth0,{"name":"isVirtualOrHybrid","hash":{},"fn":container.program(
|
|
14056
|
-
+ ((stack1 = (lookupProperty(helpers,"isInPersonOrHybrid")||(depth0 && lookupProperty(depth0,"isInPersonOrHybrid"))||alias4).call(alias3,depth0,{"name":"isInPersonOrHybrid","hash":{},"fn":container.program(
|
|
14212
|
+
+ ((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 : "")
|
|
14213
|
+
+ ((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 : "")
|
|
14057
14214
|
+ "\"})'><span class=\"glyphicon glyphicon-share\"></span> "
|
|
14058
14215
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"share_word") : depth0), depth0))
|
|
14059
14216
|
+ "</a>\n";
|
|
14060
|
-
},"
|
|
14217
|
+
},"9":function(container,depth0,helpers,partials,data) {
|
|
14061
14218
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14062
14219
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14063
14220
|
return parent[propertyName];
|
|
@@ -14067,7 +14224,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14067
14224
|
|
|
14068
14225
|
return " "
|
|
14069
14226
|
+ container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"virtual_meeting_additional_info") : depth0), depth0));
|
|
14070
|
-
},"
|
|
14227
|
+
},"11":function(container,depth0,helpers,partials,data) {
|
|
14071
14228
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14072
14229
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14073
14230
|
return parent[propertyName];
|
|
@@ -14075,9 +14232,9 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14075
14232
|
return undefined
|
|
14076
14233
|
};
|
|
14077
14234
|
|
|
14078
|
-
return ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14079
|
-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0),{"name":"if","hash":{},"fn":container.program(
|
|
14080
|
-
},"
|
|
14235
|
+
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 : "")
|
|
14236
|
+
+ ((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 : "");
|
|
14237
|
+
},"12":function(container,depth0,helpers,partials,data) {
|
|
14081
14238
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14082
14239
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14083
14240
|
return parent[propertyName];
|
|
@@ -14086,7 +14243,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14086
14243
|
};
|
|
14087
14244
|
|
|
14088
14245
|
return container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"virtual_meeting_link") : depth0), depth0));
|
|
14089
|
-
},"
|
|
14246
|
+
},"14":function(container,depth0,helpers,partials,data) {
|
|
14090
14247
|
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14091
14248
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14092
14249
|
return parent[propertyName];
|
|
@@ -14095,7 +14252,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14095
14252
|
};
|
|
14096
14253
|
|
|
14097
14254
|
return container.escapeExpression(container.lambda((depth0 != null ? lookupProperty(depth0,"phone_meeting_number") : depth0), depth0));
|
|
14098
|
-
},"
|
|
14255
|
+
},"16":function(container,depth0,helpers,partials,data) {
|
|
14099
14256
|
var alias1=container.lambda, alias2=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14100
14257
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14101
14258
|
return parent[propertyName];
|
|
@@ -14119,7 +14276,7 @@ this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function
|
|
|
14119
14276
|
return undefined
|
|
14120
14277
|
};
|
|
14121
14278
|
|
|
14122
|
-
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":
|
|
14279
|
+
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 : "");
|
|
14123
14280
|
},"usePartial":true,"useData":true});
|
|
14124
14281
|
this["hbs_Crouton"]["templates"]["weekdays"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14125
14282
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14173,7 +14330,7 @@ var croutonDefaultTemplates = {
|
|
|
14173
14330
|
"{{#isTemporarilyClosed this}}",
|
|
14174
14331
|
" <div class='temporarilyClosed'><span class='glyphicon glyphicon-flag'></span> {{temporarilyClosed this}}</div>",
|
|
14175
14332
|
"{{/isTemporarilyClosed}}",
|
|
14176
|
-
"<div class='meeting-name'>{{this
|
|
14333
|
+
"<div class='meeting-name'>{{> meetingLink this}}</div>",
|
|
14177
14334
|
"<div class='location-text'>{{this.location_text}}</div>",
|
|
14178
14335
|
"<div class='meeting-address'>{{this.formatted_address}}</div>",
|
|
14179
14336
|
"<div class='location-information'>{{this.formatted_location_info}}</div>",
|
|
@@ -14218,12 +14375,29 @@ var croutonDefaultTemplates = {
|
|
|
14218
14375
|
observer_template: [
|
|
14219
14376
|
"<div class='observerLine'>{{this.contact_name_1}} {{this.contact_phone_1}} {{this.contact_email_1}}</div>",
|
|
14220
14377
|
"<div class='observerLine'>{{this.contact_name_2}} {{this.contact_phone_2}} {{this.contact_email_2}}</div>"
|
|
14221
|
-
].join('\n')
|
|
14378
|
+
].join('\n'),
|
|
14222
14379
|
|
|
14380
|
+
meeting_count_template: [
|
|
14381
|
+
"{{#if this.config.has_meeting_count}}",
|
|
14382
|
+
"<span class='bmlt_tabs_meeting_count'>{{getWord 'meeting_count'}} {{this.meetings.meetingCount}}</span>",
|
|
14383
|
+
"{{/if}}"
|
|
14384
|
+
].join('\n'),
|
|
14385
|
+
|
|
14386
|
+
meeting_link_template: [
|
|
14387
|
+
"{{#if this.meeting_details_url}}",
|
|
14388
|
+
"<a href='{{{this.meeting_details_url}}}'><span class='glyphicon glyphicon-search' aria-hidden='true'></span>{{this.meeting_name}}</a>",
|
|
14389
|
+
"{{else}}",
|
|
14390
|
+
"{{this.meeting_name}}",
|
|
14391
|
+
"{{/if}}"
|
|
14392
|
+
].join('\n')
|
|
14223
14393
|
}
|
|
14224
14394
|
|
|
14225
14395
|
var crouton_Handlebars = Handlebars.noConflict();
|
|
14226
|
-
|
|
14396
|
+
// These are extension points
|
|
14397
|
+
crouton_Handlebars.registerHelper("startup", () => '');
|
|
14398
|
+
crouton_Handlebars.registerHelper("enrich", () => '');
|
|
14399
|
+
crouton_Handlebars.registerHelper('selectFormatPopup', () => "formatPopup");
|
|
14400
|
+
crouton_Handlebars.registerHelper('selectObserver', () => "observerTemplate");
|
|
14227
14401
|
function Crouton(config) {
|
|
14228
14402
|
var self = this;
|
|
14229
14403
|
self.mutex = false;
|
|
@@ -14235,6 +14409,7 @@ function Crouton(config) {
|
|
|
14235
14409
|
self.markerClusterer = null;
|
|
14236
14410
|
self.masterFormatCodes = [];
|
|
14237
14411
|
self.max_filters = 10; // TODO: needs to be refactored so that dropdowns are treated dynamically
|
|
14412
|
+
self.handlebarMapOptions = [];
|
|
14238
14413
|
self.config = {
|
|
14239
14414
|
on_complete: null, // Javascript function to callback when data querying is completed.
|
|
14240
14415
|
root_server: null, // The root server to use.
|
|
@@ -14250,6 +14425,7 @@ function Crouton(config) {
|
|
|
14250
14425
|
button_filters: [
|
|
14251
14426
|
{'title': 'City', 'field': 'location_municipality'},
|
|
14252
14427
|
],
|
|
14428
|
+
button_format_filters: [],
|
|
14253
14429
|
default_filter_dropdown: "", // Sets the default format for the dropdowns, the names will match the `has_` fields dropdowns without `has_. Example: `formats=closed`.
|
|
14254
14430
|
show_map: false, // Shows the map with pins
|
|
14255
14431
|
map_search: null, // Start search with map click (ex {"latitude":x,"longitude":y,"width":-10,"zoom":10}
|
|
@@ -14265,13 +14441,21 @@ function Crouton(config) {
|
|
|
14265
14441
|
has_sub_province: false, // Shows the sub province dropdown (counties)
|
|
14266
14442
|
has_neighborhoods: false, // Shows the neighborhood dropdown
|
|
14267
14443
|
has_languages: false, // Shows the language dropdown
|
|
14444
|
+
has_common_needs: false, // Shows the Common Needs dropdown
|
|
14268
14445
|
has_venues: true, // Shows the venue types dropdown
|
|
14446
|
+
has_meeting_count: false, // Shows the meeting count
|
|
14269
14447
|
show_distance: false, // Determines distance on page load
|
|
14270
14448
|
distance_search: 0, // Makes a distance based search with results either number of / or distance from coordinates
|
|
14271
14449
|
recurse_service_bodies: false,// Recurses service bodies when making service bodies request
|
|
14272
14450
|
service_body: [], // Array of service bodies to return data for.
|
|
14451
|
+
formats: '', // Return only meetings with these formats (format shared-id, not key-string)
|
|
14452
|
+
venue_types: '', // Return only meetings with this venue type (1, 2 or 3)
|
|
14453
|
+
strict_datafields: true, // Only get the datafields that are mentioned in the templates
|
|
14454
|
+
meeting_details_href: '', // Link to the meeting details page
|
|
14455
|
+
virtual_meeting_details_href: '', // Link to the virtual meeting details page
|
|
14273
14456
|
exclude_zip_codes: [], // List of zip codes to exclude
|
|
14274
14457
|
extra_meetings: [], // List of id_bigint of meetings to include
|
|
14458
|
+
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.
|
|
14275
14459
|
auto_tz_adjust: false, // Will auto adjust the time zone, by default will assume the timezone is local time
|
|
14276
14460
|
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
|
|
14277
14461
|
custom_query: null, // Enables overriding the services related queries for a custom one
|
|
@@ -14280,10 +14464,15 @@ function Crouton(config) {
|
|
|
14280
14464
|
int_start_day_id: 1, // Controls the first day of the week sequence. Sunday is 1.
|
|
14281
14465
|
view_by: "weekday", // TODO: replace with using the first choice in button_filters as the default view_by.
|
|
14282
14466
|
show_qrcode: false, // Determines whether or not to show the QR code for virtual / phone meetings if they exist.
|
|
14467
|
+
force_rootserver_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14468
|
+
force_timeformat_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14469
|
+
force_language_in_querystring: true, // Set to false to shorten generated meeting detail query strings
|
|
14283
14470
|
theme: "jack", // Allows for setting pre-packaged themes. Choices are listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/dist/templates/themes
|
|
14284
14471
|
meeting_data_template: croutonDefaultTemplates.meeting_data_template,
|
|
14285
14472
|
metadata_template: croutonDefaultTemplates.metadata_template,
|
|
14286
|
-
observer_template: croutonDefaultTemplates.observer_template
|
|
14473
|
+
observer_template: croutonDefaultTemplates.observer_template,
|
|
14474
|
+
meeting_count_template: croutonDefaultTemplates.meeting_count_template,
|
|
14475
|
+
meeting_link_template: croutonDefaultTemplates.meeting_link_template,
|
|
14287
14476
|
};
|
|
14288
14477
|
|
|
14289
14478
|
self.setConfig(config);
|
|
@@ -14406,6 +14595,7 @@ function Crouton(config) {
|
|
|
14406
14595
|
var fullUrl = self.config['root_server'] + url
|
|
14407
14596
|
console.log("Could not find any meetings for the criteria specified with the query <a href=\"" + fullUrl + "\" target=_blank>" + fullUrl + "</a>");
|
|
14408
14597
|
jQuery('#' + self.config['placeholder_id']).html("No meetings found.");
|
|
14598
|
+
self.mutex = false;
|
|
14409
14599
|
return;
|
|
14410
14600
|
}
|
|
14411
14601
|
mainMeetings['meetings'].exclude(self.config['exclude_zip_codes'], "location_postal_code_1");
|
|
@@ -14418,9 +14608,12 @@ function Crouton(config) {
|
|
|
14418
14608
|
self.mutex = false;
|
|
14419
14609
|
});
|
|
14420
14610
|
};
|
|
14421
|
-
self.
|
|
14422
|
-
|
|
14423
|
-
|
|
14611
|
+
self.addDatafieldsToQuery = function() {
|
|
14612
|
+
if (!self.config.strict_datafields) {
|
|
14613
|
+
self.all_data_keys = [];
|
|
14614
|
+
self.queryable_data_keys = [];
|
|
14615
|
+
return '';
|
|
14616
|
+
}
|
|
14424
14617
|
var base_data_field_keys = [
|
|
14425
14618
|
'location_postal_code_1',
|
|
14426
14619
|
'duration_time',
|
|
@@ -14491,9 +14684,24 @@ function Crouton(config) {
|
|
|
14491
14684
|
self.collectDataKeys(self.config['observer_template']);
|
|
14492
14685
|
|
|
14493
14686
|
var unique_data_field_keys = arrayUnique(self.queryable_data_keys);
|
|
14687
|
+
return '&data_field_key=' + unique_data_field_keys.join(',');
|
|
14688
|
+
}
|
|
14689
|
+
self.mutex = true;
|
|
14690
|
+
|
|
14691
|
+
self.meetingSearch = function() {
|
|
14494
14692
|
var url = '/client_interface/jsonp/?switcher=GetSearchResults&get_used_formats&lang_enum=' + self.config['short_language'] +
|
|
14495
|
-
|
|
14693
|
+
self.addDatafieldsToQuery();
|
|
14496
14694
|
|
|
14695
|
+
if (self.config['formats']) {
|
|
14696
|
+
url += self.config['formats'].reduce(function(prev,id) {
|
|
14697
|
+
return prev +'&formats[]='+id;
|
|
14698
|
+
}, '');
|
|
14699
|
+
}
|
|
14700
|
+
if (self.config['venue_types']) {
|
|
14701
|
+
url += self.config['venue_types'].reduce(function(prev,id) {
|
|
14702
|
+
return prev +'&venue_types[]='+id;
|
|
14703
|
+
}, '');
|
|
14704
|
+
}
|
|
14497
14705
|
if (self.config['int_include_unpublished'] === 1) {
|
|
14498
14706
|
url += "&advanced_published=0"
|
|
14499
14707
|
} else if (self.config['int_include_unpublished'] === -1) {
|
|
@@ -14629,7 +14837,7 @@ function Crouton(config) {
|
|
|
14629
14837
|
self.filteredPage = function (dataType, dataValue) {
|
|
14630
14838
|
jQuery(".meeting-header").removeClass("hide");
|
|
14631
14839
|
jQuery(".bmlt-data-row").removeClass("hide");
|
|
14632
|
-
if (dataType !== "formats" && dataType !== "languages" && dataType !== "venues") {
|
|
14840
|
+
if (dataType !== "formats" && dataType !== "languages" && dataType !== "venues" && dataType !== "common_needs") {
|
|
14633
14841
|
jQuery(".bmlt-data-row").not("[data-" + dataType + "='" + dataValue + "']").addClass("hide");
|
|
14634
14842
|
} else {
|
|
14635
14843
|
jQuery(".bmlt-data-row").not("[data-" + dataType + "~='" + dataValue + "']").addClass("hide");
|
|
@@ -14664,6 +14872,7 @@ function Crouton(config) {
|
|
|
14664
14872
|
crouton_Handlebars.registerPartial('weekdays', hbs_Crouton.templates['weekdays']);
|
|
14665
14873
|
crouton_Handlebars.registerPartial('header', hbs_Crouton.templates['header']);
|
|
14666
14874
|
crouton_Handlebars.registerPartial('byfields', hbs_Crouton.templates['byfield']);
|
|
14875
|
+
crouton_Handlebars.registerPartial('formatPopup', hbs_Crouton.templates['formatPopup']);
|
|
14667
14876
|
var template = hbs_Crouton.templates['main'];
|
|
14668
14877
|
jQuery(selector).html(template(context));
|
|
14669
14878
|
callback();
|
|
@@ -14748,13 +14957,19 @@ function Crouton(config) {
|
|
|
14748
14957
|
}
|
|
14749
14958
|
}
|
|
14750
14959
|
};
|
|
14751
|
-
|
|
14960
|
+
self.toFarsinNumber = function( n ) {
|
|
14961
|
+
const farsiDigits = ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'];
|
|
14962
|
+
|
|
14963
|
+
return n.replace(/\d/g, x => farsiDigits[x]);
|
|
14964
|
+
}
|
|
14752
14965
|
self.enrichMeetings = function (meetingData, filter) {
|
|
14753
14966
|
var meetings = [];
|
|
14754
14967
|
|
|
14755
14968
|
crouton_Handlebars.registerPartial("meetingDataTemplate", self.config['meeting_data_template']);
|
|
14756
14969
|
crouton_Handlebars.registerPartial("metaDataTemplate", self.config['metadata_template']);
|
|
14757
14970
|
crouton_Handlebars.registerPartial("observerTemplate", self.config['observer_template']);
|
|
14971
|
+
crouton_Handlebars.registerPartial("meetingCountTemplate", self.config['meeting_count_template']);
|
|
14972
|
+
crouton_Handlebars.registerPartial("meetingLink", self.config['meeting_link_template']);
|
|
14758
14973
|
|
|
14759
14974
|
for (var m = 0; m < meetingData.length; m++) {
|
|
14760
14975
|
meetingData[m]['formatted_comments'] = meetingData[m]['comments'];
|
|
@@ -14771,6 +14986,10 @@ function Crouton(config) {
|
|
|
14771
14986
|
.add(duration[0], 'hours')
|
|
14772
14987
|
.add(duration[1], 'minutes')
|
|
14773
14988
|
.format(self.config['time_format']);
|
|
14989
|
+
if (self.config.language === 'fa-IR') {
|
|
14990
|
+
meetingData[m]['start_time_formatted'] = self.toFarsinNumber(meetingData[m]['start_time_formatted']);
|
|
14991
|
+
meetingData[m]['end_time_formatted'] = self.toFarsinNumber(meetingData[m]['end_time_formatted']);
|
|
14992
|
+
}
|
|
14774
14993
|
|
|
14775
14994
|
// back to bmlt day
|
|
14776
14995
|
meetingData[m]['day_of_the_week'] = meetingData[m]['start_time_raw'].isoWeekday() === 7 ? 1 : meetingData[m]['start_time_raw'].isoWeekday() + 1;
|
|
@@ -14786,7 +15005,8 @@ function Crouton(config) {
|
|
|
14786
15005
|
"id": self.formatsData[g]['id'],
|
|
14787
15006
|
"key": formats[f],
|
|
14788
15007
|
"name": self.formatsData[g]['name_string'],
|
|
14789
|
-
"description": self.formatsData[g]['description_string']
|
|
15008
|
+
"description": self.formatsData[g]['description_string'],
|
|
15009
|
+
"type": self.formatsData[g]['format_type_enum'],
|
|
14790
15010
|
}
|
|
14791
15011
|
)
|
|
14792
15012
|
}
|
|
@@ -14825,6 +15045,7 @@ function Crouton(config) {
|
|
|
14825
15045
|
meetingData[m]['serviceBodyPhone'] = serviceBodyInfo["helpline"];
|
|
14826
15046
|
meetingData[m]['serviceBodyName'] = serviceBodyInfo["name"];
|
|
14827
15047
|
meetingData[m]['serviceBodyDescription'] = serviceBodyInfo["description"];
|
|
15048
|
+
meetingData[m]['serviceBodyContactEmail'] = serviceBodyInfo["contact_email"];
|
|
14828
15049
|
meetingData[m]['serviceBodyType'] = self.localization.getServiceBodyType(serviceBodyInfo["type"]);
|
|
14829
15050
|
|
|
14830
15051
|
var parentBodyInfo = self.getServiceBodyDetails(serviceBodyInfo["parent_id"]);
|
|
@@ -14836,6 +15057,19 @@ function Crouton(config) {
|
|
|
14836
15057
|
meetingData[m]['parentServiceBodyType'] = self.localization.getServiceBodyType(parentBodyInfo["type"]);
|
|
14837
15058
|
}
|
|
14838
15059
|
|
|
15060
|
+
meetingData[m]['meeting_details_url'] = '';
|
|
15061
|
+
if (self.config.meeting_details_href) {
|
|
15062
|
+
meetingData[m]['meeting_details_url'] = self.config.meeting_details_href;
|
|
15063
|
+
if (meetingData[m]['venue_type'] === 2 && self.config.virtual_meeting_details_href ) {
|
|
15064
|
+
meetingData[m]['meeting_details_url'] = self.config.virtual_meeting_details_href;
|
|
15065
|
+
}
|
|
15066
|
+
meetingData[m]['meeting_details_url'] += ('?meeting-id=' + meetingData[m]['id_bigint']
|
|
15067
|
+
+ '&language=' + self.config.language
|
|
15068
|
+
+ '&time_format=' + encodeURIComponent(self.config.time_format)
|
|
15069
|
+
+ (self.config.force_rootserver_in_querystring ? '&root_server=' + encodeURIComponent(self.config.root_server) : '')
|
|
15070
|
+
);
|
|
15071
|
+
}
|
|
15072
|
+
|
|
14839
15073
|
meetings.push(meetingData[m])
|
|
14840
15074
|
}
|
|
14841
15075
|
|
|
@@ -14969,6 +15203,102 @@ Crouton.prototype.getServiceBodyDetails = function(serviceBodyId) {
|
|
|
14969
15203
|
}
|
|
14970
15204
|
}
|
|
14971
15205
|
|
|
15206
|
+
Crouton.prototype.doHandlebars = function() {
|
|
15207
|
+
var elements = document.getElementsByTagName('bmlt-handlebar');
|
|
15208
|
+
if (elements.length === 0) {
|
|
15209
|
+
console.log('No <bmlt-handlebar> tags found');
|
|
15210
|
+
return;
|
|
15211
|
+
};
|
|
15212
|
+
var self = this;
|
|
15213
|
+
self.lock(function() {
|
|
15214
|
+
if (self.isEmpty(self.meetingData)) {
|
|
15215
|
+
for (let i = 0; i < elements.length; i++) {
|
|
15216
|
+
var element = elements.item(i);
|
|
15217
|
+
element.innerHTML = "Meeting not found!";
|
|
15218
|
+
}
|
|
15219
|
+
return;
|
|
15220
|
+
}
|
|
15221
|
+
var promises = [self.getServiceBodies([self.meetingData[0]['service_body_bigint']])];
|
|
15222
|
+
Promise.all(promises)
|
|
15223
|
+
.then(function(data) {
|
|
15224
|
+
hbs_Crouton['localization'] = self.localization;
|
|
15225
|
+
self.active_service_bodies = [];
|
|
15226
|
+
self.all_service_bodies = [];
|
|
15227
|
+
var service_body = data[0][0];
|
|
15228
|
+
self.all_service_bodies.push(service_body);
|
|
15229
|
+
var enrichedMeetingData = self.enrichMeetings(self.meetingData);
|
|
15230
|
+
var customStartupTemplate = crouton_Handlebars.compile('{{startup}}');
|
|
15231
|
+
customStartupTemplate(enrichedMeetingData);
|
|
15232
|
+
var customEnrichTemplate = crouton_Handlebars.compile('{{enrich this}}');
|
|
15233
|
+
customEnrichTemplate(enrichedMeetingData[0]);
|
|
15234
|
+
var mustDoMap = false;
|
|
15235
|
+
crouton_Handlebars.registerHelper('crouton_map', function(options) {
|
|
15236
|
+
mustDoMap = true;
|
|
15237
|
+
self.handlebarMapOptions = options.hash;
|
|
15238
|
+
if (!self.handlebarMapOptions.zoom) self.handlebarMapOptions.zoom = 14;
|
|
15239
|
+
self.handlebarMapOptions.lat = parseFloat(enrichedMeetingData[0].latitude);
|
|
15240
|
+
self.handlebarMapOptions.lng = parseFloat(enrichedMeetingData[0].longitude);
|
|
15241
|
+
return "<div id='bmlt-map' class='bmlt-map'></div>"
|
|
15242
|
+
});
|
|
15243
|
+
var parser = new DOMParser();
|
|
15244
|
+
|
|
15245
|
+
while (elements.length > 0) {
|
|
15246
|
+
var element = elements.item(0);
|
|
15247
|
+
if (!element.firstChild) {
|
|
15248
|
+
console.log('<bmlt-handlebar> tag must have at least one child');
|
|
15249
|
+
element.remove();
|
|
15250
|
+
continue;
|
|
15251
|
+
}
|
|
15252
|
+
var templateString = '';
|
|
15253
|
+
if (element.firstChild.nodeType === 1) {
|
|
15254
|
+
if (!element.firstChild.firstChild || element.firstChild.firstChild.nodeType !== 3) {
|
|
15255
|
+
console.log('<bmlt-handlebar> tag: cannot find textnode');
|
|
15256
|
+
element.remove();
|
|
15257
|
+
continue;
|
|
15258
|
+
}
|
|
15259
|
+
templateString = element.firstChild.firstChild.textContent;
|
|
15260
|
+
} else if (element.firstChild.nodeType === 3) {
|
|
15261
|
+
if (!element.firstChild.nodeType !== 3) {
|
|
15262
|
+
console.log('<bmlt-handlebar> tag: cannot find textnode');
|
|
15263
|
+
element.remove();
|
|
15264
|
+
continue;
|
|
15265
|
+
}
|
|
15266
|
+
templateString = element.firstChild.textContent;
|
|
15267
|
+
}
|
|
15268
|
+
var handlebarResult;
|
|
15269
|
+
try {
|
|
15270
|
+
var template = crouton_Handlebars.compile(templateString);
|
|
15271
|
+
handlebarResult = template(enrichedMeetingData[0]);
|
|
15272
|
+
} catch (e) {
|
|
15273
|
+
console.log(e);
|
|
15274
|
+
handlebarResult = e.message;
|
|
15275
|
+
}
|
|
15276
|
+
var htmlDecode = parser.parseFromString('<body>'+handlebarResult+'</body>', "text/html");
|
|
15277
|
+
if (!htmlDecode.body || !htmlDecode.body.firstChild) {
|
|
15278
|
+
console.log('<bmlt-handlebar> tag: could not parse the Handlebars result');
|
|
15279
|
+
element.replaceWith('<bmlt-handlebar> tag: could not parse the Handlebars result');
|
|
15280
|
+
continue;
|
|
15281
|
+
}
|
|
15282
|
+
var firstPart = htmlDecode.body.firstChild;
|
|
15283
|
+
var brothers = [];
|
|
15284
|
+
var thisPart = firstPart;
|
|
15285
|
+
var nextPart = null;
|
|
15286
|
+
while (nextPart = thisPart.nextSibling) {
|
|
15287
|
+
thisPart = nextPart;
|
|
15288
|
+
brothers.push(thisPart);
|
|
15289
|
+
}
|
|
15290
|
+
element.replaceWith(firstPart);
|
|
15291
|
+
if (brothers) firstPart.after(...brothers);
|
|
15292
|
+
}
|
|
15293
|
+
if (mustDoMap) {
|
|
15294
|
+
self.meetingData = enrichedMeetingData;
|
|
15295
|
+
self.loadGapi('crouton.initMap');
|
|
15296
|
+
}
|
|
15297
|
+
});
|
|
15298
|
+
});
|
|
15299
|
+
|
|
15300
|
+
};
|
|
15301
|
+
|
|
14972
15302
|
Crouton.prototype.render = function() {
|
|
14973
15303
|
var self = this;
|
|
14974
15304
|
self.lock(function() {
|
|
@@ -15028,11 +15358,17 @@ Crouton.prototype.render = function() {
|
|
|
15028
15358
|
}
|
|
15029
15359
|
self.uniqueData['formats'] = self.formatsData;
|
|
15030
15360
|
self.uniqueData['languages'] = [];
|
|
15361
|
+
self.uniqueData['common_needs'] = [];
|
|
15031
15362
|
|
|
15032
15363
|
for (var l = 0; l < self.formatsData.length; l++) {
|
|
15033
15364
|
var format = self.formatsData[l];
|
|
15034
15365
|
if (format['format_type_enum'] === "LANG") {
|
|
15035
|
-
self.
|
|
15366
|
+
if (self.config.native_lang !== format.key_string) {
|
|
15367
|
+
self.uniqueData['languages'].push(format);
|
|
15368
|
+
}
|
|
15369
|
+
}
|
|
15370
|
+
if (format['format_type_enum'] === "FC3") {
|
|
15371
|
+
self.uniqueData['common_needs'].push(format);
|
|
15036
15372
|
}
|
|
15037
15373
|
}
|
|
15038
15374
|
|
|
@@ -15061,6 +15397,7 @@ Crouton.prototype.render = function() {
|
|
|
15061
15397
|
var day_counter = 0;
|
|
15062
15398
|
var byDayData = [];
|
|
15063
15399
|
var buttonFiltersData = {};
|
|
15400
|
+
var buttonFormatFiltersData = {};
|
|
15064
15401
|
while (day_counter < 7) {
|
|
15065
15402
|
var day = self.config.day_sequence[day_counter];
|
|
15066
15403
|
var daysOfTheWeekMeetings = enrichedMeetingData.filterByObjectKeyValue('day_of_the_week', day);
|
|
@@ -15092,6 +15429,24 @@ Crouton.prototype.render = function() {
|
|
|
15092
15429
|
}
|
|
15093
15430
|
}
|
|
15094
15431
|
|
|
15432
|
+
for (var f = 0; f < self.config.button_format_filters.length; f++) {
|
|
15433
|
+
var groupByName = self.config.button_format_filters[f]['field'];
|
|
15434
|
+
var groupByData = getUniqueFormatsOfType(daysOfTheWeekMeetings, groupByName);
|
|
15435
|
+
if (groupByName=='LANG' && self.config.native_lang && self.config.native_lang.length > 0) {
|
|
15436
|
+
groupByData = groupByData.filter((f) => f.key != self.config.native_lang);
|
|
15437
|
+
}
|
|
15438
|
+
for (var i = 0; i < groupByData.length; i++) {
|
|
15439
|
+
var groupByMeetings = daysOfTheWeekMeetings.filter((item) => item.formats_expanded.map(f => f.key).indexOf(groupByData[i].key) >= 0);
|
|
15440
|
+
if (buttonFormatFiltersData.hasOwnProperty(groupByName) && buttonFormatFiltersData[groupByName].hasOwnProperty(groupByData[i].description)) {
|
|
15441
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = buttonFormatFiltersData[groupByName][groupByData[i].description].concat(groupByMeetings);
|
|
15442
|
+
} else if (buttonFormatFiltersData.hasOwnProperty(groupByName)) {
|
|
15443
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = groupByMeetings;
|
|
15444
|
+
} else {
|
|
15445
|
+
buttonFormatFiltersData[groupByName] = {};
|
|
15446
|
+
buttonFormatFiltersData[groupByName][groupByData[i].description] = groupByMeetings;
|
|
15447
|
+
}
|
|
15448
|
+
}
|
|
15449
|
+
}
|
|
15095
15450
|
day_counter++;
|
|
15096
15451
|
}
|
|
15097
15452
|
|
|
@@ -15116,7 +15471,9 @@ Crouton.prototype.render = function() {
|
|
|
15116
15471
|
"meetings": {
|
|
15117
15472
|
"weekdays": weekdaysData,
|
|
15118
15473
|
"buttonFilters": buttonFiltersDataSorted,
|
|
15119
|
-
"
|
|
15474
|
+
"buttonFormatFilters": buttonFormatFiltersData,
|
|
15475
|
+
"bydays": byDayData,
|
|
15476
|
+
"meetingCount": self.meetingData.length
|
|
15120
15477
|
},
|
|
15121
15478
|
"uniqueData": self.uniqueData
|
|
15122
15479
|
}, function () {
|
|
@@ -15312,17 +15669,7 @@ Crouton.prototype.renderMap = function() {
|
|
|
15312
15669
|
}
|
|
15313
15670
|
})
|
|
15314
15671
|
};
|
|
15315
|
-
|
|
15316
|
-
Crouton.prototype.initMap = function(callback) {
|
|
15317
|
-
var self = this;
|
|
15318
|
-
if (self.map == null) {
|
|
15319
|
-
jQuery("#bmlt-tabs").before("<div id='bmlt-map' class='bmlt-map'></div>");
|
|
15320
|
-
self.map = new google.maps.Map(document.getElementById('bmlt-map'), {
|
|
15321
|
-
zoom: 3,
|
|
15322
|
-
});
|
|
15323
|
-
}
|
|
15324
|
-
|
|
15325
|
-
jQuery("#bmlt-map").removeClass("hide");
|
|
15672
|
+
calculateBounds = function() {
|
|
15326
15673
|
var bounds = new google.maps.LatLngBounds();
|
|
15327
15674
|
// We go through all the results, and get the "spread" from them.
|
|
15328
15675
|
for (var c = 0; c < self.meetingData.length; c++) {
|
|
@@ -15334,6 +15681,22 @@ Crouton.prototype.initMap = function(callback) {
|
|
|
15334
15681
|
// We now have the full rectangle of our meeting search results. Scale the map to fit them.
|
|
15335
15682
|
self.map.fitBounds(bounds);
|
|
15336
15683
|
|
|
15684
|
+
}
|
|
15685
|
+
Crouton.prototype.initMap = function(callback) {
|
|
15686
|
+
var self = this;
|
|
15687
|
+
if (self.map == null) {
|
|
15688
|
+
jQuery("#bmlt-tabs").before("<div id='bmlt-map' class='bmlt-map'></div>");
|
|
15689
|
+
var mapOpt = { zoom: 3 };
|
|
15690
|
+
if (self.handlebarMapOptions) mapOpt = {
|
|
15691
|
+
center: new google.maps.LatLng(self.handlebarMapOptions.lat, self.handlebarMapOptions.lng),
|
|
15692
|
+
zoom: self.handlebarMapOptions.zoom,
|
|
15693
|
+
mapTypeId:google.maps.MapTypeId.ROADMAP
|
|
15694
|
+
};
|
|
15695
|
+
self.map = new google.maps.Map(document.getElementById('bmlt-map'), mapOpt );
|
|
15696
|
+
}
|
|
15697
|
+
|
|
15698
|
+
jQuery("#bmlt-map").removeClass("hide");
|
|
15699
|
+
if (!self.handlebarMapOptions) self.calculateBounds();
|
|
15337
15700
|
var infoWindow = new google.maps.InfoWindow();
|
|
15338
15701
|
|
|
15339
15702
|
// Create OverlappingMarkerSpiderfier instance
|
|
@@ -15507,7 +15870,10 @@ crouton_Handlebars.registerHelper('getDayOfTheWeek', function(day_id) {
|
|
|
15507
15870
|
});
|
|
15508
15871
|
|
|
15509
15872
|
crouton_Handlebars.registerHelper('getWord', function(word) {
|
|
15510
|
-
|
|
15873
|
+
var translation = hbs_Crouton.localization.getWord(word);
|
|
15874
|
+
if (translation) return translation;
|
|
15875
|
+
// if none found, return the untranslated - better than nothing.
|
|
15876
|
+
return word;
|
|
15511
15877
|
});
|
|
15512
15878
|
|
|
15513
15879
|
crouton_Handlebars.registerHelper('formatDataPointer', function(str) {
|
|
@@ -15708,7 +16074,17 @@ function getValuesFromObject(o) {
|
|
|
15708
16074
|
|
|
15709
16075
|
return arr;
|
|
15710
16076
|
}
|
|
15711
|
-
|
|
16077
|
+
function getUniqueFormatsOfType(array, type){
|
|
16078
|
+
var x = array.reduce(function(carry, val){
|
|
16079
|
+
if (!(val.formats_expanded)) return carry;
|
|
16080
|
+
var fmts = val.formats_expanded.filter((item) => item.type===type);
|
|
16081
|
+
if (fmts) {
|
|
16082
|
+
carry = carry.concat(fmts.filter((item) => carry.map(f => f.key).indexOf(item.key) < 0));
|
|
16083
|
+
}
|
|
16084
|
+
return carry;
|
|
16085
|
+
},[]);
|
|
16086
|
+
return x;
|
|
16087
|
+
}
|
|
15712
16088
|
Crouton.prototype.getAdjustedDateTime = function(meeting_day, meeting_time, meeting_time_zone) {
|
|
15713
16089
|
var timeZoneAware = this.config['auto_tz_adjust'] === true || this.config['auto_tz_adjust'] === "true";
|
|
15714
16090
|
var meeting_date_time_obj;
|