Commit 770df2c1 authored by Jacob Rockowitz's avatar Jacob Rockowitz Committed by Jacob Rockowitz
Browse files

Issue #3327225 by jrockowitz: Update webform libaries

parent 8840d39e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -290,13 +290,13 @@
            "type": "package",
            "package": {
                "name": "jquery/intl-tel-input",
                "version": "17.0.16",
                "version": "17.0.19",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "jquery.intl-tel-input"
                },
                "dist": {
                    "url": "https://github.com/jackocnr/intl-tel-input/archive/refs/tags/v17.0.16.zip",
                    "url": "https://github.com/jackocnr/intl-tel-input/archive/refs/tags/v17.0.19.zip",
                    "type": "zip"
                },
                "license": "MIT"
@@ -354,13 +354,13 @@
            "type": "package",
            "package": {
                "name": "jquery/timepicker",
                "version": "1.13.18",
                "version": "1.14.0",
                "type": "drupal-library",
                "extra": {
                    "installer-name": "jquery.timepicker"
                },
                "dist": {
                    "url": "https://github.com/jonthornton/jquery-timepicker/archive/refs/tags/1.13.18.zip",
                    "url": "https://github.com/jonthornton/jquery-timepicker/archive/refs/tags/1.14.0.zip",
                    "type": "zip"
                },
                "license": "MIT"
+4 −4
Original line number Diff line number Diff line
@@ -419,8 +419,8 @@ class WebformLibrariesManager implements WebformLibrariesManagerInterface {
      'description' => $this->t("A jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods."),
      'notes' => $this->t('International Telephone Input is used by the Telephone element.'),
      'homepage_url' => Url::fromUri('https://github.com/jackocnr/intl-tel-input'),
      'download_url' => Url::fromUri('https://github.com/jackocnr/intl-tel-input/archive/refs/tags/v17.0.16.zip'),
      'version' => '17.0.16',
      'download_url' => Url::fromUri('https://github.com/jackocnr/intl-tel-input/archive/refs/tags/v17.0.19.zip'),
      'version' => '17.0.19',
      'license' => 'MIT',
    ];
    $libraries['jquery.rateit'] = [
@@ -447,8 +447,8 @@ class WebformLibrariesManager implements WebformLibrariesManagerInterface {
      'description' => $this->t('A lightweight, customizable javascript timepicker plugin for jQuery, inspired by Google Calendar.'),
      'notes' => $this->t('Timepicker is used to provide a polyfill for HTML 5 time elements.'),
      'homepage_url' => Url::fromUri('https://github.com/jonthornton/jquery-timepicker'),
      'download_url' => Url::fromUri('https://github.com/jonthornton/jquery-timepicker/archive/refs/tags/1.13.18.zip'),
      'version' => '1.13.18',
      'download_url' => Url::fromUri('https://github.com/jonthornton/jquery-timepicker/archive/refs/tags/1.14.0.zip'),
      'version' => '1.14.0',
      'license' => 'MIT',
    ];
    $libraries['progress-tracker'] = [
+4 −4
Original line number Diff line number Diff line
@@ -1169,14 +1169,14 @@ libraries.jquery.inputmask:

libraries.jquery.intl-tel-input:
  remote: https://github.com/jackocnr/intl-tel-input
  version: 'v17.0.16'
  version: 'v17.0.19'
  license:
    name: MIT
    url: https://github.com/jackocnr/intl-tel-input/blob/master/LICENSE
    gpl-compatible: true
  directory: jquery.intl-tel-input
  cdn:
    /libraries/jquery.intl-tel-input/: https://cdn.jsdelivr.net/gh/jackocnr/intl-tel-input@v17.0.16/
    /libraries/jquery.intl-tel-input/: https://cdn.jsdelivr.net/gh/jackocnr/intl-tel-input@v17.0.19/
  css:
    component:
      /libraries/jquery.intl-tel-input/build/css/intlTelInput.min.css: { minified: true }
@@ -1258,14 +1258,14 @@ libraries.jquery.textcounter:

libraries.jquery.timepicker:
  remote: https://github.com/jonthornton/jquery-timepicker
  version: '1.13.18'
  version: '1.14.0'
  license:
    name: MIT
    url: http://opensource.org/licenses/mit-license.php
    gpl-compatible: true
  directory: jquery.timepicker
  cdn:
    /libraries/jquery.timepicker/: https://cdn.jsdelivr.net/gh/jonthornton/jquery-timepicker@1.13.18/
    /libraries/jquery.timepicker/: https://cdn.jsdelivr.net/gh/jonthornton/jquery-timepicker@1.14.0/
  css:
    component:
      /libraries/jquery.timepicker/jquery.timepicker.min.css: { minified: true }