@indielayer/ui 1.7.4 → 1.8.0
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/README.md +0 -1
- package/docs/components/common/CodePreview.vue +1 -1
- package/docs/components/common/CopyButton.vue +1 -1
- package/docs/components/toolbar/ToolbarColorToggle.vue +4 -4
- package/docs/components/toolbar/ToolbarSearch.vue +1 -1
- package/docs/layouts/default.vue +2 -2
- package/docs/pages/colors.vue +1 -1
- package/docs/pages/component/alert/usage.vue +1 -1
- package/docs/pages/component/breadcrumbs/usage.vue +1 -1
- package/docs/pages/component/button/button-group.vue +1 -1
- package/docs/pages/component/button/variants.vue +1 -1
- package/docs/pages/component/drawer/usage.vue +1 -1
- package/docs/pages/component/form/usage.vue +1 -1
- package/docs/pages/component/formGroup/usage.vue +1 -1
- package/docs/pages/component/input/usage.vue +3 -2
- package/docs/pages/component/modal/composed.vue +2 -2
- package/docs/pages/component/modal/usage.vue +5 -12
- package/docs/pages/component/notifications/usage.vue +9 -9
- package/docs/pages/component/pagination/usage.vue +2 -1
- package/docs/pages/component/progress/variants.vue +8 -8
- package/docs/pages/component/radio/states.vue +6 -6
- package/docs/pages/component/radio/variants.vue +6 -6
- package/docs/pages/component/select/index.vue +5 -5
- package/docs/pages/component/select/{variants.vue → size.vue} +11 -15
- package/docs/pages/component/select/states.vue +11 -15
- package/docs/pages/component/select/usage.vue +19 -22
- package/docs/pages/component/spinner/variants.vue +1 -1
- package/docs/pages/component/table/usage.vue +1 -1
- package/docs/pages/component/tag/usage.vue +10 -18
- package/docs/pages/component/toggle/states.vue +6 -6
- package/docs/pages/component/toggle/variants.vue +6 -6
- package/docs/pages/icons.vue +36 -39
- package/docs/router/index.ts +1 -5
- package/lib/components/datepicker/Datepicker.vue.js +3 -3
- package/lib/components/drawer/Drawer.vue.js +1 -1
- package/lib/components/input/Input.vue.d.ts +3 -0
- package/lib/components/input/Input.vue.js +58 -56
- package/lib/components/menu/MenuItem.vue2.js +1 -1
- package/lib/components/modal/Modal.vue.js +1 -1
- package/lib/components/popover/Popover.vue.js +1 -1
- package/lib/components/scroll/Scroll.vue2.js +1 -1
- package/lib/components/select/Select.vue.d.ts +20 -1
- package/lib/components/select/Select.vue.js +301 -264
- package/lib/components/select/theme/Select.base.theme.js +3 -1
- package/lib/components/select/theme/Select.carbon.theme.js +3 -1
- package/lib/components/tab/Tab.vue.js +1 -1
- package/lib/components/tab/TabGroup.vue.js +2 -2
- package/lib/components/textarea/Textarea.vue.js +50 -50
- package/lib/components/tooltip/Tooltip.vue.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.umd.js +4 -4
- package/lib/node_modules/.pnpm/{@vueuse_core@10.2.0_vue@3.3.9 → @vueuse_core@10.2.0_vue@3.3.9_typescript@5.2.2_}/node_modules/@vueuse/core/index.js +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/components/input/Input.vue +14 -2
- package/src/components/select/Select.vue +64 -25
- package/src/components/select/theme/Select.base.theme.ts +5 -1
- package/src/components/select/theme/Select.carbon.theme.ts +5 -1
- package/src/components/textarea/Textarea.vue +11 -1
- package/src/version.ts +1 -1
- /package/lib/node_modules/.pnpm/{@vuepic_vue-datepicker@8.3.2_vue@3.3.9 → @vuepic_vue-datepicker@8.3.2_vue@3.3.9_typescript@5.2.2_}/node_modules/@vuepic/vue-datepicker/dist/main.css.js +0 -0
- /package/lib/node_modules/.pnpm/{@vuepic_vue-datepicker@8.3.2_vue@3.3.9 → @vuepic_vue-datepicker@8.3.2_vue@3.3.9_typescript@5.2.2_}/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +0 -0
- /package/lib/node_modules/.pnpm/{@vueuse_shared@10.2.0_vue@3.3.9 → @vueuse_shared@10.2.0_vue@3.3.9_typescript@5.2.2_}/node_modules/@vueuse/shared/index.js +0 -0
- /package/lib/node_modules/.pnpm/{floating-vue@5.2.2_vue@3.3.9 → floating-vue@5.2.2_@nuxt_kit@3.10.1_rollup@3.29.4__vue@3.3.9_typescript@5.2.2_}/node_modules/floating-vue/dist/floating-vue.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { noop as j, toValue as L, tryOnScopeDispose as k, isIOS as G, useThrottleFn as Q, isClient as N, increaseWithUnit as U, toRef as J, useDebounceFn as K } from "../../../../@vueuse_shared@10.2.0_vue@3.3.
|
|
2
|
-
import { createFilterWrapper as Oe, debounceFilter as ge, throttleFilter as Se } from "../../../../@vueuse_shared@10.2.0_vue@3.3.
|
|
1
|
+
import { noop as j, toValue as L, tryOnScopeDispose as k, isIOS as G, useThrottleFn as Q, isClient as N, increaseWithUnit as U, toRef as J, useDebounceFn as K } from "../../../../@vueuse_shared@10.2.0_vue@3.3.9_typescript@5.2.2_/node_modules/@vueuse/shared/index.js";
|
|
2
|
+
import { createFilterWrapper as Oe, debounceFilter as ge, throttleFilter as Se } from "../../../../@vueuse_shared@10.2.0_vue@3.3.9_typescript@5.2.2_/node_modules/@vueuse/shared/index.js";
|
|
3
3
|
import { watch as F, computed as g, ref as T, reactive as D, watchEffect as Z, getCurrentInstance as ee, onMounted as te } from "vue";
|
|
4
4
|
function _(e) {
|
|
5
5
|
var o;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.
|
|
1
|
+
declare const _default: "1.8.0";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -24,6 +24,7 @@ const inputProps = {
|
|
|
24
24
|
type: String,
|
|
25
25
|
default: 'text',
|
|
26
26
|
},
|
|
27
|
+
step: [Number, String],
|
|
27
28
|
block: Boolean,
|
|
28
29
|
}
|
|
29
30
|
|
|
@@ -42,7 +43,7 @@ export default {
|
|
|
42
43
|
</script>
|
|
43
44
|
|
|
44
45
|
<script setup lang="ts">
|
|
45
|
-
import { ref, type PropType, type ExtractPublicPropTypes, watch } from 'vue'
|
|
46
|
+
import { ref, type PropType, type ExtractPublicPropTypes, watch, useAttrs, computed } from 'vue'
|
|
46
47
|
import { useTheme, type ThemeComponent } from '../../composables/useTheme'
|
|
47
48
|
import { useColors } from '../../composables/useColors'
|
|
48
49
|
import { useCommon } from '../../composables/useCommon'
|
|
@@ -58,6 +59,15 @@ const props = defineProps(inputProps)
|
|
|
58
59
|
|
|
59
60
|
const emit = defineEmits(useInputtable.emits())
|
|
60
61
|
|
|
62
|
+
const attrs = useAttrs()
|
|
63
|
+
const dataAttrs = computed(() => {
|
|
64
|
+
return Object.keys(attrs).reduce((acc, key) => {
|
|
65
|
+
if (key.startsWith('data-')) acc[key] = attrs[key]
|
|
66
|
+
|
|
67
|
+
return acc
|
|
68
|
+
}, {} as Record<string, any>)
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
const elRef = ref<HTMLInputElement | null>(null)
|
|
62
72
|
const currentType = ref(props.type)
|
|
63
73
|
|
|
@@ -138,7 +148,7 @@ defineExpose({ focus, blur, reset, validate, setError })
|
|
|
138
148
|
? 'border-error-500 dark:border-error-400 focus:outline-error-500'
|
|
139
149
|
: 'focus:outline-[color:var(--x-input-border)]',
|
|
140
150
|
{
|
|
141
|
-
'!pl-10': iconLeft,
|
|
151
|
+
'!pl-10': iconLeft || icon,
|
|
142
152
|
'!pr-10': iconRight,
|
|
143
153
|
},
|
|
144
154
|
]"
|
|
@@ -147,12 +157,14 @@ defineExpose({ focus, blur, reset, validate, setError })
|
|
|
147
157
|
:max="max"
|
|
148
158
|
:minlength="minlength"
|
|
149
159
|
:maxlength="maxlength"
|
|
160
|
+
:step="step"
|
|
150
161
|
:dir="dir"
|
|
151
162
|
:name="name"
|
|
152
163
|
:placeholder="placeholder"
|
|
153
164
|
:readonly="readonly"
|
|
154
165
|
:type="currentType"
|
|
155
166
|
:value="typeof modelValue !== 'undefined' ? modelValue : ''"
|
|
167
|
+
v-bind="dataAttrs"
|
|
156
168
|
v-on="inputListeners"
|
|
157
169
|
@change="onChange"
|
|
158
170
|
/>
|
|
@@ -9,6 +9,11 @@ const selectProps = {
|
|
|
9
9
|
multiple: Boolean,
|
|
10
10
|
flat: Boolean,
|
|
11
11
|
native: Boolean,
|
|
12
|
+
filterable: Boolean,
|
|
13
|
+
filterPlaceholder: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: 'Filter by...',
|
|
16
|
+
},
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
export type SelectOption = {
|
|
@@ -19,7 +24,7 @@ export type SelectOption = {
|
|
|
19
24
|
|
|
20
25
|
export type SelectProps = ExtractPublicPropTypes<typeof selectProps>
|
|
21
26
|
|
|
22
|
-
type InternalClasses = 'wrapper' | 'box' | 'content' | 'iconWrapper' | 'icon'
|
|
27
|
+
type InternalClasses = 'wrapper' | 'box' | 'content' | 'search' | 'contentBody' | 'iconWrapper' | 'icon'
|
|
23
28
|
type InternalExtraData = { errorInternal: Ref<boolean>; }
|
|
24
29
|
export interface SelectTheme extends ThemeComponent<SelectProps, InternalClasses, InternalExtraData> {}
|
|
25
30
|
|
|
@@ -49,6 +54,7 @@ import XSpinner from '../spinner/Spinner.vue'
|
|
|
49
54
|
import XPopover from '../popover/Popover.vue'
|
|
50
55
|
import XPopoverContainer from '../popover/PopoverContainer.vue'
|
|
51
56
|
import XInputFooter from '../inputFooter/InputFooter.vue'
|
|
57
|
+
import type { XInput } from '../input'
|
|
52
58
|
|
|
53
59
|
const props = defineProps(selectProps)
|
|
54
60
|
|
|
@@ -60,6 +66,9 @@ const itemsRef = ref<InstanceType<typeof XMenuItem>[] | null>(null)
|
|
|
60
66
|
const popoverRef = ref<InstanceType<typeof XPopover> | null>(null)
|
|
61
67
|
const selectedIndex = ref<number | undefined>()
|
|
62
68
|
|
|
69
|
+
const filter = ref('')
|
|
70
|
+
const filterRef = ref<InstanceType<typeof XInput> | null>(null)
|
|
71
|
+
|
|
63
72
|
const selected = computed<any | any[]>({
|
|
64
73
|
get() {
|
|
65
74
|
if (props.multiple) {
|
|
@@ -78,40 +87,57 @@ const selected = computed<any | any[]>({
|
|
|
78
87
|
const internalOptions = computed(() => {
|
|
79
88
|
if (!props.options || props.options.length === 0) return []
|
|
80
89
|
|
|
81
|
-
return props.options
|
|
82
|
-
|
|
90
|
+
return props.options
|
|
91
|
+
.filter((option) => filter.value === '' || option.label.toLowerCase().includes(filter.value.toLowerCase()))
|
|
92
|
+
.map((option) => {
|
|
93
|
+
let isActive = false
|
|
83
94
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
95
|
+
if (props.multiple && Array.isArray(selected.value)) {
|
|
96
|
+
isActive = selected.value.includes(option.value)
|
|
97
|
+
} else {
|
|
98
|
+
isActive = option.value === selected.value
|
|
99
|
+
}
|
|
89
100
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
return {
|
|
102
|
+
value: option.value,
|
|
103
|
+
label: option.label,
|
|
104
|
+
active: isActive,
|
|
105
|
+
disabled: option.disabled,
|
|
106
|
+
iconRight: isActive ? checkIcon : undefined,
|
|
107
|
+
onClick: () => handleOptionClick(option.value),
|
|
108
|
+
}
|
|
109
|
+
})
|
|
99
110
|
})
|
|
100
111
|
|
|
101
|
-
const availableOptions = computed(() =>
|
|
112
|
+
const availableOptions = computed(() => internalOptions.value.filter((option) => !option.disabled))
|
|
102
113
|
|
|
103
114
|
const isOpen = computed(() => popoverRef.value?.isOpen)
|
|
104
115
|
|
|
116
|
+
watch(filter, (val) => {
|
|
117
|
+
if (val) {
|
|
118
|
+
selectedIndex.value = undefined
|
|
119
|
+
findSelectableIndex(-1)
|
|
120
|
+
}
|
|
121
|
+
})
|
|
122
|
+
|
|
105
123
|
watch(isOpen, (isOpenValue) => {
|
|
106
124
|
if (isOpenValue) {
|
|
107
125
|
findSelectedIndex()
|
|
108
|
-
setTimeout(() => {
|
|
109
|
-
scrollToIndex(selectedIndex.value || 0)
|
|
110
|
-
}, 50)
|
|
111
126
|
|
|
112
127
|
if (props.multiple || typeof selectedIndex.value === 'undefined') {
|
|
113
128
|
findSelectableIndex(-1)
|
|
114
129
|
}
|
|
130
|
+
|
|
131
|
+
setTimeout(() => {
|
|
132
|
+
requestAnimationFrame(() => {
|
|
133
|
+
scrollToIndex(selectedIndex.value || 0)
|
|
134
|
+
|
|
135
|
+
if (props.filterable) filterRef.value?.focus()
|
|
136
|
+
})
|
|
137
|
+
}, 50)
|
|
138
|
+
|
|
139
|
+
} else {
|
|
140
|
+
if (props.filterable) filter.value = ''
|
|
115
141
|
}
|
|
116
142
|
})
|
|
117
143
|
|
|
@@ -184,6 +210,11 @@ function handleOptionClick(value: string | number) {
|
|
|
184
210
|
} else {
|
|
185
211
|
selected.value = [value]
|
|
186
212
|
}
|
|
213
|
+
|
|
214
|
+
if (props.filterable)
|
|
215
|
+
setTimeout(() => {
|
|
216
|
+
filterRef.value?.focus()
|
|
217
|
+
})
|
|
187
218
|
} else {
|
|
188
219
|
selected.value = value
|
|
189
220
|
}
|
|
@@ -285,7 +316,9 @@ function handleKeyNavigation(e: KeyboardEvent) {
|
|
|
285
316
|
return
|
|
286
317
|
}
|
|
287
318
|
findSelectableIndex(selectedIndex.value, 'up')
|
|
288
|
-
} else if (e.code === 'Enter' || e.code === 'Space') {
|
|
319
|
+
} else if (e.code === 'Enter' || (e.code === 'Space')) {
|
|
320
|
+
if (e.code === 'Space' && props.filterable) return
|
|
321
|
+
|
|
289
322
|
e.preventDefault()
|
|
290
323
|
e.stopPropagation()
|
|
291
324
|
if (!isOpen.value) {
|
|
@@ -293,7 +326,7 @@ function handleKeyNavigation(e: KeyboardEvent) {
|
|
|
293
326
|
|
|
294
327
|
return
|
|
295
328
|
}
|
|
296
|
-
if (typeof selectedIndex.value !== 'undefined') {
|
|
329
|
+
if (typeof selectedIndex.value !== 'undefined' && internalOptions.value[selectedIndex.value]) {
|
|
297
330
|
handleOptionClick(internalOptions.value[selectedIndex.value].value)
|
|
298
331
|
if (!props.multiple) popoverRef.value?.hide()
|
|
299
332
|
}
|
|
@@ -397,7 +430,12 @@ defineExpose({ focus, blur, reset, validate, setError })
|
|
|
397
430
|
|
|
398
431
|
<template #content>
|
|
399
432
|
<x-popover-container :class="classes.content">
|
|
400
|
-
<
|
|
433
|
+
<slot name="content-header">
|
|
434
|
+
<div v-if="filterable" :class="classes.search">
|
|
435
|
+
<x-input ref="filterRef" v-model="filter" :placeholder="filterPlaceholder" size="sm"/>
|
|
436
|
+
</div>
|
|
437
|
+
</slot>
|
|
438
|
+
<div v-if="internalOptions.length > 0" :class="classes.contentBody">
|
|
401
439
|
<x-menu-item
|
|
402
440
|
v-for="(item, index) in internalOptions"
|
|
403
441
|
:key="index"
|
|
@@ -410,10 +448,11 @@ defineExpose({ focus, blur, reset, validate, setError })
|
|
|
410
448
|
filled
|
|
411
449
|
@click="() => !multiple && popoverRef?.hide()"
|
|
412
450
|
/>
|
|
413
|
-
</
|
|
451
|
+
</div>
|
|
414
452
|
<div v-else class="px-2 text-center text-secondary-400">
|
|
415
453
|
No options
|
|
416
454
|
</div>
|
|
455
|
+
<slot name="content-footer"></slot>
|
|
417
456
|
</x-popover-container>
|
|
418
457
|
</template>
|
|
419
458
|
</x-popover>
|
|
@@ -27,7 +27,11 @@ const theme: SelectTheme = {
|
|
|
27
27
|
return classes
|
|
28
28
|
},
|
|
29
29
|
|
|
30
|
-
content: 'p-1
|
|
30
|
+
content: 'p-1',
|
|
31
|
+
|
|
32
|
+
search: 'p-1 mb-0.5',
|
|
33
|
+
|
|
34
|
+
contentBody: 'overflow-y-auto max-h-64',
|
|
31
35
|
|
|
32
36
|
iconWrapper: 'pointer-events-none absolute inset-y-0 right-0 flex items-center px-2',
|
|
33
37
|
|
|
@@ -30,7 +30,11 @@ const theme: SelectTheme = {
|
|
|
30
30
|
return classes
|
|
31
31
|
},
|
|
32
32
|
|
|
33
|
-
content: '
|
|
33
|
+
content: 'p-1',
|
|
34
|
+
|
|
35
|
+
search: 'p-1 mb-0.5',
|
|
36
|
+
|
|
37
|
+
contentBody: 'overflow-y-auto max-h-64',
|
|
34
38
|
|
|
35
39
|
iconWrapper: 'pointer-events-none absolute inset-y-0 right-0 flex items-center px-2',
|
|
36
40
|
|
|
@@ -38,7 +38,7 @@ export default {
|
|
|
38
38
|
</script>
|
|
39
39
|
|
|
40
40
|
<script setup lang="ts">
|
|
41
|
-
import { ref, watch, type ExtractPublicPropTypes, type Ref } from 'vue'
|
|
41
|
+
import { ref, watch, type ExtractPublicPropTypes, type Ref, useAttrs, computed } from 'vue'
|
|
42
42
|
import { useResizeObserver, useEventListener } from '@vueuse/core'
|
|
43
43
|
import { useCSS } from '../../composables/useCSS'
|
|
44
44
|
import { useTheme, type ThemeComponent } from '../../composables/useTheme'
|
|
@@ -54,6 +54,15 @@ const props = defineProps(textareaProps)
|
|
|
54
54
|
|
|
55
55
|
const emit = defineEmits(useInputtable.emits())
|
|
56
56
|
|
|
57
|
+
const attrs = useAttrs()
|
|
58
|
+
const dataAttrs = computed(() => {
|
|
59
|
+
return Object.keys(attrs).reduce((acc, key) => {
|
|
60
|
+
if (key.startsWith('data-')) acc[key] = attrs[key]
|
|
61
|
+
|
|
62
|
+
return acc
|
|
63
|
+
}, {} as Record<string, any>)
|
|
64
|
+
})
|
|
65
|
+
|
|
57
66
|
const elRef = ref<HTMLTextAreaElement | null>(null)
|
|
58
67
|
|
|
59
68
|
useResizeObserver(elRef, resize)
|
|
@@ -139,6 +148,7 @@ defineExpose({ focus, blur, reset, validate, setError })
|
|
|
139
148
|
:placeholder="placeholder"
|
|
140
149
|
:readonly="readonly"
|
|
141
150
|
:value="typeof modelValue !== 'undefined' ? String(modelValue) : ''"
|
|
151
|
+
v-bind="dataAttrs"
|
|
142
152
|
v-on="inputListeners"
|
|
143
153
|
@keydown.enter="onEnter"
|
|
144
154
|
@input="onInput"
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '1.
|
|
1
|
+
export default '1.8.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|