bonkers-ui 1.0.63 → 1.0.65
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/CONSTANTS.d.ts +1 -0
- package/CONSTANTS.d.ts.map +1 -0
- package/_types/sizing.js.map +1 -1
- package/bonkers-ui.umd.js +3 -3
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/_types.d.ts +1 -0
- package/components/ui-alert/_types.d.ts.map +1 -0
- package/components/ui-alert/index.d.ts +24 -56
- package/components/ui-alert/index.d.ts.map +1 -0
- package/components/ui-alert/ui-alert.vue.d.ts +3 -2
- package/components/ui-alert/ui-alert.vue.d.ts.map +1 -0
- package/components/ui-badge/_typings.d.ts +1 -0
- package/components/ui-badge/_typings.d.ts.map +1 -0
- package/components/ui-badge/index.d.ts +27 -73
- package/components/ui-badge/index.d.ts.map +1 -0
- package/components/ui-badge/ui-badge.vue.d.ts +3 -4
- package/components/ui-badge/ui-badge.vue.d.ts.map +1 -0
- package/components/ui-badge/ui-badge.vue.js +33 -37
- package/components/ui-badge/ui-badge.vue.js.map +1 -1
- package/components/ui-ber-rank/_types.d.ts +1 -0
- package/components/ui-ber-rank/_types.d.ts.map +1 -0
- package/components/ui-ber-rank/index.d.ts +3 -2
- package/components/ui-ber-rank/index.d.ts.map +1 -0
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -0
- package/components/ui-ber-rank/ui-ber-rank.vue.js +6 -6
- package/components/ui-ber-rank/ui-ber-rank.vue.js.map +1 -1
- package/components/ui-button/_typings.d.ts +1 -0
- package/components/ui-button/_typings.d.ts.map +1 -0
- package/components/ui-button/index.d.ts +52 -86
- package/components/ui-button/index.d.ts.map +1 -0
- package/components/ui-button/ui-button.vue.d.ts +3 -2
- package/components/ui-button/ui-button.vue.d.ts.map +1 -0
- package/components/ui-card-cta/index.d.ts +40 -75
- package/components/ui-card-cta/index.d.ts.map +1 -0
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +3 -2
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -0
- package/components/ui-card-result/index.d.ts +40 -75
- package/components/ui-card-result/index.d.ts.map +1 -0
- package/components/ui-card-result/ui-card-result.vue.d.ts +3 -2
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -0
- package/components/ui-card-result/ui-card-result.vue.js +5 -5
- package/components/ui-card-result/ui-card-result.vue2.js +18 -18
- package/components/ui-card-simple/index.d.ts +10 -39
- package/components/ui-card-simple/index.d.ts.map +1 -0
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +3 -2
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -0
- package/components/ui-checkbox/index.d.ts +51 -87
- package/components/ui-checkbox/index.d.ts.map +1 -0
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +5 -4
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -0
- package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
- package/components/ui-checkbox/ui-checkbox.vue2.js +8 -8
- package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
- package/components/ui-dropdown/_typings.d.ts +1 -0
- package/components/ui-dropdown/_typings.d.ts.map +1 -0
- package/components/ui-dropdown/index.d.ts +48 -90
- package/components/ui-dropdown/index.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +3 -5
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.js +19 -20
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/_typings.d.ts +1 -0
- package/components/ui-icon/_typings.d.ts.map +1 -0
- package/components/ui-icon/index.d.ts +3 -2
- package/components/ui-icon/index.d.ts.map +1 -0
- package/components/ui-icon/ui-icon.vue.d.ts +3 -2
- package/components/ui-icon/ui-icon.vue.d.ts.map +1 -0
- package/components/ui-icon/ui-icon.vue.js +15 -15
- package/components/ui-icon-wrapper/_typings.d.ts +1 -0
- package/components/ui-icon-wrapper/_typings.d.ts.map +1 -0
- package/components/ui-icon-wrapper/index.d.ts +32 -64
- package/components/ui-icon-wrapper/index.d.ts.map +1 -0
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +3 -2
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -0
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +3 -3
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +3 -3
- package/components/ui-input/_typings.d.ts +3 -2
- package/components/ui-input/_typings.d.ts.map +1 -0
- package/components/ui-input/index.d.ts +156 -193
- package/components/ui-input/index.d.ts.map +1 -0
- package/components/ui-input/ui-input.vue.d.ts +6 -2
- package/components/ui-input/ui-input.vue.d.ts.map +1 -0
- package/components/ui-input/ui-input.vue.js +29 -25
- package/components/ui-input/ui-input.vue.js.map +1 -1
- package/components/ui-input-range/index.d.ts +5 -4
- package/components/ui-input-range/index.d.ts.map +1 -0
- package/components/ui-input-range/ui-input-range.vue.d.ts +5 -4
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -0
- package/components/ui-input-range/ui-input-range.vue.js +2 -2
- package/components/ui-input-range/ui-input-range.vue2.js +19 -19
- package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
- package/components/ui-list-item/_types.d.ts +1 -0
- package/components/ui-list-item/_types.d.ts.map +1 -0
- package/components/ui-list-item/index.d.ts +75 -111
- package/components/ui-list-item/index.d.ts.map +1 -0
- package/components/ui-list-item/ui-list-item.vue.d.ts +3 -2
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -0
- package/components/ui-list-item/ui-list-item.vue.js +14 -14
- package/components/ui-modal/_typings.d.ts +1 -0
- package/components/ui-modal/_typings.d.ts.map +1 -0
- package/components/ui-modal/index.d.ts +32 -64
- package/components/ui-modal/index.d.ts.map +1 -0
- package/components/ui-modal/ui-backdrop/index.d.ts +10 -39
- package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -0
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +3 -2
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -0
- package/components/ui-modal/ui-modal.vue.d.ts +3 -2
- package/components/ui-modal/ui-modal.vue.d.ts.map +1 -0
- package/components/ui-notification-badge/_types.d.ts +1 -0
- package/components/ui-notification-badge/_types.d.ts.map +1 -0
- package/components/ui-notification-badge/index.d.ts +23 -54
- package/components/ui-notification-badge/index.d.ts.map +1 -0
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +3 -2
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -0
- package/components/ui-order-card/_types.d.ts +1 -0
- package/components/ui-order-card/_types.d.ts.map +1 -0
- package/components/ui-order-card/index.d.ts +30 -62
- package/components/ui-order-card/index.d.ts.map +1 -0
- package/components/ui-order-card/ui-order-card.vue.d.ts +3 -2
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -0
- package/components/ui-plain-radio/index.d.ts +61 -98
- package/components/ui-plain-radio/index.d.ts.map +1 -0
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +3 -2
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -0
- package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
- package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
- package/components/ui-progress/_types.d.ts +1 -0
- package/components/ui-progress/_types.d.ts.map +1 -0
- package/components/ui-progress/index.d.ts +3 -2
- package/components/ui-progress/index.d.ts.map +1 -0
- package/components/ui-progress/ui-progress.vue.d.ts +3 -2
- package/components/ui-progress/ui-progress.vue.d.ts.map +1 -0
- package/components/ui-radio/index.d.ts +61 -98
- package/components/ui-radio/index.d.ts.map +1 -0
- package/components/ui-radio/ui-radio.vue.d.ts +3 -2
- package/components/ui-radio/ui-radio.vue.d.ts.map +1 -0
- package/components/ui-radio/ui-radio.vue.js +2 -2
- package/components/ui-radio/ui-radio.vue2.js +12 -12
- package/components/ui-radio/ui-radio.vue2.js.map +1 -1
- package/components/ui-radio-compact/index.d.ts +50 -82
- package/components/ui-radio-compact/index.d.ts.map +1 -0
- package/components/ui-radio-compact/index.js.map +1 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +3 -2
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -0
- package/components/ui-radio-fancy/_typings.d.ts +1 -0
- package/components/ui-radio-fancy/_typings.d.ts.map +1 -0
- package/components/ui-radio-fancy/index.d.ts +71 -108
- package/components/ui-radio-fancy/index.d.ts.map +1 -0
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +3 -2
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -0
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js +15 -15
- package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
- package/components/ui-result-card-range/_types.d.ts +1 -0
- package/components/ui-result-card-range/_types.d.ts.map +1 -0
- package/components/ui-result-card-range/index.d.ts +20 -78
- package/components/ui-result-card-range/index.d.ts.map +1 -0
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +3 -6
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -0
- package/components/ui-result-card-range/ui-result-card-range.vue.js +9 -11
- package/components/ui-result-card-range/ui-result-card-range.vue.js.map +1 -1
- package/components/ui-ripple/index.d.ts +10 -39
- package/components/ui-ripple/index.d.ts.map +1 -0
- package/components/ui-ripple/ui-ripple.vue.d.ts +3 -2
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -0
- package/components/ui-select/index.d.ts +42 -77
- package/components/ui-select/index.d.ts.map +1 -0
- package/components/ui-select/ui-select.vue.d.ts +3 -2
- package/components/ui-select/ui-select.vue.d.ts.map +1 -0
- package/components/ui-skeleton/_typings.d.ts +1 -0
- package/components/ui-skeleton/_typings.d.ts.map +1 -0
- package/components/ui-skeleton/index.d.ts +3 -2
- package/components/ui-skeleton/index.d.ts.map +1 -0
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -0
- package/components/ui-snackbar/_types.d.ts +1 -0
- package/components/ui-snackbar/_types.d.ts.map +1 -0
- package/components/ui-snackbar/index.d.ts +30 -62
- package/components/ui-snackbar/index.d.ts.map +1 -0
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +3 -2
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -0
- package/components/ui-table/_types.d.ts +1 -0
- package/components/ui-table/_types.d.ts.map +1 -0
- package/components/ui-table/index.d.ts +23 -54
- package/components/ui-table/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-cell/index.d.ts +22 -54
- package/components/ui-table/ui-table-cell/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +3 -2
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/_typings.d.ts +1 -0
- package/components/ui-table/ui-table-row/_typings.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/index.d.ts +17 -48
- package/components/ui-table/ui-table-row/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +3 -2
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -0
- package/components/ui-table/ui-table.vue.d.ts +3 -2
- package/components/ui-table/ui-table.vue.d.ts.map +1 -0
- package/components/ui-tabs/index.d.ts +3 -2
- package/components/ui-tabs/index.d.ts.map +1 -0
- package/components/ui-tabs/ui-tabs.vue.d.ts +3 -2
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -0
- package/components/ui-toggle/index.d.ts +66 -104
- package/components/ui-toggle/index.d.ts.map +1 -0
- package/components/ui-toggle/ui-toggle.vue.d.ts +5 -4
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -0
- package/components/ui-toggle/ui-toggle.vue.js +3 -3
- package/components/ui-toggle/ui-toggle.vue2.js +10 -10
- package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
- package/components/ui-typography/_typings.d.ts +1 -0
- package/components/ui-typography/_typings.d.ts.map +1 -0
- package/components/ui-typography/index.d.ts +62 -100
- package/components/ui-typography/index.d.ts.map +1 -0
- package/components/ui-typography/ui-typography.vue.d.ts +3 -2
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -0
- package/components/ui-typography/ui-typography.vue.js +2 -2
- package/components/ui-verification-input/index.d.ts +30 -63
- package/components/ui-verification-input/index.d.ts.map +1 -0
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +3 -2
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -0
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -0
- package/index.js +117 -116
- package/index.js.map +1 -1
- package/package.json +42 -41
- package/tsconfig.json +4 -0
- package/types.d.ts +1 -0
- package/types.d.ts.map +1 -0
- package/types.js +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EButtonSizes, EButtonTypes } from './_typings';
|
|
2
|
-
import {
|
|
2
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
3
|
import UiButton from "./ui-button.vue";
|
|
4
4
|
export { UiButton };
|
|
5
5
|
export { EButtonSizes, EButtonTypes } from "./_typings";
|
|
@@ -7,93 +7,53 @@ export { EButtonSizes, EButtonTypes } from "./_typings";
|
|
|
7
7
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
size: EButtonSizes;
|
|
15
|
-
kind: EButtonTypes;
|
|
16
|
-
fullWidth: boolean;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
}> & Omit<{
|
|
19
|
-
readonly size: EButtonSizes;
|
|
20
|
-
readonly kind: EButtonTypes;
|
|
21
|
-
readonly fullWidth: boolean;
|
|
22
|
-
readonly disabled: boolean;
|
|
23
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
24
|
-
size: {
|
|
25
|
-
type: PropType<EButtonSizes>;
|
|
26
|
-
default: EButtonSizes;
|
|
27
|
-
};
|
|
28
|
-
kind: {
|
|
29
|
-
type: PropType<EButtonTypes>;
|
|
30
|
-
default: EButtonTypes;
|
|
31
|
-
};
|
|
32
|
-
fullWidth: {
|
|
33
|
-
type: PropType<boolean>;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
disabled: {
|
|
37
|
-
type: PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
}>>, "size" | "kind" | "fullWidth" | "disabled">;
|
|
41
|
-
$attrs: {
|
|
42
|
-
[x: string]: unknown;
|
|
10
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: PropType<EButtonSizes>;
|
|
13
|
+
default: EButtonSizes;
|
|
43
14
|
};
|
|
44
|
-
|
|
45
|
-
|
|
15
|
+
kind: {
|
|
16
|
+
type: PropType<EButtonTypes>;
|
|
17
|
+
default: EButtonTypes;
|
|
46
18
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
72
|
-
size: EButtonSizes;
|
|
73
|
-
kind: EButtonTypes;
|
|
74
|
-
fullWidth: boolean;
|
|
75
|
-
disabled: boolean;
|
|
76
|
-
}, {}, string, {}> & {
|
|
77
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
90
|
-
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
91
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
19
|
+
fullWidth: {
|
|
20
|
+
type: PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
disabled: {
|
|
24
|
+
type: PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
28
|
+
size: {
|
|
29
|
+
type: PropType<EButtonSizes>;
|
|
30
|
+
default: EButtonSizes;
|
|
31
|
+
};
|
|
32
|
+
kind: {
|
|
33
|
+
type: PropType<EButtonTypes>;
|
|
34
|
+
default: EButtonTypes;
|
|
35
|
+
};
|
|
36
|
+
fullWidth: {
|
|
37
|
+
type: PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: PropType<boolean>;
|
|
42
|
+
default: boolean;
|
|
92
43
|
};
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
44
|
+
}>>, {
|
|
45
|
+
size: EButtonSizes;
|
|
46
|
+
kind: EButtonTypes;
|
|
47
|
+
fullWidth: boolean;
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
}, true, {}, {}, {
|
|
50
|
+
P: {};
|
|
51
|
+
B: {};
|
|
52
|
+
D: {};
|
|
53
|
+
C: {};
|
|
54
|
+
M: {};
|
|
55
|
+
Defaults: {};
|
|
56
|
+
}, Readonly<ExtractPropTypes<{
|
|
97
57
|
size: {
|
|
98
58
|
type: PropType<EButtonSizes>;
|
|
99
59
|
default: EButtonSizes;
|
|
@@ -110,7 +70,12 @@ declare const deprecatedDefault: {
|
|
|
110
70
|
type: PropType<boolean>;
|
|
111
71
|
default: boolean;
|
|
112
72
|
};
|
|
113
|
-
}
|
|
73
|
+
}>>, {}, {}, {}, {}, {
|
|
74
|
+
size: EButtonSizes;
|
|
75
|
+
kind: EButtonTypes;
|
|
76
|
+
fullWidth: boolean;
|
|
77
|
+
disabled: boolean;
|
|
78
|
+
}>;
|
|
114
79
|
__isFragment?: undefined;
|
|
115
80
|
__isTeleport?: undefined;
|
|
116
81
|
__isSuspense?: undefined;
|
|
@@ -144,3 +109,4 @@ declare const deprecatedDefault: {
|
|
|
144
109
|
};
|
|
145
110
|
});
|
|
146
111
|
export default deprecatedDefault;
|
|
112
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAExD;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { EButtonSizes, EButtonTypes } from "./_typings";
|
|
3
3
|
type TProps = {
|
|
4
4
|
kind?: EButtonTypes;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
11
11
|
size: EButtonSizes;
|
|
12
12
|
fullWidth: boolean;
|
|
13
13
|
disabled: boolean;
|
|
14
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
14
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
|
|
15
15
|
kind: EButtonTypes;
|
|
16
16
|
size: EButtonSizes;
|
|
17
17
|
fullWidth: boolean;
|
|
@@ -49,3 +49,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
49
49
|
$slots: S;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
|
+
//# sourceMappingURL=ui-button.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/ui-button.vue"],"names":[],"mappings":"AAyDA;AAEC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIzD,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;;;;;;;;;;;;;;;;;;;;;AAuIF,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,87 +1,51 @@
|
|
|
1
1
|
import { TIconName } from '../ui-icon';
|
|
2
|
-
import {
|
|
2
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
3
|
import UiCardCta from "./ui-card-cta.vue";
|
|
4
4
|
export { UiCardCta };
|
|
5
5
|
/**
|
|
6
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
7
7
|
*/
|
|
8
8
|
declare const deprecatedDefault: {
|
|
9
|
-
new (...args: any[]): {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
19
|
-
invertOrder: {
|
|
20
|
-
type: PropType<boolean>;
|
|
21
|
-
};
|
|
22
|
-
disabled: {
|
|
23
|
-
type: PropType<boolean>;
|
|
24
|
-
};
|
|
25
|
-
iconName: {
|
|
26
|
-
type: PropType<TIconName>;
|
|
27
|
-
};
|
|
28
|
-
title: {
|
|
29
|
-
type: PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
description: {
|
|
32
|
-
type: PropType<string>;
|
|
33
|
-
};
|
|
34
|
-
}>>, never>;
|
|
35
|
-
$attrs: {
|
|
36
|
-
[x: string]: unknown;
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
10
|
+
invertOrder: {
|
|
11
|
+
type: PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: PropType<boolean>;
|
|
15
|
+
};
|
|
16
|
+
iconName: {
|
|
17
|
+
type: PropType<TIconName>;
|
|
37
18
|
};
|
|
38
|
-
|
|
39
|
-
|
|
19
|
+
title: {
|
|
20
|
+
type: PropType<string>;
|
|
40
21
|
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
type: PropType<string>;
|
|
60
|
-
};
|
|
61
|
-
description: {
|
|
62
|
-
type: PropType<string>;
|
|
63
|
-
};
|
|
64
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
65
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
-
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
78
|
-
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
79
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
22
|
+
description: {
|
|
23
|
+
type: PropType<string>;
|
|
24
|
+
};
|
|
25
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
26
|
+
invertOrder: {
|
|
27
|
+
type: PropType<boolean>;
|
|
28
|
+
};
|
|
29
|
+
disabled: {
|
|
30
|
+
type: PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
iconName: {
|
|
33
|
+
type: PropType<TIconName>;
|
|
34
|
+
};
|
|
35
|
+
title: {
|
|
36
|
+
type: PropType<string>;
|
|
37
|
+
};
|
|
38
|
+
description: {
|
|
39
|
+
type: PropType<string>;
|
|
80
40
|
};
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
41
|
+
}>>, {}, true, {}, {}, {
|
|
42
|
+
P: {};
|
|
43
|
+
B: {};
|
|
44
|
+
D: {};
|
|
45
|
+
C: {};
|
|
46
|
+
M: {};
|
|
47
|
+
Defaults: {};
|
|
48
|
+
}, Readonly<ExtractPropTypes<{
|
|
85
49
|
invertOrder: {
|
|
86
50
|
type: PropType<boolean>;
|
|
87
51
|
};
|
|
@@ -97,7 +61,7 @@ declare const deprecatedDefault: {
|
|
|
97
61
|
description: {
|
|
98
62
|
type: PropType<string>;
|
|
99
63
|
};
|
|
100
|
-
}
|
|
64
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
101
65
|
__isFragment?: undefined;
|
|
102
66
|
__isTeleport?: undefined;
|
|
103
67
|
__isSuspense?: undefined;
|
|
@@ -125,3 +89,4 @@ declare const deprecatedDefault: {
|
|
|
125
89
|
};
|
|
126
90
|
});
|
|
127
91
|
export default deprecatedDefault;
|
|
92
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import type { TIconName } from "../ui-icon";
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
invertOrder?: boolean | undefined;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
|
|
|
6
6
|
iconName?: TIconName | undefined;
|
|
7
7
|
title?: string | undefined;
|
|
8
8
|
description?: string | undefined;
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
9
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
invertOrder?: boolean | undefined;
|
|
11
11
|
disabled?: boolean | undefined;
|
|
12
12
|
iconName?: TIconName | undefined;
|
|
@@ -32,3 +32,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
32
32
|
$slots: S;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
+
//# sourceMappingURL=ui-card-cta.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-card-cta.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/ui-card-cta.vue"],"names":[],"mappings":"AAiEA;AAOC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;;;;;;;;;;;;;;;;;;AAmM7C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,86 +1,50 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
2
|
import UiCardResult from "./ui-card-result.vue";
|
|
3
3
|
export { UiCardResult };
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
6
|
*/
|
|
7
7
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
18
|
-
header: {
|
|
19
|
-
type: PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
exclusiveText: {
|
|
22
|
-
type: PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
exclusiveTextBottom: {
|
|
25
|
-
type: PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
exclusiveClickAction: {
|
|
28
|
-
type: PropType<() => void>;
|
|
29
|
-
};
|
|
30
|
-
exclusiveBottomClickAction: {
|
|
31
|
-
type: PropType<() => void>;
|
|
32
|
-
};
|
|
33
|
-
}>>, never>;
|
|
34
|
-
$attrs: {
|
|
35
|
-
[x: string]: unknown;
|
|
8
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
9
|
+
header: {
|
|
10
|
+
type: PropType<string>;
|
|
11
|
+
};
|
|
12
|
+
exclusiveText: {
|
|
13
|
+
type: PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
exclusiveTextBottom: {
|
|
16
|
+
type: PropType<string>;
|
|
36
17
|
};
|
|
37
|
-
|
|
38
|
-
|
|
18
|
+
exclusiveClickAction: {
|
|
19
|
+
type: PropType<() => void>;
|
|
39
20
|
};
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
type: PropType<() => void>;
|
|
59
|
-
};
|
|
60
|
-
exclusiveBottomClickAction: {
|
|
61
|
-
type: PropType<() => void>;
|
|
62
|
-
};
|
|
63
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
64
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
-
renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
77
|
-
renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
|
|
78
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
21
|
+
exclusiveBottomClickAction: {
|
|
22
|
+
type: PropType<() => void>;
|
|
23
|
+
};
|
|
24
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
25
|
+
header: {
|
|
26
|
+
type: PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
exclusiveText: {
|
|
29
|
+
type: PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
exclusiveTextBottom: {
|
|
32
|
+
type: PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
exclusiveClickAction: {
|
|
35
|
+
type: PropType<() => void>;
|
|
36
|
+
};
|
|
37
|
+
exclusiveBottomClickAction: {
|
|
38
|
+
type: PropType<() => void>;
|
|
79
39
|
};
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
40
|
+
}>>, {}, true, {}, {}, {
|
|
41
|
+
P: {};
|
|
42
|
+
B: {};
|
|
43
|
+
D: {};
|
|
44
|
+
C: {};
|
|
45
|
+
M: {};
|
|
46
|
+
Defaults: {};
|
|
47
|
+
}, Readonly<ExtractPropTypes<{
|
|
84
48
|
header: {
|
|
85
49
|
type: PropType<string>;
|
|
86
50
|
};
|
|
@@ -96,7 +60,7 @@ declare const deprecatedDefault: {
|
|
|
96
60
|
exclusiveBottomClickAction: {
|
|
97
61
|
type: PropType<() => void>;
|
|
98
62
|
};
|
|
99
|
-
}
|
|
63
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
100
64
|
__isFragment?: undefined;
|
|
101
65
|
__isTeleport?: undefined;
|
|
102
66
|
__isSuspense?: undefined;
|
|
@@ -123,3 +87,4 @@ declare const deprecatedDefault: {
|
|
|
123
87
|
};
|
|
124
88
|
});
|
|
125
89
|
export default deprecatedDefault;
|
|
90
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
header?: string | undefined;
|
|
4
4
|
exclusiveText?: string | undefined;
|
|
5
5
|
exclusiveTextBottom?: string | undefined;
|
|
6
6
|
exclusiveClickAction?: (() => void) | undefined;
|
|
7
7
|
exclusiveBottomClickAction?: (() => void) | undefined;
|
|
8
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
8
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
header?: string | undefined;
|
|
10
10
|
exclusiveText?: string | undefined;
|
|
11
11
|
exclusiveTextBottom?: string | undefined;
|
|
@@ -30,3 +30,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
30
30
|
$slots: S;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
+
//# sourceMappingURL=ui-card-result.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-card-result.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/ui-card-result.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;AAkPA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-
|
|
2
|
-
import
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-c7aa8ae2]{grid-template-columns:1fr auto}.line-clamp[data-v-c7aa8ae2]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
+
import a from "./ui-card-result.vue2.js";
|
|
3
3
|
|
|
4
|
-
import
|
|
5
|
-
const
|
|
4
|
+
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-c7aa8ae2"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
m as default
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=ui-card-result.vue.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as k, openBlock as o, createElementBlock as
|
|
2
|
-
import u from "../ui-typography/
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { defineComponent as k, openBlock as o, createElementBlock as l, createVNode as g, unref as e, withCtx as r, createTextVNode as n, toDisplayString as d, createCommentVNode as a, createElementVNode as c, createBlock as f, renderSlot as x } from "vue";
|
|
2
|
+
import u from "../ui-typography/ui-typography.vue.js";
|
|
3
|
+
import { ETypographySizes as m, ETextAlign as h, ETextWeight as v } from "../ui-typography/_typings.js";
|
|
4
|
+
import { EColors as p } from "../../_types/colors.js";
|
|
5
5
|
const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidden rounded-2xl border border-secondary-alt-400 bg-white" }, b = { class: "ui-card-result__header m-xs mb-sm grid items-center justify-between gap-xs rounded-lg bg-secondary-alt-200 p-xs" }, E = { class: "w-full overflow-hidden bg-white p-sm pt-0" }, N = /* @__PURE__ */ k({
|
|
6
6
|
__name: "ui-card-result",
|
|
7
7
|
props: {
|
|
@@ -12,23 +12,23 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
|
|
|
12
12
|
exclusiveBottomClickAction: { type: Function }
|
|
13
13
|
},
|
|
14
14
|
setup(T) {
|
|
15
|
-
return (i, t) => (o(),
|
|
16
|
-
i.exclusiveText ? (o(),
|
|
15
|
+
return (i, t) => (o(), l("div", y, [
|
|
16
|
+
i.exclusiveText ? (o(), l("div", {
|
|
17
17
|
key: 0,
|
|
18
18
|
class: "-mb-lg rounded-2xl bg-primary px-sm pb-lg",
|
|
19
19
|
onClick: t[0] || (t[0] = //@ts-ignore
|
|
20
|
-
(...
|
|
20
|
+
(...s) => i.exclusiveClickAction && i.exclusiveClickAction(...s))
|
|
21
21
|
}, [
|
|
22
22
|
g(e(u), {
|
|
23
23
|
class: "py-xs",
|
|
24
24
|
"line-height": "",
|
|
25
|
-
size: e(
|
|
26
|
-
kind: e(
|
|
25
|
+
size: e(m).XXS,
|
|
26
|
+
kind: e(p).WHITE,
|
|
27
27
|
align: e(h).CENTER,
|
|
28
28
|
weight: e(v).SEMI_BOLD
|
|
29
29
|
}, {
|
|
30
30
|
default: r(() => [
|
|
31
|
-
d(
|
|
31
|
+
n(d(i.exclusiveText), 1)
|
|
32
32
|
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}, 8, ["size", "kind", "align", "weight"])
|
|
@@ -39,12 +39,12 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
|
|
|
39
39
|
key: 0,
|
|
40
40
|
"line-height": "",
|
|
41
41
|
class: "line-clamp flex-1",
|
|
42
|
-
size: e(
|
|
42
|
+
size: e(m).SM,
|
|
43
43
|
weight: e(v).BOLD,
|
|
44
|
-
kind: e(
|
|
44
|
+
kind: e(p).SECONDARY
|
|
45
45
|
}, {
|
|
46
46
|
default: r(() => [
|
|
47
|
-
d(
|
|
47
|
+
n(d(i.header), 1)
|
|
48
48
|
]),
|
|
49
49
|
_: 1
|
|
50
50
|
}, 8, ["size", "weight", "kind"])) : a("", !0),
|
|
@@ -54,21 +54,21 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
|
|
|
54
54
|
x(i.$slots, "default", {}, void 0, !0)
|
|
55
55
|
])
|
|
56
56
|
]),
|
|
57
|
-
i.exclusiveTextBottom ? (o(),
|
|
57
|
+
i.exclusiveTextBottom ? (o(), l("div", {
|
|
58
58
|
key: 1,
|
|
59
59
|
class: "-mt-lg rounded-2xl border border-secondary-alt-400 bg-secondary-alt-200 px-sm pt-lg",
|
|
60
60
|
onClick: t[1] || (t[1] = //@ts-ignore
|
|
61
|
-
(...
|
|
61
|
+
(...s) => i.exclusiveBottomClickAction && i.exclusiveBottomClickAction(...s))
|
|
62
62
|
}, [
|
|
63
63
|
g(e(u), {
|
|
64
64
|
class: "py-xs",
|
|
65
|
-
size: e(
|
|
66
|
-
kind: e(
|
|
65
|
+
size: e(m).XXS,
|
|
66
|
+
kind: e(p).SECONDARY,
|
|
67
67
|
align: e(h).CENTER,
|
|
68
68
|
"line-height": ""
|
|
69
69
|
}, {
|
|
70
70
|
default: r(() => [
|
|
71
|
-
d(
|
|
71
|
+
n(d(i.exclusiveTextBottom), 1)
|
|
72
72
|
]),
|
|
73
73
|
_: 1
|
|
74
74
|
}, 8, ["size", "kind", "align"])
|