@ldmjs/ui 1.0.0-dev-19 → 1.0.0-dev-20
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 +1 -1
- package/dist/css/index.css +6 -4
- package/dist/index.js +792 -197
- package/dist/multiselect.js +1 -1
- package/dist/scss/_inputs.scss +1 -1
- package/dist/scss/_multiselect.scss +1 -1
- package/dist/types/options.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -263,7 +263,7 @@ const items = [
|
|
|
263
263
|
:option-hint="optionHint"
|
|
264
264
|
input-hint="Select Box Hint"
|
|
265
265
|
>
|
|
266
|
-
<template #tag="{ item, onRemove }">
|
|
266
|
+
<template #tag="{ item, onRemove, canRemove }">
|
|
267
267
|
tag template
|
|
268
268
|
</template>
|
|
269
269
|
<template #option="{ item, isSelected }">
|
package/dist/css/index.css
CHANGED
|
@@ -12,15 +12,17 @@
|
|
|
12
12
|
|
|
13
13
|
.v-toolbar[data-v-79e04ede]{position:relative;background-color:var(--white);box-shadow:var(--shadow-1);z-index:1}.toolbar-wrapper[data-v-79e04ede]{display:grid;width:100%;height:100%;padding:0 12px}.toolbar-wrapper[data-v-79e04ede]:not(.--preview){grid-template-columns:100%;grid-template-rows:var(--input-height);row-gap:4px}.toolbar-wrapper.--preview[data-v-79e04ede]{grid-template-columns:1fr}.toolbar-inner[data-v-79e04ede]{display:grid;grid-template-rows:100%;grid-template-columns:1fr max-content;column-gap:8px}.toolbar-caption[data-v-79e04ede]{--left: calc(var(--input-height) + 8px);display:flex;align-items:center;position:absolute;height:100%;width:calc(100% - var(--left));top:0;left:var(--left)}
|
|
14
14
|
|
|
15
|
-
.ld-select-list-box[data-v-
|
|
15
|
+
.ld-select-list-box[data-v-f07bf04a]{display:flex;min-width:100%;max-width:100%;width:100%}.ld-select-list-box .select-list-box-validate[data-v-f07bf04a]{overflow:hidden;height:20px}.ld-select-list-box .select-list-box-loading[data-v-f07bf04a]{position:absolute;left:0;bottom:0;width:calc(100% - var(--input-height));height:3px;overflow:hidden;background-color:var(--grey-l-5)}.ld-select-list-box .select-list-box-loading[data-v-f07bf04a]:before{content:'';display:block;position:absolute;top:0;left:0;width:25%;height:100%;background-color:var(--primary);animation:loading-f07bf04a 1.4s linear;animation-iteration-count:infinite}@keyframes loading-f07bf04a{from{transform:translateX(-300%)}to{transform:translateX(500%)}}[data-v-f07bf04a] .ld-select-list-box.column{flex-flow:column}[data-v-f07bf04a] .ld-select-list-box.column .multiselect__tags-wrap{flex-flow:wrap;align-items:normal}
|
|
16
16
|
|
|
17
17
|
.ld-checkbox{display:flex;align-items:center;height:var(--input-height);font-size:var(--font-size);cursor:pointer}.ld-checkbox input[type='checkbox']+.v-icon{display:block;width:12px !important;height:12px !important;font-size:10px !important;background-color:var(--white);color:transparent;border:1px solid var(--grey-l-5)}.ld-checkbox input[type='checkbox']:checked+.v-icon{background-color:var(--primary-l-2);color:var(--white);font-size:10px;font-weight:bold}.ld-checkbox input[type='checkbox']:disabled+.v-icon{background-color:var(--grey-l-3)}.checkbox-label{word-wrap:break-word;max-width:100%;color:var(--label) !important}.checkbox-label--disabled{color:var(--grey-l-3) !important}
|
|
18
18
|
|
|
19
|
-
.ld-radiobutton[data-v-
|
|
19
|
+
.ld-radiobutton[data-v-2d8a7abd]{display:flex;align-items:center;font-size:var(--font-size)}
|
|
20
20
|
|
|
21
|
-
.ld-ragiogroup .validate[data-v-
|
|
21
|
+
.ld-ragiogroup .validate[data-v-1c1e9efc]{overflow:hidden;height:20px}.ld-ragiogroup--row[data-v-1c1e9efc] .ld-radiobutton:not(:first-child){margin-left:8px}
|
|
22
22
|
|
|
23
23
|
.ld-textarea[data-v-515ad14b]{display:flex;min-width:100%;max-width:100%;width:100%}[data-v-515ad14b] .none-resizable textarea{resize:none}
|
|
24
24
|
|
|
25
|
-
.ld-select[data-v-
|
|
25
|
+
.ld-select[data-v-f3fdbf56]{position:relative;min-width:100%}.ld-select[data-v-f3fdbf56] .v-field__append-inner{display:none}.ld-select[data-v-f3fdbf56] .v-select:before{display:block;position:absolute;right:20px;top:calc(var(--input-height) / 2);margin-top:-2px;color:var(--grey);border-style:solid;border-width:5px 5px 0;border-color:var(--grey) transparent transparent;transition:transform 0.2s ease;content:'';z-index:1}.ld-select[data-v-f3fdbf56] .v-select--active-menu:before{transform:rotate(180deg)}input[type='checkbox']+.v-icon[data-v-f3fdbf56]{display:block;width:12px !important;height:12px !important;font-size:10px !important;background-color:var(--white);color:transparent;border:1px solid var(--grey-l-5)}input[type='checkbox']:checked+.v-icon[data-v-f3fdbf56]{background-color:var(--primary-l-2);color:var(--white);font-size:10px;font-weight:bold}.v-list-item--density-compact.v-list-item--one-line[data-v-f3fdbf56]{min-height:var(--input-height)}.v-list-item--density-compact.v-list-item--one-line[data-v-f3fdbf56] .v-list-item__content{display:flex;flex-wrap:nowrap}.v-list-item--density-compact.v-list-item--one-line[data-v-f3fdbf56] .v-list-item__content .v-list-item-title{font-size:var(--font-size)}
|
|
26
|
+
|
|
27
|
+
.ld-combobox[data-v-7bbbdbd8]{display:flex;min-width:100%;max-width:100%;width:100%}.ld-combobox .combobox-validate[data-v-7bbbdbd8]{overflow:hidden;height:20px}.ld-combobox .combobox-loading[data-v-7bbbdbd8]{position:absolute;left:0;bottom:0;width:calc(100% - var(--input-height));height:3px;overflow:hidden;background-color:var(--grey-l-5)}.ld-combobox .combobox-loading[data-v-7bbbdbd8]:before{content:'';display:block;position:absolute;top:0;left:0;width:25%;height:100%;background-color:var(--primary);animation:loading-7bbbdbd8 1.4s linear;animation-iteration-count:infinite}@keyframes loading-7bbbdbd8{from{transform:translateX(-300%)}to{transform:translateX(500%)}}
|
|
26
28
|
|