@ouestfrance/sipa-bms-ui 8.5.2 → 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()
@@ -1322,7 +1322,6 @@ input[type=radio][data-v-cb26402d]:checked::before {
1322
1322
  border-radius: var(--bms-border-radius-large);
1323
1323
  position: relative;
1324
1324
  overflow: hidden;
1325
- --card-content-border-radius: var(--bms-border-radius-large);
1326
1325
  }
1327
1326
  .card.card--information[data-v-cff3f84d] {
1328
1327
  --summary-card-color: white;
@@ -1340,6 +1339,9 @@ input[type=radio][data-v-cb26402d]:checked::before {
1340
1339
  --summary-card-color: white;
1341
1340
  --summary-card-background-color: var(--bms-danger-color);
1342
1341
  }
1342
+ .card[data-v-cff3f84d] {
1343
+ --card-content-border-radius: var(--bms-border-radius-large);
1344
+ }
1343
1345
  .card .hasAction[data-v-cff3f84d] {
1344
1346
  --card-content-border-radius: var(--bms-border-radius-large)
1345
1347
  var(--bms-border-radius-large) 0 0;
@@ -2275,6 +2277,11 @@ nav .additional[data-v-731a6d8c] {
2275
2277
  .bms-table .blob[data-v-9cbfc981] {
2276
2278
  visibility: hidden;
2277
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] {
2278
2285
  width: 200px;
2279
2286
  height: var(--table-blob-height);
2280
2287
  background-color: var(--bms-main-50);
@@ -2283,9 +2290,6 @@ nav .additional[data-v-731a6d8c] {
2283
2290
  z-index: -5;
2284
2291
  filter: blur(20px);
2285
2292
  }
2286
- .bms-table .blob.dense[data-v-9cbfc981] {
2287
- --table-blob-height: 50px;
2288
- }
2289
2293
  [data-v-9cbfc981] table {
2290
2294
  padding: 0 var(--dynamic-border-height);
2291
2295
  }
@@ -2381,10 +2385,12 @@ nav .additional[data-v-731a6d8c] {
2381
2385
  }
2382
2386
  .filters__inputs .input[data-v-58f3ef61] {
2383
2387
  width: 25%;
2384
- padding-right: 32px;
2385
2388
  }
2386
2389
  .filters__inputs .input.large[data-v-58f3ef61] {
2387
2390
  width: 50%;
2391
+ }
2392
+ .filters__inputs .input[data-v-58f3ef61] {
2393
+ padding-right: 32px;
2388
2394
  }.table-search[data-v-1a3ad3f2] {
2389
2395
  width: 260px;
2390
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)
@@ -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