@ouestfrance/sipa-bms-ui 8.23.0 → 8.23.1
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/table/BmsServerTable.vue.d.ts +2 -2
- package/dist/components/table/BmsTable.vue.d.ts +2 -2
- package/dist/sipa-bms-ui.css +83 -80
- package/dist/sipa-bms-ui.es.js +6 -6
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +6 -6
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/scss/global-variables.scss +3 -0
- package/src/components/feedback/UiTooltip.vue +1 -1
- package/src/components/layout/BmsFloatingWindow.vue +1 -1
- package/src/components/table/BmsServerTable.vue +2 -2
- package/src/components/table/BmsTable.vue +2 -2
- package/src/components/table/UiBmsTable.vue +0 -1
- package/src/plugins/notifications/NotificationItem.vue +1 -1
- package/src/showroom/pages/table.vue +9 -5
|
@@ -4,7 +4,7 @@ interface UiTableProps {
|
|
|
4
4
|
headers: TableHeader[];
|
|
5
5
|
filters?: Filter[];
|
|
6
6
|
url?: string;
|
|
7
|
-
mode?: TableMode;
|
|
7
|
+
mode?: TableMode | string;
|
|
8
8
|
persistent?: boolean;
|
|
9
9
|
pagination?: number[];
|
|
10
10
|
size?: number;
|
|
@@ -63,7 +63,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
63
63
|
onDeleteSavedFilter?: ((value: SavedFilter) => any) | undefined;
|
|
64
64
|
"onUpdate:selectMode"?: ((selectMode: SelectMode) => any) | undefined;
|
|
65
65
|
}>, {
|
|
66
|
-
mode:
|
|
66
|
+
mode: string;
|
|
67
67
|
size: number;
|
|
68
68
|
request: (params: ServerTableRequestParams, abortController: AbortController, url?: string | undefined) => Promise<{
|
|
69
69
|
data: unknown[];
|
|
@@ -6,7 +6,7 @@ interface UiTableProps {
|
|
|
6
6
|
savedFilters?: SavedFilter[];
|
|
7
7
|
canSaveFilters?: boolean;
|
|
8
8
|
items: unknown[];
|
|
9
|
-
mode?: TableMode;
|
|
9
|
+
mode?: TableMode | string;
|
|
10
10
|
persistent?: boolean;
|
|
11
11
|
pagination?: number[];
|
|
12
12
|
size?: number;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
51
51
|
}) => any) | undefined;
|
|
52
52
|
onDeleteSavedFilter?: ((value: SavedFilter) => any) | undefined;
|
|
53
53
|
}>, {
|
|
54
|
-
mode:
|
|
54
|
+
mode: string;
|
|
55
55
|
size: number;
|
|
56
56
|
filters: Filter[];
|
|
57
57
|
selectable: boolean;
|
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
width: 1em;
|
|
465
465
|
height: 1em;
|
|
466
466
|
display: block;
|
|
467
|
-
}.bms-tooltip__text[data-v-
|
|
467
|
+
}.bms-tooltip__text[data-v-6fa8f4d8] {
|
|
468
468
|
--bms-tooltip-background-color: white;
|
|
469
469
|
--bms-tooltip-color: inherit;
|
|
470
470
|
--bms-tooltip-margin: 4px;
|
|
@@ -478,15 +478,15 @@
|
|
|
478
478
|
position: absolute;
|
|
479
479
|
overflow: hidden;
|
|
480
480
|
z-index: var(--bms-z-index-tooltip);
|
|
481
|
-
|
|
481
|
+
box-shadow: var(--bms-box-shadow);
|
|
482
482
|
color: var(--bms-font-color);
|
|
483
483
|
transform: var(--bms-tooltip-transform);
|
|
484
484
|
overflow-wrap: break-word;
|
|
485
485
|
}
|
|
486
|
-
.bms-tooltip__text.floating-window__expand-btn__bms-tooltip[data-v-
|
|
486
|
+
.bms-tooltip__text.floating-window__expand-btn__bms-tooltip[data-v-6fa8f4d8] {
|
|
487
487
|
z-index: calc(var(--bms-z-index-modal) + 1);
|
|
488
488
|
}
|
|
489
|
-
.bms-tooltip__text[data-v-
|
|
489
|
+
.bms-tooltip__text[data-v-6fa8f4d8]::before {
|
|
490
490
|
content: "";
|
|
491
491
|
position: absolute;
|
|
492
492
|
right: var(--bms-tooltip-indicator-position-right);
|
|
@@ -498,54 +498,54 @@
|
|
|
498
498
|
border-style: solid;
|
|
499
499
|
border-color: var(--bms-tooltip-indicator-border);
|
|
500
500
|
}
|
|
501
|
-
.bms-tooltip__text--top[data-v-
|
|
501
|
+
.bms-tooltip__text--top[data-v-6fa8f4d8], .bms-tooltip__text--bottom[data-v-6fa8f4d8] {
|
|
502
502
|
--bms-tooltip-indicator-position-left: 50%;
|
|
503
503
|
--bms-tooltip-indicator-position-right: initial;
|
|
504
504
|
}
|
|
505
|
-
.bms-tooltip__text--bottom[data-v-
|
|
505
|
+
.bms-tooltip__text--bottom[data-v-6fa8f4d8] {
|
|
506
506
|
--bms-tooltip-indicator-position-top: initial;
|
|
507
507
|
--bms-tooltip-indicator-position-bottom: 100%;
|
|
508
508
|
--bms-tooltip-indicator-border: transparent transparent
|
|
509
509
|
var(--bms-tooltip-background-color) transparent;
|
|
510
510
|
}
|
|
511
|
-
.bms-tooltip__text--top[data-v-
|
|
511
|
+
.bms-tooltip__text--top[data-v-6fa8f4d8] {
|
|
512
512
|
--bms-tooltip-indicator-position-top: 100%;
|
|
513
513
|
--bms-tooltip-indicator-position-bottom: initial;
|
|
514
514
|
--bms-tooltip-indicator-border: var(--bms-tooltip-background-color)
|
|
515
515
|
transparent transparent transparent;
|
|
516
516
|
}
|
|
517
|
-
.bms-tooltip__text--left[data-v-
|
|
517
|
+
.bms-tooltip__text--left[data-v-6fa8f4d8], .bms-tooltip__text--right[data-v-6fa8f4d8] {
|
|
518
518
|
--bms-tooltip-indicator-position-top: 50%;
|
|
519
519
|
--bms-tooltip-indicator-position-bottom: initial;
|
|
520
520
|
}
|
|
521
|
-
.bms-tooltip__text--left[data-v-
|
|
521
|
+
.bms-tooltip__text--left[data-v-6fa8f4d8] {
|
|
522
522
|
--bms-tooltip-indicator-position-right: initial;
|
|
523
523
|
--bms-tooltip-indicator-position-left: 100%;
|
|
524
524
|
--bms-tooltip-indicator-border: transparent transparent transparent
|
|
525
525
|
var(--bms-tooltip-background-color);
|
|
526
526
|
}
|
|
527
|
-
.bms-tooltip__text--right[data-v-
|
|
527
|
+
.bms-tooltip__text--right[data-v-6fa8f4d8] {
|
|
528
528
|
--bms-tooltip-indicator-position-right: 100%;
|
|
529
529
|
--bms-tooltip-indicator-position-left: initial;
|
|
530
530
|
--bms-tooltip-indicator-border: transparent
|
|
531
531
|
var(--bms-tooltip-background-color) transparent transparent;
|
|
532
532
|
}
|
|
533
|
-
.tooltip-fade-enter-active[data-v-
|
|
533
|
+
.tooltip-fade-enter-active[data-v-6fa8f4d8] {
|
|
534
534
|
transition: opacity 0.2s ease;
|
|
535
535
|
}
|
|
536
|
-
.tooltip-fade-enter-from[data-v-
|
|
536
|
+
.tooltip-fade-enter-from[data-v-6fa8f4d8] {
|
|
537
537
|
opacity: 0;
|
|
538
538
|
}
|
|
539
|
-
.tooltip-fade-enter-to[data-v-
|
|
539
|
+
.tooltip-fade-enter-to[data-v-6fa8f4d8] {
|
|
540
540
|
opacity: 1;
|
|
541
541
|
}
|
|
542
|
-
.tooltip-fade-leave-active[data-v-
|
|
542
|
+
.tooltip-fade-leave-active[data-v-6fa8f4d8] {
|
|
543
543
|
transition: opacity 0.3s ease;
|
|
544
544
|
}
|
|
545
|
-
.tooltip-fade-leave-from[data-v-
|
|
545
|
+
.tooltip-fade-leave-from[data-v-6fa8f4d8] {
|
|
546
546
|
opacity: 1;
|
|
547
547
|
}
|
|
548
|
-
.tooltip-fade-leave-to[data-v-
|
|
548
|
+
.tooltip-fade-leave-to[data-v-6fa8f4d8] {
|
|
549
549
|
opacity: 0;
|
|
550
550
|
}.bms-tooltip-anchor-wrapper[data-v-5c0e03ac] {
|
|
551
551
|
position: relative;
|
|
@@ -1479,7 +1479,7 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1479
1479
|
position: absolute;
|
|
1480
1480
|
border-radius: 50%;
|
|
1481
1481
|
filter: blur(10px);
|
|
1482
|
-
}.floating-window-wrapper[data-v-
|
|
1482
|
+
}.floating-window-wrapper[data-v-d8cae050] {
|
|
1483
1483
|
--breakpoint: 900px;
|
|
1484
1484
|
container-name: floating-window;
|
|
1485
1485
|
container-type: inline-size;
|
|
@@ -1493,7 +1493,7 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1493
1493
|
align-items: center;
|
|
1494
1494
|
pointer-events: none;
|
|
1495
1495
|
}
|
|
1496
|
-
.floating-window-wrapper .floating-window__drag-overlay[data-v-
|
|
1496
|
+
.floating-window-wrapper .floating-window__drag-overlay[data-v-d8cae050] {
|
|
1497
1497
|
position: fixed;
|
|
1498
1498
|
top: 0;
|
|
1499
1499
|
left: 0;
|
|
@@ -1503,31 +1503,31 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1503
1503
|
pointer-events: all;
|
|
1504
1504
|
cursor: grabbing;
|
|
1505
1505
|
}
|
|
1506
|
-
.floating-window-wrapper .floating-window[data-v-
|
|
1506
|
+
.floating-window-wrapper .floating-window[data-v-d8cae050] {
|
|
1507
1507
|
background-color: var(--bms-white);
|
|
1508
1508
|
border-radius: var(--bms-border-radius-large);
|
|
1509
1509
|
border: 1px solid var(--bms-grey-10);
|
|
1510
1510
|
pointer-events: all;
|
|
1511
1511
|
display: grid;
|
|
1512
1512
|
grid-template-rows: auto 1fr;
|
|
1513
|
-
box-shadow:
|
|
1513
|
+
box-shadow: var(--bms-box-shadow);
|
|
1514
1514
|
z-index: var(--bms-z-index-modal);
|
|
1515
1515
|
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1516
1516
|
}
|
|
1517
|
-
.floating-window-wrapper .floating-window--expanded[data-v-
|
|
1517
|
+
.floating-window-wrapper .floating-window--expanded[data-v-d8cae050] {
|
|
1518
1518
|
border-radius: 0;
|
|
1519
1519
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
1520
1520
|
}
|
|
1521
|
-
.floating-window-wrapper .floating-window--expanded .floating-window__header[data-v-
|
|
1521
|
+
.floating-window-wrapper .floating-window--expanded .floating-window__header[data-v-d8cae050] {
|
|
1522
1522
|
cursor: default;
|
|
1523
1523
|
}
|
|
1524
|
-
.floating-window-wrapper .floating-window--expanded .floating-window__header[data-v-
|
|
1524
|
+
.floating-window-wrapper .floating-window--expanded .floating-window__header[data-v-d8cae050]:active {
|
|
1525
1525
|
cursor: default;
|
|
1526
1526
|
}
|
|
1527
|
-
.floating-window-wrapper .floating-window--dragging[data-v-
|
|
1527
|
+
.floating-window-wrapper .floating-window--dragging[data-v-d8cae050] {
|
|
1528
1528
|
transition: none;
|
|
1529
1529
|
}
|
|
1530
|
-
.floating-window-wrapper .floating-window__header[data-v-
|
|
1530
|
+
.floating-window-wrapper .floating-window__header[data-v-d8cae050] {
|
|
1531
1531
|
display: flex;
|
|
1532
1532
|
justify-content: space-between;
|
|
1533
1533
|
align-items: center;
|
|
@@ -1536,19 +1536,19 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1536
1536
|
cursor: grab;
|
|
1537
1537
|
user-select: none;
|
|
1538
1538
|
}
|
|
1539
|
-
.floating-window-wrapper .floating-window__header[data-v-
|
|
1539
|
+
.floating-window-wrapper .floating-window__header[data-v-d8cae050]:active {
|
|
1540
1540
|
cursor: grabbing;
|
|
1541
1541
|
}
|
|
1542
|
-
.floating-window-wrapper .floating-window__header__title[data-v-
|
|
1542
|
+
.floating-window-wrapper .floating-window__header__title[data-v-d8cae050] {
|
|
1543
1543
|
margin: 0;
|
|
1544
1544
|
}
|
|
1545
|
-
.floating-window-wrapper .floating-window__content[data-v-
|
|
1545
|
+
.floating-window-wrapper .floating-window__content[data-v-d8cae050] {
|
|
1546
1546
|
overflow-y: auto;
|
|
1547
1547
|
height: auto;
|
|
1548
1548
|
scrollbar-width: thin;
|
|
1549
1549
|
}
|
|
1550
1550
|
@container floating-window (min-width:900px) {
|
|
1551
|
-
.floating-window[data-v-
|
|
1551
|
+
.floating-window[data-v-d8cae050] {
|
|
1552
1552
|
max-width: 80%;
|
|
1553
1553
|
}
|
|
1554
1554
|
}.form-section[data-v-b5bab57e] {
|
|
@@ -2388,13 +2388,13 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2388
2388
|
.bms-table__row__cell--child-element__icon[data-v-2ab3888f] {
|
|
2389
2389
|
display: flex;
|
|
2390
2390
|
margin-right: 1em;
|
|
2391
|
-
}.bms-table[data-v-
|
|
2391
|
+
}.bms-table[data-v-f6b2c936] {
|
|
2392
2392
|
--table-cell-padding: 1em;
|
|
2393
2393
|
--table-cell-radius: var(--bms-border-radius-large);
|
|
2394
2394
|
--dynamic-border-height: 2px;
|
|
2395
2395
|
--table-border: 1px solid var(--bms-grey-10);
|
|
2396
2396
|
}
|
|
2397
|
-
.bms-table__loader[data-v-
|
|
2397
|
+
.bms-table__loader[data-v-f6b2c936] {
|
|
2398
2398
|
position: absolute;
|
|
2399
2399
|
background: rgba(255, 255, 255, 0.72);
|
|
2400
2400
|
inset: 0;
|
|
@@ -2404,113 +2404,113 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2404
2404
|
font-size: 3em;
|
|
2405
2405
|
z-index: 10;
|
|
2406
2406
|
}
|
|
2407
|
-
.bms-table__actions[data-v-
|
|
2407
|
+
.bms-table__actions[data-v-f6b2c936] {
|
|
2408
2408
|
display: flex;
|
|
2409
2409
|
align-items: center;
|
|
2410
2410
|
justify-content: space-between;
|
|
2411
2411
|
margin-bottom: 1em;
|
|
2412
2412
|
}
|
|
2413
|
-
.bms-table__actions--small[data-v-
|
|
2413
|
+
.bms-table__actions--small[data-v-f6b2c936] {
|
|
2414
2414
|
margin-bottom: 0.5em;
|
|
2415
2415
|
}
|
|
2416
|
-
.bms-table__actions__saved-filters[data-v-
|
|
2416
|
+
.bms-table__actions__saved-filters[data-v-f6b2c936] {
|
|
2417
2417
|
display: flex;
|
|
2418
2418
|
align-items: center;
|
|
2419
2419
|
flex-wrap: wrap;
|
|
2420
2420
|
gap: 1em;
|
|
2421
2421
|
}
|
|
2422
|
-
.bms-table__actions__search[data-v-
|
|
2422
|
+
.bms-table__actions__search[data-v-f6b2c936] {
|
|
2423
2423
|
display: flex;
|
|
2424
2424
|
align-items: center;
|
|
2425
2425
|
gap: 1em;
|
|
2426
2426
|
}
|
|
2427
|
-
.bms-table__actions__custom[data-v-
|
|
2427
|
+
.bms-table__actions__custom[data-v-f6b2c936] {
|
|
2428
2428
|
display: flex;
|
|
2429
2429
|
gap: 1em;
|
|
2430
2430
|
}
|
|
2431
|
-
.bms-table__actions__custom[data-v-
|
|
2431
|
+
.bms-table__actions__custom[data-v-f6b2c936]:empty {
|
|
2432
2432
|
display: none;
|
|
2433
2433
|
}
|
|
2434
|
-
.bms-table__selected[data-v-
|
|
2434
|
+
.bms-table__selected[data-v-f6b2c936] {
|
|
2435
2435
|
margin-bottom: 1em;
|
|
2436
2436
|
}
|
|
2437
|
-
.bms-table__selected .select-mode-all[data-v-
|
|
2437
|
+
.bms-table__selected .select-mode-all[data-v-f6b2c936] {
|
|
2438
2438
|
cursor: pointer;
|
|
2439
2439
|
color: var(--bms-main-100);
|
|
2440
2440
|
}
|
|
2441
|
-
.bms-table__cell__checkbox[data-v-
|
|
2441
|
+
.bms-table__cell__checkbox[data-v-f6b2c936] {
|
|
2442
2442
|
width: 4em;
|
|
2443
2443
|
}
|
|
2444
|
-
.bms-table__cell--action[data-v-
|
|
2444
|
+
.bms-table__cell--action[data-v-f6b2c936] {
|
|
2445
2445
|
display: flex;
|
|
2446
2446
|
justify-content: end;
|
|
2447
2447
|
}
|
|
2448
|
-
.bms-table__cell--empty[data-v-
|
|
2448
|
+
.bms-table__cell--empty[data-v-f6b2c936] {
|
|
2449
2449
|
height: 360px;
|
|
2450
2450
|
}
|
|
2451
|
-
.bms-table__table[data-v-
|
|
2451
|
+
.bms-table__table[data-v-f6b2c936] {
|
|
2452
2452
|
width: 100%;
|
|
2453
2453
|
border-spacing: 0 var(--dynamic-border-height);
|
|
2454
2454
|
border-radius: var(--bms-border-radius-large);
|
|
2455
2455
|
border: var(--table-border);
|
|
2456
2456
|
position: relative;
|
|
2457
2457
|
}
|
|
2458
|
-
.bms-table__table-wrapper[data-v-
|
|
2458
|
+
.bms-table__table-wrapper[data-v-f6b2c936] {
|
|
2459
2459
|
position: relative;
|
|
2460
2460
|
}
|
|
2461
|
-
.bms-table__table thead[data-v-
|
|
2461
|
+
.bms-table__table thead[data-v-f6b2c936] {
|
|
2462
2462
|
position: sticky;
|
|
2463
2463
|
z-index: 2;
|
|
2464
2464
|
top: var(--header-height, 0);
|
|
2465
2465
|
}
|
|
2466
|
-
.bms-table__table--dense[data-v-
|
|
2466
|
+
.bms-table__table--dense[data-v-f6b2c936] {
|
|
2467
2467
|
--table-cell-padding: 0.5em 1em;
|
|
2468
2468
|
}
|
|
2469
|
-
.bms-table__table[data-v-
|
|
2469
|
+
.bms-table__table[data-v-f6b2c936] tr td {
|
|
2470
2470
|
padding: var(--table-cell-padding);
|
|
2471
2471
|
}
|
|
2472
|
-
.bms-table__table th[data-v-
|
|
2472
|
+
.bms-table__table th[data-v-f6b2c936] {
|
|
2473
2473
|
--header-content-sort-icon-color: var(--bms-grey-25);
|
|
2474
2474
|
--header-content-justify: start;
|
|
2475
2475
|
width: var(--table-cell-width, auto);
|
|
2476
2476
|
padding: var(--table-cell-padding);
|
|
2477
2477
|
}
|
|
2478
|
-
.bms-table__table th.sortable[data-v-
|
|
2478
|
+
.bms-table__table th.sortable[data-v-f6b2c936]:hover {
|
|
2479
2479
|
--header-content-sort-icon-color: var(--bms-grey-100);
|
|
2480
2480
|
cursor: pointer;
|
|
2481
2481
|
}
|
|
2482
|
-
.bms-table__table th.u-text-align-start[data-v-
|
|
2482
|
+
.bms-table__table th.u-text-align-start[data-v-f6b2c936] {
|
|
2483
2483
|
--header-content-justify: start;
|
|
2484
2484
|
}
|
|
2485
|
-
.bms-table__table th.u-text-align-center[data-v-
|
|
2485
|
+
.bms-table__table th.u-text-align-center[data-v-f6b2c936] {
|
|
2486
2486
|
--header-content-justify: center;
|
|
2487
2487
|
}
|
|
2488
|
-
.bms-table__table th.u-text-align-end[data-v-
|
|
2488
|
+
.bms-table__table th.u-text-align-end[data-v-f6b2c936] {
|
|
2489
2489
|
--header-content-justify: end;
|
|
2490
2490
|
}
|
|
2491
|
-
.bms-table__table th.sorted[data-v-
|
|
2491
|
+
.bms-table__table th.sorted[data-v-f6b2c936] {
|
|
2492
2492
|
--header-content-sort-icon-color: var(--bms-grey-100);
|
|
2493
2493
|
}
|
|
2494
|
-
.bms-table__table th .header-content[data-v-
|
|
2494
|
+
.bms-table__table th .header-content[data-v-f6b2c936] {
|
|
2495
2495
|
display: flex;
|
|
2496
2496
|
align-items: center;
|
|
2497
2497
|
justify-content: var(--header-content-justify);
|
|
2498
2498
|
gap: 0.5em;
|
|
2499
2499
|
}
|
|
2500
|
-
.bms-table__table th .header-content-sort[data-v-
|
|
2500
|
+
.bms-table__table th .header-content-sort[data-v-f6b2c936] {
|
|
2501
2501
|
color: var(--header-content-sort-icon-color);
|
|
2502
2502
|
}
|
|
2503
|
-
.bms-table__footer[data-v-
|
|
2503
|
+
.bms-table__footer[data-v-f6b2c936] {
|
|
2504
2504
|
padding-top: 16px;
|
|
2505
2505
|
}
|
|
2506
|
-
.bms-table .blob[data-v-
|
|
2506
|
+
.bms-table .blob[data-v-f6b2c936] {
|
|
2507
2507
|
visibility: hidden;
|
|
2508
2508
|
--table-blob-height: 80px;
|
|
2509
2509
|
}
|
|
2510
|
-
.bms-table .blob.small[data-v-
|
|
2510
|
+
.bms-table .blob.small[data-v-f6b2c936], .bms-table .blob.dense[data-v-f6b2c936] {
|
|
2511
2511
|
--table-blob-height: 50px;
|
|
2512
2512
|
}
|
|
2513
|
-
.bms-table .blob[data-v-
|
|
2513
|
+
.bms-table .blob[data-v-f6b2c936] {
|
|
2514
2514
|
width: 200px;
|
|
2515
2515
|
height: var(--table-blob-height);
|
|
2516
2516
|
background-color: var(--bms-main-50);
|
|
@@ -2519,29 +2519,29 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2519
2519
|
z-index: -5;
|
|
2520
2520
|
filter: blur(20px);
|
|
2521
2521
|
}
|
|
2522
|
-
[data-v-
|
|
2522
|
+
[data-v-f6b2c936] table {
|
|
2523
2523
|
padding: 0 var(--dynamic-border-height);
|
|
2524
2524
|
}
|
|
2525
|
-
[data-v-
|
|
2525
|
+
[data-v-f6b2c936] table th:first-child {
|
|
2526
2526
|
border-top-left-radius: var(--table-cell-radius);
|
|
2527
2527
|
}
|
|
2528
|
-
[data-v-
|
|
2528
|
+
[data-v-f6b2c936] table th:last-child {
|
|
2529
2529
|
border-top-right-radius: var(--table-cell-radius);
|
|
2530
2530
|
}
|
|
2531
|
-
[data-v-
|
|
2531
|
+
[data-v-f6b2c936] table tr:last-child td:first-child {
|
|
2532
2532
|
border-bottom-left-radius: var(--table-cell-radius);
|
|
2533
2533
|
}
|
|
2534
|
-
[data-v-
|
|
2534
|
+
[data-v-f6b2c936] table tr:last-child td:last-child {
|
|
2535
2535
|
border-bottom-right-radius: var(--table-cell-radius);
|
|
2536
2536
|
}
|
|
2537
|
-
[data-v-
|
|
2537
|
+
[data-v-f6b2c936] table th {
|
|
2538
2538
|
background-color: rgb(255, 255, 255);
|
|
2539
2539
|
}
|
|
2540
|
-
[data-v-
|
|
2540
|
+
[data-v-f6b2c936] table tbody {
|
|
2541
2541
|
overflow: hidden;
|
|
2542
2542
|
background: white;
|
|
2543
2543
|
}
|
|
2544
|
-
[data-v-
|
|
2544
|
+
[data-v-f6b2c936] table tbody tr {
|
|
2545
2545
|
position: relative;
|
|
2546
2546
|
}.filter-button-container[data-v-36a9eb9a] {
|
|
2547
2547
|
position: relative;
|
|
@@ -2623,9 +2623,9 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2623
2623
|
}
|
|
2624
2624
|
.filters__inputs .input[data-v-04b66f64] {
|
|
2625
2625
|
padding-right: 32px;
|
|
2626
|
-
}.table-search[data-v-
|
|
2626
|
+
}.table-search[data-v-c674a0d1] {
|
|
2627
2627
|
width: 260px;
|
|
2628
|
-
}.table-search[data-v-
|
|
2628
|
+
}.table-search[data-v-ae9bcfca] {
|
|
2629
2629
|
width: 260px;
|
|
2630
2630
|
}.cocarde[data-v-d1c7b421] {
|
|
2631
2631
|
display: flex;
|
|
@@ -2662,7 +2662,7 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2662
2662
|
}
|
|
2663
2663
|
.cocarde--x-large[data-v-d1c7b421] {
|
|
2664
2664
|
--cocarde-size: 4em;
|
|
2665
|
-
}.bms-notification[data-v-
|
|
2665
|
+
}.bms-notification[data-v-cf005e57] {
|
|
2666
2666
|
--notification-background-color: white;
|
|
2667
2667
|
display: flex;
|
|
2668
2668
|
flex-direction: column;
|
|
@@ -2671,38 +2671,38 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2671
2671
|
background-color: var(--notification-background-color);
|
|
2672
2672
|
color: white;
|
|
2673
2673
|
position: relative;
|
|
2674
|
-
box-shadow:
|
|
2674
|
+
box-shadow: var(--bms-box-shadow);
|
|
2675
2675
|
}
|
|
2676
|
-
.bms-notification .main-info[data-v-
|
|
2676
|
+
.bms-notification .main-info[data-v-cf005e57] {
|
|
2677
2677
|
display: flex;
|
|
2678
2678
|
align-items: center;
|
|
2679
2679
|
gap: 1em;
|
|
2680
2680
|
padding: 0.75em;
|
|
2681
2681
|
padding-right: 3em;
|
|
2682
2682
|
}
|
|
2683
|
-
.bms-notification .details[data-v-
|
|
2683
|
+
.bms-notification .details[data-v-cf005e57] {
|
|
2684
2684
|
border-top: 1px solid white;
|
|
2685
2685
|
text-align: center;
|
|
2686
2686
|
padding: 0.5em;
|
|
2687
2687
|
border-radius: 0 0 var(--bms-border-radius) var(--bms-border-radius);
|
|
2688
2688
|
}
|
|
2689
|
-
.bms-notification .details[data-v-
|
|
2689
|
+
.bms-notification .details[data-v-cf005e57]:hover {
|
|
2690
2690
|
cursor: pointer;
|
|
2691
2691
|
}
|
|
2692
|
-
.bms-notification--success[data-v-
|
|
2692
|
+
.bms-notification--success[data-v-cf005e57] {
|
|
2693
2693
|
--notification-background-color: var(--bms-success-color);
|
|
2694
2694
|
}
|
|
2695
|
-
.bms-notification--error[data-v-
|
|
2695
|
+
.bms-notification--error[data-v-cf005e57] {
|
|
2696
2696
|
--notification-background-color: var(--bms-danger-color);
|
|
2697
2697
|
}
|
|
2698
|
-
.bms-notification__icon[data-v-
|
|
2698
|
+
.bms-notification__icon[data-v-cf005e57] {
|
|
2699
2699
|
display: block;
|
|
2700
2700
|
line-height: 1;
|
|
2701
2701
|
width: 1em;
|
|
2702
2702
|
height: 1em;
|
|
2703
2703
|
flex-shrink: 0;
|
|
2704
2704
|
}
|
|
2705
|
-
.bms-notification__content[data-v-
|
|
2705
|
+
.bms-notification__content[data-v-cf005e57] {
|
|
2706
2706
|
overflow: hidden;
|
|
2707
2707
|
text-overflow: ellipsis;
|
|
2708
2708
|
display: -webkit-box;
|
|
@@ -2710,12 +2710,12 @@ nav .additional[data-v-8b4752b4] {
|
|
|
2710
2710
|
line-clamp: 2;
|
|
2711
2711
|
-webkit-box-orient: vertical;
|
|
2712
2712
|
}
|
|
2713
|
-
.bms-notification[data-v-
|
|
2713
|
+
.bms-notification[data-v-cf005e57] .bms-notification__close-button {
|
|
2714
2714
|
position: absolute;
|
|
2715
2715
|
right: 0.2em;
|
|
2716
2716
|
color: white;
|
|
2717
2717
|
}
|
|
2718
|
-
.bms-notification[data-v-
|
|
2718
|
+
.bms-notification[data-v-cf005e57] .bms-notification__close-button:hover {
|
|
2719
2719
|
color: var(--notification-background-color);
|
|
2720
2720
|
}.bms-notifications[data-v-b20e6fa0] {
|
|
2721
2721
|
--bms-notifications-width: 360px;
|
|
@@ -2956,6 +2956,9 @@ section {
|
|
|
2956
2956
|
--bms-border-radius-large: 8px;
|
|
2957
2957
|
--bms-border-radius-xlarge: 16px;
|
|
2958
2958
|
--bms-shadow-color: var(--bms-grey-10);
|
|
2959
|
+
--bms-box-shadow:
|
|
2960
|
+
rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
|
|
2961
|
+
rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
|
|
2959
2962
|
--bms-danger-color: var(--bms-red-100);
|
|
2960
2963
|
--bms-warning-color: var(--bms-orange-100);
|
|
2961
2964
|
--bms-default-color: var(--bms-blue-100);
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -39243,7 +39243,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
39243
39243
|
}
|
|
39244
39244
|
});
|
|
39245
39245
|
|
|
39246
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-
|
|
39246
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-6fa8f4d8"]]);
|
|
39247
39247
|
|
|
39248
39248
|
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
39249
39249
|
__name: "BmsTooltip",
|
|
@@ -87979,7 +87979,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
87979
87979
|
}
|
|
87980
87980
|
});
|
|
87981
87981
|
|
|
87982
|
-
const BmsFloatingWindow = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-
|
|
87982
|
+
const BmsFloatingWindow = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-d8cae050"]]);
|
|
87983
87983
|
|
|
87984
87984
|
const _hoisted_1$B = { class: "form-section" };
|
|
87985
87985
|
const _hoisted_2$n = {
|
|
@@ -97107,7 +97107,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
97107
97107
|
}
|
|
97108
97108
|
});
|
|
97109
97109
|
|
|
97110
|
-
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
97110
|
+
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-f6b2c936"]]);
|
|
97111
97111
|
|
|
97112
97112
|
const _hoisted_1$a = { class: "filter-button-container" };
|
|
97113
97113
|
const _hoisted_2$8 = {
|
|
@@ -103709,7 +103709,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
103709
103709
|
}
|
|
103710
103710
|
});
|
|
103711
103711
|
|
|
103712
|
-
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
103712
|
+
const BmsServerTable = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-c674a0d1"]]);
|
|
103713
103713
|
|
|
103714
103714
|
const _hoisted_1$7 = { class: "filters-container" };
|
|
103715
103715
|
const _hoisted_2$5 = {
|
|
@@ -103996,7 +103996,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
103996
103996
|
}
|
|
103997
103997
|
});
|
|
103998
103998
|
|
|
103999
|
-
const BmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
103999
|
+
const BmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ae9bcfca"]]);
|
|
104000
104000
|
|
|
104001
104001
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
104002
104002
|
__name: "BmsCocarde",
|
|
@@ -104074,7 +104074,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
104074
104074
|
}
|
|
104075
104075
|
});
|
|
104076
104076
|
|
|
104077
|
-
const NotificationItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
104077
|
+
const NotificationItem = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-cf005e57"]]);
|
|
104078
104078
|
|
|
104079
104079
|
const _hoisted_1$5 = { class: "bms-notifications" };
|
|
104080
104080
|
const _hoisted_2$3 = { class: "bms-notifications__list" };
|