@bmlt-enabled/croutonjs 3.18.8 → 3.18.10

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 CHANGED
@@ -13220,6 +13220,59 @@ var words;
13220
13220
  function CroutonLocalization(language) {
13221
13221
  this.language = language;
13222
13222
  this.words = {
13223
+ "ar": {
13224
+ "days_of_the_week" : ["", "الأحد", "الاثنين", "الثلاثاء", "الأربعاء ", "الخميس", "الجمعة", "السبت"],
13225
+ "weekday" : "يوم عمل",
13226
+ "city" : "مدينة",
13227
+ "cities" : "المدن",
13228
+ "groups" : "مجموعات",
13229
+ "areas" : "المناطق",
13230
+ "regions": "المناطق",
13231
+ "locations" : "المواقع",
13232
+ "counties" : "المقاطعات",
13233
+ "states" : "المقاطعات",
13234
+ "postal_codes" : "الرموز البريدية",
13235
+ "formats" : "الأشكال",
13236
+ "map" : "خريطة",
13237
+ "neighborhood": "الحي",
13238
+ "near_me": "بالقرب مني",
13239
+ "text_search": "البحث عن النص",
13240
+ "click_search": "انقر فوق البحث",
13241
+ "pan_and_zoom": "عموم + التكبير",
13242
+ "languages": "اللغات",
13243
+ "common_needs": "الاحتياجات المشتركة",
13244
+ "meeting_count": "الاجتماعات الأسبوعية:",
13245
+ "venue_types": "أنواع المكان",
13246
+ "venue_type_choices": {
13247
+ IN_PERSON: "شخصيا",
13248
+ VIRTUAL: "افتراضي",
13249
+ },
13250
+ "service_body_types": {
13251
+ AS: "لجنة خدمات المنطق",
13252
+ RS: "لجنة خدمات الإقلي.م",
13253
+ ZF: "منتدى المنطقة" ,
13254
+ MA: "لجنة خدمات العاصمة",
13255
+ LS: "خدمة المنتديات المحلية",
13256
+ GS: "Group Support Forum",
13257
+ },
13258
+ 'css-textalign': 'style="text-align:right;"',
13259
+ 'css-floatdirection': 'style="float:right;"',
13260
+ "share": "مشاركة",
13261
+ 'tabular': "جدول",
13262
+ 'google_directions': 'اتجاهات جوجل للاجتماع',
13263
+ "no_meetings_for_this_day": "لا توجد اجتماعات لهذا اليوم.",
13264
+ 'all': 'الجميع',
13265
+ 'menu': 'القائمة',
13266
+ 'search for meetings':'البحث عن الاجتماعات',
13267
+ 'show meetings near...': 'أظهر الاجتماعات بالقرب من...',
13268
+ 'filter meetings':'سرد الاجتماعات',
13269
+ 'visible meeting list': 'قائمة الاجتماعات المرئية',
13270
+ 'enter a city or zip code': 'أدخل المدينة أو الرمز البريدي',
13271
+ 'toggle fullscreen mode': 'تبديل وضع ملء الشاشة',
13272
+ 'close': "قريب",
13273
+ 'meeting page': "صفحة الاجتماع",
13274
+ 'meeting details': "تفاصيل الاجتماع"
13275
+ },
13223
13276
  "da-DK": {
13224
13277
  "days_of_the_week": ["", "Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"],
13225
13278
  "weekday": 'Ugedag',
@@ -14851,7 +14904,7 @@ var croutonDefaultTemplates = {
14851
14904
  <div class="location-text">{{{this.location_text}}}</div>
14852
14905
  <div class="meeting-address">{{this.formatted_address}}</div>
14853
14906
  <div class="location-information">{{{this.formatted_location_info}}}</div>
14854
- <a href="https://www.google.com/maps/dir/?api=1&destination={{this.latitude}}%2C{{this.longitude}}" class="bootstrap-bmlt" ><div class="btn btn-primary bmlt-xs get-directions"><span class="glyphicon glyphicon-road"></span> {{getWord "google_directions"}}</div></a>
14907
+ <a target="_blank" href="https://www.google.com/maps/dir/?api=1&destination={{this.latitude}}%2C{{this.longitude}}" class="bootstrap-bmlt" ><div class="btn btn-primary bmlt-xs get-directions"><span class="glyphicon glyphicon-road"></span> {{getWord "google_directions"}}</div></a>
14855
14908
  <br/>
14856
14909
  {{/isInPersonOrHybrid}}
14857
14910
  {{#isVirtualOrHybrid this}}
@@ -17452,7 +17505,7 @@ crouton_Handlebars.registerHelper('meetsHybrid', function(data, options) {
17452
17505
  });
17453
17506
 
17454
17507
  crouton_Handlebars.registerHelper('qrCode', function(link, options) {
17455
- return new crouton_Handlebars.SafeString("<img alt='qrcode' src='https://chart.googleapis.com/chart?chs=100x100&cht=qr&chl=" + link + "&choe=UTF-8&chld=L|0'>");
17508
+ return new crouton_Handlebars.SafeString("<img alt='qrcode' src='https://quickchart.io/qr?size=100&text=" + encodeURIComponent(link) + "'>");
17456
17509
  });
17457
17510
 
17458
17511
  crouton_Handlebars.registerHelper('formatDataFromArray', function(arr) {