fluekit 2.5.4 → 2.6.0

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.
@@ -29,5 +29,8 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
29
29
  size: number;
30
30
  value: number | null;
31
31
  strokeWidth: number;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
+ svgRef: SVGSVGElement;
34
+ circleRef: SVGCircleElement;
35
+ }, HTMLDivElement>;
33
36
  export default _default;
package/dist/Icons.d.ts CHANGED
@@ -30,4 +30,5 @@ export declare const Icons: {
30
30
  starHalf: string;
31
31
  monitor: string;
32
32
  warning: string;
33
+ videoPlay: string;
33
34
  };
@@ -29,5 +29,7 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
29
29
  minHeight: number;
30
30
  value: number | null;
31
31
  backgroundColor: string | Color;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
+ barRef: HTMLDivElement;
34
+ }, HTMLDivElement>;
33
35
  export default _default;
package/dist/Stack.d.ts CHANGED
@@ -10,25 +10,10 @@ interface StackProps {
10
10
  /** 堆叠方式 */
11
11
  fit?: StackFit;
12
12
  }
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- default?(_: {}): any;
17
- };
18
- refs: {};
19
- rootEl: any;
20
- };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<StackProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StackProps> & Readonly<{}>, {
13
+ declare const _default: import('vue').DefineComponent<StackProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StackProps> & Readonly<{}>, {
23
14
  alignment: Alignment;
24
15
  clipBehavior: "none" | "hardEdge" | "antiAlias" | "clip";
25
16
  fit: StackFit;
26
17
  textDirection: "ltr" | "rtl";
27
18
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
19
  export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
@@ -1,20 +1,5 @@
1
1
  type __VLS_Props = {
2
2
  modelValue: number;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: any;
11
- };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
5
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };