@bethinkpl/design-system 18.7.1 → 18.7.3

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,3 @@
1
- declare const _default: {
2
- name: string;
3
- };
4
- export default _default;
1
+ export declare function render(_ctx: any, _cache: any, $props: any, $setup: any, $data: any, $options: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
+ [key: string]: any;
3
+ }>;
@@ -1,62 +1,3 @@
1
- import Tile from '../../Tile';
2
- declare const _default: {
3
- name: string;
4
- components: {
5
- DsTile: typeof Tile;
6
- };
7
- props: {
8
- interactive: {
9
- type: BooleanConstructor;
10
- default: boolean;
11
- };
12
- iconLeft: {
13
- type: ObjectConstructor;
14
- default: null;
15
- validator(iconLeft: any): boolean;
16
- };
17
- iconRight: {
18
- type: ObjectConstructor;
19
- default: null;
20
- validator(iconRight: any): boolean;
21
- };
22
- text: {
23
- type: StringConstructor;
24
- required: boolean;
25
- };
26
- eyebrowText: {
27
- type: StringConstructor;
28
- default: null;
29
- };
30
- additionalText: {
31
- type: StringConstructor;
32
- default: null;
33
- };
34
- color: {
35
- type: StringConstructor;
36
- default: "neutral";
37
- validator(color: any): boolean;
38
- };
39
- isEyebrowTextUppercase: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- state: {
44
- type: StringConstructor;
45
- default: "default";
46
- validator(value: import("../../../utils/type.utils").Value<{
47
- readonly DEFAULT: "default";
48
- readonly DISABLED: "disabled";
49
- readonly LOADING: "loading";
50
- }>): boolean;
51
- };
52
- eyebrowEllipsis: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- textEllipsis: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- };
61
- };
62
- export default _default;
1
+ export declare function render(_ctx: any, _cache: any, $props: any, $setup: any, $data: any, $options: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
+ [key: string]: any;
3
+ }>;
@@ -1,14 +1,3 @@
1
- declare const _default: {
2
- name: string;
3
- props: {
4
- label: {
5
- type: StringConstructor;
6
- required: boolean;
7
- };
8
- isUppercase: {
9
- type: BooleanConstructor;
10
- default: boolean;
11
- };
12
- };
13
- };
14
- export default _default;
1
+ export declare function render(_ctx: any, _cache: any, $props: any, $setup: any, $data: any, $options: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2
+ [key: string]: any;
3
+ }>;