nubomed-ui 2.0.177 → 2.0.179
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/css/nb-ui/index.css +1 -1
- package/nubomed-ui.common.js +373 -35
- package/nubomed-ui.umd.js +376 -38
- package/nubomed-ui.umd.min.js +2 -2
- package/package.json +1 -1
package/nubomed-ui.common.js
CHANGED
@@ -964,7 +964,7 @@ src.install = function (Vue) {
|
|
964
964
|
|
965
965
|
/***/ }),
|
966
966
|
|
967
|
-
/***/
|
967
|
+
/***/ 1829:
|
968
968
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
969
969
|
|
970
970
|
"use strict";
|
@@ -983,29 +983,8 @@ var staticRenderFns = []
|
|
983
983
|
|
984
984
|
// EXTERNAL MODULE: ./packages/mixins/index.js
|
985
985
|
var mixins = __webpack_require__(5289);
|
986
|
-
|
987
|
-
|
988
|
-
return hasOwnProperty.call(obj, key);
|
989
|
-
}
|
990
|
-
|
991
|
-
/**
|
992
|
-
* @param {string} content 需要复制的内容文本
|
993
|
-
*/
|
994
|
-
function copyText(content) {
|
995
|
-
let copyEl = document.createElement('input');
|
996
|
-
copyEl.style.position = 'fixed';
|
997
|
-
copyEl.style.top = '0';
|
998
|
-
copyEl.style.left = '-1000em';
|
999
|
-
copyEl.readonly = 'readonly';
|
1000
|
-
document.body.appendChild(copyEl);
|
1001
|
-
copyEl.value = content;
|
1002
|
-
copyEl.focus();
|
1003
|
-
document.execCommand('selectAll');
|
1004
|
-
const res = document.execCommand('copy');
|
1005
|
-
copyEl.blur();
|
1006
|
-
document.body.removeChild(copyEl);
|
1007
|
-
return res;
|
1008
|
-
}
|
986
|
+
// EXTERNAL MODULE: ./packages/utils/util.js
|
987
|
+
var util = __webpack_require__(7766);
|
1009
988
|
// EXTERNAL MODULE: ./packages/utils/date-util.js
|
1010
989
|
var date_util = __webpack_require__(2035);
|
1011
990
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBBarcodeReviewDialog/src/index.vue?vue&type=script&lang=js
|
@@ -1161,7 +1140,7 @@ var date_util = __webpack_require__(2035);
|
|
1161
1140
|
},
|
1162
1141
|
// 复制
|
1163
1142
|
handleCopy(text) {
|
1164
|
-
copyText(text);
|
1143
|
+
(0,util/* copyText */.Dk)(text);
|
1165
1144
|
this.$emit('copy', text);
|
1166
1145
|
},
|
1167
1146
|
// 弹框关闭
|
@@ -2933,7 +2912,7 @@ src.install = function (Vue) {
|
|
2933
2912
|
|
2934
2913
|
/***/ }),
|
2935
2914
|
|
2936
|
-
/***/
|
2915
|
+
/***/ 4841:
|
2937
2916
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
2938
2917
|
|
2939
2918
|
"use strict";
|
@@ -2945,7 +2924,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
2945
2924
|
"default": function() { return /* binding */ NBDialog; }
|
2946
2925
|
});
|
2947
2926
|
|
2948
|
-
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBDialog/src/index.vue?vue&type=template&id=
|
2927
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBDialog/src/index.vue?vue&type=template&id=63a48e3a&scoped=true
|
2949
2928
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{staticClass:"nb-dialog__wrapper",attrs:{"visible":_vm.visible,"show-close":_vm.showClose,"close-on-click-modal":false,"close-on-press-escape":false,"center":_vm.center,"dialog-center":_vm.dialogCenter,"type":_vm.size,"title":_vm.$slots['title-right'] ? '' : _vm.title,"custom-class":_vm.dialogCustomClass,"before-close":_vm.handleClose,"append-to-body":"","destroy-on-close":""},on:{"closed":_vm.closedDialog}},[_c('template',{slot:"title"},[_vm._t("title"),(_vm.$slots['title-right'])?_c('div',{staticClass:"nb-dialog__header--has-form"},[_c('span',{staticClass:"el-dialog__title"},[_vm._v(_vm._s(_vm.title))]),_c('div',{staticClass:"el-dialog__right"},[_vm._t("title-right")],2)]):_vm._e()],2),_vm._t("default"),_c('template',{slot:"footer"},[(_vm.$slots.footer)?_vm._t("footer"):[(_vm.showCancelButton)?_c('el-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.cancelButtonText || _vm.t('nb.button.cancel'))),(_vm.cancelButtonTime > -1)?[_vm._v("("+_vm._s(_vm.cancelAutoTime)+"S)")]:_vm._e()],2):_vm._e(),(_vm.showConfirmButton)?_c('el-button',{attrs:{"type":"primary","plain":_vm.confirmButtonPlain},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.confirmButtonText || _vm.t('nb.button.confirm'))),(_vm.confirmButtonTime > -1)?[_vm._v("("+_vm._s(_vm.confirmAutoTime)+"S)")]:_vm._e()],2):_vm._e()]],2)],2)}
|
2950
2929
|
var staticRenderFns = []
|
2951
2930
|
|
@@ -3161,6 +3140,7 @@ var mixins = __webpack_require__(5289);
|
|
3161
3140
|
// 点击右上角关闭按钮
|
3162
3141
|
handleClose() {
|
3163
3142
|
this.$emit('update', false);
|
3143
|
+
this.$emit('close');
|
3164
3144
|
},
|
3165
3145
|
// 关闭弹框
|
3166
3146
|
closedDialog() {
|
@@ -3188,7 +3168,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
3188
3168
|
staticRenderFns,
|
3189
3169
|
false,
|
3190
3170
|
null,
|
3191
|
-
"
|
3171
|
+
"63a48e3a",
|
3192
3172
|
null
|
3193
3173
|
|
3194
3174
|
)
|
@@ -3789,7 +3769,7 @@ src.install = function (Vue) {
|
|
3789
3769
|
|
3790
3770
|
/***/ }),
|
3791
3771
|
|
3792
|
-
/***/
|
3772
|
+
/***/ 8360:
|
3793
3773
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
3794
3774
|
|
3795
3775
|
"use strict";
|
@@ -3801,7 +3781,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
3801
3781
|
"default": function() { return /* binding */ NBFullscreenDialog; }
|
3802
3782
|
});
|
3803
3783
|
|
3804
|
-
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBFullscreenDialog/src/index.vue?vue&type=template&id=
|
3784
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBFullscreenDialog/src/index.vue?vue&type=template&id=f084d420&scoped=true
|
3805
3785
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{staticClass:"nb-dialog__wrapper nb-fullscreen-dialog__wrapper",style:({ '--nb-fullscreen-dialog-top': (_vm.top + "px") }),attrs:{"visible":_vm.visible,"show-close":_vm.showClose,"close-on-click-modal":false,"close-on-press-escape":false,"modal":false,"fullscreen":"","append-to-body":"","destroy-on-close":"","custom-class":("nb-dialog nb-fullscreen-dialog " + _vm.customClass),"before-close":_vm.handleClose},on:{"closed":_vm.closedDialog}},[_vm._t("default"),_c('template',{slot:"footer"},[_vm._t("footer")],2)],2)}
|
3806
3786
|
var staticRenderFns = []
|
3807
3787
|
|
@@ -3871,6 +3851,7 @@ var staticRenderFns = []
|
|
3871
3851
|
methods: {
|
3872
3852
|
handleClose() {
|
3873
3853
|
this.$emit('update', false);
|
3854
|
+
this.$emit('close');
|
3874
3855
|
},
|
3875
3856
|
// 关闭弹框
|
3876
3857
|
closedDialog() {
|
@@ -3896,7 +3877,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
3896
3877
|
staticRenderFns,
|
3897
3878
|
false,
|
3898
3879
|
null,
|
3899
|
-
"
|
3880
|
+
"f084d420",
|
3900
3881
|
null
|
3901
3882
|
|
3902
3883
|
)
|
@@ -4586,6 +4567,281 @@ src.install = function (Vue) {
|
|
4586
4567
|
|
4587
4568
|
/***/ }),
|
4588
4569
|
|
4570
|
+
/***/ 2428:
|
4571
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
4572
|
+
|
4573
|
+
"use strict";
|
4574
|
+
// ESM COMPAT FLAG
|
4575
|
+
__webpack_require__.r(__webpack_exports__);
|
4576
|
+
|
4577
|
+
// EXPORTS
|
4578
|
+
__webpack_require__.d(__webpack_exports__, {
|
4579
|
+
"default": function() { return /* binding */ NBInputFilter; }
|
4580
|
+
});
|
4581
|
+
|
4582
|
+
;// ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBInputFilter/src/index.vue?vue&type=template&id=3067983c&scoped=true
|
4583
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.loading),expression:"loading"}],staticClass:"nb-input-filter",class:[_vm.isFocus ? 'is-focus' : '', _vm.size]},[_c('el-input',{ref:"input",attrs:{"size":_vm.size,"clearable":_vm.clearable,"disabled":_vm.disabled,"placeholder":_vm.placeholder},on:{"input":_vm.onInput,"focus":_vm.onInputFocus,"blur":_vm.onInputBlur,"clear":_vm.onInputClear},model:{value:(_vm.inputValue),callback:function ($$v) {_vm.inputValue=$$v},expression:"inputValue"}}),_c('el-popover',{attrs:{"placement":"bottom-start","trigger":"manual","popper-class":("nb-select-filter-popover nb-select-filter-popover--" + _vm.size)},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[(_vm.isRemote)?_c('ul',{staticClass:"nb-select-filter-options"},[(_vm.options.length === 0)?_c('li',{staticClass:"null"},[_vm._v(_vm._s(_vm.emptyText))]):_vm._e(),_vm._l((_vm.options),function(item,index){return _c('li',{key:index,class:_vm.optionClass(item),on:{"click":function($event){$event.stopPropagation();return _vm.onChecked(item)}}},[_vm._v(" "+_vm._s(item[_vm.optionProps.label])+" ")])})],2):_c('ul',{staticClass:"nb-select-filter-options"},[(_vm.showOptions.length === 0)?_c('li',{staticClass:"null"},[_vm._v(_vm._s(_vm.emptyText))]):_vm._e(),_vm._l((_vm.showOptions),function(item,index){return _c('li',{key:index,class:_vm.optionClass(item),on:{"click":function($event){$event.stopPropagation();return _vm.onChecked(item)}}},[_vm._v(" "+_vm._s(item[_vm.optionProps.label])+" ")])})],2)])],1)}
|
4584
|
+
var staticRenderFns = []
|
4585
|
+
|
4586
|
+
|
4587
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.constructor.js
|
4588
|
+
var esnext_iterator_constructor = __webpack_require__(8992);
|
4589
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.filter.js
|
4590
|
+
var esnext_iterator_filter = __webpack_require__(4520);
|
4591
|
+
// EXTERNAL MODULE: ./packages/utils/util.js
|
4592
|
+
var util = __webpack_require__(7766);
|
4593
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBInputFilter/src/index.vue?vue&type=script&lang=js
|
4594
|
+
|
4595
|
+
|
4596
|
+
//
|
4597
|
+
//
|
4598
|
+
//
|
4599
|
+
//
|
4600
|
+
//
|
4601
|
+
//
|
4602
|
+
//
|
4603
|
+
//
|
4604
|
+
//
|
4605
|
+
//
|
4606
|
+
//
|
4607
|
+
//
|
4608
|
+
//
|
4609
|
+
//
|
4610
|
+
//
|
4611
|
+
//
|
4612
|
+
//
|
4613
|
+
//
|
4614
|
+
//
|
4615
|
+
//
|
4616
|
+
//
|
4617
|
+
//
|
4618
|
+
//
|
4619
|
+
//
|
4620
|
+
//
|
4621
|
+
//
|
4622
|
+
//
|
4623
|
+
//
|
4624
|
+
//
|
4625
|
+
//
|
4626
|
+
//
|
4627
|
+
//
|
4628
|
+
//
|
4629
|
+
//
|
4630
|
+
//
|
4631
|
+
//
|
4632
|
+
//
|
4633
|
+
//
|
4634
|
+
//
|
4635
|
+
//
|
4636
|
+
//
|
4637
|
+
//
|
4638
|
+
//
|
4639
|
+
//
|
4640
|
+
//
|
4641
|
+
//
|
4642
|
+
|
4643
|
+
|
4644
|
+
/* harmony default export */ var srcvue_type_script_lang_js = ({
|
4645
|
+
name: 'NBInputFilter',
|
4646
|
+
model: {
|
4647
|
+
prop: 'modelValue',
|
4648
|
+
event: 'input'
|
4649
|
+
},
|
4650
|
+
props: {
|
4651
|
+
// 输入框的值,使用v-model
|
4652
|
+
modelValue: [String, Array, Object, Boolean, Number, null],
|
4653
|
+
selected: {
|
4654
|
+
type: [String, Array, Object, Boolean, Number, null],
|
4655
|
+
default: null
|
4656
|
+
},
|
4657
|
+
loading: {
|
4658
|
+
type: Boolean,
|
4659
|
+
default: false
|
4660
|
+
},
|
4661
|
+
// 下拉选项数据
|
4662
|
+
options: {
|
4663
|
+
type: Array,
|
4664
|
+
default: () => {
|
4665
|
+
return [];
|
4666
|
+
}
|
4667
|
+
},
|
4668
|
+
// value 选中值,label 显示值
|
4669
|
+
props: {
|
4670
|
+
type: Object,
|
4671
|
+
default: () => {
|
4672
|
+
return {};
|
4673
|
+
}
|
4674
|
+
},
|
4675
|
+
// 无数据时显示的文字
|
4676
|
+
emptyText: {
|
4677
|
+
type: String,
|
4678
|
+
default: ''
|
4679
|
+
},
|
4680
|
+
// 大小:不指定:400*72px | mini: 184*48px | small:240*56px | medium:280*64px | large: 480*80px
|
4681
|
+
size: {
|
4682
|
+
type: String,
|
4683
|
+
default: ''
|
4684
|
+
},
|
4685
|
+
// 输入框的placeholder
|
4686
|
+
placeholder: {
|
4687
|
+
type: String,
|
4688
|
+
default: ''
|
4689
|
+
},
|
4690
|
+
// 是否禁用
|
4691
|
+
disabled: {
|
4692
|
+
type: Boolean,
|
4693
|
+
default: false
|
4694
|
+
},
|
4695
|
+
// 是否允许清除
|
4696
|
+
clearable: {
|
4697
|
+
type: Boolean,
|
4698
|
+
default: true
|
4699
|
+
}
|
4700
|
+
},
|
4701
|
+
data() {
|
4702
|
+
return {
|
4703
|
+
visible: false,
|
4704
|
+
isFocus: false,
|
4705
|
+
showOptions: this.options,
|
4706
|
+
checked: null
|
4707
|
+
};
|
4708
|
+
},
|
4709
|
+
computed: {
|
4710
|
+
// 输入框的值
|
4711
|
+
inputValue: {
|
4712
|
+
get() {
|
4713
|
+
// 获取传入的v-model
|
4714
|
+
return this.$props.modelValue;
|
4715
|
+
},
|
4716
|
+
set(newValue) {
|
4717
|
+
// 修改时同时修改v-model
|
4718
|
+
this.$emit('input', newValue);
|
4719
|
+
return newValue;
|
4720
|
+
}
|
4721
|
+
},
|
4722
|
+
// 是否是远程搜索
|
4723
|
+
isRemote() {
|
4724
|
+
return typeof this.$listeners['remote-method'] === 'function';
|
4725
|
+
},
|
4726
|
+
optionProps() {
|
4727
|
+
return Object.assign({
|
4728
|
+
value: 'value',
|
4729
|
+
label: 'label',
|
4730
|
+
filterText: 'filterText' // 名称首拼(用于本地筛选,远程搜索不需要)
|
4731
|
+
}, this.props);
|
4732
|
+
}
|
4733
|
+
},
|
4734
|
+
watch: {
|
4735
|
+
inputValue: {
|
4736
|
+
// 添加防抖
|
4737
|
+
handler: (0,util/* debounce */.sg)(function (val) {
|
4738
|
+
this.handleFilter();
|
4739
|
+
}, 300),
|
4740
|
+
immediate: true // 初始时立即执行一次
|
4741
|
+
}
|
4742
|
+
},
|
4743
|
+
created() {},
|
4744
|
+
mounted() {},
|
4745
|
+
beforeDestroy() {},
|
4746
|
+
methods: {
|
4747
|
+
onInput(value) {
|
4748
|
+
this.$emit('input', value);
|
4749
|
+
},
|
4750
|
+
onInputFocus() {
|
4751
|
+
this.visible = true;
|
4752
|
+
this.isFocus = true;
|
4753
|
+
},
|
4754
|
+
onInputBlur() {
|
4755
|
+
this.isFocus = false;
|
4756
|
+
this.visible = false;
|
4757
|
+
},
|
4758
|
+
onChecked(item) {
|
4759
|
+
this.inputValue = item[this.optionProps.label];
|
4760
|
+
this.checked = item;
|
4761
|
+
this.visible = false;
|
4762
|
+
this.$emit('change', item);
|
4763
|
+
},
|
4764
|
+
// 搜索
|
4765
|
+
handleFilter() {
|
4766
|
+
if (this.$listeners['remote-method']) {
|
4767
|
+
this.$emit('remote-method');
|
4768
|
+
} else {
|
4769
|
+
if (this.inputValue) {
|
4770
|
+
this.showOptions = this.options.filter(x => ((x[this.optionProps.filterText] || '') + (x[this.optionProps.label] || '')).toLowerCase().includes(this.inputValue.toLowerCase()));
|
4771
|
+
} else {
|
4772
|
+
this.showOptions = this.options;
|
4773
|
+
}
|
4774
|
+
}
|
4775
|
+
},
|
4776
|
+
// 选择项的class
|
4777
|
+
optionClass(item) {
|
4778
|
+
if (this.inputValue && ((item[this.optionProps.filterText] || '').toLowerCase() === this.inputValue.toLowerCase() || (item[this.optionProps.label] || '').toLowerCase() === this.inputValue.toLowerCase())) {
|
4779
|
+
return 'active';
|
4780
|
+
}
|
4781
|
+
},
|
4782
|
+
// 聚焦输入框并弹出键盘
|
4783
|
+
getFocus() {
|
4784
|
+
this.$nextTick(() => {
|
4785
|
+
if (this.$refs.input) {
|
4786
|
+
this.$refs.input.focus();
|
4787
|
+
// 模拟主动执行mouseup
|
4788
|
+
let e = new Event('mouseup', {
|
4789
|
+
bubbles: true,
|
4790
|
+
cancelable: true
|
4791
|
+
});
|
4792
|
+
const inputDOM = this.$refs.input.$el.querySelector('input');
|
4793
|
+
if (inputDOM) {
|
4794
|
+
inputDOM.dispatchEvent(e); // 主动触发事件
|
4795
|
+
}
|
4796
|
+
}
|
4797
|
+
});
|
4798
|
+
},
|
4799
|
+
onInputClear() {
|
4800
|
+
this.$emit('clear-input');
|
4801
|
+
}
|
4802
|
+
}
|
4803
|
+
});
|
4804
|
+
;// ./packages/components/NBInputFilter/src/index.vue?vue&type=script&lang=js
|
4805
|
+
/* harmony default export */ var NBInputFilter_srcvue_type_script_lang_js = (srcvue_type_script_lang_js);
|
4806
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
4807
|
+
var componentNormalizer = __webpack_require__(1656);
|
4808
|
+
;// ./packages/components/NBInputFilter/src/index.vue
|
4809
|
+
|
4810
|
+
|
4811
|
+
|
4812
|
+
|
4813
|
+
|
4814
|
+
/* normalize component */
|
4815
|
+
;
|
4816
|
+
var component = (0,componentNormalizer/* default */.A)(
|
4817
|
+
NBInputFilter_srcvue_type_script_lang_js,
|
4818
|
+
render,
|
4819
|
+
staticRenderFns,
|
4820
|
+
false,
|
4821
|
+
null,
|
4822
|
+
"3067983c",
|
4823
|
+
null
|
4824
|
+
|
4825
|
+
)
|
4826
|
+
|
4827
|
+
/* harmony default export */ var src = (component.exports);
|
4828
|
+
;// ./packages/components/NBInputFilter/index.js
|
4829
|
+
/*
|
4830
|
+
* @Author: chenghuan.dong
|
4831
|
+
* @Date: 2024-11-12 11:27:05
|
4832
|
+
* @LastEditTime: 2024-11-12 14:38:34
|
4833
|
+
* @LastEditors: chenghuan.dong
|
4834
|
+
* @Description:
|
4835
|
+
* @FilePath: \nubomed-ui\packages\components\NBIcon\index.js
|
4836
|
+
*/
|
4837
|
+
|
4838
|
+
src.install = function (Vue) {
|
4839
|
+
Vue.component(src.name, src);
|
4840
|
+
};
|
4841
|
+
/* harmony default export */ var NBInputFilter = (src);
|
4842
|
+
|
4843
|
+
/***/ }),
|
4844
|
+
|
4589
4845
|
/***/ 8968:
|
4590
4846
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
4591
4847
|
|
@@ -21759,6 +22015,87 @@ const trim = function (string) {
|
|
21759
22015
|
|
21760
22016
|
/***/ }),
|
21761
22017
|
|
22018
|
+
/***/ 7766:
|
22019
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
22020
|
+
|
22021
|
+
"use strict";
|
22022
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
22023
|
+
/* harmony export */ Dk: function() { return /* binding */ copyText; },
|
22024
|
+
/* harmony export */ sg: function() { return /* binding */ debounce; }
|
22025
|
+
/* harmony export */ });
|
22026
|
+
/* unused harmony exports hasOwn, throttle */
|
22027
|
+
/*
|
22028
|
+
* @Author: rui.zhang
|
22029
|
+
* @Date: 2024-12-03 16:17:07
|
22030
|
+
* @LastEditors: rui.zhang
|
22031
|
+
* @LastEditTime: 2025-03-12 11:20:52
|
22032
|
+
* @Description:
|
22033
|
+
*/
|
22034
|
+
function hasOwn(obj, key) {
|
22035
|
+
return hasOwnProperty.call(obj, key);
|
22036
|
+
}
|
22037
|
+
|
22038
|
+
/**
|
22039
|
+
* @param {string} content 需要复制的内容文本
|
22040
|
+
*/
|
22041
|
+
function copyText(content) {
|
22042
|
+
let copyEl = document.createElement('input');
|
22043
|
+
copyEl.style.position = 'fixed';
|
22044
|
+
copyEl.style.top = '0';
|
22045
|
+
copyEl.style.left = '-1000em';
|
22046
|
+
copyEl.readonly = 'readonly';
|
22047
|
+
document.body.appendChild(copyEl);
|
22048
|
+
copyEl.value = content;
|
22049
|
+
copyEl.focus();
|
22050
|
+
document.execCommand('selectAll');
|
22051
|
+
const res = document.execCommand('copy');
|
22052
|
+
copyEl.blur();
|
22053
|
+
document.body.removeChild(copyEl);
|
22054
|
+
return res;
|
22055
|
+
}
|
22056
|
+
|
22057
|
+
/**
|
22058
|
+
* 节流函数
|
22059
|
+
* 思路:在规定时间内只触发一次
|
22060
|
+
* @param {Function} fn 函数
|
22061
|
+
* @param {Number} delay 规定时间内触发一次
|
22062
|
+
*/
|
22063
|
+
function throttle(fn, delay) {
|
22064
|
+
// 利用闭包保存时间
|
22065
|
+
let prev = Date.now();
|
22066
|
+
return function () {
|
22067
|
+
let context = this;
|
22068
|
+
let arg = arguments;
|
22069
|
+
let now = Date.now();
|
22070
|
+
if (now - prev >= delay) {
|
22071
|
+
fn.apply(context, arg);
|
22072
|
+
prev = Date.now();
|
22073
|
+
}
|
22074
|
+
};
|
22075
|
+
}
|
22076
|
+
|
22077
|
+
/**
|
22078
|
+
* 防抖函数
|
22079
|
+
* 思路:在规定时间内未触发第二次,则执行
|
22080
|
+
* @param {Function} fn 函数
|
22081
|
+
* @param {Number} delay 在规定时间内未触发第二次,则执行
|
22082
|
+
*/
|
22083
|
+
function debounce(fn, delay) {
|
22084
|
+
// 利用闭包保存定时器
|
22085
|
+
let timer = null;
|
22086
|
+
return function () {
|
22087
|
+
let context = this;
|
22088
|
+
let arg = arguments;
|
22089
|
+
// 在规定时间内再次触发会先清除定时器后再重设定时器
|
22090
|
+
clearTimeout(timer);
|
22091
|
+
timer = setTimeout(function () {
|
22092
|
+
fn.apply(context, arg);
|
22093
|
+
}, delay);
|
22094
|
+
};
|
22095
|
+
}
|
22096
|
+
|
22097
|
+
/***/ }),
|
22098
|
+
|
21762
22099
|
/***/ 5853:
|
21763
22100
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
21764
22101
|
|
@@ -23328,7 +23665,7 @@ webpackContext.id = 1603;
|
|
23328
23665
|
var map = {
|
23329
23666
|
"./NBBadge/index.js": 5191,
|
23330
23667
|
"./NBBarcodeCard/index.js": 1678,
|
23331
|
-
"./NBBarcodeReviewDialog/index.js":
|
23668
|
+
"./NBBarcodeReviewDialog/index.js": 1829,
|
23332
23669
|
"./NBBattery/index.js": 5847,
|
23333
23670
|
"./NBCabinetBall/index.js": 7871,
|
23334
23671
|
"./NBCabinetInventoryCarousel/index.js": 3213,
|
@@ -23338,17 +23675,18 @@ var map = {
|
|
23338
23675
|
"./NBCheckboxGroup/index.js": 9941,
|
23339
23676
|
"./NBDatePicker/index.js": 7357,
|
23340
23677
|
"./NBDaterangePicker/index.js": 823,
|
23341
|
-
"./NBDialog/index.js":
|
23678
|
+
"./NBDialog/index.js": 4841,
|
23342
23679
|
"./NBEmpty/index.js": 4655,
|
23343
23680
|
"./NBExpiryCard/index.js": 8883,
|
23344
23681
|
"./NBExpiryIcon/index.js": 7970,
|
23345
23682
|
"./NBFooter/index.js": 9560,
|
23346
|
-
"./NBFullscreenDialog/index.js":
|
23683
|
+
"./NBFullscreenDialog/index.js": 8360,
|
23347
23684
|
"./NBGridMenu/index.js": 3052,
|
23348
23685
|
"./NBGroupList/index.js": 4528,
|
23349
23686
|
"./NBGroupListItem/index.js": 4934,
|
23350
23687
|
"./NBHeader/index.js": 5526,
|
23351
23688
|
"./NBIcon/index.js": 384,
|
23689
|
+
"./NBInputFilter/index.js": 2428,
|
23352
23690
|
"./NBInputGroup/index.js": 8968,
|
23353
23691
|
"./NBInputNumber/index.js": 4788,
|
23354
23692
|
"./NBInputTime/index.js": 3329,
|
@@ -26352,7 +26690,7 @@ var esnext_iterator_constructor = __webpack_require__(8992);
|
|
26352
26690
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
|
26353
26691
|
var esnext_iterator_for_each = __webpack_require__(3949);
|
26354
26692
|
;// ./package.json
|
26355
|
-
var package_namespaceObject = {"rE":"2.0.
|
26693
|
+
var package_namespaceObject = {"rE":"2.0.179"};
|
26356
26694
|
;// ./packages/utils/convert.js
|
26357
26695
|
/**
|
26358
26696
|
* 将大驼峰(camelCase)字符串转换为小写且带有空格分隔的形式(kebab-case)
|