jb-mobile-ui 1.5.3 → 1.5.4

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.
@@ -37,6 +37,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
37
37
  type: StringConstructor;
38
38
  default: string;
39
39
  };
40
+ /**
41
+ * 步骤条左侧步骤的样式
42
+ */
43
+ stepLeftStyle: {
44
+ type: ObjectConstructor;
45
+ default: {};
46
+ };
40
47
  /**
41
48
  * 步骤条右侧内容的样式
42
49
  */
@@ -44,6 +51,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
44
51
  type: ObjectConstructor;
45
52
  default: {};
46
53
  };
54
+ /**
55
+ * 步骤条内容的样式
56
+ */
57
+ stepContentStyle: {
58
+ type: ObjectConstructor;
59
+ default: {};
60
+ };
47
61
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
48
62
  /**
49
63
  * 步骤条的类型,0 - 无序号,1 - 有序号
@@ -73,6 +87,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
73
87
  type: StringConstructor;
74
88
  default: string;
75
89
  };
90
+ /**
91
+ * 步骤条左侧步骤的样式
92
+ */
93
+ stepLeftStyle: {
94
+ type: ObjectConstructor;
95
+ default: {};
96
+ };
76
97
  /**
77
98
  * 步骤条右侧内容的样式
78
99
  */
@@ -80,12 +101,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
80
101
  type: ObjectConstructor;
81
102
  default: {};
82
103
  };
104
+ /**
105
+ * 步骤条内容的样式
106
+ */
107
+ stepContentStyle: {
108
+ type: ObjectConstructor;
109
+ default: {};
110
+ };
83
111
  }>> & Readonly<{}>, {
84
112
  type: number;
85
113
  title: string;
86
114
  num: number;
87
115
  numClass: string;
116
+ stepLeftStyle: Record<string, any>;
88
117
  stepRightStyle: Record<string, any>;
118
+ stepContentStyle: Record<string, any>;
89
119
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
90
120
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
121
  export default _default;