@opentiny/vue-checkbox-group
Advanced tools
Comparing version 3.6.1 to 3.6.6
@@ -18,2 +18,9 @@ function _extends() { | ||
import MobileTemplate from "./mobile.js"; | ||
import "@opentiny/vue-renderless/checkbox-group/vue"; | ||
import "@opentiny/vue-checkbox"; | ||
import "@opentiny/vue-checkbox-button"; | ||
import "@opentiny/vue-theme/checkbox-group/index.css"; | ||
import "vue"; | ||
import "../../_plugin-vue_export-helper-cfc4284c.mjs"; | ||
import "@opentiny/vue-theme-mobile/checkbox-group/index.css"; | ||
var template = function template2(mode) { | ||
@@ -20,0 +27,0 @@ if ("mobile" === (process.env.TINY_MODE || mode)) |
@@ -100,5 +100,5 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
} | ||
var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
mobile as default | ||
MobileTemplate as default | ||
}; |
@@ -120,5 +120,5 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
} | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-checkbox-group", | ||
"version": "3.6.1", | ||
"version": "3.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-checkbox": "~3.6.1", | ||
"@opentiny/vue-checkbox-button": "~3.6.1" | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-checkbox": "~3.6.6", | ||
"@opentiny/vue-checkbox-button": "~3.6.6" | ||
}, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15174
415