nubomed-ui 2.0.175 → 2.0.177

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/nubomed-ui.umd.js CHANGED
@@ -282,6 +282,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-pagination--left[data-v-0ac60d85]{
282
282
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
283
283
 
284
284
 
285
+ /***/ }),
286
+
287
+ /***/ 5659:
288
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
289
+
290
+ "use strict";
291
+ __webpack_require__.r(__webpack_exports__);
292
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
293
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
294
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
295
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
296
+ // Imports
297
+
298
+
299
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
300
+ // Module
301
+ ___CSS_LOADER_EXPORT___.push([module.id, "b,strong{font-family:OPPOSans-B,OPPOSans B,OPPOSans;font-weight:400}i{font-style:normal}", ""]);
302
+ // Exports
303
+ /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
304
+
305
+
285
306
  /***/ }),
286
307
 
287
308
  /***/ 6314:
@@ -448,6 +469,10 @@ __webpack_require__.d(__webpack_exports__, {
448
469
  age: '年龄',
449
470
  inpatientNum: '住院号',
450
471
  patientName: '患者姓名',
472
+ chiefSurgeonDoctor: '主刀医生',
473
+ opName: '手术名称',
474
+ opNum: '手术单号',
475
+ opRoom: '手术间',
451
476
  // 日期相关
452
477
  yesterday: '昨天',
453
478
  today: '今天',
@@ -4810,7 +4835,7 @@ src.install = function (Vue) {
4810
4835
 
4811
4836
  /***/ }),
4812
4837
 
4813
- /***/ 8681:
4838
+ /***/ 7698:
4814
4839
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
4815
4840
 
4816
4841
  "use strict";
@@ -4822,7 +4847,7 @@ __webpack_require__.d(__webpack_exports__, {
4822
4847
  "default": function() { return /* binding */ NBInputNumber; }
4823
4848
  });
4824
4849
 
4825
- ;// ./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/NBInputNumber/src/index.vue?vue&type=template&id=4de23754&scoped=true
4850
+ ;// ./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/NBInputNumber/src/index.vue?vue&type=template&id=1fbe8d2e&scoped=true
4826
4851
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"nb-input-number-box"},[_c('div',{staticClass:"nb-input-number",class:[_vm.size, ("color-" + _vm.type), ("" + (_vm.hasPrecision ? 'has-precision' : ''))]},[_c('span',{staticClass:"btn-minus",class:_vm.disabledMinus,on:{"click":function($event){$event.stopPropagation();return _vm.handlePlusMinus(-_vm.step, -1)}}},[_c('i',{staticClass:"el-icon-minus"})]),_c('div',{staticClass:"input"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.inputValue),expression:"inputValue"}],ref:"input",attrs:{"placeholder":_vm.placeholder,"disabled":_vm.disabled},domProps:{"value":(_vm.inputValue)},on:{"input":[function($event){if($event.target.composing){ return; }_vm.inputValue=$event.target.value},_vm.handleInput],"blur":_vm.handleBlur}})]),_c('span',{staticClass:"btn-plus",class:_vm.disabledPlus,on:{"click":function($event){$event.stopPropagation();return _vm.handlePlusMinus(_vm.step, 1)}}},[_c('i',{staticClass:"el-icon-plus"})])])])}
4827
4852
  var staticRenderFns = []
4828
4853
 
@@ -4959,11 +4984,11 @@ var esnext_iterator_for_each = __webpack_require__(3949);
4959
4984
  watch: {
4960
4985
  value: {
4961
4986
  immediate: true,
4962
- handler(val) {
4987
+ handler(val, oldVal) {
4963
4988
  this.inputValue = val;
4964
4989
  this.$emit('input', val);
4965
4990
  this.$emit('update', val);
4966
- this.$emit('change', val);
4991
+ this.$emit('change', val, oldVal);
4967
4992
  }
4968
4993
  }
4969
4994
  },
@@ -5089,7 +5114,7 @@ var component = (0,componentNormalizer/* default */.A)(
5089
5114
  staticRenderFns,
5090
5115
  false,
5091
5116
  null,
5092
- "4de23754",
5117
+ "1fbe8d2e",
5093
5118
  null
5094
5119
 
5095
5120
  )
@@ -19296,7 +19321,7 @@ src.install = function (Vue) {
19296
19321
 
19297
19322
  /***/ }),
19298
19323
 
19299
- /***/ 2260:
19324
+ /***/ 4799:
19300
19325
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
19301
19326
 
19302
19327
  "use strict";
@@ -19308,11 +19333,13 @@ __webpack_require__.d(__webpack_exports__, {
19308
19333
  "default": function() { return /* binding */ NBPatientInfo; }
19309
19334
  });
19310
19335
 
19311
- ;// ./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/NBPatientInfo/src/index.vue?vue&type=template&id=166bcb98&scoped=true
19312
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"nb-patient-info"},[_c('strong',{staticClass:"patient__name"},[_vm._v(_vm._s(_vm.patient.sBedNum || '- -')+" "+_vm._s(_vm.patient.sPatientName))]),_c('i',{staticClass:"info-split"}),_c('span',[_vm._v(_vm._s(_vm.patient.sSex || '- -'))]),_c('i',{staticClass:"info-split"}),_c('span',[_vm._v(_vm._s(_vm.patient.sAge || '- -'))]),_c('i',{staticClass:"info-split"}),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sHospitalNO || _vm.patient.sHospitalNo || '- -'))]),_c('i',{staticClass:"info-split"}),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sPerationApplyID || '- -'))]),_c('i',{staticClass:"info-split"}),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sOperationName || '- -'))]),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sRoomName || '- -'))]),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sDeptName || '- -'))]),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sDoctorName || '- -'))]),_vm._t("default")],2)}
19336
+ ;// ./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/NBPatientInfo/src/index.vue?vue&type=template&id=04f09a1d&scoped=true
19337
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"nb-patient-info"},[_c('strong',{staticClass:"patient__name"},[_vm._v(_vm._s(_vm.patient.sBedNum || '- -')+" "+_vm._s(_vm.patient.sPatientName))]),_c('i',{staticClass:"info-split"}),(_vm.showLabel)?_c('label',[_vm._v(_vm._s(_vm.t('nb.sex')))]):_vm._e(),_c('span',[_vm._v(_vm._s(_vm.patient.sSex || '- -'))]),_c('i',{staticClass:"info-split"}),(_vm.showLabel)?_c('label',[_vm._v(_vm._s(_vm.t('nb.age')))]):_vm._e(),_c('span',[_vm._v(_vm._s(_vm.patient.sAge || '- -'))]),_c('i',{staticClass:"info-split"}),(_vm.showLabel)?_c('label',[_vm._v(_vm._s(_vm.t('nb.inpatientNum')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sHospitalNO || _vm.patient.sHospitalNo || '- -'))]),_c('i',{staticClass:"info-split"}),(_vm.showLabel)?_c('label',[_vm._v(_vm._s(_vm.t('nb.opNum')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sPerationApplyID || '- -'))]),_c('i',{staticClass:"info-split"}),(_vm.showLabel)?_c('label',[_vm._v(_vm._s(_vm.t('nb.opName')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sOperationName || '- -'))]),(_vm.showLabel)?_c('label',{staticClass:"label-margin"},[_vm._v(_vm._s(_vm.t('nb.opRoom')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sRoomName || '- -'))]),(_vm.showLabel)?_c('label',{staticClass:"label-margin"},[_vm._v(_vm._s(_vm.t('nb.dept')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sDeptName || '- -'))]),(_vm.showLabel)?_c('label',{staticClass:"label-margin"},[_vm._v(_vm._s(_vm.t('nb.chiefSurgeonDoctor')))]):_vm._e(),_c('span',{staticClass:"patient__info"},[_vm._v(_vm._s(_vm.patient.sDoctorName || '- -'))]),_vm._t("default")],2)}
19313
19338
  var staticRenderFns = []
19314
19339
 
19315
19340
 
19341
+ // EXTERNAL MODULE: ./packages/mixins/index.js
19342
+ var mixins = __webpack_require__(869);
19316
19343
  ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??clonedRuleSet-80.use[1]!./node_modules/@vue/cli-service/lib/config/vue-loader-v15-resolve-compat/vue-loader.js??vue-loader-options!./packages/components/NBPatientInfo/src/index.vue?vue&type=script&lang=js
19317
19344
  //
19318
19345
  //
@@ -19342,9 +19369,19 @@ var staticRenderFns = []
19342
19369
  //
19343
19370
  //
19344
19371
  //
19372
+ //
19373
+ //
19374
+ //
19375
+ //
19376
+ //
19377
+ //
19378
+ //
19379
+ //
19380
+
19345
19381
 
19346
19382
  /* harmony default export */ var srcvue_type_script_lang_js = ({
19347
19383
  name: 'NBPatientInfo',
19384
+ mixins: [mixins/* default */.A],
19348
19385
  props: {
19349
19386
  // 患者基本信息
19350
19387
  patient: {
@@ -19352,6 +19389,11 @@ var staticRenderFns = []
19352
19389
  default: () => {
19353
19390
  return {};
19354
19391
  }
19392
+ },
19393
+ // 是否显示label
19394
+ showLabel: {
19395
+ type: Boolean,
19396
+ default: false
19355
19397
  }
19356
19398
  }
19357
19399
  });
@@ -19373,7 +19415,7 @@ var component = (0,componentNormalizer/* default */.A)(
19373
19415
  staticRenderFns,
19374
19416
  false,
19375
19417
  null,
19376
- "166bcb98",
19418
+ "04f09a1d",
19377
19419
  null
19378
19420
 
19379
19421
  )
@@ -21775,6 +21817,22 @@ var update = add("132041ca", content, true, {"sourceMap":false,"shadowMode":fals
21775
21817
 
21776
21818
  /***/ }),
21777
21819
 
21820
+ /***/ 5975:
21821
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
21822
+
21823
+ // style-loader: Adds some css to the DOM by adding a <style> tag
21824
+
21825
+ // load the styles
21826
+ var content = __webpack_require__(5659);
21827
+ if(content.__esModule) content = content.default;
21828
+ if(typeof content === 'string') content = [[module.id, content, '']];
21829
+ if(content.locals) module.exports = content.locals;
21830
+ // add the styles to the DOM
21831
+ var add = (__webpack_require__(9548)/* ["default"] */ .A)
21832
+ var update = add("d3234ac6", content, true, {"sourceMap":false,"shadowMode":false});
21833
+
21834
+ /***/ }),
21835
+
21778
21836
  /***/ 9548:
21779
21837
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
21780
21838
 
@@ -23302,7 +23360,7 @@ var map = {
23302
23360
  "./NBHeader/index.js": 8140,
23303
23361
  "./NBIcon/index.js": 4865,
23304
23362
  "./NBInputGroup/index.js": 38,
23305
- "./NBInputNumber/index.js": 8681,
23363
+ "./NBInputNumber/index.js": 7698,
23306
23364
  "./NBInputTime/index.js": 640,
23307
23365
  "./NBKeyboard/index.js": 1645,
23308
23366
  "./NBLayout/index.js": 9885,
@@ -23317,7 +23375,7 @@ var map = {
23317
23375
  "./NBOutFooterDialog/index.js": 7056,
23318
23376
  "./NBPagination/index.js": 8863,
23319
23377
  "./NBPatientCard/index.js": 3874,
23320
- "./NBPatientInfo/index.js": 2260,
23378
+ "./NBPatientInfo/index.js": 4799,
23321
23379
  "./NBProgress/index.js": 6549,
23322
23380
  "./NBRadioGroup/index.js": 5199,
23323
23381
  "./NBReagentType/index.js": 337,
@@ -26273,6 +26331,10 @@ __webpack_require__.d(__webpack_exports__, {
26273
26331
  NBTag: function() { return /* reexport */ NBTag["default"]; },
26274
26332
  cabinetHelp: function() { return /* reexport */ cabinetHelp; },
26275
26333
  "default": function() { return /* binding */ entry_lib; },
26334
+ nbAlert: function() { return /* reexport */ nbAlert; },
26335
+ nbConfirm: function() { return /* reexport */ nbConfirm; },
26336
+ nbMessage: function() { return /* reexport */ nbMessage; },
26337
+ nbNotify: function() { return /* reexport */ nbNotify; },
26276
26338
  setDateFormat: function() { return /* reexport */ date_util/* setDateFormat */.U; }
26277
26339
  });
26278
26340
 
@@ -26300,7 +26362,7 @@ var esnext_iterator_constructor = __webpack_require__(8992);
26300
26362
  // EXTERNAL MODULE: ./node_modules/core-js/modules/esnext.iterator.for-each.js
26301
26363
  var esnext_iterator_for_each = __webpack_require__(3949);
26302
26364
  ;// ./package.json
26303
- var package_namespaceObject = {"rE":"2.0.175"};
26365
+ var package_namespaceObject = {"rE":"2.0.177"};
26304
26366
  ;// ./packages/utils/convert.js
26305
26367
  /**
26306
26368
  * 将大驼峰(camelCase)字符串转换为小写且带有空格分隔的形式(kebab-case)
@@ -26320,6 +26382,254 @@ var date_util = __webpack_require__(2127);
26320
26382
  var NBLoading = __webpack_require__(9190);
26321
26383
  // EXTERNAL MODULE: ./packages/components/NBTag/index.js + 4 modules
26322
26384
  var NBTag = __webpack_require__(983);
26385
+ // EXTERNAL MODULE: ./packages/styles/reset.scss
26386
+ var styles_reset = __webpack_require__(5975);
26387
+ ;// ./packages/utils/feadback/el-message.js
26388
+ /**
26389
+ * MessageBox.confirm 确认弹框
26390
+ * @param {Object} MessageBox ElementUI 的 MessageBox 组件
26391
+ * @param {Object} obj 配置对象
26392
+ * @param {String} obj.type 图标类型,info-不显示图标 / success-成功 / warning-警告 / abnormal-异常 / error-失败
26393
+ * @param {String} obj.title 标题,支持换行显示,用<br>隔开
26394
+ * @param {String} obj.message 消息正文内容
26395
+ * @param {String} obj.messageType 消息正文内容类型:info-提示,灰色字体 / success-成功,绿色字体 / warning-警告,黄色字体 / danger-失败,红色字体
26396
+ * @param {String} obj.cancelButtonText 取消按钮的文本内容
26397
+ * @param {String} obj.cancelButtonType 取消按钮的类型,按钮为朴素按钮:default-默认按钮,danger-异常按钮,primary-主要按钮
26398
+ * @param {String} obj.confirmButtonText 确定按钮的文本内容
26399
+ * @param {String} obj.confirmButtonType 确定按钮的类型:default-默认按钮,danger-异常按钮,primary-主要按钮
26400
+ * @param {String} obj.size 尺寸:small-小尺寸720*520,默认尺寸 / medium-中尺寸1000*640
26401
+ * @returns MessageBox.confirm
26402
+ */
26403
+ const nbConfirm = (MessageBox, obj) => {
26404
+ if (typeof obj === 'string') {
26405
+ obj = {
26406
+ title: obj
26407
+ };
26408
+ }
26409
+ let cancelButtonClass = 'is-plain';
26410
+ obj.cancelButtonType = obj.cancelButtonType || 'default';
26411
+ if ((obj.cancelButtonType || '').includes('danger')) {
26412
+ cancelButtonClass += ' el-button--danger';
26413
+ }
26414
+ let confirmButtonClass = '';
26415
+ if (obj.confirmButtonType) {
26416
+ confirmButtonClass += ` el-button--${obj.confirmButtonType}`;
26417
+ }
26418
+
26419
+ // 如果未指定size,但是要显示图标+标题+正文,则size为medium
26420
+ if (!obj.size && obj.type && obj.title && obj.message) {
26421
+ obj.size = 'medium';
26422
+ }
26423
+ let customClass = ` nb-confirm--${obj.size || 'small'}`;
26424
+ // 未指定type(即不显示图标)
26425
+ if (!obj.type) {
26426
+ customClass += ' nb-confirm--no-icon';
26427
+ }
26428
+
26429
+ // 如果有showClose属性,则以其为准
26430
+ let showClose = false; // 是否显示showClose按钮
26431
+ if (typeof obj.showClose === 'boolean') {
26432
+ showClose = obj.showClose;
26433
+ }
26434
+ // 如果未指定showClose,则根据是否指定type(即是否显示图标)来决定是否显示showClose按钮
26435
+ return MessageBox.confirm(getHtml(obj), '', {
26436
+ dangerouslyUseHTMLString: true,
26437
+ showClose: showClose,
26438
+ showCancelButton: true,
26439
+ cancelButtonText: obj.cancelButtonText,
26440
+ cancelButtonClass: cancelButtonClass,
26441
+ showConfirmButton: true,
26442
+ confirmButtonText: obj.confirmButtonText,
26443
+ confirmButtonClass: confirmButtonClass,
26444
+ closeOnClickModal: false,
26445
+ closeOnPressEscape: false,
26446
+ center: true,
26447
+ customClass: `nb-confirm ${customClass} ` + (obj.customClass || '')
26448
+ });
26449
+ };
26450
+
26451
+ /**
26452
+ * MessageBox.alert 确定弹框
26453
+ * @param {Object} MessageBox ElementUI 的 MessageBox 组件
26454
+ * @param {Object} obj 配置对象
26455
+ * @param {String} obj.type 图标类型,warning-红色警告
26456
+ * @param {String} obj.title 标题,支持HTML,换行显示,用<br>隔开
26457
+ * @param {String} obj.message 消息正文内容
26458
+ * @param {String} obj.messageType 消息正文内容类型:warning-黄色字体,success-绿色字体,danger-红色字体,默认灰色字体
26459
+ * @param {String} obj.buttonText 确定按钮的文本内容
26460
+ * @param {String} obj.customClass 自定义类名
26461
+ * @param {String} obj.buttonType 按钮的类型:danger-异常按钮
26462
+ * @param {Boolean} obj.buttonPlain 是否朴素按钮,默认true
26463
+ * @param {String} obj.size 尺寸:small-小尺寸720*520,默认尺寸 / medium-中尺寸1000*640
26464
+ * @returns MessageBox.alert
26465
+ */
26466
+ const nbAlert = (MessageBox, obj) => {
26467
+ if (typeof obj === 'string') {
26468
+ obj = {
26469
+ title: obj
26470
+ };
26471
+ }
26472
+ let confirmButtonClass = '';
26473
+ if (obj.buttonType) {
26474
+ confirmButtonClass += ` el-button--${obj.buttonType}`;
26475
+ }
26476
+ if (typeof obj.buttonPlain !== 'boolean') {
26477
+ obj.buttonPlain = true;
26478
+ }
26479
+ if (obj.buttonPlain) {
26480
+ confirmButtonClass += ' is-plain';
26481
+ }
26482
+ // 如果未指定size,但是要显示图标+标题+正文,则size为medium
26483
+ if (!obj.size && obj.type && obj.title && obj.message) {
26484
+ obj.size = 'medium';
26485
+ }
26486
+ let customClass = ` nb-alert--${obj.size || 'small'}`;
26487
+ // 未指定type(即不显示图标)
26488
+ if (!obj.type) {
26489
+ customClass += ' nb-alert--no-icon';
26490
+ }
26491
+
26492
+ // 如果有showClose属性,则以其为准
26493
+ let showClose = false; // 是否显示showClose按钮
26494
+ if (typeof obj.showClose === 'boolean') {
26495
+ showClose = obj.showClose;
26496
+ }
26497
+ return MessageBox.alert(getHtml(obj), '', {
26498
+ dangerouslyUseHTMLString: true,
26499
+ showClose: showClose,
26500
+ confirmButtonText: obj.confirmButtonText || obj.buttonText,
26501
+ confirmButtonClass: confirmButtonClass,
26502
+ closeOnClickModal: false,
26503
+ closeOnPressEscape: false,
26504
+ center: true,
26505
+ customClass: `nb-alert ${customClass} ` + (obj.customClass || '')
26506
+ });
26507
+ };
26508
+
26509
+ /**
26510
+ * 弹框显示的内容
26511
+ * @param {String} obj.type 图标类型,warning-红色警告
26512
+ * @param {String} obj.title 标题,支持换行显示,用<br>隔开,最多支持换2行
26513
+ * @param {String} obj.message 消息正文内容
26514
+ * @param {String} obj.messageType 消息正文内容类型:warning-绿色字体,其它灰色字体,默认灰色字体
26515
+ * @param {String} obj.cancelButtonText 取消按钮的文本内容
26516
+ * @param {String} obj.confirmButtonText 确定按钮的文本内容
26517
+ * @returns 拼接的HTML字符串
26518
+ */
26519
+ function getHtml(obj) {
26520
+ let html = '';
26521
+ // 图标
26522
+ switch (obj.type) {
26523
+ case 'success':
26524
+ html += `<img class="message__icon" src="${__webpack_require__(6559)}" />`;
26525
+ break;
26526
+ case 'warning':
26527
+ html += `<img class="message__icon" src="${__webpack_require__(629)}" />`;
26528
+ break;
26529
+ case 'abnormal':
26530
+ html += `<img class="message__icon" src="${__webpack_require__(3906)}" />`;
26531
+ break;
26532
+ case 'error':
26533
+ html += `<img class="message__icon" src="${__webpack_require__(8508)}" />`;
26534
+ break;
26535
+ default:
26536
+ break;
26537
+ }
26538
+ // 标题
26539
+ if (obj.title) {
26540
+ html += `<div class="message__title">${obj.title}</div>`;
26541
+ }
26542
+ // 正文
26543
+ if (obj.message) {
26544
+ html += `<div class="message__message message__message--${obj.messageType || 'info'}">${obj.message}</div>`;
26545
+ }
26546
+ return html;
26547
+ }
26548
+ const types = ['success', 'warning', 'error', 'abnormal'];
26549
+ const defaultDuration = 2000;
26550
+
26551
+ /**
26552
+ * @param {Object} Message ElementUI 的 Message 组件
26553
+ * @param {Object} obj 配置对象
26554
+ * @param {string} obj.type 图标类型, 可选值: success warning error
26555
+ * @param {string} obj.title 标题,支持换行显示,用<br>隔开
26556
+ */
26557
+ const nbMessage = (Message, obj) => {
26558
+ const duration = obj.duration === undefined ? defaultDuration : obj.duration;
26559
+ const m = Message({
26560
+ duration: duration,
26561
+ center: true,
26562
+ dangerouslyUseHTMLString: true,
26563
+ message: obj.message,
26564
+ type: obj.type,
26565
+ offset: 220,
26566
+ customClass: `nb-message nb-message--${obj.type} ${obj.customClass ? obj.customClass : ''}`,
26567
+ onClose: () => {}
26568
+ });
26569
+ // 手动关闭
26570
+ if (duration > 0) {
26571
+ let timer = setTimeout(() => {
26572
+ if (m) {
26573
+ m.close();
26574
+ }
26575
+ clearTimeout(timer);
26576
+ }, duration);
26577
+ }
26578
+ return m;
26579
+ };
26580
+ // 可直接通过$message[type]的形式调用
26581
+ types.forEach(type => {
26582
+ nbMessage[type] = (Message, obj) => {
26583
+ if (typeof obj === 'string') {
26584
+ obj = {
26585
+ message: obj
26586
+ };
26587
+ }
26588
+ obj.type = type;
26589
+ return nbMessage(Message, obj);
26590
+ };
26591
+ });
26592
+
26593
+ /**
26594
+ * @param {Object} Notification ElementUI 的 Notification 组件
26595
+ * @param {Object} obj 配置对象
26596
+ * @param {string} obj.type 图标类型, 可选值: success warning error
26597
+ * @param {string} obj.title 标题,支持换行显示,用<br>隔开
26598
+ * @param {string} obj.customClass 自定义样式
26599
+ */
26600
+ const nbNotify = (Notification, obj) => {
26601
+ return Notification({
26602
+ duration: obj.duration === undefined ? defaultDuration : obj.duration,
26603
+ center: true,
26604
+ dangerouslyUseHTMLString: true,
26605
+ showClose: false,
26606
+ customClass: `nb-notify nb-notify--${obj.type} ${obj.customClass ? obj.customClass : ''}`,
26607
+ position: 'top-left',
26608
+ message: obj.message,
26609
+ type: obj.type,
26610
+ offset: 284,
26611
+ onClose: () => {
26612
+ if (obj.onClose) {
26613
+ obj.onClose();
26614
+ }
26615
+ }
26616
+ });
26617
+ };
26618
+ types.forEach(type => {
26619
+ nbNotify[type] = (Notification, obj) => {
26620
+ if (typeof obj === 'string') {
26621
+ obj = {
26622
+ message: obj
26623
+ };
26624
+ }
26625
+ if (typeof obj === 'object' && obj.title) {
26626
+ obj.message = obj.title;
26627
+ }
26628
+ obj.type = type;
26629
+ return nbNotify(Notification, obj);
26630
+ };
26631
+ });
26632
+
26323
26633
  ;// ./packages/index.js
26324
26634
 
26325
26635
 
@@ -26327,7 +26637,7 @@ var NBTag = __webpack_require__(983);
26327
26637
  /*
26328
26638
  * @Author: chenghuan.dong
26329
26639
  * @Date: 2024-11-11 13:46:54
26330
- * @LastEditTime: 2025-02-06 10:17:00
26640
+ * @LastEditTime: 2025-03-04 19:22:34
26331
26641
  * @LastEditors: chenghuan.dong
26332
26642
  * @Description: 主index.js导出全部组件
26333
26643
  * @FilePath: \nubomed-ui\packages\index.js
@@ -26347,6 +26657,8 @@ const cabinetHelp = {
26347
26657
 
26348
26658
 
26349
26659
 
26660
+
26661
+
26350
26662
  // 获取所有组件
26351
26663
  const components = [];
26352
26664
  const req = __webpack_require__(3798);