icloud-ui 1.0.28 → 1.0.30
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/icloud-ui.common.js +6 -2
- package/icloud-ui.common.js.map +1 -1
- package/icloud-ui.css +1 -1
- package/icloud-ui.umd.js +6 -2
- package/icloud-ui.umd.js.map +1 -1
- package/icloud-ui.umd.min.js +1 -1
- package/icloud-ui.umd.min.js.map +1 -1
- package/package.json +12 -6
- package/fonts/iconfont.8b515c54.woff +0 -0
- package/fonts/iconfont.e2f69176.ttf +0 -0
package/icloud-ui.common.js
CHANGED
|
@@ -104607,7 +104607,7 @@ if (typeof window !== 'undefined') {
|
|
|
104607
104607
|
// Indicate to webpack that this file can be concatenated
|
|
104608
104608
|
/* harmony default export */ var setPublicPath = (null);
|
|
104609
104609
|
|
|
104610
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/toolbar/index.vue?vue&type=template&id=
|
|
104610
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/package/toolbar/index.vue?vue&type=template&id=afa278f8&
|
|
104611
104611
|
var render = function render() {
|
|
104612
104612
|
var _vm = this,
|
|
104613
104613
|
_c = _vm._self._c;
|
|
@@ -104615,7 +104615,7 @@ var render = function render() {
|
|
|
104615
104615
|
staticClass: "zcloud_ui_toolbar"
|
|
104616
104616
|
}, [_c('div', [_c('span', {
|
|
104617
104617
|
staticClass: "zcloud_ui_toolbar_prefix"
|
|
104618
|
-
}, [_vm._v(" ")]), _c('span', {
|
|
104618
|
+
}, [_vm.showPrefix ? _c('span', [_vm._v(" ")]) : _vm._e()]), _c('span', {
|
|
104619
104619
|
staticClass: "zcloud_ui_toolbar_title"
|
|
104620
104620
|
}, [_vm._v(_vm._s(_vm.title))]), _c('span', {
|
|
104621
104621
|
staticClass: "zcloud_ui_toolbar_right"
|
|
@@ -104634,6 +104634,10 @@ var staticRenderFns = [];
|
|
|
104634
104634
|
title: {
|
|
104635
104635
|
type: String,
|
|
104636
104636
|
default: "默认标题"
|
|
104637
|
+
},
|
|
104638
|
+
showPrefix: {
|
|
104639
|
+
type: Boolean,
|
|
104640
|
+
default: true
|
|
104637
104641
|
}
|
|
104638
104642
|
},
|
|
104639
104643
|
data: function data() {
|