clickgo 3.11.21 → 3.11.22

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
@@ -28,7 +28,7 @@ Load the module loader first, and then load it using the module loader.
28
28
  **index.html**
29
29
 
30
30
  ```html
31
- <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.1/dist/loader.min.js?path=index&npm={'clickgo':'3.11.21'}"></script>
31
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.1/dist/loader.min.js?path=index&npm={'clickgo':'3.11.22'}"></script>
32
32
  ```
33
33
 
34
34
  **index.js**
package/dist/clickgo.js CHANGED
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.zip = exports.tool = exports.theme = exports.task = exports.storage = exports.native = exports.fs = exports.form = exports.dom = exports.core = exports.control = exports.vue = exports.hasFrame = exports.isImmersion = exports.getPlatform = exports.isNative = exports.getVersion = void 0;
27
- const version = '3.11.21';
27
+ const version = '3.11.22';
28
28
  function getVersion() {
29
29
  return version;
30
30
  }
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.11.21';
16
+ const version = '3.11.22';
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
@@ -139,7 +139,7 @@ class AbstractControl {
139
139
  const rtn = [];
140
140
  for (const slot of ls) {
141
141
  if (!slot.props) {
142
- if (slot.children.length) {
142
+ if ((typeof slot.children !== 'string') && slot.children.length) {
143
143
  for (const item of slot.children) {
144
144
  rtn.push(item);
145
145
  }
@@ -206,7 +206,7 @@ export abstract class AbstractControl {
206
206
  const rtn: any[] = [];
207
207
  for (const slot of ls) {
208
208
  if (!slot.props) {
209
- if (slot.children.length) {
209
+ if ((typeof slot.children !== 'string') && slot.children.length) {
210
210
  for (const item of slot.children) {
211
211
  rtn.push(item);
212
212
  }
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "3.11.21",
3
+ "version": "3.11.22",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",