jufubao-base 1.0.56-beta2002 → 1.0.56-beta2004

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.56-beta2002",
3
+ "version": "1.0.56-beta2004",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@ import XdFormInput from "@/components/XdFormInput/XdFormInput";
92
92
  import XdButton from "@/components/XdButton/XdButton";
93
93
  import XdContentXss from '@/components/XdContentXss/XdContentXss'
94
94
  import { jfbRootExec } from "@/utils/xd.event";
95
- import JfbBaseCardMergeMixin from "./JfbBaseCardMergeMixin";
95
+ import JfbBaseCardMergeEntryMixin from "./JfbBaseCardMergeEntryMixin";
96
96
  import { getContainerPropsValue } from "@/utils/xd.base";
97
97
  import componentsMixins from "@/mixins/componentsMixins";
98
98
  import { mapState } from "vuex";
@@ -111,7 +111,7 @@ export default {
111
111
  XdButton,
112
112
  XdContentXss
113
113
  },
114
- mixins: [componentsMixins, extsMixins, JfbBaseCardMergeMixin],
114
+ mixins: [JfbBaseCardMergeEntryMixin, componentsMixins, extsMixins],
115
115
  data() {
116
116
  return {
117
117
  mergeForm: {},
@@ -293,7 +293,7 @@ export default {
293
293
  </script>
294
294
 
295
295
  <style scoped lang="less">
296
- @import "./JfbBaseCardMergeLess.less";
296
+ @import "./JfbBaseCardMergeEntryLess.less";
297
297
 
298
298
  .xd-notice {
299
299
  padding: unit(40, rpx);
@@ -82,14 +82,14 @@ import XdRadio from "@/components/XdRadio/XdRadio";
82
82
  import XdButton from "@/components/XdButton/XdButton";
83
83
  import XdDailog from "@/components/XdDailog/XdDailog";
84
84
  import { jfbRootExec } from "@/utils/xd.event";
85
- import JfbBaseCardShiftMixin from "./JfbBaseCardShiftMixin";
85
+ import JfbBaseCardShifEntrytMixin from "./JfbBaseCardShiftEntryMixin";
86
86
  import componentsMixins from "@/mixins/componentsMixins";
87
87
  import extsMixins from "@/mixins/extsMixins";
88
88
  import { getContainerPropsValue } from "@/utils/xd.base";
89
89
  import XdContentXss from '@/components/XdContentXss/XdContentXss'
90
90
 
91
91
  export default {
92
- name: "JfbBaseCardShift",
92
+ name: "JfbBaseCardShiftEntry",
93
93
  components: {
94
94
  XdFontIcon,
95
95
  XdRadio,
@@ -97,7 +97,7 @@ export default {
97
97
  XdDailog,
98
98
  XdContentXss
99
99
  },
100
- mixins: [JfbBaseCardShiftMixin, componentsMixins, extsMixins],
100
+ mixins: [JfbBaseCardShifEntrytMixin, componentsMixins, extsMixins],
101
101
  data() {
102
102
  return {
103
103
  info: null,