energy-components 1.6.0-beta.0 → 1.6.0-beta.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/accordion.es.js +1 -1
- package/dist/components/button.es.js +1 -1
- package/dist/components/checkbox.es.js +1 -1
- package/dist/components/dropdown.es.js +1 -1
- package/dist/components/filterChip.es.js +1 -1
- package/dist/components/{icon-svg-CeKfjk3j.js → icon-svg-pUb3-FXk.js} +699 -669
- package/dist/components/iconList.es.js +1 -1
- package/dist/components/iconSvg.es.js +1 -1
- package/dist/components/index.es.js +1 -1
- package/dist/components/infoBox.es.js +46 -31
- package/dist/components/link.es.js +1 -1
- package/dist/components/modal.es.js +1 -1
- package/dist/components/persistentToast.es.js +30 -24
- package/dist/components/quantitySelector.es.js +1 -1
- package/dist/components/radioButton.es.js +1 -1
- package/dist/components/selectionChip.es.js +1 -1
- package/dist/components/sidedrawer.es.js +1 -1
- package/dist/components/style/infoBox.css +1 -1
- package/dist/components/style/persistentToast.css +1 -1
- package/dist/components/style/tablepaginatedcomponent.css +1 -1
- package/dist/components/style/tableslotedcomponent.css +1 -1
- package/dist/components/switch.es.js +1 -1
- package/dist/components/tabBar.es.js +1 -1
- package/dist/components/tablepaginatedcomponent.es.js +42 -41
- package/dist/components/tableslotedcomponent.es.js +29 -27
- package/dist/components/tag.es.js +1 -1
- package/dist/components/textArea.es.js +1 -1
- package/dist/components/textField.es.js +1 -1
- package/dist/components/tooltip.es.js +1 -1
- package/dist/energy-components.es.js +1771 -1717
- package/dist/energy-components.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/src/components/feedback/info-box/info-box.vue.d.ts +20 -1
- package/dist/types/src/components/feedback/persistent-toast/persistent-toast.vue.d.ts +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as p, ref as a, computed as v, openBlock as s, createElementBlock as i, Fragment as u, withDirectives as f, createElementVNode as r, vModelText as C, renderList as L, normalizeClass as x, createVNode as g, toDisplayString as h } from "vue";
|
|
2
|
-
import { i as m, I as k } from "./icon-svg-
|
|
2
|
+
import { i as m, I as k } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/iconList.css';const y = { class: "rds-e-icon-list" }, I = ["onClick"], N = /* @__PURE__ */ p({
|
|
5
5
|
__name: "icon-list",
|
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { I as
|
|
1
|
+
import { defineComponent as k, ref as u, toRefs as h, computed as $, watch as w, nextTick as C, openBlock as t, createElementBlock as s, normalizeClass as m, createElementVNode as a, createVNode as b, createCommentVNode as o, toDisplayString as r, renderSlot as _ } from "vue";
|
|
2
|
+
import { I as v } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
-
import './style/infoBox.css';const q = { class: "alert" },
|
|
4
|
+
import './style/infoBox.css';const q = { class: "alert" }, B = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "rds-e-info-box__custom-icon-block"
|
|
7
|
-
},
|
|
7
|
+
}, H = { class: "rds-e-info-box__wrapper" }, I = { class: "rds-e-info-box__title__wrapper" }, N = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "rds-e-info-box__title rds-mb-03"
|
|
10
|
-
},
|
|
10
|
+
}, V = {
|
|
11
11
|
key: 0,
|
|
12
12
|
class: "rds-e-info-box__title rds-mb-03"
|
|
13
|
-
},
|
|
13
|
+
}, E = {
|
|
14
14
|
key: 2,
|
|
15
15
|
class: "rds-e-info-box__text"
|
|
16
|
-
},
|
|
16
|
+
}, z = {
|
|
17
|
+
key: 3,
|
|
18
|
+
class: "rds-e-info-box__content-section"
|
|
19
|
+
}, D = {
|
|
20
|
+
key: 0,
|
|
21
|
+
class: "rds-e-info-box__text"
|
|
22
|
+
}, O = {
|
|
23
|
+
key: 1,
|
|
24
|
+
class: "rds-e-info-box__content-section"
|
|
25
|
+
}, R = /* @__PURE__ */ k({
|
|
17
26
|
__name: "info-box",
|
|
18
27
|
props: {
|
|
19
28
|
/**
|
|
@@ -82,63 +91,69 @@ import './style/infoBox.css';const q = { class: "alert" }, $ = {
|
|
|
82
91
|
}
|
|
83
92
|
},
|
|
84
93
|
setup(e) {
|
|
85
|
-
const
|
|
86
|
-
() => `rds-e-info-box rds-mb-03 rds-e-info-box${
|
|
94
|
+
const x = e, l = u(!1), c = u(null), d = u(null), { type: i } = h(x), y = $(
|
|
95
|
+
() => `rds-e-info-box rds-mb-03 rds-e-info-box${i.value === "success" ? "--success" : ""}${i.value === "error" ? "--error" : ""}${i.value === "warning" ? "--warning" : ""}${i.value === "info" ? "--info" : ""}`
|
|
87
96
|
), g = () => {
|
|
88
|
-
if (!
|
|
89
|
-
const
|
|
90
|
-
|
|
97
|
+
if (!c.value || !d.value) return;
|
|
98
|
+
const n = d.value.scrollHeight;
|
|
99
|
+
c.value.style.maxHeight = l.value ? `${n}px` : "0px";
|
|
91
100
|
};
|
|
92
101
|
w(
|
|
93
|
-
() =>
|
|
102
|
+
() => l.value,
|
|
94
103
|
() => C(() => {
|
|
95
104
|
g();
|
|
96
105
|
}),
|
|
97
106
|
{ immediate: !0 }
|
|
98
107
|
);
|
|
99
108
|
const p = () => {
|
|
100
|
-
|
|
109
|
+
l.value = !l.value;
|
|
101
110
|
};
|
|
102
|
-
return (
|
|
103
|
-
class: m(
|
|
111
|
+
return (n, f) => (t(), s("div", {
|
|
112
|
+
class: m(y.value),
|
|
104
113
|
role: "alert"
|
|
105
114
|
}, [
|
|
106
115
|
a("div", q, [
|
|
107
|
-
e.icon ? (t(), s("div",
|
|
108
|
-
|
|
116
|
+
e.icon ? (t(), s("div", B, [
|
|
117
|
+
b(v, {
|
|
109
118
|
name: e.icon,
|
|
110
119
|
class: "rds-e-info-box__custom-icon",
|
|
111
120
|
"aria-hidden": "true"
|
|
112
121
|
}, null, 8, ["name"])
|
|
113
122
|
])) : o("", !0),
|
|
114
|
-
a("div",
|
|
115
|
-
a("div",
|
|
116
|
-
e.title && !e.collapsable ? (t(), s("div",
|
|
123
|
+
a("div", H, [
|
|
124
|
+
a("div", I, [
|
|
125
|
+
e.title && !e.collapsable ? (t(), s("div", N, r(e.title), 1)) : o("", !0),
|
|
117
126
|
e.collapsable ? (t(), s("div", {
|
|
118
127
|
key: 1,
|
|
119
128
|
class: "rds-e-info-box__collapsable rds-mb-03",
|
|
120
129
|
onClick: f[0] || (f[0] = () => p())
|
|
121
130
|
}, [
|
|
122
|
-
e.title ? (t(), s("div",
|
|
123
|
-
|
|
131
|
+
e.title ? (t(), s("div", V, r(e.title), 1)) : o("", !0),
|
|
132
|
+
b(v, {
|
|
124
133
|
name: "arrow_down",
|
|
125
|
-
class: m(["rds-e-info-box__custom-icon", { "rds-e-info-box__custom-icon--open":
|
|
134
|
+
class: m(["rds-e-info-box__custom-icon", { "rds-e-info-box__custom-icon--open": l.value }]),
|
|
126
135
|
"aria-hidden": "true"
|
|
127
136
|
}, null, 8, ["class"])
|
|
128
137
|
])) : o("", !0),
|
|
129
|
-
e.message && !e.collapsable ? (t(), s("p",
|
|
138
|
+
e.message && !e.collapsable && !n.$slots["content-section"] ? (t(), s("p", E, r(e.message), 1)) : o("", !0),
|
|
139
|
+
n.$slots["content-section"] && !e.collapsable ? (t(), s("div", z, [
|
|
140
|
+
_(n.$slots, "content-section", {}, void 0, !0)
|
|
141
|
+
])) : o("", !0),
|
|
130
142
|
e.collapsable ? (t(), s("div", {
|
|
131
|
-
key:
|
|
143
|
+
key: 4,
|
|
132
144
|
ref_key: "panel",
|
|
133
|
-
ref:
|
|
145
|
+
ref: c,
|
|
134
146
|
class: "rds-e-info-box__panel"
|
|
135
147
|
}, [
|
|
136
148
|
a("div", {
|
|
137
149
|
ref_key: "panelContent",
|
|
138
|
-
ref:
|
|
150
|
+
ref: d,
|
|
139
151
|
class: "rds-e-info-box__panel-content"
|
|
140
152
|
}, [
|
|
141
|
-
|
|
153
|
+
n.$slots["content-section"] ? o("", !0) : (t(), s("p", D, r(e.message), 1)),
|
|
154
|
+
n.$slots["content-section"] ? (t(), s("div", O, [
|
|
155
|
+
_(n.$slots, "content-section", {}, void 0, !0)
|
|
156
|
+
])) : o("", !0)
|
|
142
157
|
], 512)
|
|
143
158
|
], 512)) : o("", !0)
|
|
144
159
|
])
|
|
@@ -146,7 +161,7 @@ import './style/infoBox.css';const q = { class: "alert" }, $ = {
|
|
|
146
161
|
])
|
|
147
162
|
], 2));
|
|
148
163
|
}
|
|
149
|
-
}),
|
|
164
|
+
}), F = /* @__PURE__ */ S(R, [["__scopeId", "data-v-39ef726d"]]);
|
|
150
165
|
export {
|
|
151
|
-
|
|
166
|
+
F as default
|
|
152
167
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as E, toRefs as L, computed as f, openBlock as r, createBlock as d, resolveDynamicComponent as N, unref as e, normalizeClass as m, withCtx as R, mergeProps as _, createCommentVNode as i, createElementBlock as b, renderSlot as B, createTextVNode as S, toDisplayString as I } from "vue";
|
|
2
|
-
import { I as k } from "./icon-svg-
|
|
2
|
+
import { I as k } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/link.css';const $ = /* @__PURE__ */ E({
|
|
5
5
|
__name: "link",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as h, ref as C, computed as v, openBlock as r, createBlock as m, unref as a, withCtx as u, createVNode as k, normalizeStyle as b, withModifiers as w, createElementVNode as d, renderSlot as n, createCommentVNode as l, createElementBlock as c } from "vue";
|
|
2
2
|
import x from "./overlay.es.js";
|
|
3
3
|
import S from "./card.es.js";
|
|
4
|
-
import { I as $ } from "./icon-svg-
|
|
4
|
+
import { I as $ } from "./icon-svg-pUb3-FXk.js";
|
|
5
5
|
import { _ as B } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
6
6
|
import './style/modal.css';const N = { class: "rds-e-modal__container" }, R = { class: "rds-e-modal__header" }, W = {
|
|
7
7
|
key: 0,
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { I as
|
|
1
|
+
import { defineComponent as v, toRefs as y, computed as g, openBlock as t, createElementBlock as s, normalizeClass as h, createElementVNode as i, createVNode as a, createCommentVNode as o, toDisplayString as c, renderSlot as l } from "vue";
|
|
2
|
+
import { I as d } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as k } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
-
import './style/persistentToast.css';const
|
|
4
|
+
import './style/persistentToast.css';const $ = { class: "alert" }, C = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "rds-e-persistent-toast__custom-icon-block"
|
|
7
|
-
},
|
|
7
|
+
}, S = { class: "rds-e-persistent-toast__wrapper" }, q = { class: "rds-e-persistent-toast__title__wrapper" }, w = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "rds-e-persistent-toast__title rds-mb-03"
|
|
10
|
-
},
|
|
10
|
+
}, b = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "rds-e-persistent-toast__text"
|
|
13
13
|
}, T = {
|
|
14
|
+
key: 2,
|
|
15
|
+
class: "rds-e-persistent-toast__content-section"
|
|
16
|
+
}, B = {
|
|
14
17
|
key: 0,
|
|
15
18
|
class: "rds-e-persistent-toast__action-section"
|
|
16
|
-
},
|
|
19
|
+
}, I = /* @__PURE__ */ v({
|
|
17
20
|
__name: "persistent-toast",
|
|
18
21
|
props: {
|
|
19
22
|
/**
|
|
@@ -83,35 +86,38 @@ import './style/persistentToast.css';const C = { class: "alert" }, S = {
|
|
|
83
86
|
}
|
|
84
87
|
},
|
|
85
88
|
emits: ["onCloseToastAction"],
|
|
86
|
-
setup(e, { emit:
|
|
87
|
-
const
|
|
89
|
+
setup(e, { emit: u }) {
|
|
90
|
+
const _ = e, m = u, { type: r } = y(_), p = g(
|
|
88
91
|
() => `rds-e-persistent-toast rds-mb-03 rds-e-persistent-toast${r.value === "success" ? "--success" : ""}${r.value === "error" ? "--error" : ""}${r.value === "warning" ? "--warning" : ""}${r.value === "info" ? "--info" : ""}`
|
|
89
|
-
),
|
|
92
|
+
), f = () => {
|
|
90
93
|
m("onCloseToastAction");
|
|
91
94
|
};
|
|
92
|
-
return (
|
|
93
|
-
class:
|
|
95
|
+
return (n, N) => (t(), s("div", {
|
|
96
|
+
class: h(["rds-e-persistent-toast", p.value]),
|
|
94
97
|
role: "alert"
|
|
95
98
|
}, [
|
|
96
|
-
|
|
97
|
-
e.icon ? (t(), s("div",
|
|
98
|
-
a(
|
|
99
|
+
i("div", $, [
|
|
100
|
+
e.icon ? (t(), s("div", C, [
|
|
101
|
+
a(d, {
|
|
99
102
|
name: e.icon,
|
|
100
103
|
class: "rds-e-persistent-toast__custom-icon",
|
|
101
104
|
"aria-hidden": "true"
|
|
102
105
|
}, null, 8, ["name"])
|
|
103
106
|
])) : o("", !0),
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
e.title ? (t(), s("div",
|
|
107
|
-
e.message ? (t(), s("p",
|
|
107
|
+
i("div", S, [
|
|
108
|
+
i("div", q, [
|
|
109
|
+
e.title ? (t(), s("div", w, c(e.title), 1)) : o("", !0),
|
|
110
|
+
e.message && !n.$slots["content-section"] ? (t(), s("p", b, c(e.message), 1)) : o("", !0),
|
|
111
|
+
n.$slots["content-section"] ? (t(), s("div", T, [
|
|
112
|
+
l(n.$slots, "content-section", {}, void 0, !0)
|
|
113
|
+
])) : o("", !0)
|
|
108
114
|
]),
|
|
109
115
|
e.close ? (t(), s("div", {
|
|
110
116
|
key: 0,
|
|
111
117
|
class: "rds-e-persistent-toast__close-block",
|
|
112
|
-
onClick:
|
|
118
|
+
onClick: f
|
|
113
119
|
}, [
|
|
114
|
-
a(
|
|
120
|
+
a(d, {
|
|
115
121
|
name: "close",
|
|
116
122
|
class: "rds-e-persistent-toast__custom-icon",
|
|
117
123
|
"aria-hidden": "true"
|
|
@@ -119,12 +125,12 @@ import './style/persistentToast.css';const C = { class: "alert" }, S = {
|
|
|
119
125
|
])) : o("", !0)
|
|
120
126
|
])
|
|
121
127
|
]),
|
|
122
|
-
|
|
123
|
-
|
|
128
|
+
n.$slots["action-section"] ? (t(), s("div", B, [
|
|
129
|
+
l(n.$slots, "action-section", {}, void 0, !0)
|
|
124
130
|
])) : o("", !0)
|
|
125
131
|
], 2));
|
|
126
132
|
}
|
|
127
|
-
}),
|
|
133
|
+
}), z = /* @__PURE__ */ k(I, [["__scopeId", "data-v-9599464c"]]);
|
|
128
134
|
export {
|
|
129
|
-
|
|
135
|
+
z as default
|
|
130
136
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as I, mergeModels as c, useModel as V, ref as i, openBlock as w, createElementBlock as B, normalizeClass as r, createElementVNode as o, createVNode as m, withDirectives as f, vShow as v, vModelText as b } from "vue";
|
|
2
|
-
import { I as y } from "./icon-svg-
|
|
2
|
+
import { I as y } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/quantitySelector.css';const D = ["disabled"], M = ["disabled"], S = ["disabled"], x = ["disabled"], z = /* @__PURE__ */ I({
|
|
5
5
|
__name: "quantity-selector",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as R, ref as f, computed as m, inject as i, onMounted as _, onBeforeUnmount as D, openBlock as r, createElementBlock as b, normalizeClass as n, createElementVNode as v, unref as E, toDisplayString as N, createCommentVNode as w, createBlock as x } from "vue";
|
|
2
|
-
import { I as C } from "./icon-svg-
|
|
2
|
+
import { I as C } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { g as I } from "./getInstance-GhoEcxLF.js";
|
|
4
4
|
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/radioButton.css';const L = ["id", "value", "name", "disabled", "checked"], $ = ["for"], j = /* @__PURE__ */ R({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as r, ref as h, computed as s, openBlock as p, createElementBlock as u, normalizeClass as f, createVNode as g, createElementVNode as m, toDisplayString as _ } from "vue";
|
|
2
|
-
import { I as b } from "./icon-svg-
|
|
2
|
+
import { I as b } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/selectionChip.css';const C = ["disabled"], k = { class: "rds-e-selection-chip__text" }, x = /* @__PURE__ */ r({
|
|
5
5
|
__name: "selection-chip",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as g, ref as i, computed as l, watch as y, openBlock as n, createElementBlock as c, normalizeClass as u, createElementVNode as d, normalizeStyle as k, toDisplayString as b, createCommentVNode as w, createBlock as B, renderSlot as _ } from "vue";
|
|
2
|
-
import { I as $ } from "./icon-svg-
|
|
2
|
+
import { I as $ } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as x } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/sidedrawer.css';const I = { class: "rds-e-sidedrawer__header rds-mb-24" }, z = {
|
|
5
5
|
key: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-39ef726d]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-info-box[data-v-39ef726d]{border-radius:8px;color:#001e37;display:flex;flex-direction:column;padding:12px;width:100%}.rds-e-info-box .alert[data-v-39ef726d]{display:flex;width:100%}.rds-e-info-box__panel[data-v-39ef726d]{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.rds-e-info-box__custom-icon[data-v-39ef726d]{transition:transform .2s ease-out}.rds-e-info-box__custom-icon--open[data-v-39ef726d]{transform:rotate(-180deg)}.rds-e-info-box__collapsable[data-v-39ef726d]{display:flex;flex-direction:row;justify-content:space-between;width:100%}.rds-e-info-box__subwrapper[data-v-39ef726d]{align-items:center;display:flex;justify-content:space-between;order:2;width:100%}.rds-e-info-box__wrapper[data-v-39ef726d]{align-items:center;display:flex;flex-wrap:wrap;width:100%}.rds-e-info-box__title__wrapper[data-v-39ef726d]{-webkit-box-flex:1;flex-basis:0;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.rds-e-info-box__title[data-v-39ef726d]{font:1rem/1.5rem RepsolSoleTextBold}.rds-e-info-box__button-block[data-v-39ef726d]{margin-right:16px}.rds-e-info-box__text[data-v-39ef726d]{font:.875rem/1.25rem RepsolSoleTextRegular;transition:max-height .2s ease-out}.rds-e-info-box__close-block[data-v-39ef726d]{cursor:pointer;display:flex;height:100%}.rds-e-info-box__link[data-v-39ef726d]{color:#001e37}.rds-e-info-box__custom-icon-block[data-v-39ef726d]{margin-right:18px}.rds-e-info-box__action-section[data-v-39ef726d]{padding-top:16px}.rds-e-info-box--warning[data-v-39ef726d]{background-color:#ffebcc}.rds-e-info-box--warning .rds-e-info-box__icon[data-v-39ef726d],.rds-e-info-box--warning .rds-e-info-box__custom-icon-block .icon[data-v-39ef726d]{color:#f59600}.rds-e-info-box--success[data-v-39ef726d]{background-color:#d3f3db}.rds-e-info-box--success .rds-e-info-box__icon[data-v-39ef726d],.rds-e-info-box--success .rds-e-info-box__custom-icon-block .icon[data-v-39ef726d]{color:#28803d}.rds-e-info-box--error[data-v-39ef726d]{background-color:#ffdbdf}.rds-e-info-box--error .rds-e-info-box__icon[data-v-39ef726d],.rds-e-info-box--error .rds-e-info-box__custom-icon-block .icon[data-v-39ef726d]{color:#de1c2e}.rds-e-info-box--info[data-v-39ef726d]{background-color:#daf5fb}.rds-e-info-box--info .rds-e-info-box__icon[data-v-39ef726d],.rds-e-info-box--info .rds-e-info-box__custom-icon-block .icon[data-v-39ef726d]{color:#00badb}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-9599464c]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.rds-e-persistent-toast[data-v-9599464c]{border-radius:16px;color:#001e37;display:flex;flex-direction:column;padding:16px;width:100%}@media (min-width: 1280px){.rds-e-persistent-toast[data-v-9599464c]{padding:24px}}.rds-e-persistent-toast .alert[data-v-9599464c]{display:flex;width:100%}.rds-e-persistent-toast__subwrapper[data-v-9599464c]{align-items:center;display:flex;justify-content:space-between;order:2;width:100%}.rds-e-persistent-toast__wrapper[data-v-9599464c]{align-items:center;display:flex;flex-wrap:wrap;width:100%}.rds-e-persistent-toast__title__wrapper[data-v-9599464c]{-webkit-box-flex:1;flex-basis:0;flex-grow:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;max-width:100%}.rds-e-persistent-toast__title[data-v-9599464c]{font:1rem/1.5rem RepsolSoleTextBold}.rds-e-persistent-toast__button-block[data-v-9599464c]{margin-right:16px}.rds-e-persistent-toast__text[data-v-9599464c]{font:.875rem/1.25rem RepsolSoleTextRegular}.rds-e-persistent-toast__close-block[data-v-9599464c]{cursor:pointer;display:flex;height:100%}.rds-e-persistent-toast__link[data-v-9599464c]{color:#001e37}.rds-e-persistent-toast__custom-icon-block[data-v-9599464c]{margin-right:18px}.rds-e-persistent-toast__action-section[data-v-9599464c]{padding-top:16px}.rds-e-persistent-toast--warning[data-v-9599464c]{background-color:#ffebcc}.rds-e-persistent-toast--warning .rds-e-persistent-toast__icon[data-v-9599464c],.rds-e-persistent-toast--warning .rds-e-persistent-toast__custom-icon-block .icon[data-v-9599464c]{color:#f59600}.rds-e-persistent-toast--success[data-v-9599464c]{background-color:#d3f3db}.rds-e-persistent-toast--success .rds-e-persistent-toast__icon[data-v-9599464c],.rds-e-persistent-toast--success .rds-e-persistent-toast__custom-icon-block .icon[data-v-9599464c]{color:#28803d}.rds-e-persistent-toast--error[data-v-9599464c]{background-color:#ffdbdf}.rds-e-persistent-toast--error .rds-e-persistent-toast__icon[data-v-9599464c],.rds-e-persistent-toast--error .rds-e-persistent-toast__custom-icon-block .icon[data-v-9599464c]{color:#de1c2e}.rds-e-persistent-toast--info[data-v-9599464c]{background-color:#daf5fb}.rds-e-persistent-toast--info .rds-e-persistent-toast__icon[data-v-9599464c],.rds-e-persistent-toast--info .rds-e-persistent-toast__custom-icon-block .icon[data-v-9599464c]{color:#00badb}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-1f80ff40]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.table_paginated__container .table_paginated_search-container[data-v-1f80ff40]{display:flex;justify-content:flex-end}.table_paginated__container[data-v-1f80ff40] .table__cell--no-sticky{max-width:10rem;overflow:hidden;text-overflow:ellipsis}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-d7f3beaa]:root{--rds-caption-01: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-01-bold: .875rem/1.125rem RepsolSoleTextBold;--rds-caption-01-underline: .875rem/1.125rem RepsolSoleTextRegular;--rds-caption-02: .75rem/1rem RepsolSoleTextRegular;--rds-caption-02-bold: .75rem/1rem RepsolSoleTextBold;--rds-caption-02-underline: .75rem/1rem RepsolSoleTextRegular;--rds-caption-tag: .75rem/1rem RepsolSoleTextRegular;--rds-body-01: 1rem/1.5rem RepsolSoleTextRegular;--rds-body-02: .875rem/1.25rem RepsolSoleTextRegular;--rds-body-01-bold: 1rem/1.5rem RepsolSoleTextBold;--rds-body-01-underline: 1rem/1.3125rem RepsolSoleTextRegular;--rds-body-02-bold: .875rem/1.25rem RepsolSoleTextBold;--rds-body-02-underline: .875rem/1.25rem RepsolSoleTextRegular;--rds-button-01: 1rem/1.5rem RepsolSoleTextBold;--rds-button-02: .875rem/1.25rem RepsolSoleTextBold;--rds-title-01: 1.125rem/1.625rem RepsolSoleTextBold;--rds-title-02: 1rem/1.5rem RepsolSoleTextBold;--rds-headline-00-sd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-00-ld: 4rem/5rem RepsolSoleDisplayRegular;--rds-headline-00-xd: 4.5rem/5.75rem RepsolSoleDisplayRegular;--rds-headline-01-sd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-01-md: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-headline-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-headline-01-xd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-headline-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-02-md: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-02-ld: 2.25rem/3rem RepsolSoleDisplayRegular;--rds-headline-02-xd: 2.75rem/3.5rem RepsolSoleDisplayRegular;--rds-headline-03-sd: 1.375rem/1.875rem RepsolSoleDisplayRegular;--rds-headline-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-headline-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-headline-03-xd: 2rem/2.5rem RepsolSoleDisplayRegular;--rds-headline-04-sd: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-md: 1.125rem/1.625rem RepsolSoleDisplayRegular;--rds-headline-04-ld: 1.25rem/1.75rem RepsolSoleDisplayRegular;--rds-headline-04-xd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-00-sd: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-md: 3.5rem/4.25rem RepsolSoleDisplayRegular;--rds-numbers-00-ld: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-00-xd: 7rem/8.5rem RepsolSoleDisplayRegular;--rds-numbers-01-sd: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-md: 2.25rem/2.75rem RepsolSoleDisplayRegular;--rds-numbers-01-ld: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-01-xd: 3rem/3.75rem RepsolSoleDisplayRegular;--rds-numbers-02-sd: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-md: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-02-ld: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-02-xd: 2.5rem/3rem RepsolSoleDisplayRegular;--rds-numbers-03-sd: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-md: 1.5rem/2rem RepsolSoleDisplayRegular;--rds-numbers-03-ld: 1.75rem/2.25rem RepsolSoleDisplayRegular;--rds-numbers-03-xd: 1.75rem/2.25rem RepsolSoleDisplayRegular}.table__container[data-v-d7f3beaa]{overflow-y:hidden;width:100%}.table--default.table__container[data-v-d7f3beaa]{border:1px solid #DBE6F0;border-radius:16px}.table--default thead[data-v-d7f3beaa]{background-color:#f7f7f9}.table__group[data-v-d7f3beaa]{background-color:#fff;height:4rem}.table__group td[data-v-d7f3beaa]{border-bottom:1px solid #DBE6F0}.table__group td.table__group--dropdown[data-v-d7f3beaa]{cursor:default;padding:32px}.table__group--is-open[data-v-d7f3beaa]>*{font-weight:500}.table__group--spacer[data-v-d7f3beaa]{height:.5rem}.table__group--spacer.closed[data-v-d7f3beaa]{display:none}.table__cell[data-v-d7f3beaa]{padding-left:1.25rem;padding-right:1.25rem;text-align:left;white-space:nowrap}.table__cell .rds-checkbox[data-v-d7f3beaa]{display:none}.table__cell[data-v-d7f3beaa]:last-child{padding-left:1.25rem;padding-right:.625rem}.table__cell[data-v-d7f3beaa]:last-child(.table__group){position:sticky;right:0;text-align:right}.table__cell[data-v-d7f3beaa]:first-child:not(.table__group){left:0;position:sticky}.table__cell--table[data-v-d7f3beaa]:last-child:not(.table__group){position:unset;right:unset;text-align:center}.table__cell--no-sticky[data-v-d7f3beaa]{box-shadow:none}.table__cell--no-sticky[data-v-d7f3beaa]:last-child{padding-left:0;padding-right:0;position:static}.table__cell--no-sticky[data-v-d7f3beaa]:first-child:not(.table__group){left:0;padding-left:1.25rem;padding-right:0;position:static}.table__cell--heading[data-v-d7f3beaa]{border-bottom:1px solid #DBE6F0;height:4rem}.table__cell--heading__sortable svg[data-v-d7f3beaa]{transform:translateY(5px)}.table__cell--shadow[data-v-d7f3beaa]{box-shadow:0 6px 32px -10px #0003}@media (min-width: 720px){.table__cell--shadow[data-v-d7f3beaa]{box-shadow:none}}.table__cell--sortable[data-v-d7f3beaa]{cursor:pointer}@media (min-width: 720px){.table__cell--short[data-v-d7f3beaa]{max-width:11.25rem;overflow:hidden;text-overflow:ellipsis}}.table__cell--disabled[data-v-d7f3beaa]{opacity:.3}.table__cell--disabled[data-v-d7f3beaa] .numeric{color:inherit!important}.table__cell--left[data-v-d7f3beaa]{text-align:left!important}.table__cell--center[data-v-d7f3beaa]{text-align:center!important}.table__cell--right[data-v-d7f3beaa]{text-align:right!important}.table__cell[data-v-d7f3beaa] .tooltip{display:inline-block;padding-right:1.5rem}.table__cell[data-v-d7f3beaa] [type=button]{display:inline-flex!important}.table__container-btn[data-v-d7f3beaa]{align-items:center;display:flex;height:4rem;padding-right:0}.table__container-btn--end[data-v-d7f3beaa]{justify-content:flex-end}.table__button[data-v-d7f3beaa]{height:2rem}.table__button--no-sticky[data-v-d7f3beaa]{width:auto}.table__body--underline .table__group td[data-v-d7f3beaa]{border-bottom:1px solid #DBE6F0}.table__body--underline.table__body--condensed .table__group td[data-v-d7f3beaa]:first-child{padding-left:0}.table__body--condensed .table__group[data-v-d7f3beaa]{display:table-row;height:2.5rem}.table__empty-state[data-v-d7f3beaa]{background-color:#fff;padding:32px;position:relative;text-align:center;width:100%}table[data-v-d7f3beaa]{border-spacing:0;width:100%}table tbody[data-v-d7f3beaa]{position:relative}.loading-overlay[data-v-d7f3beaa]{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.loading-overlay .icon[data-v-d7f3beaa]{animation:spin-d7f3beaa 2s linear infinite}@keyframes spin-d7f3beaa{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, mergeModels as c, useModel as g, ref as r, onMounted as B, onBeforeUnmount as S, openBlock as d, createElementBlock as u, normalizeClass as V, createElementVNode as m, renderSlot as p, createTextVNode as x, toDisplayString as E, createBlock as _, createCommentVNode as f } from "vue";
|
|
2
|
-
import { I as C } from "./icon-svg-
|
|
2
|
+
import { I as C } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { _ as M } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
4
|
import './style/switch.css';const N = ["id", "disabled", "checked"], L = ["for", "aria-label"], D = {
|
|
5
5
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as N, mergeModels as B, toRefs as W, useModel as K, ref as m, computed as h, onMounted as $, nextTick as D, onUnmounted as F, watch as L, openBlock as s, createElementBlock as d, normalizeClass as u, createVNode as S, createCommentVNode as g, createElementVNode as f, Fragment as q, renderList as H, unref as O, withKeys as V, withModifiers as A, createBlock as P, createTextVNode as U, toDisplayString as j, renderSlot as G } from "vue";
|
|
2
|
-
import { I as w } from "./icon-svg-
|
|
2
|
+
import { I as w } from "./icon-svg-pUb3-FXk.js";
|
|
3
3
|
import { d as J } from "./functions-DIHwdgF0.js";
|
|
4
4
|
import { _ as Q } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
import './style/tabBar.css';const X = ["aria-selected", "tabindex", "onClick", "onKeydown"], Y = { class: "rds-e-top-bar__item-title" }, Z = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { _ as
|
|
5
|
-
import './style/tablepaginatedcomponent.css';const
|
|
1
|
+
import { defineComponent as H, toRefs as $, ref as s, watch as M, watchEffect as N, openBlock as c, createElementBlock as g, Fragment as V, renderList as h, unref as S, renderSlot as v, createBlock as K, mergeProps as z, createSlots as B, withCtx as C, normalizeProps as w, guardReactiveProps as A, withDirectives as F, createVNode as q, vShow as G } from "vue";
|
|
2
|
+
import J from "./tableslotedcomponent.es.js";
|
|
3
|
+
import Q from "./pagination.es.js";
|
|
4
|
+
import { _ as W } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
|
+
import './style/tablepaginatedcomponent.css';const X = { class: "table_paginated__container" }, Y = /* @__PURE__ */ H({
|
|
6
6
|
__name: "TablePaginatedComponent",
|
|
7
7
|
props: {
|
|
8
8
|
loading: { type: Boolean, default: !1 },
|
|
@@ -29,19 +29,19 @@ import './style/tablepaginatedcomponent.css';const Q = { class: "table_paginated
|
|
|
29
29
|
jumpTo: { type: Boolean, default: !1 }
|
|
30
30
|
},
|
|
31
31
|
emits: ["onUpdate:options", "onUpdate:reset", "onUpdate:selection", "onUpdate:selectedAll", "onUpdate:sort", "onItemExpansion"],
|
|
32
|
-
setup(
|
|
33
|
-
const t =
|
|
34
|
-
loading:
|
|
32
|
+
setup(E, { expose: U, emit: _ }) {
|
|
33
|
+
const t = E, d = _, {
|
|
34
|
+
loading: I,
|
|
35
35
|
items: o,
|
|
36
|
-
selectableKey:
|
|
37
|
-
header:
|
|
36
|
+
selectableKey: D,
|
|
37
|
+
header: O,
|
|
38
38
|
asynchrone: P
|
|
39
|
-
} =
|
|
39
|
+
} = $(t), m = s(), r = s([]), l = s([]), y = s({
|
|
40
40
|
item: {
|
|
41
|
-
header:
|
|
41
|
+
header: O,
|
|
42
42
|
items: r
|
|
43
43
|
},
|
|
44
|
-
selectableKey:
|
|
44
|
+
selectableKey: D,
|
|
45
45
|
listChecked: l,
|
|
46
46
|
checkedAll: t.checkedAll,
|
|
47
47
|
initChecked: [],
|
|
@@ -52,66 +52,65 @@ import './style/tablepaginatedcomponent.css';const Q = { class: "table_paginated
|
|
|
52
52
|
hideSelectAll: t.hideSelectAll,
|
|
53
53
|
showEmptyState: t.showEmptyState,
|
|
54
54
|
mockItems: t.itemsPerPage[0]
|
|
55
|
-
}), b = s(null), u = s(1), p = s(),
|
|
55
|
+
}), b = s(null), u = s(1), p = s(), T = () => {
|
|
56
56
|
o.value = [], r.value = [], u.value = 1, d("onUpdate:reset");
|
|
57
57
|
}, k = () => {
|
|
58
58
|
p.value && (r.value = o.value);
|
|
59
|
-
},
|
|
59
|
+
}, j = (e) => {
|
|
60
60
|
const a = {};
|
|
61
61
|
if ("pagination" in e) {
|
|
62
|
-
e.pagination.reset &&
|
|
62
|
+
e.pagination.reset && T();
|
|
63
63
|
let n = !1;
|
|
64
64
|
p.value = e.pagination, e.pagination.page > u.value && (u.value = e.pagination.page, n = !0), p.value && (p.value.isNewPage = n), k();
|
|
65
65
|
}
|
|
66
66
|
Object.assign(a, p.value), m.value && m.value.clearVisibleDetails(), d("onUpdate:options", a);
|
|
67
|
-
},
|
|
67
|
+
}, x = (e) => {
|
|
68
68
|
const a = l.value.indexOf(e);
|
|
69
69
|
a > -1 ? l.value.splice(a, 1) : l.value.push(e), d("onUpdate:selection", l.value);
|
|
70
|
-
},
|
|
70
|
+
}, L = () => {
|
|
71
71
|
var e;
|
|
72
72
|
(e = b.value) == null || e.resetPagination();
|
|
73
|
-
},
|
|
73
|
+
}, R = (e) => {
|
|
74
74
|
e && (l.value = []), y.value.checkedAll = e, d("onUpdate:selectedAll", e);
|
|
75
75
|
};
|
|
76
|
-
return l.value = [...t.initChecked], P.value || (r.value = o.value),
|
|
76
|
+
return l.value = [...t.initChecked], P.value || (r.value = o.value), M(o, () => {
|
|
77
77
|
k();
|
|
78
|
-
}),
|
|
78
|
+
}), N(() => {
|
|
79
79
|
if (!P.value && o.value.length > 0) {
|
|
80
80
|
const e = (t.activePage - 1) * t.itemsPerPage[0], a = e + t.itemsPerPage[0];
|
|
81
81
|
r.value = o.value.slice(e, a);
|
|
82
82
|
}
|
|
83
|
-
}),
|
|
83
|
+
}), U({
|
|
84
84
|
/** Fuerza a refrescar la paginacion y la tabla */
|
|
85
|
-
$reset:
|
|
86
|
-
}), (e, a) => (c(), g("div",
|
|
87
|
-
e.$slots.mobile && e.isMobileDevice ? (c(!0), g(
|
|
85
|
+
$reset: L
|
|
86
|
+
}), (e, a) => (c(), g("div", X, [
|
|
87
|
+
e.$slots.mobile && e.isMobileDevice ? (c(!0), g(V, { key: 0 }, h(S(o), (n, i) => (c(), g("div", {
|
|
88
88
|
key: `mobile-${i}`,
|
|
89
89
|
class: "table_paginted__mobile_item"
|
|
90
90
|
}, [
|
|
91
91
|
v(e.$slots, "mobile", { item: n }, void 0, !0)
|
|
92
|
-
]))), 128)) : (c(),
|
|
92
|
+
]))), 128)) : (c(), K(J, z({
|
|
93
93
|
key: 1,
|
|
94
94
|
ref_key: "tableSloted",
|
|
95
95
|
ref: m,
|
|
96
96
|
class: "mb-5"
|
|
97
97
|
}, y.value, {
|
|
98
|
-
loading: S(
|
|
98
|
+
loading: S(I),
|
|
99
99
|
"is-mobile-device": e.isMobileDevice,
|
|
100
100
|
"items-expanded": e.itemsExpanded,
|
|
101
|
-
onOnClickCheckbox:
|
|
102
|
-
onSelectAll:
|
|
101
|
+
onOnClickCheckbox: x,
|
|
102
|
+
onSelectAll: R,
|
|
103
103
|
onOnItemExpansion: a[0] || (a[0] = (n) => d("onItemExpansion", n)),
|
|
104
104
|
onOnHeaderSort: a[1] || (a[1] = (n) => d("onUpdate:sort", n))
|
|
105
|
-
}),
|
|
105
|
+
}), B({ _: 2 }, [
|
|
106
106
|
h(e.$slots, (n, i) => ({
|
|
107
107
|
name: i,
|
|
108
|
-
fn:
|
|
109
|
-
v(e.$slots, i, w(
|
|
108
|
+
fn: C((f) => [
|
|
109
|
+
v(e.$slots, i, w(A(f || {})), void 0, !0)
|
|
110
110
|
])
|
|
111
111
|
}))
|
|
112
112
|
]), 1040, ["loading", "is-mobile-device", "items-expanded"])),
|
|
113
|
-
|
|
114
|
-
key: 2,
|
|
113
|
+
F(q(Q, {
|
|
115
114
|
ref_key: "paginationComponentRef",
|
|
116
115
|
ref: b,
|
|
117
116
|
class: "rds-mt-16",
|
|
@@ -120,18 +119,20 @@ import './style/tablepaginatedcomponent.css';const Q = { class: "table_paginated
|
|
|
120
119
|
"items-per-page": t.itemsPerPage[0],
|
|
121
120
|
"hide-leyend": t.hideLeyend,
|
|
122
121
|
"jump-to": t.jumpTo,
|
|
123
|
-
onPageChanged: a[2] || (a[2] = (n) =>
|
|
124
|
-
},
|
|
122
|
+
onPageChanged: a[2] || (a[2] = (n) => j({ pagination: n }))
|
|
123
|
+
}, B({ _: 2 }, [
|
|
125
124
|
h(e.$slots, (n, i) => ({
|
|
126
125
|
name: i,
|
|
127
|
-
fn:
|
|
128
|
-
v(e.$slots, i, w(
|
|
126
|
+
fn: C((f) => [
|
|
127
|
+
v(e.$slots, i, w(A(f || {})), void 0, !0)
|
|
129
128
|
])
|
|
130
129
|
}))
|
|
131
|
-
]), 1032, ["total-items", "current-page", "items-per-page", "hide-leyend", "jump-to"])
|
|
130
|
+
]), 1032, ["total-items", "current-page", "items-per-page", "hide-leyend", "jump-to"]), [
|
|
131
|
+
[G, !e.hidePagination]
|
|
132
|
+
])
|
|
132
133
|
]));
|
|
133
134
|
}
|
|
134
|
-
}),
|
|
135
|
+
}), ne = /* @__PURE__ */ W(Y, [["__scopeId", "data-v-1f80ff40"]]);
|
|
135
136
|
export {
|
|
136
|
-
|
|
137
|
+
ne as default
|
|
137
138
|
};
|