@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.
@@ -15,7 +15,7 @@ export interface Props {
15
15
  }
16
16
  type __VLS_Props = Props;
17
17
  type __VLS_PublicProps = {
18
- 'modelValue': string;
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;
@@ -1,5 +1,6 @@
1
1
  export * from './date.helper';
2
2
  export * from './file.helper';
3
+ export * from './form.helper';
3
4
  export * from './location.helper';
4
5
  export * from './problem.helper';
5
6
  export * from './string.helper';
@@ -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-8bcd327f] {
626
+ }.icon[data-v-de6b30ef] {
627
627
  height: 1em;
628
628
  width: 1em;
629
629
  }
630
- .icon.datalist-icon[data-v-8bcd327f] {
630
+ .icon.datalist-icon[data-v-de6b30ef] {
631
631
  margin: 0 0.5em;
632
632
  }
633
- .icon[data-v-8bcd327f] svg {
633
+ .icon[data-v-de6b30ef] svg {
634
634
  height: 100%;
635
635
  width: 100%;
636
636
  }
637
- .icon[data-v-8bcd327f] svg * {
637
+ .icon[data-v-de6b30ef] svg * {
638
638
  fill: currentColor !important;
639
639
  }.field-between__separator[data-v-66be0ad9] {
640
640
  margin-left: 10px;