@club-employes/utopia 4.313.0 → 4.315.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { nextTick, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, WatchOptions, WatchStopHandle,
|
|
1
|
+
import { nextTick, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, WatchOptions, WatchStopHandle, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
2
2
|
import { ModalProps, ModalChangeReason, ModalSize, ModalPosition, ModalAnimation, ModalMobileBehavior } from './types';
|
|
3
3
|
import { ButtonVariant, ButtonSize } from '../..';
|
|
4
4
|
import { ButtonAspect, ButtonColor } from '../../atoms/Button/types';
|
|
@@ -29,9 +29,7 @@ declare function __VLS_template(): {
|
|
|
29
29
|
readonly ariaLabel?: string | undefined;
|
|
30
30
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
31
31
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
32
|
-
$attrs:
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
32
|
+
$attrs: Attrs;
|
|
35
33
|
$refs: {
|
|
36
34
|
[x: string]: unknown;
|
|
37
35
|
};
|
|
@@ -85,7 +83,7 @@ declare function __VLS_template(): {
|
|
|
85
83
|
ariaLabel: string;
|
|
86
84
|
}> & Omit<Readonly< ButtonProps> & Readonly<{
|
|
87
85
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
88
|
-
}>, "size" | "color" | "aspect" | "disabled" | "loading" | "iconPosition" | "ariaLabel"> &
|
|
86
|
+
}>, "size" | "color" | "aspect" | "disabled" | "loading" | "iconPosition" | "ariaLabel"> & {} & ComponentCustomProperties & {} & {
|
|
89
87
|
$slots: {
|
|
90
88
|
default?(_: {}): any;
|
|
91
89
|
};
|
|
@@ -135,9 +133,7 @@ declare const __VLS_component: DefineComponent<ModalProps, {}, {}, {}, {}, Compo
|
|
|
135
133
|
readonly ariaLabel?: string | undefined;
|
|
136
134
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
137
135
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
138
|
-
$attrs:
|
|
139
|
-
[x: string]: unknown;
|
|
140
|
-
};
|
|
136
|
+
$attrs: Attrs;
|
|
141
137
|
$refs: {
|
|
142
138
|
[x: string]: unknown;
|
|
143
139
|
};
|
|
@@ -191,7 +187,7 @@ declare const __VLS_component: DefineComponent<ModalProps, {}, {}, {}, {}, Compo
|
|
|
191
187
|
ariaLabel: string;
|
|
192
188
|
}> & Omit<Readonly< ButtonProps> & Readonly<{
|
|
193
189
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
194
|
-
}>, "size" | "color" | "aspect" | "disabled" | "loading" | "iconPosition" | "ariaLabel"> &
|
|
190
|
+
}>, "size" | "color" | "aspect" | "disabled" | "loading" | "iconPosition" | "ariaLabel"> & {} & ComponentCustomProperties & {} & {
|
|
195
191
|
$slots: {
|
|
196
192
|
default?(_: {}): any;
|
|
197
193
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CampaignCategory } from '../BalanceCardGroup/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties } from 'vue';
|
|
3
3
|
import { TextTag, TextWeight, TextAlign, TextTransform, TextSize } from '../../atoms/Text/types';
|
|
4
4
|
import { TextProps } from '../..';
|
|
5
5
|
import { OnCleanup } from '@vue/reactivity';
|
|
@@ -45,9 +45,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
45
45
|
readonly italic?: boolean | undefined;
|
|
46
46
|
readonly strike?: boolean | undefined;
|
|
47
47
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
48
|
-
$attrs:
|
|
49
|
-
[x: string]: unknown;
|
|
50
|
-
};
|
|
48
|
+
$attrs: Attrs;
|
|
51
49
|
$refs: {
|
|
52
50
|
[x: string]: unknown;
|
|
53
51
|
} & {
|
|
@@ -93,7 +91,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
93
91
|
weight: TextWeight;
|
|
94
92
|
tooltipWhenTruncated: boolean;
|
|
95
93
|
family: "sans" | "mono" | string;
|
|
96
|
-
}> & Omit<Readonly< TextProps> & Readonly<{}>, "as" | "align" | "weight" | "tooltipWhenTruncated" | "family"> &
|
|
94
|
+
}> & Omit<Readonly< TextProps> & Readonly<{}>, "as" | "align" | "weight" | "tooltipWhenTruncated" | "family"> & {} & ComponentCustomProperties & {} & {
|
|
97
95
|
$slots: {
|
|
98
96
|
default?(_: {}): any;
|
|
99
97
|
default?(_: {}): any;
|