@ouestfrance/sipa-bms-ui 8.5.1 → 8.5.3

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.
@@ -7,7 +7,7 @@
7
7
  * - Please do NOT modify this file.
8
8
  */
9
9
 
10
- const PACKAGE_VERSION = '2.11.0'
10
+ const PACKAGE_VERSION = '2.11.1'
11
11
  const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
12
12
  const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
13
13
  const activeClientIds = new Set()
@@ -848,24 +848,24 @@ input[type=checkbox][data-v-e1d94c62]:checked::before {
848
848
  width: 100%;
849
849
  overflow: auto;
850
850
  border-radius: 4px;
851
- }.file-upload[data-v-b49de497] {
851
+ }.file-upload[data-v-0c91cbf5] {
852
852
  --drop-color: var(--bms-grey-10);
853
853
  --drop-border: 1px dashed var(--bms-grey-50);
854
854
  }
855
- .file-upload[data-v-b49de497] .field__wrapper {
855
+ .file-upload[data-v-0c91cbf5] .field__wrapper {
856
856
  width: 100%;
857
857
  min-width: 0;
858
858
  }
859
- .file-upload .is-disabled[data-v-b49de497] {
859
+ .file-upload .is-disabled[data-v-0c91cbf5] {
860
860
  --drop-color: var(--bms-grey-25);
861
861
  --drop-border: 1px solid var(--bms-grey-25);
862
862
  color: var(--bms-grey-75);
863
863
  }
864
- .file-upload .is-error[data-v-b49de497] {
864
+ .file-upload .is-error[data-v-0c91cbf5] {
865
865
  --drop-color: var(--bms-red-25);
866
866
  --drop-border: 1px solid var(--bms-red-100);
867
867
  }
868
- .file-upload__drop-area[data-v-b49de497] {
868
+ .file-upload__drop-area[data-v-0c91cbf5] {
869
869
  display: block;
870
870
  padding: calc(4 * var(--field-padding)) var(--field-padding);
871
871
  text-align: center;
@@ -874,15 +874,15 @@ input[type=checkbox][data-v-e1d94c62]:checked::before {
874
874
  background: var(--drop-color);
875
875
  cursor: pointer;
876
876
  }
877
- .file-upload__drop-area[data-v-b49de497]:active, .file-upload__drop-area__active[data-v-b49de497] {
877
+ .file-upload__drop-area[data-v-0c91cbf5]:active, .file-upload__drop-area__active[data-v-0c91cbf5] {
878
878
  --drop-color: transparent;
879
879
  --drop-border: 1px solid var(--bms-main-100);
880
880
  }
881
- .file-upload__drop-area[data-v-b49de497]:hover, .file-upload__drop-area__hover[data-v-b49de497] {
881
+ .file-upload__drop-area[data-v-0c91cbf5]:hover, .file-upload__drop-area__hover[data-v-0c91cbf5] {
882
882
  --drop-color: var(--bms-main-10);
883
883
  --drop-border: 1px dashed var(--bms-grey-100);
884
884
  }
885
- .file-upload__drop-area input[type=file][data-v-b49de497] {
885
+ .file-upload__drop-area input[type=file][data-v-0c91cbf5] {
886
886
  opacity: 0;
887
887
  position: absolute;
888
888
  pointer-events: none;
@@ -890,19 +890,18 @@ input[type=checkbox][data-v-e1d94c62]:checked::before {
890
890
  width: 0;
891
891
  height: 0;
892
892
  }
893
- .file-upload__drop-area.is-active[data-v-b49de497] {
893
+ .file-upload__drop-area.is-active[data-v-0c91cbf5] {
894
894
  --drop-color: var(--bms-main-25);
895
895
  }
896
- .file-upload__drop-area.wide[data-v-b49de497] {
896
+ .file-upload__drop-area.wide[data-v-0c91cbf5] {
897
897
  width: 100%;
898
898
  }
899
- .file-upload__file-list[data-v-b49de497] {
899
+ .file-upload__file-list[data-v-0c91cbf5] {
900
900
  display: flex;
901
901
  width: 100%;
902
902
  gap: 1em;
903
- margin: 1em 0;
904
903
  }
905
- .file-upload__file[data-v-b49de497] {
904
+ .file-upload__file[data-v-0c91cbf5] {
906
905
  display: flex;
907
906
  align-items: center;
908
907
  justify-content: center;
@@ -913,21 +912,21 @@ input[type=checkbox][data-v-e1d94c62]:checked::before {
913
912
  background: var(--bms-grey-10);
914
913
  position: relative;
915
914
  }
916
- .file-upload__file.wide[data-v-b49de497] {
915
+ .file-upload__file.wide[data-v-0c91cbf5] {
917
916
  width: 100%;
918
917
  height: 300px;
919
918
  }
920
- .file-upload__file-img[data-v-b49de497] {
919
+ .file-upload__file-img[data-v-0c91cbf5] {
921
920
  max-width: 100%;
922
921
  max-height: 100%;
923
922
  }
924
- .file-upload__file-name[data-v-b49de497] {
923
+ .file-upload__file-name[data-v-0c91cbf5] {
925
924
  overflow: hidden;
926
925
  white-space: nowrap;
927
926
  text-overflow: ellipsis;
928
927
  flex: 1 1 auto;
929
928
  }
930
- .file-upload__file[data-v-b49de497] .close-button {
929
+ .file-upload__file[data-v-0c91cbf5] .close-button {
931
930
  position: absolute;
932
931
  top: 0;
933
932
  right: 0;
@@ -1323,7 +1322,6 @@ input[type=radio][data-v-cb26402d]:checked::before {
1323
1322
  border-radius: var(--bms-border-radius-large);
1324
1323
  position: relative;
1325
1324
  overflow: hidden;
1326
- --card-content-border-radius: var(--bms-border-radius-large);
1327
1325
  }
1328
1326
  .card.card--information[data-v-cff3f84d] {
1329
1327
  --summary-card-color: white;
@@ -1341,6 +1339,9 @@ input[type=radio][data-v-cb26402d]:checked::before {
1341
1339
  --summary-card-color: white;
1342
1340
  --summary-card-background-color: var(--bms-danger-color);
1343
1341
  }
1342
+ .card[data-v-cff3f84d] {
1343
+ --card-content-border-radius: var(--bms-border-radius-large);
1344
+ }
1344
1345
  .card .hasAction[data-v-cff3f84d] {
1345
1346
  --card-content-border-radius: var(--bms-border-radius-large)
1346
1347
  var(--bms-border-radius-large) 0 0;
@@ -2276,6 +2277,11 @@ nav .additional[data-v-731a6d8c] {
2276
2277
  .bms-table .blob[data-v-9cbfc981] {
2277
2278
  visibility: hidden;
2278
2279
  --table-blob-height: 80px;
2280
+ }
2281
+ .bms-table .blob.dense[data-v-9cbfc981] {
2282
+ --table-blob-height: 50px;
2283
+ }
2284
+ .bms-table .blob[data-v-9cbfc981] {
2279
2285
  width: 200px;
2280
2286
  height: var(--table-blob-height);
2281
2287
  background-color: var(--bms-main-50);
@@ -2284,9 +2290,6 @@ nav .additional[data-v-731a6d8c] {
2284
2290
  z-index: -5;
2285
2291
  filter: blur(20px);
2286
2292
  }
2287
- .bms-table .blob.dense[data-v-9cbfc981] {
2288
- --table-blob-height: 50px;
2289
- }
2290
2293
  [data-v-9cbfc981] table {
2291
2294
  padding: 0 var(--dynamic-border-height);
2292
2295
  }
@@ -2382,10 +2385,12 @@ nav .additional[data-v-731a6d8c] {
2382
2385
  }
2383
2386
  .filters__inputs .input[data-v-58f3ef61] {
2384
2387
  width: 25%;
2385
- padding-right: 32px;
2386
2388
  }
2387
2389
  .filters__inputs .input.large[data-v-58f3ef61] {
2388
2390
  width: 50%;
2391
+ }
2392
+ .filters__inputs .input[data-v-58f3ef61] {
2393
+ padding-right: 32px;
2389
2394
  }.table-search[data-v-1a3ad3f2] {
2390
2395
  width: 260px;
2391
2396
  }.table-search[data-v-f2f86c8c] {
@@ -38518,8 +38518,8 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
38518
38518
  default: withCtx(() => [
38519
38519
  createVNode(unref(Trash2))
38520
38520
  ]),
38521
- _: 2
38522
- }, 1032, ["onClick"])
38521
+ _: 1
38522
+ }, 8, ["onClick"])
38523
38523
  ]);
38524
38524
  }), 128)) : createCommentVNode("", true)
38525
38525
  ]))
@@ -67778,8 +67778,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
67778
67778
  default: withCtx(() => [
67779
67779
  createVNode(unref(CircleX))
67780
67780
  ]),
67781
- _: 2
67782
- }, 1032, ["mode", "onClick"])
67781
+ _: 1
67782
+ }, 8, ["mode", "onClick"])
67783
67783
  ], 2);
67784
67784
  }), 128))
67785
67785
  ], 2)) : createCommentVNode("", true)
@@ -67790,7 +67790,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
67790
67790
  }
67791
67791
  });
67792
67792
 
67793
- const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-b49de497"]]);
67793
+ const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-0c91cbf5"]]);
67794
67794
 
67795
67795
  const _sfc_main$U = /* @__PURE__ */ defineComponent({
67796
67796
  __name: "BmsInputNumber",
@@ -90372,8 +90372,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
90372
90372
  default: withCtx(() => [
90373
90373
  createVNode(unref(Trash))
90374
90374
  ]),
90375
- _: 2
90376
- }, 1032, ["mode", "onClick"])
90375
+ _: 1
90376
+ }, 8, ["mode", "onClick"])
90377
90377
  ], 40, _hoisted_1$g),
90378
90378
  createElementVNode("div", {
90379
90379
  class: "separator",
@@ -101503,6 +101503,7 @@ const notifications = {
101503
101503
  }
101504
101504
  });
101505
101505
  app.component("bms-notifications", NotificationWidget);
101506
+ app.component("BmsNotifications", NotificationWidget);
101506
101507
  }
101507
101508
  };
101508
101509
  function useNotifications() {
@@ -101946,6 +101947,7 @@ const featureFlipperPlugin = {
101946
101947
  install: (app, initialFeatures) => {
101947
101948
  const { initFeatures } = useFeatureFlipper();
101948
101949
  initFeatures(initialFeatures);
101950
+ app.component("BmsFeatureFlipper", _sfc_main$1);
101949
101951
  app.component("bms-feature-flipper", _sfc_main$1);
101950
101952
  }
101951
101953
  };
@@ -102110,6 +102112,7 @@ const field = {
102110
102112
  }
102111
102113
  });
102112
102114
  app.component("field", _sfc_main);
102115
+ app.component("Field", _sfc_main);
102113
102116
  }
102114
102117
  };
102115
102118
 
@@ -104126,11 +104129,13 @@ const confirmPlugin = {
104126
104129
  });
104127
104130
  }
104128
104131
  );
104129
- app.component("bms-confirm", {
104132
+ const confirm = {
104130
104133
  render() {
104131
104134
  return h$1("div", { id: "confirm" });
104132
104135
  }
104133
- });
104136
+ };
104137
+ app.component("BmsConfirm", confirm);
104138
+ app.component("bms-confirm", confirm);
104134
104139
  }
104135
104140
  };
104136
104141
  function useConfirm() {
@@ -104162,7 +104167,7 @@ const createRuntimeEnv = (env) => ({
104162
104167
 
104163
104168
  const routerHistoryPlugin = {
104164
104169
  install(app) {
104165
- app.component("bms-router-history", {
104170
+ const history = {
104166
104171
  setup() {
104167
104172
  const { addHistoryRoute } = useRouterHistory();
104168
104173
  const currentRoute = useRoute();
@@ -104173,7 +104178,9 @@ const routerHistoryPlugin = {
104173
104178
  render() {
104174
104179
  return "";
104175
104180
  }
104176
- });
104181
+ };
104182
+ app.component("BmsRouterHistory", history);
104183
+ app.component("bms-router-history", history);
104177
104184
  }
104178
104185
  };
104179
104186