@ouestfrance/sipa-bms-ui 8.1.3 → 8.1.4
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/sipa-bms-ui.css
CHANGED
|
@@ -2067,13 +2067,13 @@ nav .additional[data-v-f1abaa99] {
|
|
|
2067
2067
|
.bms-pagination__select[data-v-e10f3b80] .field__wrapper {
|
|
2068
2068
|
min-width: 10em;
|
|
2069
2069
|
width: 10em;
|
|
2070
|
-
}.bms-table[data-v-
|
|
2070
|
+
}.bms-table[data-v-a100cc9a] {
|
|
2071
2071
|
--table-cell-padding: 1em;
|
|
2072
2072
|
--table-cell-radius: var(--bms-border-radius-large);
|
|
2073
2073
|
--dynamic-border-height: 2px;
|
|
2074
2074
|
--table-border: 1px solid var(--bms-grey-10);
|
|
2075
2075
|
}
|
|
2076
|
-
.bms-table__loader[data-v-
|
|
2076
|
+
.bms-table__loader[data-v-a100cc9a] {
|
|
2077
2077
|
position: absolute;
|
|
2078
2078
|
background: rgba(255, 255, 255, 0.72);
|
|
2079
2079
|
inset: 0;
|
|
@@ -2083,103 +2083,103 @@ nav .additional[data-v-f1abaa99] {
|
|
|
2083
2083
|
font-size: 3em;
|
|
2084
2084
|
z-index: 10;
|
|
2085
2085
|
}
|
|
2086
|
-
.bms-table__actions[data-v-
|
|
2086
|
+
.bms-table__actions[data-v-a100cc9a] {
|
|
2087
2087
|
display: flex;
|
|
2088
2088
|
align-items: center;
|
|
2089
2089
|
justify-content: space-between;
|
|
2090
2090
|
margin-bottom: 16px;
|
|
2091
2091
|
}
|
|
2092
|
-
.bms-table__actions__saved-filters[data-v-
|
|
2092
|
+
.bms-table__actions__saved-filters[data-v-a100cc9a] {
|
|
2093
2093
|
display: flex;
|
|
2094
2094
|
align-items: center;
|
|
2095
2095
|
flex-wrap: wrap;
|
|
2096
2096
|
gap: 1em;
|
|
2097
2097
|
}
|
|
2098
|
-
.bms-table__actions__search[data-v-
|
|
2098
|
+
.bms-table__actions__search[data-v-a100cc9a] {
|
|
2099
2099
|
display: flex;
|
|
2100
2100
|
align-items: center;
|
|
2101
2101
|
gap: 1em;
|
|
2102
2102
|
}
|
|
2103
|
-
.bms-table__actions__custom[data-v-
|
|
2103
|
+
.bms-table__actions__custom[data-v-a100cc9a] {
|
|
2104
2104
|
display: flex;
|
|
2105
2105
|
gap: 1em;
|
|
2106
2106
|
}
|
|
2107
|
-
.bms-table__actions__custom[data-v-
|
|
2107
|
+
.bms-table__actions__custom[data-v-a100cc9a]:empty {
|
|
2108
2108
|
display: none;
|
|
2109
2109
|
}
|
|
2110
|
-
.bms-table__selected[data-v-
|
|
2110
|
+
.bms-table__selected[data-v-a100cc9a] {
|
|
2111
2111
|
margin-bottom: 1em;
|
|
2112
2112
|
}
|
|
2113
|
-
.bms-table__selected .select-mode-all[data-v-
|
|
2113
|
+
.bms-table__selected .select-mode-all[data-v-a100cc9a] {
|
|
2114
2114
|
cursor: pointer;
|
|
2115
2115
|
color: var(--bms-main-100);
|
|
2116
2116
|
}
|
|
2117
|
-
.bms-table__cell__checkbox[data-v-
|
|
2117
|
+
.bms-table__cell__checkbox[data-v-a100cc9a] {
|
|
2118
2118
|
width: 4em;
|
|
2119
2119
|
}
|
|
2120
|
-
.bms-table__cell--action[data-v-
|
|
2120
|
+
.bms-table__cell--action[data-v-a100cc9a] {
|
|
2121
2121
|
display: flex;
|
|
2122
2122
|
justify-content: end;
|
|
2123
2123
|
}
|
|
2124
|
-
.bms-table__cell--empty[data-v-
|
|
2124
|
+
.bms-table__cell--empty[data-v-a100cc9a] {
|
|
2125
2125
|
height: 360px;
|
|
2126
2126
|
}
|
|
2127
|
-
.bms-table__table[data-v-
|
|
2127
|
+
.bms-table__table[data-v-a100cc9a] {
|
|
2128
2128
|
width: 100%;
|
|
2129
2129
|
border-spacing: 0 var(--dynamic-border-height);
|
|
2130
2130
|
border-radius: var(--bms-border-radius-large);
|
|
2131
2131
|
border: var(--table-border);
|
|
2132
2132
|
position: relative;
|
|
2133
2133
|
}
|
|
2134
|
-
.bms-table__table-wrapper[data-v-
|
|
2134
|
+
.bms-table__table-wrapper[data-v-a100cc9a] {
|
|
2135
2135
|
position: relative;
|
|
2136
2136
|
}
|
|
2137
|
-
.bms-table__table thead[data-v-
|
|
2137
|
+
.bms-table__table thead[data-v-a100cc9a] {
|
|
2138
2138
|
position: sticky;
|
|
2139
2139
|
z-index: 2;
|
|
2140
2140
|
top: var(--header-height, 0);
|
|
2141
2141
|
}
|
|
2142
|
-
.bms-table__table--dense[data-v-
|
|
2142
|
+
.bms-table__table--dense[data-v-a100cc9a] {
|
|
2143
2143
|
--table-cell-padding: 0.5em 1em;
|
|
2144
2144
|
}
|
|
2145
|
-
.bms-table__table[data-v-
|
|
2145
|
+
.bms-table__table[data-v-a100cc9a] tr td {
|
|
2146
2146
|
padding: var(--table-cell-padding);
|
|
2147
2147
|
}
|
|
2148
|
-
.bms-table__table[data-v-
|
|
2148
|
+
.bms-table__table[data-v-a100cc9a] tr th {
|
|
2149
2149
|
--header-content-sort-icon-color: var(--bms-grey-25);
|
|
2150
2150
|
--header-content-justify: start;
|
|
2151
2151
|
width: var(--table-cell-width, auto);
|
|
2152
2152
|
padding: var(--table-cell-padding);
|
|
2153
2153
|
}
|
|
2154
|
-
.bms-table__table[data-v-
|
|
2154
|
+
.bms-table__table[data-v-a100cc9a] tr th.sortable:hover {
|
|
2155
2155
|
--header-content-sort-icon-color: var(--bms-grey-100);
|
|
2156
2156
|
cursor: pointer;
|
|
2157
2157
|
}
|
|
2158
|
-
.bms-table__table[data-v-
|
|
2158
|
+
.bms-table__table[data-v-a100cc9a] tr th.u-text-align-start {
|
|
2159
2159
|
--header-content-justify: start;
|
|
2160
2160
|
}
|
|
2161
|
-
.bms-table__table[data-v-
|
|
2161
|
+
.bms-table__table[data-v-a100cc9a] tr th.u-text-align-center {
|
|
2162
2162
|
--header-content-justify: center;
|
|
2163
2163
|
}
|
|
2164
|
-
.bms-table__table[data-v-
|
|
2164
|
+
.bms-table__table[data-v-a100cc9a] tr th.u-text-align-end {
|
|
2165
2165
|
--header-content-justify: end;
|
|
2166
2166
|
}
|
|
2167
|
-
.bms-table__table[data-v-
|
|
2167
|
+
.bms-table__table[data-v-a100cc9a] tr th.sorted {
|
|
2168
2168
|
--header-content-sort-icon-color: var(--bms-grey-100);
|
|
2169
2169
|
}
|
|
2170
|
-
.bms-table__table[data-v-
|
|
2170
|
+
.bms-table__table[data-v-a100cc9a] tr th .header-content {
|
|
2171
2171
|
display: flex;
|
|
2172
2172
|
align-items: center;
|
|
2173
2173
|
justify-content: var(--header-content-justify);
|
|
2174
2174
|
gap: 0.5em;
|
|
2175
2175
|
}
|
|
2176
|
-
.bms-table__table[data-v-
|
|
2176
|
+
.bms-table__table[data-v-a100cc9a] tr th .header-content-sort {
|
|
2177
2177
|
color: var(--header-content-sort-icon-color);
|
|
2178
2178
|
}
|
|
2179
|
-
.bms-table__footer[data-v-
|
|
2179
|
+
.bms-table__footer[data-v-a100cc9a] {
|
|
2180
2180
|
padding-top: 16px;
|
|
2181
2181
|
}
|
|
2182
|
-
.bms-table .blob[data-v-
|
|
2182
|
+
.bms-table .blob[data-v-a100cc9a] {
|
|
2183
2183
|
visibility: hidden;
|
|
2184
2184
|
--table-blob-height: 80px;
|
|
2185
2185
|
width: 200px;
|
|
@@ -2190,40 +2190,40 @@ nav .additional[data-v-f1abaa99] {
|
|
|
2190
2190
|
z-index: -5;
|
|
2191
2191
|
filter: blur(20px);
|
|
2192
2192
|
}
|
|
2193
|
-
.bms-table .blob.dense[data-v-
|
|
2193
|
+
.bms-table .blob.dense[data-v-a100cc9a] {
|
|
2194
2194
|
--table-blob-height: 50px;
|
|
2195
2195
|
}
|
|
2196
|
-
[data-v-
|
|
2196
|
+
[data-v-a100cc9a] table {
|
|
2197
2197
|
padding: 0 var(--dynamic-border-height);
|
|
2198
2198
|
}
|
|
2199
|
-
[data-v-
|
|
2199
|
+
[data-v-a100cc9a] table th:first-child {
|
|
2200
2200
|
border-top-left-radius: var(--table-cell-radius);
|
|
2201
2201
|
}
|
|
2202
|
-
[data-v-
|
|
2202
|
+
[data-v-a100cc9a] table .stuck th:first-child {
|
|
2203
2203
|
border-top-left-radius: 0;
|
|
2204
2204
|
}
|
|
2205
|
-
[data-v-
|
|
2205
|
+
[data-v-a100cc9a] table .stuck th:last-child {
|
|
2206
2206
|
border-top-right-radius: 0;
|
|
2207
2207
|
}
|
|
2208
|
-
[data-v-
|
|
2208
|
+
[data-v-a100cc9a] table th:last-child {
|
|
2209
2209
|
border-top-right-radius: var(--table-cell-radius);
|
|
2210
2210
|
}
|
|
2211
|
-
[data-v-
|
|
2211
|
+
[data-v-a100cc9a] table tr:last-child td:first-child {
|
|
2212
2212
|
border-bottom-left-radius: var(--table-cell-radius);
|
|
2213
2213
|
}
|
|
2214
|
-
[data-v-
|
|
2214
|
+
[data-v-a100cc9a] table tr:last-child td:last-child {
|
|
2215
2215
|
border-bottom-right-radius: var(--table-cell-radius);
|
|
2216
2216
|
}
|
|
2217
|
-
[data-v-
|
|
2217
|
+
[data-v-a100cc9a] table td,[data-v-a100cc9a] table th {
|
|
2218
2218
|
background-color: rgb(255, 255, 255);
|
|
2219
2219
|
}
|
|
2220
|
-
[data-v-
|
|
2220
|
+
[data-v-a100cc9a] table tbody {
|
|
2221
2221
|
overflow: hidden;
|
|
2222
2222
|
}
|
|
2223
|
-
[data-v-
|
|
2223
|
+
[data-v-a100cc9a] table tbody tr {
|
|
2224
2224
|
position: relative;
|
|
2225
2225
|
}
|
|
2226
|
-
[data-v-
|
|
2226
|
+
[data-v-a100cc9a] table tbody tr.selected td {
|
|
2227
2227
|
background-color: var(--bms-main-10);
|
|
2228
2228
|
}.filter-button-container[data-v-6047ada7] {
|
|
2229
2229
|
position: relative;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -93280,7 +93280,6 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
93280
93280
|
const selectAll = () => {
|
|
93281
93281
|
emits("selectAll");
|
|
93282
93282
|
areAllCurrentItemsSelected.value = true;
|
|
93283
|
-
selectedItems.value = props.items;
|
|
93284
93283
|
};
|
|
93285
93284
|
const onToggleSelectAllCurrentItems = () => {
|
|
93286
93285
|
if (props.selectMode === SelectMode.ALL) {
|
|
@@ -93511,7 +93510,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
93511
93510
|
}
|
|
93512
93511
|
});
|
|
93513
93512
|
|
|
93514
|
-
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-
|
|
93513
|
+
const UiBmsTable = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-a100cc9a"]]);
|
|
93515
93514
|
|
|
93516
93515
|
const _hoisted_1$a = { class: "filter-button-container" };
|
|
93517
93516
|
const _hoisted_2$8 = {
|