@plaidev/karte-action-sdk 1.1.226 → 1.1.227-28567518.05a4b1bd
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +159 -157
- package/dist/index.es.js +179 -159
- package/package.json +1 -5
- package/dist/karte-action-sdk.d.ts +0 -2671
- package/dist/tsdoc-metadata.json +0 -11
- package/meta/karte-action-sdk.api.json +0 -6318
package/dist/hydrate/index.es.js
CHANGED
@@ -59,16 +59,16 @@ const POSITION_STYLES = {
|
|
59
59
|
none: 'top: 0; bottom: 0; right: 0; left: 0;',
|
60
60
|
};
|
61
61
|
const TRANSFORM = {
|
62
|
-
'top-center':
|
63
|
-
'top-left':
|
64
|
-
'top-right':
|
65
|
-
'center-left':
|
66
|
-
center:
|
67
|
-
'center-right':
|
68
|
-
'bottom-left':
|
69
|
-
'bottom-center':
|
70
|
-
'bottom-right':
|
71
|
-
none:
|
62
|
+
'top-center': { x: 50, y: 0 },
|
63
|
+
'top-left': { x: 0, y: 0 },
|
64
|
+
'top-right': { x: 0, y: 0 },
|
65
|
+
'center-left': { x: 0, y: -50 },
|
66
|
+
center: { x: -50, y: -50 },
|
67
|
+
'center-right': { x: 0, y: -50 },
|
68
|
+
'bottom-left': { x: 0, y: 0 },
|
69
|
+
'bottom-center': { x: -50, y: 0 },
|
70
|
+
'bottom-right': { x: 0, y: 0 },
|
71
|
+
none: { x: 0, y: 0 },
|
72
72
|
};
|
73
73
|
/** @internal */
|
74
74
|
const getPositionStyle = (position) => {
|
@@ -3005,7 +3005,7 @@ class State extends SvelteComponent {
|
|
3005
3005
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3006
3006
|
|
3007
3007
|
function add_css$v(target) {
|
3008
|
-
append_styles(target, "svelte-
|
3008
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3009
3009
|
}
|
3010
3010
|
|
3011
3011
|
// (23:0) {#if $state === path}
|
@@ -3032,7 +3032,7 @@ function create_if_block$8(ctx) {
|
|
3032
3032
|
},
|
3033
3033
|
h() {
|
3034
3034
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3035
|
-
attr(div, "class", "state-item svelte-
|
3035
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3036
3036
|
},
|
3037
3037
|
m(target, anchor) {
|
3038
3038
|
insert_hydration(target, div, anchor);
|
@@ -3290,7 +3290,7 @@ const haveFunction = (onClickOperation) => {
|
|
3290
3290
|
*
|
3291
3291
|
* @internal
|
3292
3292
|
*/
|
3293
|
-
function customAnimation(node, {
|
3293
|
+
function customAnimation(node, { transforms, animationStyle, delay = 0, duration = 1000 }) {
|
3294
3294
|
{
|
3295
3295
|
return {};
|
3296
3296
|
}
|
@@ -3299,7 +3299,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3299
3299
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3300
3300
|
|
3301
3301
|
function add_css$u(target) {
|
3302
|
-
append_styles(target, "svelte-
|
3302
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3303
3303
|
}
|
3304
3304
|
|
3305
3305
|
// (14:0) {#if backgroundOverlay}
|
@@ -3320,7 +3320,7 @@ function create_if_block$7(ctx) {
|
|
3320
3320
|
this.h();
|
3321
3321
|
},
|
3322
3322
|
h() {
|
3323
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3323
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3324
3324
|
},
|
3325
3325
|
m(target, anchor) {
|
3326
3326
|
insert_hydration(target, div, anchor);
|
@@ -3331,7 +3331,7 @@ function create_if_block$7(ctx) {
|
|
3331
3331
|
}
|
3332
3332
|
},
|
3333
3333
|
p(ctx, dirty) {
|
3334
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3334
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3335
3335
|
attr(div, "class", div_class_value);
|
3336
3336
|
}
|
3337
3337
|
},
|
@@ -3441,7 +3441,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3441
3441
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3442
3442
|
|
3443
3443
|
function add_css$t(target) {
|
3444
|
-
append_styles(target, "svelte-
|
3444
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3445
3445
|
}
|
3446
3446
|
|
3447
3447
|
// (50:0) {:else}
|
@@ -3480,7 +3480,7 @@ function create_else_block$4(ctx) {
|
|
3480
3480
|
},
|
3481
3481
|
h() {
|
3482
3482
|
set_attributes(button, button_data);
|
3483
|
-
toggle_class(button, "svelte-
|
3483
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3484
3484
|
},
|
3485
3485
|
m(target, anchor) {
|
3486
3486
|
insert_hydration(target, button, anchor);
|
@@ -3519,7 +3519,7 @@ function create_else_block$4(ctx) {
|
|
3519
3519
|
dataAttrStopPropagation('click')
|
3520
3520
|
]));
|
3521
3521
|
|
3522
|
-
toggle_class(button, "svelte-
|
3522
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3523
3523
|
},
|
3524
3524
|
i(local) {
|
3525
3525
|
if (current) return;
|
@@ -3560,7 +3560,7 @@ function create_if_block_2$1(ctx) {
|
|
3560
3560
|
this.h();
|
3561
3561
|
},
|
3562
3562
|
h() {
|
3563
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3563
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3564
3564
|
attr(div, "style", /*style*/ ctx[1]);
|
3565
3565
|
},
|
3566
3566
|
m(target, anchor) {
|
@@ -3660,7 +3660,7 @@ function create_if_block_1$2(ctx) {
|
|
3660
3660
|
},
|
3661
3661
|
h() {
|
3662
3662
|
set_attributes(a, a_data);
|
3663
|
-
toggle_class(a, "svelte-
|
3663
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3664
3664
|
},
|
3665
3665
|
m(target, anchor) {
|
3666
3666
|
insert_hydration(target, a, anchor);
|
@@ -3702,7 +3702,7 @@ function create_if_block_1$2(ctx) {
|
|
3702
3702
|
dataAttrStopPropagation('click')
|
3703
3703
|
]));
|
3704
3704
|
|
3705
|
-
toggle_class(a, "svelte-
|
3705
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3706
3706
|
},
|
3707
3707
|
i(local) {
|
3708
3708
|
if (current) return;
|
@@ -3743,7 +3743,7 @@ function create_if_block$6(ctx) {
|
|
3743
3743
|
this.h();
|
3744
3744
|
},
|
3745
3745
|
h() {
|
3746
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3746
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3747
3747
|
attr(div, "style", /*style*/ ctx[1]);
|
3748
3748
|
},
|
3749
3749
|
m(target, anchor) {
|
@@ -3951,17 +3951,17 @@ class Button extends SvelteComponent {
|
|
3951
3951
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3952
3952
|
|
3953
3953
|
function add_css$s(target) {
|
3954
|
-
append_styles(target, "svelte-
|
3954
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3955
3955
|
}
|
3956
3956
|
|
3957
|
-
// (
|
3957
|
+
// (277:0) {:else}
|
3958
3958
|
function create_else_block$3(ctx) {
|
3959
3959
|
let backgroundoverlay;
|
3960
3960
|
let current;
|
3961
3961
|
|
3962
3962
|
backgroundoverlay = new BackgroundOverlay({
|
3963
3963
|
props: {
|
3964
|
-
backgroundOverlay: /*backgroundOverlay*/ ctx[
|
3964
|
+
backgroundOverlay: /*backgroundOverlay*/ ctx[12]
|
3965
3965
|
}
|
3966
3966
|
});
|
3967
3967
|
|
@@ -3983,7 +3983,7 @@ function create_else_block$3(ctx) {
|
|
3983
3983
|
p(new_ctx, dirty) {
|
3984
3984
|
ctx = new_ctx;
|
3985
3985
|
const backgroundoverlay_changes = {};
|
3986
|
-
if (dirty[0] & /*backgroundOverlay*/
|
3986
|
+
if (dirty[0] & /*backgroundOverlay*/ 4096) backgroundoverlay_changes.backgroundOverlay = /*backgroundOverlay*/ ctx[12];
|
3987
3987
|
backgroundoverlay.$set(backgroundoverlay_changes);
|
3988
3988
|
},
|
3989
3989
|
i(local) {
|
@@ -4001,7 +4001,7 @@ function create_else_block$3(ctx) {
|
|
4001
4001
|
};
|
4002
4002
|
}
|
4003
4003
|
|
4004
|
-
// (
|
4004
|
+
// (266:24)
|
4005
4005
|
function create_if_block_3(ctx) {
|
4006
4006
|
let backgroundoverlay0;
|
4007
4007
|
let t;
|
@@ -4011,7 +4011,7 @@ function create_if_block_3(ctx) {
|
|
4011
4011
|
backgroundoverlay0 = new BackgroundOverlay({
|
4012
4012
|
props: {
|
4013
4013
|
class: "background-bp-pc",
|
4014
|
-
backgroundOverlay: /*backgroundOverlayPC*/ ctx[
|
4014
|
+
backgroundOverlay: /*backgroundOverlayPC*/ ctx[13]
|
4015
4015
|
}
|
4016
4016
|
});
|
4017
4017
|
|
@@ -4022,7 +4022,7 @@ function create_if_block_3(ctx) {
|
|
4022
4022
|
backgroundoverlay1 = new BackgroundOverlay({
|
4023
4023
|
props: {
|
4024
4024
|
class: "background-bp-sp ",
|
4025
|
-
backgroundOverlay: /*backgroundOverlaySP*/ ctx[
|
4025
|
+
backgroundOverlay: /*backgroundOverlaySP*/ ctx[14]
|
4026
4026
|
}
|
4027
4027
|
});
|
4028
4028
|
|
@@ -4050,10 +4050,10 @@ function create_if_block_3(ctx) {
|
|
4050
4050
|
p(new_ctx, dirty) {
|
4051
4051
|
ctx = new_ctx;
|
4052
4052
|
const backgroundoverlay0_changes = {};
|
4053
|
-
if (dirty[0] & /*backgroundOverlayPC*/
|
4053
|
+
if (dirty[0] & /*backgroundOverlayPC*/ 8192) backgroundoverlay0_changes.backgroundOverlay = /*backgroundOverlayPC*/ ctx[13];
|
4054
4054
|
backgroundoverlay0.$set(backgroundoverlay0_changes);
|
4055
4055
|
const backgroundoverlay1_changes = {};
|
4056
|
-
if (dirty[0] & /*backgroundOverlaySP*/
|
4056
|
+
if (dirty[0] & /*backgroundOverlaySP*/ 16384) backgroundoverlay1_changes.backgroundOverlay = /*backgroundOverlaySP*/ ctx[14];
|
4057
4057
|
backgroundoverlay1.$set(backgroundoverlay1_changes);
|
4058
4058
|
},
|
4059
4059
|
i(local) {
|
@@ -4075,7 +4075,7 @@ function create_if_block_3(ctx) {
|
|
4075
4075
|
};
|
4076
4076
|
}
|
4077
4077
|
|
4078
|
-
// (
|
4078
|
+
// (264:0) {#if isPreview()}
|
4079
4079
|
function create_if_block_2(ctx) {
|
4080
4080
|
return {
|
4081
4081
|
c: noop,
|
@@ -4088,7 +4088,7 @@ function create_if_block_2(ctx) {
|
|
4088
4088
|
};
|
4089
4089
|
}
|
4090
4090
|
|
4091
|
-
// (
|
4091
|
+
// (280:0) {#if visible}
|
4092
4092
|
function create_if_block$5(ctx) {
|
4093
4093
|
let div;
|
4094
4094
|
let button;
|
@@ -4126,7 +4126,7 @@ function create_if_block$5(ctx) {
|
|
4126
4126
|
this.h();
|
4127
4127
|
},
|
4128
4128
|
h() {
|
4129
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4129
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4130
4130
|
attr(div, "role", "dialog");
|
4131
4131
|
attr(div, "aria-modal", "true");
|
4132
4132
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4150,7 +4150,7 @@ function create_if_block$5(ctx) {
|
|
4150
4150
|
|
4151
4151
|
button.$set(button_changes);
|
4152
4152
|
|
4153
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4153
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4154
4154
|
attr(div, "class", div_class_value);
|
4155
4155
|
}
|
4156
4156
|
},
|
@@ -4161,7 +4161,7 @@ function create_if_block$5(ctx) {
|
|
4161
4161
|
if (!div_intro) {
|
4162
4162
|
add_render_callback(() => {
|
4163
4163
|
div_intro = create_in_transition(div, customAnimation, {
|
4164
|
-
|
4164
|
+
transforms: /*transforms*/ ctx[11],
|
4165
4165
|
animationStyle: /*animation*/ ctx[4]
|
4166
4166
|
});
|
4167
4167
|
|
@@ -4183,7 +4183,7 @@ function create_if_block$5(ctx) {
|
|
4183
4183
|
};
|
4184
4184
|
}
|
4185
4185
|
|
4186
|
-
// (
|
4186
|
+
// (293:6) {#if closable}
|
4187
4187
|
function create_if_block_1$1(ctx) {
|
4188
4188
|
let div;
|
4189
4189
|
let button;
|
@@ -4214,7 +4214,7 @@ function create_if_block_1$1(ctx) {
|
|
4214
4214
|
this.h();
|
4215
4215
|
},
|
4216
4216
|
h() {
|
4217
|
-
attr(div, "class", "close svelte-
|
4217
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4218
4218
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4219
4219
|
},
|
4220
4220
|
m(target, anchor) {
|
@@ -4255,7 +4255,7 @@ function create_if_block_1$1(ctx) {
|
|
4255
4255
|
};
|
4256
4256
|
}
|
4257
4257
|
|
4258
|
-
// (
|
4258
|
+
// (295:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4259
4259
|
function create_default_slot_1$1(ctx) {
|
4260
4260
|
let svg;
|
4261
4261
|
let path;
|
@@ -4312,7 +4312,7 @@ function create_default_slot_1$1(ctx) {
|
|
4312
4312
|
};
|
4313
4313
|
}
|
4314
4314
|
|
4315
|
-
// (
|
4315
|
+
// (292:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4316
4316
|
function create_default_slot$6(ctx) {
|
4317
4317
|
let t;
|
4318
4318
|
let div;
|
@@ -4339,7 +4339,7 @@ function create_default_slot$6(ctx) {
|
|
4339
4339
|
this.h();
|
4340
4340
|
},
|
4341
4341
|
h() {
|
4342
|
-
attr(div, "class", "modal-content svelte-
|
4342
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4343
4343
|
attr(div, "style", /*_style*/ ctx[5]);
|
4344
4344
|
},
|
4345
4345
|
m(target, anchor) {
|
@@ -4578,7 +4578,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4578
4578
|
let backgroundClickFunctionPC = DefaultModalPlacement.backgroundClick;
|
4579
4579
|
let backgroundClickFunctionSP = DefaultModalPlacement.backgroundClick;
|
4580
4580
|
let modalStyles = new Set([]);
|
4581
|
-
let
|
4581
|
+
let transforms = [{ query: null, ...getTransform('center') }];
|
4582
4582
|
let modal;
|
4583
4583
|
|
4584
4584
|
onMount$1(() => {
|
@@ -4632,9 +4632,9 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4632
4632
|
|
4633
4633
|
if (useBreakPoint) {
|
4634
4634
|
const pc = breakPoint?.PC?.placement?.backgroundOverlay;
|
4635
|
-
$$invalidate(
|
4635
|
+
$$invalidate(13, backgroundOverlayPC = pc ?? false);
|
4636
4636
|
const sp = breakPoint?.SP?.placement?.backgroundOverlay;
|
4637
|
-
$$invalidate(
|
4637
|
+
$$invalidate(14, backgroundOverlaySP = sp ?? false);
|
4638
4638
|
}
|
4639
4639
|
}
|
4640
4640
|
}
|
@@ -4691,7 +4691,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4691
4691
|
});
|
4692
4692
|
}
|
4693
4693
|
|
4694
|
-
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/
|
4694
|
+
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint, transforms*/ 50333704) {
|
4695
4695
|
// 表示位置のスタイルとアニメーションの動きを設定
|
4696
4696
|
{
|
4697
4697
|
// 表示位置のスタイルの設定
|
@@ -4703,6 +4703,8 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4703
4703
|
modalStyles.add(positionStyle);
|
4704
4704
|
}
|
4705
4705
|
|
4706
|
+
$$invalidate(11, transforms = []);
|
4707
|
+
|
4706
4708
|
DEVICE_IDS.forEach(deviceId => {
|
4707
4709
|
|
4708
4710
|
const positionVariables = stringifyStyleObj(formatObjectKey({
|
@@ -4715,7 +4717,7 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4715
4717
|
});
|
4716
4718
|
|
4717
4719
|
// アニメーションの動きの設定
|
4718
|
-
|
4720
|
+
transforms.push({ query: null, ...getTransform(position) });
|
4719
4721
|
}
|
4720
4722
|
}
|
4721
4723
|
|
@@ -4787,10 +4789,10 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
4787
4789
|
closeEventValue,
|
4788
4790
|
closeButtonColor,
|
4789
4791
|
_closeStyle,
|
4792
|
+
transforms,
|
4790
4793
|
backgroundOverlay,
|
4791
4794
|
backgroundOverlayPC,
|
4792
4795
|
backgroundOverlaySP,
|
4793
|
-
transform,
|
4794
4796
|
modal,
|
4795
4797
|
visible,
|
4796
4798
|
handle_keydown,
|
@@ -4974,7 +4976,7 @@ class Grid extends SvelteComponent {
|
|
4974
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4975
4977
|
|
4976
4978
|
function add_css$r(target) {
|
4977
|
-
append_styles(target, "svelte-
|
4979
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4978
4980
|
}
|
4979
4981
|
|
4980
4982
|
function create_fragment$t(ctx) {
|
@@ -5008,8 +5010,8 @@ function create_fragment$t(ctx) {
|
|
5008
5010
|
this.h();
|
5009
5011
|
},
|
5010
5012
|
h() {
|
5011
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5012
|
-
attr(div1, "class", "grid-item svelte-
|
5013
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5014
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5013
5015
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5014
5016
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5015
5017
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5331,7 +5333,7 @@ class RenderText extends SvelteComponent {
|
|
5331
5333
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5332
5334
|
|
5333
5335
|
function add_css$q(target) {
|
5334
|
-
append_styles(target, "svelte-
|
5336
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5335
5337
|
}
|
5336
5338
|
|
5337
5339
|
// (94:2) {:else}
|
@@ -5361,8 +5363,8 @@ function create_else_block$1(ctx) {
|
|
5361
5363
|
this.h();
|
5362
5364
|
},
|
5363
5365
|
h() {
|
5364
|
-
attr(div0, "class", "text-element-inner svelte-
|
5365
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5366
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5367
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5366
5368
|
attr(div1, "style", /*style*/ ctx[5]);
|
5367
5369
|
},
|
5368
5370
|
m(target, anchor) {
|
@@ -5376,7 +5378,7 @@ function create_else_block$1(ctx) {
|
|
5376
5378
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5377
5379
|
rendertext.$set(rendertext_changes);
|
5378
5380
|
|
5379
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5381
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5380
5382
|
attr(div1, "class", div1_class_value);
|
5381
5383
|
}
|
5382
5384
|
|
@@ -5451,12 +5453,12 @@ function create_if_block$3(ctx) {
|
|
5451
5453
|
this.h();
|
5452
5454
|
},
|
5453
5455
|
h() {
|
5454
|
-
attr(div0, "class", "text-element-inner svelte-
|
5456
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5455
5457
|
attr(a, "href", '');
|
5456
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5458
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5457
5459
|
attr(a, "style", /*style*/ ctx[5]);
|
5458
|
-
attr(div1, "class", "tooltip svelte-
|
5459
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5460
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5461
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5460
5462
|
},
|
5461
5463
|
m(target, anchor) {
|
5462
5464
|
insert_hydration(target, a, anchor);
|
@@ -5482,7 +5484,7 @@ function create_if_block$3(ctx) {
|
|
5482
5484
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5483
5485
|
rendertext.$set(rendertext_changes);
|
5484
5486
|
|
5485
|
-
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5487
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5486
5488
|
attr(a, "class", a_class_value);
|
5487
5489
|
}
|
5488
5490
|
|
@@ -5544,7 +5546,7 @@ function create_fragment$r(ctx) {
|
|
5544
5546
|
this.h();
|
5545
5547
|
},
|
5546
5548
|
h() {
|
5547
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5549
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5548
5550
|
},
|
5549
5551
|
m(target, anchor) {
|
5550
5552
|
insert_hydration(target, div, anchor);
|
@@ -5710,7 +5712,7 @@ class TextElement extends SvelteComponent {
|
|
5710
5712
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5711
5713
|
|
5712
5714
|
function add_css$p(target) {
|
5713
|
-
append_styles(target, "svelte-
|
5715
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5714
5716
|
}
|
5715
5717
|
|
5716
5718
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5779,7 +5781,7 @@ function create_fragment$q(ctx) {
|
|
5779
5781
|
this.h();
|
5780
5782
|
},
|
5781
5783
|
h() {
|
5782
|
-
attr(div, "class", "text-button-element svelte-
|
5784
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5783
5785
|
},
|
5784
5786
|
m(target, anchor) {
|
5785
5787
|
insert_hydration(target, div, anchor);
|
@@ -5871,7 +5873,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5871
5873
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5872
5874
|
|
5873
5875
|
function add_css$o(target) {
|
5874
|
-
append_styles(target, "svelte-
|
5876
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5875
5877
|
}
|
5876
5878
|
|
5877
5879
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5899,7 +5901,7 @@ function create_default_slot$4(ctx) {
|
|
5899
5901
|
this.h();
|
5900
5902
|
},
|
5901
5903
|
h() {
|
5902
|
-
attr(img, "class", "image svelte-
|
5904
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5903
5905
|
attr(img, "loading", "lazy");
|
5904
5906
|
attr(img, "width", "auto");
|
5905
5907
|
attr(img, "height", "auto");
|
@@ -5971,7 +5973,7 @@ function create_fragment$p(ctx) {
|
|
5971
5973
|
this.h();
|
5972
5974
|
},
|
5973
5975
|
h() {
|
5974
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5976
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5975
5977
|
},
|
5976
5978
|
m(target, anchor) {
|
5977
5979
|
insert_hydration(target, div, anchor);
|
@@ -5990,7 +5992,7 @@ function create_fragment$p(ctx) {
|
|
5990
5992
|
|
5991
5993
|
button.$set(button_changes);
|
5992
5994
|
|
5993
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5995
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5994
5996
|
attr(div, "class", div_class_value);
|
5995
5997
|
}
|
5996
5998
|
},
|
@@ -6062,7 +6064,7 @@ class ImageElement extends SvelteComponent {
|
|
6062
6064
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6063
6065
|
|
6064
6066
|
function add_css$n(target) {
|
6065
|
-
append_styles(target, "svelte-
|
6067
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6066
6068
|
}
|
6067
6069
|
|
6068
6070
|
function create_fragment$o(ctx) {
|
@@ -6085,7 +6087,7 @@ function create_fragment$o(ctx) {
|
|
6085
6087
|
this.h();
|
6086
6088
|
},
|
6087
6089
|
h() {
|
6088
|
-
attr(div, "class", "list svelte-
|
6090
|
+
attr(div, "class", "list svelte-aquv6z");
|
6089
6091
|
attr(div, "style", /*style*/ ctx[0]);
|
6090
6092
|
},
|
6091
6093
|
m(target, anchor) {
|
@@ -6219,7 +6221,7 @@ class List extends SvelteComponent {
|
|
6219
6221
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6220
6222
|
|
6221
6223
|
function add_css$m(target) {
|
6222
|
-
append_styles(target, "svelte-
|
6224
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6223
6225
|
}
|
6224
6226
|
|
6225
6227
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6302,7 +6304,7 @@ function create_fragment$n(ctx) {
|
|
6302
6304
|
this.h();
|
6303
6305
|
},
|
6304
6306
|
h() {
|
6305
|
-
attr(div, "class", "list-item svelte-
|
6307
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6306
6308
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6307
6309
|
},
|
6308
6310
|
m(target, anchor) {
|
@@ -6428,7 +6430,7 @@ class ListItem extends SvelteComponent {
|
|
6428
6430
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6429
6431
|
|
6430
6432
|
function add_css$l(target) {
|
6431
|
-
append_styles(target, "svelte-
|
6433
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6432
6434
|
}
|
6433
6435
|
|
6434
6436
|
function create_fragment$m(ctx) {
|
@@ -6446,7 +6448,7 @@ function create_fragment$m(ctx) {
|
|
6446
6448
|
this.h();
|
6447
6449
|
},
|
6448
6450
|
h() {
|
6449
|
-
attr(div, "class", "embed svelte-
|
6451
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6450
6452
|
attr(div, "style", /*_style*/ ctx[1]);
|
6451
6453
|
},
|
6452
6454
|
m(target, anchor) {
|
@@ -6489,7 +6491,7 @@ class EmbedElement extends SvelteComponent {
|
|
6489
6491
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6490
6492
|
|
6491
6493
|
function add_css$k(target) {
|
6492
|
-
append_styles(target, "svelte-
|
6494
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6493
6495
|
}
|
6494
6496
|
|
6495
6497
|
function create_fragment$l(ctx) {
|
@@ -6512,7 +6514,7 @@ function create_fragment$l(ctx) {
|
|
6512
6514
|
},
|
6513
6515
|
h() {
|
6514
6516
|
attr(div0, "class", "karte-player");
|
6515
|
-
attr(div1, "class", "embed svelte-
|
6517
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6516
6518
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6517
6519
|
},
|
6518
6520
|
m(target, anchor) {
|
@@ -6854,7 +6856,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6854
6856
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6855
6857
|
|
6856
6858
|
function add_css$j(target) {
|
6857
|
-
append_styles(target, "svelte-
|
6859
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6858
6860
|
}
|
6859
6861
|
|
6860
6862
|
function create_fragment$k(ctx) {
|
@@ -6877,7 +6879,7 @@ function create_fragment$k(ctx) {
|
|
6877
6879
|
},
|
6878
6880
|
h() {
|
6879
6881
|
attr(div0, "class", "karte-player");
|
6880
|
-
attr(div1, "class", "embed svelte-
|
6882
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6881
6883
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6882
6884
|
},
|
6883
6885
|
m(target, anchor) {
|
@@ -7061,7 +7063,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7061
7063
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7062
7064
|
|
7063
7065
|
function add_css$i(target) {
|
7064
|
-
append_styles(target, "svelte-
|
7066
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7065
7067
|
}
|
7066
7068
|
|
7067
7069
|
function create_fragment$j(ctx) {
|
@@ -7091,12 +7093,12 @@ function create_fragment$j(ctx) {
|
|
7091
7093
|
this.h();
|
7092
7094
|
},
|
7093
7095
|
h() {
|
7094
|
-
attr(textarea, "class", "textarea svelte-
|
7096
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7095
7097
|
textarea.value = /*$value*/ ctx[4];
|
7096
7098
|
textarea.required = /*required*/ ctx[1];
|
7097
7099
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7098
7100
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7099
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7101
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7100
7102
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7101
7103
|
},
|
7102
7104
|
m(target, anchor) {
|
@@ -7248,7 +7250,7 @@ class FormTextarea extends SvelteComponent {
|
|
7248
7250
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7249
7251
|
|
7250
7252
|
function add_css$h(target) {
|
7251
|
-
append_styles(target, "svelte-
|
7253
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7252
7254
|
}
|
7253
7255
|
|
7254
7256
|
function get_each_context$5(ctx, list, i) {
|
@@ -7305,14 +7307,14 @@ function create_each_block$5(ctx) {
|
|
7305
7307
|
},
|
7306
7308
|
h() {
|
7307
7309
|
attr(input, "type", "radio");
|
7308
|
-
attr(input, "class", "radio-button-input svelte-
|
7310
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7309
7311
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7310
7312
|
attr(input, "name", /*name*/ ctx[0]);
|
7311
7313
|
input.value = input_value_value = /*option*/ ctx[17];
|
7312
7314
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7313
|
-
attr(span, "class", "radio-button-text svelte-
|
7315
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7314
7316
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7315
|
-
attr(label, "class", "radio-button svelte-
|
7317
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7316
7318
|
},
|
7317
7319
|
m(target, anchor) {
|
7318
7320
|
insert_hydration(target, label, anchor);
|
@@ -7391,7 +7393,7 @@ function create_fragment$i(ctx) {
|
|
7391
7393
|
this.h();
|
7392
7394
|
},
|
7393
7395
|
h() {
|
7394
|
-
attr(div, "class", "radio-buttons svelte-
|
7396
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7395
7397
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7396
7398
|
},
|
7397
7399
|
m(target, anchor) {
|
@@ -7560,7 +7562,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7560
7562
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7561
7563
|
|
7562
7564
|
function add_css$g(target) {
|
7563
|
-
append_styles(target, "svelte-
|
7565
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7564
7566
|
}
|
7565
7567
|
|
7566
7568
|
function get_each_context$4(ctx, list, i) {
|
@@ -7731,10 +7733,10 @@ function create_fragment$h(ctx) {
|
|
7731
7733
|
this.h();
|
7732
7734
|
},
|
7733
7735
|
h() {
|
7734
|
-
attr(select, "class", "select-select svelte-
|
7736
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7735
7737
|
attr(select, "style", /*style*/ ctx[3]);
|
7736
|
-
attr(div0, "class", "select-icon svelte-
|
7737
|
-
attr(div1, "class", "select svelte-
|
7738
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7739
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7738
7740
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7739
7741
|
},
|
7740
7742
|
m(target, anchor) {
|
@@ -7936,7 +7938,7 @@ class FormSelect extends SvelteComponent {
|
|
7936
7938
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7937
7939
|
|
7938
7940
|
function add_css$f(target) {
|
7939
|
-
append_styles(target, "svelte-
|
7941
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7940
7942
|
}
|
7941
7943
|
|
7942
7944
|
function get_each_context$3(ctx, list, i) {
|
@@ -7998,19 +8000,19 @@ function create_each_block$3(ctx) {
|
|
7998
8000
|
this.h();
|
7999
8001
|
},
|
8000
8002
|
h() {
|
8001
|
-
attr(input, "class", "check-box-input svelte-
|
8003
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8002
8004
|
attr(input, "type", "checkbox");
|
8003
8005
|
attr(input, "name", /*name*/ ctx[0]);
|
8004
8006
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8005
|
-
attr(span0, "class", "check-box-icon svelte-
|
8007
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8006
8008
|
|
8007
8009
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8008
8010
|
? ' _checked'
|
8009
|
-
: ''}`) + " svelte-
|
8011
|
+
: ''}`) + " svelte-1p65cg8"));
|
8010
8012
|
|
8011
|
-
attr(span2, "class", "check-box-text svelte-
|
8013
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8012
8014
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8013
|
-
attr(label, "class", "check-box svelte-
|
8015
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8014
8016
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8015
8017
|
},
|
8016
8018
|
m(target, anchor) {
|
@@ -8042,7 +8044,7 @@ function create_each_block$3(ctx) {
|
|
8042
8044
|
|
8043
8045
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8044
8046
|
? ' _checked'
|
8045
|
-
: ''}`) + " svelte-
|
8047
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8046
8048
|
attr(span1, "class", span1_class_value);
|
8047
8049
|
}
|
8048
8050
|
|
@@ -8095,7 +8097,7 @@ function create_fragment$g(ctx) {
|
|
8095
8097
|
this.h();
|
8096
8098
|
},
|
8097
8099
|
h() {
|
8098
|
-
attr(div, "class", "check-boxes svelte-
|
8100
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8099
8101
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8100
8102
|
},
|
8101
8103
|
m(target, anchor) {
|
@@ -8270,7 +8272,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8270
8272
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8271
8273
|
|
8272
8274
|
function add_css$e(target) {
|
8273
|
-
append_styles(target, "svelte-
|
8275
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8274
8276
|
}
|
8275
8277
|
|
8276
8278
|
function get_each_context$2(ctx, list, i) {
|
@@ -8305,7 +8307,7 @@ function create_each_block$2(ctx) {
|
|
8305
8307
|
this.h();
|
8306
8308
|
},
|
8307
8309
|
h() {
|
8308
|
-
attr(button, "class", "rating-button svelte-
|
8310
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8309
8311
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8310
8312
|
},
|
8311
8313
|
m(target, anchor) {
|
@@ -8368,7 +8370,7 @@ function create_fragment$f(ctx) {
|
|
8368
8370
|
this.h();
|
8369
8371
|
},
|
8370
8372
|
h() {
|
8371
|
-
attr(div, "class", "rating-buttons svelte-
|
8373
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8372
8374
|
},
|
8373
8375
|
m(target, anchor) {
|
8374
8376
|
insert_hydration(target, div, anchor);
|
@@ -8512,7 +8514,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8512
8514
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8513
8515
|
|
8514
8516
|
function add_css$d(target) {
|
8515
|
-
append_styles(target, "svelte-
|
8517
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8516
8518
|
}
|
8517
8519
|
|
8518
8520
|
function get_each_context$1(ctx, list, i) {
|
@@ -8548,9 +8550,9 @@ function create_each_block$1(ctx) {
|
|
8548
8550
|
},
|
8549
8551
|
h() {
|
8550
8552
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8551
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8553
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8552
8554
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8553
|
-
attr(button, "class", "rating-button svelte-
|
8555
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8554
8556
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8555
8557
|
},
|
8556
8558
|
m(target, anchor) {
|
@@ -8566,7 +8568,7 @@ function create_each_block$1(ctx) {
|
|
8566
8568
|
p(new_ctx, dirty) {
|
8567
8569
|
ctx = new_ctx;
|
8568
8570
|
|
8569
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8571
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
8570
8572
|
attr(img, "class", img_class_value);
|
8571
8573
|
}
|
8572
8574
|
|
@@ -8613,7 +8615,7 @@ function create_fragment$e(ctx) {
|
|
8613
8615
|
this.h();
|
8614
8616
|
},
|
8615
8617
|
h() {
|
8616
|
-
attr(div, "class", "rating-buttons svelte-
|
8618
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8617
8619
|
},
|
8618
8620
|
m(target, anchor) {
|
8619
8621
|
insert_hydration(target, div, anchor);
|
@@ -8721,7 +8723,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8721
8723
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8722
8724
|
|
8723
8725
|
function add_css$c(target) {
|
8724
|
-
append_styles(target, "svelte-
|
8726
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8725
8727
|
}
|
8726
8728
|
|
8727
8729
|
function create_fragment$d(ctx) {
|
@@ -8752,13 +8754,13 @@ function create_fragment$d(ctx) {
|
|
8752
8754
|
this.h();
|
8753
8755
|
},
|
8754
8756
|
h() {
|
8755
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8757
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8756
8758
|
attr(input, "type", "text");
|
8757
8759
|
input.value = /*$value*/ ctx[2];
|
8758
8760
|
input.required = /*required*/ ctx[0];
|
8759
8761
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8760
8762
|
attr(input, "style", /*style*/ ctx[5]);
|
8761
|
-
attr(div, "class", "input-wrapper svelte-
|
8763
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8762
8764
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8763
8765
|
},
|
8764
8766
|
m(target, anchor) {
|
@@ -8771,7 +8773,7 @@ function create_fragment$d(ctx) {
|
|
8771
8773
|
}
|
8772
8774
|
},
|
8773
8775
|
p(ctx, [dirty]) {
|
8774
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8776
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8775
8777
|
attr(input, "class", input_class_value);
|
8776
8778
|
}
|
8777
8779
|
|
@@ -8959,7 +8961,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8959
8961
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8960
8962
|
|
8961
8963
|
function add_css$b(target) {
|
8962
|
-
append_styles(target, "svelte-
|
8964
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8963
8965
|
}
|
8964
8966
|
|
8965
8967
|
function create_fragment$c(ctx) {
|
@@ -9025,20 +9027,20 @@ function create_fragment$c(ctx) {
|
|
9025
9027
|
},
|
9026
9028
|
h() {
|
9027
9029
|
attr(input0, "type", "radio");
|
9028
|
-
attr(input0, "class", "radio-button-input svelte-
|
9030
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9029
9031
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9030
9032
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9031
|
-
attr(span0, "class", "radio-button-text svelte-
|
9033
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9032
9034
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9033
|
-
attr(label0, "class", "radio-button svelte-
|
9035
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9034
9036
|
attr(input1, "type", "radio");
|
9035
|
-
attr(input1, "class", "radio-button-input svelte-
|
9037
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9036
9038
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9037
9039
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9038
|
-
attr(span1, "class", "radio-button-text svelte-
|
9040
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9039
9041
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9040
|
-
attr(label1, "class", "radio-button svelte-
|
9041
|
-
attr(div, "class", "radio-buttons svelte-
|
9042
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9043
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9042
9044
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9043
9045
|
},
|
9044
9046
|
m(target, anchor) {
|
@@ -9206,7 +9208,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9206
9208
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9207
9209
|
|
9208
9210
|
function add_css$a(target) {
|
9209
|
-
append_styles(target, "svelte-
|
9211
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
9210
9212
|
}
|
9211
9213
|
|
9212
9214
|
function get_each_context(ctx, list, i) {
|
@@ -9252,9 +9254,9 @@ function create_if_block_1(ctx) {
|
|
9252
9254
|
attr(svg, "viewBox", "0 0 10 16");
|
9253
9255
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9254
9256
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9255
|
-
attr(button, "class", "move-button svelte-
|
9257
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9256
9258
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9257
|
-
attr(div, "class", "prev-button-container svelte-
|
9259
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9258
9260
|
},
|
9259
9261
|
m(target, anchor) {
|
9260
9262
|
insert_hydration(target, div, anchor);
|
@@ -9320,9 +9322,9 @@ function create_if_block$1(ctx) {
|
|
9320
9322
|
attr(svg, "viewBox", "0 0 10 16");
|
9321
9323
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9322
9324
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9323
|
-
attr(button, "class", "move-button svelte-
|
9325
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9324
9326
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9325
|
-
attr(div, "class", "next-button-container svelte-
|
9327
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9326
9328
|
},
|
9327
9329
|
m(target, anchor) {
|
9328
9330
|
insert_hydration(target, div, anchor);
|
@@ -9382,9 +9384,9 @@ function create_each_block(ctx) {
|
|
9382
9384
|
this.h();
|
9383
9385
|
},
|
9384
9386
|
h() {
|
9385
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9387
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9386
9388
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9387
|
-
attr(button, "class", "navigation-item svelte-
|
9389
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9388
9390
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9389
9391
|
},
|
9390
9392
|
m(target, anchor) {
|
@@ -9490,14 +9492,14 @@ function create_fragment$b(ctx) {
|
|
9490
9492
|
this.h();
|
9491
9493
|
},
|
9492
9494
|
h() {
|
9493
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9495
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9494
9496
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9495
|
-
attr(div1, "class", "container svelte-
|
9497
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9496
9498
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9497
|
-
attr(div2, "class", "navigation svelte-
|
9499
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9498
9500
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9499
9501
|
set_attributes(div3, div3_data);
|
9500
|
-
toggle_class(div3, "svelte-
|
9502
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9501
9503
|
},
|
9502
9504
|
m(target, anchor) {
|
9503
9505
|
insert_hydration(target, div3, anchor);
|
@@ -9539,7 +9541,7 @@ function create_fragment$b(ctx) {
|
|
9539
9541
|
}
|
9540
9542
|
}
|
9541
9543
|
|
9542
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9544
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9543
9545
|
attr(div0, "class", div0_class_value);
|
9544
9546
|
}
|
9545
9547
|
|
@@ -9605,7 +9607,7 @@ function create_fragment$b(ctx) {
|
|
9605
9607
|
}
|
9606
9608
|
|
9607
9609
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9608
|
-
toggle_class(div3, "svelte-
|
9610
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9609
9611
|
},
|
9610
9612
|
i(local) {
|
9611
9613
|
if (current) return;
|
@@ -10117,7 +10119,7 @@ class Slide extends SvelteComponent {
|
|
10117
10119
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10118
10120
|
|
10119
10121
|
function add_css$9(target) {
|
10120
|
-
append_styles(target, "svelte-
|
10122
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
10121
10123
|
}
|
10122
10124
|
|
10123
10125
|
function create_fragment$a(ctx) {
|
@@ -10145,9 +10147,9 @@ function create_fragment$a(ctx) {
|
|
10145
10147
|
this.h();
|
10146
10148
|
},
|
10147
10149
|
h() {
|
10148
|
-
attr(div0, "class", "item-inner svelte-
|
10150
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10149
10151
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10150
|
-
attr(div1, "class", "item svelte-
|
10152
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10151
10153
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10152
10154
|
},
|
10153
10155
|
m(target, anchor) {
|
@@ -10273,7 +10275,7 @@ class SlideItem extends SvelteComponent {
|
|
10273
10275
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10274
10276
|
|
10275
10277
|
function add_css$8(target) {
|
10276
|
-
append_styles(target, "svelte-
|
10278
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10277
10279
|
}
|
10278
10280
|
|
10279
10281
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10304,9 +10306,9 @@ function create_fragment$9(ctx) {
|
|
10304
10306
|
this.h();
|
10305
10307
|
},
|
10306
10308
|
h() {
|
10307
|
-
attr(div0, "class", "countdown-inner svelte-
|
10309
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10308
10310
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10309
|
-
attr(div1, "class", "countdown svelte-
|
10311
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10310
10312
|
},
|
10311
10313
|
m(target, anchor) {
|
10312
10314
|
insert_hydration(target, div1, anchor);
|
@@ -10436,7 +10438,7 @@ class Countdown extends SvelteComponent {
|
|
10436
10438
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10437
10439
|
|
10438
10440
|
function add_css$7(target) {
|
10439
|
-
append_styles(target, "svelte-
|
10441
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10440
10442
|
}
|
10441
10443
|
|
10442
10444
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10519,7 +10521,7 @@ function create_fragment$8(ctx) {
|
|
10519
10521
|
this.h();
|
10520
10522
|
},
|
10521
10523
|
h() {
|
10522
|
-
attr(div, "class", "box svelte-
|
10524
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10523
10525
|
},
|
10524
10526
|
m(target, anchor) {
|
10525
10527
|
insert_hydration(target, div, anchor);
|
@@ -10580,7 +10582,7 @@ class Box extends SvelteComponent {
|
|
10580
10582
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10581
10583
|
|
10582
10584
|
function add_css$6(target) {
|
10583
|
-
append_styles(target, "svelte-
|
10585
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10584
10586
|
}
|
10585
10587
|
|
10586
10588
|
// (56:4) {#if svg}
|
@@ -10684,7 +10686,7 @@ function create_fragment$7(ctx) {
|
|
10684
10686
|
this.h();
|
10685
10687
|
},
|
10686
10688
|
h() {
|
10687
|
-
attr(div, "class", "icon svelte-
|
10689
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10688
10690
|
},
|
10689
10691
|
m(target, anchor) {
|
10690
10692
|
insert_hydration(target, div, anchor);
|
@@ -10793,7 +10795,7 @@ class IconElement extends SvelteComponent {
|
|
10793
10795
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10794
10796
|
|
10795
10797
|
function add_css$5(target) {
|
10796
|
-
append_styles(target, "svelte-
|
10798
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10797
10799
|
}
|
10798
10800
|
|
10799
10801
|
function create_fragment$6(ctx) {
|
@@ -10829,7 +10831,7 @@ function create_fragment$6(ctx) {
|
|
10829
10831
|
this.h();
|
10830
10832
|
},
|
10831
10833
|
h() {
|
10832
|
-
attr(div, "class", "codeElement svelte-
|
10834
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10833
10835
|
attr(div, "style", /*style*/ ctx[3]);
|
10834
10836
|
},
|
10835
10837
|
m(target, anchor) {
|
@@ -10918,7 +10920,7 @@ class CodeElement extends SvelteComponent {
|
|
10918
10920
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10919
10921
|
|
10920
10922
|
function add_css$4(target) {
|
10921
|
-
append_styles(target, "svelte-
|
10923
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10922
10924
|
}
|
10923
10925
|
|
10924
10926
|
function create_fragment$5(ctx) {
|
@@ -10942,7 +10944,7 @@ function create_fragment$5(ctx) {
|
|
10942
10944
|
this.h();
|
10943
10945
|
},
|
10944
10946
|
h() {
|
10945
|
-
attr(div, "class", "flex svelte-
|
10947
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10946
10948
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10947
10949
|
},
|
10948
10950
|
m(target, anchor) {
|
@@ -11039,7 +11041,7 @@ class Flex extends SvelteComponent {
|
|
11039
11041
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11040
11042
|
|
11041
11043
|
function add_css$3(target) {
|
11042
|
-
append_styles(target, "svelte-
|
11044
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11043
11045
|
}
|
11044
11046
|
|
11045
11047
|
function create_fragment$4(ctx) {
|
@@ -11062,7 +11064,7 @@ function create_fragment$4(ctx) {
|
|
11062
11064
|
this.h();
|
11063
11065
|
},
|
11064
11066
|
h() {
|
11065
|
-
attr(div, "class", "flex-item svelte-
|
11067
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11066
11068
|
attr(div, "style", /*style*/ ctx[0]);
|
11067
11069
|
},
|
11068
11070
|
m(target, anchor) {
|
@@ -11482,7 +11484,7 @@ class GridModalState extends SvelteComponent {
|
|
11482
11484
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11483
11485
|
|
11484
11486
|
function add_css$2(target) {
|
11485
|
-
append_styles(target, "svelte-
|
11487
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
11486
11488
|
}
|
11487
11489
|
|
11488
11490
|
function create_fragment$2(ctx) {
|
@@ -11511,8 +11513,8 @@ function create_fragment$2(ctx) {
|
|
11511
11513
|
this.h();
|
11512
11514
|
},
|
11513
11515
|
h() {
|
11514
|
-
attr(div0, "class", "text-block-inner svelte-
|
11515
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11516
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11517
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11516
11518
|
attr(div1, "style", /*style*/ ctx[2]);
|
11517
11519
|
},
|
11518
11520
|
m(target, anchor) {
|
@@ -11526,7 +11528,7 @@ function create_fragment$2(ctx) {
|
|
11526
11528
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11527
11529
|
rendertext.$set(rendertext_changes);
|
11528
11530
|
|
11529
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11531
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11530
11532
|
attr(div1, "class", div1_class_value);
|
11531
11533
|
}
|
11532
11534
|
|
@@ -11604,7 +11606,7 @@ class TextBlock extends SvelteComponent {
|
|
11604
11606
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11605
11607
|
|
11606
11608
|
function add_css$1(target) {
|
11607
|
-
append_styles(target, "svelte-
|
11609
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11608
11610
|
}
|
11609
11611
|
|
11610
11612
|
function create_fragment$1(ctx) {
|
@@ -11634,9 +11636,9 @@ function create_fragment$1(ctx) {
|
|
11634
11636
|
this.h();
|
11635
11637
|
},
|
11636
11638
|
h() {
|
11637
|
-
attr(button, "class", "text-button svelte-
|
11639
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11638
11640
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11639
|
-
attr(div, "class", "text-button-block svelte-
|
11641
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11640
11642
|
attr(div, "style", /*_style*/ ctx[2]);
|
11641
11643
|
},
|
11642
11644
|
m(target, anchor) {
|
@@ -11742,7 +11744,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11742
11744
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11743
11745
|
|
11744
11746
|
function add_css(target) {
|
11745
|
-
append_styles(target, "svelte-
|
11747
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11746
11748
|
}
|
11747
11749
|
|
11748
11750
|
function create_fragment(ctx) {
|
@@ -11778,14 +11780,14 @@ function create_fragment(ctx) {
|
|
11778
11780
|
this.h();
|
11779
11781
|
},
|
11780
11782
|
h() {
|
11781
|
-
attr(img, "class", "image svelte-
|
11783
|
+
attr(img, "class", "image svelte-1pdw891");
|
11782
11784
|
attr(img, "loading", "lazy");
|
11783
11785
|
attr(img, "width", "auto");
|
11784
11786
|
attr(img, "height", "auto");
|
11785
11787
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11786
11788
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11787
11789
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11788
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11790
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11789
11791
|
attr(div, "style", /*_style*/ ctx[5]);
|
11790
11792
|
},
|
11791
11793
|
m(target, anchor) {
|
@@ -11810,7 +11812,7 @@ function create_fragment(ctx) {
|
|
11810
11812
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11811
11813
|
}
|
11812
11814
|
|
11813
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11815
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11814
11816
|
attr(div, "class", div_class_value);
|
11815
11817
|
}
|
11816
11818
|
|