@unizhen/ui 0.0.26 → 0.0.28
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/lib/components/back/index.vue.d.ts +1 -1
- package/lib/components/camera/index.vue.d.ts +23 -11
- package/lib/components/circle/index.vue.d.ts +91 -13
- package/lib/components/components.d.ts +0 -1
- package/lib/components/fetch.d.ts +1 -1
- package/lib/components/form/draggable.vue.d.ts +1153 -152
- package/lib/components/form/image.vue.d.ts +311 -46
- package/lib/components/form/index.vue.d.ts +1153 -152
- package/lib/components/form/interface.d.ts +1 -0
- package/lib/components/form/item.vue.d.ts +1145 -152
- package/lib/components/form/upload.vue.d.ts +304 -46
- package/lib/components/searchBar/components/timePickRange.vue.d.ts +114 -12
- package/lib/components/searchBar/index.vue.d.ts +1459 -213
- package/lib/components/searchBar/mobile.vue.d.ts +1241 -177
- package/lib/components/spin/index.vue.d.ts +113 -9
- package/lib/components/table/child.vue.d.ts +677 -56
- package/lib/components/table/child_quest.vue.d.ts +675 -54
- package/lib/components/table/drawer.vue.d.ts +7 -6
- package/lib/components/table/index.vue.d.ts +892 -88
- package/lib/components/table/mobile.vue.d.ts +334 -24
- package/lib/components/table/ocr.vue.d.ts +2 -1
- package/lib/components/thumbnail/index.vue.d.ts +126 -25
- package/lib/components/wrap/index.vue.d.ts +7 -1
- package/lib/ui.css +1 -1
- package/lib/ui.js +2526 -2581
- package/package.json +14 -13
- package/volar.d.ts +0 -1
- package/lib/components/numberRoll/index.d.ts +0 -1
- package/lib/components/numberRoll/index.vue.d.ts +0 -47
|
@@ -7,10 +7,9 @@ import { Theme } from 'naive-ui/es/_mixins';
|
|
|
7
7
|
import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
|
|
8
8
|
import { BaseWaveRef, BaseLoadingExposedProps } from 'naive-ui/es/_internal';
|
|
9
9
|
import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
|
|
10
|
-
import { ButtonSlots, CreateRowClassName, CreateRowProps, CreateRowKey, CreateSummary, DataTableRowKey, PopoverProps, ScrollbarProps, DataTableGetCsvCell, DataTableGetCsvHeader,
|
|
10
|
+
import { ButtonSlots, PaginationProps, CreateRowClassName, CreateRowProps, CreateRowKey, CreateSummary, DataTableRowKey, PopoverProps, ScrollbarProps, DataTableGetCsvCell, DataTableGetCsvHeader, ThemeCommonVars, TableColumns, RowData, DataTableSlots, FormRules, FormInst } from 'naive-ui';
|
|
11
11
|
import { Depth } from 'naive-ui/es/icon/src/Icon';
|
|
12
12
|
import { TableBaseColumn, ColumnKey, TableColumns, RowData, DataTableHeightForRow, RenderExpandIcon, DataTableOnLoad, OnUpdateSorter, OnUpdateFilters, OnUpdateCheckedRowKeys, OnUpdateExpandedRowKeys, FilterState, SortOrder, CsvOptionsType, MainTableRef, TmNode } from 'naive-ui/es/data-table/src/interface';
|
|
13
|
-
import { PaginationProps } from 'naive-ui/es/pagination';
|
|
14
13
|
import { ScrollTo } from 'naive-ui/es/scrollbar/src/Scrollbar';
|
|
15
14
|
import { LabelAlign, LabelPlacement, Size, FormValidateMessages } from 'naive-ui/es/form/src/interface';
|
|
16
15
|
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
@@ -1457,10 +1456,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
1457
1456
|
readonly focusable: boolean;
|
|
1458
1457
|
readonly bordered: boolean;
|
|
1459
1458
|
readonly tertiary: boolean;
|
|
1460
|
-
readonly keyboard: boolean;
|
|
1461
1459
|
readonly ghost: boolean;
|
|
1462
1460
|
readonly secondary: boolean;
|
|
1463
1461
|
readonly quaternary: boolean;
|
|
1462
|
+
readonly keyboard: boolean;
|
|
1464
1463
|
readonly iconPlacement: "left" | "right";
|
|
1465
1464
|
readonly attrType: "reset" | "submit" | "button";
|
|
1466
1465
|
readonly nativeFocusBehavior: boolean;
|
|
@@ -2134,7 +2133,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2134
2133
|
arrowOffsetVertical: string;
|
|
2135
2134
|
arrowHeight: string;
|
|
2136
2135
|
padding: string;
|
|
2137
|
-
},
|
|
2136
|
+
}, {
|
|
2137
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2138
|
+
height: string;
|
|
2139
|
+
width: string;
|
|
2140
|
+
borderRadius: string;
|
|
2141
|
+
color: string;
|
|
2142
|
+
colorHover: string;
|
|
2143
|
+
railInsetHorizontalBottom: string;
|
|
2144
|
+
railInsetHorizontalTop: string;
|
|
2145
|
+
railInsetVerticalRight: string;
|
|
2146
|
+
railInsetVerticalLeft: string;
|
|
2147
|
+
railColor: string;
|
|
2148
|
+
}, any>;
|
|
2149
|
+
}>;
|
|
2138
2150
|
}>;
|
|
2139
2151
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2140
2152
|
optionFontSizeTiny: string;
|
|
@@ -2265,7 +2277,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2265
2277
|
paddingMedium: string;
|
|
2266
2278
|
paddingLarge: string;
|
|
2267
2279
|
clearSize: string;
|
|
2268
|
-
},
|
|
2280
|
+
}, {
|
|
2281
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2282
|
+
height: string;
|
|
2283
|
+
width: string;
|
|
2284
|
+
borderRadius: string;
|
|
2285
|
+
color: string;
|
|
2286
|
+
colorHover: string;
|
|
2287
|
+
railInsetHorizontalBottom: string;
|
|
2288
|
+
railInsetHorizontalTop: string;
|
|
2289
|
+
railInsetVerticalRight: string;
|
|
2290
|
+
railInsetVerticalLeft: string;
|
|
2291
|
+
railColor: string;
|
|
2292
|
+
}, any>;
|
|
2293
|
+
}>;
|
|
2269
2294
|
Popselect: Theme<"Popselect", {
|
|
2270
2295
|
menuBoxShadow: string;
|
|
2271
2296
|
}, {
|
|
@@ -2282,7 +2307,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2282
2307
|
arrowOffsetVertical: string;
|
|
2283
2308
|
arrowHeight: string;
|
|
2284
2309
|
padding: string;
|
|
2285
|
-
},
|
|
2310
|
+
}, {
|
|
2311
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2312
|
+
height: string;
|
|
2313
|
+
width: string;
|
|
2314
|
+
borderRadius: string;
|
|
2315
|
+
color: string;
|
|
2316
|
+
colorHover: string;
|
|
2317
|
+
railInsetHorizontalBottom: string;
|
|
2318
|
+
railInsetHorizontalTop: string;
|
|
2319
|
+
railInsetVerticalRight: string;
|
|
2320
|
+
railInsetVerticalLeft: string;
|
|
2321
|
+
railColor: string;
|
|
2322
|
+
}, any>;
|
|
2323
|
+
}>;
|
|
2286
2324
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2287
2325
|
optionFontSizeTiny: string;
|
|
2288
2326
|
optionFontSizeSmall: string;
|
|
@@ -2392,7 +2430,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2392
2430
|
arrowOffsetVertical: string;
|
|
2393
2431
|
arrowHeight: string;
|
|
2394
2432
|
padding: string;
|
|
2395
|
-
},
|
|
2433
|
+
}, {
|
|
2434
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2435
|
+
height: string;
|
|
2436
|
+
width: string;
|
|
2437
|
+
borderRadius: string;
|
|
2438
|
+
color: string;
|
|
2439
|
+
colorHover: string;
|
|
2440
|
+
railInsetHorizontalBottom: string;
|
|
2441
|
+
railInsetHorizontalTop: string;
|
|
2442
|
+
railInsetVerticalRight: string;
|
|
2443
|
+
railInsetVerticalLeft: string;
|
|
2444
|
+
railColor: string;
|
|
2445
|
+
}, any>;
|
|
2446
|
+
}>;
|
|
2396
2447
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
2397
2448
|
Tooltip: Theme<"Tooltip", {
|
|
2398
2449
|
borderRadius: string;
|
|
@@ -2414,7 +2465,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2414
2465
|
arrowOffsetVertical: string;
|
|
2415
2466
|
arrowHeight: string;
|
|
2416
2467
|
padding: string;
|
|
2417
|
-
},
|
|
2468
|
+
}, {
|
|
2469
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2470
|
+
height: string;
|
|
2471
|
+
width: string;
|
|
2472
|
+
borderRadius: string;
|
|
2473
|
+
color: string;
|
|
2474
|
+
colorHover: string;
|
|
2475
|
+
railInsetHorizontalBottom: string;
|
|
2476
|
+
railInsetHorizontalTop: string;
|
|
2477
|
+
railInsetVerticalRight: string;
|
|
2478
|
+
railInsetVerticalLeft: string;
|
|
2479
|
+
railColor: string;
|
|
2480
|
+
}, any>;
|
|
2481
|
+
}>;
|
|
2418
2482
|
}>;
|
|
2419
2483
|
}>;
|
|
2420
2484
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -2485,7 +2549,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2485
2549
|
arrowOffsetVertical: string;
|
|
2486
2550
|
arrowHeight: string;
|
|
2487
2551
|
padding: string;
|
|
2488
|
-
},
|
|
2552
|
+
}, {
|
|
2553
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
2554
|
+
height: string;
|
|
2555
|
+
width: string;
|
|
2556
|
+
borderRadius: string;
|
|
2557
|
+
color: string;
|
|
2558
|
+
colorHover: string;
|
|
2559
|
+
railInsetHorizontalBottom: string;
|
|
2560
|
+
railInsetHorizontalTop: string;
|
|
2561
|
+
railInsetVerticalRight: string;
|
|
2562
|
+
railInsetVerticalLeft: string;
|
|
2563
|
+
railColor: string;
|
|
2564
|
+
}, any>;
|
|
2565
|
+
}>;
|
|
2489
2566
|
}>;
|
|
2490
2567
|
}>>;
|
|
2491
2568
|
readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
|
|
@@ -2961,7 +3038,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
2961
3038
|
arrowOffsetVertical: string;
|
|
2962
3039
|
arrowHeight: string;
|
|
2963
3040
|
padding: string;
|
|
2964
|
-
},
|
|
3041
|
+
}, {
|
|
3042
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3043
|
+
height: string;
|
|
3044
|
+
width: string;
|
|
3045
|
+
borderRadius: string;
|
|
3046
|
+
color: string;
|
|
3047
|
+
colorHover: string;
|
|
3048
|
+
railInsetHorizontalBottom: string;
|
|
3049
|
+
railInsetHorizontalTop: string;
|
|
3050
|
+
railInsetVerticalRight: string;
|
|
3051
|
+
railInsetVerticalLeft: string;
|
|
3052
|
+
railColor: string;
|
|
3053
|
+
}, any>;
|
|
3054
|
+
}>;
|
|
2965
3055
|
}>;
|
|
2966
3056
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
2967
3057
|
optionFontSizeTiny: string;
|
|
@@ -3092,7 +3182,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3092
3182
|
paddingMedium: string;
|
|
3093
3183
|
paddingLarge: string;
|
|
3094
3184
|
clearSize: string;
|
|
3095
|
-
},
|
|
3185
|
+
}, {
|
|
3186
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3187
|
+
height: string;
|
|
3188
|
+
width: string;
|
|
3189
|
+
borderRadius: string;
|
|
3190
|
+
color: string;
|
|
3191
|
+
colorHover: string;
|
|
3192
|
+
railInsetHorizontalBottom: string;
|
|
3193
|
+
railInsetHorizontalTop: string;
|
|
3194
|
+
railInsetVerticalRight: string;
|
|
3195
|
+
railInsetVerticalLeft: string;
|
|
3196
|
+
railColor: string;
|
|
3197
|
+
}, any>;
|
|
3198
|
+
}>;
|
|
3096
3199
|
Popselect: Theme<"Popselect", {
|
|
3097
3200
|
menuBoxShadow: string;
|
|
3098
3201
|
}, {
|
|
@@ -3109,7 +3212,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3109
3212
|
arrowOffsetVertical: string;
|
|
3110
3213
|
arrowHeight: string;
|
|
3111
3214
|
padding: string;
|
|
3112
|
-
},
|
|
3215
|
+
}, {
|
|
3216
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3217
|
+
height: string;
|
|
3218
|
+
width: string;
|
|
3219
|
+
borderRadius: string;
|
|
3220
|
+
color: string;
|
|
3221
|
+
colorHover: string;
|
|
3222
|
+
railInsetHorizontalBottom: string;
|
|
3223
|
+
railInsetHorizontalTop: string;
|
|
3224
|
+
railInsetVerticalRight: string;
|
|
3225
|
+
railInsetVerticalLeft: string;
|
|
3226
|
+
railColor: string;
|
|
3227
|
+
}, any>;
|
|
3228
|
+
}>;
|
|
3113
3229
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3114
3230
|
optionFontSizeTiny: string;
|
|
3115
3231
|
optionFontSizeSmall: string;
|
|
@@ -3219,7 +3335,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3219
3335
|
arrowOffsetVertical: string;
|
|
3220
3336
|
arrowHeight: string;
|
|
3221
3337
|
padding: string;
|
|
3222
|
-
},
|
|
3338
|
+
}, {
|
|
3339
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3340
|
+
height: string;
|
|
3341
|
+
width: string;
|
|
3342
|
+
borderRadius: string;
|
|
3343
|
+
color: string;
|
|
3344
|
+
colorHover: string;
|
|
3345
|
+
railInsetHorizontalBottom: string;
|
|
3346
|
+
railInsetHorizontalTop: string;
|
|
3347
|
+
railInsetVerticalRight: string;
|
|
3348
|
+
railInsetVerticalLeft: string;
|
|
3349
|
+
railColor: string;
|
|
3350
|
+
}, any>;
|
|
3351
|
+
}>;
|
|
3223
3352
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
3224
3353
|
Tooltip: Theme<"Tooltip", {
|
|
3225
3354
|
borderRadius: string;
|
|
@@ -3241,7 +3370,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3241
3370
|
arrowOffsetVertical: string;
|
|
3242
3371
|
arrowHeight: string;
|
|
3243
3372
|
padding: string;
|
|
3244
|
-
},
|
|
3373
|
+
}, {
|
|
3374
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3375
|
+
height: string;
|
|
3376
|
+
width: string;
|
|
3377
|
+
borderRadius: string;
|
|
3378
|
+
color: string;
|
|
3379
|
+
colorHover: string;
|
|
3380
|
+
railInsetHorizontalBottom: string;
|
|
3381
|
+
railInsetHorizontalTop: string;
|
|
3382
|
+
railInsetVerticalRight: string;
|
|
3383
|
+
railInsetVerticalLeft: string;
|
|
3384
|
+
railColor: string;
|
|
3385
|
+
}, any>;
|
|
3386
|
+
}>;
|
|
3245
3387
|
}>;
|
|
3246
3388
|
}>;
|
|
3247
3389
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -3312,7 +3454,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3312
3454
|
arrowOffsetVertical: string;
|
|
3313
3455
|
arrowHeight: string;
|
|
3314
3456
|
padding: string;
|
|
3315
|
-
},
|
|
3457
|
+
}, {
|
|
3458
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3459
|
+
height: string;
|
|
3460
|
+
width: string;
|
|
3461
|
+
borderRadius: string;
|
|
3462
|
+
color: string;
|
|
3463
|
+
colorHover: string;
|
|
3464
|
+
railInsetHorizontalBottom: string;
|
|
3465
|
+
railInsetHorizontalTop: string;
|
|
3466
|
+
railInsetVerticalRight: string;
|
|
3467
|
+
railInsetVerticalLeft: string;
|
|
3468
|
+
railColor: string;
|
|
3469
|
+
}, any>;
|
|
3470
|
+
}>;
|
|
3316
3471
|
}>;
|
|
3317
3472
|
}>>>;
|
|
3318
3473
|
readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
|
|
@@ -3788,7 +3943,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3788
3943
|
arrowOffsetVertical: string;
|
|
3789
3944
|
arrowHeight: string;
|
|
3790
3945
|
padding: string;
|
|
3791
|
-
},
|
|
3946
|
+
}, {
|
|
3947
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
3948
|
+
height: string;
|
|
3949
|
+
width: string;
|
|
3950
|
+
borderRadius: string;
|
|
3951
|
+
color: string;
|
|
3952
|
+
colorHover: string;
|
|
3953
|
+
railInsetHorizontalBottom: string;
|
|
3954
|
+
railInsetHorizontalTop: string;
|
|
3955
|
+
railInsetVerticalRight: string;
|
|
3956
|
+
railInsetVerticalLeft: string;
|
|
3957
|
+
railColor: string;
|
|
3958
|
+
}, any>;
|
|
3959
|
+
}>;
|
|
3792
3960
|
}>;
|
|
3793
3961
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3794
3962
|
optionFontSizeTiny: string;
|
|
@@ -3919,7 +4087,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3919
4087
|
paddingMedium: string;
|
|
3920
4088
|
paddingLarge: string;
|
|
3921
4089
|
clearSize: string;
|
|
3922
|
-
},
|
|
4090
|
+
}, {
|
|
4091
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4092
|
+
height: string;
|
|
4093
|
+
width: string;
|
|
4094
|
+
borderRadius: string;
|
|
4095
|
+
color: string;
|
|
4096
|
+
colorHover: string;
|
|
4097
|
+
railInsetHorizontalBottom: string;
|
|
4098
|
+
railInsetHorizontalTop: string;
|
|
4099
|
+
railInsetVerticalRight: string;
|
|
4100
|
+
railInsetVerticalLeft: string;
|
|
4101
|
+
railColor: string;
|
|
4102
|
+
}, any>;
|
|
4103
|
+
}>;
|
|
3923
4104
|
Popselect: Theme<"Popselect", {
|
|
3924
4105
|
menuBoxShadow: string;
|
|
3925
4106
|
}, {
|
|
@@ -3936,7 +4117,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
3936
4117
|
arrowOffsetVertical: string;
|
|
3937
4118
|
arrowHeight: string;
|
|
3938
4119
|
padding: string;
|
|
3939
|
-
},
|
|
4120
|
+
}, {
|
|
4121
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4122
|
+
height: string;
|
|
4123
|
+
width: string;
|
|
4124
|
+
borderRadius: string;
|
|
4125
|
+
color: string;
|
|
4126
|
+
colorHover: string;
|
|
4127
|
+
railInsetHorizontalBottom: string;
|
|
4128
|
+
railInsetHorizontalTop: string;
|
|
4129
|
+
railInsetVerticalRight: string;
|
|
4130
|
+
railInsetVerticalLeft: string;
|
|
4131
|
+
railColor: string;
|
|
4132
|
+
}, any>;
|
|
4133
|
+
}>;
|
|
3940
4134
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
3941
4135
|
optionFontSizeTiny: string;
|
|
3942
4136
|
optionFontSizeSmall: string;
|
|
@@ -4046,7 +4240,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4046
4240
|
arrowOffsetVertical: string;
|
|
4047
4241
|
arrowHeight: string;
|
|
4048
4242
|
padding: string;
|
|
4049
|
-
},
|
|
4243
|
+
}, {
|
|
4244
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4245
|
+
height: string;
|
|
4246
|
+
width: string;
|
|
4247
|
+
borderRadius: string;
|
|
4248
|
+
color: string;
|
|
4249
|
+
colorHover: string;
|
|
4250
|
+
railInsetHorizontalBottom: string;
|
|
4251
|
+
railInsetHorizontalTop: string;
|
|
4252
|
+
railInsetVerticalRight: string;
|
|
4253
|
+
railInsetVerticalLeft: string;
|
|
4254
|
+
railColor: string;
|
|
4255
|
+
}, any>;
|
|
4256
|
+
}>;
|
|
4050
4257
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
4051
4258
|
Tooltip: Theme<"Tooltip", {
|
|
4052
4259
|
borderRadius: string;
|
|
@@ -4068,7 +4275,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4068
4275
|
arrowOffsetVertical: string;
|
|
4069
4276
|
arrowHeight: string;
|
|
4070
4277
|
padding: string;
|
|
4071
|
-
},
|
|
4278
|
+
}, {
|
|
4279
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4280
|
+
height: string;
|
|
4281
|
+
width: string;
|
|
4282
|
+
borderRadius: string;
|
|
4283
|
+
color: string;
|
|
4284
|
+
colorHover: string;
|
|
4285
|
+
railInsetHorizontalBottom: string;
|
|
4286
|
+
railInsetHorizontalTop: string;
|
|
4287
|
+
railInsetVerticalRight: string;
|
|
4288
|
+
railInsetVerticalLeft: string;
|
|
4289
|
+
railColor: string;
|
|
4290
|
+
}, any>;
|
|
4291
|
+
}>;
|
|
4072
4292
|
}>;
|
|
4073
4293
|
}>;
|
|
4074
4294
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -4139,7 +4359,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4139
4359
|
arrowOffsetVertical: string;
|
|
4140
4360
|
arrowHeight: string;
|
|
4141
4361
|
padding: string;
|
|
4142
|
-
},
|
|
4362
|
+
}, {
|
|
4363
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4364
|
+
height: string;
|
|
4365
|
+
width: string;
|
|
4366
|
+
borderRadius: string;
|
|
4367
|
+
color: string;
|
|
4368
|
+
colorHover: string;
|
|
4369
|
+
railInsetHorizontalBottom: string;
|
|
4370
|
+
railInsetHorizontalTop: string;
|
|
4371
|
+
railInsetVerticalRight: string;
|
|
4372
|
+
railInsetVerticalLeft: string;
|
|
4373
|
+
railColor: string;
|
|
4374
|
+
}, any>;
|
|
4375
|
+
}>;
|
|
4143
4376
|
}>;
|
|
4144
4377
|
}>>>;
|
|
4145
4378
|
}>, {
|
|
@@ -4639,7 +4872,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4639
4872
|
arrowOffsetVertical: string;
|
|
4640
4873
|
arrowHeight: string;
|
|
4641
4874
|
padding: string;
|
|
4642
|
-
},
|
|
4875
|
+
}, {
|
|
4876
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
4877
|
+
height: string;
|
|
4878
|
+
width: string;
|
|
4879
|
+
borderRadius: string;
|
|
4880
|
+
color: string;
|
|
4881
|
+
colorHover: string;
|
|
4882
|
+
railInsetHorizontalBottom: string;
|
|
4883
|
+
railInsetHorizontalTop: string;
|
|
4884
|
+
railInsetVerticalRight: string;
|
|
4885
|
+
railInsetVerticalLeft: string;
|
|
4886
|
+
railColor: string;
|
|
4887
|
+
}, any>;
|
|
4888
|
+
}>;
|
|
4643
4889
|
}>;
|
|
4644
4890
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
4645
4891
|
optionFontSizeTiny: string;
|
|
@@ -4770,7 +5016,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4770
5016
|
paddingMedium: string;
|
|
4771
5017
|
paddingLarge: string;
|
|
4772
5018
|
clearSize: string;
|
|
4773
|
-
},
|
|
5019
|
+
}, {
|
|
5020
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5021
|
+
height: string;
|
|
5022
|
+
width: string;
|
|
5023
|
+
borderRadius: string;
|
|
5024
|
+
color: string;
|
|
5025
|
+
colorHover: string;
|
|
5026
|
+
railInsetHorizontalBottom: string;
|
|
5027
|
+
railInsetHorizontalTop: string;
|
|
5028
|
+
railInsetVerticalRight: string;
|
|
5029
|
+
railInsetVerticalLeft: string;
|
|
5030
|
+
railColor: string;
|
|
5031
|
+
}, any>;
|
|
5032
|
+
}>;
|
|
4774
5033
|
Popselect: Theme<"Popselect", {
|
|
4775
5034
|
menuBoxShadow: string;
|
|
4776
5035
|
}, {
|
|
@@ -4787,8 +5046,21 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4787
5046
|
arrowOffsetVertical: string;
|
|
4788
5047
|
arrowHeight: string;
|
|
4789
5048
|
padding: string;
|
|
4790
|
-
},
|
|
4791
|
-
|
|
5049
|
+
}, {
|
|
5050
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5051
|
+
height: string;
|
|
5052
|
+
width: string;
|
|
5053
|
+
borderRadius: string;
|
|
5054
|
+
color: string;
|
|
5055
|
+
colorHover: string;
|
|
5056
|
+
railInsetHorizontalBottom: string;
|
|
5057
|
+
railInsetHorizontalTop: string;
|
|
5058
|
+
railInsetVerticalRight: string;
|
|
5059
|
+
railInsetVerticalLeft: string;
|
|
5060
|
+
railColor: string;
|
|
5061
|
+
}, any>;
|
|
5062
|
+
}>;
|
|
5063
|
+
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
4792
5064
|
optionFontSizeTiny: string;
|
|
4793
5065
|
optionFontSizeSmall: string;
|
|
4794
5066
|
optionFontSizeMedium: string;
|
|
@@ -4897,7 +5169,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4897
5169
|
arrowOffsetVertical: string;
|
|
4898
5170
|
arrowHeight: string;
|
|
4899
5171
|
padding: string;
|
|
4900
|
-
},
|
|
5172
|
+
}, {
|
|
5173
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5174
|
+
height: string;
|
|
5175
|
+
width: string;
|
|
5176
|
+
borderRadius: string;
|
|
5177
|
+
color: string;
|
|
5178
|
+
colorHover: string;
|
|
5179
|
+
railInsetHorizontalBottom: string;
|
|
5180
|
+
railInsetHorizontalTop: string;
|
|
5181
|
+
railInsetVerticalRight: string;
|
|
5182
|
+
railInsetVerticalLeft: string;
|
|
5183
|
+
railColor: string;
|
|
5184
|
+
}, any>;
|
|
5185
|
+
}>;
|
|
4901
5186
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
4902
5187
|
Tooltip: Theme<"Tooltip", {
|
|
4903
5188
|
borderRadius: string;
|
|
@@ -4919,7 +5204,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4919
5204
|
arrowOffsetVertical: string;
|
|
4920
5205
|
arrowHeight: string;
|
|
4921
5206
|
padding: string;
|
|
4922
|
-
},
|
|
5207
|
+
}, {
|
|
5208
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5209
|
+
height: string;
|
|
5210
|
+
width: string;
|
|
5211
|
+
borderRadius: string;
|
|
5212
|
+
color: string;
|
|
5213
|
+
colorHover: string;
|
|
5214
|
+
railInsetHorizontalBottom: string;
|
|
5215
|
+
railInsetHorizontalTop: string;
|
|
5216
|
+
railInsetVerticalRight: string;
|
|
5217
|
+
railInsetVerticalLeft: string;
|
|
5218
|
+
railColor: string;
|
|
5219
|
+
}, any>;
|
|
5220
|
+
}>;
|
|
4923
5221
|
}>;
|
|
4924
5222
|
}>;
|
|
4925
5223
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -4990,7 +5288,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4990
5288
|
arrowOffsetVertical: string;
|
|
4991
5289
|
arrowHeight: string;
|
|
4992
5290
|
padding: string;
|
|
4993
|
-
},
|
|
5291
|
+
}, {
|
|
5292
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5293
|
+
height: string;
|
|
5294
|
+
width: string;
|
|
5295
|
+
borderRadius: string;
|
|
5296
|
+
color: string;
|
|
5297
|
+
colorHover: string;
|
|
5298
|
+
railInsetHorizontalBottom: string;
|
|
5299
|
+
railInsetHorizontalTop: string;
|
|
5300
|
+
railInsetVerticalRight: string;
|
|
5301
|
+
railInsetVerticalLeft: string;
|
|
5302
|
+
railColor: string;
|
|
5303
|
+
}, any>;
|
|
5304
|
+
}>;
|
|
4994
5305
|
}>;
|
|
4995
5306
|
};
|
|
4996
5307
|
peerOverrides: {
|
|
@@ -5082,7 +5393,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5082
5393
|
arrowOffsetVertical: string;
|
|
5083
5394
|
arrowHeight: string;
|
|
5084
5395
|
padding: string;
|
|
5085
|
-
},
|
|
5396
|
+
}, {
|
|
5397
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5398
|
+
height: string;
|
|
5399
|
+
width: string;
|
|
5400
|
+
borderRadius: string;
|
|
5401
|
+
color: string;
|
|
5402
|
+
colorHover: string;
|
|
5403
|
+
railInsetHorizontalBottom: string;
|
|
5404
|
+
railInsetHorizontalTop: string;
|
|
5405
|
+
railInsetVerticalRight: string;
|
|
5406
|
+
railInsetVerticalLeft: string;
|
|
5407
|
+
railColor: string;
|
|
5408
|
+
}, any>;
|
|
5409
|
+
}>;
|
|
5086
5410
|
}>;
|
|
5087
5411
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
5088
5412
|
optionFontSizeTiny: string;
|
|
@@ -5213,7 +5537,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5213
5537
|
paddingMedium: string;
|
|
5214
5538
|
paddingLarge: string;
|
|
5215
5539
|
clearSize: string;
|
|
5216
|
-
},
|
|
5540
|
+
}, {
|
|
5541
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5542
|
+
height: string;
|
|
5543
|
+
width: string;
|
|
5544
|
+
borderRadius: string;
|
|
5545
|
+
color: string;
|
|
5546
|
+
colorHover: string;
|
|
5547
|
+
railInsetHorizontalBottom: string;
|
|
5548
|
+
railInsetHorizontalTop: string;
|
|
5549
|
+
railInsetVerticalRight: string;
|
|
5550
|
+
railInsetVerticalLeft: string;
|
|
5551
|
+
railColor: string;
|
|
5552
|
+
}, any>;
|
|
5553
|
+
}>> | undefined;
|
|
5217
5554
|
Popselect?: ExtractThemeOverrides<Theme<"Popselect", {
|
|
5218
5555
|
menuBoxShadow: string;
|
|
5219
5556
|
}, {
|
|
@@ -5230,7 +5567,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5230
5567
|
arrowOffsetVertical: string;
|
|
5231
5568
|
arrowHeight: string;
|
|
5232
5569
|
padding: string;
|
|
5233
|
-
},
|
|
5570
|
+
}, {
|
|
5571
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5572
|
+
height: string;
|
|
5573
|
+
width: string;
|
|
5574
|
+
borderRadius: string;
|
|
5575
|
+
color: string;
|
|
5576
|
+
colorHover: string;
|
|
5577
|
+
railInsetHorizontalBottom: string;
|
|
5578
|
+
railInsetHorizontalTop: string;
|
|
5579
|
+
railInsetVerticalRight: string;
|
|
5580
|
+
railInsetVerticalLeft: string;
|
|
5581
|
+
railColor: string;
|
|
5582
|
+
}, any>;
|
|
5583
|
+
}>;
|
|
5234
5584
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
5235
5585
|
optionFontSizeTiny: string;
|
|
5236
5586
|
optionFontSizeSmall: string;
|
|
@@ -5313,7 +5663,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5313
5663
|
} | undefined;
|
|
5314
5664
|
Popover?: {
|
|
5315
5665
|
peers?: {
|
|
5316
|
-
|
|
5666
|
+
Scrollbar?: ExtractThemeOverrides<Theme<"Scrollbar", {
|
|
5667
|
+
height: string;
|
|
5668
|
+
width: string;
|
|
5669
|
+
borderRadius: string;
|
|
5670
|
+
color: string;
|
|
5671
|
+
colorHover: string;
|
|
5672
|
+
railInsetHorizontalBottom: string;
|
|
5673
|
+
railInsetHorizontalTop: string;
|
|
5674
|
+
railInsetVerticalRight: string;
|
|
5675
|
+
railInsetVerticalLeft: string;
|
|
5676
|
+
railColor: string;
|
|
5677
|
+
}, any>> | undefined;
|
|
5317
5678
|
} | undefined;
|
|
5318
5679
|
} | undefined;
|
|
5319
5680
|
Ellipsis?: {
|
|
@@ -5338,7 +5699,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5338
5699
|
arrowOffsetVertical: string;
|
|
5339
5700
|
arrowHeight: string;
|
|
5340
5701
|
padding: string;
|
|
5341
|
-
},
|
|
5702
|
+
}, {
|
|
5703
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5704
|
+
height: string;
|
|
5705
|
+
width: string;
|
|
5706
|
+
borderRadius: string;
|
|
5707
|
+
color: string;
|
|
5708
|
+
colorHover: string;
|
|
5709
|
+
railInsetHorizontalBottom: string;
|
|
5710
|
+
railInsetHorizontalTop: string;
|
|
5711
|
+
railInsetVerticalRight: string;
|
|
5712
|
+
railInsetVerticalLeft: string;
|
|
5713
|
+
railColor: string;
|
|
5714
|
+
}, any>;
|
|
5715
|
+
}>;
|
|
5342
5716
|
}>> | undefined;
|
|
5343
5717
|
} | undefined;
|
|
5344
5718
|
} | undefined;
|
|
@@ -5357,7 +5731,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
5357
5731
|
arrowOffsetVertical: string;
|
|
5358
5732
|
arrowHeight: string;
|
|
5359
5733
|
padding: string;
|
|
5360
|
-
},
|
|
5734
|
+
}, {
|
|
5735
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
5736
|
+
height: string;
|
|
5737
|
+
width: string;
|
|
5738
|
+
borderRadius: string;
|
|
5739
|
+
color: string;
|
|
5740
|
+
colorHover: string;
|
|
5741
|
+
railInsetHorizontalBottom: string;
|
|
5742
|
+
railInsetHorizontalTop: string;
|
|
5743
|
+
railInsetVerticalRight: string;
|
|
5744
|
+
railInsetVerticalLeft: string;
|
|
5745
|
+
railColor: string;
|
|
5746
|
+
}, any>;
|
|
5747
|
+
}>> | undefined;
|
|
5361
5748
|
} | undefined;
|
|
5362
5749
|
} | undefined;
|
|
5363
5750
|
};
|
|
@@ -6015,7 +6402,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6015
6402
|
arrowOffsetVertical: string;
|
|
6016
6403
|
arrowHeight: string;
|
|
6017
6404
|
padding: string;
|
|
6018
|
-
},
|
|
6405
|
+
}, {
|
|
6406
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6407
|
+
height: string;
|
|
6408
|
+
width: string;
|
|
6409
|
+
borderRadius: string;
|
|
6410
|
+
color: string;
|
|
6411
|
+
colorHover: string;
|
|
6412
|
+
railInsetHorizontalBottom: string;
|
|
6413
|
+
railInsetHorizontalTop: string;
|
|
6414
|
+
railInsetVerticalRight: string;
|
|
6415
|
+
railInsetVerticalLeft: string;
|
|
6416
|
+
railColor: string;
|
|
6417
|
+
}, any>;
|
|
6418
|
+
}>;
|
|
6019
6419
|
}>;
|
|
6020
6420
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
6021
6421
|
optionFontSizeTiny: string;
|
|
@@ -6146,7 +6546,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6146
6546
|
paddingMedium: string;
|
|
6147
6547
|
paddingLarge: string;
|
|
6148
6548
|
clearSize: string;
|
|
6149
|
-
},
|
|
6549
|
+
}, {
|
|
6550
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6551
|
+
height: string;
|
|
6552
|
+
width: string;
|
|
6553
|
+
borderRadius: string;
|
|
6554
|
+
color: string;
|
|
6555
|
+
colorHover: string;
|
|
6556
|
+
railInsetHorizontalBottom: string;
|
|
6557
|
+
railInsetHorizontalTop: string;
|
|
6558
|
+
railInsetVerticalRight: string;
|
|
6559
|
+
railInsetVerticalLeft: string;
|
|
6560
|
+
railColor: string;
|
|
6561
|
+
}, any>;
|
|
6562
|
+
}>;
|
|
6150
6563
|
Popselect: Theme<"Popselect", {
|
|
6151
6564
|
menuBoxShadow: string;
|
|
6152
6565
|
}, {
|
|
@@ -6163,7 +6576,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6163
6576
|
arrowOffsetVertical: string;
|
|
6164
6577
|
arrowHeight: string;
|
|
6165
6578
|
padding: string;
|
|
6166
|
-
},
|
|
6579
|
+
}, {
|
|
6580
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6581
|
+
height: string;
|
|
6582
|
+
width: string;
|
|
6583
|
+
borderRadius: string;
|
|
6584
|
+
color: string;
|
|
6585
|
+
colorHover: string;
|
|
6586
|
+
railInsetHorizontalBottom: string;
|
|
6587
|
+
railInsetHorizontalTop: string;
|
|
6588
|
+
railInsetVerticalRight: string;
|
|
6589
|
+
railInsetVerticalLeft: string;
|
|
6590
|
+
railColor: string;
|
|
6591
|
+
}, any>;
|
|
6592
|
+
}>;
|
|
6167
6593
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
6168
6594
|
optionFontSizeTiny: string;
|
|
6169
6595
|
optionFontSizeSmall: string;
|
|
@@ -6273,7 +6699,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6273
6699
|
arrowOffsetVertical: string;
|
|
6274
6700
|
arrowHeight: string;
|
|
6275
6701
|
padding: string;
|
|
6276
|
-
},
|
|
6702
|
+
}, {
|
|
6703
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6704
|
+
height: string;
|
|
6705
|
+
width: string;
|
|
6706
|
+
borderRadius: string;
|
|
6707
|
+
color: string;
|
|
6708
|
+
colorHover: string;
|
|
6709
|
+
railInsetHorizontalBottom: string;
|
|
6710
|
+
railInsetHorizontalTop: string;
|
|
6711
|
+
railInsetVerticalRight: string;
|
|
6712
|
+
railInsetVerticalLeft: string;
|
|
6713
|
+
railColor: string;
|
|
6714
|
+
}, any>;
|
|
6715
|
+
}>;
|
|
6277
6716
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
6278
6717
|
Tooltip: Theme<"Tooltip", {
|
|
6279
6718
|
borderRadius: string;
|
|
@@ -6295,7 +6734,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6295
6734
|
arrowOffsetVertical: string;
|
|
6296
6735
|
arrowHeight: string;
|
|
6297
6736
|
padding: string;
|
|
6298
|
-
},
|
|
6737
|
+
}, {
|
|
6738
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6739
|
+
height: string;
|
|
6740
|
+
width: string;
|
|
6741
|
+
borderRadius: string;
|
|
6742
|
+
color: string;
|
|
6743
|
+
colorHover: string;
|
|
6744
|
+
railInsetHorizontalBottom: string;
|
|
6745
|
+
railInsetHorizontalTop: string;
|
|
6746
|
+
railInsetVerticalRight: string;
|
|
6747
|
+
railInsetVerticalLeft: string;
|
|
6748
|
+
railColor: string;
|
|
6749
|
+
}, any>;
|
|
6750
|
+
}>;
|
|
6299
6751
|
}>;
|
|
6300
6752
|
}>;
|
|
6301
6753
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -6366,7 +6818,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6366
6818
|
arrowOffsetVertical: string;
|
|
6367
6819
|
arrowHeight: string;
|
|
6368
6820
|
padding: string;
|
|
6369
|
-
},
|
|
6821
|
+
}, {
|
|
6822
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
6823
|
+
height: string;
|
|
6824
|
+
width: string;
|
|
6825
|
+
borderRadius: string;
|
|
6826
|
+
color: string;
|
|
6827
|
+
colorHover: string;
|
|
6828
|
+
railInsetHorizontalBottom: string;
|
|
6829
|
+
railInsetHorizontalTop: string;
|
|
6830
|
+
railInsetVerticalRight: string;
|
|
6831
|
+
railInsetVerticalLeft: string;
|
|
6832
|
+
railColor: string;
|
|
6833
|
+
}, any>;
|
|
6834
|
+
}>;
|
|
6370
6835
|
}>;
|
|
6371
6836
|
}>>;
|
|
6372
6837
|
readonly themeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
|
|
@@ -6842,7 +7307,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6842
7307
|
arrowOffsetVertical: string;
|
|
6843
7308
|
arrowHeight: string;
|
|
6844
7309
|
padding: string;
|
|
6845
|
-
},
|
|
7310
|
+
}, {
|
|
7311
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7312
|
+
height: string;
|
|
7313
|
+
width: string;
|
|
7314
|
+
borderRadius: string;
|
|
7315
|
+
color: string;
|
|
7316
|
+
colorHover: string;
|
|
7317
|
+
railInsetHorizontalBottom: string;
|
|
7318
|
+
railInsetHorizontalTop: string;
|
|
7319
|
+
railInsetVerticalRight: string;
|
|
7320
|
+
railInsetVerticalLeft: string;
|
|
7321
|
+
railColor: string;
|
|
7322
|
+
}, any>;
|
|
7323
|
+
}>;
|
|
6846
7324
|
}>;
|
|
6847
7325
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
6848
7326
|
optionFontSizeTiny: string;
|
|
@@ -6973,7 +7451,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6973
7451
|
paddingMedium: string;
|
|
6974
7452
|
paddingLarge: string;
|
|
6975
7453
|
clearSize: string;
|
|
6976
|
-
},
|
|
7454
|
+
}, {
|
|
7455
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7456
|
+
height: string;
|
|
7457
|
+
width: string;
|
|
7458
|
+
borderRadius: string;
|
|
7459
|
+
color: string;
|
|
7460
|
+
colorHover: string;
|
|
7461
|
+
railInsetHorizontalBottom: string;
|
|
7462
|
+
railInsetHorizontalTop: string;
|
|
7463
|
+
railInsetVerticalRight: string;
|
|
7464
|
+
railInsetVerticalLeft: string;
|
|
7465
|
+
railColor: string;
|
|
7466
|
+
}, any>;
|
|
7467
|
+
}>;
|
|
6977
7468
|
Popselect: Theme<"Popselect", {
|
|
6978
7469
|
menuBoxShadow: string;
|
|
6979
7470
|
}, {
|
|
@@ -6990,7 +7481,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
6990
7481
|
arrowOffsetVertical: string;
|
|
6991
7482
|
arrowHeight: string;
|
|
6992
7483
|
padding: string;
|
|
6993
|
-
},
|
|
7484
|
+
}, {
|
|
7485
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7486
|
+
height: string;
|
|
7487
|
+
width: string;
|
|
7488
|
+
borderRadius: string;
|
|
7489
|
+
color: string;
|
|
7490
|
+
colorHover: string;
|
|
7491
|
+
railInsetHorizontalBottom: string;
|
|
7492
|
+
railInsetHorizontalTop: string;
|
|
7493
|
+
railInsetVerticalRight: string;
|
|
7494
|
+
railInsetVerticalLeft: string;
|
|
7495
|
+
railColor: string;
|
|
7496
|
+
}, any>;
|
|
7497
|
+
}>;
|
|
6994
7498
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
6995
7499
|
optionFontSizeTiny: string;
|
|
6996
7500
|
optionFontSizeSmall: string;
|
|
@@ -7100,7 +7604,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7100
7604
|
arrowOffsetVertical: string;
|
|
7101
7605
|
arrowHeight: string;
|
|
7102
7606
|
padding: string;
|
|
7103
|
-
},
|
|
7607
|
+
}, {
|
|
7608
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7609
|
+
height: string;
|
|
7610
|
+
width: string;
|
|
7611
|
+
borderRadius: string;
|
|
7612
|
+
color: string;
|
|
7613
|
+
colorHover: string;
|
|
7614
|
+
railInsetHorizontalBottom: string;
|
|
7615
|
+
railInsetHorizontalTop: string;
|
|
7616
|
+
railInsetVerticalRight: string;
|
|
7617
|
+
railInsetVerticalLeft: string;
|
|
7618
|
+
railColor: string;
|
|
7619
|
+
}, any>;
|
|
7620
|
+
}>;
|
|
7104
7621
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
7105
7622
|
Tooltip: Theme<"Tooltip", {
|
|
7106
7623
|
borderRadius: string;
|
|
@@ -7122,7 +7639,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7122
7639
|
arrowOffsetVertical: string;
|
|
7123
7640
|
arrowHeight: string;
|
|
7124
7641
|
padding: string;
|
|
7125
|
-
},
|
|
7642
|
+
}, {
|
|
7643
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7644
|
+
height: string;
|
|
7645
|
+
width: string;
|
|
7646
|
+
borderRadius: string;
|
|
7647
|
+
color: string;
|
|
7648
|
+
colorHover: string;
|
|
7649
|
+
railInsetHorizontalBottom: string;
|
|
7650
|
+
railInsetHorizontalTop: string;
|
|
7651
|
+
railInsetVerticalRight: string;
|
|
7652
|
+
railInsetVerticalLeft: string;
|
|
7653
|
+
railColor: string;
|
|
7654
|
+
}, any>;
|
|
7655
|
+
}>;
|
|
7126
7656
|
}>;
|
|
7127
7657
|
}>;
|
|
7128
7658
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -7193,7 +7723,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7193
7723
|
arrowOffsetVertical: string;
|
|
7194
7724
|
arrowHeight: string;
|
|
7195
7725
|
padding: string;
|
|
7196
|
-
},
|
|
7726
|
+
}, {
|
|
7727
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
7728
|
+
height: string;
|
|
7729
|
+
width: string;
|
|
7730
|
+
borderRadius: string;
|
|
7731
|
+
color: string;
|
|
7732
|
+
colorHover: string;
|
|
7733
|
+
railInsetHorizontalBottom: string;
|
|
7734
|
+
railInsetHorizontalTop: string;
|
|
7735
|
+
railInsetVerticalRight: string;
|
|
7736
|
+
railInsetVerticalLeft: string;
|
|
7737
|
+
railColor: string;
|
|
7738
|
+
}, any>;
|
|
7739
|
+
}>;
|
|
7197
7740
|
}>;
|
|
7198
7741
|
}>>>;
|
|
7199
7742
|
readonly builtinThemeOverrides: PropType<ExtractThemeOverrides<Theme<"DataTable", {
|
|
@@ -7669,7 +8212,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7669
8212
|
arrowOffsetVertical: string;
|
|
7670
8213
|
arrowHeight: string;
|
|
7671
8214
|
padding: string;
|
|
7672
|
-
},
|
|
8215
|
+
}, {
|
|
8216
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8217
|
+
height: string;
|
|
8218
|
+
width: string;
|
|
8219
|
+
borderRadius: string;
|
|
8220
|
+
color: string;
|
|
8221
|
+
colorHover: string;
|
|
8222
|
+
railInsetHorizontalBottom: string;
|
|
8223
|
+
railInsetHorizontalTop: string;
|
|
8224
|
+
railInsetVerticalRight: string;
|
|
8225
|
+
railInsetVerticalLeft: string;
|
|
8226
|
+
railColor: string;
|
|
8227
|
+
}, any>;
|
|
8228
|
+
}>;
|
|
7673
8229
|
}>;
|
|
7674
8230
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
7675
8231
|
optionFontSizeTiny: string;
|
|
@@ -7800,7 +8356,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7800
8356
|
paddingMedium: string;
|
|
7801
8357
|
paddingLarge: string;
|
|
7802
8358
|
clearSize: string;
|
|
7803
|
-
},
|
|
8359
|
+
}, {
|
|
8360
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8361
|
+
height: string;
|
|
8362
|
+
width: string;
|
|
8363
|
+
borderRadius: string;
|
|
8364
|
+
color: string;
|
|
8365
|
+
colorHover: string;
|
|
8366
|
+
railInsetHorizontalBottom: string;
|
|
8367
|
+
railInsetHorizontalTop: string;
|
|
8368
|
+
railInsetVerticalRight: string;
|
|
8369
|
+
railInsetVerticalLeft: string;
|
|
8370
|
+
railColor: string;
|
|
8371
|
+
}, any>;
|
|
8372
|
+
}>;
|
|
7804
8373
|
Popselect: Theme<"Popselect", {
|
|
7805
8374
|
menuBoxShadow: string;
|
|
7806
8375
|
}, {
|
|
@@ -7817,7 +8386,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7817
8386
|
arrowOffsetVertical: string;
|
|
7818
8387
|
arrowHeight: string;
|
|
7819
8388
|
padding: string;
|
|
7820
|
-
},
|
|
8389
|
+
}, {
|
|
8390
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8391
|
+
height: string;
|
|
8392
|
+
width: string;
|
|
8393
|
+
borderRadius: string;
|
|
8394
|
+
color: string;
|
|
8395
|
+
colorHover: string;
|
|
8396
|
+
railInsetHorizontalBottom: string;
|
|
8397
|
+
railInsetHorizontalTop: string;
|
|
8398
|
+
railInsetVerticalRight: string;
|
|
8399
|
+
railInsetVerticalLeft: string;
|
|
8400
|
+
railColor: string;
|
|
8401
|
+
}, any>;
|
|
8402
|
+
}>;
|
|
7821
8403
|
InternalSelectMenu: Theme<"InternalSelectMenu", {
|
|
7822
8404
|
optionFontSizeTiny: string;
|
|
7823
8405
|
optionFontSizeSmall: string;
|
|
@@ -7927,7 +8509,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7927
8509
|
arrowOffsetVertical: string;
|
|
7928
8510
|
arrowHeight: string;
|
|
7929
8511
|
padding: string;
|
|
7930
|
-
},
|
|
8512
|
+
}, {
|
|
8513
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8514
|
+
height: string;
|
|
8515
|
+
width: string;
|
|
8516
|
+
borderRadius: string;
|
|
8517
|
+
color: string;
|
|
8518
|
+
colorHover: string;
|
|
8519
|
+
railInsetHorizontalBottom: string;
|
|
8520
|
+
railInsetHorizontalTop: string;
|
|
8521
|
+
railInsetVerticalRight: string;
|
|
8522
|
+
railInsetVerticalLeft: string;
|
|
8523
|
+
railColor: string;
|
|
8524
|
+
}, any>;
|
|
8525
|
+
}>;
|
|
7931
8526
|
Ellipsis: Theme<"Ellipsis", unknown, {
|
|
7932
8527
|
Tooltip: Theme<"Tooltip", {
|
|
7933
8528
|
borderRadius: string;
|
|
@@ -7949,7 +8544,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
7949
8544
|
arrowOffsetVertical: string;
|
|
7950
8545
|
arrowHeight: string;
|
|
7951
8546
|
padding: string;
|
|
7952
|
-
},
|
|
8547
|
+
}, {
|
|
8548
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8549
|
+
height: string;
|
|
8550
|
+
width: string;
|
|
8551
|
+
borderRadius: string;
|
|
8552
|
+
color: string;
|
|
8553
|
+
colorHover: string;
|
|
8554
|
+
railInsetHorizontalBottom: string;
|
|
8555
|
+
railInsetHorizontalTop: string;
|
|
8556
|
+
railInsetVerticalRight: string;
|
|
8557
|
+
railInsetVerticalLeft: string;
|
|
8558
|
+
railColor: string;
|
|
8559
|
+
}, any>;
|
|
8560
|
+
}>;
|
|
7953
8561
|
}>;
|
|
7954
8562
|
}>;
|
|
7955
8563
|
Dropdown: Theme<"Dropdown", {
|
|
@@ -8020,7 +8628,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8020
8628
|
arrowOffsetVertical: string;
|
|
8021
8629
|
arrowHeight: string;
|
|
8022
8630
|
padding: string;
|
|
8023
|
-
},
|
|
8631
|
+
}, {
|
|
8632
|
+
Scrollbar: Theme<"Scrollbar", {
|
|
8633
|
+
height: string;
|
|
8634
|
+
width: string;
|
|
8635
|
+
borderRadius: string;
|
|
8636
|
+
color: string;
|
|
8637
|
+
colorHover: string;
|
|
8638
|
+
railInsetHorizontalBottom: string;
|
|
8639
|
+
railInsetHorizontalTop: string;
|
|
8640
|
+
railInsetVerticalRight: string;
|
|
8641
|
+
railInsetVerticalLeft: string;
|
|
8642
|
+
railColor: string;
|
|
8643
|
+
}, any>;
|
|
8644
|
+
}>;
|
|
8024
8645
|
}>;
|
|
8025
8646
|
}>>>;
|
|
8026
8647
|
}>> & Readonly<{}>, {
|
|
@@ -8029,9 +8650,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8029
8650
|
readonly tableLayout: "fixed" | "auto";
|
|
8030
8651
|
readonly columns: TableColumns<any>;
|
|
8031
8652
|
readonly loading: boolean;
|
|
8653
|
+
readonly spinProps: BaseLoadingExposedProps;
|
|
8032
8654
|
readonly bordered: boolean | undefined;
|
|
8033
|
-
readonly
|
|
8655
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
8034
8656
|
readonly remote: boolean;
|
|
8657
|
+
readonly cascade: boolean;
|
|
8658
|
+
readonly virtualScroll: boolean;
|
|
8035
8659
|
readonly pagination: false | PaginationProps;
|
|
8036
8660
|
readonly paginateSinglePage: boolean;
|
|
8037
8661
|
readonly bottomBordered: boolean | undefined;
|
|
@@ -8046,14 +8670,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
8046
8670
|
readonly virtualScrollHeader: boolean;
|
|
8047
8671
|
readonly headerHeight: number;
|
|
8048
8672
|
readonly minRowHeight: number;
|
|
8049
|
-
readonly allowCheckingNotLoaded: boolean;
|
|
8050
|
-
readonly cascade: boolean;
|
|
8051
8673
|
readonly childrenKey: string;
|
|
8052
8674
|
readonly indent: number;
|
|
8053
8675
|
readonly flexHeight: boolean;
|
|
8054
8676
|
readonly summaryPlacement: "top" | "bottom";
|
|
8055
8677
|
readonly paginationBehaviorOnFilter: "first" | "current";
|
|
8056
|
-
readonly spinProps: BaseLoadingExposedProps;
|
|
8057
8678
|
}, SlotsType<DataTableSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8058
8679
|
NForm: DefineComponent<ExtractPropTypes<{
|
|
8059
8680
|
readonly inline: BooleanConstructor;
|