bonkers-ui 1.0.64 → 1.0.66
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/LICENCE +21 -0
- package/_utils/debounce.d.ts +2 -0
- package/_utils/debounce.d.ts.map +1 -0
- package/_utils/debounce.js +12 -0
- package/_utils/debounce.js.map +1 -0
- 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 +8 -6
- package/components/ui-alert/index.d.ts.map +1 -0
- package/components/ui-alert/ui-alert.vue.d.ts +7 -5
- 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 +8 -18
- package/components/ui-badge/index.d.ts.map +1 -0
- package/components/ui-badge/ui-badge.vue.d.ts +7 -7
- 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 +3 -1
- package/components/ui-ber-rank/_types.d.ts.map +1 -0
- package/components/ui-ber-rank/index.d.ts +6 -4
- package/components/ui-ber-rank/index.d.ts.map +1 -0
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +5 -3
- 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 +8 -6
- package/components/ui-button/index.d.ts.map +1 -0
- package/components/ui-button/ui-button.vue.d.ts +6 -4
- package/components/ui-button/ui-button.vue.d.ts.map +1 -0
- package/components/ui-card-cta/index.d.ts +7 -5
- package/components/ui-card-cta/index.d.ts.map +1 -0
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +6 -4
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -0
- package/components/ui-card-result/index.d.ts +7 -5
- package/components/ui-card-result/index.d.ts.map +1 -0
- package/components/ui-card-result/ui-card-result.vue.d.ts +4 -3
- 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 +6 -4
- 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 +13 -11
- package/components/ui-checkbox/index.d.ts.map +1 -0
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +8 -6
- 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 +8 -6
- package/components/ui-dropdown/index.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +7 -5
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -0
- package/components/ui-dropdown/ui-dropdown.vue.js +45 -43
- 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 +8 -6
- package/components/ui-icon/index.d.ts.map +1 -0
- package/components/ui-icon/ui-icon.vue.d.ts +6 -4
- 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 +8 -6
- package/components/ui-icon-wrapper/index.d.ts.map +1 -0
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +6 -4
- 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 +1 -0
- package/components/ui-input/_typings.d.ts.map +1 -0
- package/components/ui-input/index.d.ts +15 -6
- package/components/ui-input/index.d.ts.map +1 -0
- package/components/ui-input/ui-input.vue.d.ts +9 -4
- 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 +7 -5
- 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 +8 -6
- package/components/ui-list-item/index.d.ts.map +1 -0
- package/components/ui-list-item/ui-list-item.vue.d.ts +7 -5
- 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 +8 -6
- package/components/ui-modal/index.d.ts.map +1 -0
- package/components/ui-modal/ui-backdrop/index.d.ts +6 -4
- 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 +6 -4
- 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 +8 -6
- package/components/ui-notification-badge/index.d.ts.map +1 -0
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +6 -4
- 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 +7 -5
- package/components/ui-order-card/index.d.ts.map +1 -0
- package/components/ui-order-card/ui-order-card.vue.d.ts +7 -5
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -0
- package/components/ui-plain-radio/index.d.ts +7 -5
- package/components/ui-plain-radio/index.d.ts.map +1 -0
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +4 -3
- 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 +5 -3
- 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 +7 -5
- package/components/ui-radio/index.d.ts.map +1 -0
- package/components/ui-radio/ui-radio.vue.d.ts +6 -4
- 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 +11 -6
- 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 +4 -3
- 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 +7 -5
- package/components/ui-radio-fancy/index.d.ts.map +1 -0
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +7 -5
- 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 +7 -29
- 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 +6 -8
- 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 +6 -4
- 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 +7 -5
- package/components/ui-select/index.d.ts.map +1 -0
- package/components/ui-select/ui-select.vue.d.ts +4 -3
- 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 +5 -3
- package/components/ui-skeleton/index.d.ts.map +1 -0
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +5 -3
- 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 +8 -6
- package/components/ui-snackbar/index.d.ts.map +1 -0
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +6 -4
- 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 +11 -9
- package/components/ui-table/index.d.ts.map +1 -0
- package/components/ui-table/ui-table-cell/index.d.ts +7 -5
- 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 +6 -4
- 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 +8 -6
- 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 +6 -4
- 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 +6 -4
- package/components/ui-table/ui-table.vue.d.ts.map +1 -0
- package/components/ui-tabs/index.d.ts +5 -3
- 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 +13 -11
- package/components/ui-toggle/index.d.ts.map +1 -0
- package/components/ui-toggle/ui-toggle.vue.d.ts +6 -5
- 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 +9 -7
- package/components/ui-typography/index.d.ts.map +1 -0
- package/components/ui-typography/ui-typography.vue.d.ts +7 -5
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -0
- package/components/ui-verification-input/index.d.ts +7 -5
- package/components/ui-verification-input/index.d.ts.map +1 -0
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +4 -3
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -0
- package/index.d.ts +38 -36
- package/index.d.ts.map +1 -0
- package/index.js +117 -116
- package/index.js.map +1 -1
- package/package.json +40 -38
- package/types.d.ts +21 -20
- package/types.d.ts.map +1 -0
- package/types.js +6 -6
- package/postcss.config.js +0 -8
- package/tsconfig.json +0 -56
- package/tsconfig.node.json +0 -12
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiRadioCompact from
|
|
2
|
+
import { default as UiRadioCompact } from './ui-radio-compact.vue';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated The default should not be used at all (look at ui-radio-fancy compact)
|
|
6
|
+
*/
|
|
3
7
|
export { UiRadioCompact };
|
|
4
8
|
/**
|
|
5
|
-
* @deprecated The default should not be used
|
|
9
|
+
* @deprecated The default should not be used at all
|
|
6
10
|
*/
|
|
7
11
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
12
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
13
|
modelValue: {
|
|
10
14
|
type: PropType<string | number | boolean>;
|
|
11
15
|
required: true;
|
|
@@ -25,7 +29,7 @@ declare const deprecatedDefault: {
|
|
|
25
29
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
26
30
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
27
31
|
"update:modelValue": (...args: any[]) => void;
|
|
28
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
32
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
29
33
|
modelValue: {
|
|
30
34
|
type: PropType<string | number | boolean>;
|
|
31
35
|
required: true;
|
|
@@ -50,7 +54,7 @@ declare const deprecatedDefault: {
|
|
|
50
54
|
C: {};
|
|
51
55
|
M: {};
|
|
52
56
|
Defaults: {};
|
|
53
|
-
}, Readonly<ExtractPropTypes<{
|
|
57
|
+
}, Readonly< ExtractPropTypes<{
|
|
54
58
|
modelValue: {
|
|
55
59
|
type: PropType<string | number | boolean>;
|
|
56
60
|
required: true;
|
|
@@ -72,7 +76,7 @@ declare const deprecatedDefault: {
|
|
|
72
76
|
__isFragment?: undefined;
|
|
73
77
|
__isTeleport?: undefined;
|
|
74
78
|
__isSuspense?: undefined;
|
|
75
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
79
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
76
80
|
modelValue: {
|
|
77
81
|
type: PropType<string | number | boolean>;
|
|
78
82
|
required: true;
|
|
@@ -98,3 +102,4 @@ declare const deprecatedDefault: {
|
|
|
98
102
|
};
|
|
99
103
|
});
|
|
100
104
|
export default deprecatedDefault;
|
|
105
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAC;AACpD;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AACzC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n/**\n * @deprecated The default should not be used at all (look at ui-radio-fancy compact)\n */\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used at all\n */\nconst deprecatedDefault = UiRadioCompact;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiRadioCompact"],"mappings":";AAQA,MAAMA,IAAoBC;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
modelValue: string | number | boolean;
|
|
4
4
|
name: string;
|
|
5
5
|
value: string | number | boolean;
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
7
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
modelValue: string | number | boolean;
|
|
11
11
|
name: string;
|
|
12
12
|
value: string | number | boolean;
|
|
@@ -31,3 +31,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
31
31
|
$slots: S;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
+
//# sourceMappingURL=ui-radio-compact.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-radio-compact.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/ui-radio-compact.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;AAuIA,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_typings.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/_typings.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;CACnB"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { ERadioSizes } from './_typings';
|
|
2
2
|
import { TIconName } from '../ui-icon';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
|
-
import UiRadioFancy from
|
|
4
|
+
import { default as UiRadioFancy } from './ui-radio-fancy.vue';
|
|
5
|
+
|
|
5
6
|
export { UiRadioFancy };
|
|
6
7
|
/**
|
|
7
8
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
8
9
|
*/
|
|
9
10
|
declare const deprecatedDefault: {
|
|
10
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
11
12
|
iconName: {
|
|
12
13
|
type: PropType<TIconName>;
|
|
13
14
|
default: undefined;
|
|
@@ -35,7 +36,7 @@ declare const deprecatedDefault: {
|
|
|
35
36
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
36
37
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
37
38
|
"update:modelValue": (...args: any[]) => void;
|
|
38
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
39
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
39
40
|
iconName: {
|
|
40
41
|
type: PropType<TIconName>;
|
|
41
42
|
default: undefined;
|
|
@@ -71,7 +72,7 @@ declare const deprecatedDefault: {
|
|
|
71
72
|
C: {};
|
|
72
73
|
M: {};
|
|
73
74
|
Defaults: {};
|
|
74
|
-
}, Readonly<ExtractPropTypes<{
|
|
75
|
+
}, Readonly< ExtractPropTypes<{
|
|
75
76
|
iconName: {
|
|
76
77
|
type: PropType<TIconName>;
|
|
77
78
|
default: undefined;
|
|
@@ -104,7 +105,7 @@ declare const deprecatedDefault: {
|
|
|
104
105
|
__isFragment?: undefined;
|
|
105
106
|
__isTeleport?: undefined;
|
|
106
107
|
__isSuspense?: undefined;
|
|
107
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
108
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
108
109
|
iconName: {
|
|
109
110
|
type: PropType<TIconName>;
|
|
110
111
|
default: undefined;
|
|
@@ -141,3 +142,4 @@ declare const deprecatedDefault: {
|
|
|
141
142
|
};
|
|
142
143
|
});
|
|
143
144
|
export default deprecatedDefault;
|
|
145
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AAExB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { ERadioSizes } from './_typings';
|
|
3
|
+
import { TIconName } from '../ui-icon';
|
|
4
|
+
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
modelValue: string | number | boolean;
|
|
6
7
|
name: string;
|
|
7
8
|
value: string | number | boolean;
|
|
@@ -13,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
|
|
|
13
14
|
iconName: undefined;
|
|
14
15
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (...args: any[]) => void;
|
|
16
|
-
}, string,
|
|
17
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
18
|
modelValue: string | number | boolean;
|
|
18
19
|
name: string;
|
|
19
20
|
value: string | number | boolean;
|
|
@@ -54,3 +55,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
54
55
|
$slots: S;
|
|
55
56
|
};
|
|
56
57
|
};
|
|
58
|
+
//# sourceMappingURL=ui-radio-fancy.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-radio-fancy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/ui-radio-fancy.vue"],"names":[],"mappings":"AAoGA;AAIC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoO1C,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,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as h, computed as y, openBlock as a, createElementBlock as d, normalizeClass as i, withDirectives as
|
|
1
|
+
import { defineComponent as h, computed as y, openBlock as a, createElementBlock as d, normalizeClass as i, withDirectives as z, createElementVNode as n, vModelRadio as k, unref as o, createVNode as s, createCommentVNode as g, withCtx as S, renderSlot as N } from "vue";
|
|
2
2
|
import V from "../ui-typography/index.js";
|
|
3
3
|
import { ESize as p } from "../../_types/sizing.js";
|
|
4
4
|
import { EColors as M } from "../../_types/colors.js";
|
|
5
5
|
import { ERadioSizes as r } from "./_typings.js";
|
|
6
6
|
import m from "../ui-icon/index.js";
|
|
7
|
-
import { ETypographySizes as
|
|
8
|
-
const
|
|
7
|
+
import { ETypographySizes as C } from "../ui-typography/_typings.js";
|
|
8
|
+
const w = ["name", "value", "disabled"], E = { key: 0 }, D = { key: 1 }, x = { key: 2 }, U = /* @__PURE__ */ h({
|
|
9
9
|
__name: "ui-radio-fancy",
|
|
10
10
|
props: {
|
|
11
11
|
modelValue: { type: [String, Number, Boolean] },
|
|
@@ -16,8 +16,8 @@ const C = ["name", "value", "disabled"], E = { key: 0 }, D = { key: 1 }, x = { k
|
|
|
16
16
|
radioSize: { default: r.DEFAULT }
|
|
17
17
|
},
|
|
18
18
|
emits: ["update:modelValue"],
|
|
19
|
-
setup(
|
|
20
|
-
const b =
|
|
19
|
+
setup(c, { emit: u }) {
|
|
20
|
+
const b = c, f = u, t = y({
|
|
21
21
|
get() {
|
|
22
22
|
return b.modelValue;
|
|
23
23
|
},
|
|
@@ -25,28 +25,28 @@ const C = ["name", "value", "disabled"], E = { key: 0 }, D = { key: 1 }, x = { k
|
|
|
25
25
|
f("update:modelValue", e);
|
|
26
26
|
}
|
|
27
27
|
});
|
|
28
|
-
return (e,
|
|
28
|
+
return (e, l) => (a(), d("label", {
|
|
29
29
|
class: i(["ui-radio-fancy relative", e.disabled && "pointer-events-none"])
|
|
30
30
|
}, [
|
|
31
|
-
|
|
32
|
-
"onUpdate:modelValue":
|
|
31
|
+
z(n("input", {
|
|
32
|
+
"onUpdate:modelValue": l[0] || (l[0] = (v) => t.value = v),
|
|
33
33
|
type: "radio",
|
|
34
34
|
name: e.name,
|
|
35
35
|
value: e.value,
|
|
36
36
|
class: "group peer absolute appearance-none",
|
|
37
37
|
disabled: e.disabled
|
|
38
|
-
}, null, 8,
|
|
39
|
-
[
|
|
38
|
+
}, null, 8, w), [
|
|
39
|
+
[k, t.value]
|
|
40
40
|
]),
|
|
41
41
|
n("div", {
|
|
42
|
-
class: i(["ui-radio-fancy__content box-border
|
|
42
|
+
class: i(["ui-radio-fancy__content box-border size-full cursor-pointer rounded-xl border border-secondary-alt-500 bg-white p-sm before:absolute before:-z-10 before:box-border before:rounded-[16px] before:bg-primary-300 hover:border-secondary-alt-700 peer-checked:border-transparent peer-checked:shadow-selected-shadow peer-checked:hover:shadow-border-selected peer-checked:active:shadow-border-primary peer-checked:active:before:-bottom-xs peer-checked:active:before:-left-xs peer-checked:active:before:-right-xs peer-checked:active:before:-top-xs peer-focus:before:-bottom-xs peer-focus:before:-left-xs peer-focus:before:-right-xs peer-focus:before:-top-xs peer-active:before:-bottom-xxs peer-active:before:-left-xxs peer-active:before:-right-xxs peer-active:before:-top-xxs", [
|
|
43
43
|
e.disabled && "pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled",
|
|
44
44
|
e.radioSize === o(r).MINIMAL && "flex gap-sm align-middle",
|
|
45
45
|
e.radioSize === o(r).COMPACT && "grid cursor-pointer grid-flow-col px-md"
|
|
46
46
|
]])
|
|
47
47
|
}, [
|
|
48
48
|
e.radioSize === o(r).DEFAULT && e.iconName ? (a(), d("div", E, [
|
|
49
|
-
|
|
49
|
+
s(o(m), {
|
|
50
50
|
"icon-name": e.iconName,
|
|
51
51
|
size: o(p).MD,
|
|
52
52
|
class: i(["mb-md peer-checked:text-primary-500", [
|
|
@@ -56,7 +56,7 @@ const C = ["name", "value", "disabled"], E = { key: 0 }, D = { key: 1 }, x = { k
|
|
|
56
56
|
]])
|
|
57
57
|
}, null, 8, ["icon-name", "size", "class"])
|
|
58
58
|
])) : e.radioSize === o(r).MINIMAL && e.iconName ? (a(), d("div", D, [
|
|
59
|
-
|
|
59
|
+
s(o(m), {
|
|
60
60
|
"icon-name": e.iconName,
|
|
61
61
|
size: o(p).MD,
|
|
62
62
|
class: i([
|
|
@@ -66,8 +66,8 @@ const C = ["name", "value", "disabled"], E = { key: 0 }, D = { key: 1 }, x = { k
|
|
|
66
66
|
])
|
|
67
67
|
}, null, 8, ["icon-name", "size", "class"])
|
|
68
68
|
])) : e.radioSize === o(r).COMPACT ? (a(), d("div", x)) : g("", !0),
|
|
69
|
-
|
|
70
|
-
size: o(
|
|
69
|
+
s(o(V), {
|
|
70
|
+
size: o(C).SM,
|
|
71
71
|
kind: o(M).SECONDARY,
|
|
72
72
|
class: "pt-xxs"
|
|
73
73
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-radio-fancy.vue.js","sources":["../../../src/components/ui-radio-fancy/ui-radio-fancy.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"\n\t\t\tui-radio-fancy\n\t\t\trelative\n\n\t\t\"\n\t\t:class=\"disabled && 'pointer-events-none'\"\n\t>\n\t\t<input\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name\"\n\t\t\t:value=\"value\"\n\t\t\tclass=\"group peer absolute appearance-none\"\n\t\t\t:disabled=\"disabled\"\n\t\t>\n\t\t<div\n\t\t\tclass=\"\n\t\t\t\tui-radio-fancy__content\n\t\t\t\tbox-border\n\t\t\t\
|
|
1
|
+
{"version":3,"file":"ui-radio-fancy.vue.js","sources":["../../../src/components/ui-radio-fancy/ui-radio-fancy.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"\n\t\t\tui-radio-fancy\n\t\t\trelative\n\n\t\t\"\n\t\t:class=\"disabled && 'pointer-events-none'\"\n\t>\n\t\t<input\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name\"\n\t\t\t:value=\"value\"\n\t\t\tclass=\"group peer absolute appearance-none\"\n\t\t\t:disabled=\"disabled\"\n\t\t>\n\t\t<div\n\t\t\tclass=\"\n\t\t\t\tui-radio-fancy__content\n\t\t\t\tbox-border\n\t\t\t\tsize-full\n\t\t\t\tcursor-pointer\n\t\t\t\trounded-xl border\n\t\t\t\tborder-secondary-alt-500\n\t\t\t\tbg-white\n\t\t\t\tp-sm\n\t\t\t\tbefore:absolute\n\t\t\t\tbefore:-z-10\n\t\t\t\tbefore:box-border\n\n\t\t\t\tbefore:rounded-[16px]\n\t\t\t\tbefore:bg-primary-300\n\t\t\t\thover:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-transparent\n\t\t\t\tpeer-checked:shadow-selected-shadow\n\n\t\t\t\tpeer-checked:hover:shadow-border-selected\n\t\t\t\tpeer-checked:active:shadow-border-primary\n\t\t\t\tpeer-checked:active:before:-bottom-xs\n\t\t\t\tpeer-checked:active:before:-left-xs\n\t\t\t\tpeer-checked:active:before:-right-xs\n\t\t\t\tpeer-checked:active:before:-top-xs\n\n\t\t\t\tpeer-focus:before:-bottom-xs\n\t\t\t\tpeer-focus:before:-left-xs\n\n\t\t\t\tpeer-focus:before:-right-xs\n\t\t\t\tpeer-focus:before:-top-xs\n\t\t\t\tpeer-active:before:-bottom-xxs\n\t\t\t\tpeer-active:before:-left-xxs\n\n\t\t\t\tpeer-active:before:-right-xxs\n\t\t\t\tpeer-active:before:-top-xxs\n\t\t\t\"\n\t\t\t:class=\"[\n\t\t\t\tdisabled\n\t\t\t\t\t&& 'pointer-events-none border-secondary-alt-400 peer-checked:shadow-border-primary-disabled',\n\t\t\t\tradioSize === ERadioSizes.MINIMAL && 'flex gap-sm align-middle',\n\t\t\t\tradioSize === ERadioSizes.COMPACT && 'grid cursor-pointer grid-flow-col px-md'\n\n\t\t\t]\"\n\t\t>\n\t\t\t<div\n\t\t\t\tv-if=\"radioSize === ERadioSizes.DEFAULT && iconName\"\n\t\t\t>\n\t\t\t\t<ui-icon\n\t\t\t\t\t:icon-name=\"iconName\"\n\t\t\t\t\t:size=\"ESize.MD\"\n\t\t\t\t\tclass=\" mb-md peer-checked:text-primary-500\"\n\t\t\t\t\t:class=\"[value === modelValue && 'text-primary',\n\t\t\t\t\t\tdisabled && 'text-secondary-alt-400',\n\t\t\t\t\t\tdisabled && value === modelValue && 'text-primary-300'\n\t\t\t\t\t]\"\n\t\t\t\t/>\n\t\t\t</div>\n\t\t\t<div v-else-if=\"radioSize === ERadioSizes.MINIMAL && iconName\">\n\t\t\t\t<ui-icon\n\t\t\t\t\t:icon-name=\"iconName\"\n\t\t\t\t\t:size=\"ESize.MD\"\n\t\t\t\t\t:class=\"[value === modelValue && 'text-primary',\n\t\t\t\t\t\tdisabled && 'text-secondary-alt-400',\n\t\t\t\t\t\tdisabled && value === modelValue && 'text-primary-300'\n\t\t\t\t\t]\"\n\t\t\t\t/>\n\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tv-else-if=\"radioSize === ERadioSizes.COMPACT\"\n\t\t\t/>\n\t\t\t<ui-typography\n\t\t\t\t:size=\"ETypographySizes.SM\"\n\t\t\t\t:kind=\"EColors.SECONDARY\"\n\t\t\t\tclass=\"pt-xxs\"\n\t\t\t>\n\t\t\t\t<slot />\n\t\t\t</ui-typography>\n\t\t</div>\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed } from \"vue\";\n\timport UiTypography, { ETypographySizes } from \"../ui-typography\";\n\timport type { TIconName } from \"../ui-icon\";\n\timport { ESize } from \"../../_types/sizing\";\n\timport { EColors } from \"../../_types/colors\";\n\timport { ERadioSizes } from \"./_typings\";\n\timport uiIcon from \"../ui-icon\";\n\n\tconst props = withDefaults(defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\tname: string;\n\t\tvalue: string | number | boolean;\n\t\ticonName?: TIconName;\n\t\tdisabled?: boolean;\n\t\tradioSize?: ERadioSizes;\n\t}>(), {\n\t\tradioSize: ERadioSizes.DEFAULT,\n\t\ticonName: undefined\n\t});\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n"],"names":["props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;;;;AA8GC,UAAMA,IAAQC,GAWRC,IAAOC,GACPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_types.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/_types.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAChC,OAAO,YAAY;CACnB;AAED,oBAAY,qBAAqB;IAChC,OAAO,YAAY;IACnB,IAAI,SAAS;CACb"}
|
|
@@ -1,37 +1,26 @@
|
|
|
1
1
|
import { TIconName } from '../ui-icon';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
|
-
import UiResultCardRange from
|
|
3
|
+
import { default as UiResultCardRange } from './ui-result-card-range.vue';
|
|
4
|
+
|
|
4
5
|
export { UiResultCardRange };
|
|
5
6
|
/**
|
|
6
7
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
7
8
|
*/
|
|
8
9
|
declare const deprecatedDefault: {
|
|
9
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
10
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
10
11
|
iconName: {
|
|
11
12
|
type: PropType<TIconName>;
|
|
12
13
|
};
|
|
13
14
|
title: {
|
|
14
15
|
type: PropType<string>;
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
-
type: PropType<string>;
|
|
18
|
-
};
|
|
19
|
-
description: {
|
|
20
|
-
type: PropType<string>;
|
|
21
|
-
};
|
|
22
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
17
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
23
18
|
iconName: {
|
|
24
19
|
type: PropType<TIconName>;
|
|
25
20
|
};
|
|
26
21
|
title: {
|
|
27
22
|
type: PropType<string>;
|
|
28
23
|
};
|
|
29
|
-
size: {
|
|
30
|
-
type: PropType<string>;
|
|
31
|
-
};
|
|
32
|
-
description: {
|
|
33
|
-
type: PropType<string>;
|
|
34
|
-
};
|
|
35
24
|
}>>, {}, true, {}, {}, {
|
|
36
25
|
P: {};
|
|
37
26
|
B: {};
|
|
@@ -39,39 +28,28 @@ declare const deprecatedDefault: {
|
|
|
39
28
|
C: {};
|
|
40
29
|
M: {};
|
|
41
30
|
Defaults: {};
|
|
42
|
-
}, Readonly<ExtractPropTypes<{
|
|
31
|
+
}, Readonly< ExtractPropTypes<{
|
|
43
32
|
iconName: {
|
|
44
33
|
type: PropType<TIconName>;
|
|
45
34
|
};
|
|
46
35
|
title: {
|
|
47
36
|
type: PropType<string>;
|
|
48
37
|
};
|
|
49
|
-
size: {
|
|
50
|
-
type: PropType<string>;
|
|
51
|
-
};
|
|
52
|
-
description: {
|
|
53
|
-
type: PropType<string>;
|
|
54
|
-
};
|
|
55
38
|
}>>, {}, {}, {}, {}, {}>;
|
|
56
39
|
__isFragment?: undefined;
|
|
57
40
|
__isTeleport?: undefined;
|
|
58
41
|
__isSuspense?: undefined;
|
|
59
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
42
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
60
43
|
iconName: {
|
|
61
44
|
type: PropType<TIconName>;
|
|
62
45
|
};
|
|
63
46
|
title: {
|
|
64
47
|
type: PropType<string>;
|
|
65
48
|
};
|
|
66
|
-
size: {
|
|
67
|
-
type: PropType<string>;
|
|
68
|
-
};
|
|
69
|
-
description: {
|
|
70
|
-
type: PropType<string>;
|
|
71
|
-
};
|
|
72
49
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
73
50
|
$slots: {
|
|
74
51
|
default?(_: {}): any;
|
|
75
52
|
};
|
|
76
53
|
});
|
|
77
54
|
export default deprecatedDefault;
|
|
55
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoB,CAAC;AAC5C,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { TIconName } from '../ui-icon';
|
|
3
|
+
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
5
|
iconName?: TIconName | undefined;
|
|
5
6
|
title?: string | undefined;
|
|
6
|
-
|
|
7
|
-
description?: string | undefined;
|
|
8
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
8
|
iconName?: TIconName | undefined;
|
|
10
9
|
title?: string | undefined;
|
|
11
|
-
size?: string | undefined;
|
|
12
|
-
description?: string | undefined;
|
|
13
10
|
}>>>, {}, {}>, {
|
|
14
11
|
default?(_: {}): any;
|
|
15
12
|
}>;
|
|
@@ -28,3 +25,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
28
25
|
$slots: S;
|
|
29
26
|
};
|
|
30
27
|
};
|
|
28
|
+
//# sourceMappingURL=ui-result-card-range.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-result-card-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/ui-result-card-range.vue"],"names":[],"mappings":"AAiCA;AAEC,OAAe,EAAS,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;;;;;;;;;;AAqH5D,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,24 +1,22 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as i, openBlock as r, createElementBlock as l, createBlock as o, unref as e, createCommentVNode as a, withCtx as n, createTextVNode as s, toDisplayString as m, renderSlot as c } from "vue";
|
|
2
2
|
import d from "../ui-icon/index.js";
|
|
3
3
|
import p from "../ui-typography/index.js";
|
|
4
4
|
import { ESize as u } from "../../_types/sizing.js";
|
|
5
5
|
import { ETypographySizes as f, ETextWeight as g, ETextAlign as y } from "../ui-typography/_typings.js";
|
|
6
|
-
const E = { class: "ui-result-card-range flex w-full flex-col items-center rounded-3xl border-4 border-secondary-alt-300 bg-secondary-alt-200 p-md text-secondary-500" }, k = /* @__PURE__ */
|
|
6
|
+
const E = { class: "ui-result-card-range flex w-full flex-col items-center rounded-3xl border-4 border-secondary-alt-300 bg-secondary-alt-200 p-md text-secondary-500" }, k = /* @__PURE__ */ i({
|
|
7
7
|
__name: "ui-result-card-range",
|
|
8
8
|
props: {
|
|
9
9
|
iconName: {},
|
|
10
|
-
title: {}
|
|
11
|
-
size: {},
|
|
12
|
-
description: {}
|
|
10
|
+
title: {}
|
|
13
11
|
},
|
|
14
12
|
setup(h) {
|
|
15
|
-
return (t,
|
|
13
|
+
return (t, _) => (r(), l("div", E, [
|
|
16
14
|
t.iconName ? (r(), o(e(d), {
|
|
17
15
|
key: 0,
|
|
18
16
|
class: "mb-md",
|
|
19
17
|
size: e(u).MD,
|
|
20
18
|
"icon-name": t.iconName
|
|
21
|
-
}, null, 8, ["size", "icon-name"])) :
|
|
19
|
+
}, null, 8, ["size", "icon-name"])) : a("", !0),
|
|
22
20
|
t.title ? (r(), o(e(p), {
|
|
23
21
|
key: 1,
|
|
24
22
|
class: "mb-xs",
|
|
@@ -26,12 +24,12 @@ const E = { class: "ui-result-card-range flex w-full flex-col items-center round
|
|
|
26
24
|
weight: e(g).SEMI_BOLD,
|
|
27
25
|
align: e(y).CENTER
|
|
28
26
|
}, {
|
|
29
|
-
default:
|
|
30
|
-
s(
|
|
27
|
+
default: n(() => [
|
|
28
|
+
s(m(t.title), 1)
|
|
31
29
|
]),
|
|
32
30
|
_: 1
|
|
33
|
-
}, 8, ["size", "weight", "align"])) :
|
|
34
|
-
|
|
31
|
+
}, 8, ["size", "weight", "align"])) : a("", !0),
|
|
32
|
+
c(t.$slots, "default")
|
|
35
33
|
]));
|
|
36
34
|
}
|
|
37
35
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-result-card-range.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-result-card-range.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiRipple from
|
|
2
|
+
import { default as UiRipple } from './ui-ripple.vue';
|
|
3
|
+
|
|
3
4
|
export { UiRipple };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
7
|
*/
|
|
7
8
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
9
10
|
P: {};
|
|
10
11
|
B: {};
|
|
11
12
|
D: {};
|
|
12
13
|
C: {};
|
|
13
14
|
M: {};
|
|
14
15
|
Defaults: {};
|
|
15
|
-
}, Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
16
|
+
}, Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
16
17
|
__isFragment?: undefined;
|
|
17
18
|
__isTeleport?: undefined;
|
|
18
19
|
__isSuspense?: undefined;
|
|
19
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
20
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
20
21
|
$slots: {
|
|
21
22
|
default?(_: {}): any;
|
|
22
23
|
};
|
|
23
24
|
});
|
|
24
25
|
export default deprecatedDefault;
|
|
26
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AAEH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
}>;
|
|
5
5
|
export default _default;
|
|
@@ -8,3 +8,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
8
8
|
$slots: S;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
+
//# sourceMappingURL=ui-ripple.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-ripple.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/ui-ripple.vue"],"names":[],"mappings":"AA6BA;;;;AAoIA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
2
|
-
import UiSelect from
|
|
2
|
+
import { default as UiSelect } from './ui-select.vue';
|
|
3
|
+
|
|
3
4
|
export { UiSelect };
|
|
4
5
|
/**
|
|
5
6
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
6
7
|
*/
|
|
7
8
|
declare const deprecatedDefault: {
|
|
8
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
|
|
9
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
9
10
|
modelValue: {
|
|
10
11
|
type: PropType<string | number>;
|
|
11
12
|
required: true;
|
|
@@ -23,7 +24,7 @@ declare const deprecatedDefault: {
|
|
|
23
24
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
25
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
26
|
"update:modelValue": (...args: any[]) => void;
|
|
26
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
|
|
27
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
27
28
|
modelValue: {
|
|
28
29
|
type: PropType<string | number>;
|
|
29
30
|
required: true;
|
|
@@ -46,7 +47,7 @@ declare const deprecatedDefault: {
|
|
|
46
47
|
C: {};
|
|
47
48
|
M: {};
|
|
48
49
|
Defaults: {};
|
|
49
|
-
}, Readonly<ExtractPropTypes<{
|
|
50
|
+
}, Readonly< ExtractPropTypes<{
|
|
50
51
|
modelValue: {
|
|
51
52
|
type: PropType<string | number>;
|
|
52
53
|
required: true;
|
|
@@ -66,7 +67,7 @@ declare const deprecatedDefault: {
|
|
|
66
67
|
__isFragment?: undefined;
|
|
67
68
|
__isTeleport?: undefined;
|
|
68
69
|
__isSuspense?: undefined;
|
|
69
|
-
} & ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
70
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
70
71
|
modelValue: {
|
|
71
72
|
type: PropType<string | number>;
|
|
72
73
|
required: true;
|
|
@@ -93,3 +94,4 @@ declare const deprecatedDefault: {
|
|
|
93
94
|
};
|
|
94
95
|
});
|
|
95
96
|
export default deprecatedDefault;
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin,
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
3
|
modelValue: string | number;
|
|
4
4
|
heading?: string | undefined;
|
|
5
5
|
subLabel?: string | undefined;
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
7
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string,
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
modelValue: string | number;
|
|
11
11
|
heading?: string | undefined;
|
|
12
12
|
subLabel?: string | undefined;
|
|
@@ -34,3 +34,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
34
34
|
$slots: S;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
+
//# sourceMappingURL=ui-select.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/ui-select.vue"],"names":[],"mappings":"AA8DA;;;;;;;;;;;;;;;;;;;;;AAoNA,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_typings.d.ts","sourceRoot":"","sources":["../../../src/components/ui-skeleton/_typings.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACxB,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;CAC3B"}
|