eoss-ui 0.4.77 → 0.4.78
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/lib/button.js +3 -3
- package/lib/cascader.js +2 -2
- package/lib/date-picker.js +2 -2
- package/lib/eoss-ui.common.js +66 -3
- package/lib/index.js +1 -1
- package/lib/input-number.js +9 -9
- package/lib/input.js +2 -2
- package/lib/label.js +2 -2
- package/lib/layout.js +269 -0
- package/lib/menu.js +2 -2
- package/lib/nav.js +2 -2
- package/lib/notify.js +2 -2
- package/lib/page.js +9 -9
- package/lib/pagination.js +2 -2
- package/lib/player.js +2 -2
- package/lib/qr-code.js +2 -2
- package/lib/radio-group.js +2 -2
- package/lib/retrial-auth.js +2 -2
- package/lib/select-ganged.js +2 -2
- package/lib/select.js +2 -2
- package/lib/selector.js +2 -2
- package/lib/sizer.js +2 -2
- package/lib/steps.js +2 -2
- package/lib/switch.js +2 -2
- package/lib/table-form.js +2 -2
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +2 -2
- package/lib/theme-chalk/layout.css +0 -0
- package/lib/tips.js +9 -9
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +2 -2
- package/lib/tree.js +2 -2
- package/lib/wujie.js +2 -2
- package/lib/wxlogin.js +2 -2
- package/package.json +1 -1
- package/packages/button/src/main.vue +4 -6
- package/packages/layout/index.js +3 -3
- package/packages/layout/src/main.vue +11 -1422
- package/packages/theme-chalk/lib/layout.css +0 -0
- package/packages/theme-chalk/src/index.scss +1 -0
- package/packages/theme-chalk/src/layout.scss +0 -0
- package/src/index.js +4 -1
- package/packages/layout/src/resetPassword.vue +0 -338
package/lib/button.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 66);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 66:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
|
@@ -3610,7 +3610,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
3610
3610
|
name: 'show',
|
|
3611
3611
|
value: !this.hide
|
|
3612
3612
|
}]
|
|
3613
|
-
}, this.iconPlacement === 'start' ? [this.
|
|
3613
|
+
}, this.iconPlacement === 'start' ? [this.icon ? h('i', { class: this.icon }) : '', this.$slots.default || this.text] : [this.$slots.default || this.text, this.icon ? h('i', { class: this.icon }) : '']);
|
|
3614
3614
|
}
|
|
3615
3615
|
});
|
|
3616
3616
|
// CONCATENATED MODULE: ./packages/button/src/main.vue?vue&type=script&lang=js&
|
package/lib/cascader.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 67);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -192,7 +192,7 @@ function normalizeComponent(
|
|
|
192
192
|
|
|
193
193
|
/***/ }),
|
|
194
194
|
|
|
195
|
-
/***/
|
|
195
|
+
/***/ 67:
|
|
196
196
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
197
|
|
|
198
198
|
"use strict";
|
package/lib/date-picker.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 68);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -3359,7 +3359,7 @@ module.exports = require("json-bigint");
|
|
|
3359
3359
|
|
|
3360
3360
|
/***/ }),
|
|
3361
3361
|
|
|
3362
|
-
/***/
|
|
3362
|
+
/***/ 68:
|
|
3363
3363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3364
3364
|
|
|
3365
3365
|
"use strict";
|
package/lib/eoss-ui.common.js
CHANGED
|
@@ -3595,7 +3595,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
3595
3595
|
name: 'show',
|
|
3596
3596
|
value: !this.hide
|
|
3597
3597
|
}]
|
|
3598
|
-
}, this.iconPlacement === 'start' ? [this.
|
|
3598
|
+
}, this.iconPlacement === 'start' ? [this.icon ? h('i', { class: this.icon }) : '', this.$slots.default || this.text] : [this.$slots.default || this.text, this.icon ? h('i', { class: this.icon }) : '']);
|
|
3599
3599
|
}
|
|
3600
3600
|
});
|
|
3601
3601
|
// CONCATENATED MODULE: ./packages/button/src/main.vue?vue&type=script&lang=js&
|
|
@@ -43795,6 +43795,67 @@ label_src_main.install = function (Vue) {
|
|
|
43795
43795
|
};
|
|
43796
43796
|
|
|
43797
43797
|
/* harmony default export */ var packages_label = (label_src_main);
|
|
43798
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/layout/src/main.vue?vue&type=template&id=32d774ac&
|
|
43799
|
+
var mainvue_type_template_id_32d774ac_render = function () {
|
|
43800
|
+
var _vm = this
|
|
43801
|
+
var _h = _vm.$createElement
|
|
43802
|
+
var _c = _vm._self._c || _h
|
|
43803
|
+
return _c("div")
|
|
43804
|
+
}
|
|
43805
|
+
var mainvue_type_template_id_32d774ac_staticRenderFns = []
|
|
43806
|
+
mainvue_type_template_id_32d774ac_render._withStripped = true
|
|
43807
|
+
|
|
43808
|
+
|
|
43809
|
+
// CONCATENATED MODULE: ./packages/layout/src/main.vue?vue&type=template&id=32d774ac&
|
|
43810
|
+
|
|
43811
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/layout/src/main.vue?vue&type=script&lang=js&
|
|
43812
|
+
//
|
|
43813
|
+
|
|
43814
|
+
/* harmony default export */ var layout_src_mainvue_type_script_lang_js_ = ({
|
|
43815
|
+
name: 'EsLayout',
|
|
43816
|
+
components: {},
|
|
43817
|
+
props: {},
|
|
43818
|
+
computed: {},
|
|
43819
|
+
watch: {},
|
|
43820
|
+
data: function data() {
|
|
43821
|
+
return {};
|
|
43822
|
+
},
|
|
43823
|
+
created: function created() {},
|
|
43824
|
+
mounted: function mounted() {},
|
|
43825
|
+
|
|
43826
|
+
methods: {},
|
|
43827
|
+
beforeDestroy: function beforeDestroy() {}
|
|
43828
|
+
});
|
|
43829
|
+
// CONCATENATED MODULE: ./packages/layout/src/main.vue?vue&type=script&lang=js&
|
|
43830
|
+
/* harmony default export */ var packages_layout_src_mainvue_type_script_lang_js_ = (layout_src_mainvue_type_script_lang_js_);
|
|
43831
|
+
// CONCATENATED MODULE: ./packages/layout/src/main.vue
|
|
43832
|
+
|
|
43833
|
+
|
|
43834
|
+
|
|
43835
|
+
|
|
43836
|
+
|
|
43837
|
+
/* normalize component */
|
|
43838
|
+
|
|
43839
|
+
var layout_src_main_component = normalizeComponent(
|
|
43840
|
+
packages_layout_src_mainvue_type_script_lang_js_,
|
|
43841
|
+
mainvue_type_template_id_32d774ac_render,
|
|
43842
|
+
mainvue_type_template_id_32d774ac_staticRenderFns,
|
|
43843
|
+
false,
|
|
43844
|
+
null,
|
|
43845
|
+
null,
|
|
43846
|
+
null
|
|
43847
|
+
|
|
43848
|
+
)
|
|
43849
|
+
|
|
43850
|
+
/* harmony default export */ var layout_src_main = (layout_src_main_component.exports);
|
|
43851
|
+
// CONCATENATED MODULE: ./packages/layout/index.js
|
|
43852
|
+
|
|
43853
|
+
|
|
43854
|
+
layout_src_main.install = function (Vue) {
|
|
43855
|
+
return Vue.component(layout_src_main.name, layout_src_main);
|
|
43856
|
+
};
|
|
43857
|
+
|
|
43858
|
+
/* harmony default export */ var layout = (layout_src_main);
|
|
43798
43859
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=39507db1&
|
|
43799
43860
|
var mainvue_type_template_id_39507db1_render = function () {
|
|
43800
43861
|
var _vm = this
|
|
@@ -69510,7 +69571,8 @@ wxlogin_src_main.install = function (Vue) {
|
|
|
69510
69571
|
|
|
69511
69572
|
|
|
69512
69573
|
|
|
69513
|
-
|
|
69574
|
+
|
|
69575
|
+
var components = [packages_button, button_group, checkbox_group, card, cascader, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icons, packages_input, input_number, packages_label, layout, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
|
|
69514
69576
|
|
|
69515
69577
|
var install = function install(Vue) {
|
|
69516
69578
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
@@ -69525,7 +69587,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
69525
69587
|
}
|
|
69526
69588
|
|
|
69527
69589
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
69528
|
-
version: '0.4.
|
|
69590
|
+
version: '0.4.78',
|
|
69529
69591
|
install: install,
|
|
69530
69592
|
Button: packages_button,
|
|
69531
69593
|
ButtonGroup: button_group,
|
|
@@ -69549,6 +69611,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
69549
69611
|
Input: packages_input,
|
|
69550
69612
|
InputNumber: input_number,
|
|
69551
69613
|
Label: packages_label,
|
|
69614
|
+
Layout: layout,
|
|
69552
69615
|
Login: login,
|
|
69553
69616
|
Main: packages_main,
|
|
69554
69617
|
Menu: menu,
|