@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.
Files changed (105) hide show
  1. package/package.json +46 -0
  2. package/src/core/field-auto-complete/field-auto-complete.vue +121 -0
  3. package/src/core/field-auto-complete/field-auto-complete.vue.d.ts +107 -0
  4. package/src/core/field-auto-complete/field-auto-complete.vue.d.ts.map +1 -0
  5. package/src/core/field-auto-complete/package.json +11 -0
  6. package/src/core/field-checkbox-block/field-checkbox-block.vue +106 -0
  7. package/src/core/field-checkbox-block/field-checkbox-block.vue.d.ts +111 -0
  8. package/src/core/field-checkbox-block/field-checkbox-block.vue.d.ts.map +1 -0
  9. package/src/core/field-checkbox-block/package.json +11 -0
  10. package/src/core/field-dropdown/field-dropdown.vue +240 -0
  11. package/src/core/field-dropdown/field-dropdown.vue.d.ts +203 -0
  12. package/src/core/field-dropdown/field-dropdown.vue.d.ts.map +1 -0
  13. package/src/core/field-dropdown/package.json +11 -0
  14. package/src/core/field-dropdown-icon/field-dropdown-icon.vue +129 -0
  15. package/src/core/field-dropdown-icon/field-dropdown-icon.vue.d.ts +111 -0
  16. package/src/core/field-dropdown-icon/field-dropdown-icon.vue.d.ts.map +1 -0
  17. package/src/core/field-dropdown-icon/package.json +11 -0
  18. package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue +631 -0
  19. package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts +196 -0
  20. package/src/core/field-dropdown-lazy-loader/field-dropdown-lazy-loader.vue.d.ts.map +1 -0
  21. package/src/core/field-dropdown-lazy-loader/package.json +11 -0
  22. package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue +426 -0
  23. package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts +158 -0
  24. package/src/core/field-dropdown-lazy-loader-dynamic/field-dropdown-lazy-loader-dynamic.vue.d.ts.map +1 -0
  25. package/src/core/field-dropdown-lazy-loader-dynamic/package.json +11 -0
  26. package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue +527 -0
  27. package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts +203 -0
  28. package/src/core/field-dropdown-lazy-loader-with-filter/field-dropdown-lazy-loader-with-filter.vue.d.ts.map +1 -0
  29. package/src/core/field-dropdown-lazy-loader-with-filter/package.json +11 -0
  30. package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue +439 -0
  31. package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts +162 -0
  32. package/src/core/field-dropdown-multi-select-lazy-loader/field-dropdown-multi-select-lazy-loader.vue.d.ts.map +1 -0
  33. package/src/core/field-dropdown-multi-select-lazy-loader/package.json +11 -0
  34. package/src/core/field-group-checkbox/field-group-checkbox.vue +102 -0
  35. package/src/core/field-group-checkbox/field-group-checkbox.vue.d.ts +87 -0
  36. package/src/core/field-group-checkbox/field-group-checkbox.vue.d.ts.map +1 -0
  37. package/src/core/field-group-checkbox/package.json +11 -0
  38. package/src/core/field-group-radio/field-group-radio.vue +149 -0
  39. package/src/core/field-group-radio/field-group-radio.vue.d.ts +99 -0
  40. package/src/core/field-group-radio/field-group-radio.vue.d.ts.map +1 -0
  41. package/src/core/field-group-radio/package.json +11 -0
  42. package/src/core/field-group-switch/field-group-switch.vue +121 -0
  43. package/src/core/field-group-switch/field-group-switch.vue.d.ts +87 -0
  44. package/src/core/field-group-switch/field-group-switch.vue.d.ts.map +1 -0
  45. package/src/core/field-group-switch/package.json +11 -0
  46. package/src/core/field-input-group/field-input-group.vue +111 -0
  47. package/src/core/field-input-group/field-input-group.vue.d.ts +87 -0
  48. package/src/core/field-input-group/field-input-group.vue.d.ts.map +1 -0
  49. package/src/core/field-input-group/package.json +11 -0
  50. package/src/core/field-multi-select/field-multi-select.vue +167 -0
  51. package/src/core/field-multi-select/field-multi-select.vue.d.ts +136 -0
  52. package/src/core/field-multi-select/field-multi-select.vue.d.ts.map +1 -0
  53. package/src/core/field-multi-select/package.json +11 -0
  54. package/src/core/field-number/field-number.vue +144 -0
  55. package/src/core/field-number/field-number.vue.d.ts +132 -0
  56. package/src/core/field-number/field-number.vue.d.ts.map +1 -0
  57. package/src/core/field-number/package.json +11 -0
  58. package/src/core/field-phone-number/field-phone-number.vue +151 -0
  59. package/src/core/field-phone-number/field-phone-number.vue.d.ts +76 -0
  60. package/src/core/field-phone-number/field-phone-number.vue.d.ts.map +1 -0
  61. package/src/core/field-phone-number/package.json +11 -0
  62. package/src/core/field-phone-number-country/field-phone-number-country.vue +60 -0
  63. package/src/core/field-phone-number-country/field-phone-number-country.vue.d.ts +18 -0
  64. package/src/core/field-phone-number-country/field-phone-number-country.vue.d.ts.map +1 -0
  65. package/src/core/field-phone-number-country/package.json +11 -0
  66. package/src/core/field-pick-list/field-pick-list.vue +285 -0
  67. package/src/core/field-pick-list/field-pick-list.vue.d.ts +43 -0
  68. package/src/core/field-pick-list/field-pick-list.vue.d.ts.map +1 -0
  69. package/src/core/field-pick-list/package.json +11 -0
  70. package/src/core/field-radio-block/field-radio-block.vue +108 -0
  71. package/src/core/field-radio-block/field-radio-block.vue.d.ts +115 -0
  72. package/src/core/field-radio-block/field-radio-block.vue.d.ts.map +1 -0
  73. package/src/core/field-radio-block/package.json +11 -0
  74. package/src/core/field-switch/field-switch.vue +41 -0
  75. package/src/core/field-switch/field-switch.vue.d.ts +33 -0
  76. package/src/core/field-switch/field-switch.vue.d.ts.map +1 -0
  77. package/src/core/field-switch/package.json +11 -0
  78. package/src/core/field-switch-block/field-switch-block.vue +123 -0
  79. package/src/core/field-switch-block/field-switch-block.vue.d.ts +123 -0
  80. package/src/core/field-switch-block/field-switch-block.vue.d.ts.map +1 -0
  81. package/src/core/field-switch-block/package.json +11 -0
  82. package/src/core/field-text/field-text.vue +128 -0
  83. package/src/core/field-text/field-text.vue.d.ts +108 -0
  84. package/src/core/field-text/field-text.vue.d.ts.map +1 -0
  85. package/src/core/field-text/package.json +11 -0
  86. package/src/core/field-text-area/field-text-area.vue +178 -0
  87. package/src/core/field-text-area/field-text-area.vue.d.ts +142 -0
  88. package/src/core/field-text-area/field-text-area.vue.d.ts.map +1 -0
  89. package/src/core/field-text-area/package.json +11 -0
  90. package/src/core/field-text-icon/field-text-icon.vue +127 -0
  91. package/src/core/field-text-icon/field-text-icon.vue.d.ts +100 -0
  92. package/src/core/field-text-icon/field-text-icon.vue.d.ts.map +1 -0
  93. package/src/core/field-text-icon/package.json +11 -0
  94. package/src/core/field-text-password/field-text-password.vue +127 -0
  95. package/src/core/field-text-password/field-text-password.vue.d.ts +108 -0
  96. package/src/core/field-text-password/field-text-password.vue.d.ts.map +1 -0
  97. package/src/core/field-text-password/package.json +11 -0
  98. package/src/core/label/label.vue +35 -0
  99. package/src/core/label/label.vue.d.ts +24 -0
  100. package/src/core/label/label.vue.d.ts.map +1 -0
  101. package/src/core/label/package.json +11 -0
  102. package/src/core/selector-block/package.json +11 -0
  103. package/src/core/selector-block/selector-block.vue +128 -0
  104. package/src/core/selector-block/selector-block.vue.d.ts +99 -0
  105. package/src/core/selector-block/selector-block.vue.d.ts.map +1 -0
@@ -0,0 +1,41 @@
1
+ <script setup>
2
+ import { useField } from 'vee-validate'
3
+ import { toRef } from 'vue'
4
+ import InputSwitch from 'primevue/inputswitch'
5
+
6
+ const props = defineProps({
7
+ name: {
8
+ type: String,
9
+ required: true
10
+ },
11
+ label: {
12
+ type: String,
13
+ default: ''
14
+ },
15
+ description: {
16
+ type: String,
17
+ default: ''
18
+ }
19
+ })
20
+
21
+ const inputName = toRef(props.name)
22
+ const { value: inputValue } = useField(inputName)
23
+ </script>
24
+ <template>
25
+ <InputSwitch
26
+ v-model="inputValue"
27
+ :inputId="inputName"
28
+ />
29
+ <label
30
+ :for="inputName"
31
+ class="flex flex-col text-base items-start gap-1"
32
+ >
33
+ <span class="text-color font-normal leading-5">{{ props.label }} </span>
34
+ <span
35
+ v-if="props.description"
36
+ class="text-sm text-color-secondary font-normal leading-5"
37
+ >
38
+ {{ props.description }}
39
+ </span>
40
+ </label>
41
+ </template>
@@ -0,0 +1,33 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ name: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ label: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ description: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ name: {
18
+ type: StringConstructor;
19
+ required: true;
20
+ };
21
+ label: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ description: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}>, {
30
+ label: string;
31
+ description: string;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
+ //# sourceMappingURL=field-switch.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-switch.vue.d.ts","sourceRoot":"","sources":["field-switch.vue"],"names":[],"mappings":"wBA4IqB,OAAO,YAAY;;AAhBxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAeG"}
@@ -0,0 +1,11 @@
1
+ {
2
+ "main": "./field-switch.vue",
3
+ "module": "./field-switch.vue",
4
+ "types": "./field-switch.vue.d.ts",
5
+ "browser": {
6
+ "./sfc": "./field-switch.vue"
7
+ },
8
+ "sideEffects": [
9
+ "*.vue"
10
+ ]
11
+ }
@@ -0,0 +1,123 @@
1
+ <template>
2
+ <SelectorBlock
3
+ v-bind="props"
4
+ :selected="checked"
5
+ :nameId="props.name"
6
+ @change="changeState"
7
+ :inputClass="props.selectorClass"
8
+ :rootClass="rootClass"
9
+ :data-testid="customTestId.selector"
10
+ >
11
+ <template #selector>
12
+ <InputSwitch
13
+ :disabled="disabled"
14
+ :inputId="props.name"
15
+ :name="props.name"
16
+ @change="stopPropagation"
17
+ v-model="inputValue"
18
+ :readonly="readonly"
19
+ :data-testid="customTestId.switch"
20
+ />
21
+ </template>
22
+ <template #footer>
23
+ <slot name="footer" />
24
+ </template>
25
+ </SelectorBlock>
26
+ </template>
27
+
28
+ <script setup>
29
+ import InputSwitch from 'primevue/inputswitch'
30
+ import SelectorBlock from '../selector-block'
31
+
32
+ import { useField } from 'vee-validate'
33
+ import { toRefs, useAttrs, computed } from 'vue'
34
+
35
+ defineOptions({ name: 'FieldSwitchBlock' })
36
+
37
+ const props = defineProps({
38
+ title: {
39
+ type: String
40
+ },
41
+ isLabel: {
42
+ type: Boolean,
43
+ default: false
44
+ },
45
+ subtitle: {
46
+ type: String
47
+ },
48
+ description: {
49
+ type: String
50
+ },
51
+ disabled: {
52
+ type: Boolean,
53
+ default: false
54
+ },
55
+ auto: {
56
+ type: Boolean,
57
+ default: false
58
+ },
59
+ isCard: {
60
+ type: Boolean,
61
+ default: true
62
+ },
63
+ hideSelector: {
64
+ type: Boolean,
65
+ default: false
66
+ },
67
+ nameField: {
68
+ type: String,
69
+ required: true
70
+ },
71
+ name: {
72
+ type: String,
73
+ required: true
74
+ },
75
+ value: {
76
+ type: Boolean
77
+ },
78
+ readonly: {
79
+ type: Boolean
80
+ },
81
+ selectorClass: {
82
+ type: String
83
+ },
84
+ rootClass: {
85
+ type: String
86
+ }
87
+ })
88
+
89
+ const { nameField } = toRefs(props)
90
+ const emit = defineEmits(['onSwitchChange'])
91
+
92
+ const attrs = useAttrs()
93
+
94
+ const customTestId = computed(() => {
95
+ const id = attrs['data-testid'] || 'field-switch'
96
+
97
+ return {
98
+ selector: `${id}__selector`,
99
+ switch: `${id}__switch`
100
+ }
101
+ })
102
+
103
+ const {
104
+ value: inputValue,
105
+ checked,
106
+ handleChange
107
+ } = useField(nameField, undefined, {
108
+ type: 'checkbox',
109
+ checkedValue: true,
110
+ uncheckedValue: false
111
+ })
112
+
113
+ const stopPropagation = (event) => {
114
+ event.preventDefault()
115
+ event.stopPropagation()
116
+ emit('onSwitchChange', inputValue.value)
117
+ }
118
+
119
+ const changeState = (event) => {
120
+ stopPropagation(event)
121
+ handleChange(!inputValue.value)
122
+ }
123
+ </script>
@@ -0,0 +1,123 @@
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
+ isLabel: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ subtitle: {
16
+ type: StringConstructor;
17
+ };
18
+ description: {
19
+ type: StringConstructor;
20
+ };
21
+ disabled: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ auto: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ isCard: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ hideSelector: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ nameField: {
38
+ type: StringConstructor;
39
+ required: true;
40
+ };
41
+ name: {
42
+ type: StringConstructor;
43
+ required: true;
44
+ };
45
+ value: {
46
+ type: BooleanConstructor;
47
+ };
48
+ readonly: {
49
+ type: BooleanConstructor;
50
+ };
51
+ selectorClass: {
52
+ type: StringConstructor;
53
+ };
54
+ rootClass: {
55
+ type: StringConstructor;
56
+ };
57
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
+ onSwitchChange: (...args: any[]) => void;
59
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
+ title: {
61
+ type: StringConstructor;
62
+ };
63
+ isLabel: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ subtitle: {
68
+ type: StringConstructor;
69
+ };
70
+ description: {
71
+ type: StringConstructor;
72
+ };
73
+ disabled: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ auto: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ isCard: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ hideSelector: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ nameField: {
90
+ type: StringConstructor;
91
+ required: true;
92
+ };
93
+ name: {
94
+ type: StringConstructor;
95
+ required: true;
96
+ };
97
+ value: {
98
+ type: BooleanConstructor;
99
+ };
100
+ readonly: {
101
+ type: BooleanConstructor;
102
+ };
103
+ selectorClass: {
104
+ type: StringConstructor;
105
+ };
106
+ rootClass: {
107
+ type: StringConstructor;
108
+ };
109
+ }>> & Readonly<{
110
+ onOnSwitchChange?: ((...args: any[]) => any) | undefined;
111
+ }>, {
112
+ value: boolean;
113
+ disabled: boolean;
114
+ readonly: boolean;
115
+ isLabel: boolean;
116
+ auto: boolean;
117
+ isCard: boolean;
118
+ hideSelector: boolean;
119
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
120
+ type __VLS_Slots = {
121
+ footer?: ((props: {}) => any) | undefined;
122
+ };
123
+ //# sourceMappingURL=field-switch-block.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-switch-block.vue.d.ts","sourceRoot":"","sources":["field-switch-block.vue"],"names":[],"mappings":"wBA4XqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAxDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqDG"}
@@ -0,0 +1,11 @@
1
+ {
2
+ "main": "./field-switch-block.vue",
3
+ "module": "./field-switch-block.vue",
4
+ "types": "./field-switch-block.vue.d.ts",
5
+ "browser": {
6
+ "./sfc": "./field-switch-block.vue"
7
+ },
8
+ "sideEffects": [
9
+ "*.vue"
10
+ ]
11
+ }
@@ -0,0 +1,128 @@
1
+ <script setup>
2
+ import { computed, ref, toRef, useAttrs, useSlots } from 'vue'
3
+ import { useField } from 'vee-validate'
4
+ import InputText from 'primevue/inputtext'
5
+ import LabelBlock from '../label'
6
+
7
+ const emit = defineEmits(['blur', 'input'])
8
+ const props = defineProps({
9
+ value: {
10
+ type: String,
11
+ default: ''
12
+ },
13
+ class: {
14
+ type: String
15
+ },
16
+ name: {
17
+ type: String,
18
+ required: true
19
+ },
20
+ label: {
21
+ type: String,
22
+ default: ''
23
+ },
24
+ placeholder: {
25
+ type: String,
26
+ default: ''
27
+ },
28
+ description: {
29
+ type: String,
30
+ default: ''
31
+ },
32
+ disabled: {
33
+ type: Boolean,
34
+ default: false
35
+ },
36
+ readonly: {
37
+ type: Boolean,
38
+ default: false
39
+ },
40
+ sensitive: {
41
+ type: Boolean,
42
+ default: false
43
+ },
44
+ aditionalError: {
45
+ type: String,
46
+ default: ''
47
+ }
48
+ })
49
+ const inputRef = ref(null)
50
+ const name = toRef(props, 'name')
51
+ const slots = useSlots()
52
+ const attrs = useAttrs()
53
+ const hasDescriptionSlot = !!slots.description
54
+
55
+ const customTestId = computed(() => {
56
+ const id = attrs['data-testid'] || 'field-text'
57
+
58
+ return {
59
+ label: `${id}__label`,
60
+ input: `${id}__input`,
61
+ description: `${id}__description`,
62
+ error: `${id}__error-message`
63
+ }
64
+ })
65
+
66
+ const {
67
+ value: inputValue,
68
+ errorMessage: veeValidateErrorMessage,
69
+ handleBlur,
70
+ handleChange
71
+ } = useField(name, undefined, {
72
+ initialValue: props.value
73
+ })
74
+
75
+ const onBlur = (event) => {
76
+ handleBlur(event)
77
+ emit('blur', event)
78
+ }
79
+
80
+ const onChange = (event) => {
81
+ handleChange(event)
82
+ emit('input', event.target.value)
83
+ }
84
+
85
+ defineExpose({ inputRef })
86
+ </script>
87
+
88
+ <template>
89
+ <LabelBlock
90
+ v-if="props.label"
91
+ :for="props.name"
92
+ :data-testid="customTestId.label"
93
+ :label="props.label"
94
+ :isRequired="attrs.required"
95
+ />
96
+ <InputText
97
+ v-bind="sensitive ? { 'data-sentry-mask': '' } : {}"
98
+ v-model="inputValue"
99
+ ref="inputRef"
100
+ type="text"
101
+ :data-testid="customTestId.input"
102
+ :id="name"
103
+ :name="name"
104
+ :readonly="readonly"
105
+ :disabled="disabled"
106
+ :placeholder="props.placeholder"
107
+ :class="[{ 'p-invalid': aditionalError || veeValidateErrorMessage }, props.class]"
108
+ @input="onChange"
109
+ @keypress.enter.prevent
110
+ @blur="onBlur"
111
+ />
112
+ <small
113
+ v-if="aditionalError || veeValidateErrorMessage"
114
+ class="p-error text-xs font-normal leading-tight"
115
+ :data-testid="customTestId.error"
116
+ >
117
+ {{ aditionalError || veeValidateErrorMessage }}
118
+ </small>
119
+ <small
120
+ v-if="props.description || hasDescriptionSlot"
121
+ class="text-xs text-color-secondary font-normal leading-5"
122
+ :data-testid="customTestId.description"
123
+ >
124
+ <slot name="description">
125
+ {{ props.description }}
126
+ </slot>
127
+ </small>
128
+ </template>
@@ -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
+ inputRef: 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.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-text.vue.d.ts","sourceRoot":"","sources":["field-text.vue"],"names":[],"mappings":"wBAsYqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA/CzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA4CG"}
@@ -0,0 +1,11 @@
1
+ {
2
+ "main": "./field-text.vue",
3
+ "module": "./field-text.vue",
4
+ "types": "./field-text.vue.d.ts",
5
+ "browser": {
6
+ "./sfc": "./field-text.vue"
7
+ },
8
+ "sideEffects": [
9
+ "*.vue"
10
+ ]
11
+ }