@netang/quasar 0.2.24 → 0.2.26

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.
@@ -135,14 +135,17 @@ export default {
135
135
  }
136
136
 
137
137
  // 版本
138
- const version = '0.34.1'
138
+ const version = '0.43.0'
139
+
140
+ // 协议
141
+ const protocol = `${location.protocol}//`
139
142
 
140
143
  // 加载 script
141
144
  script([
142
145
  [
143
- `https://cdn.staticfile.org/monaco-editor/${version}/min/vs/loader.js`,
144
- `https://fastly.jsdelivr.net/npm/monaco-editor@${version}/min/vs/loader.js`,
145
- `https://unpkg.com/monaco-editor@${version}/min/vs/loader.js`,
146
+ `${protocol}cdn.staticfile.org/monaco-editor/${version}/min/vs/loader.js`,
147
+ `${protocol}fastly.jsdelivr.net/npm/monaco-editor@${version}/min/vs/loader.js`,
148
+ `${protocol}unpkg.com/monaco-editor@${version}/min/vs/loader.js`,
146
149
  ]
147
150
  ])
148
151
  .then(function ([ url ]) {
@@ -2,6 +2,7 @@
2
2
  <q-field
3
3
  :model-value="modelValue"
4
4
  :readonly="readonly"
5
+ for="field-date"
5
6
  @clear="onClear"
6
7
  v-bind="$attrs"
7
8
  >
@@ -19,6 +19,7 @@
19
19
  :disable="disable"
20
20
  :readonly="readonly"
21
21
  :clearable="clearable"
22
+ for="field-table"
22
23
  @focus="onFieldFocus"
23
24
  @blur="onFieldBlur"
24
25
  @clear="onFieldClear"
@@ -6,6 +6,7 @@
6
6
  :outlined="outlined"
7
7
  :dense="dense"
8
8
  :readonly="readonly"
9
+ for="field-text"
9
10
  v-bind="$attrs"
10
11
  >
11
12
  <template v-slot:control>
@@ -5,6 +5,7 @@
5
5
  :disable="disable"
6
6
  :readonly="readonly"
7
7
  :clearable="clearable"
8
+ for="field-tree"
8
9
  @focus="onFieldFocus"
9
10
  @blur="onFieldBlur"
10
11
  @clear="onFieldClear"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
4
4
 
5
5
  "description": "netang-quasar",
6
6
  "scripts": {