@bmlt-enabled/croutonjs 3.20.12 → 3.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.css +3 -0
- package/crouton-core.js +101 -85
- package/crouton-core.min.css +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +188 -98
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +85 -13
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +62 -39
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +23 -1
- package/crouton.js +186 -98
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +186 -98
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-nocore.js
CHANGED
|
@@ -13291,9 +13291,9 @@ function CroutonLocalization(language) {
|
|
|
13291
13291
|
"formats": "Struktur",
|
|
13292
13292
|
"map": "Kort",
|
|
13293
13293
|
"neighborhood": "Neighborhood",
|
|
13294
|
-
"near_me": "
|
|
13295
|
-
"text_search": "
|
|
13296
|
-
"click_search": "
|
|
13294
|
+
"near_me": "Find nearby meetings",
|
|
13295
|
+
"text_search": "Find meetings there",
|
|
13296
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13297
13297
|
"pan_and_zoom": "Pan + Zoom",
|
|
13298
13298
|
"languages": "Languages",
|
|
13299
13299
|
"common_needs": "Common Needs",
|
|
@@ -13387,7 +13387,7 @@ function CroutonLocalization(language) {
|
|
|
13387
13387
|
'filter by visibility': "Zeige nur Meetings, die gerade auf dem Karte stehen",
|
|
13388
13388
|
'go': "Los!"
|
|
13389
13389
|
},
|
|
13390
|
-
|
|
13390
|
+
"en-AU": {
|
|
13391
13391
|
"days_of_the_week" : ["", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
13392
13392
|
"weekday" : "Weekday",
|
|
13393
13393
|
"city" : "City",
|
|
@@ -13401,10 +13401,10 @@ function CroutonLocalization(language) {
|
|
|
13401
13401
|
"postal_codes" : "Postcodes",
|
|
13402
13402
|
"formats" : "Formats",
|
|
13403
13403
|
"map" : "Map",
|
|
13404
|
-
"neighborhood": "
|
|
13405
|
-
"near_me": "
|
|
13406
|
-
"text_search": "
|
|
13407
|
-
"click_search": "
|
|
13404
|
+
"neighborhood": "Neighbourhood",
|
|
13405
|
+
"near_me": "Find nearby meetings",
|
|
13406
|
+
"text_search": "Find meetings there",
|
|
13407
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13408
13408
|
"languages": "Languages",
|
|
13409
13409
|
"common_needs": "Common Needs",
|
|
13410
13410
|
"meeting_count": "Weekly Meetings:",
|
|
@@ -13434,7 +13434,7 @@ function CroutonLocalization(language) {
|
|
|
13434
13434
|
'show meetings near...': 'Show meetings near...',
|
|
13435
13435
|
'filter meetings': 'Filter meetings',
|
|
13436
13436
|
'visible meeting list': 'Visible meetings as list',
|
|
13437
|
-
'enter a city or zip code': 'Enter a city
|
|
13437
|
+
'enter a city or zip code': 'Enter a city and state',
|
|
13438
13438
|
'toggle fullscreen mode': 'Toggle fullscreen mode',
|
|
13439
13439
|
'close': "Close",
|
|
13440
13440
|
'meeting page': "Meeting Page",
|
|
@@ -13459,9 +13459,9 @@ function CroutonLocalization(language) {
|
|
|
13459
13459
|
"formats" : "Formats",
|
|
13460
13460
|
"map" : "Map",
|
|
13461
13461
|
"neighborhood": "Neighborhood",
|
|
13462
|
-
"near_me": "
|
|
13463
|
-
"text_search": "
|
|
13464
|
-
"click_search": "
|
|
13462
|
+
"near_me": "Find nearby meetings",
|
|
13463
|
+
"text_search": "Find meetings there",
|
|
13464
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13465
13465
|
"pan_and_zoom": "Pan + Zoom",
|
|
13466
13466
|
"languages": "Languages",
|
|
13467
13467
|
"common_needs": "Common Needs",
|
|
@@ -13517,9 +13517,9 @@ function CroutonLocalization(language) {
|
|
|
13517
13517
|
"formats" : "Formats",
|
|
13518
13518
|
"map" : "Map",
|
|
13519
13519
|
"neighborhood": "Neighborhood",
|
|
13520
|
-
"near_me": "
|
|
13521
|
-
"text_search": "
|
|
13522
|
-
"click_search": "
|
|
13520
|
+
"near_me": "Find nearby meetings",
|
|
13521
|
+
"text_search": "Find meetings there",
|
|
13522
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13523
13523
|
"pan_and_zoom": "Pan + Zoom",
|
|
13524
13524
|
"languages": "Languages",
|
|
13525
13525
|
"common_needs": "Common Needs",
|
|
@@ -13575,9 +13575,9 @@ function CroutonLocalization(language) {
|
|
|
13575
13575
|
"formats" : "Formats",
|
|
13576
13576
|
"map" : "Map",
|
|
13577
13577
|
"neighborhood": "Neighborhood",
|
|
13578
|
-
"near_me": "
|
|
13579
|
-
"text_search": "
|
|
13580
|
-
"click_search": "
|
|
13578
|
+
"near_me": "Find nearby meetings",
|
|
13579
|
+
"text_search": "Find meetings there",
|
|
13580
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13581
13581
|
"pan_and_zoom": "Pan + Zoom",
|
|
13582
13582
|
"languages": "Languages",
|
|
13583
13583
|
"common_needs": "Common Needs",
|
|
@@ -13633,9 +13633,9 @@ function CroutonLocalization(language) {
|
|
|
13633
13633
|
"formats" : "Formats",
|
|
13634
13634
|
"map" : "Map",
|
|
13635
13635
|
"neighborhood": "Neighborhood",
|
|
13636
|
-
"near_me": "
|
|
13637
|
-
"text_search": "
|
|
13638
|
-
"click_search": "
|
|
13636
|
+
"near_me": "Find nearby meetings",
|
|
13637
|
+
"text_search": "Find meetings there",
|
|
13638
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13639
13639
|
"pan_and_zoom": "Pan + Zoom",
|
|
13640
13640
|
"languages": "Languages",
|
|
13641
13641
|
"common_needs": "Common Needs",
|
|
@@ -13749,9 +13749,9 @@ function CroutonLocalization(language) {
|
|
|
13749
13749
|
"formats" : "فورمت ها",
|
|
13750
13750
|
"map" : "نقشه",
|
|
13751
13751
|
"neighborhood": "Neighborhood",
|
|
13752
|
-
"near_me": "
|
|
13753
|
-
"text_search": "
|
|
13754
|
-
"click_search": "
|
|
13752
|
+
"near_me": "Find nearby meetings",
|
|
13753
|
+
"text_search": "Find meetings there",
|
|
13754
|
+
"click_search": "Find meetings near to a point on the map",
|
|
13755
13755
|
"pan_and_zoom": "Pan + Zoom",
|
|
13756
13756
|
"languages": "Languages",
|
|
13757
13757
|
"common_needs": "Common Needs",
|
|
@@ -14667,8 +14667,19 @@ this["hbs_Crouton"]["templates"]["mapMenu"] = Handlebars.template({"1":function(
|
|
|
14667
14667
|
+ alias1((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias3).call(alias2,"go",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":49,"column":59},"end":{"line":49,"column":75}}}))
|
|
14668
14668
|
+ "</button>\n </div>\n </div>\n</div>\n\n";
|
|
14669
14669
|
},"usePartial":true,"useData":true,"useDepths":true});
|
|
14670
|
-
this["hbs_Crouton"]["templates"]["mapSearch"] = Handlebars.template({"
|
|
14671
|
-
var
|
|
14670
|
+
this["hbs_Crouton"]["templates"]["mapSearch"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14671
|
+
var lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14672
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14673
|
+
return parent[propertyName];
|
|
14674
|
+
}
|
|
14675
|
+
return undefined
|
|
14676
|
+
};
|
|
14677
|
+
|
|
14678
|
+
return " <div class=\"modal-search\">\n <button id=\"bmltsearch-clicksearch\" class=\"filter-button\">"
|
|
14679
|
+
+ container.escapeExpression((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"click_search",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":19,"column":86},"end":{"line":20,"column":48}}}))
|
|
14680
|
+
+ "</button>\n </div>\n";
|
|
14681
|
+
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
14682
|
+
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
14672
14683
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
14673
14684
|
return parent[propertyName];
|
|
14674
14685
|
}
|
|
@@ -14679,17 +14690,27 @@ this["hbs_Crouton"]["templates"]["mapSearch"] = Handlebars.template({"compiler":
|
|
|
14679
14690
|
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Open Search Dialog",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":1,"column":58},"end":{"line":1,"column":90}}}))
|
|
14680
14691
|
+ "\">\n <span class=\"menu-button-label\" style=\"position:initial;\">"
|
|
14681
14692
|
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Search for meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":2,"column":62},"end":{"line":2,"column":95}}}))
|
|
14682
|
-
+ "</span>\n</button>\n<div id=\"bmltsearch_modal\" class=\"modal\" style=\"display: none;\">\n
|
|
14683
|
-
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Search for meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14684
|
-
+ "</
|
|
14685
|
-
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Enter a city or zip code",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14686
|
-
+ "\" style=\"margin-bottom:5px;\">\n
|
|
14687
|
-
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"text_search",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14688
|
-
+ "</button>\n
|
|
14689
|
-
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"near_me",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":
|
|
14690
|
-
+ "</button>\n
|
|
14691
|
-
+
|
|
14692
|
-
+ "
|
|
14693
|
+
+ "</span>\n</button>\n<div id=\"bmltsearch_modal\" class=\"modal\" style=\"display: none;\">\n <div id=\"bmltsearch_content\" class=\"modal-content\">\n <span id=\"close_search\" class=\"modal-close\">x</span>\n <div id=\"modal-search-page\">\n <div class=\"modal-title\">"
|
|
14694
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Search for meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":8,"column":37},"end":{"line":8,"column":70}}}))
|
|
14695
|
+
+ "</div>\n <div id=\"modal-search-box\" class=\"modal-search\">\n <input id=\"bmltsearch-goto-text\" type=\"text\"\n placeholder=\""
|
|
14696
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Enter a city or zip code",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":11,"column":45},"end":{"line":11,"column":83}}}))
|
|
14697
|
+
+ "\" style=\"margin-bottom:5px;\">\n <button id=\"bmltsearch-text-button\" class=\"filter-button\">"
|
|
14698
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"text_search",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":12,"column":86},"end":{"line":12,"column":111}}}))
|
|
14699
|
+
+ "</button>\n </div>\n <div class=\"modal-search\">\n <button id=\"bmltsearch-nearbyMeetings\" class=\"filter-button\">"
|
|
14700
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"near_me",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":15,"column":89},"end":{"line":15,"column":110}}}))
|
|
14701
|
+
+ "</button>\n </div>\n"
|
|
14702
|
+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"hasClickSearch") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":17,"column":16},"end":{"line":22,"column":23}}})) != null ? stack1 : "")
|
|
14703
|
+
+ " <button id=\"show-search-parameters\" class=\"advanced-search-button\">"
|
|
14704
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Adjust Search",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":23,"column":79},"end":{"line":23,"column":106}}}))
|
|
14705
|
+
+ "</button>\n </div>\n <div id=\"modal-seach-parameters\">\n <div class=\"modal-title\">"
|
|
14706
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Configure Search",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":26,"column":37},"end":{"line":26,"column":67}}}))
|
|
14707
|
+
+ "</div>\n <input type=\"number\" id=\"search_parameter\" name=\"search_parameter\" maxlength=\"3\" size=\"3\">\n <p>"
|
|
14708
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"This number represents:",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":28,"column":15},"end":{"line":28,"column":52}}}))
|
|
14709
|
+
+ "</p>\n <input type=\"radio\" id=\"search_radius\" name=\"map_search_type\" value=\"radius\">\n <label id=\"search_radius_label\" for=\"search_radius\"></label><br>\n <input type=\"radio\" id=\"search_count\" name=\"map_search_type\" value=\"count\">\n <label for=\"search_count\">"
|
|
14710
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Approx. number of meetings in result",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":32,"column":38},"end":{"line":32,"column":88}}}))
|
|
14711
|
+
+ "</label><br>\n <button id=\"show-search-page\" class=\"advanced-search-button\">"
|
|
14712
|
+
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Back",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":33,"column":73},"end":{"line":33,"column":91}}}))
|
|
14713
|
+
+ "</button>\n </div>\n </div>\n</div>";
|
|
14693
14714
|
},"useData":true});
|
|
14694
14715
|
this["hbs_Crouton"]["templates"]["meetings"] = Handlebars.template({"1":function(container,depth0,helpers,partials,data) {
|
|
14695
14716
|
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3=container.escapeExpression, alias4=container.lambda, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
@@ -14953,6 +14974,9 @@ var croutonDefaultTemplates = {
|
|
|
14953
14974
|
"<div class='location-information'>{{this.formatted_location_info}}</div>",
|
|
14954
14975
|
"{{#if this.virtual_meeting_additional_info}}",
|
|
14955
14976
|
" <div class='meeting-additional-info'>{{this.virtual_meeting_additional_info}}</div>",
|
|
14977
|
+
"{{/if}}",
|
|
14978
|
+
"{{#if this.distance}}",
|
|
14979
|
+
" <div class='meeting-distance'>{{getWord 'Distance'}}: {{this.distance}}</div>",
|
|
14956
14980
|
"{{/if}}"
|
|
14957
14981
|
].join('\n'),
|
|
14958
14982
|
|
|
@@ -14984,7 +15008,6 @@ var croutonDefaultTemplates = {
|
|
|
14984
15008
|
" {{getWord 'meeting details'}}",
|
|
14985
15009
|
" </a>",
|
|
14986
15010
|
" </div>",
|
|
14987
|
-
" <div class='geo hide'>{{this.latitude}},{{this.longitude}}</div>",
|
|
14988
15011
|
" {{/unless}}",
|
|
14989
15012
|
"{{/isNotTemporarilyClosed}}"
|
|
14990
15013
|
].join('\n'),
|
|
@@ -15091,7 +15114,7 @@ var croutonDefaultTemplates = {
|
|
|
15091
15114
|
This meeting is in <a href="{{serviceBodyUrl}}">{{serviceBodyName}}</a><br/>
|
|
15092
15115
|
{{> offerIcsButton}}
|
|
15093
15116
|
</td>`,
|
|
15094
|
-
marker_contents_template:
|
|
15117
|
+
marker_contents_template:
|
|
15095
15118
|
`<h4>{{meeting_name}}</h4>
|
|
15096
15119
|
<div class="active">
|
|
15097
15120
|
<div class="marker_div_location_text">{{{this.location_text}}}</div>
|