clickgo 3.16.23 → 3.16.24

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/README.md CHANGED
@@ -35,7 +35,7 @@ First, load the module loader, then load your app with it.
35
35
  **index.html**
36
36
 
37
37
  ```html
38
- <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.16.23'}"></script>
38
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.16.24'}"></script>
39
39
  ```
40
40
 
41
41
  **index.js**
@@ -54,5 +54,8 @@ class default_1 extends clickgo.form.AbstractForm {
54
54
  onSelected(e) {
55
55
  this.selected = e.detail.value;
56
56
  }
57
+ setmv() {
58
+ this.mv = ['20230101', '20230108'];
59
+ }
57
60
  }
58
61
  exports.default = default_1;
@@ -18,7 +18,7 @@
18
18
  <button @click="bottom = !bottom" style="flex: 1;">{{bottom ? '' : '!'}}bottom</button>
19
19
  </layout>
20
20
  <layout gutter="10">
21
- <button @click="settime" style="flex: 1;">Set time</button>
21
+ <button @click="setmv" style="flex: 1;">Set modelValue</button>
22
22
  <button @click="start = !start" style="flex: 1;">{{start ? '' : '!'}}start</button>
23
23
  <button @click="end = !end" style="flex: 1;">{{end ? '' : '!'}}end</button>
24
24
  </layout>
package/dist/clickgo.js CHANGED
@@ -40,7 +40,7 @@ exports.getPlatform = getPlatform;
40
40
  exports.getDevice = getDevice;
41
41
  exports.isImmersion = isImmersion;
42
42
  exports.hasFrame = hasFrame;
43
- const version = '3.16.23';
43
+ const version = '3.16.24';
44
44
  function getVersion() {
45
45
  return version;
46
46
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "3.16.23",
3
+ "version": "3.16.24",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",