clickgo 3.15.46 → 3.15.47

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
@@ -25,7 +25,7 @@ Load the module loader first, and then load it using the module loader.
25
25
  **index.html**
26
26
 
27
27
  ```html
28
- <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.15.46'}"></script>
28
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.15.47'}"></script>
29
29
  ```
30
30
 
31
31
  **index.js**
@@ -49,14 +49,16 @@ class default_1 extends clickgo.form.AbstractForm {
49
49
  'name': 'Card',
50
50
  'path': 'Bob >> folder >> Card',
51
51
  'src': '/package/res/r-2.svg',
52
- 'menu': true
52
+ 'menu': true,
53
+ 'leftline': 'warning'
53
54
  },
54
55
  {
55
56
  'type': 0,
56
57
  'name': 'Appraise2',
57
58
  'path': 'Bob >> folder >> Appraise2',
58
59
  'src': '/package/res/r-1.svg',
59
- 'disabled': true
60
+ 'disabled': true,
61
+ 'leftline': 'warning'
60
62
  },
61
63
  {
62
64
  'type': 0,
@@ -162,9 +164,10 @@ class default_1 extends clickgo.form.AbstractForm {
162
164
  var _a;
163
165
  const data = ['Item1', {
164
166
  'label': 'Tip',
165
- 'color': 'tip'
167
+ 'color': 'tip',
166
168
  }, {
167
169
  'label': 'Title1',
170
+ 'leftline': 'danger',
168
171
  'children': [
169
172
  'Sub1',
170
173
  {
@@ -191,13 +191,15 @@ class default_1 extends clickgo.form.AbstractForm {
191
191
  'check': false,
192
192
  'type': 0,
193
193
  'name': 'Appraise',
194
- 'bottom': false
194
+ 'bottom': false,
195
+ 'leftline': 'info'
195
196
  },
196
197
  {
197
198
  'check': false,
198
199
  'type': 0,
199
200
  'name': 'Card',
200
- 'bottom': false
201
+ 'bottom': false,
202
+ 'leftline': 'info'
201
203
  },
202
204
  {
203
205
  'check': false,
package/dist/clickgo.js CHANGED
@@ -29,7 +29,7 @@ exports.isNative = isNative;
29
29
  exports.getPlatform = getPlatform;
30
30
  exports.isImmersion = isImmersion;
31
31
  exports.hasFrame = hasFrame;
32
- const version = '3.15.46';
32
+ const version = '3.15.47';
33
33
  function getVersion() {
34
34
  return version;
35
35
  }
package/dist/clickgo.ts CHANGED
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- const version = '3.15.46';
16
+ const version = '3.15.47';
17
17
  export function getVersion(): string {
18
18
  return version;
19
19
  }
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.15.46",
3
+ "version": "3.15.47",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",