clickgo 3.15.13 → 3.15.14

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.7/dist/loader.min.js?path=index&npm={'clickgo':'3.15.13'}"></script>
28
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.7/dist/loader.min.js?path=index&npm={'clickgo':'3.15.14'}"></script>
29
29
  ```
30
30
 
31
31
  **index.js**
@@ -121,6 +121,12 @@
121
121
  </template>
122
122
  </button>
123
123
  </layout>
124
+ <label>Bgroup:</label>
125
+ <bgroup plain>
126
+ <button>Btn1</button>
127
+ <button>Btn2</button>
128
+ <button>Btn3</button>
129
+ </bgroup>
124
130
  </layout>
125
131
  </flow>
126
132
  </form>
@@ -9,8 +9,8 @@
9
9
  <button @click="openForm('cempty')">Empty</button>
10
10
  </layout>
11
11
  <layout gutter="10">
12
+ <button @click="openForm('cbutton')">Button + Bgroup</button>
12
13
  <button @click="openForm('cimg')">Img</button>
13
- <button @click="openForm('cbutton')">Button</button>
14
14
  <button @click="openForm('ctext')">Text</button>
15
15
  </layout>
16
16
  <layout gutter="10">
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.13';
32
+ const version = '3.15.14';
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.13';
16
+ const version = '3.15.14';
17
17
  export function getVersion(): string {
18
18
  return version;
19
19
  }
Binary file
Binary file
Binary file
@@ -298,7 +298,7 @@ export abstract class AbstractControl {
298
298
  /**
299
299
  * --- 获取上层控件 ---
300
300
  */
301
- public get parent(): AbstractControl & form.AbstractForm {
301
+ public get parent(): AbstractControl & form.AbstractForm & Record<string, any> {
302
302
  return (this as any).$parent;
303
303
  }
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "3.15.13",
3
+ "version": "3.15.14",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",