jb-mobile-ui 1.4.8 → 1.4.10

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.
@@ -1,6 +1,6 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  /**
3
- * 日期选择组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年
3
+ * 日期选择组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年、total - 总
4
4
  */
5
5
  datePickerType: {
6
6
  type: StringConstructor;
@@ -48,7 +48,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
48
48
  "update:dateFormatValue": (...args: any[]) => void;
49
49
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
50
50
  /**
51
- * 日期选择组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年
51
+ * 日期选择组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年、total - 总
52
52
  */
53
53
  datePickerType: {
54
54
  type: StringConstructor;
@@ -23,6 +23,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
+ /**
27
+ * 弹出层的标题是否为白色背景
28
+ */
29
+ titleWhiteBg: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
26
33
  /**
27
34
  * 弹出层内容的高度
28
35
  */
@@ -38,9 +45,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
38
45
  default: boolean;
39
46
  };
40
47
  /**
41
- * 是否显示弹出层的底部按钮
48
+ * 是否显示弹出层的底部确认按钮
49
+ */
50
+ confirmButton: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ /**
55
+ * 弹出层底部确认按钮的文本
56
+ */
57
+ confirmButtonText: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ /**
62
+ * 是否禁用弹出层的底部确认按钮
42
63
  */
43
- footButton: {
64
+ confirmButtonDisabled: {
44
65
  type: BooleanConstructor;
45
66
  default: boolean;
46
67
  };
@@ -70,6 +91,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
70
91
  type: StringConstructor;
71
92
  default: string;
72
93
  };
94
+ /**
95
+ * 弹出层的标题是否为白色背景
96
+ */
97
+ titleWhiteBg: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
73
101
  /**
74
102
  * 弹出层内容的高度
75
103
  */
@@ -85,9 +113,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
85
113
  default: boolean;
86
114
  };
87
115
  /**
88
- * 是否显示弹出层的底部按钮
116
+ * 是否显示弹出层的底部确认按钮
117
+ */
118
+ confirmButton: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ /**
123
+ * 弹出层底部确认按钮的文本
124
+ */
125
+ confirmButtonText: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ /**
130
+ * 是否禁用弹出层的底部确认按钮
89
131
  */
90
- footButton: {
132
+ confirmButtonDisabled: {
91
133
  type: BooleanConstructor;
92
134
  default: boolean;
93
135
  };
@@ -105,9 +147,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
105
147
  }>, {
106
148
  title: string;
107
149
  visible: boolean;
150
+ titleWhiteBg: boolean;
108
151
  contentHeight: string | number;
109
152
  greyBg: boolean;
110
- footButton: boolean;
153
+ confirmButton: boolean;
154
+ confirmButtonText: string;
155
+ confirmButtonDisabled: boolean;
111
156
  beforeConfirm: Function;
112
157
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
113
158
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8
8
  default: boolean;
9
9
  };
10
10
  /**
11
- * 时间选择弹出层组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年
11
+ * 时间选择弹出层组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年、total - 总
12
12
  */
13
13
  timePickerType: {
14
14
  type: StringConstructor;
@@ -87,7 +87,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
87
87
  default: boolean;
88
88
  };
89
89
  /**
90
- * 时间选择弹出层组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年
90
+ * 时间选择弹出层组件当前默认的时间维度,可通过 v-model 进行双向数据绑定,可选值为:dateRange - 按日、week - 按周、month - 按月、quarter - 按季度、year - 按年、total - 总
91
91
  */
92
92
  timePickerType: {
93
93
  type: StringConstructor;