@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.
@@ -1419,10 +1419,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1419
1419
  readonly focusable: boolean;
1420
1420
  readonly bordered: boolean;
1421
1421
  readonly tertiary: boolean;
1422
- readonly keyboard: boolean;
1423
1422
  readonly ghost: boolean;
1424
1423
  readonly secondary: boolean;
1425
1424
  readonly quaternary: boolean;
1425
+ readonly keyboard: boolean;
1426
1426
  readonly iconPlacement: "left" | "right";
1427
1427
  readonly attrType: "reset" | "submit" | "button";
1428
1428
  readonly nativeFocusBehavior: boolean;
@@ -1452,10 +1452,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1452
1452
  readonly focusable: boolean;
1453
1453
  readonly bordered: boolean;
1454
1454
  readonly tertiary: boolean;
1455
- readonly keyboard: boolean;
1456
1455
  readonly ghost: boolean;
1457
1456
  readonly secondary: boolean;
1458
1457
  readonly quaternary: boolean;
1458
+ readonly keyboard: boolean;
1459
1459
  readonly iconPlacement: "left" | "right";
1460
1460
  readonly attrType: "reset" | "submit" | "button";
1461
1461
  readonly nativeFocusBehavior: boolean;
@@ -1482,6 +1482,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1482
1482
  onBeforeHide: PropType<() => void>;
1483
1483
  onAfterHide: PropType<() => void>;
1484
1484
  onHide: PropType<(value: false) => void>;
1485
+ unstableShowMask: {
1486
+ type: BooleanConstructor;
1487
+ default: undefined;
1488
+ };
1485
1489
  icon: PropType<() => VNodeChild>;
1486
1490
  type: {
1487
1491
  readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
@@ -1511,6 +1515,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1511
1515
  contentStyle: PropType<string | CSSProperties>;
1512
1516
  actionClass: PropType<string | Array<string | undefined>>;
1513
1517
  actionStyle: PropType<string | CSSProperties>;
1518
+ closeFocusable: BooleanConstructor;
1514
1519
  headerClass: StringConstructor;
1515
1520
  headerStyle: PropType< CSSProperties | string>;
1516
1521
  headerExtraClass: StringConstructor;
@@ -1536,7 +1541,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
1536
1541
  footer: PropType<() => VNodeChild>;
1537
1542
  headerExtra: PropType<() => VNodeChild>;
1538
1543
  show: BooleanConstructor;
1539
- unstableShowMask: {
1544
+ showMask: {
1540
1545
  type: BooleanConstructor;
1541
1546
  default: boolean;
1542
1547
  };
@@ -2491,6 +2496,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2491
2496
  onBeforeHide: PropType<() => void>;
2492
2497
  onAfterHide: PropType<() => void>;
2493
2498
  onHide: PropType<(value: false) => void>;
2499
+ unstableShowMask: {
2500
+ type: BooleanConstructor;
2501
+ default: undefined;
2502
+ };
2494
2503
  icon: PropType<() => VNodeChild>;
2495
2504
  type: {
2496
2505
  readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
@@ -2520,6 +2529,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2520
2529
  contentStyle: PropType<string | CSSProperties>;
2521
2530
  actionClass: PropType<string | Array<string | undefined>>;
2522
2531
  actionStyle: PropType<string | CSSProperties>;
2532
+ closeFocusable: BooleanConstructor;
2523
2533
  headerClass: StringConstructor;
2524
2534
  headerStyle: PropType< CSSProperties | string>;
2525
2535
  headerExtraClass: StringConstructor;
@@ -2545,7 +2555,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2545
2555
  footer: PropType<() => VNodeChild>;
2546
2556
  headerExtra: PropType<() => VNodeChild>;
2547
2557
  show: BooleanConstructor;
2548
- unstableShowMask: {
2558
+ showMask: {
2549
2559
  type: BooleanConstructor;
2550
2560
  default: boolean;
2551
2561
  };
@@ -3457,28 +3467,30 @@ declare const _default: DefineComponent<ExtractPropTypes<{
3457
3467
  }, any>;
3458
3468
  }>>>;
3459
3469
  }>> & Readonly<{}>, {
3460
- type: "error" | "default" | "info" | "success" | "warning";
3470
+ type: "default" | "error" | "info" | "warning" | "success";
3461
3471
  tag: keyof HTMLElementTagNameMap;
3462
3472
  size: "small" | "medium" | "large" | "huge";
3463
3473
  show: boolean;
3464
3474
  transformOrigin: "center" | "mouse";
3465
3475
  loading: boolean;
3466
3476
  autoFocus: boolean;
3467
- bordered: boolean;
3468
3477
  showIcon: boolean;
3478
+ bordered: boolean;
3469
3479
  closable: boolean;
3470
- displayDirective: "show" | "if";
3471
- hoverable: boolean;
3472
3480
  embedded: boolean;
3473
3481
  segmented: boolean | CardSegmented;
3482
+ hoverable: boolean;
3483
+ closeFocusable: boolean;
3484
+ displayDirective: "show" | "if";
3485
+ blockScroll: boolean;
3486
+ closeOnEsc: boolean;
3487
+ maskClosable: boolean;
3488
+ showMask: boolean;
3489
+ trapFocus: boolean;
3474
3490
  internalDialog: boolean;
3475
3491
  internalModal: boolean;
3476
3492
  internalAppear: boolean | undefined;
3477
3493
  unstableShowMask: boolean;
3478
- maskClosable: boolean;
3479
- trapFocus: boolean;
3480
- closeOnEsc: boolean;
3481
- blockScroll: boolean;
3482
3494
  }, SlotsType<ModalSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3483
3495
  }, {}, string, ComponentProvideOptions, true, {}, any>;
3484
3496
  export default _default;
@@ -186,7 +186,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
186
186
  arrowOffsetVertical: string;
187
187
  arrowHeight: string;
188
188
  padding: string;
189
- }, any>>;
189
+ }, {
190
+ Scrollbar: Theme<"Scrollbar", {
191
+ height: string;
192
+ width: string;
193
+ borderRadius: string;
194
+ color: string;
195
+ colorHover: string;
196
+ railInsetHorizontalBottom: string;
197
+ railInsetHorizontalTop: string;
198
+ railInsetVerticalRight: string;
199
+ railInsetVerticalLeft: string;
200
+ railColor: string;
201
+ }, any>;
202
+ }>>;
190
203
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
191
204
  fontSize: string;
192
205
  borderRadius: string;
@@ -200,7 +213,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
200
213
  arrowOffsetVertical: string;
201
214
  arrowHeight: string;
202
215
  padding: string;
203
- }, any>>>;
216
+ }, {
217
+ Scrollbar: Theme<"Scrollbar", {
218
+ height: string;
219
+ width: string;
220
+ borderRadius: string;
221
+ color: string;
222
+ colorHover: string;
223
+ railInsetHorizontalBottom: string;
224
+ railInsetHorizontalTop: string;
225
+ railInsetVerticalRight: string;
226
+ railInsetVerticalLeft: string;
227
+ railColor: string;
228
+ }, any>;
229
+ }>>>;
204
230
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
205
231
  fontSize: string;
206
232
  borderRadius: string;
@@ -214,7 +240,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
214
240
  arrowOffsetVertical: string;
215
241
  arrowHeight: string;
216
242
  padding: string;
217
- }, any>>>;
243
+ }, {
244
+ Scrollbar: Theme<"Scrollbar", {
245
+ height: string;
246
+ width: string;
247
+ borderRadius: string;
248
+ color: string;
249
+ colorHover: string;
250
+ railInsetHorizontalBottom: string;
251
+ railInsetHorizontalTop: string;
252
+ railInsetVerticalRight: string;
253
+ railInsetVerticalLeft: string;
254
+ railColor: string;
255
+ }, any>;
256
+ }>>>;
218
257
  }>, {
219
258
  binderInstRef: Ref<{
220
259
  targetRef: HTMLElement | null;
@@ -339,7 +378,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
339
378
  arrowOffsetVertical: string;
340
379
  arrowHeight: string;
341
380
  padding: string;
342
- }, any>>;
381
+ }, {
382
+ Scrollbar: Theme<"Scrollbar", {
383
+ height: string;
384
+ width: string;
385
+ borderRadius: string;
386
+ color: string;
387
+ colorHover: string;
388
+ railInsetHorizontalBottom: string;
389
+ railInsetHorizontalTop: string;
390
+ railInsetVerticalRight: string;
391
+ railInsetVerticalLeft: string;
392
+ railColor: string;
393
+ }, any>;
394
+ }>>;
343
395
  themeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
344
396
  fontSize: string;
345
397
  borderRadius: string;
@@ -353,7 +405,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
353
405
  arrowOffsetVertical: string;
354
406
  arrowHeight: string;
355
407
  padding: string;
356
- }, any>>>;
408
+ }, {
409
+ Scrollbar: Theme<"Scrollbar", {
410
+ height: string;
411
+ width: string;
412
+ borderRadius: string;
413
+ color: string;
414
+ colorHover: string;
415
+ railInsetHorizontalBottom: string;
416
+ railInsetHorizontalTop: string;
417
+ railInsetVerticalRight: string;
418
+ railInsetVerticalLeft: string;
419
+ railColor: string;
420
+ }, any>;
421
+ }>>>;
357
422
  builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Popover", {
358
423
  fontSize: string;
359
424
  borderRadius: string;
@@ -367,7 +432,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
367
432
  arrowOffsetVertical: string;
368
433
  arrowHeight: string;
369
434
  padding: string;
370
- }, any>>>;
435
+ }, {
436
+ Scrollbar: Theme<"Scrollbar", {
437
+ height: string;
438
+ width: string;
439
+ borderRadius: string;
440
+ color: string;
441
+ colorHover: string;
442
+ railInsetHorizontalBottom: string;
443
+ railInsetHorizontalTop: string;
444
+ railInsetVerticalRight: string;
445
+ railInsetVerticalLeft: string;
446
+ railColor: string;
447
+ }, any>;
448
+ }>>>;
371
449
  }>> & Readonly<{}>, {
372
450
  to: string | boolean | HTMLElement;
373
451
  disabled: boolean;
@@ -377,22 +455,22 @@ declare const _default: DefineComponent<ExtractPropTypes<{
377
455
  duration: number;
378
456
  raw: boolean;
379
457
  placement: PopoverPlacement;
380
- overlap: boolean;
381
- scrollable: boolean;
382
- trigger: PopoverTrigger;
383
458
  showArrow: boolean;
459
+ trigger: PopoverTrigger;
460
+ arrow: boolean | undefined;
461
+ defaultShow: boolean;
384
462
  delay: number;
385
463
  arrowPointToCenter: boolean;
386
464
  displayDirective: "show" | "if";
465
+ animated: boolean;
466
+ overlap: boolean;
387
467
  keepAliveOnHover: boolean;
468
+ scrollable: boolean;
388
469
  internalDeactivateImmediately: boolean;
389
- animated: boolean;
390
- internalTrapFocus: boolean;
391
- defaultShow: boolean;
392
470
  internalSyncTargetWithParent: boolean;
393
471
  internalInheritedEventHandlers: TriggerEventHandlers[];
472
+ internalTrapFocus: boolean;
394
473
  internalExtraClass: string[];
395
- arrow: boolean | undefined;
396
474
  }, SlotsType<PopoverSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
397
475
  }, {}, string, ComponentProvideOptions, true, {}, any>;
398
476
  export default _default;
@@ -3,7 +3,6 @@ export * from './back';
3
3
  export * from './circle';
4
4
  export * from './form';
5
5
  export * from './local';
6
- export * from './numberRoll';
7
6
  export * from './camera';
8
7
  export * from './searchBar';
9
8
  export * from './table';
@@ -4,5 +4,5 @@ export declare const fnCancelFetch: () => void;
4
4
  export declare const GET: Fetch;
5
5
  export declare const POST: Fetch;
6
6
  export declare const BLOB: Fetch;
7
- export declare const CUSTOM: (options: AxiosRequestConfig) => Promise<AxiosResponse<any, any>>;
7
+ export declare const CUSTOM: (options: AxiosRequestConfig) => Promise<AxiosResponse<any, any, {}>>;
8
8
  export declare const FILE: Fetch;