@ouestfrance/sipa-bms-ui 8.1.0 → 8.1.2
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/dist/components/form/BmsAutocomplete.vue.d.ts +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/sipa-bms-ui.css +4 -4
- package/dist/sipa-bms-ui.es.js +3738 -3460
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +3737 -3458
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +17 -17
- package/src/components/form/BmsAutocomplete.vue +0 -1
- package/src/helpers/index.ts +1 -0
- package/src/showroom/pages/forms.vue +2 -1
|
@@ -15,7 +15,7 @@ export interface Props {
|
|
|
15
15
|
}
|
|
16
16
|
type __VLS_Props = Props;
|
|
17
17
|
type __VLS_PublicProps = {
|
|
18
|
-
'modelValue'
|
|
18
|
+
'modelValue'?: string;
|
|
19
19
|
} & __VLS_Props;
|
|
20
20
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
21
|
select: (option: InputOption) => any;
|
package/dist/helpers/index.d.ts
CHANGED
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -623,18 +623,18 @@ ul li[data-v-4f63af62]:hover, ul li.selected[data-v-4f63af62] {
|
|
|
623
623
|
height: 1em;
|
|
624
624
|
width: 1em;
|
|
625
625
|
cursor: pointer;
|
|
626
|
-
}.icon[data-v-
|
|
626
|
+
}.icon[data-v-de6b30ef] {
|
|
627
627
|
height: 1em;
|
|
628
628
|
width: 1em;
|
|
629
629
|
}
|
|
630
|
-
.icon.datalist-icon[data-v-
|
|
630
|
+
.icon.datalist-icon[data-v-de6b30ef] {
|
|
631
631
|
margin: 0 0.5em;
|
|
632
632
|
}
|
|
633
|
-
.icon[data-v-
|
|
633
|
+
.icon[data-v-de6b30ef] svg {
|
|
634
634
|
height: 100%;
|
|
635
635
|
width: 100%;
|
|
636
636
|
}
|
|
637
|
-
.icon[data-v-
|
|
637
|
+
.icon[data-v-de6b30ef] svg * {
|
|
638
638
|
fill: currentColor !important;
|
|
639
639
|
}.field-between__separator[data-v-66be0ad9] {
|
|
640
640
|
margin-left: 10px;
|