@plaidev/karte-action-sdk 1.1.187 → 1.1.188-28152496.9b97f7e1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.js +112 -118
- package/dist/index.es.js +112 -112
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1652,9 +1652,6 @@ function createModal(App, options = {
|
|
1652
1652
|
const trigger = event?.detail?.trigger ? event.detail.trigger : 'none';
|
1653
1653
|
show(trigger);
|
1654
1654
|
};
|
1655
|
-
const autoShow = () => {
|
1656
|
-
return show('auto');
|
1657
|
-
};
|
1658
1655
|
// ここからメインの処理
|
1659
1656
|
initialize({ send: options.send, initialState: data.initial_state });
|
1660
1657
|
// ActionTable APIへの非同期リクエスト
|
@@ -1668,9 +1665,6 @@ function createModal(App, options = {
|
|
1668
1665
|
window.addEventListener(ACTION_CHANGE_STATE_EVENT, handleState);
|
1669
1666
|
let showTriggerCleanups = [];
|
1670
1667
|
let closeTriggerCleanups = [];
|
1671
|
-
{
|
1672
|
-
autoShow();
|
1673
|
-
}
|
1674
1668
|
// 旧Widget API IFの処理
|
1675
1669
|
const { onCreateHandlers } = getInternalHandlers();
|
1676
1670
|
if (onCreateHandlers) {
|
@@ -2541,7 +2535,7 @@ class State extends SvelteComponent {
|
|
2541
2535
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
2542
2536
|
|
2543
2537
|
function add_css$t(target) {
|
2544
|
-
append_styles(target, "svelte-
|
2538
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
2545
2539
|
}
|
2546
2540
|
|
2547
2541
|
// (23:0) {#if $state === path}
|
@@ -2568,7 +2562,7 @@ function create_if_block$8(ctx) {
|
|
2568
2562
|
},
|
2569
2563
|
h() {
|
2570
2564
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
2571
|
-
attr(div, "class", "state-item svelte-
|
2565
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
2572
2566
|
},
|
2573
2567
|
m(target, anchor) {
|
2574
2568
|
insert_hydration(target, div, anchor);
|
@@ -2926,7 +2920,7 @@ function customAnimation(node, { transform, animationStyle, delay = 0, duration
|
|
2926
2920
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
2927
2921
|
|
2928
2922
|
function add_css$s(target) {
|
2929
|
-
append_styles(target, "svelte-
|
2923
|
+
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}");
|
2930
2924
|
}
|
2931
2925
|
|
2932
2926
|
// (9:0) {#if backgroundOverlay}
|
@@ -2946,7 +2940,7 @@ function create_if_block$7(ctx) {
|
|
2946
2940
|
this.h();
|
2947
2941
|
},
|
2948
2942
|
h() {
|
2949
|
-
attr(div, "class", "background svelte-
|
2943
|
+
attr(div, "class", "background svelte-1d4fta");
|
2950
2944
|
},
|
2951
2945
|
m(target, anchor) {
|
2952
2946
|
insert_hydration(target, div, anchor);
|
@@ -3061,7 +3055,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3061
3055
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3062
3056
|
|
3063
3057
|
function add_css$r(target) {
|
3064
|
-
append_styles(target, "svelte-
|
3058
|
+
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}");
|
3065
3059
|
}
|
3066
3060
|
|
3067
3061
|
// (50:0) {:else}
|
@@ -3100,7 +3094,7 @@ function create_else_block$3(ctx) {
|
|
3100
3094
|
},
|
3101
3095
|
h() {
|
3102
3096
|
set_attributes(button, button_data);
|
3103
|
-
toggle_class(button, "svelte-
|
3097
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3104
3098
|
},
|
3105
3099
|
m(target, anchor) {
|
3106
3100
|
insert_hydration(target, button, anchor);
|
@@ -3139,7 +3133,7 @@ function create_else_block$3(ctx) {
|
|
3139
3133
|
dataAttrStopPropagation('click')
|
3140
3134
|
]));
|
3141
3135
|
|
3142
|
-
toggle_class(button, "svelte-
|
3136
|
+
toggle_class(button, "svelte-1tg0tf", true);
|
3143
3137
|
},
|
3144
3138
|
i(local) {
|
3145
3139
|
if (current) return;
|
@@ -3180,7 +3174,7 @@ function create_if_block_2(ctx) {
|
|
3180
3174
|
this.h();
|
3181
3175
|
},
|
3182
3176
|
h() {
|
3183
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3177
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-1tg0tf"));
|
3184
3178
|
attr(div, "style", /*style*/ ctx[1]);
|
3185
3179
|
},
|
3186
3180
|
m(target, anchor) {
|
@@ -3278,7 +3272,7 @@ function create_if_block_1$2(ctx) {
|
|
3278
3272
|
},
|
3279
3273
|
h() {
|
3280
3274
|
set_attributes(a, a_data);
|
3281
|
-
toggle_class(a, "svelte-
|
3275
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3282
3276
|
},
|
3283
3277
|
m(target, anchor) {
|
3284
3278
|
insert_hydration(target, a, anchor);
|
@@ -3318,7 +3312,7 @@ function create_if_block_1$2(ctx) {
|
|
3318
3312
|
dataAttrStopPropagation('click')
|
3319
3313
|
]));
|
3320
3314
|
|
3321
|
-
toggle_class(a, "svelte-
|
3315
|
+
toggle_class(a, "svelte-1tg0tf", true);
|
3322
3316
|
},
|
3323
3317
|
i(local) {
|
3324
3318
|
if (current) return;
|
@@ -3359,7 +3353,7 @@ function create_if_block$6(ctx) {
|
|
3359
3353
|
this.h();
|
3360
3354
|
},
|
3361
3355
|
h() {
|
3362
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3356
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-1tg0tf"));
|
3363
3357
|
attr(div, "style", /*style*/ ctx[1]);
|
3364
3358
|
},
|
3365
3359
|
m(target, anchor) {
|
@@ -3567,7 +3561,7 @@ class Button extends SvelteComponent {
|
|
3567
3561
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3568
3562
|
|
3569
3563
|
function add_css$q(target) {
|
3570
|
-
append_styles(target, "svelte-
|
3564
|
+
append_styles(target, "svelte-1invh97", ".modal.svelte-1invh97{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1invh97 > .button{flex:auto;display:flex}.close.svelte-1invh97{position:absolute;top:0;right:0}.close.svelte-1invh97 > .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-1invh97 > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1invh97{flex:auto;display:flex;justify-content:center;align-items:center}");
|
3571
3565
|
}
|
3572
3566
|
|
3573
3567
|
// (145:0) {#if visible}
|
@@ -3608,7 +3602,7 @@ function create_if_block$5(ctx) {
|
|
3608
3602
|
this.h();
|
3609
3603
|
},
|
3610
3604
|
h() {
|
3611
|
-
attr(div, "class", "modal svelte-
|
3605
|
+
attr(div, "class", "modal svelte-1invh97");
|
3612
3606
|
attr(div, "role", "dialog");
|
3613
3607
|
attr(div, "aria-modal", "true");
|
3614
3608
|
attr(div, "style", div_style_value = "" + /*pos*/ ctx[16] + " " + /*marginStyle*/ ctx[14] + " " + ElasticityStyle[/*overwriteElasticity*/ ctx[17]] + "");
|
@@ -3696,7 +3690,7 @@ function create_if_block_1$1(ctx) {
|
|
3696
3690
|
this.h();
|
3697
3691
|
},
|
3698
3692
|
h() {
|
3699
|
-
attr(div, "class", "close svelte-
|
3693
|
+
attr(div, "class", "close svelte-1invh97");
|
3700
3694
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[20] + 1);
|
3701
3695
|
},
|
3702
3696
|
m(target, anchor) {
|
@@ -3821,7 +3815,7 @@ function create_default_slot$6(ctx) {
|
|
3821
3815
|
this.h();
|
3822
3816
|
},
|
3823
3817
|
h() {
|
3824
|
-
attr(div, "class", "modal-content svelte-
|
3818
|
+
attr(div, "class", "modal-content svelte-1invh97");
|
3825
3819
|
attr(div, "style", /*_style*/ ctx[4]);
|
3826
3820
|
},
|
3827
3821
|
m(target, anchor) {
|
@@ -4331,7 +4325,7 @@ class Grid extends SvelteComponent {
|
|
4331
4325
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4332
4326
|
|
4333
4327
|
function add_css$p(target) {
|
4334
|
-
append_styles(target, "svelte-
|
4328
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4335
4329
|
}
|
4336
4330
|
|
4337
4331
|
function create_fragment$r(ctx) {
|
@@ -4365,8 +4359,8 @@ function create_fragment$r(ctx) {
|
|
4365
4359
|
this.h();
|
4366
4360
|
},
|
4367
4361
|
h() {
|
4368
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4369
|
-
attr(div1, "class", "grid-item svelte-
|
4362
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4363
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4370
4364
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4371
4365
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4372
4366
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -4688,7 +4682,7 @@ class RenderText extends SvelteComponent {
|
|
4688
4682
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
4689
4683
|
|
4690
4684
|
function add_css$o(target) {
|
4691
|
-
append_styles(target, "svelte-
|
4685
|
+
append_styles(target, "svelte-zde5p8", ".text-element-wrapper.svelte-zde5p8.svelte-zde5p8{position:relative;height:100%}.text-element.svelte-zde5p8.svelte-zde5p8{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000}.text-link-element.svelte-zde5p8.svelte-zde5p8{text-decoration:none;color:inherit}.text-element-inner.svelte-zde5p8.svelte-zde5p8{width:100%;height:auto}.text-direction-vertical.svelte-zde5p8.svelte-zde5p8{writing-mode:vertical-rl}.text-direction-vertical.svelte-zde5p8 .text-element-inner.svelte-zde5p8{width:auto;height:100%}.tooltip.svelte-zde5p8.svelte-zde5p8{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-zde5p8.svelte-zde5p8:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-zde5p8.svelte-zde5p8{display:block}.tooltip-error.svelte-zde5p8.svelte-zde5p8{background-color:#c00}.tooltip-error.svelte-zde5p8.svelte-zde5p8:before{border-bottom:7px solid #c00}");
|
4692
4686
|
}
|
4693
4687
|
|
4694
4688
|
// (86:2) {:else}
|
@@ -4718,8 +4712,8 @@ function create_else_block$1(ctx) {
|
|
4718
4712
|
this.h();
|
4719
4713
|
},
|
4720
4714
|
h() {
|
4721
|
-
attr(div0, "class", "text-element-inner svelte-
|
4722
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4715
|
+
attr(div0, "class", "text-element-inner svelte-zde5p8");
|
4716
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
|
4723
4717
|
attr(div1, "style", /*style*/ ctx[5]);
|
4724
4718
|
},
|
4725
4719
|
m(target, anchor) {
|
@@ -4733,7 +4727,7 @@ function create_else_block$1(ctx) {
|
|
4733
4727
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4734
4728
|
rendertext.$set(rendertext_changes);
|
4735
4729
|
|
4736
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4730
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"))) {
|
4737
4731
|
attr(div1, "class", div1_class_value);
|
4738
4732
|
}
|
4739
4733
|
|
@@ -4808,12 +4802,12 @@ function create_if_block$3(ctx) {
|
|
4808
4802
|
this.h();
|
4809
4803
|
},
|
4810
4804
|
h() {
|
4811
|
-
attr(div0, "class", "text-element-inner svelte-
|
4805
|
+
attr(div0, "class", "text-element-inner svelte-zde5p8");
|
4812
4806
|
attr(a, "href", '');
|
4813
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
4807
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-zde5p8"));
|
4814
4808
|
attr(a, "style", /*style*/ ctx[5]);
|
4815
|
-
attr(div1, "class", "tooltip svelte-
|
4816
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
4809
|
+
attr(div1, "class", "tooltip svelte-zde5p8");
|
4810
|
+
attr(div2, "class", "tooltip tooltip-error svelte-zde5p8");
|
4817
4811
|
},
|
4818
4812
|
m(target, anchor) {
|
4819
4813
|
insert_hydration(target, a, anchor);
|
@@ -4839,7 +4833,7 @@ function create_if_block$3(ctx) {
|
|
4839
4833
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
4840
4834
|
rendertext.$set(rendertext_changes);
|
4841
4835
|
|
4842
|
-
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-
|
4836
|
+
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-zde5p8"))) {
|
4843
4837
|
attr(a, "class", a_class_value);
|
4844
4838
|
}
|
4845
4839
|
|
@@ -4901,7 +4895,7 @@ function create_fragment$p(ctx) {
|
|
4901
4895
|
this.h();
|
4902
4896
|
},
|
4903
4897
|
h() {
|
4904
|
-
attr(div, "class", "text-element-wrapper svelte-
|
4898
|
+
attr(div, "class", "text-element-wrapper svelte-zde5p8");
|
4905
4899
|
},
|
4906
4900
|
m(target, anchor) {
|
4907
4901
|
insert_hydration(target, div, anchor);
|
@@ -5066,7 +5060,7 @@ class TextElement extends SvelteComponent {
|
|
5066
5060
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5067
5061
|
|
5068
5062
|
function add_css$n(target) {
|
5069
|
-
append_styles(target, "svelte-
|
5063
|
+
append_styles(target, "svelte-wb7ek", ".text-button-element.svelte-wb7ek{width:100%;height:100%}.text-button-element.svelte-wb7ek > .button{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden}.text-button-element.svelte-wb7ek > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-wb7ek > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-wb7ek > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5070
5064
|
}
|
5071
5065
|
|
5072
5066
|
// (46:2) <Button onClick={onClick} {style} {eventName}>
|
@@ -5135,7 +5129,7 @@ function create_fragment$o(ctx) {
|
|
5135
5129
|
this.h();
|
5136
5130
|
},
|
5137
5131
|
h() {
|
5138
|
-
attr(div, "class", "text-button-element svelte-
|
5132
|
+
attr(div, "class", "text-button-element svelte-wb7ek");
|
5139
5133
|
},
|
5140
5134
|
m(target, anchor) {
|
5141
5135
|
insert_hydration(target, div, anchor);
|
@@ -5227,7 +5221,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5227
5221
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5228
5222
|
|
5229
5223
|
function add_css$m(target) {
|
5230
|
-
append_styles(target, "svelte-
|
5224
|
+
append_styles(target, "svelte-1kn2sk0", ".image-element.svelte-1kn2sk0{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-1kn2sk0 > .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}.image-element.svelte-1kn2sk0 > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-1kn2sk0 > .button:not(._disabled):hover,.image-element.transport.svelte-1kn2sk0 > .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-1kn2sk0{width:100%;height:100%}");
|
5231
5225
|
}
|
5232
5226
|
|
5233
5227
|
// (40:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5254,7 +5248,7 @@ function create_default_slot$4(ctx) {
|
|
5254
5248
|
this.h();
|
5255
5249
|
},
|
5256
5250
|
h() {
|
5257
|
-
attr(img, "class", "image svelte-
|
5251
|
+
attr(img, "class", "image svelte-1kn2sk0");
|
5258
5252
|
attr(img, "loading", "lazy");
|
5259
5253
|
attr(img, "width", "auto");
|
5260
5254
|
attr(img, "height", "auto");
|
@@ -5314,7 +5308,7 @@ function create_fragment$n(ctx) {
|
|
5314
5308
|
this.h();
|
5315
5309
|
},
|
5316
5310
|
h() {
|
5317
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5311
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1kn2sk0");
|
5318
5312
|
},
|
5319
5313
|
m(target, anchor) {
|
5320
5314
|
insert_hydration(target, div, anchor);
|
@@ -5333,7 +5327,7 @@ function create_fragment$n(ctx) {
|
|
5333
5327
|
|
5334
5328
|
button.$set(button_changes);
|
5335
5329
|
|
5336
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5330
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-1kn2sk0")) {
|
5337
5331
|
attr(div, "class", div_class_value);
|
5338
5332
|
}
|
5339
5333
|
},
|
@@ -5402,7 +5396,7 @@ class ImageElement extends SvelteComponent {
|
|
5402
5396
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5403
5397
|
|
5404
5398
|
function add_css$l(target) {
|
5405
|
-
append_styles(target, "svelte-
|
5399
|
+
append_styles(target, "svelte-1gh1zvv", ".list.svelte-1gh1zvv{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5406
5400
|
}
|
5407
5401
|
|
5408
5402
|
function create_fragment$m(ctx) {
|
@@ -5425,7 +5419,7 @@ function create_fragment$m(ctx) {
|
|
5425
5419
|
this.h();
|
5426
5420
|
},
|
5427
5421
|
h() {
|
5428
|
-
attr(div, "class", "list svelte-
|
5422
|
+
attr(div, "class", "list svelte-1gh1zvv");
|
5429
5423
|
attr(div, "style", /*style*/ ctx[0]);
|
5430
5424
|
},
|
5431
5425
|
m(target, anchor) {
|
@@ -5559,7 +5553,7 @@ class List extends SvelteComponent {
|
|
5559
5553
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
5560
5554
|
|
5561
5555
|
function add_css$k(target) {
|
5562
|
-
append_styles(target, "svelte-
|
5556
|
+
append_styles(target, "svelte-pd7cyv", ".list-item.svelte-pd7cyv{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-pd7cyv > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
5563
5557
|
}
|
5564
5558
|
|
5565
5559
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -5642,7 +5636,7 @@ function create_fragment$l(ctx) {
|
|
5642
5636
|
this.h();
|
5643
5637
|
},
|
5644
5638
|
h() {
|
5645
|
-
attr(div, "class", "list-item svelte-
|
5639
|
+
attr(div, "class", "list-item svelte-pd7cyv");
|
5646
5640
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
5647
5641
|
},
|
5648
5642
|
m(target, anchor) {
|
@@ -5768,7 +5762,7 @@ class ListItem extends SvelteComponent {
|
|
5768
5762
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
5769
5763
|
|
5770
5764
|
function add_css$j(target) {
|
5771
|
-
append_styles(target, "svelte-
|
5765
|
+
append_styles(target, "svelte-g5f8hw", ".embed.svelte-g5f8hw{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-g5f8hw iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000}");
|
5772
5766
|
}
|
5773
5767
|
|
5774
5768
|
function create_fragment$k(ctx) {
|
@@ -5786,7 +5780,7 @@ function create_fragment$k(ctx) {
|
|
5786
5780
|
this.h();
|
5787
5781
|
},
|
5788
5782
|
h() {
|
5789
|
-
attr(div, "class", "embed svelte-
|
5783
|
+
attr(div, "class", "embed svelte-g5f8hw");
|
5790
5784
|
attr(div, "style", /*_style*/ ctx[1]);
|
5791
5785
|
},
|
5792
5786
|
m(target, anchor) {
|
@@ -5829,7 +5823,7 @@ class EmbedElement extends SvelteComponent {
|
|
5829
5823
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
5830
5824
|
|
5831
5825
|
function add_css$i(target) {
|
5832
|
-
append_styles(target, "svelte-
|
5826
|
+
append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
5833
5827
|
}
|
5834
5828
|
|
5835
5829
|
function create_fragment$j(ctx) {
|
@@ -5852,7 +5846,7 @@ function create_fragment$j(ctx) {
|
|
5852
5846
|
},
|
5853
5847
|
h() {
|
5854
5848
|
attr(div0, "class", "karte-player");
|
5855
|
-
attr(div1, "class", "embed svelte-
|
5849
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
5856
5850
|
attr(div1, "style", /*_style*/ ctx[0]);
|
5857
5851
|
},
|
5858
5852
|
m(target, anchor) {
|
@@ -6194,7 +6188,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6194
6188
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6195
6189
|
|
6196
6190
|
function add_css$h(target) {
|
6197
|
-
append_styles(target, "svelte-
|
6191
|
+
append_styles(target, "svelte-1gvn5zq", ".embed.svelte-1gvn5zq{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}.embed.svelte-1gvn5zq iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6198
6192
|
}
|
6199
6193
|
|
6200
6194
|
function create_fragment$i(ctx) {
|
@@ -6217,7 +6211,7 @@ function create_fragment$i(ctx) {
|
|
6217
6211
|
},
|
6218
6212
|
h() {
|
6219
6213
|
attr(div0, "class", "karte-player");
|
6220
|
-
attr(div1, "class", "embed svelte-
|
6214
|
+
attr(div1, "class", "embed svelte-1gvn5zq");
|
6221
6215
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6222
6216
|
},
|
6223
6217
|
m(target, anchor) {
|
@@ -6401,7 +6395,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6401
6395
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6402
6396
|
|
6403
6397
|
function add_css$g(target) {
|
6404
|
-
append_styles(target, "svelte-
|
6398
|
+
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}");
|
6405
6399
|
}
|
6406
6400
|
|
6407
6401
|
function create_fragment$h(ctx) {
|
@@ -6431,12 +6425,12 @@ function create_fragment$h(ctx) {
|
|
6431
6425
|
this.h();
|
6432
6426
|
},
|
6433
6427
|
h() {
|
6434
|
-
attr(textarea, "class", "textarea svelte-
|
6428
|
+
attr(textarea, "class", "textarea svelte-kyay3k");
|
6435
6429
|
textarea.value = /*$value*/ ctx[3];
|
6436
6430
|
textarea.required = /*required*/ ctx[0];
|
6437
6431
|
attr(textarea, "rows", /*rows*/ ctx[1]);
|
6438
6432
|
attr(textarea, "placeholder", /*placeholder*/ ctx[2]);
|
6439
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6433
|
+
attr(div, "class", "textarea-wrapper svelte-kyay3k");
|
6440
6434
|
},
|
6441
6435
|
m(target, anchor) {
|
6442
6436
|
insert_hydration(target, div, anchor);
|
@@ -6532,7 +6526,7 @@ class FormTextarea extends SvelteComponent {
|
|
6532
6526
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
6533
6527
|
|
6534
6528
|
function add_css$f(target) {
|
6535
|
-
append_styles(target, "svelte-
|
6529
|
+
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}");
|
6536
6530
|
}
|
6537
6531
|
|
6538
6532
|
function get_each_context$5(ctx, list, i) {
|
@@ -6588,14 +6582,14 @@ function create_each_block$5(ctx) {
|
|
6588
6582
|
},
|
6589
6583
|
h() {
|
6590
6584
|
attr(input, "type", "radio");
|
6591
|
-
attr(input, "class", "radio-button-input svelte-
|
6585
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
6592
6586
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
6593
6587
|
attr(input, "name", /*name*/ ctx[0]);
|
6594
6588
|
input.value = input_value_value = /*option*/ ctx[16];
|
6595
6589
|
input.checked = input_checked_value = /*option*/ ctx[16] === /*_value*/ ctx[3];
|
6596
|
-
attr(span, "class", "radio-button-text svelte-
|
6590
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
6597
6591
|
attr(span, "style", /*_textStyle*/ ctx[2]);
|
6598
|
-
attr(label, "class", "radio-button svelte-
|
6592
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
6599
6593
|
},
|
6600
6594
|
m(target, anchor) {
|
6601
6595
|
insert_hydration(target, label, anchor);
|
@@ -6674,7 +6668,7 @@ function create_fragment$g(ctx) {
|
|
6674
6668
|
this.h();
|
6675
6669
|
},
|
6676
6670
|
h() {
|
6677
|
-
attr(div, "class", "radio-buttons svelte-
|
6671
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
6678
6672
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
6679
6673
|
},
|
6680
6674
|
m(target, anchor) {
|
@@ -6841,7 +6835,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
6841
6835
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
6842
6836
|
|
6843
6837
|
function add_css$e(target) {
|
6844
|
-
append_styles(target, "svelte-
|
6838
|
+
append_styles(target, "svelte-1n4ag74", ".select.svelte-1n4ag74{width:100%;height:100%}.select-select.svelte-1n4ag74{position:relative;appearance:none;width:100%;height:100%}.select-select.svelte-1n4ag74: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-1n4ag74{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}");
|
6845
6839
|
}
|
6846
6840
|
|
6847
6841
|
function get_each_context$4(ctx, list, i) {
|
@@ -7012,10 +7006,10 @@ function create_fragment$f(ctx) {
|
|
7012
7006
|
this.h();
|
7013
7007
|
},
|
7014
7008
|
h() {
|
7015
|
-
attr(select, "class", "select-select svelte-
|
7009
|
+
attr(select, "class", "select-select svelte-1n4ag74");
|
7016
7010
|
attr(select, "style", /*style*/ ctx[3]);
|
7017
|
-
attr(div0, "class", "select-icon svelte-
|
7018
|
-
attr(div1, "class", "select svelte-
|
7011
|
+
attr(div0, "class", "select-icon svelte-1n4ag74");
|
7012
|
+
attr(div1, "class", "select svelte-1n4ag74");
|
7019
7013
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7020
7014
|
},
|
7021
7015
|
m(target, anchor) {
|
@@ -7217,7 +7211,7 @@ class FormSelect extends SvelteComponent {
|
|
7217
7211
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7218
7212
|
|
7219
7213
|
function add_css$d(target) {
|
7220
|
-
append_styles(target, "svelte-
|
7214
|
+
append_styles(target, "svelte-p15pvn", ".check-boxes.svelte-p15pvn.svelte-p15pvn{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.check-box.svelte-p15pvn.svelte-p15pvn{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-p15pvn.svelte-p15pvn{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-p15pvn.svelte-p15pvn{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-p15pvn.svelte-p15pvn{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-p15pvn.svelte-p15pvn: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-p15pvn.svelte-p15pvn{background-color:var(--color-main-active)}.check-box-check._checked.svelte-p15pvn .check-box-icon.svelte-p15pvn:after{border-color:var(--color-sub-active)}.check-box-text.svelte-p15pvn.svelte-p15pvn{margin-left:0.5em}");
|
7221
7215
|
}
|
7222
7216
|
|
7223
7217
|
function get_each_context$3(ctx, list, i) {
|
@@ -7278,19 +7272,19 @@ function create_each_block$3(ctx) {
|
|
7278
7272
|
this.h();
|
7279
7273
|
},
|
7280
7274
|
h() {
|
7281
|
-
attr(input, "class", "check-box-input svelte-
|
7275
|
+
attr(input, "class", "check-box-input svelte-p15pvn");
|
7282
7276
|
attr(input, "type", "checkbox");
|
7283
7277
|
attr(input, "name", /*name*/ ctx[0]);
|
7284
7278
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7285
|
-
attr(span0, "class", "check-box-icon svelte-
|
7279
|
+
attr(span0, "class", "check-box-icon svelte-p15pvn");
|
7286
7280
|
|
7287
7281
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7288
7282
|
? ' _checked'
|
7289
|
-
: ''}`) + " svelte-
|
7283
|
+
: ''}`) + " svelte-p15pvn"));
|
7290
7284
|
|
7291
|
-
attr(span2, "class", "check-box-text svelte-
|
7285
|
+
attr(span2, "class", "check-box-text svelte-p15pvn");
|
7292
7286
|
attr(span2, "style", /*_textStyle*/ ctx[2]);
|
7293
|
-
attr(label, "class", "check-box svelte-
|
7287
|
+
attr(label, "class", "check-box svelte-p15pvn");
|
7294
7288
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7295
7289
|
},
|
7296
7290
|
m(target, anchor) {
|
@@ -7322,7 +7316,7 @@ function create_each_block$3(ctx) {
|
|
7322
7316
|
|
7323
7317
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7324
7318
|
? ' _checked'
|
7325
|
-
: ''}`) + " svelte-
|
7319
|
+
: ''}`) + " svelte-p15pvn"))) {
|
7326
7320
|
attr(span1, "class", span1_class_value);
|
7327
7321
|
}
|
7328
7322
|
|
@@ -7375,7 +7369,7 @@ function create_fragment$e(ctx) {
|
|
7375
7369
|
this.h();
|
7376
7370
|
},
|
7377
7371
|
h() {
|
7378
|
-
attr(div, "class", "check-boxes svelte-
|
7372
|
+
attr(div, "class", "check-boxes svelte-p15pvn");
|
7379
7373
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7380
7374
|
},
|
7381
7375
|
m(target, anchor) {
|
@@ -7549,7 +7543,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7549
7543
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7550
7544
|
|
7551
7545
|
function add_css$c(target) {
|
7552
|
-
append_styles(target, "svelte-
|
7546
|
+
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}");
|
7553
7547
|
}
|
7554
7548
|
|
7555
7549
|
function get_each_context$2(ctx, list, i) {
|
@@ -7584,7 +7578,7 @@ function create_each_block$2(ctx) {
|
|
7584
7578
|
this.h();
|
7585
7579
|
},
|
7586
7580
|
h() {
|
7587
|
-
attr(button, "class", "rating-button svelte-
|
7581
|
+
attr(button, "class", "rating-button svelte-zy2va9");
|
7588
7582
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[4](/*i*/ ctx[12] === /*_value*/ ctx[1]));
|
7589
7583
|
},
|
7590
7584
|
m(target, anchor) {
|
@@ -7647,7 +7641,7 @@ function create_fragment$d(ctx) {
|
|
7647
7641
|
this.h();
|
7648
7642
|
},
|
7649
7643
|
h() {
|
7650
|
-
attr(div, "class", "rating-buttons svelte-
|
7644
|
+
attr(div, "class", "rating-buttons svelte-zy2va9");
|
7651
7645
|
},
|
7652
7646
|
m(target, anchor) {
|
7653
7647
|
insert_hydration(target, div, anchor);
|
@@ -7784,7 +7778,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
7784
7778
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
7785
7779
|
|
7786
7780
|
function add_css$b(target) {
|
7787
|
-
append_styles(target, "svelte-
|
7781
|
+
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%)}");
|
7788
7782
|
}
|
7789
7783
|
|
7790
7784
|
function get_each_context$1(ctx, list, i) {
|
@@ -7820,9 +7814,9 @@ function create_each_block$1(ctx) {
|
|
7820
7814
|
},
|
7821
7815
|
h() {
|
7822
7816
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
7823
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7817
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
7824
7818
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
7825
|
-
attr(button, "class", "rating-button svelte-
|
7819
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
7826
7820
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
7827
7821
|
},
|
7828
7822
|
m(target, anchor) {
|
@@ -7838,7 +7832,7 @@ function create_each_block$1(ctx) {
|
|
7838
7832
|
p(new_ctx, dirty) {
|
7839
7833
|
ctx = new_ctx;
|
7840
7834
|
|
7841
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
7835
|
+
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"))) {
|
7842
7836
|
attr(img, "class", img_class_value);
|
7843
7837
|
}
|
7844
7838
|
|
@@ -7885,7 +7879,7 @@ function create_fragment$c(ctx) {
|
|
7885
7879
|
this.h();
|
7886
7880
|
},
|
7887
7881
|
h() {
|
7888
|
-
attr(div, "class", "rating-buttons svelte-
|
7882
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
7889
7883
|
},
|
7890
7884
|
m(target, anchor) {
|
7891
7885
|
insert_hydration(target, div, anchor);
|
@@ -7993,7 +7987,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
7993
7987
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
7994
7988
|
|
7995
7989
|
function add_css$a(target) {
|
7996
|
-
append_styles(target, "svelte-
|
7990
|
+
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%}");
|
7997
7991
|
}
|
7998
7992
|
|
7999
7993
|
function get_each_context(ctx, list, i) {
|
@@ -8039,9 +8033,9 @@ function create_if_block_1(ctx) {
|
|
8039
8033
|
attr(svg, "viewBox", "0 0 10 16");
|
8040
8034
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8041
8035
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8042
|
-
attr(button, "class", "move-button svelte-
|
8036
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8043
8037
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8044
|
-
attr(div, "class", "prev-button-container svelte-
|
8038
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8045
8039
|
},
|
8046
8040
|
m(target, anchor) {
|
8047
8041
|
insert_hydration(target, div, anchor);
|
@@ -8107,9 +8101,9 @@ function create_if_block$1(ctx) {
|
|
8107
8101
|
attr(svg, "viewBox", "0 0 10 16");
|
8108
8102
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8109
8103
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8110
|
-
attr(button, "class", "move-button svelte-
|
8104
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8111
8105
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8112
|
-
attr(div, "class", "next-button-container svelte-
|
8106
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8113
8107
|
},
|
8114
8108
|
m(target, anchor) {
|
8115
8109
|
insert_hydration(target, div, anchor);
|
@@ -8169,9 +8163,9 @@ function create_each_block(ctx) {
|
|
8169
8163
|
this.h();
|
8170
8164
|
},
|
8171
8165
|
h() {
|
8172
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8166
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8173
8167
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8174
|
-
attr(button, "class", "navigation-item svelte-
|
8168
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8175
8169
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8176
8170
|
},
|
8177
8171
|
m(target, anchor) {
|
@@ -8277,14 +8271,14 @@ function create_fragment$b(ctx) {
|
|
8277
8271
|
this.h();
|
8278
8272
|
},
|
8279
8273
|
h() {
|
8280
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8274
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
8281
8275
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
8282
|
-
attr(div1, "class", "container svelte-
|
8276
|
+
attr(div1, "class", "container svelte-ji1fh");
|
8283
8277
|
attr(div1, "style", /*_style*/ ctx[0]);
|
8284
|
-
attr(div2, "class", "navigation svelte-
|
8278
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
8285
8279
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
8286
8280
|
set_attributes(div3, div3_data);
|
8287
|
-
toggle_class(div3, "svelte-
|
8281
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8288
8282
|
},
|
8289
8283
|
m(target, anchor) {
|
8290
8284
|
insert_hydration(target, div3, anchor);
|
@@ -8326,7 +8320,7 @@ function create_fragment$b(ctx) {
|
|
8326
8320
|
}
|
8327
8321
|
}
|
8328
8322
|
|
8329
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
8323
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
8330
8324
|
attr(div0, "class", div0_class_value);
|
8331
8325
|
}
|
8332
8326
|
|
@@ -8392,7 +8386,7 @@ function create_fragment$b(ctx) {
|
|
8392
8386
|
}
|
8393
8387
|
|
8394
8388
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
8395
|
-
toggle_class(div3, "svelte-
|
8389
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
8396
8390
|
},
|
8397
8391
|
i(local) {
|
8398
8392
|
if (current) return;
|
@@ -8904,7 +8898,7 @@ class Slide extends SvelteComponent {
|
|
8904
8898
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
8905
8899
|
|
8906
8900
|
function add_css$9(target) {
|
8907
|
-
append_styles(target, "svelte-
|
8901
|
+
append_styles(target, "svelte-1fqq17x", ".item.svelte-1fqq17x{height:100%;flex:none;position:relative}.item.svelte-1fqq17x img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-1fqq17x{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
8908
8902
|
}
|
8909
8903
|
|
8910
8904
|
function create_fragment$a(ctx) {
|
@@ -8932,9 +8926,9 @@ function create_fragment$a(ctx) {
|
|
8932
8926
|
this.h();
|
8933
8927
|
},
|
8934
8928
|
h() {
|
8935
|
-
attr(div0, "class", "item-inner svelte-
|
8929
|
+
attr(div0, "class", "item-inner svelte-1fqq17x");
|
8936
8930
|
attr(div0, "style", /*_style*/ ctx[0]);
|
8937
|
-
attr(div1, "class", "item svelte-
|
8931
|
+
attr(div1, "class", "item svelte-1fqq17x");
|
8938
8932
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
8939
8933
|
},
|
8940
8934
|
m(target, anchor) {
|
@@ -9060,7 +9054,7 @@ class SlideItem extends SvelteComponent {
|
|
9060
9054
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9061
9055
|
|
9062
9056
|
function add_css$8(target) {
|
9063
|
-
append_styles(target, "svelte-
|
9057
|
+
append_styles(target, "svelte-192lor2", ".countdown.svelte-192lor2{position:relative;width:100%;height:100%}.countdown-inner.svelte-192lor2{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
9064
9058
|
}
|
9065
9059
|
|
9066
9060
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9091,9 +9085,9 @@ function create_fragment$9(ctx) {
|
|
9091
9085
|
this.h();
|
9092
9086
|
},
|
9093
9087
|
h() {
|
9094
|
-
attr(div0, "class", "countdown-inner svelte-
|
9088
|
+
attr(div0, "class", "countdown-inner svelte-192lor2");
|
9095
9089
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9096
|
-
attr(div1, "class", "countdown svelte-
|
9090
|
+
attr(div1, "class", "countdown svelte-192lor2");
|
9097
9091
|
},
|
9098
9092
|
m(target, anchor) {
|
9099
9093
|
insert_hydration(target, div1, anchor);
|
@@ -9223,7 +9217,7 @@ class Countdown extends SvelteComponent {
|
|
9223
9217
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9224
9218
|
|
9225
9219
|
function add_css$7(target) {
|
9226
|
-
append_styles(target, "svelte-
|
9220
|
+
append_styles(target, "svelte-6g6etj", ".box.svelte-6g6etj{position:relative;width:100%;height:100%}.box.svelte-6g6etj > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000}");
|
9227
9221
|
}
|
9228
9222
|
|
9229
9223
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9306,7 +9300,7 @@ function create_fragment$8(ctx) {
|
|
9306
9300
|
this.h();
|
9307
9301
|
},
|
9308
9302
|
h() {
|
9309
|
-
attr(div, "class", "box svelte-
|
9303
|
+
attr(div, "class", "box svelte-6g6etj");
|
9310
9304
|
},
|
9311
9305
|
m(target, anchor) {
|
9312
9306
|
insert_hydration(target, div, anchor);
|
@@ -9367,7 +9361,7 @@ class Box extends SvelteComponent {
|
|
9367
9361
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
9368
9362
|
|
9369
9363
|
function add_css$6(target) {
|
9370
|
-
append_styles(target, "svelte-
|
9364
|
+
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)}");
|
9371
9365
|
}
|
9372
9366
|
|
9373
9367
|
// (56:4) {#if svg}
|
@@ -9471,7 +9465,7 @@ function create_fragment$7(ctx) {
|
|
9471
9465
|
this.h();
|
9472
9466
|
},
|
9473
9467
|
h() {
|
9474
|
-
attr(div, "class", "icon svelte-
|
9468
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
9475
9469
|
},
|
9476
9470
|
m(target, anchor) {
|
9477
9471
|
insert_hydration(target, div, anchor);
|
@@ -9580,7 +9574,7 @@ class IconElement extends SvelteComponent {
|
|
9580
9574
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
9581
9575
|
|
9582
9576
|
function add_css$5(target) {
|
9583
|
-
append_styles(target, "svelte-
|
9577
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
9584
9578
|
}
|
9585
9579
|
|
9586
9580
|
function create_fragment$6(ctx) {
|
@@ -9616,7 +9610,7 @@ function create_fragment$6(ctx) {
|
|
9616
9610
|
this.h();
|
9617
9611
|
},
|
9618
9612
|
h() {
|
9619
|
-
attr(div, "class", "codeElement svelte-
|
9613
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
9620
9614
|
attr(div, "style", /*style*/ ctx[3]);
|
9621
9615
|
},
|
9622
9616
|
m(target, anchor) {
|
@@ -9705,7 +9699,7 @@ class CodeElement extends SvelteComponent {
|
|
9705
9699
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
9706
9700
|
|
9707
9701
|
function add_css$4(target) {
|
9708
|
-
append_styles(target, "svelte-
|
9702
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
9709
9703
|
}
|
9710
9704
|
|
9711
9705
|
function create_fragment$5(ctx) {
|
@@ -9729,7 +9723,7 @@ function create_fragment$5(ctx) {
|
|
9729
9723
|
this.h();
|
9730
9724
|
},
|
9731
9725
|
h() {
|
9732
|
-
attr(div, "class", "flex svelte-
|
9726
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
9733
9727
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
9734
9728
|
},
|
9735
9729
|
m(target, anchor) {
|
@@ -9826,7 +9820,7 @@ class Flex extends SvelteComponent {
|
|
9826
9820
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
9827
9821
|
|
9828
9822
|
function add_css$3(target) {
|
9829
|
-
append_styles(target, "svelte-
|
9823
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
9830
9824
|
}
|
9831
9825
|
|
9832
9826
|
function create_fragment$4(ctx) {
|
@@ -9849,7 +9843,7 @@ function create_fragment$4(ctx) {
|
|
9849
9843
|
this.h();
|
9850
9844
|
},
|
9851
9845
|
h() {
|
9852
|
-
attr(div, "class", "flex-item svelte-
|
9846
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
9853
9847
|
attr(div, "style", /*style*/ ctx[0]);
|
9854
9848
|
},
|
9855
9849
|
m(target, anchor) {
|
@@ -10269,7 +10263,7 @@ class GridModalState extends SvelteComponent {
|
|
10269
10263
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10270
10264
|
|
10271
10265
|
function add_css$2(target) {
|
10272
|
-
append_styles(target, "svelte-
|
10266
|
+
append_styles(target, "svelte-11rpuv5", ".text-block.svelte-11rpuv5.svelte-11rpuv5{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-block-inner.svelte-11rpuv5.svelte-11rpuv5{width:100%;height:auto}.text-direction-vertical.svelte-11rpuv5.svelte-11rpuv5{writing-mode:vertical-rl}.text-direction-vertical.svelte-11rpuv5 .text-block-inner.svelte-11rpuv5{width:auto;height:100%}");
|
10273
10267
|
}
|
10274
10268
|
|
10275
10269
|
function create_fragment$2(ctx) {
|
@@ -10298,8 +10292,8 @@ function create_fragment$2(ctx) {
|
|
10298
10292
|
this.h();
|
10299
10293
|
},
|
10300
10294
|
h() {
|
10301
|
-
attr(div0, "class", "text-block-inner svelte-
|
10302
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10295
|
+
attr(div0, "class", "text-block-inner svelte-11rpuv5");
|
10296
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"));
|
10303
10297
|
attr(div1, "style", /*style*/ ctx[2]);
|
10304
10298
|
},
|
10305
10299
|
m(target, anchor) {
|
@@ -10313,7 +10307,7 @@ function create_fragment$2(ctx) {
|
|
10313
10307
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10314
10308
|
rendertext.$set(rendertext_changes);
|
10315
10309
|
|
10316
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10310
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-11rpuv5"))) {
|
10317
10311
|
attr(div1, "class", div1_class_value);
|
10318
10312
|
}
|
10319
10313
|
|
@@ -10391,7 +10385,7 @@ class TextBlock extends SvelteComponent {
|
|
10391
10385
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10392
10386
|
|
10393
10387
|
function add_css$1(target) {
|
10394
|
-
append_styles(target, "svelte-
|
10388
|
+
append_styles(target, "svelte-1t5i3za", ".text-button-block.svelte-1t5i3za{width:100%;height:100%}.text-button.svelte-1t5i3za{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s}.text-button.svelte-1t5i3za:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1t5i3za:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10395
10389
|
}
|
10396
10390
|
|
10397
10391
|
function create_fragment$1(ctx) {
|
@@ -10421,9 +10415,9 @@ function create_fragment$1(ctx) {
|
|
10421
10415
|
this.h();
|
10422
10416
|
},
|
10423
10417
|
h() {
|
10424
|
-
attr(button, "class", "text-button svelte-
|
10418
|
+
attr(button, "class", "text-button svelte-1t5i3za");
|
10425
10419
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
10426
|
-
attr(div, "class", "text-button-block svelte-
|
10420
|
+
attr(div, "class", "text-button-block svelte-1t5i3za");
|
10427
10421
|
attr(div, "style", /*_style*/ ctx[2]);
|
10428
10422
|
},
|
10429
10423
|
m(target, anchor) {
|
@@ -10529,7 +10523,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
10529
10523
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
10530
10524
|
|
10531
10525
|
function add_css(target) {
|
10532
|
-
append_styles(target, "svelte-
|
10526
|
+
append_styles(target, "svelte-1um32br", ".image-block.svelte-1um32br{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}.image.svelte-1um32br{width:100%;height:100%}.transport.svelte-1um32br:hover,.transport.svelte-1um32br:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10533
10527
|
}
|
10534
10528
|
|
10535
10529
|
function create_fragment(ctx) {
|
@@ -10564,14 +10558,14 @@ function create_fragment(ctx) {
|
|
10564
10558
|
this.h();
|
10565
10559
|
},
|
10566
10560
|
h() {
|
10567
|
-
attr(img, "class", "image svelte-
|
10561
|
+
attr(img, "class", "image svelte-1um32br");
|
10568
10562
|
attr(img, "loading", "lazy");
|
10569
10563
|
attr(img, "width", "auto");
|
10570
10564
|
attr(img, "height", "auto");
|
10571
10565
|
attr(img, "style", /*_imageStyle*/ ctx[3]);
|
10572
10566
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
10573
10567
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10574
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10568
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"));
|
10575
10569
|
attr(div, "style", /*_style*/ ctx[4]);
|
10576
10570
|
},
|
10577
10571
|
m(target, anchor) {
|
@@ -10596,7 +10590,7 @@ function create_fragment(ctx) {
|
|
10596
10590
|
attr(img, "alt", /*alt*/ ctx[1]);
|
10597
10591
|
}
|
10598
10592
|
|
10599
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
10593
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1um32br"))) {
|
10600
10594
|
attr(div, "class", div_class_value);
|
10601
10595
|
}
|
10602
10596
|
|