From 1bf604b3912e69260697bece1e29750d72849e52 Mon Sep 17 00:00:00 2001 From: wenzhixin Date: Thu, 23 Nov 2023 07:05:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20wenzhixi?= =?UTF-8?q?n/multiple-select@cd6c057769970efccda2c4ba4f46d19bdc83dfe9=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/browser.html | 8 ++-- docs/en/browser/index.html | 8 ++-- docs/en/download.html | 4 +- docs/en/download/index.html | 4 +- docs/en/events.html | 7 +++- docs/en/events/index.html | 7 +++- docs/en/introduction.html | 4 +- docs/en/introduction/index.html | 4 +- docs/en/usage.html | 4 +- docs/en/usage/index.html | 4 +- en/index.html | 42 +++---------------- examples.html | 4 +- examples/index.html | 4 +- index.html | 42 +++---------------- js/examples.js | 4 +- js/template.js | 2 +- templates/locale.html | 2 +- templates/template.html | 4 +- templates/themes.html | 2 +- templates/vue-component.html | 2 +- vue-examples.html | 2 +- vue-examples/index.html | 2 +- vue-examples/js/app.9545a7be.js | 2 + vue-examples/js/app.9545a7be.js.map | 1 + vue-examples/js/app.c217ea8d.js | 2 - vue-examples/js/app.c217ea8d.js.map | 1 - vue-examples/js/chunk-vendors.aa9a6485.js | 18 -------- vue-examples/js/chunk-vendors.aa9a6485.js.map | 1 - vue-examples/js/chunk-vendors.d2487210.js | 18 ++++++++ vue-examples/js/chunk-vendors.d2487210.js.map | 1 + 30 files changed, 80 insertions(+), 130 deletions(-) create mode 100644 vue-examples/js/app.9545a7be.js create mode 100644 vue-examples/js/app.9545a7be.js.map delete mode 100644 vue-examples/js/app.c217ea8d.js delete mode 100644 vue-examples/js/app.c217ea8d.js.map delete mode 100644 vue-examples/js/chunk-vendors.aa9a6485.js delete mode 100644 vue-examples/js/chunk-vendors.aa9a6485.js.map create mode 100644 vue-examples/js/chunk-vendors.d2487210.js create mode 100644 vue-examples/js/chunk-vendors.d2487210.js.map diff --git a/docs/en/browser.html b/docs/en/browser.html index db445aa9..60795458 100644 --- a/docs/en/browser.html +++ b/docs/en/browser.html @@ -57,7 +57,7 @@

Browser

VueJS JavaScript

In addition to the files that Usage mentions, you also need to include our vue component file.

-
<script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select-vue.min.js"></script>
+
<script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select-vue.min.js"></script>
 

Usage

<div id="select">
@@ -97,7 +97,7 @@ 

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Hello, Multiple Select!</title> - <link rel="stylesheet" href="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.css"> + <link rel="stylesheet" href="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.css"> </head> <body> <div id="select"> @@ -133,8 +133,8 @@

</div> <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> - <script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.js"></script> - <script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select-vue.min.js"></script> + <script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.js"></script> + <script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select-vue.min.js"></script> <script> new Vue({ el: '#select', diff --git a/docs/en/browser/index.html b/docs/en/browser/index.html index db445aa9..60795458 100644 --- a/docs/en/browser/index.html +++ b/docs/en/browser/index.html @@ -57,7 +57,7 @@

Browser

VueJS JavaScript

In addition to the files that Usage mentions, you also need to include our vue component file.

-
<script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select-vue.min.js"></script>
+
<script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select-vue.min.js"></script>
 

Usage

<div id="select">
@@ -97,7 +97,7 @@ 

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Hello, Multiple Select!</title> - <link rel="stylesheet" href="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.css"> + <link rel="stylesheet" href="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.css"> </head> <body> <div id="select"> @@ -133,8 +133,8 @@

</div> <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> - <script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.js"></script> - <script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select-vue.min.js"></script> + <script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.js"></script> + <script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select-vue.min.js"></script> <script> new Vue({ el: '#select', diff --git a/docs/en/download.html b/docs/en/download.html index 238a0eba..ddc3104c 100644 --- a/docs/en/download.html +++ b/docs/en/download.html @@ -64,10 +64,10 @@

CDN

The folks over at UNPKG graciously provide CDN support for CSS and JavaScript of Multiple Select. Just use these CDN links.

<!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.css">
+<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.css">
 
 <!-- Latest compiled and minified JavaScript -->
-<script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.js"></script>
+<script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.js"></script>
 

NPM

Install and manage Multiple Select's CSS, JavaScript using NPM.

diff --git a/docs/en/download/index.html b/docs/en/download/index.html index 238a0eba..ddc3104c 100644 --- a/docs/en/download/index.html +++ b/docs/en/download/index.html @@ -64,10 +64,10 @@

CDN

The folks over at UNPKG graciously provide CDN support for CSS and JavaScript of Multiple Select. Just use these CDN links.

<!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.css">
+<link rel="stylesheet" href="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.css">
 
 <!-- Latest compiled and minified JavaScript -->
-<script src="https://unpkg.com/multiple-select@1.6.0/dist/multiple-select.min.js"></script>
+<script src="https://unpkg.com/multiple-select@1.7.0/dist/multiple-select.min.js"></script>
 

NPM

Install and manage Multiple Select's CSS, JavaScript using NPM.

diff --git a/docs/en/events.html b/docs/en/events.html index 12c2a4c2..ebbed0b7 100644 --- a/docs/en/events.html +++ b/docs/en/events.html @@ -99,6 +99,11 @@

onBeforeClick

+
    +
  • Parameter: view

  • +
  • Detail: Fires before a checkbox is clicked. The view parameter is an object, it contains text, value, selected, data. Return false to prevent the click event.

  • +

onClick

\ No newline at end of file +
OptionsMethods
\ No newline at end of file diff --git a/docs/en/events/index.html b/docs/en/events/index.html index 12c2a4c2..ebbed0b7 100644 --- a/docs/en/events/index.html +++ b/docs/en/events/index.html @@ -99,6 +99,11 @@

onBeforeClick

+
    +
  • Parameter: view

  • +
  • Detail: Fires before a checkbox is clicked. The view parameter is an object, it contains text, value, selected, data. Return false to prevent the click event.

  • +

onClick