@aziontech/webkit 0.0.1
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/package.json +46 -0
- package/src/core/field-auto-complete/field-auto-complete.vue +121 -0
- package/src/core/field-auto-complete/field-auto-complete.vue.d.ts +107 -0
- package/src/core/field-auto-complete/field-auto-complete.vue.d.ts.map +1 -0
- package/src/core/field-auto-complete/package.json +11 -0
- package/src/core/field-checkbox-block/field-checkbox-block.vue +106 -0
- package/src/core/field-checkbox-block/field-checkbox-block.vue.d.ts +111 -0
- package/src/core/field-checkbox-block/field-checkbox-block.vue.d.ts.map +1 -0
- package/src/core/field-checkbox-block/package.json +11 -0
- package/src/core/field-dropdown/field-dropdown.vue +240 -0
- package/src/core/field-dropdown/field-dropdown.vue.d.ts +203 -0
- package/src/core/field-dropdown/field-dropdown.vue.d.ts.map +1 -0
- package/src/core/field-dropdown/package.json +11 -0
- package/src/core/field-dropdown-icon/field-dropdown-icon.vue +129 -0
- package/src/core/field-dropdown-icon/field-dropdown-icon.vue.d.ts +111 -0
- package/src/core/field-dropdown-icon/field-dropdown-icon.vue.d.ts.map +1 -0
- package/src/core/field-dropdown-icon/package.json +11 -0
- package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue +631 -0
- package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts +196 -0
- package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts.map +1 -0
- package/src/core/field-dropdown-lazy-loader/package.json +11 -0
- package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue +426 -0
- package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts +158 -0
- package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts.map +1 -0
- package/src/core/field-dropdown-lazy-loader-dynamic/package.json +11 -0
- package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue +527 -0
- package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts +203 -0
- package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts.map +1 -0
- package/src/core/field-dropdown-lazy-loader-with-filter/package.json +11 -0
- package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue +439 -0
- package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts +162 -0
- package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts.map +1 -0
- package/src/core/field-dropdown-multi-select-lazy-loader/package.json +11 -0
- package/src/core/field-group-checkbox/field-group-checkbox.vue +102 -0
- package/src/core/field-group-checkbox/field-group-checkbox.vue.d.ts +87 -0
- package/src/core/field-group-checkbox/field-group-checkbox.vue.d.ts.map +1 -0
- package/src/core/field-group-checkbox/package.json +11 -0
- package/src/core/field-group-radio/field-group-radio.vue +149 -0
- package/src/core/field-group-radio/field-group-radio.vue.d.ts +99 -0
- package/src/core/field-group-radio/field-group-radio.vue.d.ts.map +1 -0
- package/src/core/field-group-radio/package.json +11 -0
- package/src/core/field-group-switch/field-group-switch.vue +121 -0
- package/src/core/field-group-switch/field-group-switch.vue.d.ts +87 -0
- package/src/core/field-group-switch/field-group-switch.vue.d.ts.map +1 -0
- package/src/core/field-group-switch/package.json +11 -0
- package/src/core/field-input-group/field-input-group.vue +111 -0
- package/src/core/field-input-group/field-input-group.vue.d.ts +87 -0
- package/src/core/field-input-group/field-input-group.vue.d.ts.map +1 -0
- package/src/core/field-input-group/package.json +11 -0
- package/src/core/field-multi-select/field-multi-select.vue +167 -0
- package/src/core/field-multi-select/field-multi-select.vue.d.ts +136 -0
- package/src/core/field-multi-select/field-multi-select.vue.d.ts.map +1 -0
- package/src/core/field-multi-select/package.json +11 -0
- package/src/core/field-number/field-number.vue +144 -0
- package/src/core/field-number/field-number.vue.d.ts +132 -0
- package/src/core/field-number/field-number.vue.d.ts.map +1 -0
- package/src/core/field-number/package.json +11 -0
- package/src/core/field-phone-number/field-phone-number.vue +151 -0
- package/src/core/field-phone-number/field-phone-number.vue.d.ts +76 -0
- package/src/core/field-phone-number/field-phone-number.vue.d.ts.map +1 -0
- package/src/core/field-phone-number/package.json +11 -0
- package/src/core/field-phone-number-country/field-phone-number-country.vue +60 -0
- package/src/core/field-phone-number-country/field-phone-number-country.vue.d.ts +18 -0
- package/src/core/field-phone-number-country/field-phone-number-country.vue.d.ts.map +1 -0
- package/src/core/field-phone-number-country/package.json +11 -0
- package/src/core/field-pick-list/field-pick-list.vue +285 -0
- package/src/core/field-pick-list/field-pick-list.vue.d.ts +43 -0
- package/src/core/field-pick-list/field-pick-list.vue.d.ts.map +1 -0
- package/src/core/field-pick-list/package.json +11 -0
- package/src/core/field-radio-block/field-radio-block.vue +108 -0
- package/src/core/field-radio-block/field-radio-block.vue.d.ts +115 -0
- package/src/core/field-radio-block/field-radio-block.vue.d.ts.map +1 -0
- package/src/core/field-radio-block/package.json +11 -0
- package/src/core/field-switch/field-switch.vue +41 -0
- package/src/core/field-switch/field-switch.vue.d.ts +33 -0
- package/src/core/field-switch/field-switch.vue.d.ts.map +1 -0
- package/src/core/field-switch/package.json +11 -0
- package/src/core/field-switch-block/field-switch-block.vue +123 -0
- package/src/core/field-switch-block/field-switch-block.vue.d.ts +123 -0
- package/src/core/field-switch-block/field-switch-block.vue.d.ts.map +1 -0
- package/src/core/field-switch-block/package.json +11 -0
- package/src/core/field-text/field-text.vue +128 -0
- package/src/core/field-text/field-text.vue.d.ts +108 -0
- package/src/core/field-text/field-text.vue.d.ts.map +1 -0
- package/src/core/field-text/package.json +11 -0
- package/src/core/field-text-area/field-text-area.vue +178 -0
- package/src/core/field-text-area/field-text-area.vue.d.ts +142 -0
- package/src/core/field-text-area/field-text-area.vue.d.ts.map +1 -0
- package/src/core/field-text-area/package.json +11 -0
- package/src/core/field-text-icon/field-text-icon.vue +127 -0
- package/src/core/field-text-icon/field-text-icon.vue.d.ts +100 -0
- package/src/core/field-text-icon/field-text-icon.vue.d.ts.map +1 -0
- package/src/core/field-text-icon/package.json +11 -0
- package/src/core/field-text-password/field-text-password.vue +127 -0
- package/src/core/field-text-password/field-text-password.vue.d.ts +108 -0
- package/src/core/field-text-password/field-text-password.vue.d.ts.map +1 -0
- package/src/core/field-text-password/package.json +11 -0
- package/src/core/label/label.vue +35 -0
- package/src/core/label/label.vue.d.ts +24 -0
- package/src/core/label/label.vue.d.ts.map +1 -0
- package/src/core/label/package.json +11 -0
- package/src/core/selector-block/package.json +11 -0
- package/src/core/selector-block/selector-block.vue +128 -0
- package/src/core/selector-block/selector-block.vue.d.ts +99 -0
- package/src/core/selector-block/selector-block.vue.d.ts.map +1 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
value: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
class: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
name: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
label: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
placeholder: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
description: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
disabled: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
readonly: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
sensitive: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
aditionalError: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
}>, {
|
|
48
|
+
inputPasswordRef: import("vue").Ref<null, null>;
|
|
49
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
50
|
+
input: (...args: any[]) => void;
|
|
51
|
+
blur: (...args: any[]) => void;
|
|
52
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
value: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
class: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
};
|
|
60
|
+
name: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
label: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
placeholder: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
description: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
disabled: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
readonly: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
sensitive: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
aditionalError: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{
|
|
93
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
}>, {
|
|
96
|
+
value: string;
|
|
97
|
+
label: string;
|
|
98
|
+
placeholder: string;
|
|
99
|
+
description: string;
|
|
100
|
+
disabled: boolean;
|
|
101
|
+
readonly: boolean;
|
|
102
|
+
aditionalError: string;
|
|
103
|
+
sensitive: boolean;
|
|
104
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
105
|
+
type __VLS_Slots = {
|
|
106
|
+
description?: ((props: {}) => any) | undefined;
|
|
107
|
+
};
|
|
108
|
+
//# sourceMappingURL=field-text-password.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-text-password.vue.d.ts","sourceRoot":"","sources":["field-text-password.vue"],"names":[],"mappings":"wBAgYqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA/CzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA4CG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
defineOptions({ name: 'label-block' })
|
|
3
|
+
|
|
4
|
+
// const props = defineProps<{
|
|
5
|
+
// label: string
|
|
6
|
+
// isRequired?: boolean
|
|
7
|
+
// }>()
|
|
8
|
+
|
|
9
|
+
const props = defineProps({
|
|
10
|
+
label: {
|
|
11
|
+
type: String,
|
|
12
|
+
required: true
|
|
13
|
+
},
|
|
14
|
+
isRequired: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
default: false
|
|
17
|
+
}
|
|
18
|
+
})
|
|
19
|
+
</script>
|
|
20
|
+
|
|
21
|
+
<template>
|
|
22
|
+
<label
|
|
23
|
+
v-bind="$attrs"
|
|
24
|
+
class="text-color text-base font-medium leading-5 flex gap-1 align-items-center"
|
|
25
|
+
>
|
|
26
|
+
{{ props.label }}
|
|
27
|
+
<div
|
|
28
|
+
v-if="props.isRequired"
|
|
29
|
+
class="text-sm text-orange-500 flex gap-1"
|
|
30
|
+
>
|
|
31
|
+
*
|
|
32
|
+
<span class="text-[0.625rem] text-color-secondary">(Required)</span>
|
|
33
|
+
</div>
|
|
34
|
+
</label>
|
|
35
|
+
</template>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
label: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
isRequired: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
label: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
isRequired: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
22
|
+
isRequired: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
//# sourceMappingURL=label.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.vue.d.ts","sourceRoot":"","sources":["label.vue"],"names":[],"mappings":"wBA8GqB,OAAO,YAAY;;AAZxC;;;;;;;;;;;;;;;;;;;;6EAWG"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Card from 'primevue/card'
|
|
3
|
+
import { computed, useSlots } from 'vue'
|
|
4
|
+
|
|
5
|
+
defineOptions({ name: 'SelectorBlock' })
|
|
6
|
+
|
|
7
|
+
const props = defineProps({
|
|
8
|
+
title: {
|
|
9
|
+
type: String
|
|
10
|
+
},
|
|
11
|
+
subtitle: {
|
|
12
|
+
type: String
|
|
13
|
+
},
|
|
14
|
+
description: {
|
|
15
|
+
type: String
|
|
16
|
+
},
|
|
17
|
+
disabled: {
|
|
18
|
+
type: Boolean,
|
|
19
|
+
default: false
|
|
20
|
+
},
|
|
21
|
+
auto: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: false
|
|
24
|
+
},
|
|
25
|
+
isCard: {
|
|
26
|
+
type: Boolean,
|
|
27
|
+
default: true
|
|
28
|
+
},
|
|
29
|
+
hideSelector: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
default: false
|
|
32
|
+
},
|
|
33
|
+
selected: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: false
|
|
36
|
+
},
|
|
37
|
+
nameId: {
|
|
38
|
+
type: String,
|
|
39
|
+
required: true
|
|
40
|
+
},
|
|
41
|
+
inputClass: {
|
|
42
|
+
type: String
|
|
43
|
+
},
|
|
44
|
+
rootClass: {
|
|
45
|
+
type: String
|
|
46
|
+
}
|
|
47
|
+
})
|
|
48
|
+
const slots = useSlots()
|
|
49
|
+
|
|
50
|
+
const check = computed(() => props.selected)
|
|
51
|
+
|
|
52
|
+
const stopPropagation = (event) => {
|
|
53
|
+
event.preventDefault()
|
|
54
|
+
event.stopPropagation()
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const styleClass = computed(() => {
|
|
58
|
+
const disabled = props.disabled && props.hideSelector ? 'p-disabled' : ''
|
|
59
|
+
|
|
60
|
+
return `${disabled} ${props.inputClass}`
|
|
61
|
+
})
|
|
62
|
+
|
|
63
|
+
const classStateRootItem = computed(() => ({
|
|
64
|
+
'p-4': props.isCard,
|
|
65
|
+
'p-2': !props.isCard
|
|
66
|
+
}))
|
|
67
|
+
|
|
68
|
+
const classStateRoot = computed(() => ({
|
|
69
|
+
'shadow-none': !props.isCard,
|
|
70
|
+
'w-fit': props.auto,
|
|
71
|
+
'border-transparent': !check.value,
|
|
72
|
+
'border-orange-500': check.value,
|
|
73
|
+
'border-orange-500/[.32]': props.disabled && check.value,
|
|
74
|
+
'border rounded-md': props.isCard
|
|
75
|
+
}))
|
|
76
|
+
</script>
|
|
77
|
+
|
|
78
|
+
<template>
|
|
79
|
+
<Card
|
|
80
|
+
:pt="{
|
|
81
|
+
root: { class: ['select-none', classStateRoot, rootClass] }
|
|
82
|
+
}"
|
|
83
|
+
>
|
|
84
|
+
<template #content>
|
|
85
|
+
<label
|
|
86
|
+
class="flex gap-3 cursor-pointer"
|
|
87
|
+
:class="classStateRootItem"
|
|
88
|
+
:for="props.nameId"
|
|
89
|
+
>
|
|
90
|
+
<div v-show="!hideSelector">
|
|
91
|
+
<slot name="selector" />
|
|
92
|
+
</div>
|
|
93
|
+
<div :class="styleClass">
|
|
94
|
+
<div class="flex gap-3 text-base items-center font-medium">
|
|
95
|
+
<span
|
|
96
|
+
v-if="!props.isCard"
|
|
97
|
+
class="text-color font-medium leading-5"
|
|
98
|
+
>
|
|
99
|
+
{{ props.title }}
|
|
100
|
+
</span>
|
|
101
|
+
<span v-else>
|
|
102
|
+
{{ props.title }}
|
|
103
|
+
</span>
|
|
104
|
+
</div>
|
|
105
|
+
<div
|
|
106
|
+
class="text-sm font-normal text-color-secondary"
|
|
107
|
+
v-if="props.subtitle"
|
|
108
|
+
>
|
|
109
|
+
{{ props.subtitle }}
|
|
110
|
+
</div>
|
|
111
|
+
<p
|
|
112
|
+
class="py-3 text-sm font-normal text-color-secondary"
|
|
113
|
+
v-if="props.description"
|
|
114
|
+
>
|
|
115
|
+
{{ props.description }}
|
|
116
|
+
</p>
|
|
117
|
+
<div
|
|
118
|
+
@click="stopPropagation"
|
|
119
|
+
v-if="slots.footer"
|
|
120
|
+
class="w-full"
|
|
121
|
+
>
|
|
122
|
+
<slot name="footer" />
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</label>
|
|
126
|
+
</template>
|
|
127
|
+
</Card>
|
|
128
|
+
</template>
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
title: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
subtitle: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
description: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
disabled: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
auto: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
isCard: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
hideSelector: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
selected: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
nameId: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
inputClass: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
};
|
|
44
|
+
rootClass: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
};
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
title: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
};
|
|
51
|
+
subtitle: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
};
|
|
54
|
+
description: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
};
|
|
57
|
+
disabled: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
auto: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
isCard: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
hideSelector: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
selected: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
nameId: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
inputClass: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
};
|
|
84
|
+
rootClass: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
};
|
|
87
|
+
}>> & Readonly<{}>, {
|
|
88
|
+
disabled: boolean;
|
|
89
|
+
auto: boolean;
|
|
90
|
+
isCard: boolean;
|
|
91
|
+
hideSelector: boolean;
|
|
92
|
+
selected: boolean;
|
|
93
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
|
+
type __VLS_Slots = {
|
|
95
|
+
selector?: ((props: {}) => any) | undefined;
|
|
96
|
+
} & {
|
|
97
|
+
footer?: ((props: {}) => any) | undefined;
|
|
98
|
+
};
|
|
99
|
+
//# sourceMappingURL=selector-block.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selector-block.vue.d.ts","sourceRoot":"","sources":["selector-block.vue"],"names":[],"mappings":"wBAkXqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA7CzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA0CG"}
|