nubomed-ui 2.0.69 → 2.0.70
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.
Potentially problematic release.
This version of nubomed-ui might be problematic. Click here for more details.
- package/nubomed-ui.common.js +15 -14
- package/nubomed-ui.common.js.map +1 -1
- package/nubomed-ui.umd.js +15 -14
- package/nubomed-ui.umd.js.map +1 -1
- package/nubomed-ui.umd.min.js +1 -1
- package/nubomed-ui.umd.min.js.map +1 -1
- package/package.json +2 -2
package/nubomed-ui.common.js
CHANGED
@@ -3981,7 +3981,7 @@ src.install = function (Vue) {
|
|
3981
3981
|
|
3982
3982
|
/***/ }),
|
3983
3983
|
|
3984
|
-
/***/
|
3984
|
+
/***/ 8634:
|
3985
3985
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
3986
3986
|
|
3987
3987
|
"use strict";
|
@@ -3993,8 +3993,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
3993
3993
|
"default": function() { return /* binding */ NBToggleCate; }
|
3994
3994
|
});
|
3995
3995
|
|
3996
|
-
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBToggleCate/src/index.vue?vue&type=template&id=
|
3997
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"nb-toggle-cate",class:_vm.getCateClassList,on:{"click":function($event){$event.stopPropagation();
|
3996
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBToggleCate/src/index.vue?vue&type=template&id=3a50b726&scoped=true
|
3997
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"nb-toggle-cate",class:_vm.getCateClassList,on:{"click":function($event){$event.stopPropagation();_vm.item.toggle = !_vm.item.toggle}}},[_c('div',{staticClass:"nb-toggle-cate__left"},[(_vm.showToggle)?_c('nb-icon',{staticClass:"cate__toggle",attrs:{"icon":_vm.item.toggle ? 'caret-down' : 'caret-right'}}):_vm._e(),(_vm.type === 1)?_c('el-radio',{staticClass:"cate__radio",attrs:{"value":_vm.value,"label":_vm.item[_vm.optionProps.name]},on:{"update:value":function($event){_vm.value=$event},"change":_vm.handleChangeRadio}}):_vm._e(),(_vm.type === 2)?_c('el-checkbox',{staticClass:"cate__checkbox",attrs:{"indeterminate":_vm.item.indeterminate},on:{"change":function($event){return _vm.handleChangeCheckbox($event, _vm.item)}},model:{value:(_vm.item.checked),callback:function ($$v) {_vm.$set(_vm.item, "checked", $$v)},expression:"item.checked"}}):_vm._e(),_c('nb-icon',{staticClass:"cate__icon",attrs:{"icon":_vm.item[_vm.optionProps.icon]}}),_c('strong',{staticClass:"cate__name",on:{"click":function($event){$event.stopPropagation();_vm.item.toggle = !_vm.item.toggle}}},[_vm._v(_vm._s(_vm.item[_vm.optionProps.text] || '- -'))]),(_vm.optionProps.date && _vm.item[_vm.optionProps.date])?_c('span',{staticClass:"cate__date"},[_vm._v(_vm._s(_vm.item[_vm.optionProps.date]))]):_vm._e(),(_vm.optionProps.tips && _vm.item[_vm.optionProps.tips])?_c('span',{staticClass:"cate__tips"},[_vm._v(_vm._s(_vm.item[_vm.optionProps.tips]))]):_vm._e(),_vm._t("left",null,{"item":_vm.item})],2),_vm._t("default")],2)}
|
3998
3998
|
var staticRenderFns = []
|
3999
3999
|
|
4000
4000
|
|
@@ -4110,9 +4110,9 @@ var es_array_push = __webpack_require__(4114);
|
|
4110
4110
|
methods: {
|
4111
4111
|
// 展开
|
4112
4112
|
handleToggle(item) {
|
4113
|
-
if (this.showToggle) {
|
4114
|
-
|
4115
|
-
}
|
4113
|
+
// if (this.showToggle) {
|
4114
|
+
// item.toggle = !item.toggle
|
4115
|
+
// }
|
4116
4116
|
},
|
4117
4117
|
// 勾选单选框
|
4118
4118
|
handleChangeRadio() {
|
@@ -4142,7 +4142,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
4142
4142
|
staticRenderFns,
|
4143
4143
|
false,
|
4144
4144
|
null,
|
4145
|
-
"
|
4145
|
+
"3a50b726",
|
4146
4146
|
null
|
4147
4147
|
|
4148
4148
|
)
|
@@ -4680,7 +4680,7 @@ var map = {
|
|
4680
4680
|
"./NBSummaryBar/index.js": 4918,
|
4681
4681
|
"./NBTabs/index.js": 1694,
|
4682
4682
|
"./NBTag/index.js": 6290,
|
4683
|
-
"./NBToggleCate/index.js":
|
4683
|
+
"./NBToggleCate/index.js": 8634,
|
4684
4684
|
"./NBVersionDialog/index.js": 5305
|
4685
4685
|
};
|
4686
4686
|
|
@@ -7521,7 +7521,7 @@ var locale = __webpack_require__(4820);
|
|
7521
7521
|
/*
|
7522
7522
|
* @Author: chenghuan.dong
|
7523
7523
|
* @Date: 2024-11-08 17:23:47
|
7524
|
-
* @LastEditTime: 2024-11-21
|
7524
|
+
* @LastEditTime: 2024-11-21 16:51:44
|
7525
7525
|
* @LastEditors: chenghuan.dong
|
7526
7526
|
* @Description: 主index.js导出全部组件
|
7527
7527
|
* @FilePath: \nubomed-ui\packages\index.js
|
@@ -7547,11 +7547,12 @@ const install = function (Vue, options = {}) {
|
|
7547
7547
|
components.forEach(component => {
|
7548
7548
|
const name = 'nb-' + camelToKebab(component.name.slice(2));
|
7549
7549
|
const installNames = ['nb-icon', 'nb-tag', 'nb-badge', 'nb-empty', 'nb-radio-group', 'nb-checkbox-group', 'nb-header', 'nb-summary-bar', 'nb-header', 'nb-tabs', 'nb-pagination', 'nb-progress', 'nb-dialog', 'nb-fullscreen-dialog', 'nb-out-footer-dialog', 'nb-message-dialog', 'nb-sidebar-nav-group', 'nb-sidebar-nav', 'nb-expiry-icon', 'nb-reagent-type', 'nb-cabinet-inventory-carousel', 'nb-version-dialog', 'nb-barcode-review-dialog', 'nb-toggle-cate', 'nb-name-spec-card', 'nb-barcode-card'];
|
7550
|
-
if (installNames.includes(name)) {
|
7551
|
-
|
7552
|
-
} else {
|
7553
|
-
|
7554
|
-
}
|
7550
|
+
// if (installNames.includes(name)) {
|
7551
|
+
// console.log('%c' + '√ ' + name, 'color: #00A572;')
|
7552
|
+
// } else {
|
7553
|
+
// console.log('? ' + name)
|
7554
|
+
// }
|
7555
|
+
|
7555
7556
|
if (installNames.includes(name)) {
|
7556
7557
|
Vue.component('nb-' + camelToKebab(component.name.slice(2)), component);
|
7557
7558
|
}
|