@opens/ui 1.0.23 → 1.0.25
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/buttons/app-button.vue.d.ts +4 -0
- package/dist/buttons/app-button.vue.d.ts.map +1 -0
- package/dist/icons/app-icon.vue.d.ts +4 -0
- package/dist/icons/app-icon.vue.d.ts.map +1 -0
- package/dist/icons/app-tooltip-icon.vue.d.ts +4 -0
- package/dist/icons/app-tooltip-icon.vue.d.ts.map +1 -0
- package/dist/src/components/buttons/app-button.vue.d.ts +41 -0
- package/dist/src/components/buttons/button-primary.vue.d.ts +0 -9
- package/dist/src/components/buttons/button-secondary.vue.d.ts +0 -9
- package/dist/src/components/icons/app-icon.vue.d.ts +23 -0
- package/dist/src/components/icons/app-tooltip-icon.vue.d.ts +26 -0
- package/dist/src/components/ui/app-group.vue.d.ts +8 -0
- package/dist/src/main.d.ts +4 -1
- package/dist/yunique_ui.cjs.js +1 -1
- package/dist/yunique_ui.css +1 -1
- package/dist/yunique_ui.es.js +998 -871
- package/dist/yunique_ui.umd.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/buttons/app-button.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/buttons/app-button.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-button.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-button.vue.d.ts","sourceRoot":"","sources":["../../src/components/buttons/app-button.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,+GAA+G,CAAC;AACtI,cAAc,+GAA+G,CAAC;AAC9H,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/icons/app-icon.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/icons/app-icon.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-icon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/icons/app-icon.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,2GAA2G,CAAC;AAClI,cAAc,2GAA2G,CAAC;AAC1H,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/opt/atlassian/pipelines/agent/build/src/components/icons/app-tooltip-icon.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/opt/atlassian/pipelines/agent/build/src/components/icons/app-tooltip-icon.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=app-tooltip-icon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-tooltip-icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/icons/app-tooltip-icon.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mHAAmH,CAAC;AAC1I,cAAc,mHAAmH,CAAC;AAClI,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
large: BooleanConstructor;
|
|
3
|
+
small: BooleanConstructor;
|
|
4
|
+
warning: BooleanConstructor;
|
|
5
|
+
danger: BooleanConstructor;
|
|
6
|
+
alert: BooleanConstructor;
|
|
7
|
+
success: BooleanConstructor;
|
|
8
|
+
light: BooleanConstructor;
|
|
9
|
+
dark: BooleanConstructor;
|
|
10
|
+
ghost: BooleanConstructor;
|
|
11
|
+
rounded: BooleanConstructor;
|
|
12
|
+
loading: BooleanConstructor;
|
|
13
|
+
disabled: BooleanConstructor;
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
large: BooleanConstructor;
|
|
16
|
+
small: BooleanConstructor;
|
|
17
|
+
warning: BooleanConstructor;
|
|
18
|
+
danger: BooleanConstructor;
|
|
19
|
+
alert: BooleanConstructor;
|
|
20
|
+
success: BooleanConstructor;
|
|
21
|
+
light: BooleanConstructor;
|
|
22
|
+
dark: BooleanConstructor;
|
|
23
|
+
ghost: BooleanConstructor;
|
|
24
|
+
rounded: BooleanConstructor;
|
|
25
|
+
loading: BooleanConstructor;
|
|
26
|
+
disabled: BooleanConstructor;
|
|
27
|
+
}>>, {
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
large: boolean;
|
|
30
|
+
small: boolean;
|
|
31
|
+
warning: boolean;
|
|
32
|
+
alert: boolean;
|
|
33
|
+
success: boolean;
|
|
34
|
+
light: boolean;
|
|
35
|
+
rounded: boolean;
|
|
36
|
+
danger: boolean;
|
|
37
|
+
dark: boolean;
|
|
38
|
+
ghost: boolean;
|
|
39
|
+
loading: boolean;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _sfc_main;
|
|
@@ -19,10 +19,6 @@ 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
|
-
};
|
|
26
22
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
23
|
large: {
|
|
28
24
|
type: BooleanConstructor;
|
|
@@ -44,12 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
40
|
type: BooleanConstructor;
|
|
45
41
|
default: boolean;
|
|
46
42
|
};
|
|
47
|
-
disabled: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
43
|
}>>, {
|
|
52
|
-
disabled: boolean;
|
|
53
44
|
large: boolean;
|
|
54
45
|
small: boolean;
|
|
55
46
|
warning: boolean;
|
|
@@ -19,10 +19,6 @@ 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
|
-
};
|
|
26
22
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
23
|
large: {
|
|
28
24
|
type: BooleanConstructor;
|
|
@@ -44,12 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
40
|
type: BooleanConstructor;
|
|
45
41
|
default: boolean;
|
|
46
42
|
};
|
|
47
|
-
disabled: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
43
|
}>>, {
|
|
52
|
-
disabled: boolean;
|
|
53
44
|
large: boolean;
|
|
54
45
|
small: boolean;
|
|
55
46
|
warning: boolean;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
small: BooleanConstructor;
|
|
3
|
+
large: BooleanConstructor;
|
|
4
|
+
base: BooleanConstructor;
|
|
5
|
+
light: BooleanConstructor;
|
|
6
|
+
dark: BooleanConstructor;
|
|
7
|
+
outlined: BooleanConstructor;
|
|
8
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
small: BooleanConstructor;
|
|
10
|
+
large: BooleanConstructor;
|
|
11
|
+
base: BooleanConstructor;
|
|
12
|
+
light: BooleanConstructor;
|
|
13
|
+
dark: BooleanConstructor;
|
|
14
|
+
outlined: BooleanConstructor;
|
|
15
|
+
}>>, {
|
|
16
|
+
large: boolean;
|
|
17
|
+
small: boolean;
|
|
18
|
+
base: boolean;
|
|
19
|
+
light: boolean;
|
|
20
|
+
dark: boolean;
|
|
21
|
+
outlined: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
error: BooleanConstructor;
|
|
3
|
+
warning: BooleanConstructor;
|
|
4
|
+
info: BooleanConstructor;
|
|
5
|
+
success: BooleanConstructor;
|
|
6
|
+
ping: BooleanConstructor;
|
|
7
|
+
small: BooleanConstructor;
|
|
8
|
+
large: BooleanConstructor;
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
error: BooleanConstructor;
|
|
11
|
+
warning: BooleanConstructor;
|
|
12
|
+
info: BooleanConstructor;
|
|
13
|
+
success: BooleanConstructor;
|
|
14
|
+
ping: BooleanConstructor;
|
|
15
|
+
small: BooleanConstructor;
|
|
16
|
+
large: BooleanConstructor;
|
|
17
|
+
}>>, {
|
|
18
|
+
large: boolean;
|
|
19
|
+
small: boolean;
|
|
20
|
+
warning: boolean;
|
|
21
|
+
success: boolean;
|
|
22
|
+
error: boolean;
|
|
23
|
+
info: boolean;
|
|
24
|
+
ping: boolean;
|
|
25
|
+
}, {}>;
|
|
26
|
+
export default _sfc_main;
|
|
@@ -36,6 +36,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
36
36
|
type: __PropType<boolean>;
|
|
37
37
|
required: false;
|
|
38
38
|
};
|
|
39
|
+
wrap: {
|
|
40
|
+
type: __PropType<boolean>;
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
39
43
|
paddingNone: {
|
|
40
44
|
type: __PropType<boolean>;
|
|
41
45
|
required: false;
|
|
@@ -141,6 +145,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
141
145
|
type: __PropType<boolean>;
|
|
142
146
|
required: false;
|
|
143
147
|
};
|
|
148
|
+
wrap: {
|
|
149
|
+
type: __PropType<boolean>;
|
|
150
|
+
required: false;
|
|
151
|
+
};
|
|
144
152
|
paddingNone: {
|
|
145
153
|
type: __PropType<boolean>;
|
|
146
154
|
required: false;
|
package/dist/src/main.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ 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';
|
|
15
16
|
import AppTable from './components/table/app-table.vue';
|
|
16
17
|
import AppTableHeader from './components/table/app-table-header.vue';
|
|
17
18
|
import AppTableRow from './components/table/app-table-row.vue';
|
|
@@ -24,9 +25,11 @@ import AppGroup from './components/ui/app-group.vue';
|
|
|
24
25
|
import AppAccordion from './components/ui/app-accordion.vue';
|
|
25
26
|
import AppLoadingRing from './components/ui/app-loading-ring.vue';
|
|
26
27
|
import AppJoin from './components/ui/app-join.vue';
|
|
28
|
+
import AppIcon from './components/icons/app-icon.vue';
|
|
29
|
+
import AppButton from './components/buttons/app-button.vue';
|
|
27
30
|
import type { App } from 'vue';
|
|
28
31
|
declare const _default: {
|
|
29
32
|
install: (app: App) => void;
|
|
30
33
|
};
|
|
31
34
|
export default _default;
|
|
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, };
|
|
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, };
|