@opens/ui 1.0.25 → 1.0.26
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/app-dropview-item.vue.d.ts +4 -0
- package/dist/dropdowns/app-dropview-item.vue.d.ts.map +1 -0
- package/dist/dropdowns/app-dropview.vue.d.ts +4 -0
- package/dist/dropdowns/app-dropview.vue.d.ts.map +1 -0
- package/dist/dropdowns/app-select-item.vue.d.ts +4 -0
- package/dist/dropdowns/app-select-item.vue.d.ts.map +1 -0
- package/dist/dropdowns/app-select.vue.d.ts +4 -0
- package/dist/dropdowns/app-select.vue.d.ts.map +1 -0
- package/dist/inputs/app-date-picker.vue.d.ts +5 -0
- package/dist/inputs/app-date-picker.vue.d.ts.map +1 -0
- package/dist/inputs/app-switch.vue.d.ts +4 -0
- package/dist/inputs/app-switch.vue.d.ts.map +1 -0
- package/dist/inputs/app-text-input.vue.d.ts +4 -0
- package/dist/inputs/app-text-input.vue.d.ts.map +1 -0
- package/dist/src/components/buttons/app-button.vue.d.ts +27 -24
- package/dist/src/components/dropdowns/app-dropview-item.vue.d.ts +23 -0
- package/dist/src/components/dropdowns/app-dropview.vue.d.ts +32 -0
- package/dist/src/components/dropdowns/app-select-item.vue.d.ts +23 -0
- package/dist/src/components/dropdowns/app-select.vue.d.ts +101 -0
- package/dist/src/components/inputs/app-date-picker.vue.d.ts +19 -0
- package/dist/src/components/inputs/app-switch.vue.d.ts +31 -0
- package/dist/src/components/inputs/app-text-input.vue.d.ts +32 -0
- package/dist/src/components/typography/text.vue.d.ts +1 -13
- package/dist/src/components/ui/app-avatar.vue.d.ts +31 -0
- package/dist/src/components/ui/app-badge.vue.d.ts +55 -0
- package/dist/src/composables/useButtonStyle.d.ts +10 -0
- package/dist/src/composables/useDropdownStyle.d.ts +10 -0
- package/dist/src/composables/useInputStyle.d.ts +10 -0
- package/dist/src/composables/useItemStyle.d.ts +10 -0
- package/dist/src/main.d.ts +9 -1
- package/dist/typography/text.vue.d.ts +1 -1
- package/dist/ui/app-avatar.vue.d.ts +4 -0
- package/dist/ui/app-avatar.vue.d.ts.map +1 -0
- package/dist/ui/app-badge.vue.d.ts +4 -0
- package/dist/ui/app-badge.vue.d.ts.map +1 -0
- package/dist/yunique_ui.cjs.js +10 -1
- package/dist/yunique_ui.css +1 -1
- package/dist/yunique_ui.es.js +11629 -1487
- package/dist/yunique_ui.umd.js +11 -2
- package/package.json +5 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-dropview-item.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-dropview-item.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-dropview-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-dropview-item.vue.d.ts","sourceRoot":"","sources":["../../src/components/dropdowns/app-dropview-item.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,wHAAwH,CAAC;AAC/I,cAAc,wHAAwH,CAAC;AACvI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-dropview.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-dropview.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-dropview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-dropview.vue.d.ts","sourceRoot":"","sources":["../../src/components/dropdowns/app-dropview.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mHAAmH,CAAC;AAC1I,cAAc,mHAAmH,CAAC;AAClI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-select-item.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-select-item.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-select-item.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-select-item.vue.d.ts","sourceRoot":"","sources":["../../src/components/dropdowns/app-select-item.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,sHAAsH,CAAC;AAC7I,cAAc,sHAAsH,CAAC;AACrI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-select.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/dropdowns/app-select.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-select.vue.d.ts","sourceRoot":"","sources":["../../src/components/dropdowns/app-select.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,iHAAiH,CAAC;AACxI,cAAc,iHAAiH,CAAC;AAChI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-date-picker.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-date-picker.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
import "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-date-picker.vue?vue&type=style&index=0&lang.css";
|
|
4
|
+
export default _sfc_main;
|
|
5
|
+
//# sourceMappingURL=app-date-picker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-date-picker.vue.d.ts","sourceRoot":"","sources":["../../src/components/inputs/app-date-picker.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mHAAmH,CAAC;AAC1I,cAAc,mHAAmH,CAAC;AAClI,OAAO,gHAAgH,CAAC;AACxH,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-switch.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-switch.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-switch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-switch.vue.d.ts","sourceRoot":"","sources":["../../src/components/inputs/app-switch.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,8GAA8G,CAAC;AACrI,cAAc,8GAA8G,CAAC;AAC7H,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-text-input.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/inputs/app-text-input.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-text-input.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-text-input.vue.d.ts","sourceRoot":"","sources":["../../src/components/inputs/app-text-input.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,kHAAkH,CAAC;AACzI,cAAc,kHAAkH,CAAC;AACjI,eAAe,SAAS,CAAC"}
|
|
@@ -1,41 +1,44 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
-
large: BooleanConstructor;
|
|
3
2
|
small: BooleanConstructor;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
alert: BooleanConstructor;
|
|
7
|
-
success: BooleanConstructor;
|
|
8
|
-
light: BooleanConstructor;
|
|
9
|
-
dark: BooleanConstructor;
|
|
3
|
+
soft: BooleanConstructor;
|
|
4
|
+
outline: BooleanConstructor;
|
|
10
5
|
ghost: BooleanConstructor;
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
link: BooleanConstructor;
|
|
7
|
+
round: BooleanConstructor;
|
|
8
|
+
icon: BooleanConstructor;
|
|
9
|
+
fluid: BooleanConstructor;
|
|
13
10
|
disabled: BooleanConstructor;
|
|
14
|
-
|
|
15
|
-
large: BooleanConstructor;
|
|
16
|
-
small: BooleanConstructor;
|
|
17
|
-
warning: BooleanConstructor;
|
|
18
|
-
danger: BooleanConstructor;
|
|
11
|
+
loading: BooleanConstructor;
|
|
19
12
|
alert: BooleanConstructor;
|
|
13
|
+
warning: BooleanConstructor;
|
|
20
14
|
success: BooleanConstructor;
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
small: BooleanConstructor;
|
|
17
|
+
soft: BooleanConstructor;
|
|
18
|
+
outline: BooleanConstructor;
|
|
23
19
|
ghost: BooleanConstructor;
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
link: BooleanConstructor;
|
|
21
|
+
round: BooleanConstructor;
|
|
22
|
+
icon: BooleanConstructor;
|
|
23
|
+
fluid: BooleanConstructor;
|
|
26
24
|
disabled: BooleanConstructor;
|
|
25
|
+
loading: BooleanConstructor;
|
|
26
|
+
alert: BooleanConstructor;
|
|
27
|
+
warning: BooleanConstructor;
|
|
28
|
+
success: BooleanConstructor;
|
|
27
29
|
}>>, {
|
|
28
30
|
disabled: boolean;
|
|
29
|
-
|
|
31
|
+
icon: boolean;
|
|
30
32
|
small: boolean;
|
|
31
33
|
warning: boolean;
|
|
32
34
|
alert: boolean;
|
|
33
35
|
success: boolean;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
danger: boolean;
|
|
37
|
-
dark: boolean;
|
|
38
|
-
ghost: boolean;
|
|
36
|
+
round: boolean;
|
|
37
|
+
fluid: boolean;
|
|
39
38
|
loading: boolean;
|
|
39
|
+
soft: boolean;
|
|
40
|
+
outline: boolean;
|
|
41
|
+
ghost: boolean;
|
|
42
|
+
link: boolean;
|
|
40
43
|
}, {}>;
|
|
41
44
|
export default _sfc_main;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
selected: BooleanConstructor;
|
|
3
|
+
small: BooleanConstructor;
|
|
4
|
+
disabled: BooleanConstructor;
|
|
5
|
+
loading: BooleanConstructor;
|
|
6
|
+
fluid: BooleanConstructor;
|
|
7
|
+
round: BooleanConstructor;
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
selected: BooleanConstructor;
|
|
10
|
+
small: BooleanConstructor;
|
|
11
|
+
disabled: BooleanConstructor;
|
|
12
|
+
loading: BooleanConstructor;
|
|
13
|
+
fluid: BooleanConstructor;
|
|
14
|
+
round: BooleanConstructor;
|
|
15
|
+
}>>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
small: boolean;
|
|
18
|
+
round: boolean;
|
|
19
|
+
fluid: boolean;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
selected: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
round: BooleanConstructor;
|
|
4
|
+
fluid: BooleanConstructor;
|
|
5
|
+
disabled: BooleanConstructor;
|
|
6
|
+
loading: BooleanConstructor;
|
|
7
|
+
autoSize: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
scroll: BooleanConstructor;
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
small: BooleanConstructor;
|
|
14
|
+
round: BooleanConstructor;
|
|
15
|
+
fluid: BooleanConstructor;
|
|
16
|
+
disabled: BooleanConstructor;
|
|
17
|
+
loading: BooleanConstructor;
|
|
18
|
+
autoSize: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
scroll: BooleanConstructor;
|
|
23
|
+
}>>, {
|
|
24
|
+
disabled: boolean;
|
|
25
|
+
small: boolean;
|
|
26
|
+
round: boolean;
|
|
27
|
+
fluid: boolean;
|
|
28
|
+
loading: boolean;
|
|
29
|
+
autoSize: boolean;
|
|
30
|
+
scroll: boolean;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
selected: BooleanConstructor;
|
|
3
|
+
small: BooleanConstructor;
|
|
4
|
+
disabled: BooleanConstructor;
|
|
5
|
+
loading: BooleanConstructor;
|
|
6
|
+
fluid: BooleanConstructor;
|
|
7
|
+
round: BooleanConstructor;
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
selected: BooleanConstructor;
|
|
10
|
+
small: BooleanConstructor;
|
|
11
|
+
disabled: BooleanConstructor;
|
|
12
|
+
loading: BooleanConstructor;
|
|
13
|
+
fluid: BooleanConstructor;
|
|
14
|
+
round: BooleanConstructor;
|
|
15
|
+
}>>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
small: boolean;
|
|
18
|
+
round: boolean;
|
|
19
|
+
fluid: boolean;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
selected: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
round: BooleanConstructor;
|
|
4
|
+
fluid: BooleanConstructor;
|
|
5
|
+
disabled: BooleanConstructor;
|
|
6
|
+
loading: BooleanConstructor;
|
|
7
|
+
multiple: BooleanConstructor;
|
|
8
|
+
filterable: BooleanConstructor;
|
|
9
|
+
options: {
|
|
10
|
+
(arrayLength: number): {
|
|
11
|
+
value: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}[];
|
|
14
|
+
(...items: {
|
|
15
|
+
value: string;
|
|
16
|
+
label: string;
|
|
17
|
+
}[]): {
|
|
18
|
+
value: string;
|
|
19
|
+
label: string;
|
|
20
|
+
}[];
|
|
21
|
+
new (arrayLength: number): {
|
|
22
|
+
value: string;
|
|
23
|
+
label: string;
|
|
24
|
+
}[];
|
|
25
|
+
new (...items: {
|
|
26
|
+
value: string;
|
|
27
|
+
label: string;
|
|
28
|
+
}[]): {
|
|
29
|
+
value: string;
|
|
30
|
+
label: string;
|
|
31
|
+
}[];
|
|
32
|
+
isArray(arg: any): arg is any[];
|
|
33
|
+
readonly prototype: any[];
|
|
34
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
35
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
36
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
37
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
38
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
39
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
40
|
+
};
|
|
41
|
+
autoSize: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
small: BooleanConstructor;
|
|
47
|
+
round: BooleanConstructor;
|
|
48
|
+
fluid: BooleanConstructor;
|
|
49
|
+
disabled: BooleanConstructor;
|
|
50
|
+
loading: BooleanConstructor;
|
|
51
|
+
multiple: BooleanConstructor;
|
|
52
|
+
filterable: BooleanConstructor;
|
|
53
|
+
options: {
|
|
54
|
+
(arrayLength: number): {
|
|
55
|
+
value: string;
|
|
56
|
+
label: string;
|
|
57
|
+
}[];
|
|
58
|
+
(...items: {
|
|
59
|
+
value: string;
|
|
60
|
+
label: string;
|
|
61
|
+
}[]): {
|
|
62
|
+
value: string;
|
|
63
|
+
label: string;
|
|
64
|
+
}[];
|
|
65
|
+
new (arrayLength: number): {
|
|
66
|
+
value: string;
|
|
67
|
+
label: string;
|
|
68
|
+
}[];
|
|
69
|
+
new (...items: {
|
|
70
|
+
value: string;
|
|
71
|
+
label: string;
|
|
72
|
+
}[]): {
|
|
73
|
+
value: string;
|
|
74
|
+
label: string;
|
|
75
|
+
}[];
|
|
76
|
+
isArray(arg: any): arg is any[];
|
|
77
|
+
readonly prototype: any[];
|
|
78
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
79
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
80
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
81
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
82
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
83
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
84
|
+
};
|
|
85
|
+
autoSize: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
}>> & {
|
|
90
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
91
|
+
}, {
|
|
92
|
+
disabled: boolean;
|
|
93
|
+
small: boolean;
|
|
94
|
+
round: boolean;
|
|
95
|
+
fluid: boolean;
|
|
96
|
+
loading: boolean;
|
|
97
|
+
multiple: boolean;
|
|
98
|
+
filterable: boolean;
|
|
99
|
+
autoSize: boolean;
|
|
100
|
+
}, {}>;
|
|
101
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
range: BooleanConstructor;
|
|
4
|
+
minDate: DateConstructor;
|
|
5
|
+
maxDate: DateConstructor;
|
|
6
|
+
mode: StringConstructor;
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
small: BooleanConstructor;
|
|
9
|
+
range: BooleanConstructor;
|
|
10
|
+
minDate: DateConstructor;
|
|
11
|
+
maxDate: DateConstructor;
|
|
12
|
+
mode: StringConstructor;
|
|
13
|
+
}>> & {
|
|
14
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
15
|
+
}, {
|
|
16
|
+
small: boolean;
|
|
17
|
+
range: boolean;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
small: BooleanConstructor;
|
|
7
|
+
round: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
disabled: BooleanConstructor;
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
small: BooleanConstructor;
|
|
18
|
+
round: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
disabled: BooleanConstructor;
|
|
23
|
+
}>> & {
|
|
24
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
25
|
+
}, {
|
|
26
|
+
modelValue: boolean;
|
|
27
|
+
disabled: boolean;
|
|
28
|
+
small: boolean;
|
|
29
|
+
round: boolean;
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
fluid: BooleanConstructor;
|
|
4
|
+
round: BooleanConstructor;
|
|
5
|
+
invalid: BooleanConstructor;
|
|
6
|
+
valid: BooleanConstructor;
|
|
7
|
+
disabled: BooleanConstructor;
|
|
8
|
+
loading: BooleanConstructor;
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
maxLength: NumberConstructor;
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
small: BooleanConstructor;
|
|
13
|
+
fluid: BooleanConstructor;
|
|
14
|
+
round: BooleanConstructor;
|
|
15
|
+
invalid: BooleanConstructor;
|
|
16
|
+
valid: BooleanConstructor;
|
|
17
|
+
disabled: BooleanConstructor;
|
|
18
|
+
loading: BooleanConstructor;
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
maxLength: NumberConstructor;
|
|
21
|
+
}>> & {
|
|
22
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23
|
+
}, {
|
|
24
|
+
invalid: boolean;
|
|
25
|
+
disabled: boolean;
|
|
26
|
+
small: boolean;
|
|
27
|
+
round: boolean;
|
|
28
|
+
fluid: boolean;
|
|
29
|
+
loading: boolean;
|
|
30
|
+
valid: boolean;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _sfc_main;
|
|
@@ -4,11 +4,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
type: __PropType<boolean>;
|
|
5
5
|
required: false;
|
|
6
6
|
};
|
|
7
|
-
plus: {
|
|
8
|
-
type: __PropType<boolean>;
|
|
9
|
-
required: false;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
7
|
titillium: {
|
|
13
8
|
type: __PropType<boolean>;
|
|
14
9
|
required: false;
|
|
@@ -90,11 +85,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
90
85
|
type: __PropType<boolean>;
|
|
91
86
|
required: false;
|
|
92
87
|
};
|
|
93
|
-
plus: {
|
|
94
|
-
type: __PropType<boolean>;
|
|
95
|
-
required: false;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
88
|
titillium: {
|
|
99
89
|
type: __PropType<boolean>;
|
|
100
90
|
required: false;
|
|
@@ -171,7 +161,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
161
|
type: __PropType<boolean>;
|
|
172
162
|
required: false;
|
|
173
163
|
};
|
|
174
|
-
}>>, {
|
|
175
|
-
plus: boolean;
|
|
176
|
-
}, {}>;
|
|
164
|
+
}>>, {}, {}>;
|
|
177
165
|
export default _sfc_main;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
large: BooleanConstructor;
|
|
4
|
+
round: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
placeholder: StringConstructor;
|
|
9
|
+
src: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
small: BooleanConstructor;
|
|
15
|
+
large: BooleanConstructor;
|
|
16
|
+
round: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
placeholder: StringConstructor;
|
|
21
|
+
src: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>>, {
|
|
26
|
+
large: boolean;
|
|
27
|
+
small: boolean;
|
|
28
|
+
round: boolean;
|
|
29
|
+
src: string;
|
|
30
|
+
}, {}>;
|
|
31
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
show: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
value: StringConstructor;
|
|
7
|
+
bottomLeft: BooleanConstructor;
|
|
8
|
+
bottomRight: BooleanConstructor;
|
|
9
|
+
topLeft: BooleanConstructor;
|
|
10
|
+
topRight: BooleanConstructor;
|
|
11
|
+
success: BooleanConstructor;
|
|
12
|
+
warning: BooleanConstructor;
|
|
13
|
+
error: BooleanConstructor;
|
|
14
|
+
white: BooleanConstructor;
|
|
15
|
+
info: BooleanConstructor;
|
|
16
|
+
round: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
ping: BooleanConstructor;
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
show: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
value: StringConstructor;
|
|
27
|
+
bottomLeft: BooleanConstructor;
|
|
28
|
+
bottomRight: BooleanConstructor;
|
|
29
|
+
topLeft: BooleanConstructor;
|
|
30
|
+
topRight: BooleanConstructor;
|
|
31
|
+
success: BooleanConstructor;
|
|
32
|
+
warning: BooleanConstructor;
|
|
33
|
+
error: BooleanConstructor;
|
|
34
|
+
white: BooleanConstructor;
|
|
35
|
+
info: BooleanConstructor;
|
|
36
|
+
round: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
ping: BooleanConstructor;
|
|
41
|
+
}>>, {
|
|
42
|
+
warning: boolean;
|
|
43
|
+
success: boolean;
|
|
44
|
+
round: boolean;
|
|
45
|
+
white: boolean;
|
|
46
|
+
error: boolean;
|
|
47
|
+
info: boolean;
|
|
48
|
+
ping: boolean;
|
|
49
|
+
show: boolean;
|
|
50
|
+
bottomLeft: boolean;
|
|
51
|
+
bottomRight: boolean;
|
|
52
|
+
topLeft: boolean;
|
|
53
|
+
topRight: boolean;
|
|
54
|
+
}, {}>;
|
|
55
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface StyleProps {
|
|
2
|
+
fluid?: boolean;
|
|
3
|
+
small?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare function useButtonStyle(props: StyleProps): {
|
|
6
|
+
height: import("vue").ComputedRef<"!yu-h-8" | "!yu-h-10">;
|
|
7
|
+
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
+
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface StyleProps {
|
|
2
|
+
fluid?: boolean;
|
|
3
|
+
small?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare function useDropdownStyle(props: StyleProps): {
|
|
6
|
+
height: import("vue").ComputedRef<"!yu-h-10" | "!yu-h-12">;
|
|
7
|
+
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
+
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface StyleProps {
|
|
2
|
+
fluid?: boolean;
|
|
3
|
+
small?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare function useInputStyle(props: StyleProps): {
|
|
6
|
+
height: import("vue").ComputedRef<"!yu-h-10" | "!yu-h-12">;
|
|
7
|
+
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
+
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface StyleProps {
|
|
2
|
+
fluid?: boolean;
|
|
3
|
+
small?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare function useItemStyle(props: StyleProps): {
|
|
6
|
+
height: import("vue").ComputedRef<"!yu-h-8" | "!yu-h-10">;
|
|
7
|
+
textSize: import("vue").ComputedRef<"!yu-text-xs" | "!yu-text-sm">;
|
|
8
|
+
width: import("vue").ComputedRef<"!yu-w-full" | "yu-w-fit">;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
package/dist/src/main.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import ButtonPrimary from './components/buttons/button-primary.vue';
|
|
|
5
5
|
import ButtonSecondary from './components/buttons/button-secondary.vue';
|
|
6
6
|
import SimpleDropdown from './components/dropdowns/simple-dropdown.vue';
|
|
7
7
|
import AppDropdown from './components/dropdowns/app-dropdown.vue';
|
|
8
|
+
import AppSelect from './components/dropdowns/app-select.vue';
|
|
8
9
|
import SimpleDropdownItem from './components/dropdowns/simple-dropdown-item.vue';
|
|
9
10
|
import StatCard from './components/cards/stat-card.vue';
|
|
10
11
|
import AppAdvancedStatCard from './components/cards/app-advanced-stat-card.vue';
|
|
@@ -27,9 +28,16 @@ import AppLoadingRing from './components/ui/app-loading-ring.vue';
|
|
|
27
28
|
import AppJoin from './components/ui/app-join.vue';
|
|
28
29
|
import AppIcon from './components/icons/app-icon.vue';
|
|
29
30
|
import AppButton from './components/buttons/app-button.vue';
|
|
31
|
+
import AppAvatar from './components/ui/app-avatar.vue';
|
|
32
|
+
import AppBadge from './components/ui/app-badge.vue';
|
|
33
|
+
import AppSwitch from './components/inputs/app-switch.vue';
|
|
34
|
+
import AppTextInput from './components/inputs/app-text-input.vue';
|
|
35
|
+
import AppDropview from './components/dropdowns/app-dropview.vue';
|
|
36
|
+
import AppDropviewItem from './components/dropdowns/app-dropview-item.vue';
|
|
37
|
+
import AppDatePicker from './components/inputs/app-date-picker.vue';
|
|
30
38
|
import type { App } from 'vue';
|
|
31
39
|
declare const _default: {
|
|
32
40
|
install: (app: App) => void;
|
|
33
41
|
};
|
|
34
42
|
export default _default;
|
|
35
|
-
export { TextInput, IconTextInput, SwitchCheckbox, ButtonPrimary, ButtonSecondary, SimpleDropdown, AppDropdown, SimpleDropdownItem, StatCard, AppAdvancedStatCard, ListCard, AppTitle, AppSubtitle, AppText, AppTooltipIcon, AppTable, AppTableHeader, AppTableRow, AppTableCell, AppTableHeaderCell, AppPagination, AppPopup, AppContainer, AppGroup, AppAccordion, AppLoadingRing, AppJoin, AppIcon, AppButton, };
|
|
43
|
+
export { TextInput, IconTextInput, SwitchCheckbox, ButtonPrimary, ButtonSecondary, SimpleDropdown, AppDropdown, AppSelect, SimpleDropdownItem, StatCard, AppAdvancedStatCard, ListCard, AppTitle, AppSubtitle, AppText, AppTooltipIcon, AppTable, AppTableHeader, AppTableRow, AppTableCell, AppTableHeaderCell, AppPagination, AppPopup, AppContainer, AppGroup, AppAccordion, AppLoadingRing, AppJoin, AppIcon, AppButton, AppAvatar, AppBadge, AppSwitch, AppTextInput, AppDropview, AppDropviewItem, AppDatePicker, };
|
|
@@ -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=9eb46db3&lang.css";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=text.vue.d.ts.map
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-avatar.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-avatar.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-avatar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-avatar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ui/app-avatar.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,0GAA0G,CAAC;AACjI,cAAc,0GAA0G,CAAC;AACzH,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-badge.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/ui/app-badge.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-badge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-badge.vue.d.ts","sourceRoot":"","sources":["../../src/components/ui/app-badge.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,yGAAyG,CAAC;AAChI,cAAc,yGAAyG,CAAC;AACxH,eAAe,SAAS,CAAC"}
|