cnhis-design-vue 2.1.52 → 2.1.53
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/CHANGELOG.md +19 -11
- package/es/age/index.js +2 -2
- package/es/big-table/index.js +125 -71
- package/es/big-table/style.css +1 -1
- package/es/button/index.js +2 -2
- package/es/captcha/index.js +3 -3
- package/es/checkbox/index.js +1 -1
- package/es/color-picker/index.js +1 -1
- package/es/date-picker/index.js +911 -0
- package/es/drag-layout/index.js +3 -3
- package/es/editor/index.js +1 -1
- package/es/fabric-chart/index.js +9 -9
- package/es/form-table/index.js +17 -17
- package/es/index/index.js +873 -208
- package/es/index/style.css +1 -1
- package/es/input/index.js +1 -1
- package/es/map/index.js +1 -1
- package/es/multi-chat/index.js +24 -24
- package/es/multi-chat-client/index.js +18 -18
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +4 -4
- package/es/multi-chat-setting/index.js +20 -20
- package/es/multi-chat-sip/index.js +1 -1
- package/es/radio/index.js +1 -1
- package/es/scale-view/index.js +24 -24
- package/es/select/index.js +4 -4
- package/es/select-label/index.js +3 -3
- package/es/select-person/index.js +2 -2
- package/es/shortcut-setter/index.js +2 -2
- package/es/table-filter/index.js +21 -21
- package/es/tag/index.js +1 -1
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +1337 -719
- package/lib/cui.umd.js +1337 -719
- package/lib/cui.umd.min.js +13 -13
- package/package.json +1 -1
- package/packages/big-table/src/BigTable.vue +59 -17
- package/packages/big-table/src/utils/bigTableProps.js +12 -8
- package/packages/date-picker/index.js +2 -0
- package/packages/date-picker/src/utils/index.js +374 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [2.1.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* **
|
|
11
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [2.1.53](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/compare/v2.1.52...v2.1.53) (2023-01-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **big-table:** 列表相关项在底部展示优化 ([ba5755a](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/commit/ba5755afeec01ee3e0d07a6275f770505a01f8a6))
|
|
11
|
+
* **date-picker:** 支持输入内容生成有效日期格式 ([45cd44c](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/commit/45cd44c923ab6b0ddb0ae9cfad27de164927bd5b))
|
|
12
|
+
|
|
13
|
+
### [2.1.52](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/compare/v2.1.51...v2.1.52) (2023-01-09)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **button-print:** 循环打印模式下直接打印只第一张弹出设置框,预览打印只执行一次 ([67729b6](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/commit/67729b65a99fbde38b6a3115f99d94d47017a1c2))
|
|
19
|
+
|
|
12
20
|
### [2.1.51](http://120.25.59.85:3000/cnhis-frontend/cnhis-design-vue/compare/v2.1.50...v2.1.51) (2023-01-09)
|
|
13
21
|
|
|
14
22
|
|
package/es/age/index.js
CHANGED
|
@@ -3177,7 +3177,7 @@ var es_function_name_js_ = __webpack_require__("db0a");
|
|
|
3177
3177
|
// EXTERNAL MODULE: ./packages/base/index.js
|
|
3178
3178
|
var base = __webpack_require__("3edf");
|
|
3179
3179
|
|
|
3180
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3180
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"03c462c2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/age/src/age/index.vue?vue&type=template&id=1a38c998&scoped=true&
|
|
3181
3181
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-input-group',{staticClass:"age-input",staticStyle:{"display":"flex"},attrs:{"compact":""}},[_c('a-input-number',_vm._g(_vm._b({attrs:{"value":_vm.number}},'a-input-number',_vm.config,false),_vm.inputListeners)),(_vm.unitconfig.option && _vm.unitconfig.option.length > 0)?_c('a-select',_vm._g(_vm._b({attrs:{"value":_vm.unit}},'a-select',_vm.unitconfig,false),_vm.selectListeners),_vm._l((_vm.unitconfig.option),function(v,k){return _c('a-select-option',{key:k,attrs:{"value":v.value}},[_vm._v(" "+_vm._s(v.text)+" ")])}),1):_vm._e()],1)],1)}
|
|
3182
3182
|
var staticRenderFns = []
|
|
3183
3183
|
|
|
@@ -3378,7 +3378,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3378
3378
|
)
|
|
3379
3379
|
|
|
3380
3380
|
/* harmony default export */ var age = (component.exports);
|
|
3381
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3381
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"03c462c2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/age/src/age-com/index.vue?vue&type=template&id=0e1dea56&scoped=true&
|
|
3382
3382
|
var age_comvue_type_template_id_0e1dea56_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container age-com"},[(_vm.showType.includes('YYYY'))?_vm._t("default",function(){return [_c('a-input-number',{attrs:{"min":0,"value":_vm.ageValue.year,"disabled":_vm.isDisabled},on:{"focus":function($event){return _vm.handlerInputFocus(1)},"change":_vm.handleYearChange}}),_c('span',{staticClass:"age-com-suffix"},[_vm._v("岁")])]}):_vm._e(),(_vm.showType.includes('MM'))?_vm._t("default",function(){return [_c('a-input-number',{attrs:{"min":0,"value":_vm.ageValue.month,"disabled":_vm.isDisabled},on:{"focus":function($event){return _vm.handlerInputFocus(2)},"change":_vm.handleMonthChange}}),_c('span',{staticClass:"age-com-suffix"},[_vm._v("月")])]}):_vm._e(),(_vm.showType.includes('DD'))?_vm._t("default",function(){return [_c('a-input-number',{attrs:{"min":0,"value":_vm.ageValue.day,"disabled":_vm.isDisabled},on:{"change":_vm.handleDayChange,"focus":function($event){return _vm.handlerInputFocus(3)}}}),_c('span',{staticClass:"age-com-suffix"},[_vm._v("日")])]}):_vm._e()],2)}
|
|
3383
3383
|
var age_comvue_type_template_id_0e1dea56_scoped_true_staticRenderFns = []
|
|
3384
3384
|
|