@plaidev/karte-action-sdk 1.1.198 → 1.1.199-28181330.3bffb640
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +113 -114
- package/dist/index.es.js +113 -114
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -1406,7 +1406,7 @@ async function setupActionTable(localVariablesQuery, apiKey) {
|
|
1406
1406
|
}
|
1407
1407
|
/** @internal */
|
1408
1408
|
function initActionTable(localVariablesQuery) {
|
1409
|
-
|
1409
|
+
const initValues = {
|
1410
1410
|
// default values
|
1411
1411
|
action_table: [],
|
1412
1412
|
};
|
@@ -1736,7 +1736,6 @@ function createModal(App, options = {
|
|
1736
1736
|
// ここからメインの処理
|
1737
1737
|
initialize({ send: options.send, initialState: data.initial_state });
|
1738
1738
|
// ActionTable APIへの非同期リクエスト
|
1739
|
-
console.log("initialize action table");
|
1740
1739
|
initActionTable(options.localVariablesQuery);
|
1741
1740
|
let actionTablePromise = null;
|
1742
1741
|
if (options.localVariablesQuery && data.api_key) {
|
@@ -2601,7 +2600,7 @@ class State extends SvelteComponent {
|
|
2601
2600
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2602
2601
|
|
2603
2602
|
function add_css$t(target) {
|
2604
|
-
append_styles(target, "svelte-
|
2603
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2605
2604
|
}
|
2606
2605
|
|
2607
2606
|
// (23:0) {#if $state === path}
|
@@ -2618,7 +2617,7 @@ function create_if_block$8(ctx) {
|
|
2618
2617
|
t = space();
|
2619
2618
|
if (default_slot) default_slot.c();
|
2620
2619
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2621
|
-
attr(div, "class", "state-item svelte-
|
2620
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2622
2621
|
},
|
2623
2622
|
m(target, anchor) {
|
2624
2623
|
insert(target, div, anchor);
|
@@ -3020,7 +3019,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
3020
3019
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3021
3020
|
|
3022
3021
|
function add_css$s(target) {
|
3023
|
-
append_styles(target, "svelte-
|
3022
|
+
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}");
|
3024
3023
|
}
|
3025
3024
|
|
3026
3025
|
// (9:0) {#if backgroundOverlay}
|
@@ -3032,7 +3031,7 @@ function create_if_block$7(ctx) {
|
|
3032
3031
|
return {
|
3033
3032
|
c() {
|
3034
3033
|
div = element("div");
|
3035
|
-
attr(div, "class", "background svelte-
|
3034
|
+
attr(div, "class", "background svelte-1d4fta");
|
3036
3035
|
},
|
3037
3036
|
m(target, anchor) {
|
3038
3037
|
insert(target, div, anchor);
|
@@ -3143,7 +3142,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3143
3142
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3144
3143
|
|
3145
3144
|
function add_css$r(target) {
|
3146
|
-
append_styles(target, "svelte-
|
3145
|
+
append_styles(target, "svelte-1tg0tf", ".button.svelte-1tg0tf{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-1tg0tf:link,.button.svelte-1tg0tf:visited,.button.svelte-1tg0tf:active,.button.svelte-1tg0tf:hover{color:inherit}");
|
3147
3146
|
}
|
3148
3147
|
|
3149
3148
|
// (50:0) {:else}
|
@@ -3172,7 +3171,7 @@ function create_else_block$3(ctx) {
|
|
3172
3171
|
button = element("button");
|
3173
3172
|
if (default_slot) default_slot.c();
|
3174
3173
|
set_attributes(button, button_data);
|
3175
|
-
toggle_class(button, "svelte-
|
3174
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3176
3175
|
},
|
3177
3176
|
m(target, anchor) {
|
3178
3177
|
insert(target, button, anchor);
|
@@ -3211,7 +3210,7 @@ function create_else_block$3(ctx) {
|
|
3211
3210
|
dataAttrStopPropagation('click')
|
3212
3211
|
]));
|
3213
3212
|
|
3214
|
-
toggle_class(button, "svelte-
|
3213
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3215
3214
|
},
|
3216
3215
|
i(local) {
|
3217
3216
|
if (current) return;
|
@@ -3242,7 +3241,7 @@ function create_if_block_2(ctx) {
|
|
3242
3241
|
c() {
|
3243
3242
|
div = element("div");
|
3244
3243
|
if (default_slot) default_slot.c();
|
3245
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3244
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3246
3245
|
attr(div, "style", /*style*/ ctx[1]);
|
3247
3246
|
},
|
3248
3247
|
m(target, anchor) {
|
@@ -3326,7 +3325,7 @@ function create_if_block_1$2(ctx) {
|
|
3326
3325
|
a = element("a");
|
3327
3326
|
if (default_slot) default_slot.c();
|
3328
3327
|
set_attributes(a, a_data);
|
3329
|
-
toggle_class(a, "svelte-
|
3328
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3330
3329
|
},
|
3331
3330
|
m(target, anchor) {
|
3332
3331
|
insert(target, a, anchor);
|
@@ -3368,7 +3367,7 @@ function create_if_block_1$2(ctx) {
|
|
3368
3367
|
dataAttrStopPropagation('click')
|
3369
3368
|
]));
|
3370
3369
|
|
3371
|
-
toggle_class(a, "svelte-
|
3370
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3372
3371
|
},
|
3373
3372
|
i(local) {
|
3374
3373
|
if (current) return;
|
@@ -3399,7 +3398,7 @@ function create_if_block$6(ctx) {
|
|
3399
3398
|
c() {
|
3400
3399
|
div = element("div");
|
3401
3400
|
if (default_slot) default_slot.c();
|
3402
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3401
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3403
3402
|
attr(div, "style", /*style*/ ctx[1]);
|
3404
3403
|
},
|
3405
3404
|
m(target, anchor) {
|
@@ -3603,7 +3602,7 @@ class Button extends SvelteComponent {
|
|
3603
3602
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3604
3603
|
|
3605
3604
|
function add_css$q(target) {
|
3606
|
-
append_styles(target, "svelte-
|
3605
|
+
append_styles(target, "svelte-yvwr7u", ".modal.svelte-yvwr7u{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-yvwr7u > .button{flex:auto;display:flex}.close.svelte-yvwr7u{position:absolute;top:0;right:0}.close.svelte-yvwr7u > .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-yvwr7u > .button:hover{transform:rotate(90deg)}.modal-content.svelte-yvwr7u{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
3607
3606
|
}
|
3608
3607
|
|
3609
3608
|
// (145:0) {#if visible}
|
@@ -3628,7 +3627,7 @@ function create_if_block$5(ctx) {
|
|
3628
3627
|
c() {
|
3629
3628
|
div = element("div");
|
3630
3629
|
create_component(button.$$.fragment);
|
3631
|
-
attr(div, "class", "modal svelte-
|
3630
|
+
attr(div, "class", "modal svelte-yvwr7u");
|
3632
3631
|
attr(div, "role", "dialog");
|
3633
3632
|
attr(div, "aria-modal", "true");
|
3634
3633
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3706,7 +3705,7 @@ function create_if_block_1$1(ctx) {
|
|
3706
3705
|
c() {
|
3707
3706
|
div = element("div");
|
3708
3707
|
create_component(button.$$.fragment);
|
3709
|
-
attr(div, "class", "close svelte-
|
3708
|
+
attr(div, "class", "close svelte-yvwr7u");
|
3710
3709
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3711
3710
|
},
|
3712
3711
|
m(target, anchor) {
|
@@ -3795,7 +3794,7 @@ function create_default_slot$6(ctx) {
|
|
3795
3794
|
t = space();
|
3796
3795
|
div = element("div");
|
3797
3796
|
if (default_slot) default_slot.c();
|
3798
|
-
attr(div, "class", "modal-content svelte-
|
3797
|
+
attr(div, "class", "modal-content svelte-yvwr7u");
|
3799
3798
|
attr(div, "style", /*_style*/ ctx[4]);
|
3800
3799
|
},
|
3801
3800
|
m(target, anchor) {
|
@@ -4286,7 +4285,7 @@ class Grid extends SvelteComponent {
|
|
4286
4285
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4287
4286
|
|
4288
4287
|
function add_css$p(target) {
|
4289
|
-
append_styles(target, "svelte-
|
4288
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4290
4289
|
}
|
4291
4290
|
|
4292
4291
|
function create_fragment$r(ctx) {
|
@@ -4301,8 +4300,8 @@ function create_fragment$r(ctx) {
|
|
4301
4300
|
div1 = element("div");
|
4302
4301
|
div0 = element("div");
|
4303
4302
|
if (default_slot) default_slot.c();
|
4304
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4305
|
-
attr(div1, "class", "grid-item svelte-
|
4303
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4304
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4306
4305
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4307
4306
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4308
4307
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4607,7 +4606,7 @@ class RenderText extends SvelteComponent {
|
|
4607
4606
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4608
4607
|
|
4609
4608
|
function add_css$o(target) {
|
4610
|
-
append_styles(target, "svelte-
|
4609
|
+
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}");
|
4611
4610
|
}
|
4612
4611
|
|
4613
4612
|
// (93:2) {:else}
|
@@ -4624,8 +4623,8 @@ function create_else_block$1(ctx) {
|
|
4624
4623
|
div1 = element("div");
|
4625
4624
|
div0 = element("div");
|
4626
4625
|
create_component(rendertext.$$.fragment);
|
4627
|
-
attr(div0, "class", "text-element-inner svelte-
|
4628
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4626
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4627
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4629
4628
|
attr(div1, "style", /*style*/ ctx[5]);
|
4630
4629
|
},
|
4631
4630
|
m(target, anchor) {
|
@@ -4639,7 +4638,7 @@ function create_else_block$1(ctx) {
|
|
4639
4638
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4640
4639
|
rendertext.$set(rendertext_changes);
|
4641
4640
|
|
4642
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4641
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
4643
4642
|
attr(div1, "class", div1_class_value);
|
4644
4643
|
}
|
4645
4644
|
|
@@ -4689,12 +4688,12 @@ function create_if_block$3(ctx) {
|
|
4689
4688
|
t2 = space();
|
4690
4689
|
div2 = element("div");
|
4691
4690
|
div2.textContent = "コピーできませんでした";
|
4692
|
-
attr(div0, "class", "text-element-inner svelte-
|
4691
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
4693
4692
|
attr(a, "href", '');
|
4694
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4693
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
4695
4694
|
attr(a, "style", /*style*/ ctx[5]);
|
4696
|
-
attr(div1, "class", "tooltip svelte-
|
4697
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4695
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
4696
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
4698
4697
|
},
|
4699
4698
|
m(target, anchor) {
|
4700
4699
|
insert(target, a, anchor);
|
@@ -4718,7 +4717,7 @@ function create_if_block$3(ctx) {
|
|
4718
4717
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4719
4718
|
rendertext.$set(rendertext_changes);
|
4720
4719
|
|
4721
|
-
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-
|
4720
|
+
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"))) {
|
4722
4721
|
attr(a, "class", a_class_value);
|
4723
4722
|
}
|
4724
4723
|
|
@@ -4770,7 +4769,7 @@ function create_fragment$p(ctx) {
|
|
4770
4769
|
c() {
|
4771
4770
|
div = element("div");
|
4772
4771
|
if_block.c();
|
4773
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4772
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
4774
4773
|
},
|
4775
4774
|
m(target, anchor) {
|
4776
4775
|
insert(target, div, anchor);
|
@@ -4935,7 +4934,7 @@ class TextElement extends SvelteComponent {
|
|
4935
4934
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
4936
4935
|
|
4937
4936
|
function add_css$n(target) {
|
4938
|
-
append_styles(target, "svelte-
|
4937
|
+
append_styles(target, "svelte-3hgcnq", ".text-button-element.svelte-3hgcnq{width:100%;height:100%}.text-button-element.svelte-3hgcnq > .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:#000000;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-3hgcnq > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-3hgcnq > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-3hgcnq > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
4939
4938
|
}
|
4940
4939
|
|
4941
4940
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -4991,7 +4990,7 @@ function create_fragment$o(ctx) {
|
|
4991
4990
|
c() {
|
4992
4991
|
div = element("div");
|
4993
4992
|
create_component(button.$$.fragment);
|
4994
|
-
attr(div, "class", "text-button-element svelte-
|
4993
|
+
attr(div, "class", "text-button-element svelte-3hgcnq");
|
4995
4994
|
},
|
4996
4995
|
m(target, anchor) {
|
4997
4996
|
insert(target, div, anchor);
|
@@ -5083,7 +5082,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5083
5082
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5084
5083
|
|
5085
5084
|
function add_css$m(target) {
|
5086
|
-
append_styles(target, "svelte-
|
5085
|
+
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%}");
|
5087
5086
|
}
|
5088
5087
|
|
5089
5088
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5095,7 +5094,7 @@ function create_default_slot$4(ctx) {
|
|
5095
5094
|
return {
|
5096
5095
|
c() {
|
5097
5096
|
img = element("img");
|
5098
|
-
attr(img, "class", "image svelte-
|
5097
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5099
5098
|
attr(img, "loading", "lazy");
|
5100
5099
|
attr(img, "width", "auto");
|
5101
5100
|
attr(img, "height", "auto");
|
@@ -5145,7 +5144,7 @@ function create_fragment$n(ctx) {
|
|
5145
5144
|
c() {
|
5146
5145
|
div = element("div");
|
5147
5146
|
create_component(button.$$.fragment);
|
5148
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5147
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5149
5148
|
},
|
5150
5149
|
m(target, anchor) {
|
5151
5150
|
insert(target, div, anchor);
|
@@ -5164,7 +5163,7 @@ function create_fragment$n(ctx) {
|
|
5164
5163
|
|
5165
5164
|
button.$set(button_changes);
|
5166
5165
|
|
5167
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5166
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5168
5167
|
attr(div, "class", div_class_value);
|
5169
5168
|
}
|
5170
5169
|
},
|
@@ -5236,7 +5235,7 @@ class ImageElement extends SvelteComponent {
|
|
5236
5235
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5237
5236
|
|
5238
5237
|
function add_css$l(target) {
|
5239
|
-
append_styles(target, "svelte-
|
5238
|
+
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}");
|
5240
5239
|
}
|
5241
5240
|
|
5242
5241
|
function create_fragment$m(ctx) {
|
@@ -5249,7 +5248,7 @@ function create_fragment$m(ctx) {
|
|
5249
5248
|
c() {
|
5250
5249
|
div = element("div");
|
5251
5250
|
if (default_slot) default_slot.c();
|
5252
|
-
attr(div, "class", "list svelte-
|
5251
|
+
attr(div, "class", "list svelte-aquv6z");
|
5253
5252
|
attr(div, "style", /*style*/ ctx[0]);
|
5254
5253
|
},
|
5255
5254
|
m(target, anchor) {
|
@@ -5383,7 +5382,7 @@ class List extends SvelteComponent {
|
|
5383
5382
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5384
5383
|
|
5385
5384
|
function add_css$k(target) {
|
5386
|
-
append_styles(target, "svelte-
|
5385
|
+
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}");
|
5387
5386
|
}
|
5388
5387
|
|
5389
5388
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5453,7 +5452,7 @@ function create_fragment$l(ctx) {
|
|
5453
5452
|
c() {
|
5454
5453
|
div = element("div");
|
5455
5454
|
create_component(button.$$.fragment);
|
5456
|
-
attr(div, "class", "list-item svelte-
|
5455
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
5457
5456
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5458
5457
|
},
|
5459
5458
|
m(target, anchor) {
|
@@ -5579,7 +5578,7 @@ class ListItem extends SvelteComponent {
|
|
5579
5578
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5580
5579
|
|
5581
5580
|
function add_css$j(target) {
|
5582
|
-
append_styles(target, "svelte-
|
5581
|
+
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}");
|
5583
5582
|
}
|
5584
5583
|
|
5585
5584
|
function create_fragment$k(ctx) {
|
@@ -5588,7 +5587,7 @@ function create_fragment$k(ctx) {
|
|
5588
5587
|
return {
|
5589
5588
|
c() {
|
5590
5589
|
div = element("div");
|
5591
|
-
attr(div, "class", "embed svelte-
|
5590
|
+
attr(div, "class", "embed svelte-wocq4p");
|
5592
5591
|
attr(div, "style", /*_style*/ ctx[1]);
|
5593
5592
|
},
|
5594
5593
|
m(target, anchor) {
|
@@ -5631,7 +5630,7 @@ class EmbedElement extends SvelteComponent {
|
|
5631
5630
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5632
5631
|
|
5633
5632
|
function add_css$i(target) {
|
5634
|
-
append_styles(target, "svelte-
|
5633
|
+
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%}");
|
5635
5634
|
}
|
5636
5635
|
|
5637
5636
|
function create_fragment$j(ctx) {
|
@@ -5643,7 +5642,7 @@ function create_fragment$j(ctx) {
|
|
5643
5642
|
div1 = element("div");
|
5644
5643
|
div0 = element("div");
|
5645
5644
|
attr(div0, "class", "karte-player");
|
5646
|
-
attr(div1, "class", "embed svelte-
|
5645
|
+
attr(div1, "class", "embed svelte-vikz49");
|
5647
5646
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5648
5647
|
},
|
5649
5648
|
m(target, anchor) {
|
@@ -5985,7 +5984,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
5985
5984
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
5986
5985
|
|
5987
5986
|
function add_css$h(target) {
|
5988
|
-
append_styles(target, "svelte-
|
5987
|
+
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%}");
|
5989
5988
|
}
|
5990
5989
|
|
5991
5990
|
function create_fragment$i(ctx) {
|
@@ -5997,7 +5996,7 @@ function create_fragment$i(ctx) {
|
|
5997
5996
|
div1 = element("div");
|
5998
5997
|
div0 = element("div");
|
5999
5998
|
attr(div0, "class", "karte-player");
|
6000
|
-
attr(div1, "class", "embed svelte-
|
5999
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6001
6000
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6002
6001
|
},
|
6003
6002
|
m(target, anchor) {
|
@@ -6181,7 +6180,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6181
6180
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6182
6181
|
|
6183
6182
|
function add_css$g(target) {
|
6184
|
-
append_styles(target, "svelte-
|
6183
|
+
append_styles(target, "svelte-kyay3k", ".textarea-wrapper.svelte-kyay3k{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-kyay3k{width:100%;resize:none}");
|
6185
6184
|
}
|
6186
6185
|
|
6187
6186
|
function create_fragment$h(ctx) {
|
@@ -6194,12 +6193,12 @@ function create_fragment$h(ctx) {
|
|
6194
6193
|
c() {
|
6195
6194
|
div = element("div");
|
6196
6195
|
textarea = element("textarea");
|
6197
|
-
attr(textarea, "class", "textarea svelte-
|
6196
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6198
6197
|
textarea.value = /*$value*/ ctx[3];
|
6199
6198
|
textarea.required = /*required*/ ctx[0];
|
6200
6199
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6201
6200
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6202
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6201
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6203
6202
|
},
|
6204
6203
|
m(target, anchor) {
|
6205
6204
|
insert(target, div, anchor);
|
@@ -6295,7 +6294,7 @@ class FormTextarea extends SvelteComponent {
|
|
6295
6294
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6296
6295
|
|
6297
6296
|
function add_css$f(target) {
|
6298
|
-
append_styles(target, "svelte-
|
6297
|
+
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}");
|
6299
6298
|
}
|
6300
6299
|
|
6301
6300
|
function get_each_context$5(ctx, list, i) {
|
@@ -6328,14 +6327,14 @@ function create_each_block$5(ctx) {
|
|
6328
6327
|
t1 = text(t1_value);
|
6329
6328
|
t2 = space();
|
6330
6329
|
attr(input, "type", "radio");
|
6331
|
-
attr(input, "class", "radio-button-input svelte-
|
6330
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6332
6331
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6333
6332
|
attr(input, "name", /*name*/ ctx[0]);
|
6334
6333
|
input.value = input_value_value = /*option*/ ctx[16];
|
6335
6334
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6336
|
-
attr(span, "class", "radio-button-text svelte-
|
6335
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6337
6336
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6338
|
-
attr(label, "class", "radio-button svelte-
|
6337
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6339
6338
|
},
|
6340
6339
|
m(target, anchor) {
|
6341
6340
|
insert(target, label, anchor);
|
@@ -6400,7 +6399,7 @@ function create_fragment$g(ctx) {
|
|
6400
6399
|
each_blocks[i].c();
|
6401
6400
|
}
|
6402
6401
|
|
6403
|
-
attr(div, "class", "radio-buttons svelte-
|
6402
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6404
6403
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6405
6404
|
},
|
6406
6405
|
m(target, anchor) {
|
@@ -6567,7 +6566,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6567
6566
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6568
6567
|
|
6569
6568
|
function add_css$e(target) {
|
6570
|
-
append_styles(target, "svelte-
|
6569
|
+
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}");
|
6571
6570
|
}
|
6572
6571
|
|
6573
6572
|
function get_each_context$4(ctx, list, i) {
|
@@ -6701,10 +6700,10 @@ function create_fragment$f(ctx) {
|
|
6701
6700
|
|
6702
6701
|
t = space();
|
6703
6702
|
div0 = element("div");
|
6704
|
-
attr(select, "class", "select-select svelte-
|
6703
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
6705
6704
|
attr(select, "style", /*style*/ ctx[3]);
|
6706
|
-
attr(div0, "class", "select-icon svelte-
|
6707
|
-
attr(div1, "class", "select svelte-
|
6705
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
6706
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
6708
6707
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
6709
6708
|
},
|
6710
6709
|
m(target, anchor) {
|
@@ -6906,7 +6905,7 @@ class FormSelect extends SvelteComponent {
|
|
6906
6905
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
6907
6906
|
|
6908
6907
|
function add_css$d(target) {
|
6909
|
-
append_styles(target, "svelte-
|
6908
|
+
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}");
|
6910
6909
|
}
|
6911
6910
|
|
6912
6911
|
function get_each_context$3(ctx, list, i) {
|
@@ -6945,19 +6944,19 @@ function create_each_block$3(ctx) {
|
|
6945
6944
|
span2 = element("span");
|
6946
6945
|
t2 = text(t2_value);
|
6947
6946
|
t3 = space();
|
6948
|
-
attr(input, "class", "check-box-input svelte-
|
6947
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
6949
6948
|
attr(input, "type", "checkbox");
|
6950
6949
|
attr(input, "name", /*name*/ ctx[0]);
|
6951
6950
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
6952
|
-
attr(span0, "class", "check-box-icon svelte-
|
6951
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
6953
6952
|
|
6954
6953
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6955
6954
|
? ' _checked'
|
6956
|
-
: ''}`) + " svelte-
|
6955
|
+
: ''}`) + " svelte-1p65cg8"));
|
6957
6956
|
|
6958
|
-
attr(span2, "class", "check-box-text svelte-
|
6957
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
6959
6958
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
6960
|
-
attr(label, "class", "check-box svelte-
|
6959
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
6961
6960
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
6962
6961
|
},
|
6963
6962
|
m(target, anchor) {
|
@@ -6989,7 +6988,7 @@ function create_each_block$3(ctx) {
|
|
6989
6988
|
|
6990
6989
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
6991
6990
|
? ' _checked'
|
6992
|
-
: ''}`) + " svelte-
|
6991
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
6993
6992
|
attr(span1, "class", span1_class_value);
|
6994
6993
|
}
|
6995
6994
|
|
@@ -7028,7 +7027,7 @@ function create_fragment$e(ctx) {
|
|
7028
7027
|
each_blocks[i].c();
|
7029
7028
|
}
|
7030
7029
|
|
7031
|
-
attr(div, "class", "check-boxes svelte-
|
7030
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7032
7031
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7033
7032
|
},
|
7034
7033
|
m(target, anchor) {
|
@@ -7203,7 +7202,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7203
7202
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7204
7203
|
|
7205
7204
|
function add_css$c(target) {
|
7206
|
-
append_styles(target, "svelte-
|
7205
|
+
append_styles(target, "svelte-zy2va9", ".rating-buttons.svelte-zy2va9{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-zy2va9{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}");
|
7207
7206
|
}
|
7208
7207
|
|
7209
7208
|
function get_each_context$2(ctx, list, i) {
|
@@ -7227,7 +7226,7 @@ function create_each_block$2(ctx) {
|
|
7227
7226
|
button = element("button");
|
7228
7227
|
t0 = text(t0_value);
|
7229
7228
|
t1 = space();
|
7230
|
-
attr(button, "class", "rating-button svelte-
|
7229
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7231
7230
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7232
7231
|
},
|
7233
7232
|
m(target, anchor) {
|
@@ -7276,7 +7275,7 @@ function create_fragment$d(ctx) {
|
|
7276
7275
|
each_blocks[i].c();
|
7277
7276
|
}
|
7278
7277
|
|
7279
|
-
attr(div, "class", "rating-buttons svelte-
|
7278
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7280
7279
|
},
|
7281
7280
|
m(target, anchor) {
|
7282
7281
|
insert(target, div, anchor);
|
@@ -7413,7 +7412,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7413
7412
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7414
7413
|
|
7415
7414
|
function add_css$b(target) {
|
7416
|
-
append_styles(target, "svelte-
|
7415
|
+
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%)}");
|
7417
7416
|
}
|
7418
7417
|
|
7419
7418
|
function get_each_context$1(ctx, list, i) {
|
@@ -7438,9 +7437,9 @@ function create_each_block$1(ctx) {
|
|
7438
7437
|
img = element("img");
|
7439
7438
|
t = space();
|
7440
7439
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7441
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7440
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7442
7441
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7443
|
-
attr(button, "class", "rating-button svelte-
|
7442
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7444
7443
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7445
7444
|
},
|
7446
7445
|
m(target, anchor) {
|
@@ -7456,7 +7455,7 @@ function create_each_block$1(ctx) {
|
|
7456
7455
|
p(new_ctx, dirty) {
|
7457
7456
|
ctx = new_ctx;
|
7458
7457
|
|
7459
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7458
|
+
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"))) {
|
7460
7459
|
attr(img, "class", img_class_value);
|
7461
7460
|
}
|
7462
7461
|
|
@@ -7489,7 +7488,7 @@ function create_fragment$c(ctx) {
|
|
7489
7488
|
each_blocks[i].c();
|
7490
7489
|
}
|
7491
7490
|
|
7492
|
-
attr(div, "class", "rating-buttons svelte-
|
7491
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7493
7492
|
},
|
7494
7493
|
m(target, anchor) {
|
7495
7494
|
insert(target, div, anchor);
|
@@ -7597,7 +7596,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7597
7596
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7598
7597
|
|
7599
7598
|
function add_css$a(target) {
|
7600
|
-
append_styles(target, "svelte-
|
7599
|
+
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%}");
|
7601
7600
|
}
|
7602
7601
|
|
7603
7602
|
function get_each_context(ctx, list, i) {
|
@@ -7626,9 +7625,9 @@ function create_if_block_1(ctx) {
|
|
7626
7625
|
attr(svg, "viewBox", "0 0 10 16");
|
7627
7626
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7628
7627
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
7629
|
-
attr(button, "class", "move-button svelte-
|
7628
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7630
7629
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
7631
|
-
attr(div, "class", "prev-button-container svelte-
|
7630
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
7632
7631
|
},
|
7633
7632
|
m(target, anchor) {
|
7634
7633
|
insert(target, div, anchor);
|
@@ -7677,9 +7676,9 @@ function create_if_block$1(ctx) {
|
|
7677
7676
|
attr(svg, "viewBox", "0 0 10 16");
|
7678
7677
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
7679
7678
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
7680
|
-
attr(button, "class", "move-button svelte-
|
7679
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
7681
7680
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
7682
|
-
attr(div, "class", "next-button-container svelte-
|
7681
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
7683
7682
|
},
|
7684
7683
|
m(target, anchor) {
|
7685
7684
|
insert(target, div, anchor);
|
@@ -7727,9 +7726,9 @@ function create_each_block(ctx) {
|
|
7727
7726
|
button = element("button");
|
7728
7727
|
div = element("div");
|
7729
7728
|
t = space();
|
7730
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
7729
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
7731
7730
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
7732
|
-
attr(button, "class", "navigation-item svelte-
|
7731
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
7733
7732
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
7734
7733
|
},
|
7735
7734
|
m(target, anchor) {
|
@@ -7806,14 +7805,14 @@ function create_fragment$b(ctx) {
|
|
7806
7805
|
each_blocks[i].c();
|
7807
7806
|
}
|
7808
7807
|
|
7809
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7808
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
7810
7809
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
7811
|
-
attr(div1, "class", "container svelte-
|
7810
|
+
attr(div1, "class", "container svelte-ji1fh");
|
7812
7811
|
attr(div1, "style", /*_style*/ ctx[0]);
|
7813
|
-
attr(div2, "class", "navigation svelte-
|
7812
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
7814
7813
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
7815
7814
|
set_attributes(div3, div3_data);
|
7816
|
-
toggle_class(div3, "svelte-
|
7815
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7817
7816
|
},
|
7818
7817
|
m(target, anchor) {
|
7819
7818
|
insert(target, div3, anchor);
|
@@ -7855,7 +7854,7 @@ function create_fragment$b(ctx) {
|
|
7855
7854
|
}
|
7856
7855
|
}
|
7857
7856
|
|
7858
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
7857
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
7859
7858
|
attr(div0, "class", div0_class_value);
|
7860
7859
|
}
|
7861
7860
|
|
@@ -7921,7 +7920,7 @@ function create_fragment$b(ctx) {
|
|
7921
7920
|
}
|
7922
7921
|
|
7923
7922
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
7924
|
-
toggle_class(div3, "svelte-
|
7923
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
7925
7924
|
},
|
7926
7925
|
i(local) {
|
7927
7926
|
if (current) return;
|
@@ -8433,7 +8432,7 @@ class Slide extends SvelteComponent {
|
|
8433
8432
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8434
8433
|
|
8435
8434
|
function add_css$9(target) {
|
8436
|
-
append_styles(target, "svelte-
|
8435
|
+
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}");
|
8437
8436
|
}
|
8438
8437
|
|
8439
8438
|
function create_fragment$a(ctx) {
|
@@ -8448,9 +8447,9 @@ function create_fragment$a(ctx) {
|
|
8448
8447
|
div1 = element("div");
|
8449
8448
|
div0 = element("div");
|
8450
8449
|
if (default_slot) default_slot.c();
|
8451
|
-
attr(div0, "class", "item-inner svelte-
|
8450
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
8452
8451
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8453
|
-
attr(div1, "class", "item svelte-
|
8452
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
8454
8453
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8455
8454
|
},
|
8456
8455
|
m(target, anchor) {
|
@@ -8576,7 +8575,7 @@ class SlideItem extends SvelteComponent {
|
|
8576
8575
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
8577
8576
|
|
8578
8577
|
function add_css$8(target) {
|
8579
|
-
append_styles(target, "svelte-
|
8578
|
+
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}");
|
8580
8579
|
}
|
8581
8580
|
|
8582
8581
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -8594,9 +8593,9 @@ function create_fragment$9(ctx) {
|
|
8594
8593
|
div1 = element("div");
|
8595
8594
|
div0 = element("div");
|
8596
8595
|
if (default_slot) default_slot.c();
|
8597
|
-
attr(div0, "class", "countdown-inner svelte-
|
8596
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
8598
8597
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8599
|
-
attr(div1, "class", "countdown svelte-
|
8598
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
8600
8599
|
},
|
8601
8600
|
m(target, anchor) {
|
8602
8601
|
insert(target, div1, anchor);
|
@@ -8730,7 +8729,7 @@ class Countdown extends SvelteComponent {
|
|
8730
8729
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
8731
8730
|
|
8732
8731
|
function add_css$7(target) {
|
8733
|
-
append_styles(target, "svelte-
|
8732
|
+
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}");
|
8734
8733
|
}
|
8735
8734
|
|
8736
8735
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -8800,7 +8799,7 @@ function create_fragment$8(ctx) {
|
|
8800
8799
|
c() {
|
8801
8800
|
div = element("div");
|
8802
8801
|
create_component(button.$$.fragment);
|
8803
|
-
attr(div, "class", "box svelte-
|
8802
|
+
attr(div, "class", "box svelte-1ccydfy");
|
8804
8803
|
},
|
8805
8804
|
m(target, anchor) {
|
8806
8805
|
insert(target, div, anchor);
|
@@ -8861,7 +8860,7 @@ class Box extends SvelteComponent {
|
|
8861
8860
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
8862
8861
|
|
8863
8862
|
function add_css$6(target) {
|
8864
|
-
append_styles(target, "svelte-
|
8863
|
+
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)}");
|
8865
8864
|
}
|
8866
8865
|
|
8867
8866
|
// (56:4) {#if svg}
|
@@ -8943,7 +8942,7 @@ function create_fragment$7(ctx) {
|
|
8943
8942
|
c() {
|
8944
8943
|
div = element("div");
|
8945
8944
|
create_component(button.$$.fragment);
|
8946
|
-
attr(div, "class", "icon svelte-
|
8945
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
8947
8946
|
},
|
8948
8947
|
m(target, anchor) {
|
8949
8948
|
insert(target, div, anchor);
|
@@ -9052,7 +9051,7 @@ class IconElement extends SvelteComponent {
|
|
9052
9051
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9053
9052
|
|
9054
9053
|
function add_css$5(target) {
|
9055
|
-
append_styles(target, "svelte-
|
9054
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9056
9055
|
}
|
9057
9056
|
|
9058
9057
|
function create_fragment$6(ctx) {
|
@@ -9078,7 +9077,7 @@ function create_fragment$6(ctx) {
|
|
9078
9077
|
c() {
|
9079
9078
|
div = element("div");
|
9080
9079
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
9081
|
-
attr(div, "class", "codeElement svelte-
|
9080
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9082
9081
|
attr(div, "style", /*style*/ ctx[3]);
|
9083
9082
|
},
|
9084
9083
|
m(target, anchor) {
|
@@ -9167,7 +9166,7 @@ class CodeElement extends SvelteComponent {
|
|
9167
9166
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9168
9167
|
|
9169
9168
|
function add_css$4(target) {
|
9170
|
-
append_styles(target, "svelte-
|
9169
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9171
9170
|
}
|
9172
9171
|
|
9173
9172
|
function create_fragment$5(ctx) {
|
@@ -9181,7 +9180,7 @@ function create_fragment$5(ctx) {
|
|
9181
9180
|
c() {
|
9182
9181
|
div = element("div");
|
9183
9182
|
if (default_slot) default_slot.c();
|
9184
|
-
attr(div, "class", "flex svelte-
|
9183
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9185
9184
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9186
9185
|
},
|
9187
9186
|
m(target, anchor) {
|
@@ -9278,7 +9277,7 @@ class Flex extends SvelteComponent {
|
|
9278
9277
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9279
9278
|
|
9280
9279
|
function add_css$3(target) {
|
9281
|
-
append_styles(target, "svelte-
|
9280
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9282
9281
|
}
|
9283
9282
|
|
9284
9283
|
function create_fragment$4(ctx) {
|
@@ -9291,7 +9290,7 @@ function create_fragment$4(ctx) {
|
|
9291
9290
|
c() {
|
9292
9291
|
div = element("div");
|
9293
9292
|
if (default_slot) default_slot.c();
|
9294
|
-
attr(div, "class", "flex-item svelte-
|
9293
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9295
9294
|
attr(div, "style", /*style*/ ctx[0]);
|
9296
9295
|
},
|
9297
9296
|
m(target, anchor) {
|
@@ -9699,7 +9698,7 @@ class GridModalState extends SvelteComponent {
|
|
9699
9698
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
9700
9699
|
|
9701
9700
|
function add_css$2(target) {
|
9702
|
-
append_styles(target, "svelte-
|
9701
|
+
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%}");
|
9703
9702
|
}
|
9704
9703
|
|
9705
9704
|
function create_fragment$2(ctx) {
|
@@ -9715,8 +9714,8 @@ function create_fragment$2(ctx) {
|
|
9715
9714
|
div1 = element("div");
|
9716
9715
|
div0 = element("div");
|
9717
9716
|
create_component(rendertext.$$.fragment);
|
9718
|
-
attr(div0, "class", "text-block-inner svelte-
|
9719
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9717
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
9718
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
9720
9719
|
attr(div1, "style", /*style*/ ctx[2]);
|
9721
9720
|
},
|
9722
9721
|
m(target, anchor) {
|
@@ -9730,7 +9729,7 @@ function create_fragment$2(ctx) {
|
|
9730
9729
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
9731
9730
|
rendertext.$set(rendertext_changes);
|
9732
9731
|
|
9733
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
9732
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
9734
9733
|
attr(div1, "class", div1_class_value);
|
9735
9734
|
}
|
9736
9735
|
|
@@ -9808,7 +9807,7 @@ class TextBlock extends SvelteComponent {
|
|
9808
9807
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
9809
9808
|
|
9810
9809
|
function add_css$1(target) {
|
9811
|
-
append_styles(target, "svelte-
|
9810
|
+
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)}");
|
9812
9811
|
}
|
9813
9812
|
|
9814
9813
|
function create_fragment$1(ctx) {
|
@@ -9825,9 +9824,9 @@ function create_fragment$1(ctx) {
|
|
9825
9824
|
div = element("div");
|
9826
9825
|
button = element("button");
|
9827
9826
|
create_component(rendertext.$$.fragment);
|
9828
|
-
attr(button, "class", "text-button svelte-
|
9827
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
9829
9828
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
9830
|
-
attr(div, "class", "text-button-block svelte-
|
9829
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
9831
9830
|
attr(div, "style", /*_style*/ ctx[2]);
|
9832
9831
|
},
|
9833
9832
|
m(target, anchor) {
|
@@ -9933,7 +9932,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
9933
9932
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
9934
9933
|
|
9935
9934
|
function add_css(target) {
|
9936
|
-
append_styles(target, "svelte-
|
9935
|
+
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)}");
|
9937
9936
|
}
|
9938
9937
|
|
9939
9938
|
function create_fragment(ctx) {
|
@@ -9949,14 +9948,14 @@ function create_fragment(ctx) {
|
|
9949
9948
|
c() {
|
9950
9949
|
div = element("div");
|
9951
9950
|
img = element("img");
|
9952
|
-
attr(img, "class", "image svelte-
|
9951
|
+
attr(img, "class", "image svelte-1pdw891");
|
9953
9952
|
attr(img, "loading", "lazy");
|
9954
9953
|
attr(img, "width", "auto");
|
9955
9954
|
attr(img, "height", "auto");
|
9956
9955
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
9957
9956
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
9958
9957
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9959
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9958
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
9960
9959
|
attr(div, "style", /*_style*/ ctx[5]);
|
9961
9960
|
},
|
9962
9961
|
m(target, anchor) {
|
@@ -9981,7 +9980,7 @@ function create_fragment(ctx) {
|
|
9981
9980
|
attr(img, "alt", /*alt*/ ctx[1]);
|
9982
9981
|
}
|
9983
9982
|
|
9984
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
9983
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
9985
9984
|
attr(div, "class", div_class_value);
|
9986
9985
|
}
|
9987
9986
|
|