@ouestfrance/sipa-bms-ui 8.48.0 → 8.48.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.
@@ -1593,12 +1593,12 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
1593
1593
  line-height: 1;
1594
1594
  width: 100%;
1595
1595
  height: 100%;
1596
- }.select-wrapper[data-v-374cfaec] {
1596
+ }.select-wrapper[data-v-7df0bce4] {
1597
1597
  --field-border-color: light-dark(var(--bms-grey-50), var(--bms-grey-140));
1598
1598
  --field-border-color-active: var(--bms-main-100);
1599
1599
  --input-background-color: var(--bms-white);
1600
1600
  }
1601
- .select-wrapper .field__input-label[data-v-374cfaec] {
1601
+ .select-wrapper .field__input-label[data-v-7df0bce4] {
1602
1602
  display: block;
1603
1603
  color: var(--bms-grey-50);
1604
1604
  font-size: 12px;
@@ -1606,7 +1606,7 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
1606
1606
  margin-top: 6px;
1607
1607
  margin-bottom: 4px;
1608
1608
  }
1609
- .select-wrapper .select-input[data-v-374cfaec] {
1609
+ .select-wrapper .select-input[data-v-7df0bce4] {
1610
1610
  width: 100%;
1611
1611
  padding: 0 0 0 var(--field-padding);
1612
1612
  border-radius: var(--bms-border-radius);
@@ -1617,16 +1617,19 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
1617
1617
  align-items: center;
1618
1618
  justify-content: space-between;
1619
1619
  }
1620
- .select-wrapper .select-input .field__input-icon[data-v-374cfaec] {
1620
+ .select-wrapper .select-input.has-icon[data-v-7df0bce4] {
1621
+ gap: 5px;
1622
+ }
1623
+ .select-wrapper .select-input .field__input-icon[data-v-7df0bce4] {
1621
1624
  display: flex;
1622
1625
  }
1623
- .select-wrapper .select-input .field__input-icon--start[data-v-374cfaec] {
1626
+ .select-wrapper .select-input .field__input-icon--start[data-v-7df0bce4] {
1624
1627
  margin-right: 0.5em;
1625
1628
  }
1626
- .select-wrapper .select-input .field__input-icon--end[data-v-374cfaec] {
1629
+ .select-wrapper .select-input .field__input-icon--end[data-v-7df0bce4] {
1627
1630
  margin-left: 0.5em;
1628
1631
  }
1629
- .select-wrapper .select-input input[data-v-374cfaec] {
1632
+ .select-wrapper .select-input input[data-v-7df0bce4] {
1630
1633
  border: none;
1631
1634
  background-color: transparent;
1632
1635
  flex-grow: 1;
@@ -1642,59 +1645,59 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
1642
1645
  width: 100%;
1643
1646
  height: 100%;
1644
1647
  }
1645
- .select-wrapper .select-input__tags[data-v-374cfaec] {
1648
+ .select-wrapper .select-input__tags[data-v-7df0bce4] {
1646
1649
  display: flex;
1647
1650
  gap: 0.5em;
1648
1651
  padding: var(--field-margin);
1649
1652
  flex-wrap: wrap;
1650
1653
  }
1651
- .select-wrapper .select-input__tags[data-v-374cfaec]:not(:empty) {
1654
+ .select-wrapper .select-input__tags[data-v-7df0bce4]:not(:empty) {
1652
1655
  margin-right: 0.5em;
1653
1656
  }
1654
- .select-wrapper .select-input[data-v-374cfaec]:hover {
1657
+ .select-wrapper .select-input[data-v-7df0bce4]:hover {
1655
1658
  --field-border-color: var(--bms-grey-100);
1656
1659
  }
1657
- .select-wrapper .select-input[data-v-374cfaec]:has(input:focus) {
1660
+ .select-wrapper .select-input[data-v-7df0bce4]:has(input:focus) {
1658
1661
  --field-border-color: var(--field-border-color-active);
1659
1662
  }
1660
- .select-wrapper .select-input.is-error[data-v-374cfaec] {
1663
+ .select-wrapper .select-input.is-error[data-v-7df0bce4] {
1661
1664
  --field-border-color: var(--bms-red-100);
1662
1665
  --input-background-color: var(--bms-red-25);
1663
1666
  }
1664
- .select-wrapper .select-input.is-disabled[data-v-374cfaec] {
1667
+ .select-wrapper .select-input.is-disabled[data-v-7df0bce4] {
1665
1668
  --field-border-color: var(--bms-field-disabled-border-color);
1666
1669
  --input-background-color: var(--bms-field-disabled-background);
1667
1670
  color: var(--bms-field-disabled-text-color);
1668
1671
  pointer-events: none;
1669
1672
  }
1670
- .select-wrapper .select-input.is-disabled input[data-v-374cfaec]:disabled {
1673
+ .select-wrapper .select-input.is-disabled input[data-v-7df0bce4]:disabled {
1671
1674
  opacity: 1;
1672
1675
  -webkit-text-fill-color: currentColor;
1673
1676
  }
1674
- .select-wrapper .icon-container[data-v-374cfaec] {
1677
+ .select-wrapper .icon-container[data-v-7df0bce4] {
1675
1678
  height: 100%;
1676
1679
  display: flex;
1677
1680
  align-items: center;
1678
1681
  }
1679
- .select-wrapper .icon-container[data-v-374cfaec]:hover {
1682
+ .select-wrapper .icon-container[data-v-7df0bce4]:hover {
1680
1683
  cursor: pointer;
1681
1684
  }
1682
- .select-wrapper .icon-button[data-v-374cfaec] {
1685
+ .select-wrapper .icon-button[data-v-7df0bce4] {
1683
1686
  width: 1em;
1684
1687
  margin: 0 var(--field-padding);
1685
1688
  display: block;
1686
1689
  }
1687
- .combobox-option[data-v-374cfaec] {
1690
+ .combobox-option[data-v-7df0bce4] {
1688
1691
  display: flex;
1689
1692
  align-items: center;
1690
1693
  gap: 0.5em;
1691
1694
  }
1692
- .combobox-option__check[data-v-374cfaec] {
1695
+ .combobox-option__check[data-v-7df0bce4] {
1693
1696
  width: 1em;
1694
1697
  display: flex;
1695
1698
  justify-content: center;
1696
1699
  }
1697
- .combobox-option--select-all[data-v-374cfaec] {
1700
+ .combobox-option--select-all[data-v-7df0bce4] {
1698
1701
  font-weight: 600;
1699
1702
  width: 100%;
1700
1703
  }.field__input textarea[data-v-6d84521c] {
@@ -3208,7 +3211,7 @@ nav .additional[data-v-43dce565] {
3208
3211
  }
3209
3212
  .bms-notification[data-v-5f510323] .bms-notification__close-button:hover {
3210
3213
  color: var(--notification-background-color);
3211
- }.bms-notifications[data-v-b20e6fa0] {
3214
+ }.bms-notifications[data-v-49da2f38] {
3212
3215
  --bms-notifications-width: 360px;
3213
3216
  --bms-notifications-margin: 1em 0 0;
3214
3217
  --bms-notifications-left: initial;
@@ -3227,22 +3230,22 @@ nav .additional[data-v-43dce565] {
3227
3230
  max-width: var(--bms-notifications-width);
3228
3231
  z-index: var(--bms-z-index-fixed);
3229
3232
  }
3230
- .bms-notifications__item[data-v-b20e6fa0]:not(:first-child) {
3233
+ .bms-notifications__item[data-v-49da2f38]:not(:first-child) {
3231
3234
  margin: var(--bms-notifications-margin);
3232
3235
  }
3233
- .bms-notifactions-transition-move[data-v-b20e6fa0],
3234
- .bms-notifactions-transition-enter-active[data-v-b20e6fa0],
3235
- .bms-notifactions-transition-leave-active[data-v-b20e6fa0] {
3236
+ .bms-notifactions-transition-move[data-v-49da2f38],
3237
+ .bms-notifactions-transition-enter-active[data-v-49da2f38],
3238
+ .bms-notifactions-transition-leave-active[data-v-49da2f38] {
3236
3239
  transition: all var(--bms-notifications-transition-duration) var(--bms-notifications-transition-timing-function);
3237
3240
  }
3238
- .bms-notifactions-transition-enter-from[data-v-b20e6fa0],
3239
- .bms-notifactions-transition-leave-to[data-v-b20e6fa0] {
3241
+ .bms-notifactions-transition-enter-from[data-v-49da2f38],
3242
+ .bms-notifactions-transition-leave-to[data-v-49da2f38] {
3240
3243
  opacity: 0;
3241
3244
  }
3242
- .bms-notifactions-transition-enter-from[data-v-b20e6fa0] {
3245
+ .bms-notifactions-transition-enter-from[data-v-49da2f38] {
3243
3246
  transform: translateX(var(--bms-notifications-enter-translate));
3244
3247
  }
3245
- .bms-notifactions-transition-leave-active[data-v-b20e6fa0] {
3248
+ .bms-notifactions-transition-leave-active[data-v-49da2f38] {
3246
3249
  position: absolute;
3247
3250
  }.ui-problem[data-v-411b2e2a] {
3248
3251
  position: relative;
@@ -101544,7 +101544,8 @@ var BmsCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
101544
101544
  });
101545
101545
  const classes = computed(() => ({
101546
101546
  "is-error": props.errors?.length,
101547
- "is-disabled": props.disabled
101547
+ "is-disabled": props.disabled,
101548
+ "has-icon": !props.multiple && !!singleSelectedItem.value?.icon
101548
101549
  }));
101549
101550
  watch(searching, (newSearch) => {
101550
101551
  if (props.request) debouncedLoadData(newSearch);
@@ -101809,7 +101810,7 @@ var BmsCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
101809
101810
  }, 16)]);
101810
101811
  };
101811
101812
  }
101812
- }), [["__scopeId", "data-v-374cfaec"]]);
101813
+ }), [["__scopeId", "data-v-7df0bce4"]]);
101813
101814
  //#endregion
101814
101815
  //#region src/components/form/BmsTextArea.vue?vue&type=script&setup=true&lang.ts
101815
101816
  var _hoisted_1$42 = [
@@ -114784,15 +114785,12 @@ var NotificationWidget_default = /*#__PURE__*/ _plugin_vue_export_helper_default
114784
114785
  onClose: closeDetails,
114785
114786
  priority: ""
114786
114787
  }, {
114787
- default: withCtx(() => [unref(isProblem)(openNotification.value?.details) ? (openBlock(), createBlock(unref(BmsProblem_default), {
114788
- key: 0,
114789
- problem: openNotification.value?.details
114790
- }, null, 8, ["problem"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(openNotification.value?.details), 1)], 64))]),
114788
+ default: withCtx(() => [createVNode(unref(BmsProblem_default), { problem: openNotification.value?.details }, null, 8, ["problem"])]),
114791
114789
  _: 1
114792
114790
  }, 8, ["model-value", "type"])], 64);
114793
114791
  };
114794
114792
  }
114795
- }), [["__scopeId", "data-v-b20e6fa0"]]);
114793
+ }), [["__scopeId", "data-v-49da2f38"]]);
114796
114794
  //#endregion
114797
114795
  //#region src/plugins/notifications/index.ts
114798
114796
  var BmsNotificationsInstance = Symbol();