@opens/ui 1.0.21 → 1.0.23
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/dist/dropdowns/simple-dropdown-item.vue.d.ts +4 -0
- package/dist/dropdowns/simple-dropdown-item.vue.d.ts.map +1 -0
- package/dist/layouts/app-container.vue.d.ts +3 -2
- package/dist/layouts/app-container.vue.d.ts.map +1 -1
- package/dist/list-card.vue.d.ts.map +1 -0
- package/dist/src/components/buttons/button-primary.vue.d.ts +9 -0
- package/dist/src/components/buttons/button-secondary.vue.d.ts +9 -0
- package/dist/src/components/dropdowns/app-dropdown.vue.d.ts +9 -0
- package/dist/src/components/dropdowns/simple-dropdown-item.vue.d.ts +21 -2
- package/dist/src/components/dropdowns/simple-dropdown.vue.d.ts +8 -0
- package/dist/src/components/layouts/app-container.vue.d.ts +85 -2
- package/dist/src/components/typography/text.vue.d.ts +8 -0
- package/dist/src/components/typography/types.d.ts +1 -0
- package/dist/src/components/typography/use-typography-classes.d.ts +1 -0
- package/dist/src/components/ui/app-group.vue.d.ts +96 -0
- package/dist/src/components/ui/app-join.vue.d.ts +32 -0
- package/dist/src/components/ui/app-loading-ring.vue.d.ts +2 -0
- package/dist/src/main.d.ts +3 -2
- package/dist/typography/text.vue.d.ts +1 -1
- package/dist/typography/title.vue.d.ts +1 -1
- package/dist/ui/app-join.vue.d.ts +4 -0
- package/dist/ui/app-join.vue.d.ts.map +1 -0
- package/dist/ui/app-loading-ring.vue.d.ts +3 -0
- package/dist/ui/app-loading-ring.vue.d.ts.map +1 -0
- package/dist/yunique_ui.cjs.js +1 -1
- package/dist/yunique_ui.css +1 -1
- package/dist/yunique_ui.es.js +781 -693
- package/dist/yunique_ui.umd.js +2 -2
- package/package.json +1 -1
- package/dist/cards/list-card.vue.d.ts.map +0 -1
- package/dist/icons/app-tooltip-icon.vue.d.ts +0 -4
- package/dist/icons/app-tooltip-icon.vue.d.ts.map +0 -1
- package/dist/simple-dropdown-item.vue.d.ts +0 -3
- package/dist/simple-dropdown-item.vue.d.ts.map +0 -1
- package/dist/src/components/icons/app-tooltip-icon.vue.d.ts +0 -23
- /package/dist/{cards/list-card.vue.d.ts → list-card.vue.d.ts} +0 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/simple-dropdown-item.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/simple-dropdown-item.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=simple-dropdown-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simple-dropdown-item.vue.d.ts","sourceRoot":"","sources":["../../src/components/dropdowns/simple-dropdown-item.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,2HAA2H,CAAC;AAClJ,cAAc,2HAA2H,CAAC;AAC1I,eAAe,SAAS,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/layouts/app-container.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/layouts/app-container.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
3
4
|
//# sourceMappingURL=app-container.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-container.vue.d.ts","sourceRoot":"","sources":["../../src/components/layouts/app-container.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"app-container.vue.d.ts","sourceRoot":"","sources":["../../src/components/layouts/app-container.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kHAAkH,CAAC;AACzI,cAAc,kHAAkH,CAAC;AACjI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-card.vue.d.ts","sourceRoot":"","sources":["../src/components/cards/list-card.vue"],"names":[],"mappings":";AAKA,wBAA4E"}
|
|
@@ -19,6 +19,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
22
26
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
27
|
large: {
|
|
24
28
|
type: BooleanConstructor;
|
|
@@ -40,7 +44,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
44
|
type: BooleanConstructor;
|
|
41
45
|
default: boolean;
|
|
42
46
|
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
43
51
|
}>>, {
|
|
52
|
+
disabled: boolean;
|
|
44
53
|
large: boolean;
|
|
45
54
|
small: boolean;
|
|
46
55
|
warning: boolean;
|
|
@@ -19,6 +19,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
+
disabled: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
22
26
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
27
|
large: {
|
|
24
28
|
type: BooleanConstructor;
|
|
@@ -40,7 +44,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
44
|
type: BooleanConstructor;
|
|
41
45
|
default: boolean;
|
|
42
46
|
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
43
51
|
}>>, {
|
|
52
|
+
disabled: boolean;
|
|
44
53
|
large: boolean;
|
|
45
54
|
small: boolean;
|
|
46
55
|
warning: boolean;
|
|
@@ -31,6 +31,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
31
|
type: BooleanConstructor;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
+
disabled: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
34
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("filter-value" | "update:allSelected" | "update:opened")[], "filter-value" | "update:allSelected" | "update:opened", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
39
|
label: {
|
|
36
40
|
type: StringConstructor;
|
|
@@ -64,12 +68,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
64
68
|
type: BooleanConstructor;
|
|
65
69
|
default: boolean;
|
|
66
70
|
};
|
|
71
|
+
disabled: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
67
75
|
}>> & {
|
|
68
76
|
"onFilter-value"?: (...args: any[]) => any;
|
|
69
77
|
"onUpdate:allSelected"?: (...args: any[]) => any;
|
|
70
78
|
"onUpdate:opened"?: (...args: any[]) => any;
|
|
71
79
|
}, {
|
|
72
80
|
label: string;
|
|
81
|
+
disabled: boolean;
|
|
73
82
|
icon: string;
|
|
74
83
|
openIcon: string;
|
|
75
84
|
inputLabel: string;
|
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
selected: {
|
|
4
|
+
type: __PropType<boolean>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
center: {
|
|
8
|
+
type: __PropType<boolean>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
selected: {
|
|
13
|
+
type: __PropType<boolean>;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
center: {
|
|
17
|
+
type: __PropType<boolean>;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _sfc_main;
|
|
@@ -12,6 +12,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
12
12
|
type: __PropType<boolean>;
|
|
13
13
|
required: false;
|
|
14
14
|
};
|
|
15
|
+
disabled: {
|
|
16
|
+
type: __PropType<boolean>;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
15
19
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
20
|
label: {
|
|
17
21
|
type: __PropType<string>;
|
|
@@ -25,5 +29,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
29
|
type: __PropType<boolean>;
|
|
26
30
|
required: false;
|
|
27
31
|
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: __PropType<boolean>;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
28
36
|
}>>, {}, {}>;
|
|
29
37
|
export default _sfc_main;
|
|
@@ -1,2 +1,85 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
page: {
|
|
4
|
+
type: __PropType<boolean>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
gapSm: {
|
|
8
|
+
type: __PropType<boolean>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
gapMd: {
|
|
12
|
+
type: __PropType<boolean>;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
divisor: {
|
|
16
|
+
type: __PropType<boolean>;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
center: {
|
|
20
|
+
type: __PropType<boolean>;
|
|
21
|
+
required: false;
|
|
22
|
+
};
|
|
23
|
+
paddingSm: {
|
|
24
|
+
type: __PropType<boolean>;
|
|
25
|
+
required: false;
|
|
26
|
+
};
|
|
27
|
+
paddingMd: {
|
|
28
|
+
type: __PropType<boolean>;
|
|
29
|
+
required: false;
|
|
30
|
+
};
|
|
31
|
+
border: {
|
|
32
|
+
type: __PropType<boolean>;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
rounded: {
|
|
36
|
+
type: __PropType<boolean>;
|
|
37
|
+
required: false;
|
|
38
|
+
};
|
|
39
|
+
bgWhite: {
|
|
40
|
+
type: __PropType<boolean>;
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
43
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
page: {
|
|
45
|
+
type: __PropType<boolean>;
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
48
|
+
gapSm: {
|
|
49
|
+
type: __PropType<boolean>;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
52
|
+
gapMd: {
|
|
53
|
+
type: __PropType<boolean>;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
56
|
+
divisor: {
|
|
57
|
+
type: __PropType<boolean>;
|
|
58
|
+
required: false;
|
|
59
|
+
};
|
|
60
|
+
center: {
|
|
61
|
+
type: __PropType<boolean>;
|
|
62
|
+
required: false;
|
|
63
|
+
};
|
|
64
|
+
paddingSm: {
|
|
65
|
+
type: __PropType<boolean>;
|
|
66
|
+
required: false;
|
|
67
|
+
};
|
|
68
|
+
paddingMd: {
|
|
69
|
+
type: __PropType<boolean>;
|
|
70
|
+
required: false;
|
|
71
|
+
};
|
|
72
|
+
border: {
|
|
73
|
+
type: __PropType<boolean>;
|
|
74
|
+
required: false;
|
|
75
|
+
};
|
|
76
|
+
rounded: {
|
|
77
|
+
type: __PropType<boolean>;
|
|
78
|
+
required: false;
|
|
79
|
+
};
|
|
80
|
+
bgWhite: {
|
|
81
|
+
type: __PropType<boolean>;
|
|
82
|
+
required: false;
|
|
83
|
+
};
|
|
84
|
+
}>>, {}, {}>;
|
|
85
|
+
export default _sfc_main;
|
|
@@ -77,6 +77,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
type: __PropType<boolean>;
|
|
78
78
|
required: false;
|
|
79
79
|
};
|
|
80
|
+
white: {
|
|
81
|
+
type: __PropType<boolean>;
|
|
82
|
+
required: false;
|
|
83
|
+
};
|
|
80
84
|
neutral: {
|
|
81
85
|
type: __PropType<boolean>;
|
|
82
86
|
required: false;
|
|
@@ -159,6 +163,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
163
|
type: __PropType<boolean>;
|
|
160
164
|
required: false;
|
|
161
165
|
};
|
|
166
|
+
white: {
|
|
167
|
+
type: __PropType<boolean>;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
162
170
|
neutral: {
|
|
163
171
|
type: __PropType<boolean>;
|
|
164
172
|
required: false;
|
|
@@ -6,6 +6,7 @@ export declare function useTypographyClasses(element: IElement, props: ITypograp
|
|
|
6
6
|
'!yu-font-titillium': boolean;
|
|
7
7
|
}>;
|
|
8
8
|
colorClass: import("vue").ComputedRef<{
|
|
9
|
+
'!yu-text-white': boolean;
|
|
9
10
|
'!yu-text-primary': boolean;
|
|
10
11
|
'!yu-text-secondary': boolean;
|
|
11
12
|
'!yu-text-base': boolean;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
fit: {
|
|
4
|
+
type: __PropType<boolean>;
|
|
5
|
+
required: false;
|
|
6
|
+
};
|
|
7
|
+
full: {
|
|
8
|
+
type: __PropType<boolean>;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
3
11
|
row: {
|
|
4
12
|
type: __PropType<boolean>;
|
|
5
13
|
required: false;
|
|
@@ -36,6 +44,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
36
44
|
type: __PropType<boolean>;
|
|
37
45
|
required: false;
|
|
38
46
|
};
|
|
47
|
+
paddingXs: {
|
|
48
|
+
type: __PropType<boolean>;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
39
51
|
paddingSm: {
|
|
40
52
|
type: __PropType<boolean>;
|
|
41
53
|
required: false;
|
|
@@ -52,11 +64,55 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
64
|
type: __PropType<boolean>;
|
|
53
65
|
required: false;
|
|
54
66
|
};
|
|
67
|
+
justifyEnd: {
|
|
68
|
+
type: __PropType<boolean>;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
55
71
|
centerBetween: {
|
|
56
72
|
type: __PropType<boolean>;
|
|
57
73
|
required: false;
|
|
58
74
|
};
|
|
75
|
+
border: {
|
|
76
|
+
type: __PropType<boolean>;
|
|
77
|
+
required: false;
|
|
78
|
+
};
|
|
79
|
+
borderPrimary: {
|
|
80
|
+
type: __PropType<boolean>;
|
|
81
|
+
required: false;
|
|
82
|
+
};
|
|
83
|
+
rounded: {
|
|
84
|
+
type: __PropType<boolean>;
|
|
85
|
+
required: false;
|
|
86
|
+
};
|
|
87
|
+
roundedTop: {
|
|
88
|
+
type: __PropType<boolean>;
|
|
89
|
+
required: false;
|
|
90
|
+
};
|
|
91
|
+
roundedBottom: {
|
|
92
|
+
type: __PropType<boolean>;
|
|
93
|
+
required: false;
|
|
94
|
+
};
|
|
95
|
+
bgPrimary: {
|
|
96
|
+
type: __PropType<boolean>;
|
|
97
|
+
required: false;
|
|
98
|
+
};
|
|
99
|
+
bgWhite: {
|
|
100
|
+
type: __PropType<boolean>;
|
|
101
|
+
required: false;
|
|
102
|
+
};
|
|
103
|
+
divisor: {
|
|
104
|
+
type: __PropType<boolean>;
|
|
105
|
+
required: false;
|
|
106
|
+
};
|
|
59
107
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
fit: {
|
|
109
|
+
type: __PropType<boolean>;
|
|
110
|
+
required: false;
|
|
111
|
+
};
|
|
112
|
+
full: {
|
|
113
|
+
type: __PropType<boolean>;
|
|
114
|
+
required: false;
|
|
115
|
+
};
|
|
60
116
|
row: {
|
|
61
117
|
type: __PropType<boolean>;
|
|
62
118
|
required: false;
|
|
@@ -93,6 +149,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
93
149
|
type: __PropType<boolean>;
|
|
94
150
|
required: false;
|
|
95
151
|
};
|
|
152
|
+
paddingXs: {
|
|
153
|
+
type: __PropType<boolean>;
|
|
154
|
+
required: false;
|
|
155
|
+
};
|
|
96
156
|
paddingSm: {
|
|
97
157
|
type: __PropType<boolean>;
|
|
98
158
|
required: false;
|
|
@@ -109,9 +169,45 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
109
169
|
type: __PropType<boolean>;
|
|
110
170
|
required: false;
|
|
111
171
|
};
|
|
172
|
+
justifyEnd: {
|
|
173
|
+
type: __PropType<boolean>;
|
|
174
|
+
required: false;
|
|
175
|
+
};
|
|
112
176
|
centerBetween: {
|
|
113
177
|
type: __PropType<boolean>;
|
|
114
178
|
required: false;
|
|
115
179
|
};
|
|
180
|
+
border: {
|
|
181
|
+
type: __PropType<boolean>;
|
|
182
|
+
required: false;
|
|
183
|
+
};
|
|
184
|
+
borderPrimary: {
|
|
185
|
+
type: __PropType<boolean>;
|
|
186
|
+
required: false;
|
|
187
|
+
};
|
|
188
|
+
rounded: {
|
|
189
|
+
type: __PropType<boolean>;
|
|
190
|
+
required: false;
|
|
191
|
+
};
|
|
192
|
+
roundedTop: {
|
|
193
|
+
type: __PropType<boolean>;
|
|
194
|
+
required: false;
|
|
195
|
+
};
|
|
196
|
+
roundedBottom: {
|
|
197
|
+
type: __PropType<boolean>;
|
|
198
|
+
required: false;
|
|
199
|
+
};
|
|
200
|
+
bgPrimary: {
|
|
201
|
+
type: __PropType<boolean>;
|
|
202
|
+
required: false;
|
|
203
|
+
};
|
|
204
|
+
bgWhite: {
|
|
205
|
+
type: __PropType<boolean>;
|
|
206
|
+
required: false;
|
|
207
|
+
};
|
|
208
|
+
divisor: {
|
|
209
|
+
type: __PropType<boolean>;
|
|
210
|
+
required: false;
|
|
211
|
+
};
|
|
116
212
|
}>>, {}, {}>;
|
|
117
213
|
export default _sfc_main;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
vertical: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
border: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
rounded: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
vertical: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
border: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
rounded: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
vertical: boolean;
|
|
29
|
+
border: boolean;
|
|
30
|
+
rounded: boolean;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _sfc_main;
|
package/dist/src/main.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import ListCard from './components/cards/list-card.vue';
|
|
|
12
12
|
import AppTitle from './components/typography/title.vue';
|
|
13
13
|
import AppSubtitle from './components/typography/subtitle.vue';
|
|
14
14
|
import AppText from './components/typography/text.vue';
|
|
15
|
-
import AppTooltipIcon from './components/icons/app-tooltip-icon.vue';
|
|
16
15
|
import AppTable from './components/table/app-table.vue';
|
|
17
16
|
import AppTableHeader from './components/table/app-table-header.vue';
|
|
18
17
|
import AppTableRow from './components/table/app-table-row.vue';
|
|
@@ -23,9 +22,11 @@ import AppPopup from './components/ui/app-popup.vue';
|
|
|
23
22
|
import AppContainer from './components/layouts/app-container.vue';
|
|
24
23
|
import AppGroup from './components/ui/app-group.vue';
|
|
25
24
|
import AppAccordion from './components/ui/app-accordion.vue';
|
|
25
|
+
import AppLoadingRing from './components/ui/app-loading-ring.vue';
|
|
26
|
+
import AppJoin from './components/ui/app-join.vue';
|
|
26
27
|
import type { App } from 'vue';
|
|
27
28
|
declare const _default: {
|
|
28
29
|
install: (app: App) => void;
|
|
29
30
|
};
|
|
30
31
|
export default _default;
|
|
31
|
-
export { TextInput, IconTextInput, SwitchCheckbox, ButtonPrimary, ButtonSecondary, SimpleDropdown, AppDropdown, SimpleDropdownItem, StatCard, AppAdvancedStatCard, ListCard, AppTitle, AppSubtitle, AppText,
|
|
32
|
+
export { TextInput, IconTextInput, SwitchCheckbox, ButtonPrimary, ButtonSecondary, SimpleDropdown, AppDropdown, SimpleDropdownItem, StatCard, AppAdvancedStatCard, ListCard, AppTitle, AppSubtitle, AppText, AppTable, AppTableHeader, AppTableRow, AppTableCell, AppTableHeaderCell, AppPagination, AppPopup, AppContainer, AppGroup, AppAccordion, AppLoadingRing, AppJoin, };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "/opt/atlassian/pipelines/agent/build/src/components/typography/text.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
-
import "/opt/atlassian/pipelines/agent/build/src/components/typography/text.vue?vue&type=style&index=0&scoped=
|
|
2
|
+
import "/opt/atlassian/pipelines/agent/build/src/components/typography/text.vue?vue&type=style&index=0&scoped=0959e13f&lang.css";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=text.vue.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "/opt/atlassian/pipelines/agent/build/src/components/typography/title.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
-
import "/opt/atlassian/pipelines/agent/build/src/components/typography/title.vue?vue&type=style&index=0&scoped=
|
|
2
|
+
import "/opt/atlassian/pipelines/agent/build/src/components/typography/title.vue?vue&type=style&index=0&scoped=0d8233f2&lang.css";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=title.vue.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-join.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-join.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-join.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-join.vue.d.ts","sourceRoot":"","sources":["../../src/components/ui/app-join.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wGAAwG,CAAC;AAC/H,cAAc,wGAAwG,CAAC;AACvH,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-loading-ring.vue.d.ts","sourceRoot":"","sources":["../../src/components/ui/app-loading-ring.vue"],"names":[],"mappings":";AAKA,wBAA4E"}
|