@bmlt-enabled/croutonjs 3.18.0 → 3.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/crouton-core.js +52 -67
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +63 -74
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +11 -7
- package/crouton-map.min.js +1 -1
- package/crouton-nocore.js +3 -3
- package/crouton-nocore.min.js +1 -1
- package/crouton.css +8 -1
- package/crouton.js +63 -74
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +63 -74
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-nocore.js
CHANGED
|
@@ -13311,7 +13311,7 @@ function CroutonLocalization(language) {
|
|
|
13311
13311
|
"no_meetings_for_this_day": "Keine Meetings an diesem Tag.",
|
|
13312
13312
|
'css-textalign': '',
|
|
13313
13313
|
'css-floatdirection': '',
|
|
13314
|
-
'all': '
|
|
13314
|
+
'all': 'Alle',
|
|
13315
13315
|
'menu': 'Menu',
|
|
13316
13316
|
'search for meetings': 'Search for meetings',
|
|
13317
13317
|
'show meetings near...': 'Meetings in andere Städten',
|
|
@@ -14496,7 +14496,7 @@ this["hbs_Crouton"]["templates"]["mapSearch"] = Handlebars.template({"compiler":
|
|
|
14496
14496
|
return undefined
|
|
14497
14497
|
};
|
|
14498
14498
|
|
|
14499
|
-
return "<button id=\"map-search-button\" class=\"menu-button\" title=\"Erweiterte Suche\"
|
|
14499
|
+
return "<button id=\"map-search-button\" class=\"menu-button\" title=\"Erweiterte Suche\">\n <span class=\"menu-button-label\" style=\"position:initial;\">"
|
|
14500
14500
|
+ 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}}}))
|
|
14501
14501
|
+ "</span>\n</button>\n<div id=\"bmltsearch_modal\" class=\"modal\" style=\"display: none;\">\n <div id=\"bmltsearch_content\" class=\"modal-content\">\n <span class=\"modal-title\">"
|
|
14502
14502
|
+ alias3((lookupProperty(helpers,"getWord")||(depth0 && lookupProperty(depth0,"getWord"))||alias2).call(alias1,"Search for meetings",{"name":"getWord","hash":{},"data":data,"loc":{"start":{"line":6,"column":28},"end":{"line":6,"column":61}}}))
|
|
@@ -14796,7 +14796,7 @@ var croutonDefaultTemplates = {
|
|
|
14796
14796
|
|
|
14797
14797
|
meeting_count_template: [
|
|
14798
14798
|
"{{#if this.config.has_meeting_count}}",
|
|
14799
|
-
"<span class='bmlt_tabs_meeting_count'>{{getWord 'meeting_count'}} <span id='bmlt_tabs_meeting_count'>{{this.meetings.meetingCount}}</span></span>",
|
|
14799
|
+
"<span class='bmlt_tabs_meeting_count'>{{getWord 'meeting_count'}} <span id='bmlt_tabs_meeting_count-live'>{{this.meetings.meetingCount}}</span></span>",
|
|
14800
14800
|
"{{/if}}"
|
|
14801
14801
|
].join('\n'),
|
|
14802
14802
|
|