@namelivia/vue-components 2.0.0 → 2.0.2
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/index.esm.js +342 -304
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +367 -328
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/RangeView/RangeView.cy.js +19 -0
- package/src/RangeView/RangeView.vue +48 -0
- package/src/Selector/Selector.vue +1 -1
- package/src/index.js +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, toDisplayString, createStaticVNode, createElementVNode, renderSlot, withDirectives, Fragment, renderList, vModelSelect, normalizeClass, resolveComponent, createBlock, Transition, withCtx, createCommentVNode, createVNode } from 'vue';
|
|
2
2
|
|
|
3
|
-
var script$
|
|
3
|
+
var script$v = defineComponent({
|
|
4
4
|
name: 'SectionTitle',
|
|
5
5
|
props: {
|
|
6
6
|
text: {
|
|
@@ -10,10 +10,10 @@ var script$u = defineComponent({
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
13
|
-
const _hoisted_1$
|
|
13
|
+
const _hoisted_1$p = { class: "section-title" };
|
|
14
14
|
|
|
15
|
-
function render$
|
|
16
|
-
return (openBlock(), createElementBlock("h1", _hoisted_1$
|
|
15
|
+
function render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16
|
+
return (openBlock(), createElementBlock("h1", _hoisted_1$p, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
function styleInject(css, ref) {
|
|
@@ -43,57 +43,57 @@ function styleInject(css, ref) {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var css_248z$
|
|
47
|
-
styleInject(css_248z$
|
|
46
|
+
var css_248z$n = "\n.section-title[data-v-0375af86] {\n text-align: center;\n font-size: 3.75rem;\n line-height: 1.5;\n}\n";
|
|
47
|
+
styleInject(css_248z$n);
|
|
48
48
|
|
|
49
|
-
script$
|
|
50
|
-
script$
|
|
51
|
-
script$
|
|
49
|
+
script$v.render = render$v;
|
|
50
|
+
script$v.__scopeId = "data-v-0375af86";
|
|
51
|
+
script$v.__file = "src/SectionTitle/SectionTitle.vue";
|
|
52
52
|
|
|
53
|
-
var script$
|
|
53
|
+
var script$u = defineComponent({
|
|
54
54
|
name: "Loading",
|
|
55
55
|
props: {
|
|
56
56
|
text: String,
|
|
57
57
|
},
|
|
58
58
|
});
|
|
59
59
|
|
|
60
|
-
function render$
|
|
60
|
+
function render$u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
61
61
|
return (openBlock(), createElementBlock("div", null, _cache[0] || (_cache[0] = [
|
|
62
62
|
createStaticVNode("<h1 class=\"loading-text\" data-v-7a9a3040>Loading...</h1><div class=\"loading-balls-container\" data-v-7a9a3040><div class=\"loading-ball blue\" data-v-7a9a3040></div><div class=\"loading-ball green\" data-v-7a9a3040></div><div class=\"loading-ball red\" data-v-7a9a3040></div></div>", 2)
|
|
63
63
|
])))
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
var css_248z$
|
|
67
|
-
styleInject(css_248z$
|
|
66
|
+
var css_248z$m = "\n.loading-text[data-v-7a9a3040] {\n text-align: center;\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n.loading-balls-container[data-v-7a9a3040] {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n animation: bounce-7a9a3040 1.5s infinite ease-in-out;\n}\n.loading-ball[data-v-7a9a3040] {\n width: 2rem;\n height: 2rem;\n border-radius: 50%;\n}\n.loading-ball.blue[data-v-7a9a3040] {\n background-color: #60a5fa;\n}\n.loading-ball.green[data-v-7a9a3040] {\n background-color: #34d399;\n}\n.loading-ball.red[data-v-7a9a3040] {\n background-color: #f87171;\n}\n@keyframes bounce-7a9a3040 {\n0%, 100% {\n transform: translateY(0);\n}\n50% {\n transform: translateY(-1rem);\n}\n}\n";
|
|
67
|
+
styleInject(css_248z$m);
|
|
68
68
|
|
|
69
|
-
script$
|
|
70
|
-
script$
|
|
71
|
-
script$
|
|
69
|
+
script$u.render = render$u;
|
|
70
|
+
script$u.__scopeId = "data-v-7a9a3040";
|
|
71
|
+
script$u.__file = "src/Loading/Loading.vue";
|
|
72
72
|
|
|
73
|
-
var script$
|
|
73
|
+
var script$t = defineComponent({
|
|
74
74
|
name: "ResetButton",
|
|
75
75
|
props: {
|
|
76
76
|
text: String,
|
|
77
77
|
},
|
|
78
78
|
});
|
|
79
79
|
|
|
80
|
-
const _hoisted_1$
|
|
80
|
+
const _hoisted_1$o = {
|
|
81
81
|
class: "reset-button",
|
|
82
82
|
type: "reset"
|
|
83
83
|
};
|
|
84
84
|
|
|
85
|
-
function render$
|
|
86
|
-
return (openBlock(), createElementBlock("button", _hoisted_1$
|
|
85
|
+
function render$t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
86
|
+
return (openBlock(), createElementBlock("button", _hoisted_1$o, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
var css_248z$
|
|
90
|
-
styleInject(css_248z$
|
|
89
|
+
var css_248z$l = "\n.reset-button[data-v-7d64d3ac] {\n background-color: #ef4444;\n color: #ffffff;\n font-weight: bold;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out;\n}\n.reset-button[data-v-7d64d3ac]:hover {\n background-color: #b91c1c;\n}\n";
|
|
90
|
+
styleInject(css_248z$l);
|
|
91
91
|
|
|
92
|
-
script$
|
|
93
|
-
script$
|
|
94
|
-
script$
|
|
92
|
+
script$t.render = render$t;
|
|
93
|
+
script$t.__scopeId = "data-v-7d64d3ac";
|
|
94
|
+
script$t.__file = "src/ResetButton/ResetButton.vue";
|
|
95
95
|
|
|
96
|
-
var script$
|
|
96
|
+
var script$s = defineComponent({
|
|
97
97
|
name: "SubmitButton",
|
|
98
98
|
props: {
|
|
99
99
|
text: {
|
|
@@ -105,24 +105,24 @@ var script$r = defineComponent({
|
|
|
105
105
|
},
|
|
106
106
|
});
|
|
107
107
|
|
|
108
|
-
const _hoisted_1$
|
|
108
|
+
const _hoisted_1$n = ["disabled"];
|
|
109
109
|
|
|
110
|
-
function render$
|
|
110
|
+
function render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
111
111
|
return (openBlock(), createElementBlock("button", {
|
|
112
112
|
class: "submit-button",
|
|
113
113
|
type: "submit",
|
|
114
114
|
disabled: _ctx.disabled
|
|
115
|
-
}, toDisplayString(_ctx.text), 9 /* TEXT, PROPS */, _hoisted_1$
|
|
115
|
+
}, toDisplayString(_ctx.text), 9 /* TEXT, PROPS */, _hoisted_1$n))
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
var css_248z$
|
|
119
|
-
styleInject(css_248z$
|
|
118
|
+
var css_248z$k = "\n.submit-button[data-v-36256e34] {\n background-color: #3b82f6;\n color: #ffffff;\n font-weight: bold;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out;\n}\n.submit-button[data-v-36256e34]:hover {\n background-color: #2563eb;\n}\n.submit-button[data-v-36256e34]:disabled {\n background-color: #60a5fa;\n cursor: not-allowed;\n}\n";
|
|
119
|
+
styleInject(css_248z$k);
|
|
120
120
|
|
|
121
|
-
script$
|
|
122
|
-
script$
|
|
123
|
-
script$
|
|
121
|
+
script$s.render = render$s;
|
|
122
|
+
script$s.__scopeId = "data-v-36256e34";
|
|
123
|
+
script$s.__file = "src/SubmitButton/SubmitButton.vue";
|
|
124
124
|
|
|
125
|
-
var script$
|
|
125
|
+
var script$r = defineComponent({
|
|
126
126
|
name: "RegularButton",
|
|
127
127
|
props: {
|
|
128
128
|
text: String,
|
|
@@ -135,21 +135,21 @@ var script$q = defineComponent({
|
|
|
135
135
|
},
|
|
136
136
|
});
|
|
137
137
|
|
|
138
|
-
function render$
|
|
138
|
+
function render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
139
139
|
return (openBlock(), createElementBlock("button", {
|
|
140
140
|
class: "regular-button",
|
|
141
141
|
onClick: _cache[0] || (_cache[0] = (...args) => (_ctx.onClick && _ctx.onClick(...args)))
|
|
142
142
|
}, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
var css_248z$
|
|
146
|
-
styleInject(css_248z$
|
|
145
|
+
var css_248z$j = "\n.regular-button[data-v-ff0ba8f8] {\n background-color: #3b82f6;\n color: #ffffff;\n font-weight: bold;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out;\n}\n.regular-button[data-v-ff0ba8f8]:hover {\n background-color: #2563eb;\n}\n";
|
|
146
|
+
styleInject(css_248z$j);
|
|
147
147
|
|
|
148
|
-
script$
|
|
149
|
-
script$
|
|
150
|
-
script$
|
|
148
|
+
script$r.render = render$r;
|
|
149
|
+
script$r.__scopeId = "data-v-ff0ba8f8";
|
|
150
|
+
script$r.__file = "src/RegularButton/RegularButton.vue";
|
|
151
151
|
|
|
152
|
-
var script$
|
|
152
|
+
var script$q = defineComponent({
|
|
153
153
|
name: "SecondaryButton",
|
|
154
154
|
props: {
|
|
155
155
|
text: String,
|
|
@@ -162,21 +162,21 @@ var script$p = defineComponent({
|
|
|
162
162
|
},
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
function render$
|
|
165
|
+
function render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
166
166
|
return (openBlock(), createElementBlock("button", {
|
|
167
167
|
class: "secondary-button",
|
|
168
168
|
onClick: _cache[0] || (_cache[0] = (...args) => (_ctx.onClick && _ctx.onClick(...args)))
|
|
169
169
|
}, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
var css_248z$
|
|
173
|
-
styleInject(css_248z$
|
|
172
|
+
var css_248z$i = "\n.secondary-button[data-v-64f6b018] {\n background-color: #6b7280;\n color: #ffffff;\n font-weight: bold;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out;\n}\n.secondary-button[data-v-64f6b018]:hover {\n background-color: #374151;\n}\n";
|
|
173
|
+
styleInject(css_248z$i);
|
|
174
174
|
|
|
175
|
-
script$
|
|
176
|
-
script$
|
|
177
|
-
script$
|
|
175
|
+
script$q.render = render$q;
|
|
176
|
+
script$q.__scopeId = "data-v-64f6b018";
|
|
177
|
+
script$q.__file = "src/SecondaryButton/SecondaryButton.vue";
|
|
178
178
|
|
|
179
|
-
var script$
|
|
179
|
+
var script$p = defineComponent({
|
|
180
180
|
name: "DangerButton",
|
|
181
181
|
props: {
|
|
182
182
|
text: String,
|
|
@@ -189,43 +189,43 @@ var script$o = defineComponent({
|
|
|
189
189
|
},
|
|
190
190
|
});
|
|
191
191
|
|
|
192
|
-
function render$
|
|
192
|
+
function render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
193
193
|
return (openBlock(), createElementBlock("button", {
|
|
194
194
|
class: "danger-button",
|
|
195
195
|
onClick: _cache[0] || (_cache[0] = (...args) => (_ctx.onClick && _ctx.onClick(...args)))
|
|
196
196
|
}, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
var css_248z$
|
|
200
|
-
styleInject(css_248z$
|
|
199
|
+
var css_248z$h = "\n.danger-button[data-v-82244a74] {\n background-color: #ef4444;\n color: #ffffff;\n font-weight: bold;\n padding: 0.5rem 1rem;\n border-radius: 0.25rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.2s ease-in-out;\n}\n.danger-button[data-v-82244a74]:hover {\n background-color: #b91c1c;\n}\n";
|
|
200
|
+
styleInject(css_248z$h);
|
|
201
201
|
|
|
202
|
-
script$
|
|
203
|
-
script$
|
|
204
|
-
script$
|
|
202
|
+
script$p.render = render$p;
|
|
203
|
+
script$p.__scopeId = "data-v-82244a74";
|
|
204
|
+
script$p.__file = "src/DangerButton/DangerButton.vue";
|
|
205
205
|
|
|
206
|
-
var script$
|
|
206
|
+
var script$o = defineComponent({
|
|
207
207
|
name: "Card"
|
|
208
208
|
});
|
|
209
209
|
|
|
210
|
-
const _hoisted_1$
|
|
211
|
-
const _hoisted_2$
|
|
210
|
+
const _hoisted_1$m = { class: "card-container" };
|
|
211
|
+
const _hoisted_2$e = { class: "card" };
|
|
212
212
|
|
|
213
|
-
function render$
|
|
214
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
215
|
-
createElementVNode("div", _hoisted_2$
|
|
213
|
+
function render$o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
214
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
215
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
216
216
|
renderSlot(_ctx.$slots, "default")
|
|
217
217
|
])
|
|
218
218
|
]))
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
var css_248z$
|
|
222
|
-
styleInject(css_248z$
|
|
221
|
+
var css_248z$g = "\n.card-container[data-v-da3858b4] {\n margin: 2rem;\n}\n.card[data-v-da3858b4] {\n max-width: 24rem;\n border-radius: 0.375rem;\n overflow: hidden;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n";
|
|
222
|
+
styleInject(css_248z$g);
|
|
223
223
|
|
|
224
|
-
script$
|
|
225
|
-
script$
|
|
226
|
-
script$
|
|
224
|
+
script$o.render = render$o;
|
|
225
|
+
script$o.__scopeId = "data-v-da3858b4";
|
|
226
|
+
script$o.__file = "src/Card/Card.vue";
|
|
227
227
|
|
|
228
|
-
var script$
|
|
228
|
+
var script$n = defineComponent({
|
|
229
229
|
name: "CardImage",
|
|
230
230
|
props: {
|
|
231
231
|
src: String,
|
|
@@ -247,48 +247,48 @@ var script$m = defineComponent({
|
|
|
247
247
|
},
|
|
248
248
|
});
|
|
249
249
|
|
|
250
|
-
const _hoisted_1$
|
|
250
|
+
const _hoisted_1$l = ["src", "alt"];
|
|
251
251
|
|
|
252
|
-
function render$
|
|
252
|
+
function render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
253
253
|
return (openBlock(), createElementBlock("img", {
|
|
254
254
|
class: "w-full",
|
|
255
255
|
src: _ctx.src,
|
|
256
256
|
alt: _ctx.alt,
|
|
257
257
|
ref: "image"
|
|
258
|
-
}, null, 8 /* PROPS */, _hoisted_1$
|
|
258
|
+
}, null, 8 /* PROPS */, _hoisted_1$l))
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
script$
|
|
262
|
-
script$
|
|
261
|
+
script$n.render = render$n;
|
|
262
|
+
script$n.__file = "src/CardImage/CardImage.vue";
|
|
263
263
|
|
|
264
|
-
var script$
|
|
264
|
+
var script$m = defineComponent({
|
|
265
265
|
name: "CardBody",
|
|
266
266
|
props: {
|
|
267
267
|
title: String,
|
|
268
268
|
},
|
|
269
269
|
});
|
|
270
270
|
|
|
271
|
-
const _hoisted_1$
|
|
272
|
-
const _hoisted_2$
|
|
273
|
-
const _hoisted_3$
|
|
271
|
+
const _hoisted_1$k = { class: "card-body" };
|
|
272
|
+
const _hoisted_2$d = { class: "card-title" };
|
|
273
|
+
const _hoisted_3$9 = { class: "card-text" };
|
|
274
274
|
|
|
275
|
-
function render$
|
|
276
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
277
|
-
createElementVNode("div", _hoisted_2$
|
|
278
|
-
createElementVNode("p", _hoisted_3$
|
|
275
|
+
function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
276
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
277
|
+
createElementVNode("div", _hoisted_2$d, toDisplayString(_ctx.title), 1 /* TEXT */),
|
|
278
|
+
createElementVNode("p", _hoisted_3$9, [
|
|
279
279
|
renderSlot(_ctx.$slots, "default")
|
|
280
280
|
])
|
|
281
281
|
]))
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
var css_248z$
|
|
285
|
-
styleInject(css_248z$
|
|
284
|
+
var css_248z$f = "\n.card-body[data-v-ec34b134] {\n padding: 1.5rem 1.5rem;\n}\n.card-title[data-v-ec34b134] {\n font-weight: bold;\n font-size: 1.25rem;\n margin-bottom: 0.5rem;\n}\n.card-text[data-v-ec34b134] {\n color: #4a5568;\n font-size: 1rem;\n}\n";
|
|
285
|
+
styleInject(css_248z$f);
|
|
286
286
|
|
|
287
|
-
script$
|
|
288
|
-
script$
|
|
289
|
-
script$
|
|
287
|
+
script$m.render = render$m;
|
|
288
|
+
script$m.__scopeId = "data-v-ec34b134";
|
|
289
|
+
script$m.__file = "src/CardBody/CardBody.vue";
|
|
290
290
|
|
|
291
|
-
var script$
|
|
291
|
+
var script$l = defineComponent({
|
|
292
292
|
name: "Selector",
|
|
293
293
|
props: {
|
|
294
294
|
id: {
|
|
@@ -340,19 +340,19 @@ var script$k = defineComponent({
|
|
|
340
340
|
},
|
|
341
341
|
});
|
|
342
342
|
|
|
343
|
-
const _hoisted_1$
|
|
344
|
-
const _hoisted_2$
|
|
345
|
-
const _hoisted_3$
|
|
346
|
-
const _hoisted_4$
|
|
347
|
-
const _hoisted_5$
|
|
343
|
+
const _hoisted_1$j = { class: "selector-container" };
|
|
344
|
+
const _hoisted_2$c = ["for"];
|
|
345
|
+
const _hoisted_3$8 = { class: "selector-relative-container" };
|
|
346
|
+
const _hoisted_4$2 = ["id", "disabled"];
|
|
347
|
+
const _hoisted_5$2 = ["value", "disabled"];
|
|
348
348
|
|
|
349
|
-
function render$
|
|
350
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
349
|
+
function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
350
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
351
351
|
createElementVNode("label", {
|
|
352
352
|
class: "selector-label",
|
|
353
353
|
for: _ctx.id
|
|
354
|
-
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$
|
|
355
|
-
createElementVNode("div", _hoisted_3$
|
|
354
|
+
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$c),
|
|
355
|
+
createElementVNode("div", _hoisted_3$8, [
|
|
356
356
|
withDirectives(createElementVNode("select", {
|
|
357
357
|
class: "selector-field",
|
|
358
358
|
id: _ctx.id,
|
|
@@ -365,9 +365,9 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
365
365
|
key: option.value,
|
|
366
366
|
value: option.value,
|
|
367
367
|
disabled: option.disabled
|
|
368
|
-
}, toDisplayString(option.text), 9 /* TEXT, PROPS */, _hoisted_5$
|
|
368
|
+
}, toDisplayString(option.text), 9 /* TEXT, PROPS */, _hoisted_5$2))
|
|
369
369
|
}), 128 /* KEYED_FRAGMENT */))
|
|
370
|
-
], 40 /* PROPS, NEED_HYDRATION */, _hoisted_4$
|
|
370
|
+
], 40 /* PROPS, NEED_HYDRATION */, _hoisted_4$2), [
|
|
371
371
|
[vModelSelect, _ctx.selected]
|
|
372
372
|
]),
|
|
373
373
|
_cache[2] || (_cache[2] = createElementVNode("div", { class: "selector-icon-container" }, [
|
|
@@ -383,14 +383,14 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
383
383
|
]))
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
var css_248z$
|
|
387
|
-
styleInject(css_248z$
|
|
386
|
+
var css_248z$e = "\n.selector-container[data-v-ec6513f4] {\n margin-bottom: 1rem;\n}\n.selector-label[data-v-ec6513f4] {\n display: block;\n color: #4a5568;\n font-size: 0.875rem;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.selector-relative-container[data-v-ec6513f4] {\n position: relative;\n}\n.selector-field[data-v-ec6513f4] {\n appearance: none;\n width: 100%;\n background-color: #e5e7eb;\n border: 1px solid #e5e7eb;\n color: #4a5568;\n padding: 0.75rem 1rem 0.75rem 0.75rem;\n padding-right: 2rem;\n border-radius: 0.25rem;\n line-height: 1.25;\n transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;\n}\n.selector-field[data-v-ec6513f4]:focus {\n outline: none;\n background-color: #ffffff;\n border-color: #a0aec0;\n}\n.selector-icon-container[data-v-ec6513f4] {\n pointer-events: none;\n position: absolute;\n inset: 0 auto;\n right: 0;\n display: flex;\n align-items: center;\n padding: 0 0.5rem;\n color: #4a5568;\n}\n.selector-icon[data-v-ec6513f4] {\n fill: currentColor;\n height: 1rem;\n width: 1rem;\n}\n";
|
|
387
|
+
styleInject(css_248z$e);
|
|
388
388
|
|
|
389
|
-
script$
|
|
390
|
-
script$
|
|
391
|
-
script$
|
|
389
|
+
script$l.render = render$l;
|
|
390
|
+
script$l.__scopeId = "data-v-ec6513f4";
|
|
391
|
+
script$l.__file = "src/Selector/Selector.vue";
|
|
392
392
|
|
|
393
|
-
var script$
|
|
393
|
+
var script$k = defineComponent({
|
|
394
394
|
name: "TextInput",
|
|
395
395
|
props: {
|
|
396
396
|
id: {
|
|
@@ -420,16 +420,16 @@ var script$j = defineComponent({
|
|
|
420
420
|
},
|
|
421
421
|
});
|
|
422
422
|
|
|
423
|
-
const _hoisted_1$
|
|
424
|
-
const _hoisted_2$
|
|
425
|
-
const _hoisted_3$
|
|
423
|
+
const _hoisted_1$i = { class: "text-input-container" };
|
|
424
|
+
const _hoisted_2$b = ["for"];
|
|
425
|
+
const _hoisted_3$7 = ["id", "name", "required", "disabled", "placeholder", "value"];
|
|
426
426
|
|
|
427
|
-
function render$
|
|
428
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
427
|
+
function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
428
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
429
429
|
createElementVNode("label", {
|
|
430
430
|
class: "text-input-label",
|
|
431
431
|
for: _ctx.id
|
|
432
|
-
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$
|
|
432
|
+
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$b),
|
|
433
433
|
createElementVNode("input", {
|
|
434
434
|
class: "text-input-field",
|
|
435
435
|
id: _ctx.id,
|
|
@@ -440,18 +440,18 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
440
440
|
value: _ctx.text,
|
|
441
441
|
onInput: _cache[0] || (_cache[0] = (...args) => (_ctx.onInput && _ctx.onInput(...args))),
|
|
442
442
|
type: "text"
|
|
443
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$
|
|
443
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$7)
|
|
444
444
|
]))
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
var css_248z$
|
|
448
|
-
styleInject(css_248z$
|
|
447
|
+
var css_248z$d = "\n.text-input-container[data-v-b67694bc] {\n margin-bottom: 1rem;\n}\n.text-input-label[data-v-b67694bc] {\n display: block;\n color: #4a5568;\n font-size: 0.875rem;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.text-input-field[data-v-b67694bc] {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n appearance: none;\n border: 1px solid #d1d5db;\n border-radius: 0.25rem;\n width: 100%;\n padding: 0.5rem 0.75rem;\n color: #4a5568;\n line-height: 1.25;\n transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;\n}\n.text-input-field[data-v-b67694bc]:focus {\n outline: none;\n box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);\n border-color: #3182ce;\n}\n.text-input-field[data-v-b67694bc]:disabled {\n background-color: #e5e7eb;\n cursor: not-allowed;\n}\n";
|
|
448
|
+
styleInject(css_248z$d);
|
|
449
449
|
|
|
450
|
-
script$
|
|
451
|
-
script$
|
|
452
|
-
script$
|
|
450
|
+
script$k.render = render$k;
|
|
451
|
+
script$k.__scopeId = "data-v-b67694bc";
|
|
452
|
+
script$k.__file = "src/TextInput/TextInput.vue";
|
|
453
453
|
|
|
454
|
-
var script$
|
|
454
|
+
var script$j = defineComponent({
|
|
455
455
|
name: "CheckBoxInput",
|
|
456
456
|
props: {
|
|
457
457
|
id: {
|
|
@@ -478,12 +478,12 @@ var script$i = defineComponent({
|
|
|
478
478
|
},
|
|
479
479
|
});
|
|
480
480
|
|
|
481
|
-
const _hoisted_1$
|
|
482
|
-
const _hoisted_2$
|
|
483
|
-
const _hoisted_3$
|
|
481
|
+
const _hoisted_1$h = { class: "checkbox-container" };
|
|
482
|
+
const _hoisted_2$a = ["id", "name", "required", "value"];
|
|
483
|
+
const _hoisted_3$6 = ["for"];
|
|
484
484
|
|
|
485
|
-
function render$
|
|
486
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
485
|
+
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
486
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
487
487
|
createElementVNode("input", {
|
|
488
488
|
id: _ctx.id,
|
|
489
489
|
name: _ctx.id,
|
|
@@ -492,22 +492,22 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
492
492
|
onInput: _cache[0] || (_cache[0] = (...args) => (_ctx.onInput && _ctx.onInput(...args))),
|
|
493
493
|
type: "checkbox",
|
|
494
494
|
"unchecked-value": "false"
|
|
495
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_2$
|
|
495
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_2$a),
|
|
496
496
|
createElementVNode("label", {
|
|
497
497
|
class: "checkbox-label",
|
|
498
498
|
for: _ctx.id
|
|
499
|
-
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_3$
|
|
499
|
+
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_3$6)
|
|
500
500
|
]))
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
-
var css_248z$
|
|
504
|
-
styleInject(css_248z$
|
|
503
|
+
var css_248z$c = "\n.checkbox-container[data-v-38da3a94] {\n margin-bottom: 1rem;\n}\ninput[type=\"checkbox\"][data-v-38da3a94] {\n margin-right: 0.5rem;\n}\n.checkbox-label[data-v-38da3a94] {\n display: block;\n color: #4a5568;\n font-size: 0.875rem;\n font-weight: bold;\n}\n";
|
|
504
|
+
styleInject(css_248z$c);
|
|
505
505
|
|
|
506
|
-
script$
|
|
507
|
-
script$
|
|
508
|
-
script$
|
|
506
|
+
script$j.render = render$j;
|
|
507
|
+
script$j.__scopeId = "data-v-38da3a94";
|
|
508
|
+
script$j.__file = "src/CheckBoxInput/CheckBoxInput.vue";
|
|
509
509
|
|
|
510
|
-
var script$
|
|
510
|
+
var script$i = defineComponent({
|
|
511
511
|
name: "NumberInput",
|
|
512
512
|
props: {
|
|
513
513
|
id: {
|
|
@@ -543,16 +543,16 @@ var script$h = defineComponent({
|
|
|
543
543
|
},
|
|
544
544
|
});
|
|
545
545
|
|
|
546
|
-
const _hoisted_1$
|
|
547
|
-
const _hoisted_2$
|
|
548
|
-
const _hoisted_3$
|
|
546
|
+
const _hoisted_1$g = { class: "number-input-container" };
|
|
547
|
+
const _hoisted_2$9 = ["for"];
|
|
548
|
+
const _hoisted_3$5 = ["id", "name", "required", "placeholder", "disabled", "value", "min", "step"];
|
|
549
549
|
|
|
550
|
-
function render$
|
|
551
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
550
|
+
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
551
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$g, [
|
|
552
552
|
createElementVNode("label", {
|
|
553
553
|
class: "number-input-label",
|
|
554
554
|
for: _ctx.id
|
|
555
|
-
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$
|
|
555
|
+
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$9),
|
|
556
556
|
createElementVNode("input", {
|
|
557
557
|
class: "number-input-field",
|
|
558
558
|
id: _ctx.id,
|
|
@@ -565,18 +565,18 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
565
565
|
step: _ctx.step,
|
|
566
566
|
onInput: _cache[0] || (_cache[0] = (...args) => (_ctx.onInput && _ctx.onInput(...args))),
|
|
567
567
|
type: "number"
|
|
568
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$
|
|
568
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$5)
|
|
569
569
|
]))
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
-
var css_248z$
|
|
573
|
-
styleInject(css_248z$
|
|
572
|
+
var css_248z$b = "\n.number-input-container[data-v-3440112c] {\n margin-bottom: 1rem;\n}\n.number-input-label[data-v-3440112c] {\n display: block;\n color: #4a5568;\n font-size: 0.875rem;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.number-input-field[data-v-3440112c] {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n appearance: none;\n border: 1px solid #d1d5db;\n border-radius: 0.25rem;\n width: 100%;\n padding: 0.5rem 0.75rem;\n color: #4a5568;\n line-height: 1.25;\n transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;\n}\n.number-input-field[data-v-3440112c]:focus {\n outline: none;\n box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);\n border-color: #3182ce;\n}\n.number-input-field[data-v-3440112c]:disabled {\n background-color: #e5e7eb;\n cursor: not-allowed;\n}\n";
|
|
573
|
+
styleInject(css_248z$b);
|
|
574
574
|
|
|
575
|
-
script$
|
|
576
|
-
script$
|
|
577
|
-
script$
|
|
575
|
+
script$i.render = render$i;
|
|
576
|
+
script$i.__scopeId = "data-v-3440112c";
|
|
577
|
+
script$i.__file = "src/NumberInput/NumberInput.vue";
|
|
578
578
|
|
|
579
|
-
var script$
|
|
579
|
+
var script$h = defineComponent({
|
|
580
580
|
name: "ImageInput",
|
|
581
581
|
props: {
|
|
582
582
|
id: {
|
|
@@ -606,16 +606,16 @@ var script$g = defineComponent({
|
|
|
606
606
|
},
|
|
607
607
|
});
|
|
608
608
|
|
|
609
|
-
const _hoisted_1$
|
|
610
|
-
const _hoisted_2$
|
|
611
|
-
const _hoisted_3$
|
|
609
|
+
const _hoisted_1$f = { class: "image-input-container" };
|
|
610
|
+
const _hoisted_2$8 = ["for"];
|
|
611
|
+
const _hoisted_3$4 = ["id", "name", "required", "placeholder", "value", "drop-placeholder"];
|
|
612
612
|
|
|
613
|
-
function render$
|
|
614
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
613
|
+
function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
614
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
615
615
|
createElementVNode("label", {
|
|
616
616
|
class: "image-input-label",
|
|
617
617
|
for: _ctx.id
|
|
618
|
-
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$
|
|
618
|
+
}, toDisplayString(_ctx.label), 9 /* TEXT, PROPS */, _hoisted_2$8),
|
|
619
619
|
createElementVNode("input", {
|
|
620
620
|
class: "image-input-field",
|
|
621
621
|
id: _ctx.id,
|
|
@@ -627,56 +627,56 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
627
627
|
onInput: _cache[0] || (_cache[0] = (...args) => (_ctx.onInput && _ctx.onInput(...args))),
|
|
628
628
|
type: "file",
|
|
629
629
|
accept: "image/*"
|
|
630
|
-
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$
|
|
630
|
+
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_3$4)
|
|
631
631
|
]))
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
var css_248z$
|
|
635
|
-
styleInject(css_248z$
|
|
634
|
+
var css_248z$a = "\n.image-input-container[data-v-5b77f886] {\n margin-bottom: 1rem;\n}\n.image-input-label[data-v-5b77f886] {\n display: block;\n color: #4a5568;\n font-size: 0.875rem;\n font-weight: bold;\n margin-bottom: 0.5rem;\n}\n.image-input-field[data-v-5b77f886] {\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n appearance: none;\n border: 1px solid #d1d5db;\n border-radius: 0.25rem;\n width: 100%;\n padding: 0.5rem 0.75rem;\n color: #4a5568;\n line-height: 1.25;\n transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;\n}\n.image-input-field[data-v-5b77f886]:focus {\n outline: none;\n box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);\n border-color: #3182ce;\n}\n";
|
|
635
|
+
styleInject(css_248z$a);
|
|
636
636
|
|
|
637
|
-
script$
|
|
638
|
-
script$
|
|
639
|
-
script$
|
|
637
|
+
script$h.render = render$h;
|
|
638
|
+
script$h.__scopeId = "data-v-5b77f886";
|
|
639
|
+
script$h.__file = "src/ImageInput/ImageInput.vue";
|
|
640
640
|
|
|
641
|
-
var script$
|
|
641
|
+
var script$g = defineComponent({
|
|
642
642
|
name: "CardGrid"
|
|
643
643
|
});
|
|
644
644
|
|
|
645
|
-
const _hoisted_1$
|
|
645
|
+
const _hoisted_1$e = { class: "card-grid" };
|
|
646
646
|
|
|
647
|
-
function render$
|
|
648
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
647
|
+
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
648
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
649
649
|
renderSlot(_ctx.$slots, "default")
|
|
650
650
|
]))
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
-
var css_248z$
|
|
654
|
-
styleInject(css_248z$
|
|
653
|
+
var css_248z$9 = "\n.card-grid[data-v-ad060034] {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n align-content: center;\n}\n@media (min-width: 1024px) {\n.card-grid[data-v-ad060034] {\n justify-content: space-between;\n}\n}\n";
|
|
654
|
+
styleInject(css_248z$9);
|
|
655
655
|
|
|
656
|
-
script$
|
|
657
|
-
script$
|
|
658
|
-
script$
|
|
656
|
+
script$g.render = render$g;
|
|
657
|
+
script$g.__scopeId = "data-v-ad060034";
|
|
658
|
+
script$g.__file = "src/CardGrid/CardGrid.vue";
|
|
659
659
|
|
|
660
|
-
var script$
|
|
660
|
+
var script$f = defineComponent({
|
|
661
661
|
name: "Container"
|
|
662
662
|
});
|
|
663
663
|
|
|
664
|
-
const _hoisted_1$
|
|
664
|
+
const _hoisted_1$d = { class: "container" };
|
|
665
665
|
|
|
666
|
-
function render$
|
|
667
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
666
|
+
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
667
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$d, [
|
|
668
668
|
renderSlot(_ctx.$slots, "default")
|
|
669
669
|
]))
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
var css_248z$
|
|
673
|
-
styleInject(css_248z$
|
|
672
|
+
var css_248z$8 = "\n.container[data-v-7cccf06a] {\n max-width: 1200px;\n margin: 0 auto;\n}\n";
|
|
673
|
+
styleInject(css_248z$8);
|
|
674
674
|
|
|
675
|
-
script$
|
|
676
|
-
script$
|
|
677
|
-
script$
|
|
675
|
+
script$f.render = render$f;
|
|
676
|
+
script$f.__scopeId = "data-v-7cccf06a";
|
|
677
|
+
script$f.__file = "src/Container/Container.vue";
|
|
678
678
|
|
|
679
|
-
var script$
|
|
679
|
+
var script$e = defineComponent({
|
|
680
680
|
name: "MobileNavigationLink",
|
|
681
681
|
props: {
|
|
682
682
|
text: {
|
|
@@ -699,23 +699,23 @@ var script$d = defineComponent({
|
|
|
699
699
|
},
|
|
700
700
|
});
|
|
701
701
|
|
|
702
|
-
const _hoisted_1$
|
|
702
|
+
const _hoisted_1$c = ["href"];
|
|
703
703
|
|
|
704
|
-
function render$
|
|
704
|
+
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
705
705
|
return (openBlock(), createElementBlock("a", {
|
|
706
706
|
href: _ctx.href,
|
|
707
707
|
class: normalizeClass(_ctx.linkClass),
|
|
708
708
|
"aria-current": "page"
|
|
709
|
-
}, toDisplayString(_ctx.text), 11 /* TEXT, CLASS, PROPS */, _hoisted_1$
|
|
709
|
+
}, toDisplayString(_ctx.text), 11 /* TEXT, CLASS, PROPS */, _hoisted_1$c))
|
|
710
710
|
}
|
|
711
711
|
|
|
712
|
-
script$
|
|
713
|
-
script$
|
|
712
|
+
script$e.render = render$e;
|
|
713
|
+
script$e.__file = "src/Navbar/MobileNavigationLink.vue";
|
|
714
714
|
|
|
715
|
-
var script$
|
|
715
|
+
var script$d = defineComponent({
|
|
716
716
|
name: "MobileNavigationLinks",
|
|
717
717
|
components: {
|
|
718
|
-
MobileNavigationLink: script$
|
|
718
|
+
MobileNavigationLink: script$e,
|
|
719
719
|
},
|
|
720
720
|
props: {
|
|
721
721
|
links: {
|
|
@@ -728,14 +728,14 @@ var script$c = defineComponent({
|
|
|
728
728
|
},
|
|
729
729
|
});
|
|
730
730
|
|
|
731
|
-
const _hoisted_1$
|
|
731
|
+
const _hoisted_1$b = {
|
|
732
732
|
key: 0,
|
|
733
733
|
class: "sm:hidden",
|
|
734
734
|
id: "mobile-menu"
|
|
735
735
|
};
|
|
736
|
-
const _hoisted_2$
|
|
736
|
+
const _hoisted_2$7 = { class: "px-2 pt-2 pb-3 space-y-1" };
|
|
737
737
|
|
|
738
|
-
function render$
|
|
738
|
+
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
739
739
|
const _component_mobile_navigation_link = resolveComponent("mobile-navigation-link");
|
|
740
740
|
|
|
741
741
|
return (openBlock(), createBlock(Transition, {
|
|
@@ -748,8 +748,8 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
748
748
|
}, {
|
|
749
749
|
default: withCtx(() => [
|
|
750
750
|
(_ctx.open)
|
|
751
|
-
? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
752
|
-
createElementVNode("div", _hoisted_2$
|
|
751
|
+
? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
752
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
753
753
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.links, (link) => {
|
|
754
754
|
return (openBlock(), createBlock(_component_mobile_navigation_link, {
|
|
755
755
|
key: link.id,
|
|
@@ -765,10 +765,10 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
765
765
|
}))
|
|
766
766
|
}
|
|
767
767
|
|
|
768
|
-
script$
|
|
769
|
-
script$
|
|
768
|
+
script$d.render = render$d;
|
|
769
|
+
script$d.__file = "src/Navbar/MobileNavigationLinks.vue";
|
|
770
770
|
|
|
771
|
-
var script$
|
|
771
|
+
var script$c = defineComponent({
|
|
772
772
|
name: "NavigationLink",
|
|
773
773
|
props: {
|
|
774
774
|
text: {
|
|
@@ -791,23 +791,23 @@ var script$b = defineComponent({
|
|
|
791
791
|
},
|
|
792
792
|
});
|
|
793
793
|
|
|
794
|
-
const _hoisted_1$
|
|
794
|
+
const _hoisted_1$a = ["href"];
|
|
795
795
|
|
|
796
|
-
function render$
|
|
796
|
+
function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
797
797
|
return (openBlock(), createElementBlock("a", {
|
|
798
798
|
href: _ctx.href,
|
|
799
799
|
class: normalizeClass(_ctx.linkClass),
|
|
800
800
|
"aria-current": "page"
|
|
801
|
-
}, toDisplayString(_ctx.text), 11 /* TEXT, CLASS, PROPS */, _hoisted_1$
|
|
801
|
+
}, toDisplayString(_ctx.text), 11 /* TEXT, CLASS, PROPS */, _hoisted_1$a))
|
|
802
802
|
}
|
|
803
803
|
|
|
804
|
-
script$
|
|
805
|
-
script$
|
|
804
|
+
script$c.render = render$c;
|
|
805
|
+
script$c.__file = "src/Navbar/NavigationLink.vue";
|
|
806
806
|
|
|
807
|
-
var script$
|
|
807
|
+
var script$b = defineComponent({
|
|
808
808
|
name: "NavigationLinks",
|
|
809
809
|
components: {
|
|
810
|
-
NavigationLink: script$
|
|
810
|
+
NavigationLink: script$c,
|
|
811
811
|
},
|
|
812
812
|
props: {
|
|
813
813
|
links: {
|
|
@@ -816,14 +816,14 @@ var script$a = defineComponent({
|
|
|
816
816
|
},
|
|
817
817
|
});
|
|
818
818
|
|
|
819
|
-
const _hoisted_1$
|
|
820
|
-
const _hoisted_2$
|
|
819
|
+
const _hoisted_1$9 = { class: "hidden sm:block sm:ml-6" };
|
|
820
|
+
const _hoisted_2$6 = { class: "flex space-x-4" };
|
|
821
821
|
|
|
822
|
-
function render$
|
|
822
|
+
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
823
823
|
const _component_navigation_link = resolveComponent("navigation-link");
|
|
824
824
|
|
|
825
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
826
|
-
createElementVNode("div", _hoisted_2$
|
|
825
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$9, [
|
|
826
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
827
827
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.links, (link) => {
|
|
828
828
|
return (openBlock(), createBlock(_component_navigation_link, {
|
|
829
829
|
key: link.id,
|
|
@@ -835,10 +835,10 @@ function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
835
835
|
]))
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
script$
|
|
839
|
-
script$
|
|
838
|
+
script$b.render = render$b;
|
|
839
|
+
script$b.__file = "src/Navbar/NavigationLinks.vue";
|
|
840
840
|
|
|
841
|
-
var script$
|
|
841
|
+
var script$a = defineComponent({
|
|
842
842
|
name: "NavbarTitle",
|
|
843
843
|
props: {
|
|
844
844
|
href: {
|
|
@@ -856,11 +856,11 @@ var script$9 = defineComponent({
|
|
|
856
856
|
}
|
|
857
857
|
});
|
|
858
858
|
|
|
859
|
-
const _hoisted_1$
|
|
860
|
-
const _hoisted_2$
|
|
861
|
-
const _hoisted_3$
|
|
859
|
+
const _hoisted_1$8 = ["href"];
|
|
860
|
+
const _hoisted_2$5 = ["src", "alt"];
|
|
861
|
+
const _hoisted_3$3 = ["src", "alt"];
|
|
862
862
|
|
|
863
|
-
function render$
|
|
863
|
+
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
864
864
|
return (openBlock(), createElementBlock("a", {
|
|
865
865
|
class: "flex-shrink-0 flex items-center",
|
|
866
866
|
href: _ctx.href
|
|
@@ -869,19 +869,19 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
869
869
|
class: "block lg:hidden h-8 w-auto",
|
|
870
870
|
src: _ctx.imageSmall,
|
|
871
871
|
alt: _ctx.title
|
|
872
|
-
}, null, 8 /* PROPS */, _hoisted_2$
|
|
872
|
+
}, null, 8 /* PROPS */, _hoisted_2$5),
|
|
873
873
|
createElementVNode("img", {
|
|
874
874
|
class: "hidden lg:block h-8 w-auto",
|
|
875
875
|
src: _ctx.imageBig,
|
|
876
876
|
alt: _ctx.title
|
|
877
|
-
}, null, 8 /* PROPS */, _hoisted_3$
|
|
878
|
-
], 8 /* PROPS */, _hoisted_1$
|
|
877
|
+
}, null, 8 /* PROPS */, _hoisted_3$3)
|
|
878
|
+
], 8 /* PROPS */, _hoisted_1$8))
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
-
script$
|
|
882
|
-
script$
|
|
881
|
+
script$a.render = render$a;
|
|
882
|
+
script$a.__file = "src/Navbar/NavbarTitle.vue";
|
|
883
883
|
|
|
884
|
-
var script$
|
|
884
|
+
var script$9 = defineComponent({
|
|
885
885
|
name: "RightContent",
|
|
886
886
|
props: {
|
|
887
887
|
locale: {
|
|
@@ -904,24 +904,24 @@ var script$8 = defineComponent({
|
|
|
904
904
|
},
|
|
905
905
|
});
|
|
906
906
|
|
|
907
|
-
const _hoisted_1$
|
|
908
|
-
const _hoisted_2$
|
|
907
|
+
const _hoisted_1$7 = { class: "absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0" };
|
|
908
|
+
const _hoisted_2$4 = ["src", "alt"];
|
|
909
909
|
|
|
910
|
-
function render$
|
|
911
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
910
|
+
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
911
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
912
912
|
createElementVNode("img", {
|
|
913
913
|
class: "rounded-full p-1",
|
|
914
914
|
style: {"height":"50px"},
|
|
915
915
|
src: _ctx.currentUserPicture,
|
|
916
916
|
alt: _ctx.avatarAlt
|
|
917
|
-
}, null, 8 /* PROPS */, _hoisted_2$
|
|
917
|
+
}, null, 8 /* PROPS */, _hoisted_2$4)
|
|
918
918
|
]))
|
|
919
919
|
}
|
|
920
920
|
|
|
921
|
-
script$
|
|
922
|
-
script$
|
|
921
|
+
script$9.render = render$9;
|
|
922
|
+
script$9.__file = "src/Navbar/RightContent.vue";
|
|
923
923
|
|
|
924
|
-
var script$
|
|
924
|
+
var script$8 = defineComponent({
|
|
925
925
|
name: "MobileMenuButton",
|
|
926
926
|
props: {
|
|
927
927
|
open: {
|
|
@@ -937,7 +937,7 @@ var script$7 = defineComponent({
|
|
|
937
937
|
},
|
|
938
938
|
});
|
|
939
939
|
|
|
940
|
-
function render$
|
|
940
|
+
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
941
941
|
return (openBlock(), createElementBlock("button", {
|
|
942
942
|
class: "menu-button",
|
|
943
943
|
type: "button",
|
|
@@ -960,21 +960,21 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
960
960
|
])))
|
|
961
961
|
}
|
|
962
962
|
|
|
963
|
-
var css_248z$
|
|
964
|
-
styleInject(css_248z$
|
|
963
|
+
var css_248z$7 = "\n.menu-button[data-v-397545ee] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 0.5rem;\n border-radius: 0.375rem;\n color: #9ca3af;\n background-color: transparent;\n transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;\n border: none;\n cursor: pointer;\n}\n.menu-button[data-v-397545ee]:hover {\n color: #ffffff;\n background-color: #374151;\n}\n.menu-button[data-v-397545ee]:focus {\n outline: none;\n box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);\n}\n.menu-icon[data-v-397545ee] {\n display: block;\n height: 1.5rem;\n width: 1.5rem;\n}\n";
|
|
964
|
+
styleInject(css_248z$7);
|
|
965
965
|
|
|
966
|
-
script$
|
|
967
|
-
script$
|
|
968
|
-
script$
|
|
966
|
+
script$8.render = render$8;
|
|
967
|
+
script$8.__scopeId = "data-v-397545ee";
|
|
968
|
+
script$8.__file = "src/Navbar/MobileMenuButton.vue";
|
|
969
969
|
|
|
970
|
-
var script$
|
|
970
|
+
var script$7 = defineComponent({
|
|
971
971
|
name: "Navbar",
|
|
972
972
|
components: {
|
|
973
|
-
NavbarTitle: script$
|
|
974
|
-
NavigationLinks: script$
|
|
975
|
-
MobileNavigationLinks: script$
|
|
976
|
-
RightContent: script$
|
|
977
|
-
MobileMenuButton: script$
|
|
973
|
+
NavbarTitle: script$a,
|
|
974
|
+
NavigationLinks: script$b,
|
|
975
|
+
MobileNavigationLinks: script$d,
|
|
976
|
+
RightContent: script$9,
|
|
977
|
+
MobileMenuButton: script$8,
|
|
978
978
|
},
|
|
979
979
|
data() {
|
|
980
980
|
return {
|
|
@@ -1014,29 +1014,29 @@ var script$6 = defineComponent({
|
|
|
1014
1014
|
}
|
|
1015
1015
|
});
|
|
1016
1016
|
|
|
1017
|
-
const _hoisted_1$
|
|
1018
|
-
const _hoisted_2$
|
|
1019
|
-
const _hoisted_3$
|
|
1020
|
-
const _hoisted_4 = { class: "absolute inset-y-0 left-0 flex items-center sm:hidden" };
|
|
1021
|
-
const _hoisted_5 = { class: "flex-1 flex items-center justify-center sm:items-stretch sm:justify-start" };
|
|
1017
|
+
const _hoisted_1$6 = { class: "bg-gray-800" };
|
|
1018
|
+
const _hoisted_2$3 = { class: "max-w-7xl mx-auto px-2 sm:px-6 lg:px-8" };
|
|
1019
|
+
const _hoisted_3$2 = { class: "relative flex items-center justify-between h-16" };
|
|
1020
|
+
const _hoisted_4$1 = { class: "absolute inset-y-0 left-0 flex items-center sm:hidden" };
|
|
1021
|
+
const _hoisted_5$1 = { class: "flex-1 flex items-center justify-center sm:items-stretch sm:justify-start" };
|
|
1022
1022
|
|
|
1023
|
-
function render$
|
|
1023
|
+
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1024
1024
|
const _component_mobile_menu_button = resolveComponent("mobile-menu-button");
|
|
1025
1025
|
const _component_navbar_title = resolveComponent("navbar-title");
|
|
1026
1026
|
const _component_navigation_links = resolveComponent("navigation-links");
|
|
1027
1027
|
const _component_right_content = resolveComponent("right-content");
|
|
1028
1028
|
const _component_mobile_navigation_links = resolveComponent("mobile-navigation-links");
|
|
1029
1029
|
|
|
1030
|
-
return (openBlock(), createElementBlock("nav", _hoisted_1$
|
|
1031
|
-
createElementVNode("div", _hoisted_2$
|
|
1032
|
-
createElementVNode("div", _hoisted_3$
|
|
1033
|
-
createElementVNode("div", _hoisted_4, [
|
|
1030
|
+
return (openBlock(), createElementBlock("nav", _hoisted_1$6, [
|
|
1031
|
+
createElementVNode("div", _hoisted_2$3, [
|
|
1032
|
+
createElementVNode("div", _hoisted_3$2, [
|
|
1033
|
+
createElementVNode("div", _hoisted_4$1, [
|
|
1034
1034
|
createVNode(_component_mobile_menu_button, {
|
|
1035
1035
|
onClick: _ctx.onMobileMenuClick,
|
|
1036
1036
|
open: _ctx.mobileMenuOpen
|
|
1037
1037
|
}, null, 8 /* PROPS */, ["onClick", "open"])
|
|
1038
1038
|
]),
|
|
1039
|
-
createElementVNode("div", _hoisted_5, [
|
|
1039
|
+
createElementVNode("div", _hoisted_5$1, [
|
|
1040
1040
|
createVNode(_component_navbar_title, {
|
|
1041
1041
|
href: "/",
|
|
1042
1042
|
title: _ctx.title,
|
|
@@ -1060,29 +1060,29 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1060
1060
|
]))
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
-
script$
|
|
1064
|
-
script$
|
|
1063
|
+
script$7.render = render$7;
|
|
1064
|
+
script$7.__file = "src/Navbar/Navbar.vue";
|
|
1065
1065
|
|
|
1066
|
-
var script$
|
|
1066
|
+
var script$6 = defineComponent({
|
|
1067
1067
|
name: "StyledTable",
|
|
1068
1068
|
});
|
|
1069
1069
|
|
|
1070
|
-
const _hoisted_1$
|
|
1070
|
+
const _hoisted_1$5 = { class: "styled-table" };
|
|
1071
1071
|
|
|
1072
|
-
function render$
|
|
1073
|
-
return (openBlock(), createElementBlock("table", _hoisted_1$
|
|
1072
|
+
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1073
|
+
return (openBlock(), createElementBlock("table", _hoisted_1$5, [
|
|
1074
1074
|
renderSlot(_ctx.$slots, "default")
|
|
1075
1075
|
]))
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
var css_248z$
|
|
1079
|
-
styleInject(css_248z$
|
|
1078
|
+
var css_248z$6 = "\n.styled-table[data-v-8e6b2044] {\n width: 100%;\n border-collapse: collapse;\n}\n";
|
|
1079
|
+
styleInject(css_248z$6);
|
|
1080
1080
|
|
|
1081
|
-
script$
|
|
1082
|
-
script$
|
|
1083
|
-
script$
|
|
1081
|
+
script$6.render = render$6;
|
|
1082
|
+
script$6.__scopeId = "data-v-8e6b2044";
|
|
1083
|
+
script$6.__file = "src/StyledTable/StyledTable.vue";
|
|
1084
1084
|
|
|
1085
|
-
var script$
|
|
1085
|
+
var script$5 = defineComponent({
|
|
1086
1086
|
name: "Pagination",
|
|
1087
1087
|
props: {
|
|
1088
1088
|
previousLabel: String,
|
|
@@ -1092,38 +1092,38 @@ var script$4 = defineComponent({
|
|
|
1092
1092
|
nextLink: String,
|
|
1093
1093
|
},
|
|
1094
1094
|
components: {
|
|
1095
|
-
RegularButton: script$
|
|
1095
|
+
RegularButton: script$r,
|
|
1096
1096
|
},
|
|
1097
1097
|
});
|
|
1098
1098
|
|
|
1099
|
-
const _hoisted_1$
|
|
1100
|
-
const _hoisted_2$
|
|
1101
|
-
const _hoisted_3 = ["href"];
|
|
1099
|
+
const _hoisted_1$4 = { class: "pagination-container" };
|
|
1100
|
+
const _hoisted_2$2 = ["href"];
|
|
1101
|
+
const _hoisted_3$1 = ["href"];
|
|
1102
1102
|
|
|
1103
|
-
function render$
|
|
1103
|
+
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1104
1104
|
const _component_regular_button = resolveComponent("regular-button");
|
|
1105
1105
|
|
|
1106
|
-
return (openBlock(), createElementBlock("div", _hoisted_1$
|
|
1106
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$4, [
|
|
1107
1107
|
(_ctx.showPrevious)
|
|
1108
1108
|
? (openBlock(), createElementBlock("a", {
|
|
1109
1109
|
key: 0,
|
|
1110
1110
|
href: _ctx.previousLink
|
|
1111
1111
|
}, [
|
|
1112
1112
|
createVNode(_component_regular_button, { text: _ctx.previousLabel }, null, 8 /* PROPS */, ["text"])
|
|
1113
|
-
], 8 /* PROPS */, _hoisted_2$
|
|
1113
|
+
], 8 /* PROPS */, _hoisted_2$2))
|
|
1114
1114
|
: createCommentVNode("v-if", true),
|
|
1115
1115
|
createElementVNode("a", { href: _ctx.nextLink }, [
|
|
1116
1116
|
createVNode(_component_regular_button, { text: _ctx.nextLabel }, null, 8 /* PROPS */, ["text"])
|
|
1117
|
-
], 8 /* PROPS */, _hoisted_3)
|
|
1117
|
+
], 8 /* PROPS */, _hoisted_3$1)
|
|
1118
1118
|
]))
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
|
-
var css_248z$
|
|
1122
|
-
styleInject(css_248z$
|
|
1121
|
+
var css_248z$5 = "\n.pagination-container[data-v-265c87a6] {\n display: flex;\n justify-content: space-between;\n margin-top: 1rem;\n}\na[data-v-265c87a6] {\n text-decoration: none;\n}\n";
|
|
1122
|
+
styleInject(css_248z$5);
|
|
1123
1123
|
|
|
1124
|
-
script$
|
|
1125
|
-
script$
|
|
1126
|
-
script$
|
|
1124
|
+
script$5.render = render$5;
|
|
1125
|
+
script$5.__scopeId = "data-v-265c87a6";
|
|
1126
|
+
script$5.__file = "src/Pagination/Pagination.vue";
|
|
1127
1127
|
|
|
1128
1128
|
/*! image-blob-reduce 4.1.0 https://github.com/nodeca/image-blob-reduce @license MIT */
|
|
1129
1129
|
function commonjsRequire (path) {
|
|
@@ -4720,7 +4720,7 @@ ImageBlobReduce.pica = pica;
|
|
|
4720
4720
|
|
|
4721
4721
|
var imageBlobReduce = ImageBlobReduce;
|
|
4722
4722
|
|
|
4723
|
-
var script$
|
|
4723
|
+
var script$4 = defineComponent({
|
|
4724
4724
|
name: "ResizeImageUpload",
|
|
4725
4725
|
props: {
|
|
4726
4726
|
id: {
|
|
@@ -4766,7 +4766,7 @@ var script$3 = defineComponent({
|
|
|
4766
4766
|
},
|
|
4767
4767
|
});
|
|
4768
4768
|
|
|
4769
|
-
function render$
|
|
4769
|
+
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4770
4770
|
const _component_image_input = resolveComponent("image-input");
|
|
4771
4771
|
|
|
4772
4772
|
return (openBlock(), createBlock(_component_image_input, {
|
|
@@ -4780,34 +4780,34 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4780
4780
|
}, null, 8 /* PROPS */, ["id", "name", "required", "placeholder", "drop-placeholder", "label", "onUpdate"]))
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
|
-
var css_248z$
|
|
4784
|
-
styleInject(css_248z$
|
|
4783
|
+
var css_248z$4 = "\nimage-input[data-v-698bf078] {\n display: block;\n margin-bottom: 1rem;\n}\nimage-input label[data-v-698bf078] {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: bold;\n font-size: 0.875rem;\n color: #4a5568;\n}\nimage-input input[type=\"file\"][data-v-698bf078] {\n display: block;\n width: 100%;\n padding: 0.5rem;\n border: 1px solid #d1d5db;\n border-radius: 0.25rem;\n color: #4a5568;\n background-color: #ffffff;\n cursor: pointer;\n}\nimage-input input[type=\"file\"][data-v-698bf078]:focus {\n outline: none;\n border-color: #3182ce;\n box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);\n}\nimage-input input[type=\"file\"][data-v-698bf078]:disabled {\n background-color: #e5e7eb;\n cursor: not-allowed;\n}\n";
|
|
4784
|
+
styleInject(css_248z$4);
|
|
4785
4785
|
|
|
4786
|
-
script$
|
|
4787
|
-
script$
|
|
4788
|
-
script$
|
|
4786
|
+
script$4.render = render$4;
|
|
4787
|
+
script$4.__scopeId = "data-v-698bf078";
|
|
4788
|
+
script$4.__file = "src/ResizeImageUpload/ResizeImageUpload.vue";
|
|
4789
4789
|
|
|
4790
|
-
var script$
|
|
4790
|
+
var script$3 = defineComponent({
|
|
4791
4791
|
name: "Badge",
|
|
4792
4792
|
props: {
|
|
4793
4793
|
text: String,
|
|
4794
4794
|
},
|
|
4795
4795
|
});
|
|
4796
4796
|
|
|
4797
|
-
const _hoisted_1$
|
|
4797
|
+
const _hoisted_1$3 = { class: "badge" };
|
|
4798
4798
|
|
|
4799
|
-
function render$
|
|
4800
|
-
return (openBlock(), createElementBlock("span", _hoisted_1$
|
|
4799
|
+
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4800
|
+
return (openBlock(), createElementBlock("span", _hoisted_1$3, toDisplayString(_ctx.text), 1 /* TEXT */))
|
|
4801
4801
|
}
|
|
4802
4802
|
|
|
4803
|
-
var css_248z$
|
|
4804
|
-
styleInject(css_248z$
|
|
4803
|
+
var css_248z$3 = "\n.badge[data-v-187659a4] {\n background-color: #bfdbfe;\n color: #1e3a8a;\n font-size: 0.75rem;\n font-weight: 600;\n margin-right: 0.5rem;\n padding: 0.125rem 0.625rem;\n border-radius: 0.25rem;\n display: inline-block;\n}\n.dark .badge[data-v-187659a4] {\n background-color: #e0f2fe;\n color: #1e3a8a;\n}\n";
|
|
4804
|
+
styleInject(css_248z$3);
|
|
4805
4805
|
|
|
4806
|
-
script$
|
|
4807
|
-
script$
|
|
4808
|
-
script$
|
|
4806
|
+
script$3.render = render$3;
|
|
4807
|
+
script$3.__scopeId = "data-v-187659a4";
|
|
4808
|
+
script$3.__file = "src/Badge/Badge.vue";
|
|
4809
4809
|
|
|
4810
|
-
var script$
|
|
4810
|
+
var script$2 = defineComponent({
|
|
4811
4811
|
name: "Modal",
|
|
4812
4812
|
emits: ['cancel', 'confirm'],
|
|
4813
4813
|
props: {
|
|
@@ -4823,19 +4823,19 @@ var script$1 = defineComponent({
|
|
|
4823
4823
|
},
|
|
4824
4824
|
});
|
|
4825
4825
|
|
|
4826
|
-
const _hoisted_1$
|
|
4826
|
+
const _hoisted_1$2 = {
|
|
4827
4827
|
key: 0,
|
|
4828
4828
|
class: "modal-overlay"
|
|
4829
4829
|
};
|
|
4830
|
-
const _hoisted_2 = { class: "modal-container" };
|
|
4830
|
+
const _hoisted_2$1 = { class: "modal-container" };
|
|
4831
4831
|
|
|
4832
|
-
function render$
|
|
4832
|
+
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4833
4833
|
const _component_secondary_button = resolveComponent("secondary-button");
|
|
4834
4834
|
const _component_danger_button = resolveComponent("danger-button");
|
|
4835
4835
|
|
|
4836
4836
|
return (_ctx.open)
|
|
4837
|
-
? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4838
|
-
createElementVNode("div", _hoisted_2, [
|
|
4837
|
+
? (openBlock(), createElementBlock("div", _hoisted_1$2, [
|
|
4838
|
+
createElementVNode("div", _hoisted_2$1, [
|
|
4839
4839
|
_cache[0] || (_cache[0] = createElementVNode("h1", { class: "modal-title" }, "Are you sure?", -1 /* HOISTED */)),
|
|
4840
4840
|
createVNode(_component_secondary_button, {
|
|
4841
4841
|
onClick: _ctx.onCancel,
|
|
@@ -4851,34 +4851,72 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4851
4851
|
: createCommentVNode("v-if", true)
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
|
-
var css_248z$
|
|
4855
|
-
styleInject(css_248z$
|
|
4854
|
+
var css_248z$2 = "\n.modal-overlay[data-v-11d137c2] {\n background-color: rgba(30, 41, 59, 0.5);\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}\n.modal-container[data-v-11d137c2] {\n background-color: #ffffff;\n padding: 3.5rem 4rem;\n border-radius: 0.375rem;\n text-align: center;\n}\n.modal-title[data-v-11d137c2] {\n font-size: 1.25rem;\n margin-bottom: 1rem;\n font-weight: bold;\n color: #64748b;\n}\n";
|
|
4855
|
+
styleInject(css_248z$2);
|
|
4856
4856
|
|
|
4857
|
-
script$
|
|
4858
|
-
script$
|
|
4859
|
-
script$
|
|
4857
|
+
script$2.render = render$2;
|
|
4858
|
+
script$2.__scopeId = "data-v-11d137c2";
|
|
4859
|
+
script$2.__file = "src/Modal/Modal.vue";
|
|
4860
4860
|
|
|
4861
|
-
var script = defineComponent({
|
|
4861
|
+
var script$1 = defineComponent({
|
|
4862
4862
|
name: "Spinner",
|
|
4863
4863
|
});
|
|
4864
4864
|
|
|
4865
|
-
const _hoisted_1 = {
|
|
4865
|
+
const _hoisted_1$1 = {
|
|
4866
4866
|
class: "spinner",
|
|
4867
4867
|
role: "status"
|
|
4868
4868
|
};
|
|
4869
4869
|
|
|
4870
|
-
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4871
|
-
return (openBlock(), createElementBlock("div", _hoisted_1, _cache[0] || (_cache[0] = [
|
|
4870
|
+
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4871
|
+
return (openBlock(), createElementBlock("div", _hoisted_1$1, _cache[0] || (_cache[0] = [
|
|
4872
4872
|
createElementVNode("span", { class: "sr-only-text" }, "Please wait...", -1 /* HOISTED */)
|
|
4873
4873
|
])))
|
|
4874
4874
|
}
|
|
4875
4875
|
|
|
4876
|
-
var css_248z = "\n.spinner[data-v-3d456f9a] {\n display: inline-block;\n height: 2rem;\n width: 2rem;\n border: 4px solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spin-3d456f9a 1.5s linear infinite;\n}\n.sr-only-text[data-v-3d456f9a] {\n position: absolute;\n margin: -1px;\n height: 1px;\n width: 1px;\n overflow: hidden;\n white-space: nowrap;\n border: 0;\n padding: 0;\n clip: rect(0, 0, 0, 0);\n}\n@keyframes spin-3d456f9a {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(360deg);\n}\n}\n";
|
|
4876
|
+
var css_248z$1 = "\n.spinner[data-v-3d456f9a] {\n display: inline-block;\n height: 2rem;\n width: 2rem;\n border: 4px solid currentColor;\n border-right-color: transparent;\n border-radius: 50%;\n animation: spin-3d456f9a 1.5s linear infinite;\n}\n.sr-only-text[data-v-3d456f9a] {\n position: absolute;\n margin: -1px;\n height: 1px;\n width: 1px;\n overflow: hidden;\n white-space: nowrap;\n border: 0;\n padding: 0;\n clip: rect(0, 0, 0, 0);\n}\n@keyframes spin-3d456f9a {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(360deg);\n}\n}\n";
|
|
4877
|
+
styleInject(css_248z$1);
|
|
4878
|
+
|
|
4879
|
+
script$1.render = render$1;
|
|
4880
|
+
script$1.__scopeId = "data-v-3d456f9a";
|
|
4881
|
+
script$1.__file = "src/Spinner/Spinner.vue";
|
|
4882
|
+
|
|
4883
|
+
var script = defineComponent({
|
|
4884
|
+
name: "RangeView",
|
|
4885
|
+
props: {
|
|
4886
|
+
ranges: Array,
|
|
4887
|
+
},
|
|
4888
|
+
});
|
|
4889
|
+
|
|
4890
|
+
const _hoisted_1 = { class: "ranges-editor" };
|
|
4891
|
+
const _hoisted_2 = { class: "labels" };
|
|
4892
|
+
const _hoisted_3 = { class: "label" };
|
|
4893
|
+
const _hoisted_4 = { class: "label" };
|
|
4894
|
+
const _hoisted_5 = { class: "label" };
|
|
4895
|
+
|
|
4896
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4897
|
+
return (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
4898
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.ranges, (range) => {
|
|
4899
|
+
return (openBlock(), createElementBlock("div", {
|
|
4900
|
+
class: "range",
|
|
4901
|
+
key: range.id
|
|
4902
|
+
}, [
|
|
4903
|
+
createElementVNode("div", _hoisted_2, [
|
|
4904
|
+
createElementVNode("span", _hoisted_3, toDisplayString(range.start), 1 /* TEXT */),
|
|
4905
|
+
createElementVNode("span", _hoisted_4, toDisplayString(range.end), 1 /* TEXT */)
|
|
4906
|
+
]),
|
|
4907
|
+
_cache[0] || (_cache[0] = createElementVNode("div", { class: "gap" }, null, -1 /* HOISTED */)),
|
|
4908
|
+
createElementVNode("span", _hoisted_5, toDisplayString(range.label), 1 /* TEXT */)
|
|
4909
|
+
]))
|
|
4910
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
4911
|
+
]))
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
var css_248z = "\n.ranges-editor[data-v-3e589c2c] {\n display: flex;\n flex-direction: row;\n cursor: pointer;\n}\n.range[data-v-3e589c2c] {\n min-width: 50px;\n text-align: center;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n}\n.labels[data-v-3e589c2c] {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n}\n.gap[data-v-3e589c2c] {\n height: 10px;\n width: auto;\n background-color: red;\n border: 1px solid black;\n}\n.label[data-v-3e589c2c] {\n margin-top: 5px;\n}\n";
|
|
4877
4915
|
styleInject(css_248z);
|
|
4878
4916
|
|
|
4879
4917
|
script.render = render;
|
|
4880
|
-
script.__scopeId = "data-v-
|
|
4881
|
-
script.__file = "src/
|
|
4918
|
+
script.__scopeId = "data-v-3e589c2c";
|
|
4919
|
+
script.__file = "src/RangeView/RangeView.vue";
|
|
4882
4920
|
|
|
4883
|
-
export { script$
|
|
4921
|
+
export { script$3 as Badge, script$o as Card, script$m as CardBody, script$g as CardGrid, script$n as CardImage, script$j as CheckBoxInput, script$f as Container, script$p as DangerButton, script$h as ImageInput, script$u as Loading, script$2 as Modal, script$7 as Navbar, script$i as NumberInput, script$5 as Pagination, script as RangeView, script$r as RegularButton, script$t as ResetButton, script$4 as ResizeImageUpload, script$q as SecondaryButton, script$v as SectionTitle, script$l as Selector, script$1 as Spinner, script$6 as StyledTable, script$s as SubmitButton, script$k as TextInput };
|
|
4884
4922
|
//# sourceMappingURL=index.esm.js.map
|