bonkers-ui 1.0.71 → 1.0.73
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/.eslintrc.js +6 -3
- package/CONSTANTS.d.ts +0 -1
- package/bonkers-ui.umd.js +7 -7
- package/bonkers-ui.umd.js.map +1 -1
- package/components/ui-alert/index.d.ts +0 -1
- package/components/ui-alert/index.d.ts.map +1 -1
- package/components/ui-alert/ui-alert.vue.d.ts +10 -6
- package/components/ui-alert/ui-alert.vue.d.ts.map +1 -1
- package/components/ui-badge/index.d.ts +0 -1
- package/components/ui-badge/index.d.ts.map +1 -1
- package/components/ui-badge/ui-badge.vue.d.ts +18 -14
- package/components/ui-badge/ui-badge.vue.d.ts.map +1 -1
- package/components/ui-ber-rank/_types.d.ts +0 -1
- package/components/ui-ber-rank/index.d.ts +2 -3
- package/components/ui-ber-rank/index.d.ts.map +1 -1
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +9 -10
- package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -1
- package/components/ui-button/index.d.ts +0 -1
- package/components/ui-button/index.d.ts.map +1 -1
- package/components/ui-button/ui-button.vue.d.ts +20 -16
- package/components/ui-button/ui-button.vue.d.ts.map +1 -1
- package/components/ui-card-cta/index.d.ts +0 -1
- package/components/ui-card-cta/index.d.ts.map +1 -1
- package/components/ui-card-cta/ui-card-cta.vue.d.ts +12 -8
- package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -1
- package/components/ui-card-order/index.d.ts +3 -0
- package/components/ui-card-order/index.d.ts.map +1 -0
- package/components/ui-card-order/ui-card-order.vue.d.ts +43 -0
- package/components/ui-card-order/ui-card-order.vue.d.ts.map +1 -0
- package/components/ui-card-result/index.d.ts +0 -1
- package/components/ui-card-result/index.d.ts.map +1 -1
- package/components/ui-card-result/ui-card-result.vue.d.ts +11 -6
- package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -1
- package/components/ui-card-result/ui-card-result.vue.js +2 -2
- package/components/ui-card-result/ui-card-result.vue2.js +2 -2
- package/components/ui-card-simple/index.d.ts +0 -1
- package/components/ui-card-simple/index.d.ts.map +1 -1
- package/components/ui-card-simple/ui-card-simple.vue.d.ts +9 -4
- package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -1
- package/components/ui-card-simple/ui-card-simple.vue.js +1 -1
- package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -1
- package/components/ui-checkbox/_types.d.ts +5 -0
- package/components/ui-checkbox/_types.d.ts.map +1 -0
- package/components/ui-checkbox/_types.js +5 -0
- package/components/ui-checkbox/_types.js.map +1 -0
- package/components/ui-checkbox/index.d.ts +75 -32
- package/components/ui-checkbox/index.d.ts.map +1 -1
- package/components/ui-checkbox/ui-checkbox.vue.d.ts +37 -7
- package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -1
- package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
- package/components/ui-checkbox/ui-checkbox.vue2.js +54 -47
- package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
- package/components/ui-dropdown/index.d.ts +21 -22
- package/components/ui-dropdown/index.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.d.ts +20 -14
- package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js +1 -1
- package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
- package/components/ui-icon/index.d.ts +0 -1
- package/components/ui-icon/index.d.ts.map +1 -1
- package/components/ui-icon/ui-icon.vue.d.ts +9 -10
- package/components/ui-icon/ui-icon.vue.d.ts.map +1 -1
- package/components/ui-icon-wrapper/index.d.ts +0 -1
- package/components/ui-icon-wrapper/index.d.ts.map +1 -1
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +18 -14
- package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -1
- package/components/ui-input/index.d.ts +42 -43
- package/components/ui-input/index.d.ts.map +1 -1
- package/components/ui-input/ui-input.vue.d.ts +23 -19
- package/components/ui-input/ui-input.vue.d.ts.map +1 -1
- package/components/ui-input-range/index.d.ts +0 -1
- package/components/ui-input-range/index.d.ts.map +1 -1
- package/components/ui-input-range/ui-input-range.vue.d.ts +3 -3
- package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -1
- package/components/ui-list-item/index.d.ts +19 -20
- package/components/ui-list-item/index.d.ts.map +1 -1
- package/components/ui-list-item/ui-list-item.vue.d.ts +20 -16
- package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -1
- package/components/ui-media-card/index.d.ts +0 -1
- package/components/ui-media-card/index.js +5 -0
- package/components/ui-media-card/index.js.map +1 -0
- package/components/ui-media-card/ui-media-card.vue.d.ts +24 -0
- package/components/ui-media-card/ui-media-card.vue.d.ts.map +1 -0
- package/components/ui-media-card/ui-media-card.vue.js +59 -0
- package/components/ui-media-card/ui-media-card.vue.js.map +1 -0
- package/components/ui-media-card/ui-media-card.vue2.js +5 -0
- package/components/ui-media-card/ui-media-card.vue2.js.map +1 -0
- package/components/ui-modal/index.d.ts +0 -1
- package/components/ui-modal/index.d.ts.map +1 -1
- package/components/ui-modal/ui-backdrop/index.d.ts +0 -1
- package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +7 -2
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +9 -9
- package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
- package/components/ui-modal/ui-modal.vue.d.ts +21 -17
- package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
- package/components/ui-notification-badge/index.d.ts +0 -1
- package/components/ui-notification-badge/index.d.ts.map +1 -1
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +18 -14
- package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
- package/components/ui-order-card/index.d.ts +14 -15
- package/components/ui-order-card/index.d.ts.map +1 -1
- package/components/ui-order-card/ui-order-card.vue.d.ts +20 -16
- package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
- package/components/ui-plain-radio/index.d.ts +0 -1
- package/components/ui-plain-radio/index.d.ts.map +1 -1
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +11 -6
- package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
- package/components/ui-product-card/ui-product-card.vue.d.ts +12 -7
- package/components/ui-product-card/ui-product-card.vue.d.ts.map +1 -1
- package/components/ui-product-card/ui-product-card.vue.js +1 -1
- package/components/ui-progress/index.d.ts +0 -1
- package/components/ui-progress/index.d.ts.map +1 -1
- package/components/ui-progress/ui-progress.vue.d.ts +9 -9
- package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
- package/components/ui-radio/index.d.ts +0 -1
- package/components/ui-radio/index.d.ts.map +1 -1
- package/components/ui-radio/ui-radio.vue.d.ts +10 -6
- package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
- package/components/ui-radio-compact/index.d.ts +0 -1
- package/components/ui-radio-compact/index.d.ts.map +1 -1
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +10 -5
- package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
- package/components/ui-radio-fancy/index.d.ts +16 -17
- package/components/ui-radio-fancy/index.d.ts.map +1 -1
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +18 -14
- package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
- package/components/ui-result-card-range/index.d.ts +0 -1
- package/components/ui-result-card-range/index.d.ts.map +1 -1
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +10 -6
- package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
- package/components/ui-ripple/index.d.ts +0 -1
- package/components/ui-ripple/index.d.ts.map +1 -1
- package/components/ui-ripple/ui-ripple.vue.d.ts +9 -2
- package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
- package/components/ui-select/index.d.ts +0 -1
- package/components/ui-select/index.d.ts.map +1 -1
- package/components/ui-select/ui-select.vue.d.ts +13 -8
- package/components/ui-select/ui-select.vue.d.ts.map +1 -1
- package/components/ui-skeleton/index.d.ts +0 -1
- package/components/ui-skeleton/index.d.ts.map +1 -1
- package/components/ui-skeleton/ui-skeleton.vue.d.ts +9 -10
- package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
- package/components/ui-snackbar/index.d.ts +13 -14
- package/components/ui-snackbar/index.d.ts.map +1 -1
- package/components/ui-snackbar/ui-snackbar.vue.d.ts +20 -16
- package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
- package/components/ui-table/index.d.ts +0 -1
- package/components/ui-table/index.d.ts.map +1 -1
- package/components/ui-table/ui-table-cell/index.d.ts +0 -1
- package/components/ui-table/ui-table-cell/index.d.ts.map +1 -1
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +11 -7
- package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table-row/index.d.ts +0 -1
- package/components/ui-table/ui-table-row/index.d.ts.map +1 -1
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +10 -6
- package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
- package/components/ui-table/ui-table.vue.d.ts +18 -14
- package/components/ui-table/ui-table.vue.d.ts.map +1 -1
- package/components/ui-tabs/index.d.ts +8 -9
- package/components/ui-tabs/index.d.ts.map +1 -1
- package/components/ui-tabs/ui-tabs.vue.d.ts +9 -9
- package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
- package/components/ui-toggle/index.d.ts +0 -1
- package/components/ui-toggle/index.d.ts.map +1 -1
- package/components/ui-toggle/ui-toggle.vue.d.ts +11 -6
- package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
- package/components/ui-toggle/ui-toggle.vue.js +3 -3
- package/components/ui-toggle/ui-toggle.vue2.js +28 -44
- package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
- package/components/ui-typography/index.d.ts +0 -1
- package/components/ui-typography/index.d.ts.map +1 -1
- package/components/ui-typography/ui-typography.vue.d.ts +10 -6
- package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
- package/components/ui-verification-input/index.d.ts +0 -1
- package/components/ui-verification-input/index.d.ts.map +1 -1
- package/components/ui-verification-input/ui-verification-input.vue.d.ts +12 -5
- package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +136 -132
- package/index.js.map +1 -1
- package/package.json +35 -33
- package/plugin.ts +27 -6
- package/src/_styles/_backdropBlur.json +10 -0
|
@@ -25,7 +25,7 @@ const M = /* @__PURE__ */ f({
|
|
|
25
25
|
}, 50)).observe(a.value);
|
|
26
26
|
}), (e, C) => (h(), b("div", {
|
|
27
27
|
class: t(["h-auto bg-white", {
|
|
28
|
-
"rounded-xl border border-secondary-alt-
|
|
28
|
+
"rounded-xl border border-secondary-alt-500": e.kind === r(n).DEFAULT
|
|
29
29
|
}])
|
|
30
30
|
}, [
|
|
31
31
|
s("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-dropdown.vue.js","sources":["../../../src/components/ui-dropdown/ui-dropdown.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"h-auto bg-white\"\n\t\t:class=\"{\n\t\t\t'rounded-xl border border-secondary-alt-
|
|
1
|
+
{"version":3,"file":"ui-dropdown.vue.js","sources":["../../../src/components/ui-dropdown/ui-dropdown.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"h-auto bg-white\"\n\t\t:class=\"{\n\t\t\t'rounded-xl border border-secondary-alt-500': kind === EDropdownKinds.DEFAULT\n\t\t}\"\n\t>\n\t\t<div\n\t\t\tclass=\"flex items-center justify-between px-md py-sm\"\n\t\t\t:class=\"{\n\t\t\t\t'rounded-xl border border-secondary': kind === EDropdownKinds.SECONDARY\n\t\t\t}\"\n\t\t\t@click=\"toggleAccordion\"\n\t\t>\n\t\t\t<ui-typography\n\t\t\t\tline-height\n\t\t\t\t:size=\"ETypographySizes.LG\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD \"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\n\t\t\t<ui-icon\n\t\t\t\tclass=\"item-icon duration-200\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'rotate-180': isOpen,\n\t\t\t\t\t'rotate-0': !isOpen\n\t\t\t\t}\"\n\t\t\t\t:icon-name=\"iconName\"\n\t\t\t\t:size=\"ESize.SM\"\n\t\t\t/>\n\t\t</div>\n\n\t\t<div\n\t\t\tclass=\"overflow-hidden duration-300 ease-in-out\"\n\t\t\t:style=\"{\n\t\t\t\theight\n\t\t\t}\"\n\t\t\t:class=\"{\n\t\t\t\t'border border-transparent border-t-secondary-alt-300':\n\t\t\t\t\tkind === EDropdownKinds.DEFAULT,\n\t\t\t\t'!h-0 !border-transparent': !isOpen\n\t\t\t}\"\n\t\t>\n\t\t\t<div\n\t\t\t\tref=\"contentWrapper\"\n\n\t\t\t\tclass=\"box-border pt-sm\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'p-sm': kind === EDropdownKinds.DEFAULT\n\t\t\t\t}\"\n\t\t\t>\n\t\t\t\t<slot>\n\t\t\t\t\t{{ subText }}\n\t\t\t\t</slot>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { onMounted, ref } from \"vue\";\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport UiIcon, { type TIconName, ESize } from \"../ui-icon\";\n\timport { EDropdownKinds } from \"./_typings\";\n\timport { debounce } from \"../../_utils/debounce\";\n\n\tconst props = withDefaults(defineProps<{\n\t\theader?: string;\n\t\ticonName: TIconName;\n\t\tsubText?: string;\n\t\tkind?: EDropdownKinds;\n\t\tactive?: boolean;\n\t}>(), {\n\t\tkind: EDropdownKinds.DEFAULT,\n\t});\n\n\tconst isOpen = ref(props.active);\n\tconst contentWrapper = ref<HTMLElement>();\n\tconst height = ref(\"0\");\n\n\tfunction toggleAccordion() {\n\t\tisOpen.value = !isOpen.value;\n\t}\n\n\tonMounted(()=>{\n\t\tif (contentWrapper.value) {\n\t\t\tconst resizeObserver = new ResizeObserver(debounce(() => {\n\t\t\t\theight.value = getComputedStyle(contentWrapper.value as HTMLElement).height;\n\t\t\t}, 50));\n\n\t\t\tresizeObserver.observe(contentWrapper.value);\n\t\t}\n\t});\n\n</script>\n"],"names":["isOpen","ref","__props","contentWrapper","height","toggleAccordion","onMounted","debounce"],"mappings":";;;;;;;;;;;;;;;;;AA6EO,UAAAA,IAASC,EAVDC,EAUW,MAAM,GACzBC,IAAiBF,KACjBG,IAASH,EAAI,GAAG;AAEtB,aAASI,IAAkB;AACnB,MAAAL,EAAA,QAAQ,CAACA,EAAO;AAAA,IACxB;AAEA,WAAAM,EAAU,MAAI;AACb,MAAIH,EAAe,SACK,IAAI,eAAeI,EAAS,MAAM;AACxD,QAAAH,EAAO,QAAQ,iBAAiBD,EAAe,KAAoB,EAAE;AAAA,MAAA,GACnE,EAAE,CAAC,EAES,QAAQA,EAAe,KAAK;AAAA,IAC5C,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,6 @@ import { default as UiIcon } from './ui-icon.vue';
|
|
|
2
2
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import { ESize } from '../../_types/sizing';
|
|
4
4
|
import { TIconName } from './_typings';
|
|
5
|
-
|
|
6
5
|
export { UiIcon };
|
|
7
6
|
export { ESize } from '../../_types/sizing';
|
|
8
7
|
export { EIconType } from './_typings';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,eAAe,CAAC;AAEnC,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAS,CAAC;AACjC,eAAe,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,MAAM,MAAM,eAAe,CAAC;AAEnC,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAS,CAAC;AACjC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ESize } from '../../_types/sizing';
|
|
2
2
|
import { TIconName } from './_typings';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
-
|
|
5
|
-
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
5
|
size?: ESize;
|
|
7
6
|
iconName: TIconName;
|
|
8
7
|
}>, {
|
|
9
8
|
size: ESize;
|
|
10
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<
|
|
9
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
10
|
size?: ESize;
|
|
12
11
|
iconName: TIconName;
|
|
13
12
|
}>, {
|
|
@@ -16,8 +15,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
16
15
|
size: ESize;
|
|
17
16
|
}, {}>;
|
|
18
17
|
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
19
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
-
type
|
|
24
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
25
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
26
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
27
|
} : {
|
|
@@ -25,12 +29,7 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
25
29
|
required: true;
|
|
26
30
|
};
|
|
27
31
|
};
|
|
28
|
-
type
|
|
29
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
-
default: D[K];
|
|
31
|
-
}> : P[K];
|
|
32
|
-
};
|
|
33
|
-
type __VLS_Prettify<T> = {
|
|
32
|
+
type __VLS_PrettifyLocal<T> = {
|
|
34
33
|
[K in keyof T]: T[K];
|
|
35
34
|
} & {};
|
|
36
35
|
//# sourceMappingURL=ui-icon.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/ui-icon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/ui-icon.vue"],"names":[],"mappings":";AAiCC,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;;WAKpC,KAAK;cACF,SAAS;;;;WADZ,KAAK;cACF,SAAS;;;;UADZ,KAAK;;AAwFd,wBAMG;AAKH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as UiIconWrapper } from './ui-icon-wrapper.vue';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
3
|
import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
|
|
4
|
-
|
|
5
4
|
export { UiIconWrapper };
|
|
6
5
|
export { EIconWrapperTypes, EIconWrapperSizes } from './_typings';
|
|
7
6
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAClE;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AACxC,eAAe,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/index.ts"],"names":[],"mappings":";;AAAA,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAClE;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AACxC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,27 +1,36 @@
|
|
|
1
1
|
import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
|
|
4
3
|
type TProps = {
|
|
5
4
|
kind?: EIconWrapperTypes;
|
|
6
5
|
size?: EIconWrapperSizes;
|
|
7
6
|
};
|
|
8
7
|
declare function __VLS_template(): {
|
|
9
|
-
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
10
13
|
};
|
|
11
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
|
|
12
16
|
kind: EIconWrapperTypes;
|
|
13
17
|
size: EIconWrapperSizes;
|
|
14
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<
|
|
18
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
|
|
15
19
|
kind: EIconWrapperTypes;
|
|
16
20
|
size: EIconWrapperSizes;
|
|
17
21
|
}>>>, {
|
|
18
22
|
size: EIconWrapperSizes;
|
|
19
23
|
kind: EIconWrapperTypes;
|
|
20
24
|
}, {}>;
|
|
21
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
26
|
export default _default;
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
23
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type
|
|
33
|
+
type __VLS_TypePropsToOption<T> = {
|
|
25
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
35
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
36
|
} : {
|
|
@@ -29,17 +38,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
29
38
|
required: true;
|
|
30
39
|
};
|
|
31
40
|
};
|
|
32
|
-
type __VLS_WithDefaults<P, D> = {
|
|
33
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
-
default: D[K];
|
|
35
|
-
}> : P[K];
|
|
36
|
-
};
|
|
37
|
-
type __VLS_Prettify<T> = {
|
|
38
|
-
[K in keyof T]: T[K];
|
|
39
|
-
} & {};
|
|
40
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
42
|
new (): {
|
|
42
43
|
$slots: S;
|
|
43
44
|
};
|
|
44
45
|
};
|
|
46
|
+
type __VLS_PrettifyLocal<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|
|
45
49
|
//# sourceMappingURL=ui-icon-wrapper.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-icon-wrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/ui-icon-wrapper.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-icon-wrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/ui-icon-wrapper.vue"],"names":[],"mappings":";AA8CC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAInE,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,IAAI,CAAC,EAAE,iBAAiB,CAAC;CACzB,CAAA;AAiBF,iBAAS,cAAc;;yBA6CM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;UArFZ,iBAAiB;UADjB,iBAAiB;MA4FxB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as UiInput } from './ui-input.vue';
|
|
2
2
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
3
3
|
import { EInputType, EInputKinds, EAutocomplete } from './_typings';
|
|
4
|
-
|
|
5
4
|
export { EInputType, EInputKinds, EAutocomplete } from './_typings';
|
|
6
5
|
export { UiInput };
|
|
7
6
|
/**
|
|
@@ -13,23 +12,18 @@ declare const deprecatedDefault: {
|
|
|
13
12
|
type: PropType<EInputType>;
|
|
14
13
|
default: EInputType;
|
|
15
14
|
};
|
|
16
|
-
pattern: {
|
|
17
|
-
type: PropType<string>;
|
|
18
|
-
default: undefined;
|
|
19
|
-
};
|
|
20
15
|
kind: {
|
|
21
16
|
type: PropType<EInputKinds>;
|
|
22
17
|
default: EInputKinds;
|
|
23
18
|
};
|
|
19
|
+
pattern: {
|
|
20
|
+
type: PropType<string>;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
24
23
|
disabled: {
|
|
25
24
|
type: PropType<boolean>;
|
|
26
25
|
default: boolean;
|
|
27
26
|
};
|
|
28
|
-
modelValue: {
|
|
29
|
-
type: PropType<string | number>;
|
|
30
|
-
required: true;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
27
|
name: {
|
|
34
28
|
type: PropType<string>;
|
|
35
29
|
default: undefined;
|
|
@@ -38,6 +32,11 @@ declare const deprecatedDefault: {
|
|
|
38
32
|
type: PropType<string>;
|
|
39
33
|
default: string;
|
|
40
34
|
};
|
|
35
|
+
modelValue: {
|
|
36
|
+
type: PropType<string | number>;
|
|
37
|
+
required: true;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
41
40
|
heading: {
|
|
42
41
|
type: PropType<string>;
|
|
43
42
|
default: undefined;
|
|
@@ -71,23 +70,18 @@ declare const deprecatedDefault: {
|
|
|
71
70
|
type: PropType<EInputType>;
|
|
72
71
|
default: EInputType;
|
|
73
72
|
};
|
|
74
|
-
pattern: {
|
|
75
|
-
type: PropType<string>;
|
|
76
|
-
default: undefined;
|
|
77
|
-
};
|
|
78
73
|
kind: {
|
|
79
74
|
type: PropType<EInputKinds>;
|
|
80
75
|
default: EInputKinds;
|
|
81
76
|
};
|
|
77
|
+
pattern: {
|
|
78
|
+
type: PropType<string>;
|
|
79
|
+
default: undefined;
|
|
80
|
+
};
|
|
82
81
|
disabled: {
|
|
83
82
|
type: PropType<boolean>;
|
|
84
83
|
default: boolean;
|
|
85
84
|
};
|
|
86
|
-
modelValue: {
|
|
87
|
-
type: PropType<string | number>;
|
|
88
|
-
required: true;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
85
|
name: {
|
|
92
86
|
type: PropType<string>;
|
|
93
87
|
default: undefined;
|
|
@@ -96,6 +90,11 @@ declare const deprecatedDefault: {
|
|
|
96
90
|
type: PropType<string>;
|
|
97
91
|
default: string;
|
|
98
92
|
};
|
|
93
|
+
modelValue: {
|
|
94
|
+
type: PropType<string | number>;
|
|
95
|
+
required: true;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
99
98
|
heading: {
|
|
100
99
|
type: PropType<string>;
|
|
101
100
|
default: undefined;
|
|
@@ -124,12 +123,12 @@ declare const deprecatedDefault: {
|
|
|
124
123
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
125
124
|
}, {
|
|
126
125
|
type: EInputType;
|
|
127
|
-
pattern: string;
|
|
128
126
|
kind: EInputKinds;
|
|
127
|
+
pattern: string;
|
|
129
128
|
disabled: boolean;
|
|
130
|
-
modelValue: string | number;
|
|
131
129
|
name: string;
|
|
132
130
|
placeholder: string;
|
|
131
|
+
modelValue: string | number;
|
|
133
132
|
heading: string;
|
|
134
133
|
subLabel: string;
|
|
135
134
|
maxlength: string;
|
|
@@ -148,23 +147,18 @@ declare const deprecatedDefault: {
|
|
|
148
147
|
type: PropType<EInputType>;
|
|
149
148
|
default: EInputType;
|
|
150
149
|
};
|
|
151
|
-
pattern: {
|
|
152
|
-
type: PropType<string>;
|
|
153
|
-
default: undefined;
|
|
154
|
-
};
|
|
155
150
|
kind: {
|
|
156
151
|
type: PropType<EInputKinds>;
|
|
157
152
|
default: EInputKinds;
|
|
158
153
|
};
|
|
154
|
+
pattern: {
|
|
155
|
+
type: PropType<string>;
|
|
156
|
+
default: undefined;
|
|
157
|
+
};
|
|
159
158
|
disabled: {
|
|
160
159
|
type: PropType<boolean>;
|
|
161
160
|
default: boolean;
|
|
162
161
|
};
|
|
163
|
-
modelValue: {
|
|
164
|
-
type: PropType<string | number>;
|
|
165
|
-
required: true;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
162
|
name: {
|
|
169
163
|
type: PropType<string>;
|
|
170
164
|
default: undefined;
|
|
@@ -173,6 +167,11 @@ declare const deprecatedDefault: {
|
|
|
173
167
|
type: PropType<string>;
|
|
174
168
|
default: string;
|
|
175
169
|
};
|
|
170
|
+
modelValue: {
|
|
171
|
+
type: PropType<string | number>;
|
|
172
|
+
required: true;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
176
175
|
heading: {
|
|
177
176
|
type: PropType<string>;
|
|
178
177
|
default: undefined;
|
|
@@ -201,12 +200,12 @@ declare const deprecatedDefault: {
|
|
|
201
200
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
202
201
|
}, {}, {}, {}, {}, {
|
|
203
202
|
type: EInputType;
|
|
204
|
-
pattern: string;
|
|
205
203
|
kind: EInputKinds;
|
|
204
|
+
pattern: string;
|
|
206
205
|
disabled: boolean;
|
|
207
|
-
modelValue: string | number;
|
|
208
206
|
name: string;
|
|
209
207
|
placeholder: string;
|
|
208
|
+
modelValue: string | number;
|
|
210
209
|
heading: string;
|
|
211
210
|
subLabel: string;
|
|
212
211
|
maxlength: string;
|
|
@@ -222,23 +221,18 @@ declare const deprecatedDefault: {
|
|
|
222
221
|
type: PropType<EInputType>;
|
|
223
222
|
default: EInputType;
|
|
224
223
|
};
|
|
225
|
-
pattern: {
|
|
226
|
-
type: PropType<string>;
|
|
227
|
-
default: undefined;
|
|
228
|
-
};
|
|
229
224
|
kind: {
|
|
230
225
|
type: PropType<EInputKinds>;
|
|
231
226
|
default: EInputKinds;
|
|
232
227
|
};
|
|
228
|
+
pattern: {
|
|
229
|
+
type: PropType<string>;
|
|
230
|
+
default: undefined;
|
|
231
|
+
};
|
|
233
232
|
disabled: {
|
|
234
233
|
type: PropType<boolean>;
|
|
235
234
|
default: boolean;
|
|
236
235
|
};
|
|
237
|
-
modelValue: {
|
|
238
|
-
type: PropType<string | number>;
|
|
239
|
-
required: true;
|
|
240
|
-
default: string;
|
|
241
|
-
};
|
|
242
236
|
name: {
|
|
243
237
|
type: PropType<string>;
|
|
244
238
|
default: undefined;
|
|
@@ -247,6 +241,11 @@ declare const deprecatedDefault: {
|
|
|
247
241
|
type: PropType<string>;
|
|
248
242
|
default: string;
|
|
249
243
|
};
|
|
244
|
+
modelValue: {
|
|
245
|
+
type: PropType<string | number>;
|
|
246
|
+
required: true;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
250
249
|
heading: {
|
|
251
250
|
type: PropType<string>;
|
|
252
251
|
default: undefined;
|
|
@@ -277,12 +276,12 @@ declare const deprecatedDefault: {
|
|
|
277
276
|
"update:modelValue": (...args: any[]) => void;
|
|
278
277
|
}, string, {
|
|
279
278
|
type: EInputType;
|
|
280
|
-
pattern: string;
|
|
281
279
|
kind: EInputKinds;
|
|
280
|
+
pattern: string;
|
|
282
281
|
disabled: boolean;
|
|
283
|
-
modelValue: string | number;
|
|
284
282
|
name: string;
|
|
285
283
|
placeholder: string;
|
|
284
|
+
modelValue: string | number;
|
|
286
285
|
heading: string;
|
|
287
286
|
subLabel: string;
|
|
288
287
|
maxlength: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/index.ts"],"names":[],"mappings":";;AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { EAutocomplete, EInputKinds, EInputType } from './_typings';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
|
|
4
3
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
header?(_: {}): any;
|
|
6
|
+
"prefix-icon"?(_: {}): any;
|
|
7
|
+
"postfix-icon"?(_: {}): any;
|
|
8
|
+
subLabel?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
attrs: Partial<{}>;
|
|
9
12
|
};
|
|
10
|
-
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
15
|
placeholder?: string;
|
|
12
16
|
modelValue: string | number;
|
|
13
17
|
disabled?: boolean;
|
|
@@ -37,7 +41,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
37
41
|
kind: EInputKinds;
|
|
38
42
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
39
43
|
"update:modelValue": (...args: any[]) => void;
|
|
40
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<
|
|
44
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
41
45
|
placeholder?: string;
|
|
42
46
|
modelValue: string | number;
|
|
43
47
|
disabled?: boolean;
|
|
@@ -69,12 +73,12 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
69
73
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
70
74
|
}, {
|
|
71
75
|
type: EInputType;
|
|
72
|
-
pattern: string;
|
|
73
76
|
kind: EInputKinds;
|
|
77
|
+
pattern: string;
|
|
74
78
|
disabled: boolean;
|
|
75
|
-
modelValue: string | number;
|
|
76
79
|
name: string;
|
|
77
80
|
placeholder: string;
|
|
81
|
+
modelValue: string | number;
|
|
78
82
|
heading: string;
|
|
79
83
|
subLabel: string;
|
|
80
84
|
maxlength: string;
|
|
@@ -82,10 +86,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
82
86
|
focusHandler: (e: FocusEvent) => void;
|
|
83
87
|
autocomplete: EAutocomplete;
|
|
84
88
|
}, {}>;
|
|
85
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
89
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
86
90
|
export default _default;
|
|
91
|
+
type __VLS_WithDefaults<P, D> = {
|
|
92
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
93
|
+
default: D[K];
|
|
94
|
+
}> : P[K];
|
|
95
|
+
};
|
|
87
96
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
88
|
-
type
|
|
97
|
+
type __VLS_TypePropsToOption<T> = {
|
|
89
98
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
90
99
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
91
100
|
} : {
|
|
@@ -93,17 +102,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
93
102
|
required: true;
|
|
94
103
|
};
|
|
95
104
|
};
|
|
96
|
-
type __VLS_WithDefaults<P, D> = {
|
|
97
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
98
|
-
default: D[K];
|
|
99
|
-
}> : P[K];
|
|
100
|
-
};
|
|
101
|
-
type __VLS_Prettify<T> = {
|
|
102
|
-
[K in keyof T]: T[K];
|
|
103
|
-
} & {};
|
|
104
105
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
105
106
|
new (): {
|
|
106
107
|
$slots: S;
|
|
107
108
|
};
|
|
108
109
|
};
|
|
110
|
+
type __VLS_PrettifyLocal<T> = {
|
|
111
|
+
[K in keyof T]: T[K];
|
|
112
|
+
} & {};
|
|
109
113
|
//# sourceMappingURL=ui-input.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/ui-input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/ui-input.vue"],"names":[],"mappings":";AA6HC,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkErE,iBAAS,cAAc;;wBAqFK,GAAG;+BACI,GAAG;gCACF,GAAG;0BACT,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBA9KL,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;kBAZC,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;UANN,UAAU;UAHV,WAAW;aAIR,MAAM;cALL,OAAO;UAUX,MAAM;iBAZC,MAAM;gBACR,MAAM,GAAG,MAAM;aAGjB,MAAM;cACL,MAAM;eAGL,MAAM;eACN,MAAM;kBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;kBACtB,aAAa;MA0K5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { default as UiInputRange } from './ui-input-range.vue';
|
|
2
2
|
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
|
|
4
3
|
export { UiInputRange };
|
|
5
4
|
/**
|
|
6
5
|
* @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/index.ts"],"names":[],"mappings":";AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<
|
|
2
|
+
declare const _default: DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
modelValue: number;
|
|
4
4
|
min: string | number;
|
|
5
5
|
max: string | number;
|
|
6
6
|
step: string | number;
|
|
7
7
|
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<
|
|
9
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
10
10
|
modelValue: number;
|
|
11
11
|
min: string | number;
|
|
12
12
|
max: string | number;
|
|
@@ -16,7 +16,7 @@ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
|
16
16
|
}, {}, {}>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type
|
|
19
|
+
type __VLS_TypePropsToOption<T> = {
|
|
20
20
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
21
|
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
22
|
} : {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-input-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/ui-input-range.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-input-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/ui-input-range.vue"],"names":[],"mappings":";;gBAiKc,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;gBAHT,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;AAqKvB,wBAOG;AAKH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|