ll-plus 2.2.1 → 2.2.2
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/es/components/api-component/index.d.ts +37 -29
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +37 -29
- package/es/components/api-component/src/api-component.vue2.mjs +30 -34
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +11 -0
- package/es/components/api-component/src/config/api-component.mjs +4 -1
- package/es/components/api-component/src/config/api-component.mjs.map +1 -1
- package/es/components/api-component/src/config/index.mjs +1 -1
- package/es/components/easy-cron/index.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +70 -102
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +71 -104
- package/lib/components/api-component/index.d.ts +37 -29
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
- package/lib/components/api-component/src/api-component.vue2.js +29 -33
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +11 -0
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/easy-cron/index.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
- package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/api-component/index.d.ts +37 -29
- package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
- package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
- package/types/packages/components/easy-cron/index.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1067,8 +1067,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1067
1067
|
[x: string]: any;
|
|
1068
1068
|
}, {
|
|
1069
1069
|
type: import("vue").Ref<any>;
|
|
1070
|
+
bem: {
|
|
1071
|
+
b: (blockSuffix?: string) => string;
|
|
1072
|
+
e: (element?: string) => string;
|
|
1073
|
+
m: (modifier?: string) => string;
|
|
1074
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1075
|
+
em: (element: string, modifier: string) => string;
|
|
1076
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1077
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1078
|
+
is: (name?: string) => string;
|
|
1079
|
+
};
|
|
1070
1080
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1071
|
-
prefixCls: unknown;
|
|
1072
1081
|
defaultValue: import("vue").Ref<any>;
|
|
1073
1082
|
valueRange: any;
|
|
1074
1083
|
valueLoop: any;
|
|
@@ -1109,16 +1118,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1109
1118
|
disabled: any;
|
|
1110
1119
|
class: string[];
|
|
1111
1120
|
}>;
|
|
1112
|
-
bem: {
|
|
1113
|
-
b: (blockSuffix?: string) => string;
|
|
1114
|
-
e: (element?: string) => string;
|
|
1115
|
-
m: (modifier?: string) => string;
|
|
1116
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1117
|
-
em: (element: string, modifier: string) => string;
|
|
1118
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1119
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1120
|
-
is: (name?: string) => string;
|
|
1121
|
-
};
|
|
1122
1121
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1123
1122
|
readonly change: (value: string) => boolean;
|
|
1124
1123
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1134,8 +1133,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1134
1133
|
[x: string]: any;
|
|
1135
1134
|
}, {
|
|
1136
1135
|
type: import("vue").Ref<any>;
|
|
1136
|
+
bem: {
|
|
1137
|
+
b: (blockSuffix?: string) => string;
|
|
1138
|
+
e: (element?: string) => string;
|
|
1139
|
+
m: (modifier?: string) => string;
|
|
1140
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1141
|
+
em: (element: string, modifier: string) => string;
|
|
1142
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1143
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1144
|
+
is: (name?: string) => string;
|
|
1145
|
+
};
|
|
1137
1146
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1138
|
-
prefixCls: unknown;
|
|
1139
1147
|
defaultValue: import("vue").Ref<any>;
|
|
1140
1148
|
valueRange: any;
|
|
1141
1149
|
valueLoop: any;
|
|
@@ -1176,16 +1184,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1176
1184
|
disabled: any;
|
|
1177
1185
|
class: string[];
|
|
1178
1186
|
}>;
|
|
1179
|
-
bem: {
|
|
1180
|
-
b: (blockSuffix?: string) => string;
|
|
1181
|
-
e: (element?: string) => string;
|
|
1182
|
-
m: (modifier?: string) => string;
|
|
1183
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1184
|
-
em: (element: string, modifier: string) => string;
|
|
1185
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1186
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1187
|
-
is: (name?: string) => string;
|
|
1188
|
-
};
|
|
1189
1187
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1190
1188
|
readonly change: (value: string) => boolean;
|
|
1191
1189
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1201,8 +1199,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1201
1199
|
[x: string]: any;
|
|
1202
1200
|
}, {
|
|
1203
1201
|
type: import("vue").Ref<any>;
|
|
1202
|
+
bem: {
|
|
1203
|
+
b: (blockSuffix?: string) => string;
|
|
1204
|
+
e: (element?: string) => string;
|
|
1205
|
+
m: (modifier?: string) => string;
|
|
1206
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1207
|
+
em: (element: string, modifier: string) => string;
|
|
1208
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1209
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1210
|
+
is: (name?: string) => string;
|
|
1211
|
+
};
|
|
1204
1212
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1205
|
-
prefixCls: unknown;
|
|
1206
1213
|
defaultValue: import("vue").Ref<any>;
|
|
1207
1214
|
valueRange: any;
|
|
1208
1215
|
valueLoop: any;
|
|
@@ -1243,16 +1250,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1243
1250
|
disabled: any;
|
|
1244
1251
|
class: string[];
|
|
1245
1252
|
}>;
|
|
1246
|
-
bem: {
|
|
1247
|
-
b: (blockSuffix?: string) => string;
|
|
1248
|
-
e: (element?: string) => string;
|
|
1249
|
-
m: (modifier?: string) => string;
|
|
1250
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1251
|
-
em: (element: string, modifier: string) => string;
|
|
1252
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1253
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1254
|
-
is: (name?: string) => string;
|
|
1255
|
-
};
|
|
1256
1253
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1257
1254
|
readonly change: (value: string) => boolean;
|
|
1258
1255
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1274,6 +1271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1274
1271
|
precision: number;
|
|
1275
1272
|
disabled: any;
|
|
1276
1273
|
}>;
|
|
1274
|
+
type: import("vue").Ref<any>;
|
|
1277
1275
|
bem: {
|
|
1278
1276
|
b: (blockSuffix?: string) => string;
|
|
1279
1277
|
e: (element?: string) => string;
|
|
@@ -1284,9 +1282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1284
1282
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1285
1283
|
is: (name?: string) => string;
|
|
1286
1284
|
};
|
|
1287
|
-
type: import("vue").Ref<any>;
|
|
1288
1285
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1289
|
-
prefixCls: unknown;
|
|
1290
1286
|
defaultValue: import("vue").Ref<any>;
|
|
1291
1287
|
valueRange: any;
|
|
1292
1288
|
valueLoop: any;
|
|
@@ -1342,8 +1338,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1342
1338
|
[x: string]: any;
|
|
1343
1339
|
}, {
|
|
1344
1340
|
type: import("vue").Ref<any>;
|
|
1341
|
+
bem: {
|
|
1342
|
+
b: (blockSuffix?: string) => string;
|
|
1343
|
+
e: (element?: string) => string;
|
|
1344
|
+
m: (modifier?: string) => string;
|
|
1345
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1346
|
+
em: (element: string, modifier: string) => string;
|
|
1347
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1348
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1349
|
+
is: (name?: string) => string;
|
|
1350
|
+
};
|
|
1345
1351
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1346
|
-
prefixCls: unknown;
|
|
1347
1352
|
defaultValue: import("vue").Ref<any>;
|
|
1348
1353
|
valueRange: any;
|
|
1349
1354
|
valueLoop: any;
|
|
@@ -1384,16 +1389,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1384
1389
|
disabled: any;
|
|
1385
1390
|
class: string[];
|
|
1386
1391
|
}>;
|
|
1387
|
-
bem: {
|
|
1388
|
-
b: (blockSuffix?: string) => string;
|
|
1389
|
-
e: (element?: string) => string;
|
|
1390
|
-
m: (modifier?: string) => string;
|
|
1391
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1392
|
-
em: (element: string, modifier: string) => string;
|
|
1393
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1394
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1395
|
-
is: (name?: string) => string;
|
|
1396
|
-
};
|
|
1397
1392
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1398
1393
|
readonly change: (value: string) => boolean;
|
|
1399
1394
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1408,16 +1403,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1408
1403
|
WeekUI: import("vue").DefineComponent<{
|
|
1409
1404
|
[x: string]: any;
|
|
1410
1405
|
}, {
|
|
1411
|
-
bem: {
|
|
1412
|
-
b: (blockSuffix?: string) => string;
|
|
1413
|
-
e: (element?: string) => string;
|
|
1414
|
-
m: (modifier?: string) => string;
|
|
1415
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1416
|
-
em: (element: string, modifier: string) => string;
|
|
1417
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1418
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1419
|
-
is: (name?: string) => string;
|
|
1420
|
-
};
|
|
1421
1406
|
weekOptions: import("vue").ComputedRef<{
|
|
1422
1407
|
label: string;
|
|
1423
1408
|
value: number;
|
|
@@ -1449,8 +1434,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1449
1434
|
'7': string;
|
|
1450
1435
|
};
|
|
1451
1436
|
type: import("vue").Ref<any>;
|
|
1437
|
+
bem: {
|
|
1438
|
+
b: (blockSuffix?: string) => string;
|
|
1439
|
+
e: (element?: string) => string;
|
|
1440
|
+
m: (modifier?: string) => string;
|
|
1441
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1442
|
+
em: (element: string, modifier: string) => string;
|
|
1443
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1444
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1445
|
+
is: (name?: string) => string;
|
|
1446
|
+
};
|
|
1452
1447
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1453
|
-
prefixCls: unknown;
|
|
1454
1448
|
defaultValue: import("vue").Ref<any>;
|
|
1455
1449
|
valueRange: any;
|
|
1456
1450
|
valueLoop: any;
|
|
@@ -1506,8 +1500,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1506
1500
|
[x: string]: any;
|
|
1507
1501
|
}, {
|
|
1508
1502
|
type: import("vue").Ref<any>;
|
|
1503
|
+
bem: {
|
|
1504
|
+
b: (blockSuffix?: string) => string;
|
|
1505
|
+
e: (element?: string) => string;
|
|
1506
|
+
m: (modifier?: string) => string;
|
|
1507
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1508
|
+
em: (element: string, modifier: string) => string;
|
|
1509
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1510
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1511
|
+
is: (name?: string) => string;
|
|
1512
|
+
};
|
|
1509
1513
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1510
|
-
prefixCls: unknown;
|
|
1511
1514
|
defaultValue: import("vue").Ref<any>;
|
|
1512
1515
|
valueRange: any;
|
|
1513
1516
|
valueLoop: any;
|
|
@@ -1548,16 +1551,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1548
1551
|
disabled: any;
|
|
1549
1552
|
class: string[];
|
|
1550
1553
|
}>;
|
|
1551
|
-
bem: {
|
|
1552
|
-
b: (blockSuffix?: string) => string;
|
|
1553
|
-
e: (element?: string) => string;
|
|
1554
|
-
m: (modifier?: string) => string;
|
|
1555
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1556
|
-
em: (element: string, modifier: string) => string;
|
|
1557
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1558
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1559
|
-
is: (name?: string) => string;
|
|
1560
|
-
};
|
|
1561
1554
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1562
1555
|
readonly change: (value: string) => boolean;
|
|
1563
1556
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1086,8 +1086,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1086
1086
|
[x: string]: any;
|
|
1087
1087
|
}, {
|
|
1088
1088
|
type: import("vue").Ref<any>;
|
|
1089
|
+
bem: {
|
|
1090
|
+
b: (blockSuffix?: string) => string;
|
|
1091
|
+
e: (element?: string) => string;
|
|
1092
|
+
m: (modifier?: string) => string;
|
|
1093
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1094
|
+
em: (element: string, modifier: string) => string;
|
|
1095
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1096
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1097
|
+
is: (name?: string) => string;
|
|
1098
|
+
};
|
|
1089
1099
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1090
|
-
prefixCls: unknown;
|
|
1091
1100
|
defaultValue: import("vue").Ref<any>;
|
|
1092
1101
|
valueRange: any;
|
|
1093
1102
|
valueLoop: any;
|
|
@@ -1128,16 +1137,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1128
1137
|
disabled: any;
|
|
1129
1138
|
class: string[];
|
|
1130
1139
|
}>;
|
|
1131
|
-
bem: {
|
|
1132
|
-
b: (blockSuffix?: string) => string;
|
|
1133
|
-
e: (element?: string) => string;
|
|
1134
|
-
m: (modifier?: string) => string;
|
|
1135
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1136
|
-
em: (element: string, modifier: string) => string;
|
|
1137
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1138
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1139
|
-
is: (name?: string) => string;
|
|
1140
|
-
};
|
|
1141
1140
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1142
1141
|
readonly change: (value: string) => boolean;
|
|
1143
1142
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1153,8 +1152,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1153
1152
|
[x: string]: any;
|
|
1154
1153
|
}, {
|
|
1155
1154
|
type: import("vue").Ref<any>;
|
|
1155
|
+
bem: {
|
|
1156
|
+
b: (blockSuffix?: string) => string;
|
|
1157
|
+
e: (element?: string) => string;
|
|
1158
|
+
m: (modifier?: string) => string;
|
|
1159
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1160
|
+
em: (element: string, modifier: string) => string;
|
|
1161
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1162
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1163
|
+
is: (name?: string) => string;
|
|
1164
|
+
};
|
|
1156
1165
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1157
|
-
prefixCls: unknown;
|
|
1158
1166
|
defaultValue: import("vue").Ref<any>;
|
|
1159
1167
|
valueRange: any;
|
|
1160
1168
|
valueLoop: any;
|
|
@@ -1195,16 +1203,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1195
1203
|
disabled: any;
|
|
1196
1204
|
class: string[];
|
|
1197
1205
|
}>;
|
|
1198
|
-
bem: {
|
|
1199
|
-
b: (blockSuffix?: string) => string;
|
|
1200
|
-
e: (element?: string) => string;
|
|
1201
|
-
m: (modifier?: string) => string;
|
|
1202
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1203
|
-
em: (element: string, modifier: string) => string;
|
|
1204
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1205
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1206
|
-
is: (name?: string) => string;
|
|
1207
|
-
};
|
|
1208
1206
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1209
1207
|
readonly change: (value: string) => boolean;
|
|
1210
1208
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1220,8 +1218,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1220
1218
|
[x: string]: any;
|
|
1221
1219
|
}, {
|
|
1222
1220
|
type: import("vue").Ref<any>;
|
|
1221
|
+
bem: {
|
|
1222
|
+
b: (blockSuffix?: string) => string;
|
|
1223
|
+
e: (element?: string) => string;
|
|
1224
|
+
m: (modifier?: string) => string;
|
|
1225
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1226
|
+
em: (element: string, modifier: string) => string;
|
|
1227
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1228
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1229
|
+
is: (name?: string) => string;
|
|
1230
|
+
};
|
|
1223
1231
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1224
|
-
prefixCls: unknown;
|
|
1225
1232
|
defaultValue: import("vue").Ref<any>;
|
|
1226
1233
|
valueRange: any;
|
|
1227
1234
|
valueLoop: any;
|
|
@@ -1262,16 +1269,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1262
1269
|
disabled: any;
|
|
1263
1270
|
class: string[];
|
|
1264
1271
|
}>;
|
|
1265
|
-
bem: {
|
|
1266
|
-
b: (blockSuffix?: string) => string;
|
|
1267
|
-
e: (element?: string) => string;
|
|
1268
|
-
m: (modifier?: string) => string;
|
|
1269
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1270
|
-
em: (element: string, modifier: string) => string;
|
|
1271
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1272
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1273
|
-
is: (name?: string) => string;
|
|
1274
|
-
};
|
|
1275
1272
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1276
1273
|
readonly change: (value: string) => boolean;
|
|
1277
1274
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1293,6 +1290,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1293
1290
|
precision: number;
|
|
1294
1291
|
disabled: any;
|
|
1295
1292
|
}>;
|
|
1293
|
+
type: import("vue").Ref<any>;
|
|
1296
1294
|
bem: {
|
|
1297
1295
|
b: (blockSuffix?: string) => string;
|
|
1298
1296
|
e: (element?: string) => string;
|
|
@@ -1303,9 +1301,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1303
1301
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1304
1302
|
is: (name?: string) => string;
|
|
1305
1303
|
};
|
|
1306
|
-
type: import("vue").Ref<any>;
|
|
1307
1304
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1308
|
-
prefixCls: unknown;
|
|
1309
1305
|
defaultValue: import("vue").Ref<any>;
|
|
1310
1306
|
valueRange: any;
|
|
1311
1307
|
valueLoop: any;
|
|
@@ -1361,8 +1357,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1361
1357
|
[x: string]: any;
|
|
1362
1358
|
}, {
|
|
1363
1359
|
type: import("vue").Ref<any>;
|
|
1360
|
+
bem: {
|
|
1361
|
+
b: (blockSuffix?: string) => string;
|
|
1362
|
+
e: (element?: string) => string;
|
|
1363
|
+
m: (modifier?: string) => string;
|
|
1364
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1365
|
+
em: (element: string, modifier: string) => string;
|
|
1366
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1367
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1368
|
+
is: (name?: string) => string;
|
|
1369
|
+
};
|
|
1364
1370
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1365
|
-
prefixCls: unknown;
|
|
1366
1371
|
defaultValue: import("vue").Ref<any>;
|
|
1367
1372
|
valueRange: any;
|
|
1368
1373
|
valueLoop: any;
|
|
@@ -1403,16 +1408,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1403
1408
|
disabled: any;
|
|
1404
1409
|
class: string[];
|
|
1405
1410
|
}>;
|
|
1406
|
-
bem: {
|
|
1407
|
-
b: (blockSuffix?: string) => string;
|
|
1408
|
-
e: (element?: string) => string;
|
|
1409
|
-
m: (modifier?: string) => string;
|
|
1410
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1411
|
-
em: (element: string, modifier: string) => string;
|
|
1412
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1413
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1414
|
-
is: (name?: string) => string;
|
|
1415
|
-
};
|
|
1416
1411
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1417
1412
|
readonly change: (value: string) => boolean;
|
|
1418
1413
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1427,16 +1422,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1427
1422
|
WeekUI: import("vue").DefineComponent<{
|
|
1428
1423
|
[x: string]: any;
|
|
1429
1424
|
}, {
|
|
1430
|
-
bem: {
|
|
1431
|
-
b: (blockSuffix?: string) => string;
|
|
1432
|
-
e: (element?: string) => string;
|
|
1433
|
-
m: (modifier?: string) => string;
|
|
1434
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1435
|
-
em: (element: string, modifier: string) => string;
|
|
1436
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1437
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1438
|
-
is: (name?: string) => string;
|
|
1439
|
-
};
|
|
1440
1425
|
weekOptions: import("vue").ComputedRef<{
|
|
1441
1426
|
label: string;
|
|
1442
1427
|
value: number;
|
|
@@ -1468,8 +1453,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1468
1453
|
'7': string;
|
|
1469
1454
|
};
|
|
1470
1455
|
type: import("vue").Ref<any>;
|
|
1456
|
+
bem: {
|
|
1457
|
+
b: (blockSuffix?: string) => string;
|
|
1458
|
+
e: (element?: string) => string;
|
|
1459
|
+
m: (modifier?: string) => string;
|
|
1460
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1461
|
+
em: (element: string, modifier: string) => string;
|
|
1462
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1463
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1464
|
+
is: (name?: string) => string;
|
|
1465
|
+
};
|
|
1471
1466
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1472
|
-
prefixCls: unknown;
|
|
1473
1467
|
defaultValue: import("vue").Ref<any>;
|
|
1474
1468
|
valueRange: any;
|
|
1475
1469
|
valueLoop: any;
|
|
@@ -1525,8 +1519,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1525
1519
|
[x: string]: any;
|
|
1526
1520
|
}, {
|
|
1527
1521
|
type: import("vue").Ref<any>;
|
|
1522
|
+
bem: {
|
|
1523
|
+
b: (blockSuffix?: string) => string;
|
|
1524
|
+
e: (element?: string) => string;
|
|
1525
|
+
m: (modifier?: string) => string;
|
|
1526
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1527
|
+
em: (element: string, modifier: string) => string;
|
|
1528
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1529
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1530
|
+
is: (name?: string) => string;
|
|
1531
|
+
};
|
|
1528
1532
|
TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
|
|
1529
|
-
prefixCls: unknown;
|
|
1530
1533
|
defaultValue: import("vue").Ref<any>;
|
|
1531
1534
|
valueRange: any;
|
|
1532
1535
|
valueLoop: any;
|
|
@@ -1567,16 +1570,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1567
1570
|
disabled: any;
|
|
1568
1571
|
class: string[];
|
|
1569
1572
|
}>;
|
|
1570
|
-
bem: {
|
|
1571
|
-
b: (blockSuffix?: string) => string;
|
|
1572
|
-
e: (element?: string) => string;
|
|
1573
|
-
m: (modifier?: string) => string;
|
|
1574
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1575
|
-
em: (element: string, modifier: string) => string;
|
|
1576
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1577
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1578
|
-
is: (name?: string) => string;
|
|
1579
|
-
};
|
|
1580
1573
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1581
1574
|
readonly change: (value: string) => boolean;
|
|
1582
1575
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -9,6 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
precision: number;
|
|
10
10
|
disabled: any;
|
|
11
11
|
}>;
|
|
12
|
+
type: import("vue").Ref<any>;
|
|
12
13
|
bem: {
|
|
13
14
|
b: (blockSuffix?: string) => string;
|
|
14
15
|
e: (element?: string) => string;
|
|
@@ -19,9 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
20
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
20
21
|
is: (name?: string) => string;
|
|
21
22
|
};
|
|
22
|
-
type: import("vue").Ref<any>;
|
|
23
23
|
TypeEnum: typeof TypeEnum;
|
|
24
|
-
prefixCls: unknown;
|
|
25
24
|
defaultValue: import("vue").Ref<any>;
|
|
26
25
|
valueRange: any;
|
|
27
26
|
valueLoop: any;
|
|
@@ -2,8 +2,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
}, {
|
|
4
4
|
type: import("vue").Ref<any>;
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
5
15
|
TypeEnum: typeof import("../../config/use-tab-mixin").TypeEnum;
|
|
6
|
-
prefixCls: unknown;
|
|
7
16
|
defaultValue: import("vue").Ref<any>;
|
|
8
17
|
valueRange: any;
|
|
9
18
|
valueLoop: any;
|
|
@@ -44,16 +53,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
53
|
disabled: any;
|
|
45
54
|
class: string[];
|
|
46
55
|
}>;
|
|
47
|
-
bem: {
|
|
48
|
-
b: (blockSuffix?: string) => string;
|
|
49
|
-
e: (element?: string) => string;
|
|
50
|
-
m: (modifier?: string) => string;
|
|
51
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
52
|
-
em: (element: string, modifier: string) => string;
|
|
53
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
54
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
55
|
-
is: (name?: string) => string;
|
|
56
|
-
};
|
|
57
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
57
|
readonly change: (value: string) => boolean;
|
|
59
58
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -2,8 +2,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
}, {
|
|
4
4
|
type: import("vue").Ref<any>;
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
5
15
|
TypeEnum: typeof import("../../config/use-tab-mixin").TypeEnum;
|
|
6
|
-
prefixCls: unknown;
|
|
7
16
|
defaultValue: import("vue").Ref<any>;
|
|
8
17
|
valueRange: any;
|
|
9
18
|
valueLoop: any;
|
|
@@ -44,16 +53,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
53
|
disabled: any;
|
|
45
54
|
class: string[];
|
|
46
55
|
}>;
|
|
47
|
-
bem: {
|
|
48
|
-
b: (blockSuffix?: string) => string;
|
|
49
|
-
e: (element?: string) => string;
|
|
50
|
-
m: (modifier?: string) => string;
|
|
51
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
52
|
-
em: (element: string, modifier: string) => string;
|
|
53
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
54
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
55
|
-
is: (name?: string) => string;
|
|
56
|
-
};
|
|
57
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
57
|
readonly change: (value: string) => boolean;
|
|
59
58
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -2,8 +2,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
}, {
|
|
4
4
|
type: import("vue").Ref<any>;
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
5
15
|
TypeEnum: typeof import("../../config/use-tab-mixin").TypeEnum;
|
|
6
|
-
prefixCls: unknown;
|
|
7
16
|
defaultValue: import("vue").Ref<any>;
|
|
8
17
|
valueRange: any;
|
|
9
18
|
valueLoop: any;
|
|
@@ -44,16 +53,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
53
|
disabled: any;
|
|
45
54
|
class: string[];
|
|
46
55
|
}>;
|
|
47
|
-
bem: {
|
|
48
|
-
b: (blockSuffix?: string) => string;
|
|
49
|
-
e: (element?: string) => string;
|
|
50
|
-
m: (modifier?: string) => string;
|
|
51
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
52
|
-
em: (element: string, modifier: string) => string;
|
|
53
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
54
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
55
|
-
is: (name?: string) => string;
|
|
56
|
-
};
|
|
57
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
57
|
readonly change: (value: string) => boolean;
|
|
59
58
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -2,8 +2,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
}, {
|
|
4
4
|
type: import("vue").Ref<any>;
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
5
15
|
TypeEnum: typeof import("../../config/use-tab-mixin").TypeEnum;
|
|
6
|
-
prefixCls: unknown;
|
|
7
16
|
defaultValue: import("vue").Ref<any>;
|
|
8
17
|
valueRange: any;
|
|
9
18
|
valueLoop: any;
|
|
@@ -44,16 +53,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
53
|
disabled: any;
|
|
45
54
|
class: string[];
|
|
46
55
|
}>;
|
|
47
|
-
bem: {
|
|
48
|
-
b: (blockSuffix?: string) => string;
|
|
49
|
-
e: (element?: string) => string;
|
|
50
|
-
m: (modifier?: string) => string;
|
|
51
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
52
|
-
em: (element: string, modifier: string) => string;
|
|
53
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
54
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
55
|
-
is: (name?: string) => string;
|
|
56
|
-
};
|
|
57
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
57
|
readonly change: (value: string) => boolean;
|
|
59
58
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -2,16 +2,6 @@ import { TypeEnum } from '../../config/use-tab-mixin';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
}, {
|
|
5
|
-
bem: {
|
|
6
|
-
b: (blockSuffix?: string) => string;
|
|
7
|
-
e: (element?: string) => string;
|
|
8
|
-
m: (modifier?: string) => string;
|
|
9
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
-
em: (element: string, modifier: string) => string;
|
|
11
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
-
is: (name?: string) => string;
|
|
14
|
-
};
|
|
15
5
|
weekOptions: import("vue").ComputedRef<{
|
|
16
6
|
label: string;
|
|
17
7
|
value: number;
|
|
@@ -43,8 +33,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
33
|
'7': string;
|
|
44
34
|
};
|
|
45
35
|
type: import("vue").Ref<any>;
|
|
36
|
+
bem: {
|
|
37
|
+
b: (blockSuffix?: string) => string;
|
|
38
|
+
e: (element?: string) => string;
|
|
39
|
+
m: (modifier?: string) => string;
|
|
40
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
41
|
+
em: (element: string, modifier: string) => string;
|
|
42
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
43
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
44
|
+
is: (name?: string) => string;
|
|
45
|
+
};
|
|
46
46
|
TypeEnum: typeof TypeEnum;
|
|
47
|
-
prefixCls: unknown;
|
|
48
47
|
defaultValue: import("vue").Ref<any>;
|
|
49
48
|
valueRange: any;
|
|
50
49
|
valueLoop: any;
|