nubomed-ui 2.0.39 → 2.0.40

Sign up to get free protection for your applications and to get access to all the features.
package/nubomed-ui.umd.js CHANGED
@@ -5132,7 +5132,7 @@ var iconfont = __webpack_require__(3050);
5132
5132
  /*
5133
5133
  * @Author: chenghuan.dong
5134
5134
  * @Date: 2024-11-08 17:23:47
5135
- * @LastEditTime: 2024-11-14 16:40:00
5135
+ * @LastEditTime: 2024-11-14 16:51:05
5136
5136
  * @LastEditors: chenghuan.dong
5137
5137
  * @Description: 主index.js导出全部组件
5138
5138
  * @FilePath: \nubomed-ui\packages\index.js
@@ -5160,10 +5160,9 @@ const install = function (Vue, options = {}) {
5160
5160
  if (install.installed) return;
5161
5161
  components.forEach(component => {
5162
5162
  const name = 'nb-' + camelToKebab(component.name.slice(2));
5163
- const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-radio-group', 'nb-checkbox-group', 'nb-header', 'nb-summary-bar', 'nb-header', 'nb-tabs', 'nb-pagination'
5163
+ const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-radio-group', 'nb-checkbox-group', 'nb-header', 'nb-summary-bar', 'nb-header', 'nb-tabs', 'nb-pagination', 'nb-progress'
5164
5164
  // 'nb-fullscreen-dialog',
5165
- // 'nb-out-footer-dialog',
5166
- // 'nb-progress'
5165
+ // 'nb-out-footer-dialog'
5167
5166
  ];
5168
5167
  if (installNames.includes(name)) {
5169
5168
  console.log('%c' + '√ ' + name, 'color: #00A572;');
@@ -5178,11 +5177,6 @@ const install = function (Vue, options = {}) {
5178
5177
  // 全局
5179
5178
  // Vue.prototype.$nbNotify = nbNotify
5180
5179
  };
5181
-
5182
- // if (typeof window !== 'undefined' && window.Vue) {
5183
- // install(window.Vue)
5184
- // }
5185
-
5186
5180
  const packages_i18n = locale.i18n;
5187
5181
  /* harmony default export */ var packages_0 = ({
5188
5182
  install,