@plaidev/karte-action-sdk 1.1.239 → 1.1.240-28703935.aa52fcd6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +54 -4
- package/dist/hydrate/index.es.js +556 -507
- package/dist/index.es.d.ts +54 -4
- package/dist/index.es.js +537 -495
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
package/dist/index.es.js
CHANGED
@@ -2894,7 +2894,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2894
2894
|
|
2895
2895
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2896
2896
|
|
2897
|
-
function create_if_block$
|
2897
|
+
function create_if_block$f(ctx) {
|
2898
2898
|
let link;
|
2899
2899
|
|
2900
2900
|
return {
|
@@ -2920,7 +2920,7 @@ function create_if_block$e(ctx) {
|
|
2920
2920
|
|
2921
2921
|
function create_fragment$1a(ctx) {
|
2922
2922
|
let head;
|
2923
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2923
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$f(ctx);
|
2924
2924
|
|
2925
2925
|
return {
|
2926
2926
|
c() {
|
@@ -2936,7 +2936,7 @@ function create_fragment$1a(ctx) {
|
|
2936
2936
|
if (if_block) {
|
2937
2937
|
if_block.p(ctx, dirty);
|
2938
2938
|
} else {
|
2939
|
-
if_block = create_if_block$
|
2939
|
+
if_block = create_if_block$f(ctx);
|
2940
2940
|
if_block.c();
|
2941
2941
|
if_block.m(head, null);
|
2942
2942
|
}
|
@@ -3068,11 +3068,11 @@ class State extends SvelteComponent {
|
|
3068
3068
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3069
3069
|
|
3070
3070
|
function add_css$F(target) {
|
3071
|
-
append_styles(target, "svelte-
|
3071
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3072
3072
|
}
|
3073
3073
|
|
3074
3074
|
// (23:0) {#if $state === path}
|
3075
|
-
function create_if_block$
|
3075
|
+
function create_if_block$e(ctx) {
|
3076
3076
|
let div;
|
3077
3077
|
let t;
|
3078
3078
|
let current;
|
@@ -3085,7 +3085,7 @@ function create_if_block$d(ctx) {
|
|
3085
3085
|
t = space();
|
3086
3086
|
if (default_slot) default_slot.c();
|
3087
3087
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3088
|
-
attr(div, "class", "state-item svelte-
|
3088
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3089
3089
|
},
|
3090
3090
|
m(target, anchor) {
|
3091
3091
|
insert(target, div, anchor);
|
@@ -3137,7 +3137,7 @@ function create_if_block$d(ctx) {
|
|
3137
3137
|
function create_fragment$18(ctx) {
|
3138
3138
|
let if_block_anchor;
|
3139
3139
|
let current;
|
3140
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3140
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$e(ctx);
|
3141
3141
|
|
3142
3142
|
return {
|
3143
3143
|
c() {
|
@@ -3158,7 +3158,7 @@ function create_fragment$18(ctx) {
|
|
3158
3158
|
transition_in(if_block, 1);
|
3159
3159
|
}
|
3160
3160
|
} else {
|
3161
|
-
if_block = create_if_block$
|
3161
|
+
if_block = create_if_block$e(ctx);
|
3162
3162
|
if_block.c();
|
3163
3163
|
transition_in(if_block, 1);
|
3164
3164
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3407,11 +3407,11 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3407
3407
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3408
3408
|
|
3409
3409
|
function add_css$E(target) {
|
3410
|
-
append_styles(target, "svelte-
|
3410
|
+
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}");
|
3411
3411
|
}
|
3412
3412
|
|
3413
3413
|
// (14:0) {#if backgroundOverlay}
|
3414
|
-
function create_if_block$
|
3414
|
+
function create_if_block$d(ctx) {
|
3415
3415
|
let div;
|
3416
3416
|
let div_class_value;
|
3417
3417
|
let mounted;
|
@@ -3420,7 +3420,7 @@ function create_if_block$c(ctx) {
|
|
3420
3420
|
return {
|
3421
3421
|
c() {
|
3422
3422
|
div = element("div");
|
3423
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3423
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3424
3424
|
},
|
3425
3425
|
m(target, anchor) {
|
3426
3426
|
insert(target, div, anchor);
|
@@ -3431,7 +3431,7 @@ function create_if_block$c(ctx) {
|
|
3431
3431
|
}
|
3432
3432
|
},
|
3433
3433
|
p(ctx, dirty) {
|
3434
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3434
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3435
3435
|
attr(div, "class", div_class_value);
|
3436
3436
|
}
|
3437
3437
|
},
|
@@ -3445,7 +3445,7 @@ function create_if_block$c(ctx) {
|
|
3445
3445
|
|
3446
3446
|
function create_fragment$17(ctx) {
|
3447
3447
|
let if_block_anchor;
|
3448
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3448
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$d(ctx);
|
3449
3449
|
|
3450
3450
|
return {
|
3451
3451
|
c() {
|
@@ -3461,7 +3461,7 @@ function create_fragment$17(ctx) {
|
|
3461
3461
|
if (if_block) {
|
3462
3462
|
if_block.p(ctx, dirty);
|
3463
3463
|
} else {
|
3464
|
-
if_block = create_if_block$
|
3464
|
+
if_block = create_if_block$d(ctx);
|
3465
3465
|
if_block.c();
|
3466
3466
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3467
3467
|
}
|
@@ -3537,7 +3537,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3537
3537
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3538
3538
|
|
3539
3539
|
function add_css$D(target) {
|
3540
|
-
append_styles(target, "svelte-
|
3540
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3541
3541
|
}
|
3542
3542
|
|
3543
3543
|
// (50:0) {:else}
|
@@ -3566,7 +3566,7 @@ function create_else_block$5(ctx) {
|
|
3566
3566
|
button = element("button");
|
3567
3567
|
if (default_slot) default_slot.c();
|
3568
3568
|
set_attributes(button, button_data);
|
3569
|
-
toggle_class(button, "svelte-
|
3569
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3570
3570
|
},
|
3571
3571
|
m(target, anchor) {
|
3572
3572
|
insert(target, button, anchor);
|
@@ -3605,7 +3605,7 @@ function create_else_block$5(ctx) {
|
|
3605
3605
|
dataAttrStopPropagation('click')
|
3606
3606
|
]));
|
3607
3607
|
|
3608
|
-
toggle_class(button, "svelte-
|
3608
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3609
3609
|
},
|
3610
3610
|
i(local) {
|
3611
3611
|
if (current) return;
|
@@ -3636,7 +3636,7 @@ function create_if_block_2$2(ctx) {
|
|
3636
3636
|
c() {
|
3637
3637
|
div = element("div");
|
3638
3638
|
if (default_slot) default_slot.c();
|
3639
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3639
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3640
3640
|
attr(div, "style", /*style*/ ctx[1]);
|
3641
3641
|
},
|
3642
3642
|
m(target, anchor) {
|
@@ -3720,7 +3720,7 @@ function create_if_block_1$3(ctx) {
|
|
3720
3720
|
a = element("a");
|
3721
3721
|
if (default_slot) default_slot.c();
|
3722
3722
|
set_attributes(a, a_data);
|
3723
|
-
toggle_class(a, "svelte-
|
3723
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3724
3724
|
},
|
3725
3725
|
m(target, anchor) {
|
3726
3726
|
insert(target, a, anchor);
|
@@ -3762,7 +3762,7 @@ function create_if_block_1$3(ctx) {
|
|
3762
3762
|
dataAttrStopPropagation('click')
|
3763
3763
|
]));
|
3764
3764
|
|
3765
|
-
toggle_class(a, "svelte-
|
3765
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3766
3766
|
},
|
3767
3767
|
i(local) {
|
3768
3768
|
if (current) return;
|
@@ -3783,7 +3783,7 @@ function create_if_block_1$3(ctx) {
|
|
3783
3783
|
}
|
3784
3784
|
|
3785
3785
|
// (31:0) {#if disabled}
|
3786
|
-
function create_if_block$
|
3786
|
+
function create_if_block$c(ctx) {
|
3787
3787
|
let div;
|
3788
3788
|
let current;
|
3789
3789
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3793,7 +3793,7 @@ function create_if_block$b(ctx) {
|
|
3793
3793
|
c() {
|
3794
3794
|
div = element("div");
|
3795
3795
|
if (default_slot) default_slot.c();
|
3796
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3796
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3797
3797
|
attr(div, "style", /*style*/ ctx[1]);
|
3798
3798
|
},
|
3799
3799
|
m(target, anchor) {
|
@@ -3846,7 +3846,7 @@ function create_fragment$16(ctx) {
|
|
3846
3846
|
let if_block;
|
3847
3847
|
let if_block_anchor;
|
3848
3848
|
let current;
|
3849
|
-
const if_block_creators = [create_if_block$
|
3849
|
+
const if_block_creators = [create_if_block$c, create_if_block_1$3, create_if_block_2$2, create_else_block$5];
|
3850
3850
|
const if_blocks = [];
|
3851
3851
|
|
3852
3852
|
function select_block_type(ctx, dirty) {
|
@@ -3997,7 +3997,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3997
3997
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3998
3998
|
|
3999
3999
|
function add_css$C(target) {
|
4000
|
-
append_styles(target, "svelte-
|
4000
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4001
4001
|
}
|
4002
4002
|
|
4003
4003
|
// (277:0) {:else}
|
@@ -4045,7 +4045,7 @@ function create_else_block$4(ctx) {
|
|
4045
4045
|
}
|
4046
4046
|
|
4047
4047
|
// (266:24)
|
4048
|
-
function create_if_block_3
|
4048
|
+
function create_if_block_3(ctx) {
|
4049
4049
|
let backgroundoverlay0;
|
4050
4050
|
let t;
|
4051
4051
|
let backgroundoverlay1;
|
@@ -4126,7 +4126,7 @@ function create_if_block_2$1(ctx) {
|
|
4126
4126
|
}
|
4127
4127
|
|
4128
4128
|
// (280:0) {#if visible}
|
4129
|
-
function create_if_block$
|
4129
|
+
function create_if_block$b(ctx) {
|
4130
4130
|
let div;
|
4131
4131
|
let button;
|
4132
4132
|
let div_class_value;
|
@@ -4147,7 +4147,7 @@ function create_if_block$a(ctx) {
|
|
4147
4147
|
c() {
|
4148
4148
|
div = element("div");
|
4149
4149
|
create_component(button.$$.fragment);
|
4150
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4150
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4151
4151
|
attr(div, "role", "dialog");
|
4152
4152
|
attr(div, "aria-modal", "true");
|
4153
4153
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4171,7 +4171,7 @@ function create_if_block$a(ctx) {
|
|
4171
4171
|
|
4172
4172
|
button.$set(button_changes);
|
4173
4173
|
|
4174
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4174
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4175
4175
|
attr(div, "class", div_class_value);
|
4176
4176
|
}
|
4177
4177
|
},
|
@@ -4225,7 +4225,7 @@ function create_if_block_1$2(ctx) {
|
|
4225
4225
|
c() {
|
4226
4226
|
div = element("div");
|
4227
4227
|
create_component(button.$$.fragment);
|
4228
|
-
attr(div, "class", "close svelte-
|
4228
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4229
4229
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4230
4230
|
},
|
4231
4231
|
m(target, anchor) {
|
@@ -4314,7 +4314,7 @@ function create_default_slot$6(ctx) {
|
|
4314
4314
|
t = space();
|
4315
4315
|
div = element("div");
|
4316
4316
|
if (default_slot) default_slot.c();
|
4317
|
-
attr(div, "class", "modal-content svelte-
|
4317
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4318
4318
|
attr(div, "style", /*_style*/ ctx[5]);
|
4319
4319
|
},
|
4320
4320
|
m(target, anchor) {
|
@@ -4400,7 +4400,7 @@ function create_fragment$15(ctx) {
|
|
4400
4400
|
let current;
|
4401
4401
|
let mounted;
|
4402
4402
|
let dispose;
|
4403
|
-
const if_block_creators = [create_if_block_2$1, create_if_block_3
|
4403
|
+
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$4];
|
4404
4404
|
const if_blocks = [];
|
4405
4405
|
|
4406
4406
|
function select_block_type(ctx, dirty) {
|
@@ -4412,7 +4412,7 @@ function create_fragment$15(ctx) {
|
|
4412
4412
|
|
4413
4413
|
current_block_type_index = select_block_type(ctx);
|
4414
4414
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4415
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4415
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$b(ctx);
|
4416
4416
|
|
4417
4417
|
return {
|
4418
4418
|
c() {
|
@@ -4472,7 +4472,7 @@ function create_fragment$15(ctx) {
|
|
4472
4472
|
transition_in(if_block1, 1);
|
4473
4473
|
}
|
4474
4474
|
} else {
|
4475
|
-
if_block1 = create_if_block$
|
4475
|
+
if_block1 = create_if_block$b(ctx);
|
4476
4476
|
if_block1.c();
|
4477
4477
|
transition_in(if_block1, 1);
|
4478
4478
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4964,7 +4964,7 @@ class Grid extends SvelteComponent {
|
|
4964
4964
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4965
4965
|
|
4966
4966
|
function add_css$B(target) {
|
4967
|
-
append_styles(target, "svelte-
|
4967
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4968
4968
|
}
|
4969
4969
|
|
4970
4970
|
function create_fragment$13(ctx) {
|
@@ -4979,8 +4979,8 @@ function create_fragment$13(ctx) {
|
|
4979
4979
|
div1 = element("div");
|
4980
4980
|
div0 = element("div");
|
4981
4981
|
if (default_slot) default_slot.c();
|
4982
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4983
|
-
attr(div1, "class", "grid-item svelte-
|
4982
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4983
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4984
4984
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4985
4985
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4986
4986
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5137,7 +5137,7 @@ function create_else_block$3(ctx) {
|
|
5137
5137
|
}
|
5138
5138
|
|
5139
5139
|
// (11:2) {#if item.match(regexp)}
|
5140
|
-
function create_if_block$
|
5140
|
+
function create_if_block$a(ctx) {
|
5141
5141
|
let br;
|
5142
5142
|
|
5143
5143
|
return {
|
@@ -5162,7 +5162,7 @@ function create_each_block$6(ctx) {
|
|
5162
5162
|
function select_block_type(ctx, dirty) {
|
5163
5163
|
if (dirty & /*items*/ 1) show_if = null;
|
5164
5164
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5165
|
-
if (show_if) return create_if_block$
|
5165
|
+
if (show_if) return create_if_block$a;
|
5166
5166
|
return create_else_block$3;
|
5167
5167
|
}
|
5168
5168
|
|
@@ -5285,7 +5285,7 @@ class RenderText extends SvelteComponent {
|
|
5285
5285
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5286
5286
|
|
5287
5287
|
function add_css$A(target) {
|
5288
|
-
append_styles(target, "svelte-
|
5288
|
+
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}");
|
5289
5289
|
}
|
5290
5290
|
|
5291
5291
|
// (94:2) {:else}
|
@@ -5302,8 +5302,8 @@ function create_else_block$2(ctx) {
|
|
5302
5302
|
div1 = element("div");
|
5303
5303
|
div0 = element("div");
|
5304
5304
|
create_component(rendertext.$$.fragment);
|
5305
|
-
attr(div0, "class", "text-element-inner svelte-
|
5306
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5305
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5306
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5307
5307
|
attr(div1, "style", /*style*/ ctx[5]);
|
5308
5308
|
},
|
5309
5309
|
m(target, anchor) {
|
@@ -5317,7 +5317,7 @@ function create_else_block$2(ctx) {
|
|
5317
5317
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5318
5318
|
rendertext.$set(rendertext_changes);
|
5319
5319
|
|
5320
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5320
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5321
5321
|
attr(div1, "class", div1_class_value);
|
5322
5322
|
}
|
5323
5323
|
|
@@ -5342,7 +5342,7 @@ function create_else_block$2(ctx) {
|
|
5342
5342
|
}
|
5343
5343
|
|
5344
5344
|
// (80:2) {#if enableCopy}
|
5345
|
-
function create_if_block$
|
5345
|
+
function create_if_block$9(ctx) {
|
5346
5346
|
let a;
|
5347
5347
|
let div0;
|
5348
5348
|
let rendertext;
|
@@ -5367,12 +5367,12 @@ function create_if_block$8(ctx) {
|
|
5367
5367
|
t2 = space();
|
5368
5368
|
div2 = element("div");
|
5369
5369
|
div2.textContent = "コピーできませんでした";
|
5370
|
-
attr(div0, "class", "text-element-inner svelte-
|
5370
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5371
5371
|
attr(a, "href", '');
|
5372
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5372
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5373
5373
|
attr(a, "style", /*style*/ ctx[5]);
|
5374
|
-
attr(div1, "class", "tooltip svelte-
|
5375
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5374
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5375
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5376
5376
|
},
|
5377
5377
|
m(target, anchor) {
|
5378
5378
|
insert(target, a, anchor);
|
@@ -5396,7 +5396,7 @@ function create_if_block$8(ctx) {
|
|
5396
5396
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5397
5397
|
rendertext.$set(rendertext_changes);
|
5398
5398
|
|
5399
|
-
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-
|
5399
|
+
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"))) {
|
5400
5400
|
attr(a, "class", a_class_value);
|
5401
5401
|
}
|
5402
5402
|
|
@@ -5433,7 +5433,7 @@ function create_fragment$11(ctx) {
|
|
5433
5433
|
let current_block_type_index;
|
5434
5434
|
let if_block;
|
5435
5435
|
let current;
|
5436
|
-
const if_block_creators = [create_if_block$
|
5436
|
+
const if_block_creators = [create_if_block$9, create_else_block$2];
|
5437
5437
|
const if_blocks = [];
|
5438
5438
|
|
5439
5439
|
function select_block_type(ctx, dirty) {
|
@@ -5448,7 +5448,7 @@ function create_fragment$11(ctx) {
|
|
5448
5448
|
c() {
|
5449
5449
|
div = element("div");
|
5450
5450
|
if_block.c();
|
5451
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5451
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5452
5452
|
},
|
5453
5453
|
m(target, anchor) {
|
5454
5454
|
insert(target, div, anchor);
|
@@ -5614,7 +5614,7 @@ class TextElement extends SvelteComponent {
|
|
5614
5614
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5615
5615
|
|
5616
5616
|
function add_css$z(target) {
|
5617
|
-
append_styles(target, "svelte-
|
5617
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5618
5618
|
}
|
5619
5619
|
|
5620
5620
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5670,7 +5670,7 @@ function create_fragment$10(ctx) {
|
|
5670
5670
|
c() {
|
5671
5671
|
div = element("div");
|
5672
5672
|
create_component(button.$$.fragment);
|
5673
|
-
attr(div, "class", "text-button-element svelte-
|
5673
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5674
5674
|
},
|
5675
5675
|
m(target, anchor) {
|
5676
5676
|
insert(target, div, anchor);
|
@@ -5762,7 +5762,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5762
5762
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5763
5763
|
|
5764
5764
|
function add_css$y(target) {
|
5765
|
-
append_styles(target, "svelte-
|
5765
|
+
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%}");
|
5766
5766
|
}
|
5767
5767
|
|
5768
5768
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5774,7 +5774,7 @@ function create_default_slot$4(ctx) {
|
|
5774
5774
|
return {
|
5775
5775
|
c() {
|
5776
5776
|
img = element("img");
|
5777
|
-
attr(img, "class", "image svelte-
|
5777
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5778
5778
|
attr(img, "loading", "lazy");
|
5779
5779
|
attr(img, "width", "auto");
|
5780
5780
|
attr(img, "height", "auto");
|
@@ -5836,7 +5836,7 @@ function create_fragment$$(ctx) {
|
|
5836
5836
|
c() {
|
5837
5837
|
div = element("div");
|
5838
5838
|
create_component(button.$$.fragment);
|
5839
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5839
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5840
5840
|
},
|
5841
5841
|
m(target, anchor) {
|
5842
5842
|
insert(target, div, anchor);
|
@@ -5855,7 +5855,7 @@ function create_fragment$$(ctx) {
|
|
5855
5855
|
|
5856
5856
|
button.$set(button_changes);
|
5857
5857
|
|
5858
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5858
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5859
5859
|
attr(div, "class", div_class_value);
|
5860
5860
|
}
|
5861
5861
|
},
|
@@ -5927,7 +5927,7 @@ class ImageElement extends SvelteComponent {
|
|
5927
5927
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5928
5928
|
|
5929
5929
|
function add_css$x(target) {
|
5930
|
-
append_styles(target, "svelte-
|
5930
|
+
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}");
|
5931
5931
|
}
|
5932
5932
|
|
5933
5933
|
function create_fragment$_(ctx) {
|
@@ -5940,7 +5940,7 @@ function create_fragment$_(ctx) {
|
|
5940
5940
|
c() {
|
5941
5941
|
div = element("div");
|
5942
5942
|
if (default_slot) default_slot.c();
|
5943
|
-
attr(div, "class", "list svelte-
|
5943
|
+
attr(div, "class", "list svelte-aquv6z");
|
5944
5944
|
attr(div, "style", /*style*/ ctx[0]);
|
5945
5945
|
},
|
5946
5946
|
m(target, anchor) {
|
@@ -6074,7 +6074,7 @@ class List extends SvelteComponent {
|
|
6074
6074
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6075
6075
|
|
6076
6076
|
function add_css$w(target) {
|
6077
|
-
append_styles(target, "svelte-
|
6077
|
+
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}");
|
6078
6078
|
}
|
6079
6079
|
|
6080
6080
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6144,7 +6144,7 @@ function create_fragment$Z(ctx) {
|
|
6144
6144
|
c() {
|
6145
6145
|
div = element("div");
|
6146
6146
|
create_component(button.$$.fragment);
|
6147
|
-
attr(div, "class", "list-item svelte-
|
6147
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6148
6148
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6149
6149
|
},
|
6150
6150
|
m(target, anchor) {
|
@@ -6270,7 +6270,7 @@ class ListItem extends SvelteComponent {
|
|
6270
6270
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6271
6271
|
|
6272
6272
|
function add_css$v(target) {
|
6273
|
-
append_styles(target, "svelte-
|
6273
|
+
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}");
|
6274
6274
|
}
|
6275
6275
|
|
6276
6276
|
function create_fragment$Y(ctx) {
|
@@ -6279,7 +6279,7 @@ function create_fragment$Y(ctx) {
|
|
6279
6279
|
return {
|
6280
6280
|
c() {
|
6281
6281
|
div = element("div");
|
6282
|
-
attr(div, "class", "embed svelte-
|
6282
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6283
6283
|
attr(div, "style", /*_style*/ ctx[1]);
|
6284
6284
|
},
|
6285
6285
|
m(target, anchor) {
|
@@ -6322,7 +6322,7 @@ class EmbedElement extends SvelteComponent {
|
|
6322
6322
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6323
6323
|
|
6324
6324
|
function add_css$u(target) {
|
6325
|
-
append_styles(target, "svelte-
|
6325
|
+
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%}");
|
6326
6326
|
}
|
6327
6327
|
|
6328
6328
|
function create_fragment$X(ctx) {
|
@@ -6334,7 +6334,7 @@ function create_fragment$X(ctx) {
|
|
6334
6334
|
div1 = element("div");
|
6335
6335
|
div0 = element("div");
|
6336
6336
|
attr(div0, "class", "karte-player");
|
6337
|
-
attr(div1, "class", "embed svelte-
|
6337
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6338
6338
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6339
6339
|
},
|
6340
6340
|
m(target, anchor) {
|
@@ -6676,7 +6676,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6676
6676
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6677
6677
|
|
6678
6678
|
function add_css$t(target) {
|
6679
|
-
append_styles(target, "svelte-
|
6679
|
+
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%}");
|
6680
6680
|
}
|
6681
6681
|
|
6682
6682
|
function create_fragment$W(ctx) {
|
@@ -6688,7 +6688,7 @@ function create_fragment$W(ctx) {
|
|
6688
6688
|
div1 = element("div");
|
6689
6689
|
div0 = element("div");
|
6690
6690
|
attr(div0, "class", "karte-player");
|
6691
|
-
attr(div1, "class", "embed svelte-
|
6691
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6692
6692
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6693
6693
|
},
|
6694
6694
|
m(target, anchor) {
|
@@ -6872,7 +6872,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6872
6872
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6873
6873
|
|
6874
6874
|
function add_css$s(target) {
|
6875
|
-
append_styles(target, "svelte-
|
6875
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6876
6876
|
}
|
6877
6877
|
|
6878
6878
|
function create_fragment$V(ctx) {
|
@@ -6885,12 +6885,12 @@ function create_fragment$V(ctx) {
|
|
6885
6885
|
c() {
|
6886
6886
|
div = element("div");
|
6887
6887
|
textarea = element("textarea");
|
6888
|
-
attr(textarea, "class", "textarea svelte-
|
6888
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6889
6889
|
textarea.value = /*$value*/ ctx[4];
|
6890
6890
|
textarea.required = /*required*/ ctx[1];
|
6891
6891
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6892
6892
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6893
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6893
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6894
6894
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6895
6895
|
},
|
6896
6896
|
m(target, anchor) {
|
@@ -7042,7 +7042,7 @@ class FormTextarea extends SvelteComponent {
|
|
7042
7042
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7043
7043
|
|
7044
7044
|
function add_css$r(target) {
|
7045
|
-
append_styles(target, "svelte-
|
7045
|
+
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}");
|
7046
7046
|
}
|
7047
7047
|
|
7048
7048
|
function get_each_context$5(ctx, list, i) {
|
@@ -7076,14 +7076,14 @@ function create_each_block$5(ctx) {
|
|
7076
7076
|
t1 = text(t1_value);
|
7077
7077
|
t2 = space();
|
7078
7078
|
attr(input, "type", "radio");
|
7079
|
-
attr(input, "class", "radio-button-input svelte-
|
7079
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7080
7080
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7081
7081
|
attr(input, "name", /*name*/ ctx[0]);
|
7082
7082
|
input.value = input_value_value = /*option*/ ctx[17];
|
7083
7083
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7084
|
-
attr(span, "class", "radio-button-text svelte-
|
7084
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7085
7085
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7086
|
-
attr(label, "class", "radio-button svelte-
|
7086
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7087
7087
|
},
|
7088
7088
|
m(target, anchor) {
|
7089
7089
|
insert(target, label, anchor);
|
@@ -7148,7 +7148,7 @@ function create_fragment$U(ctx) {
|
|
7148
7148
|
each_blocks[i].c();
|
7149
7149
|
}
|
7150
7150
|
|
7151
|
-
attr(div, "class", "radio-buttons svelte-
|
7151
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7152
7152
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7153
7153
|
},
|
7154
7154
|
m(target, anchor) {
|
@@ -7317,7 +7317,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7317
7317
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7318
7318
|
|
7319
7319
|
function add_css$q(target) {
|
7320
|
-
append_styles(target, "svelte-
|
7320
|
+
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}");
|
7321
7321
|
}
|
7322
7322
|
|
7323
7323
|
function get_each_context$4(ctx, list, i) {
|
@@ -7348,7 +7348,7 @@ function create_else_block$1(ctx) {
|
|
7348
7348
|
}
|
7349
7349
|
|
7350
7350
|
// (105:10) {#if option}
|
7351
|
-
function create_if_block$
|
7351
|
+
function create_if_block$8(ctx) {
|
7352
7352
|
let t_value = /*option*/ ctx[19] + "";
|
7353
7353
|
let t;
|
7354
7354
|
|
@@ -7376,7 +7376,7 @@ function create_each_block$4(ctx) {
|
|
7376
7376
|
let option_selected_value;
|
7377
7377
|
|
7378
7378
|
function select_block_type(ctx, dirty) {
|
7379
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7379
|
+
if (/*option*/ ctx[19]) return create_if_block$8;
|
7380
7380
|
return create_else_block$1;
|
7381
7381
|
}
|
7382
7382
|
|
@@ -7451,10 +7451,10 @@ function create_fragment$T(ctx) {
|
|
7451
7451
|
|
7452
7452
|
t = space();
|
7453
7453
|
div0 = element("div");
|
7454
|
-
attr(select, "class", "select-select svelte-
|
7454
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7455
7455
|
attr(select, "style", /*style*/ ctx[3]);
|
7456
|
-
attr(div0, "class", "select-icon svelte-
|
7457
|
-
attr(div1, "class", "select svelte-
|
7456
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7457
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7458
7458
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7459
7459
|
},
|
7460
7460
|
m(target, anchor) {
|
@@ -7656,7 +7656,7 @@ class FormSelect extends SvelteComponent {
|
|
7656
7656
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7657
7657
|
|
7658
7658
|
function add_css$p(target) {
|
7659
|
-
append_styles(target, "svelte-
|
7659
|
+
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}");
|
7660
7660
|
}
|
7661
7661
|
|
7662
7662
|
function get_each_context$3(ctx, list, i) {
|
@@ -7695,19 +7695,19 @@ function create_each_block$3(ctx) {
|
|
7695
7695
|
span2 = element("span");
|
7696
7696
|
t2 = text(t2_value);
|
7697
7697
|
t3 = space();
|
7698
|
-
attr(input, "class", "check-box-input svelte-
|
7698
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7699
7699
|
attr(input, "type", "checkbox");
|
7700
7700
|
attr(input, "name", /*name*/ ctx[0]);
|
7701
7701
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7702
|
-
attr(span0, "class", "check-box-icon svelte-
|
7702
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7703
7703
|
|
7704
7704
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7705
7705
|
? ' _checked'
|
7706
|
-
: ''}`) + " svelte-
|
7706
|
+
: ''}`) + " svelte-1p65cg8"));
|
7707
7707
|
|
7708
|
-
attr(span2, "class", "check-box-text svelte-
|
7708
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7709
7709
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7710
|
-
attr(label, "class", "check-box svelte-
|
7710
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7711
7711
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7712
7712
|
},
|
7713
7713
|
m(target, anchor) {
|
@@ -7739,7 +7739,7 @@ function create_each_block$3(ctx) {
|
|
7739
7739
|
|
7740
7740
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7741
7741
|
? ' _checked'
|
7742
|
-
: ''}`) + " svelte-
|
7742
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7743
7743
|
attr(span1, "class", span1_class_value);
|
7744
7744
|
}
|
7745
7745
|
|
@@ -7778,7 +7778,7 @@ function create_fragment$S(ctx) {
|
|
7778
7778
|
each_blocks[i].c();
|
7779
7779
|
}
|
7780
7780
|
|
7781
|
-
attr(div, "class", "check-boxes svelte-
|
7781
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7782
7782
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7783
7783
|
},
|
7784
7784
|
m(target, anchor) {
|
@@ -7953,7 +7953,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7953
7953
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7954
7954
|
|
7955
7955
|
function add_css$o(target) {
|
7956
|
-
append_styles(target, "svelte-
|
7956
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7957
7957
|
}
|
7958
7958
|
|
7959
7959
|
function get_each_context$2(ctx, list, i) {
|
@@ -7977,7 +7977,7 @@ function create_each_block$2(ctx) {
|
|
7977
7977
|
button = element("button");
|
7978
7978
|
t0 = text(t0_value);
|
7979
7979
|
t1 = space();
|
7980
|
-
attr(button, "class", "rating-button svelte-
|
7980
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7981
7981
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7982
7982
|
},
|
7983
7983
|
m(target, anchor) {
|
@@ -8026,7 +8026,7 @@ function create_fragment$R(ctx) {
|
|
8026
8026
|
each_blocks[i].c();
|
8027
8027
|
}
|
8028
8028
|
|
8029
|
-
attr(div, "class", "rating-buttons svelte-
|
8029
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8030
8030
|
},
|
8031
8031
|
m(target, anchor) {
|
8032
8032
|
insert(target, div, anchor);
|
@@ -8170,7 +8170,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8170
8170
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8171
8171
|
|
8172
8172
|
function add_css$n(target) {
|
8173
|
-
append_styles(target, "svelte-
|
8173
|
+
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%)}");
|
8174
8174
|
}
|
8175
8175
|
|
8176
8176
|
function get_each_context$1(ctx, list, i) {
|
@@ -8195,9 +8195,9 @@ function create_each_block$1(ctx) {
|
|
8195
8195
|
img = element("img");
|
8196
8196
|
t = space();
|
8197
8197
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8198
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8198
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8199
8199
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8200
|
-
attr(button, "class", "rating-button svelte-
|
8200
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8201
8201
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8202
8202
|
},
|
8203
8203
|
m(target, anchor) {
|
@@ -8213,7 +8213,7 @@ function create_each_block$1(ctx) {
|
|
8213
8213
|
p(new_ctx, dirty) {
|
8214
8214
|
ctx = new_ctx;
|
8215
8215
|
|
8216
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8216
|
+
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"))) {
|
8217
8217
|
attr(img, "class", img_class_value);
|
8218
8218
|
}
|
8219
8219
|
|
@@ -8246,7 +8246,7 @@ function create_fragment$Q(ctx) {
|
|
8246
8246
|
each_blocks[i].c();
|
8247
8247
|
}
|
8248
8248
|
|
8249
|
-
attr(div, "class", "rating-buttons svelte-
|
8249
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8250
8250
|
},
|
8251
8251
|
m(target, anchor) {
|
8252
8252
|
insert(target, div, anchor);
|
@@ -8354,7 +8354,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8354
8354
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8355
8355
|
|
8356
8356
|
function add_css$m(target) {
|
8357
|
-
append_styles(target, "svelte-
|
8357
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8358
8358
|
}
|
8359
8359
|
|
8360
8360
|
function create_fragment$P(ctx) {
|
@@ -8368,13 +8368,13 @@ function create_fragment$P(ctx) {
|
|
8368
8368
|
c() {
|
8369
8369
|
div = element("div");
|
8370
8370
|
input = element("input");
|
8371
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8371
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8372
8372
|
attr(input, "type", "text");
|
8373
8373
|
input.value = /*$value*/ ctx[2];
|
8374
8374
|
input.required = /*required*/ ctx[0];
|
8375
8375
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8376
8376
|
attr(input, "style", /*style*/ ctx[5]);
|
8377
|
-
attr(div, "class", "input-wrapper svelte-
|
8377
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8378
8378
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8379
8379
|
},
|
8380
8380
|
m(target, anchor) {
|
@@ -8387,7 +8387,7 @@ function create_fragment$P(ctx) {
|
|
8387
8387
|
}
|
8388
8388
|
},
|
8389
8389
|
p(ctx, [dirty]) {
|
8390
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8390
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8391
8391
|
attr(input, "class", input_class_value);
|
8392
8392
|
}
|
8393
8393
|
|
@@ -8575,7 +8575,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8575
8575
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8576
8576
|
|
8577
8577
|
function add_css$l(target) {
|
8578
|
-
append_styles(target, "svelte-
|
8578
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8579
8579
|
}
|
8580
8580
|
|
8581
8581
|
function create_fragment$O(ctx) {
|
@@ -8613,20 +8613,20 @@ function create_fragment$O(ctx) {
|
|
8613
8613
|
span1 = element("span");
|
8614
8614
|
t4 = text("いいえ");
|
8615
8615
|
attr(input0, "type", "radio");
|
8616
|
-
attr(input0, "class", "radio-button-input svelte-
|
8616
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8617
8617
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8618
8618
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8619
|
-
attr(span0, "class", "radio-button-text svelte-
|
8619
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8620
8620
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8621
|
-
attr(label0, "class", "radio-button svelte-
|
8621
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8622
8622
|
attr(input1, "type", "radio");
|
8623
|
-
attr(input1, "class", "radio-button-input svelte-
|
8623
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8624
8624
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8625
8625
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8626
|
-
attr(span1, "class", "radio-button-text svelte-
|
8626
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8627
8627
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8628
|
-
attr(label1, "class", "radio-button svelte-
|
8629
|
-
attr(div, "class", "radio-buttons svelte-
|
8628
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8629
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8630
8630
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8631
8631
|
},
|
8632
8632
|
m(target, anchor) {
|
@@ -8794,7 +8794,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8794
8794
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8795
8795
|
|
8796
8796
|
function add_css$k(target) {
|
8797
|
-
append_styles(target, "svelte-
|
8797
|
+
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%}");
|
8798
8798
|
}
|
8799
8799
|
|
8800
8800
|
function get_each_context(ctx, list, i) {
|
@@ -8823,9 +8823,9 @@ function create_if_block_1$1(ctx) {
|
|
8823
8823
|
attr(svg, "viewBox", "0 0 10 16");
|
8824
8824
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8825
8825
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8826
|
-
attr(button, "class", "move-button svelte-
|
8826
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8827
8827
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8828
|
-
attr(div, "class", "prev-button-container svelte-
|
8828
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8829
8829
|
},
|
8830
8830
|
m(target, anchor) {
|
8831
8831
|
insert(target, div, anchor);
|
@@ -8856,7 +8856,7 @@ function create_if_block_1$1(ctx) {
|
|
8856
8856
|
}
|
8857
8857
|
|
8858
8858
|
// (380:2) {#if isVisibleNextButton}
|
8859
|
-
function create_if_block$
|
8859
|
+
function create_if_block$7(ctx) {
|
8860
8860
|
let div;
|
8861
8861
|
let button;
|
8862
8862
|
let svg;
|
@@ -8874,9 +8874,9 @@ function create_if_block$6(ctx) {
|
|
8874
8874
|
attr(svg, "viewBox", "0 0 10 16");
|
8875
8875
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8876
8876
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8877
|
-
attr(button, "class", "move-button svelte-
|
8877
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8878
8878
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8879
|
-
attr(div, "class", "next-button-container svelte-
|
8879
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8880
8880
|
},
|
8881
8881
|
m(target, anchor) {
|
8882
8882
|
insert(target, div, anchor);
|
@@ -8924,9 +8924,9 @@ function create_each_block(ctx) {
|
|
8924
8924
|
button = element("button");
|
8925
8925
|
div = element("div");
|
8926
8926
|
t = space();
|
8927
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8927
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8928
8928
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8929
|
-
attr(button, "class", "navigation-item svelte-
|
8929
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8930
8930
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8931
8931
|
},
|
8932
8932
|
m(target, anchor) {
|
@@ -8971,7 +8971,7 @@ function create_fragment$N(ctx) {
|
|
8971
8971
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8972
8972
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8973
8973
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$1(ctx);
|
8974
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8974
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$7(ctx);
|
8975
8975
|
let each_value = /*items*/ ctx[1];
|
8976
8976
|
let each_blocks = [];
|
8977
8977
|
|
@@ -9003,14 +9003,14 @@ function create_fragment$N(ctx) {
|
|
9003
9003
|
each_blocks[i].c();
|
9004
9004
|
}
|
9005
9005
|
|
9006
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9006
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9007
9007
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9008
|
-
attr(div1, "class", "container svelte-
|
9008
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9009
9009
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9010
|
-
attr(div2, "class", "navigation svelte-
|
9010
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9011
9011
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9012
9012
|
set_attributes(div3, div3_data);
|
9013
|
-
toggle_class(div3, "svelte-
|
9013
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9014
9014
|
},
|
9015
9015
|
m(target, anchor) {
|
9016
9016
|
insert(target, div3, anchor);
|
@@ -9052,7 +9052,7 @@ function create_fragment$N(ctx) {
|
|
9052
9052
|
}
|
9053
9053
|
}
|
9054
9054
|
|
9055
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9055
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9056
9056
|
attr(div0, "class", div0_class_value);
|
9057
9057
|
}
|
9058
9058
|
|
@@ -9081,7 +9081,7 @@ function create_fragment$N(ctx) {
|
|
9081
9081
|
if (if_block1) {
|
9082
9082
|
if_block1.p(ctx, dirty);
|
9083
9083
|
} else {
|
9084
|
-
if_block1 = create_if_block$
|
9084
|
+
if_block1 = create_if_block$7(ctx);
|
9085
9085
|
if_block1.c();
|
9086
9086
|
if_block1.m(div3, t2);
|
9087
9087
|
}
|
@@ -9118,7 +9118,7 @@ function create_fragment$N(ctx) {
|
|
9118
9118
|
}
|
9119
9119
|
|
9120
9120
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9121
|
-
toggle_class(div3, "svelte-
|
9121
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9122
9122
|
},
|
9123
9123
|
i(local) {
|
9124
9124
|
if (current) return;
|
@@ -9630,7 +9630,7 @@ class Slide extends SvelteComponent {
|
|
9630
9630
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9631
9631
|
|
9632
9632
|
function add_css$j(target) {
|
9633
|
-
append_styles(target, "svelte-
|
9633
|
+
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}");
|
9634
9634
|
}
|
9635
9635
|
|
9636
9636
|
function create_fragment$M(ctx) {
|
@@ -9645,9 +9645,9 @@ function create_fragment$M(ctx) {
|
|
9645
9645
|
div1 = element("div");
|
9646
9646
|
div0 = element("div");
|
9647
9647
|
if (default_slot) default_slot.c();
|
9648
|
-
attr(div0, "class", "item-inner svelte-
|
9648
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9649
9649
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9650
|
-
attr(div1, "class", "item svelte-
|
9650
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9651
9651
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9652
9652
|
},
|
9653
9653
|
m(target, anchor) {
|
@@ -9773,7 +9773,7 @@ class SlideItem extends SvelteComponent {
|
|
9773
9773
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9774
9774
|
|
9775
9775
|
function add_css$i(target) {
|
9776
|
-
append_styles(target, "svelte-
|
9776
|
+
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}");
|
9777
9777
|
}
|
9778
9778
|
|
9779
9779
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9791,9 +9791,9 @@ function create_fragment$L(ctx) {
|
|
9791
9791
|
div1 = element("div");
|
9792
9792
|
div0 = element("div");
|
9793
9793
|
if (default_slot) default_slot.c();
|
9794
|
-
attr(div0, "class", "countdown-inner svelte-
|
9794
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9795
9795
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9796
|
-
attr(div1, "class", "countdown svelte-
|
9796
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9797
9797
|
},
|
9798
9798
|
m(target, anchor) {
|
9799
9799
|
insert(target, div1, anchor);
|
@@ -9927,7 +9927,7 @@ class Countdown extends SvelteComponent {
|
|
9927
9927
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9928
9928
|
|
9929
9929
|
function add_css$h(target) {
|
9930
|
-
append_styles(target, "svelte-
|
9930
|
+
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}");
|
9931
9931
|
}
|
9932
9932
|
|
9933
9933
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9997,7 +9997,7 @@ function create_fragment$K(ctx) {
|
|
9997
9997
|
c() {
|
9998
9998
|
div = element("div");
|
9999
9999
|
create_component(button.$$.fragment);
|
10000
|
-
attr(div, "class", "box svelte-
|
10000
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10001
10001
|
},
|
10002
10002
|
m(target, anchor) {
|
10003
10003
|
insert(target, div, anchor);
|
@@ -10058,11 +10058,11 @@ class Box extends SvelteComponent {
|
|
10058
10058
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10059
10059
|
|
10060
10060
|
function add_css$g(target) {
|
10061
|
-
append_styles(target, "svelte-
|
10061
|
+
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)}");
|
10062
10062
|
}
|
10063
10063
|
|
10064
10064
|
// (56:4) {#if svg}
|
10065
|
-
function create_if_block$
|
10065
|
+
function create_if_block$6(ctx) {
|
10066
10066
|
let html_tag;
|
10067
10067
|
let html_anchor;
|
10068
10068
|
|
@@ -10089,7 +10089,7 @@ function create_if_block$5(ctx) {
|
|
10089
10089
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10090
10090
|
function create_default_slot$1(ctx) {
|
10091
10091
|
let if_block_anchor;
|
10092
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10092
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$6(ctx);
|
10093
10093
|
|
10094
10094
|
return {
|
10095
10095
|
c() {
|
@@ -10105,7 +10105,7 @@ function create_default_slot$1(ctx) {
|
|
10105
10105
|
if (if_block) {
|
10106
10106
|
if_block.p(ctx, dirty);
|
10107
10107
|
} else {
|
10108
|
-
if_block = create_if_block$
|
10108
|
+
if_block = create_if_block$6(ctx);
|
10109
10109
|
if_block.c();
|
10110
10110
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10111
10111
|
}
|
@@ -10140,7 +10140,7 @@ function create_fragment$J(ctx) {
|
|
10140
10140
|
c() {
|
10141
10141
|
div = element("div");
|
10142
10142
|
create_component(button.$$.fragment);
|
10143
|
-
attr(div, "class", "icon svelte-
|
10143
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10144
10144
|
},
|
10145
10145
|
m(target, anchor) {
|
10146
10146
|
insert(target, div, anchor);
|
@@ -10249,7 +10249,7 @@ class IconElement extends SvelteComponent {
|
|
10249
10249
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10250
10250
|
|
10251
10251
|
function add_css$f(target) {
|
10252
|
-
append_styles(target, "svelte-
|
10252
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10253
10253
|
}
|
10254
10254
|
|
10255
10255
|
function create_fragment$I(ctx) {
|
@@ -10275,7 +10275,7 @@ function create_fragment$I(ctx) {
|
|
10275
10275
|
c() {
|
10276
10276
|
div = element("div");
|
10277
10277
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10278
|
-
attr(div, "class", "codeElement svelte-
|
10278
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10279
10279
|
attr(div, "style", /*style*/ ctx[3]);
|
10280
10280
|
},
|
10281
10281
|
m(target, anchor) {
|
@@ -10364,7 +10364,7 @@ class CodeElement extends SvelteComponent {
|
|
10364
10364
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10365
10365
|
|
10366
10366
|
function add_css$e(target) {
|
10367
|
-
append_styles(target, "svelte-
|
10367
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10368
10368
|
}
|
10369
10369
|
|
10370
10370
|
function create_fragment$H(ctx) {
|
@@ -10378,7 +10378,7 @@ function create_fragment$H(ctx) {
|
|
10378
10378
|
c() {
|
10379
10379
|
div = element("div");
|
10380
10380
|
if (default_slot) default_slot.c();
|
10381
|
-
attr(div, "class", "flex svelte-
|
10381
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10382
10382
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10383
10383
|
},
|
10384
10384
|
m(target, anchor) {
|
@@ -10475,7 +10475,7 @@ class Flex extends SvelteComponent {
|
|
10475
10475
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10476
10476
|
|
10477
10477
|
function add_css$d(target) {
|
10478
|
-
append_styles(target, "svelte-
|
10478
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10479
10479
|
}
|
10480
10480
|
|
10481
10481
|
function create_fragment$G(ctx) {
|
@@ -10488,7 +10488,7 @@ function create_fragment$G(ctx) {
|
|
10488
10488
|
c() {
|
10489
10489
|
div = element("div");
|
10490
10490
|
if (default_slot) default_slot.c();
|
10491
|
-
attr(div, "class", "flex-item svelte-
|
10491
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10492
10492
|
attr(div, "style", /*style*/ ctx[0]);
|
10493
10493
|
},
|
10494
10494
|
m(target, anchor) {
|
@@ -10896,7 +10896,7 @@ class GridModalState extends SvelteComponent {
|
|
10896
10896
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10897
10897
|
|
10898
10898
|
function add_css$c(target) {
|
10899
|
-
append_styles(target, "svelte-
|
10899
|
+
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%}");
|
10900
10900
|
}
|
10901
10901
|
|
10902
10902
|
function create_fragment$E(ctx) {
|
@@ -10912,8 +10912,8 @@ function create_fragment$E(ctx) {
|
|
10912
10912
|
div1 = element("div");
|
10913
10913
|
div0 = element("div");
|
10914
10914
|
create_component(rendertext.$$.fragment);
|
10915
|
-
attr(div0, "class", "text-block-inner svelte-
|
10916
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10915
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10916
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10917
10917
|
attr(div1, "style", /*style*/ ctx[2]);
|
10918
10918
|
},
|
10919
10919
|
m(target, anchor) {
|
@@ -10927,7 +10927,7 @@ function create_fragment$E(ctx) {
|
|
10927
10927
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10928
10928
|
rendertext.$set(rendertext_changes);
|
10929
10929
|
|
10930
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10930
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10931
10931
|
attr(div1, "class", div1_class_value);
|
10932
10932
|
}
|
10933
10933
|
|
@@ -11005,7 +11005,7 @@ class TextBlock extends SvelteComponent {
|
|
11005
11005
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11006
11006
|
|
11007
11007
|
function add_css$b(target) {
|
11008
|
-
append_styles(target, "svelte-
|
11008
|
+
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)}");
|
11009
11009
|
}
|
11010
11010
|
|
11011
11011
|
function create_fragment$D(ctx) {
|
@@ -11022,9 +11022,9 @@ function create_fragment$D(ctx) {
|
|
11022
11022
|
div = element("div");
|
11023
11023
|
button = element("button");
|
11024
11024
|
create_component(rendertext.$$.fragment);
|
11025
|
-
attr(button, "class", "text-button svelte-
|
11025
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11026
11026
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11027
|
-
attr(div, "class", "text-button-block svelte-
|
11027
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11028
11028
|
attr(div, "style", /*_style*/ ctx[2]);
|
11029
11029
|
},
|
11030
11030
|
m(target, anchor) {
|
@@ -11130,7 +11130,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11130
11130
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11131
11131
|
|
11132
11132
|
function add_css$a(target) {
|
11133
|
-
append_styles(target, "svelte-
|
11133
|
+
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)}");
|
11134
11134
|
}
|
11135
11135
|
|
11136
11136
|
function create_fragment$C(ctx) {
|
@@ -11146,14 +11146,14 @@ function create_fragment$C(ctx) {
|
|
11146
11146
|
c() {
|
11147
11147
|
div = element("div");
|
11148
11148
|
img = element("img");
|
11149
|
-
attr(img, "class", "image svelte-
|
11149
|
+
attr(img, "class", "image svelte-1pdw891");
|
11150
11150
|
attr(img, "loading", "lazy");
|
11151
11151
|
attr(img, "width", "auto");
|
11152
11152
|
attr(img, "height", "auto");
|
11153
11153
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11154
11154
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11155
11155
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11156
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11156
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11157
11157
|
attr(div, "style", /*_style*/ ctx[5]);
|
11158
11158
|
},
|
11159
11159
|
m(target, anchor) {
|
@@ -11178,7 +11178,7 @@ function create_fragment$C(ctx) {
|
|
11178
11178
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11179
11179
|
}
|
11180
11180
|
|
11181
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11181
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11182
11182
|
attr(div, "class", div_class_value);
|
11183
11183
|
}
|
11184
11184
|
|
@@ -11349,7 +11349,7 @@ const toCssShadow = (p) => {
|
|
11349
11349
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11350
11350
|
|
11351
11351
|
function add_css$9(target) {
|
11352
|
-
append_styles(target, "svelte-
|
11352
|
+
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11353
11353
|
}
|
11354
11354
|
|
11355
11355
|
function create_fragment$B(ctx) {
|
@@ -11365,7 +11365,7 @@ function create_fragment$B(ctx) {
|
|
11365
11365
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11366
11366
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11367
11367
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11368
|
-
attr(div, "class", "avatar svelte-
|
11368
|
+
attr(div, "class", "avatar svelte-17xar9h");
|
11369
11369
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11370
11370
|
attr(div, "style", /*style*/ ctx[3]);
|
11371
11371
|
},
|
@@ -12977,11 +12977,11 @@ const ICON_PARAMS = [
|
|
12977
12977
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12978
12978
|
|
12979
12979
|
function add_css$8(target) {
|
12980
|
-
append_styles(target, "svelte-
|
12980
|
+
append_styles(target, "svelte-1mx2edd", ".icon.svelte-1mx2edd{display:inline-flex;align-items:center;overflow:hidden;width:auto}");
|
12981
12981
|
}
|
12982
12982
|
|
12983
12983
|
// (20:0) {#if (IconComponent)}
|
12984
|
-
function create_if_block$
|
12984
|
+
function create_if_block$5(ctx) {
|
12985
12985
|
let div;
|
12986
12986
|
let switch_instance;
|
12987
12987
|
let current;
|
@@ -13002,7 +13002,7 @@ function create_if_block$4(ctx) {
|
|
13002
13002
|
div = element("div");
|
13003
13003
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
13004
13004
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13005
|
-
attr(div, "class", "icon svelte-
|
13005
|
+
attr(div, "class", "icon svelte-1mx2edd");
|
13006
13006
|
attr(div, "style", /*style*/ ctx[3]);
|
13007
13007
|
},
|
13008
13008
|
m(target, anchor) {
|
@@ -13065,7 +13065,7 @@ function create_if_block$4(ctx) {
|
|
13065
13065
|
function create_fragment$8(ctx) {
|
13066
13066
|
let if_block_anchor;
|
13067
13067
|
let current;
|
13068
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13068
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
13069
13069
|
|
13070
13070
|
return {
|
13071
13071
|
c() {
|
@@ -13086,7 +13086,7 @@ function create_fragment$8(ctx) {
|
|
13086
13086
|
transition_in(if_block, 1);
|
13087
13087
|
}
|
13088
13088
|
} else {
|
13089
|
-
if_block = create_if_block$
|
13089
|
+
if_block = create_if_block$5(ctx);
|
13090
13090
|
if_block.c();
|
13091
13091
|
transition_in(if_block, 1);
|
13092
13092
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -13162,14 +13162,103 @@ class Icon extends SvelteComponent {
|
|
13162
13162
|
}
|
13163
13163
|
}
|
13164
13164
|
|
13165
|
+
const BUTTON_VARIANTS = {
|
13166
|
+
size: {
|
13167
|
+
extra_small: {
|
13168
|
+
minHeight: '32px',
|
13169
|
+
paddingInline: '12px',
|
13170
|
+
fontSize: '12px',
|
13171
|
+
paddingBlock: '8px',
|
13172
|
+
lineHeight: 1.5,
|
13173
|
+
borderRadius: '4px',
|
13174
|
+
},
|
13175
|
+
small: {
|
13176
|
+
minHeight: '36px',
|
13177
|
+
paddingInline: '16px',
|
13178
|
+
fontSize: '13px',
|
13179
|
+
paddingBlock: '8px',
|
13180
|
+
lineHeight: 1.5,
|
13181
|
+
borderRadius: '4px',
|
13182
|
+
},
|
13183
|
+
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13184
|
+
medium: {
|
13185
|
+
minHeight: '40px',
|
13186
|
+
paddingInline: '24px',
|
13187
|
+
fontSize: '14px',
|
13188
|
+
paddingBlock: '8px',
|
13189
|
+
lineHeight: 1.5,
|
13190
|
+
borderRadius: '4px',
|
13191
|
+
},
|
13192
|
+
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13193
|
+
large: {
|
13194
|
+
minHeight: '48px',
|
13195
|
+
paddingInline: '32px',
|
13196
|
+
fontSize: '14px',
|
13197
|
+
paddingBlock: '10px',
|
13198
|
+
lineHeight: 1.5,
|
13199
|
+
borderRadius: '4px',
|
13200
|
+
},
|
13201
|
+
extra_large: {
|
13202
|
+
minHeight: '56px',
|
13203
|
+
paddingInline: '40px',
|
13204
|
+
fontSize: '17px',
|
13205
|
+
paddingBlock: '12px',
|
13206
|
+
lineHeight: 1.5,
|
13207
|
+
borderRadius: '4px',
|
13208
|
+
},
|
13209
|
+
},
|
13210
|
+
theme: {
|
13211
|
+
theme: {
|
13212
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
13213
|
+
color: '#FFFFFF',
|
13214
|
+
fontWeight: 'bold',
|
13215
|
+
},
|
13216
|
+
default: {
|
13217
|
+
backgroundColor: '#33403e',
|
13218
|
+
color: '#FFFFFF',
|
13219
|
+
fontWeight: 'bold',
|
13220
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13221
|
+
},
|
13222
|
+
transparent: {
|
13223
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13224
|
+
color: '#00100ea1',
|
13225
|
+
fontWeight: 'bold',
|
13226
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13227
|
+
},
|
13228
|
+
alert: {
|
13229
|
+
backgroundColor: 'rgb(242,83,32,1)',
|
13230
|
+
color: '#FFFFFF',
|
13231
|
+
fontWeight: 'bold',
|
13232
|
+
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13233
|
+
},
|
13234
|
+
},
|
13235
|
+
round: {
|
13236
|
+
none: {
|
13237
|
+
borderRadius: 0,
|
13238
|
+
},
|
13239
|
+
default: {},
|
13240
|
+
fulled: {
|
13241
|
+
borderRadius: '56px',
|
13242
|
+
},
|
13243
|
+
},
|
13244
|
+
wrap: {
|
13245
|
+
nowrap: {
|
13246
|
+
whiteSpace: 'nowrap',
|
13247
|
+
},
|
13248
|
+
wrap: {
|
13249
|
+
whiteSpace: 'pre-wrap',
|
13250
|
+
},
|
13251
|
+
},
|
13252
|
+
};
|
13253
|
+
|
13165
13254
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13166
13255
|
|
13167
13256
|
function add_css$7(target) {
|
13168
|
-
append_styles(target, "svelte-
|
13257
|
+
append_styles(target, "svelte-bo01kn", ".button.svelte-bo01kn{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.button-icon.svelte-bo01kn{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
13169
13258
|
}
|
13170
13259
|
|
13171
|
-
// (
|
13172
|
-
function create_if_block$
|
13260
|
+
// (47:2) {#if (props.isIcon && props.iconVariant)}
|
13261
|
+
function create_if_block$4(ctx) {
|
13173
13262
|
let div;
|
13174
13263
|
let icon;
|
13175
13264
|
let current;
|
@@ -13178,7 +13267,7 @@ function create_if_block$3(ctx) {
|
|
13178
13267
|
props: {
|
13179
13268
|
props: {
|
13180
13269
|
variant: /*props*/ ctx[0].iconVariant,
|
13181
|
-
color:
|
13270
|
+
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].theme
|
13182
13271
|
}
|
13183
13272
|
}
|
13184
13273
|
});
|
@@ -13187,7 +13276,7 @@ function create_if_block$3(ctx) {
|
|
13187
13276
|
c() {
|
13188
13277
|
div = element("div");
|
13189
13278
|
create_component(icon.$$.fragment);
|
13190
|
-
attr(div, "class", "button-icon svelte-
|
13279
|
+
attr(div, "class", "button-icon svelte-bo01kn");
|
13191
13280
|
},
|
13192
13281
|
m(target, anchor) {
|
13193
13282
|
insert(target, div, anchor);
|
@@ -13199,7 +13288,7 @@ function create_if_block$3(ctx) {
|
|
13199
13288
|
|
13200
13289
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
13201
13290
|
variant: /*props*/ ctx[0].iconVariant,
|
13202
|
-
color:
|
13291
|
+
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].theme
|
13203
13292
|
};
|
13204
13293
|
|
13205
13294
|
icon.$set(icon_changes);
|
@@ -13229,7 +13318,7 @@ function create_fragment$7(ctx) {
|
|
13229
13318
|
let current;
|
13230
13319
|
let mounted;
|
13231
13320
|
let dispose;
|
13232
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
13321
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
13233
13322
|
|
13234
13323
|
return {
|
13235
13324
|
c() {
|
@@ -13240,7 +13329,7 @@ function create_fragment$7(ctx) {
|
|
13240
13329
|
t1 = text(t1_value);
|
13241
13330
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13242
13331
|
attr(button, "style", /*style*/ ctx[2]);
|
13243
|
-
attr(button, "class", "button svelte-
|
13332
|
+
attr(button, "class", "button svelte-bo01kn");
|
13244
13333
|
},
|
13245
13334
|
m(target, anchor) {
|
13246
13335
|
insert(target, button, anchor);
|
@@ -13251,7 +13340,7 @@ function create_fragment$7(ctx) {
|
|
13251
13340
|
current = true;
|
13252
13341
|
|
13253
13342
|
if (!mounted) {
|
13254
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
13343
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[3]));
|
13255
13344
|
mounted = true;
|
13256
13345
|
}
|
13257
13346
|
},
|
@@ -13264,7 +13353,7 @@ function create_fragment$7(ctx) {
|
|
13264
13353
|
transition_in(if_block, 1);
|
13265
13354
|
}
|
13266
13355
|
} else {
|
13267
|
-
if_block = create_if_block$
|
13356
|
+
if_block = create_if_block$4(ctx);
|
13268
13357
|
if_block.c();
|
13269
13358
|
transition_in(if_block, 1);
|
13270
13359
|
if_block.m(button, t0);
|
@@ -13315,96 +13404,11 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13315
13404
|
let { props = {} } = $$props;
|
13316
13405
|
let { layerId = '' } = $$props;
|
13317
13406
|
|
13318
|
-
const
|
13319
|
-
size: {
|
13320
|
-
extra_small: {
|
13321
|
-
minHeight: '32px',
|
13322
|
-
paddingInline: '12px',
|
13323
|
-
fontSize: '12px',
|
13324
|
-
paddingBlock: '8px',
|
13325
|
-
lineHeight: 1.5,
|
13326
|
-
borderRadius: '4px'
|
13327
|
-
},
|
13328
|
-
small: {
|
13329
|
-
minHeight: '36px',
|
13330
|
-
paddingInline: '16px',
|
13331
|
-
fontSize: '13px',
|
13332
|
-
paddingBlock: '8px',
|
13333
|
-
lineHeight: 1.5,
|
13334
|
-
borderRadius: '4px'
|
13335
|
-
},
|
13336
|
-
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13337
|
-
medium: {
|
13338
|
-
minHeight: '40px',
|
13339
|
-
paddingInline: '24px',
|
13340
|
-
fontSize: '14px',
|
13341
|
-
paddingBlock: '8px',
|
13342
|
-
lineHeight: 1.5,
|
13343
|
-
borderRadius: '4px'
|
13344
|
-
},
|
13345
|
-
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13346
|
-
large: {
|
13347
|
-
minHeight: '48px',
|
13348
|
-
paddingInline: '32px',
|
13349
|
-
fontSize: '14px',
|
13350
|
-
paddingBlock: '10px',
|
13351
|
-
lineHeight: 1.5,
|
13352
|
-
borderRadius: '4px'
|
13353
|
-
},
|
13354
|
-
extra_large: {
|
13355
|
-
minHeight: '56px',
|
13356
|
-
paddingInline: '40px',
|
13357
|
-
fontSize: '17px',
|
13358
|
-
paddingBlock: '12px',
|
13359
|
-
lineHeight: 1.5,
|
13360
|
-
borderRadius: '4px'
|
13361
|
-
}
|
13362
|
-
},
|
13363
|
-
color: {
|
13364
|
-
theme: {
|
13365
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13366
|
-
color: '#FFFFFF',
|
13367
|
-
fontWeight: 'bold'
|
13368
|
-
},
|
13369
|
-
default: {
|
13370
|
-
backgroundColor: '#33403e',
|
13371
|
-
color: '#FFFFFF',
|
13372
|
-
fontWeight: 'bold'
|
13373
|
-
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
13374
|
-
transparent: {
|
13375
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13376
|
-
color: '#00100ea1',
|
13377
|
-
fontWeight: 'bold'
|
13378
|
-
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
13379
|
-
alert: {
|
13380
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13381
|
-
color: '#FFFFFF',
|
13382
|
-
fontWeight: 'bold'
|
13383
|
-
}, // 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13384
|
-
|
13385
|
-
},
|
13386
|
-
round: {
|
13387
|
-
none: { borderRadius: 0 },
|
13388
|
-
default: {},
|
13389
|
-
fulled: { borderRadius: '56px' }
|
13390
|
-
},
|
13391
|
-
wrap: {
|
13392
|
-
nowrap: { whiteSpace: 'nowrap' },
|
13393
|
-
wrap: { whiteSpace: 'pre-wrap' }
|
13394
|
-
}
|
13395
|
-
};
|
13396
|
-
|
13397
|
-
const getCssColor = () => {
|
13407
|
+
const getCssVariantTheme = () => {
|
13398
13408
|
return {
|
13399
|
-
backgroundColor: props.backgroundColor
|
13400
|
-
|
13401
|
-
:
|
13402
|
-
color: props.fontColor
|
13403
|
-
? props.fontColor
|
13404
|
-
: VARIANTS.color[props.color ?? 'default'].color,
|
13405
|
-
fontWeight: props.fontWeight
|
13406
|
-
? props.fontWeight
|
13407
|
-
: VARIANTS.color[props.color ?? 'default'].fontWeight
|
13409
|
+
backgroundColor: props.backgroundColor ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].backgroundColor,
|
13410
|
+
color: props.color ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].color,
|
13411
|
+
fontWeight: props.fontWeight ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].fontWeight
|
13408
13412
|
};
|
13409
13413
|
};
|
13410
13414
|
|
@@ -13417,9 +13421,9 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13417
13421
|
}
|
13418
13422
|
|
13419
13423
|
$$self.$$set = $$props => {
|
13420
|
-
if ('onClick' in $$props) $$invalidate(
|
13421
|
-
if ('eventName' in $$props) $$invalidate(
|
13422
|
-
if ('eventValue' in $$props) $$invalidate(
|
13424
|
+
if ('onClick' in $$props) $$invalidate(4, onClick = $$props.onClick);
|
13425
|
+
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
13426
|
+
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
13423
13427
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13424
13428
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13425
13429
|
};
|
@@ -13435,19 +13439,19 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13435
13439
|
border: 0,
|
13436
13440
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
13437
13441
|
width: props.width,
|
13438
|
-
...
|
13439
|
-
...
|
13440
|
-
...
|
13442
|
+
...BUTTON_VARIANTS.size[props.size ?? 'medium'],
|
13443
|
+
...BUTTON_VARIANTS.wrap[props.wrap ?? 'nowrap'],
|
13444
|
+
...BUTTON_VARIANTS.round[props.round ?? 'default'],
|
13441
13445
|
...props.iconAngle
|
13442
13446
|
? { flexDirection: props.iconAngle }
|
13443
13447
|
: {},
|
13444
|
-
...
|
13448
|
+
...getCssVariantTheme(),
|
13445
13449
|
...toCssCommon(props)
|
13446
13450
|
}));
|
13447
13451
|
}
|
13448
13452
|
};
|
13449
13453
|
|
13450
|
-
return [props, layerId, style,
|
13454
|
+
return [props, layerId, style, handleClick, onClick, eventName, eventValue];
|
13451
13455
|
}
|
13452
13456
|
|
13453
13457
|
class Button extends SvelteComponent {
|
@@ -13461,9 +13465,9 @@ class Button extends SvelteComponent {
|
|
13461
13465
|
create_fragment$7,
|
13462
13466
|
safe_not_equal,
|
13463
13467
|
{
|
13464
|
-
onClick:
|
13465
|
-
eventName:
|
13466
|
-
eventValue:
|
13468
|
+
onClick: 4,
|
13469
|
+
eventName: 5,
|
13470
|
+
eventValue: 6,
|
13467
13471
|
props: 0,
|
13468
13472
|
layerId: 1
|
13469
13473
|
},
|
@@ -13479,7 +13483,7 @@ const BUTTON_SIZE = {
|
|
13479
13483
|
large: 'Large',
|
13480
13484
|
extra_large: 'XLarge',
|
13481
13485
|
};
|
13482
|
-
const
|
13486
|
+
const BUTTON_THEME = {
|
13483
13487
|
default: 'デフォルト',
|
13484
13488
|
theme: 'テーマカラー',
|
13485
13489
|
alert: 'アラート',
|
@@ -13502,11 +13506,11 @@ const BUTTON_ICON_ANGLE = {
|
|
13502
13506
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
13503
13507
|
|
13504
13508
|
function add_css$6(target) {
|
13505
|
-
append_styles(target, "svelte-
|
13509
|
+
append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
13506
13510
|
}
|
13507
13511
|
|
13508
13512
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
13509
|
-
function create_if_block$
|
13513
|
+
function create_if_block$3(ctx) {
|
13510
13514
|
let div;
|
13511
13515
|
let icon;
|
13512
13516
|
let current;
|
@@ -13524,7 +13528,7 @@ function create_if_block$2(ctx) {
|
|
13524
13528
|
c() {
|
13525
13529
|
div = element("div");
|
13526
13530
|
create_component(icon.$$.fragment);
|
13527
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
13531
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
13528
13532
|
},
|
13529
13533
|
m(target, anchor) {
|
13530
13534
|
insert(target, div, anchor);
|
@@ -13566,7 +13570,7 @@ function create_fragment$6(ctx) {
|
|
13566
13570
|
let current;
|
13567
13571
|
let mounted;
|
13568
13572
|
let dispose;
|
13569
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
13573
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
13570
13574
|
|
13571
13575
|
return {
|
13572
13576
|
c() {
|
@@ -13577,7 +13581,7 @@ function create_fragment$6(ctx) {
|
|
13577
13581
|
t1 = text(t1_value);
|
13578
13582
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13579
13583
|
attr(button, "style", /*style*/ ctx[2]);
|
13580
|
-
attr(button, "class", "flex-text-button svelte-
|
13584
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
13581
13585
|
},
|
13582
13586
|
m(target, anchor) {
|
13583
13587
|
insert(target, button, anchor);
|
@@ -13601,7 +13605,7 @@ function create_fragment$6(ctx) {
|
|
13601
13605
|
transition_in(if_block, 1);
|
13602
13606
|
}
|
13603
13607
|
} else {
|
13604
|
-
if_block = create_if_block$
|
13608
|
+
if_block = create_if_block$3(ctx);
|
13605
13609
|
if_block.c();
|
13606
13610
|
transition_in(if_block, 1);
|
13607
13611
|
if_block.m(button, t0);
|
@@ -13795,22 +13799,76 @@ const TEXT_BUTTON_ICON_ANGLE = {
|
|
13795
13799
|
'row-reverse': '右側',
|
13796
13800
|
};
|
13797
13801
|
|
13802
|
+
const CLOSE_BUTTON_PLACEMENT = {
|
13803
|
+
topRight: 'topRight',
|
13804
|
+
topLeft: 'topLeft',
|
13805
|
+
bottomRight: 'bottomRight',
|
13806
|
+
bottomLeft: 'bottomLeft',
|
13807
|
+
};
|
13808
|
+
const CLOSE_BUTTON_ROUND = {
|
13809
|
+
default: 'デフォルト',
|
13810
|
+
none: 'なし',
|
13811
|
+
fulled: '円形',
|
13812
|
+
};
|
13813
|
+
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
13814
|
+
right: 'right',
|
13815
|
+
left: 'left',
|
13816
|
+
};
|
13817
|
+
|
13798
13818
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13799
13819
|
|
13800
13820
|
function add_css$5(target) {
|
13801
|
-
append_styles(target, "svelte-
|
13821
|
+
append_styles(target, "svelte-1l8m1e9", ".close.svelte-1l8m1e9{position:absolute;top:8px;right:8px}.close-button-row.svelte-1l8m1e9{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-1l8m1e9{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-1l8m1e9:hover{transform:rotate(90deg)}.close-button-order-one.svelte-1l8m1e9{order:1}.close-button-order-two.svelte-1l8m1e9{order:2}.close-button-label.svelte-1l8m1e9{color:var(--close-button-label-color, '#ccc')}");
|
13822
|
+
}
|
13823
|
+
|
13824
|
+
// (99:4) {#if hasLabel}
|
13825
|
+
function create_if_block$2(ctx) {
|
13826
|
+
let span;
|
13827
|
+
let t;
|
13828
|
+
|
13829
|
+
return {
|
13830
|
+
c() {
|
13831
|
+
span = element("span");
|
13832
|
+
t = text(/*label*/ ctx[7]);
|
13833
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
13834
|
+
|
13835
|
+
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
13836
|
+
? 'close-button-order-one'
|
13837
|
+
: '') + " svelte-1l8m1e9");
|
13838
|
+
},
|
13839
|
+
m(target, anchor) {
|
13840
|
+
insert(target, span, anchor);
|
13841
|
+
append(span, t);
|
13842
|
+
},
|
13843
|
+
p(ctx, dirty) {
|
13844
|
+
if (dirty & /*labelCssVariable*/ 4) {
|
13845
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
13846
|
+
}
|
13847
|
+
},
|
13848
|
+
d(detaching) {
|
13849
|
+
if (detaching) detach(span);
|
13850
|
+
}
|
13851
|
+
};
|
13802
13852
|
}
|
13803
13853
|
|
13804
13854
|
function create_fragment$5(ctx) {
|
13855
|
+
let div1;
|
13856
|
+
let div0;
|
13805
13857
|
let button;
|
13806
13858
|
let svg;
|
13807
13859
|
let path;
|
13860
|
+
let button_class_value;
|
13861
|
+
let t;
|
13808
13862
|
let mounted;
|
13809
13863
|
let dispose;
|
13810
13864
|
|
13811
13865
|
let button_levels = [
|
13812
13866
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
13813
|
-
{
|
13867
|
+
{
|
13868
|
+
class: button_class_value = "close-button " + (/*isLeftLabelPlacement*/ ctx[8]
|
13869
|
+
? 'close-button-order-two'
|
13870
|
+
: '')
|
13871
|
+
},
|
13814
13872
|
{ style: /*style*/ ctx[1] },
|
13815
13873
|
dataAttrStopPropagation('click')
|
13816
13874
|
];
|
@@ -13821,45 +13879,76 @@ function create_fragment$5(ctx) {
|
|
13821
13879
|
button_data = assign(button_data, button_levels[i]);
|
13822
13880
|
}
|
13823
13881
|
|
13882
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
13883
|
+
|
13824
13884
|
return {
|
13825
13885
|
c() {
|
13886
|
+
div1 = element("div");
|
13887
|
+
div0 = element("div");
|
13826
13888
|
button = element("button");
|
13827
13889
|
svg = svg_element("svg");
|
13828
13890
|
path = svg_element("path");
|
13891
|
+
t = space();
|
13892
|
+
if (if_block) if_block.c();
|
13829
13893
|
attr(path, "d", "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z");
|
13830
13894
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13831
13895
|
set_style(svg, "width", "75%");
|
13832
13896
|
set_style(svg, "height", "75%");
|
13833
13897
|
attr(svg, "viewBox", "0 0 50 50");
|
13834
|
-
attr(svg, "fill",
|
13898
|
+
attr(svg, "fill", /*color*/ ctx[6]);
|
13835
13899
|
set_attributes(button, button_data);
|
13836
|
-
toggle_class(button, "svelte-
|
13900
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
13901
|
+
attr(div0, "class", "close-button-row svelte-1l8m1e9");
|
13902
|
+
attr(div1, "class", "close svelte-1l8m1e9");
|
13903
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
13837
13904
|
},
|
13838
13905
|
m(target, anchor) {
|
13839
|
-
insert(target,
|
13906
|
+
insert(target, div1, anchor);
|
13907
|
+
append(div1, div0);
|
13908
|
+
append(div0, button);
|
13840
13909
|
append(button, svg);
|
13841
13910
|
append(svg, path);
|
13842
13911
|
if (button.autofocus) button.focus();
|
13912
|
+
append(div0, t);
|
13913
|
+
if (if_block) if_block.m(div0, null);
|
13843
13914
|
|
13844
13915
|
if (!mounted) {
|
13845
|
-
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
13916
|
+
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
13846
13917
|
mounted = true;
|
13847
13918
|
}
|
13848
13919
|
},
|
13849
13920
|
p(ctx, [dirty]) {
|
13850
13921
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
13851
13922
|
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
13852
|
-
{ class:
|
13923
|
+
{ class: button_class_value },
|
13853
13924
|
dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
|
13854
13925
|
dataAttrStopPropagation('click')
|
13855
13926
|
]));
|
13856
13927
|
|
13857
|
-
toggle_class(button, "svelte-
|
13928
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
13929
|
+
|
13930
|
+
if (/*hasLabel*/ ctx[4]) {
|
13931
|
+
if (if_block) {
|
13932
|
+
if_block.p(ctx, dirty);
|
13933
|
+
} else {
|
13934
|
+
if_block = create_if_block$2(ctx);
|
13935
|
+
if_block.c();
|
13936
|
+
if_block.m(div0, null);
|
13937
|
+
}
|
13938
|
+
} else if (if_block) {
|
13939
|
+
if_block.d(1);
|
13940
|
+
if_block = null;
|
13941
|
+
}
|
13942
|
+
|
13943
|
+
if (dirty & /*rootStyle*/ 8) {
|
13944
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
13945
|
+
}
|
13858
13946
|
},
|
13859
13947
|
i: noop,
|
13860
13948
|
o: noop,
|
13861
13949
|
d(detaching) {
|
13862
|
-
if (detaching) detach(
|
13950
|
+
if (detaching) detach(div1);
|
13951
|
+
if (if_block) if_block.d();
|
13863
13952
|
mounted = false;
|
13864
13953
|
dispose();
|
13865
13954
|
}
|
@@ -13867,14 +13956,34 @@ function create_fragment$5(ctx) {
|
|
13867
13956
|
}
|
13868
13957
|
|
13869
13958
|
function instance$5($$self, $$props, $$invalidate) {
|
13959
|
+
let hasLabel;
|
13960
|
+
let rootStyle;
|
13961
|
+
let labelCssVariable;
|
13870
13962
|
let style;
|
13871
|
-
let
|
13963
|
+
let $maximumZindex;
|
13964
|
+
component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
|
13872
13965
|
let { props = {} } = $$props;
|
13873
13966
|
let { layerId = '' } = $$props;
|
13874
13967
|
let { eventName = '' } = $$props;
|
13875
13968
|
let { eventValue = undefined } = $$props;
|
13876
13969
|
|
13970
|
+
const VARIANTS = {
|
13971
|
+
placement: {
|
13972
|
+
topRight: { top: '8px', right: '8px' },
|
13973
|
+
topLeft: { top: '8px', left: '8px' },
|
13974
|
+
bottomRight: { bottom: '8px', right: '8px' },
|
13975
|
+
bottomLeft: { bottom: '8px', left: '8px' }
|
13976
|
+
},
|
13977
|
+
round: {
|
13978
|
+
none: { borderRadius: 0 },
|
13979
|
+
default: {},
|
13980
|
+
fulled: { borderRadius: '56px' }
|
13981
|
+
}
|
13982
|
+
};
|
13983
|
+
|
13877
13984
|
function handleClick() {
|
13985
|
+
const onClick = { operation: 'closeApp', args: ['button'] };
|
13986
|
+
|
13878
13987
|
if (eventName) {
|
13879
13988
|
send_event(eventName, eventValue);
|
13880
13989
|
}
|
@@ -13883,27 +13992,64 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13883
13992
|
}
|
13884
13993
|
|
13885
13994
|
const size = props.size ?? 24;
|
13995
|
+
const color = props.color ?? '#666';
|
13996
|
+
const label = props.label;
|
13997
|
+
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
13998
|
+
|
13999
|
+
const getCssPlacement = () => {
|
14000
|
+
return {
|
14001
|
+
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
14002
|
+
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
14003
|
+
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
14004
|
+
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
14005
|
+
};
|
14006
|
+
};
|
13886
14007
|
|
13887
14008
|
$$self.$$set = $$props => {
|
13888
|
-
if ('
|
13889
|
-
if ('props' in $$props) $$invalidate(4, props = $$props.props);
|
14009
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
13890
14010
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13891
|
-
if ('eventName' in $$props) $$invalidate(
|
13892
|
-
if ('eventValue' in $$props) $$invalidate(
|
14011
|
+
if ('eventName' in $$props) $$invalidate(10, eventName = $$props.eventName);
|
14012
|
+
if ('eventValue' in $$props) $$invalidate(11, eventValue = $$props.eventValue);
|
13893
14013
|
};
|
13894
14014
|
|
13895
14015
|
$$self.$$.update = () => {
|
13896
|
-
if ($$self.$$.dirty &
|
14016
|
+
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
14017
|
+
$$invalidate(3, rootStyle = objToStyle({
|
14018
|
+
...getCssPlacement(),
|
14019
|
+
zIndex: $maximumZindex + 1
|
14020
|
+
}));
|
14021
|
+
}
|
14022
|
+
|
14023
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
13897
14024
|
$$invalidate(1, style = objToStyle({
|
13898
14025
|
width: `${size}px`,
|
13899
14026
|
height: `${size}px`,
|
13900
14027
|
...props.bordered && { border: '1px solid #666' },
|
14028
|
+
backgroundColor: props.backgroundColor ?? 'transparent',
|
14029
|
+
...VARIANTS.round[props.round ?? 'default'],
|
13901
14030
|
...toCssCommon(props)
|
13902
14031
|
}));
|
13903
14032
|
}
|
13904
14033
|
};
|
13905
14034
|
|
13906
|
-
|
14035
|
+
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
14036
|
+
$$invalidate(2, labelCssVariable = '--close-button-label-color: {props.labelColor}');
|
14037
|
+
|
14038
|
+
return [
|
14039
|
+
layerId,
|
14040
|
+
style,
|
14041
|
+
labelCssVariable,
|
14042
|
+
rootStyle,
|
14043
|
+
hasLabel,
|
14044
|
+
handleClick,
|
14045
|
+
color,
|
14046
|
+
label,
|
14047
|
+
isLeftLabelPlacement,
|
14048
|
+
props,
|
14049
|
+
eventName,
|
14050
|
+
eventValue,
|
14051
|
+
$maximumZindex
|
14052
|
+
];
|
13907
14053
|
}
|
13908
14054
|
|
13909
14055
|
class CloseButton extends SvelteComponent {
|
@@ -13917,11 +14063,10 @@ class CloseButton extends SvelteComponent {
|
|
13917
14063
|
create_fragment$5,
|
13918
14064
|
safe_not_equal,
|
13919
14065
|
{
|
13920
|
-
|
13921
|
-
props: 4,
|
14066
|
+
props: 9,
|
13922
14067
|
layerId: 0,
|
13923
|
-
eventName:
|
13924
|
-
eventValue:
|
14068
|
+
eventName: 10,
|
14069
|
+
eventValue: 11
|
13925
14070
|
},
|
13926
14071
|
add_css$5
|
13927
14072
|
);
|
@@ -13931,7 +14076,7 @@ class CloseButton extends SvelteComponent {
|
|
13931
14076
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
13932
14077
|
|
13933
14078
|
function add_css$4(target) {
|
13934
|
-
append_styles(target, "svelte-
|
14079
|
+
append_styles(target, "svelte-52a988", ".image.svelte-52a988{max-width:100%;overflow:hidden;flex-shrink:0}.image-object.svelte-52a988{width:100%;overflow:hidden}.image-img.svelte-52a988{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
|
13935
14080
|
}
|
13936
14081
|
|
13937
14082
|
function create_fragment$4(ctx) {
|
@@ -13948,11 +14093,11 @@ function create_fragment$4(ctx) {
|
|
13948
14093
|
img = element("img");
|
13949
14094
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
13950
14095
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
13951
|
-
attr(img, "class", "image-img svelte-
|
14096
|
+
attr(img, "class", "image-img svelte-52a988");
|
13952
14097
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
13953
|
-
attr(object, "class", "image-object svelte-
|
14098
|
+
attr(object, "class", "image-object svelte-52a988");
|
13954
14099
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13955
|
-
attr(div, "class", "image svelte-
|
14100
|
+
attr(div, "class", "image svelte-52a988");
|
13956
14101
|
attr(div, "style", /*style*/ ctx[3]);
|
13957
14102
|
},
|
13958
14103
|
m(target, anchor) {
|
@@ -14026,7 +14171,7 @@ class Image extends SvelteComponent {
|
|
14026
14171
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
14027
14172
|
|
14028
14173
|
function add_css$3(target) {
|
14029
|
-
append_styles(target, "svelte-
|
14174
|
+
append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
|
14030
14175
|
}
|
14031
14176
|
|
14032
14177
|
function create_fragment$3(ctx) {
|
@@ -14040,7 +14185,7 @@ function create_fragment$3(ctx) {
|
|
14040
14185
|
div = element("div");
|
14041
14186
|
if (default_slot) default_slot.c();
|
14042
14187
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
14043
|
-
attr(div, "class", "layout svelte-
|
14188
|
+
attr(div, "class", "layout svelte-1g6q4hu");
|
14044
14189
|
attr(div, "style", /*style*/ ctx[1]);
|
14045
14190
|
},
|
14046
14191
|
m(target, anchor) {
|
@@ -14193,7 +14338,7 @@ const TEXT_VARIANTS = {
|
|
14193
14338
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
14194
14339
|
|
14195
14340
|
function add_css$2(target) {
|
14196
|
-
append_styles(target, "svelte-
|
14341
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
14197
14342
|
}
|
14198
14343
|
|
14199
14344
|
function create_fragment$2(ctx) {
|
@@ -14203,7 +14348,7 @@ function create_fragment$2(ctx) {
|
|
14203
14348
|
c() {
|
14204
14349
|
p = element("p");
|
14205
14350
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
14206
|
-
attr(p, "class", "text svelte-
|
14351
|
+
attr(p, "class", "text svelte-1vl0c87");
|
14207
14352
|
attr(p, "style", /*style*/ ctx[1]);
|
14208
14353
|
},
|
14209
14354
|
m(target, anchor) {
|
@@ -14297,7 +14442,7 @@ const LAYER_TEXT_SIZE = {
|
|
14297
14442
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
14298
14443
|
|
14299
14444
|
function add_css$1(target) {
|
14300
|
-
append_styles(target, "svelte-
|
14445
|
+
append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
14301
14446
|
}
|
14302
14447
|
|
14303
14448
|
// (14:0) {#if backgroundOverlay}
|
@@ -14310,7 +14455,7 @@ function create_if_block$1(ctx) {
|
|
14310
14455
|
return {
|
14311
14456
|
c() {
|
14312
14457
|
div = element("div");
|
14313
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14458
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
14314
14459
|
},
|
14315
14460
|
m(target, anchor) {
|
14316
14461
|
insert(target, div, anchor);
|
@@ -14321,7 +14466,7 @@ function create_if_block$1(ctx) {
|
|
14321
14466
|
}
|
14322
14467
|
},
|
14323
14468
|
p(ctx, dirty) {
|
14324
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14469
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
14325
14470
|
attr(div, "class", div_class_value);
|
14326
14471
|
}
|
14327
14472
|
},
|
@@ -14393,22 +14538,22 @@ class BackgroundOverlay extends SvelteComponent {
|
|
14393
14538
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
14394
14539
|
|
14395
14540
|
function add_css(target) {
|
14396
|
-
append_styles(target, "svelte-
|
14541
|
+
append_styles(target, "svelte-5997yi", ".modal.svelte-5997yi{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-5997yi > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-5997yi{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-5997yi{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
14397
14542
|
}
|
14398
14543
|
|
14399
|
-
// (
|
14544
|
+
// (253:0) {:else}
|
14400
14545
|
function create_else_block(ctx) {
|
14401
14546
|
let backgroundoverlay;
|
14402
14547
|
let current;
|
14403
14548
|
|
14404
14549
|
backgroundoverlay = new BackgroundOverlay({
|
14405
14550
|
props: {
|
14406
|
-
backgroundOverlay: /*backgroundOverlay*/ ctx[
|
14551
|
+
backgroundOverlay: /*backgroundOverlay*/ ctx[3]
|
14407
14552
|
}
|
14408
14553
|
});
|
14409
14554
|
|
14410
14555
|
backgroundoverlay.$on("click", function () {
|
14411
|
-
if (is_function(/*backgroundClick*/ ctx[
|
14556
|
+
if (is_function(/*backgroundClick*/ ctx[11])) /*backgroundClick*/ ctx[11].apply(this, arguments);
|
14412
14557
|
});
|
14413
14558
|
|
14414
14559
|
return {
|
@@ -14422,7 +14567,7 @@ function create_else_block(ctx) {
|
|
14422
14567
|
p(new_ctx, dirty) {
|
14423
14568
|
ctx = new_ctx;
|
14424
14569
|
const backgroundoverlay_changes = {};
|
14425
|
-
if (dirty
|
14570
|
+
if (dirty & /*backgroundOverlay*/ 8) backgroundoverlay_changes.backgroundOverlay = /*backgroundOverlay*/ ctx[3];
|
14426
14571
|
backgroundoverlay.$set(backgroundoverlay_changes);
|
14427
14572
|
},
|
14428
14573
|
i(local) {
|
@@ -14440,8 +14585,8 @@ function create_else_block(ctx) {
|
|
14440
14585
|
};
|
14441
14586
|
}
|
14442
14587
|
|
14443
|
-
// (
|
14444
|
-
function
|
14588
|
+
// (242:24)
|
14589
|
+
function create_if_block_2(ctx) {
|
14445
14590
|
let backgroundoverlay0;
|
14446
14591
|
let t;
|
14447
14592
|
let backgroundoverlay1;
|
@@ -14450,23 +14595,23 @@ function create_if_block_3(ctx) {
|
|
14450
14595
|
backgroundoverlay0 = new BackgroundOverlay({
|
14451
14596
|
props: {
|
14452
14597
|
class: "background-bp-pc",
|
14453
|
-
backgroundOverlay: /*backgroundOverlayPC*/ ctx[
|
14598
|
+
backgroundOverlay: /*backgroundOverlayPC*/ ctx[4]
|
14454
14599
|
}
|
14455
14600
|
});
|
14456
14601
|
|
14457
14602
|
backgroundoverlay0.$on("click", function () {
|
14458
|
-
if (is_function(/*backgroundClickPC*/ ctx[
|
14603
|
+
if (is_function(/*backgroundClickPC*/ ctx[10])) /*backgroundClickPC*/ ctx[10].apply(this, arguments);
|
14459
14604
|
});
|
14460
14605
|
|
14461
14606
|
backgroundoverlay1 = new BackgroundOverlay({
|
14462
14607
|
props: {
|
14463
14608
|
class: "background-bp-sp ",
|
14464
|
-
backgroundOverlay: /*backgroundOverlaySP*/ ctx[
|
14609
|
+
backgroundOverlay: /*backgroundOverlaySP*/ ctx[5]
|
14465
14610
|
}
|
14466
14611
|
});
|
14467
14612
|
|
14468
14613
|
backgroundoverlay1.$on("click", function () {
|
14469
|
-
if (is_function(/*backgroundClickSP*/ ctx[
|
14614
|
+
if (is_function(/*backgroundClickSP*/ ctx[9])) /*backgroundClickSP*/ ctx[9].apply(this, arguments);
|
14470
14615
|
});
|
14471
14616
|
|
14472
14617
|
return {
|
@@ -14484,10 +14629,10 @@ function create_if_block_3(ctx) {
|
|
14484
14629
|
p(new_ctx, dirty) {
|
14485
14630
|
ctx = new_ctx;
|
14486
14631
|
const backgroundoverlay0_changes = {};
|
14487
|
-
if (dirty
|
14632
|
+
if (dirty & /*backgroundOverlayPC*/ 16) backgroundoverlay0_changes.backgroundOverlay = /*backgroundOverlayPC*/ ctx[4];
|
14488
14633
|
backgroundoverlay0.$set(backgroundoverlay0_changes);
|
14489
14634
|
const backgroundoverlay1_changes = {};
|
14490
|
-
if (dirty
|
14635
|
+
if (dirty & /*backgroundOverlaySP*/ 32) backgroundoverlay1_changes.backgroundOverlay = /*backgroundOverlaySP*/ ctx[5];
|
14491
14636
|
backgroundoverlay1.$set(backgroundoverlay1_changes);
|
14492
14637
|
},
|
14493
14638
|
i(local) {
|
@@ -14509,8 +14654,8 @@ function create_if_block_3(ctx) {
|
|
14509
14654
|
};
|
14510
14655
|
}
|
14511
14656
|
|
14512
|
-
// (
|
14513
|
-
function
|
14657
|
+
// (240:0) {#if isPreview()}
|
14658
|
+
function create_if_block_1(ctx) {
|
14514
14659
|
return {
|
14515
14660
|
c: noop,
|
14516
14661
|
m: noop,
|
@@ -14521,94 +14666,64 @@ function create_if_block_2(ctx) {
|
|
14521
14666
|
};
|
14522
14667
|
}
|
14523
14668
|
|
14524
|
-
// (
|
14669
|
+
// (256:0) {#if visible}
|
14525
14670
|
function create_if_block(ctx) {
|
14526
14671
|
let div;
|
14527
|
-
let t;
|
14528
14672
|
let div_class_value;
|
14529
14673
|
let div_intro;
|
14530
14674
|
let current;
|
14531
|
-
|
14532
|
-
const
|
14533
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[29], null);
|
14675
|
+
const default_slot_template = /*#slots*/ ctx[26].default;
|
14676
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[25], null);
|
14534
14677
|
|
14535
14678
|
return {
|
14536
14679
|
c() {
|
14537
14680
|
div = element("div");
|
14538
|
-
if (if_block) if_block.c();
|
14539
|
-
t = space();
|
14540
14681
|
if (default_slot) default_slot.c();
|
14541
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
14682
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"));
|
14542
14683
|
attr(div, "role", "dialog");
|
14543
14684
|
attr(div, "aria-modal", "true");
|
14544
|
-
attr(div, "style", Array.from(/*modalStyles*/ ctx[
|
14685
|
+
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
14545
14686
|
},
|
14546
14687
|
m(target, anchor) {
|
14547
14688
|
insert(target, div, anchor);
|
14548
|
-
if (if_block) if_block.m(div, null);
|
14549
|
-
append(div, t);
|
14550
14689
|
|
14551
14690
|
if (default_slot) {
|
14552
14691
|
default_slot.m(div, null);
|
14553
14692
|
}
|
14554
14693
|
|
14555
|
-
/*div_binding*/ ctx[
|
14694
|
+
/*div_binding*/ ctx[27](div);
|
14556
14695
|
current = true;
|
14557
14696
|
},
|
14558
14697
|
p(new_ctx, dirty) {
|
14559
14698
|
ctx = new_ctx;
|
14560
14699
|
|
14561
|
-
if (/*closable*/ ctx[16]) {
|
14562
|
-
if (if_block) {
|
14563
|
-
if_block.p(ctx, dirty);
|
14564
|
-
|
14565
|
-
if (dirty[0] & /*closable*/ 65536) {
|
14566
|
-
transition_in(if_block, 1);
|
14567
|
-
}
|
14568
|
-
} else {
|
14569
|
-
if_block = create_if_block_1(ctx);
|
14570
|
-
if_block.c();
|
14571
|
-
transition_in(if_block, 1);
|
14572
|
-
if_block.m(div, t);
|
14573
|
-
}
|
14574
|
-
} else if (if_block) {
|
14575
|
-
group_outros();
|
14576
|
-
|
14577
|
-
transition_out(if_block, 1, 1, () => {
|
14578
|
-
if_block = null;
|
14579
|
-
});
|
14580
|
-
|
14581
|
-
check_outros();
|
14582
|
-
}
|
14583
|
-
|
14584
14700
|
if (default_slot) {
|
14585
|
-
if (default_slot.p && (!current || dirty
|
14701
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 33554432)) {
|
14586
14702
|
update_slot_base(
|
14587
14703
|
default_slot,
|
14588
14704
|
default_slot_template,
|
14589
14705
|
ctx,
|
14590
|
-
/*$$scope*/ ctx[
|
14706
|
+
/*$$scope*/ ctx[25],
|
14591
14707
|
!current
|
14592
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
14593
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
14708
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[25])
|
14709
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[25], dirty, null),
|
14594
14710
|
null
|
14595
14711
|
);
|
14596
14712
|
}
|
14597
14713
|
}
|
14598
14714
|
|
14599
|
-
if (!current || dirty
|
14715
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"))) {
|
14600
14716
|
attr(div, "class", div_class_value);
|
14601
14717
|
}
|
14602
14718
|
},
|
14603
14719
|
i(local) {
|
14604
14720
|
if (current) return;
|
14605
|
-
transition_in(if_block);
|
14606
14721
|
transition_in(default_slot, local);
|
14607
14722
|
|
14608
14723
|
if (!div_intro) {
|
14609
14724
|
add_render_callback(() => {
|
14610
14725
|
div_intro = create_in_transition(div, customAnimation, {
|
14611
|
-
transforms: /*transforms*/ ctx[
|
14726
|
+
transforms: /*transforms*/ ctx[2],
|
14612
14727
|
animationStyle: /*animation*/ ctx[1]
|
14613
14728
|
});
|
14614
14729
|
|
@@ -14619,70 +14734,13 @@ function create_if_block(ctx) {
|
|
14619
14734
|
current = true;
|
14620
14735
|
},
|
14621
14736
|
o(local) {
|
14622
|
-
transition_out(if_block);
|
14623
14737
|
transition_out(default_slot, local);
|
14624
14738
|
current = false;
|
14625
14739
|
},
|
14626
14740
|
d(detaching) {
|
14627
14741
|
if (detaching) detach(div);
|
14628
|
-
if (if_block) if_block.d();
|
14629
14742
|
if (default_slot) default_slot.d(detaching);
|
14630
|
-
/*div_binding*/ ctx[
|
14631
|
-
}
|
14632
|
-
};
|
14633
|
-
}
|
14634
|
-
|
14635
|
-
// (279:4) {#if closable}
|
14636
|
-
function create_if_block_1(ctx) {
|
14637
|
-
let div;
|
14638
|
-
let closebutton;
|
14639
|
-
let current;
|
14640
|
-
|
14641
|
-
closebutton = new CloseButton({
|
14642
|
-
props: {
|
14643
|
-
onClick: /*onClose*/ ctx[2],
|
14644
|
-
eventName: /*closeEventName*/ ctx[3],
|
14645
|
-
eventValue: /*closeEventValue*/ ctx[4],
|
14646
|
-
props: /*closeButtonProps*/ ctx[5]
|
14647
|
-
}
|
14648
|
-
});
|
14649
|
-
|
14650
|
-
return {
|
14651
|
-
c() {
|
14652
|
-
div = element("div");
|
14653
|
-
create_component(closebutton.$$.fragment);
|
14654
|
-
attr(div, "class", "close svelte-f7e8di");
|
14655
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
14656
|
-
},
|
14657
|
-
m(target, anchor) {
|
14658
|
-
insert(target, div, anchor);
|
14659
|
-
mount_component(closebutton, div, null);
|
14660
|
-
current = true;
|
14661
|
-
},
|
14662
|
-
p(ctx, dirty) {
|
14663
|
-
const closebutton_changes = {};
|
14664
|
-
if (dirty[0] & /*onClose*/ 4) closebutton_changes.onClick = /*onClose*/ ctx[2];
|
14665
|
-
if (dirty[0] & /*closeEventName*/ 8) closebutton_changes.eventName = /*closeEventName*/ ctx[3];
|
14666
|
-
if (dirty[0] & /*closeEventValue*/ 16) closebutton_changes.eventValue = /*closeEventValue*/ ctx[4];
|
14667
|
-
if (dirty[0] & /*closeButtonProps*/ 32) closebutton_changes.props = /*closeButtonProps*/ ctx[5];
|
14668
|
-
closebutton.$set(closebutton_changes);
|
14669
|
-
|
14670
|
-
if (!current || dirty[0] & /*$maximumZindex*/ 131072) {
|
14671
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
14672
|
-
}
|
14673
|
-
},
|
14674
|
-
i(local) {
|
14675
|
-
if (current) return;
|
14676
|
-
transition_in(closebutton.$$.fragment, local);
|
14677
|
-
current = true;
|
14678
|
-
},
|
14679
|
-
o(local) {
|
14680
|
-
transition_out(closebutton.$$.fragment, local);
|
14681
|
-
current = false;
|
14682
|
-
},
|
14683
|
-
d(detaching) {
|
14684
|
-
if (detaching) detach(div);
|
14685
|
-
destroy_component(closebutton);
|
14743
|
+
/*div_binding*/ ctx[27](null);
|
14686
14744
|
}
|
14687
14745
|
};
|
14688
14746
|
}
|
@@ -14696,7 +14754,7 @@ function create_fragment(ctx) {
|
|
14696
14754
|
let current;
|
14697
14755
|
let mounted;
|
14698
14756
|
let dispose;
|
14699
|
-
const if_block_creators = [
|
14757
|
+
const if_block_creators = [create_if_block_1, create_if_block_2, create_else_block];
|
14700
14758
|
const if_blocks = [];
|
14701
14759
|
|
14702
14760
|
function select_block_type(ctx, dirty) {
|
@@ -14708,7 +14766,7 @@ function create_fragment(ctx) {
|
|
14708
14766
|
|
14709
14767
|
current_block_type_index = select_block_type(ctx);
|
14710
14768
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
14711
|
-
let if_block1 = /*visible*/ ctx[
|
14769
|
+
let if_block1 = /*visible*/ ctx[7] && create_if_block(ctx);
|
14712
14770
|
|
14713
14771
|
return {
|
14714
14772
|
c() {
|
@@ -14726,13 +14784,13 @@ function create_fragment(ctx) {
|
|
14726
14784
|
|
14727
14785
|
if (!mounted) {
|
14728
14786
|
dispose = listen(window, "keydown", function () {
|
14729
|
-
if (is_function(/*handle_keydown*/ ctx[
|
14787
|
+
if (is_function(/*handle_keydown*/ ctx[8])) /*handle_keydown*/ ctx[8].apply(this, arguments);
|
14730
14788
|
});
|
14731
14789
|
|
14732
14790
|
mounted = true;
|
14733
14791
|
}
|
14734
14792
|
},
|
14735
|
-
p(new_ctx, dirty) {
|
14793
|
+
p(new_ctx, [dirty]) {
|
14736
14794
|
ctx = new_ctx;
|
14737
14795
|
let previous_block_index = current_block_type_index;
|
14738
14796
|
current_block_type_index = select_block_type(ctx);
|
@@ -14760,11 +14818,11 @@ function create_fragment(ctx) {
|
|
14760
14818
|
if_block0.m(t.parentNode, t);
|
14761
14819
|
}
|
14762
14820
|
|
14763
|
-
if (/*visible*/ ctx[
|
14821
|
+
if (/*visible*/ ctx[7]) {
|
14764
14822
|
if (if_block1) {
|
14765
14823
|
if_block1.p(ctx, dirty);
|
14766
14824
|
|
14767
|
-
if (dirty
|
14825
|
+
if (dirty & /*visible*/ 128) {
|
14768
14826
|
transition_in(if_block1, 1);
|
14769
14827
|
}
|
14770
14828
|
} else {
|
@@ -14807,14 +14865,11 @@ function create_fragment(ctx) {
|
|
14807
14865
|
|
14808
14866
|
function instance($$self, $$props, $$invalidate) {
|
14809
14867
|
let close;
|
14810
|
-
let closable;
|
14811
14868
|
let backgroundClick;
|
14812
14869
|
let backgroundClickPC;
|
14813
14870
|
let backgroundClickSP;
|
14814
14871
|
let handle_keydown;
|
14815
14872
|
let visible;
|
14816
|
-
let $maximumZindex;
|
14817
|
-
component_subscribe($$self, maximumZindex, $$value => $$invalidate(17, $maximumZindex = $$value));
|
14818
14873
|
let { $$slots: slots = {}, $$scope } = $$props;
|
14819
14874
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
14820
14875
|
let { clickEventName = '' } = $$props;
|
@@ -14824,10 +14879,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14824
14879
|
let { breakPoint } = $$props;
|
14825
14880
|
let { elasticity } = $$props;
|
14826
14881
|
let { animation = 'none' } = $$props;
|
14827
|
-
let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
|
14828
14882
|
let { closeEventName = '' } = $$props;
|
14829
14883
|
let { closeEventValue = null } = $$props;
|
14830
|
-
let { closeButtonProps = {} } = $$props;
|
14831
14884
|
|
14832
14885
|
// モーダル背景の設定
|
14833
14886
|
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
@@ -14845,7 +14898,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14845
14898
|
let modal;
|
14846
14899
|
|
14847
14900
|
onMount$1(() => {
|
14848
|
-
$$invalidate(
|
14901
|
+
$$invalidate(7, visible = true);
|
14849
14902
|
});
|
14850
14903
|
|
14851
14904
|
onDestroy$1(() => setPreviousFocus());
|
@@ -14853,29 +14906,29 @@ function instance($$self, $$props, $$invalidate) {
|
|
14853
14906
|
function div_binding($$value) {
|
14854
14907
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
14855
14908
|
modal = $$value;
|
14856
|
-
$$invalidate(
|
14909
|
+
$$invalidate(6, modal);
|
14857
14910
|
});
|
14858
14911
|
}
|
14859
14912
|
|
14860
14913
|
$$self.$$set = $$props => {
|
14861
|
-
if ('onClick' in $$props) $$invalidate(
|
14862
|
-
if ('clickEventName' in $$props) $$invalidate(
|
14863
|
-
if ('clickEventValue' in $$props) $$invalidate(
|
14914
|
+
if ('onClick' in $$props) $$invalidate(13, onClick = $$props.onClick);
|
14915
|
+
if ('clickEventName' in $$props) $$invalidate(14, clickEventName = $$props.clickEventName);
|
14916
|
+
if ('clickEventValue' in $$props) $$invalidate(15, clickEventValue = $$props.clickEventValue);
|
14864
14917
|
if ('useBreakPoint' in $$props) $$invalidate(0, useBreakPoint = $$props.useBreakPoint);
|
14865
|
-
if ('placement' in $$props) $$invalidate(
|
14866
|
-
if ('breakPoint' in $$props) $$invalidate(
|
14867
|
-
if ('elasticity' in $$props) $$invalidate(
|
14918
|
+
if ('placement' in $$props) $$invalidate(16, placement = $$props.placement);
|
14919
|
+
if ('breakPoint' in $$props) $$invalidate(17, breakPoint = $$props.breakPoint);
|
14920
|
+
if ('elasticity' in $$props) $$invalidate(18, elasticity = $$props.elasticity);
|
14868
14921
|
if ('animation' in $$props) $$invalidate(1, animation = $$props.animation);
|
14869
|
-
if ('
|
14870
|
-
if ('
|
14871
|
-
if ('
|
14872
|
-
if ('closeButtonProps' in $$props) $$invalidate(5, closeButtonProps = $$props.closeButtonProps);
|
14873
|
-
if ('$$scope' in $$props) $$invalidate(29, $$scope = $$props.$$scope);
|
14922
|
+
if ('closeEventName' in $$props) $$invalidate(19, closeEventName = $$props.closeEventName);
|
14923
|
+
if ('closeEventValue' in $$props) $$invalidate(20, closeEventValue = $$props.closeEventValue);
|
14924
|
+
if ('$$scope' in $$props) $$invalidate(25, $$scope = $$props.$$scope);
|
14874
14925
|
};
|
14875
14926
|
|
14876
14927
|
$$self.$$.update = () => {
|
14877
|
-
if ($$self.$$.dirty
|
14878
|
-
$$invalidate(
|
14928
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue*/ 1572864) {
|
14929
|
+
$$invalidate(24, close = () => {
|
14930
|
+
const onClose = { operation: 'closeApp', args: ['button'] };
|
14931
|
+
|
14879
14932
|
if (closeEventName) {
|
14880
14933
|
send_event(closeEventName, closeEventValue);
|
14881
14934
|
}
|
@@ -14884,49 +14937,45 @@ function instance($$self, $$props, $$invalidate) {
|
|
14884
14937
|
});
|
14885
14938
|
}
|
14886
14939
|
|
14887
|
-
if ($$self.$$.dirty
|
14888
|
-
$$invalidate(16, closable = haveFunction(onClose));
|
14889
|
-
}
|
14890
|
-
|
14891
|
-
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 12582913) {
|
14940
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
14892
14941
|
{
|
14893
14942
|
if (placement && placement.backgroundOverlay) {
|
14894
|
-
$$invalidate(
|
14943
|
+
$$invalidate(3, backgroundOverlay = placement.backgroundOverlay);
|
14895
14944
|
}
|
14896
14945
|
|
14897
14946
|
if (useBreakPoint) {
|
14898
14947
|
const pc = breakPoint?.PC?.placement?.backgroundOverlay;
|
14899
|
-
$$invalidate(
|
14948
|
+
$$invalidate(4, backgroundOverlayPC = pc ?? false);
|
14900
14949
|
const sp = breakPoint?.SP?.placement?.backgroundOverlay;
|
14901
|
-
$$invalidate(
|
14950
|
+
$$invalidate(5, backgroundOverlaySP = sp ?? false);
|
14902
14951
|
}
|
14903
14952
|
}
|
14904
14953
|
}
|
14905
14954
|
|
14906
|
-
if ($$self.$$.dirty
|
14955
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
14907
14956
|
{
|
14908
14957
|
if (placement && placement.backgroundClick) {
|
14909
|
-
$$invalidate(
|
14958
|
+
$$invalidate(21, backgroundClickFunction = placement.backgroundClick);
|
14910
14959
|
}
|
14911
14960
|
|
14912
14961
|
if (useBreakPoint) {
|
14913
14962
|
const pc = breakPoint?.PC?.placement?.backgroundClick;
|
14914
14963
|
|
14915
14964
|
if (pc) {
|
14916
|
-
$$invalidate(
|
14965
|
+
$$invalidate(22, backgroundClickFunctionPC = pc);
|
14917
14966
|
}
|
14918
14967
|
|
14919
14968
|
const sp = breakPoint?.SP?.placement?.backgroundClick;
|
14920
14969
|
|
14921
14970
|
if (sp) {
|
14922
|
-
$$invalidate(
|
14971
|
+
$$invalidate(23, backgroundClickFunctionSP = sp);
|
14923
14972
|
}
|
14924
14973
|
}
|
14925
14974
|
}
|
14926
14975
|
}
|
14927
14976
|
|
14928
|
-
if ($$self.$$.dirty
|
14929
|
-
$$invalidate(
|
14977
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunction*/ 3670016) {
|
14978
|
+
$$invalidate(11, backgroundClick = () => {
|
14930
14979
|
if (closeEventName) {
|
14931
14980
|
send_event(closeEventName, closeEventValue);
|
14932
14981
|
}
|
@@ -14935,8 +14984,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14935
14984
|
});
|
14936
14985
|
}
|
14937
14986
|
|
14938
|
-
if ($$self.$$.dirty
|
14939
|
-
$$invalidate(
|
14987
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionPC*/ 5767168) {
|
14988
|
+
$$invalidate(10, backgroundClickPC = () => {
|
14940
14989
|
if (closeEventName) {
|
14941
14990
|
send_event(closeEventName, closeEventValue);
|
14942
14991
|
}
|
@@ -14945,8 +14994,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14945
14994
|
});
|
14946
14995
|
}
|
14947
14996
|
|
14948
|
-
if ($$self.$$.dirty
|
14949
|
-
$$invalidate(
|
14997
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionSP*/ 9961472) {
|
14998
|
+
$$invalidate(9, backgroundClickSP = () => {
|
14950
14999
|
if (closeEventName) {
|
14951
15000
|
send_event(closeEventName, closeEventValue);
|
14952
15001
|
}
|
@@ -14955,7 +15004,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14955
15004
|
});
|
14956
15005
|
}
|
14957
15006
|
|
14958
|
-
if ($$self.$$.dirty
|
15007
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint, transforms*/ 196613) {
|
14959
15008
|
// 表示位置のスタイルとアニメーションの動きを設定
|
14960
15009
|
{
|
14961
15010
|
// 表示位置のスタイルの設定
|
@@ -14971,7 +15020,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14971
15020
|
modalStyles.add(positionStyle);
|
14972
15021
|
}
|
14973
15022
|
|
14974
|
-
$$invalidate(
|
15023
|
+
$$invalidate(2, transforms = []);
|
14975
15024
|
|
14976
15025
|
DEVICE_IDS.forEach(deviceId => {
|
14977
15026
|
if (useBreakPoint) {
|
@@ -14999,7 +15048,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14999
15048
|
}
|
15000
15049
|
}
|
15001
15050
|
|
15002
|
-
if ($$self.$$.dirty
|
15051
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
15003
15052
|
// 表示位置の調整のスタイルを設定
|
15004
15053
|
{
|
15005
15054
|
let margin = DefaultModalPlacement.margin;
|
@@ -15031,7 +15080,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
15031
15080
|
}
|
15032
15081
|
}
|
15033
15082
|
|
15034
|
-
if ($$self.$$.dirty
|
15083
|
+
if ($$self.$$.dirty & /*elasticity, useBreakPoint, breakPoint*/ 393217) {
|
15035
15084
|
// 拡大方法のスタイルを設定
|
15036
15085
|
{
|
15037
15086
|
let elasticStyle = ElasticityStyle[elasticity];
|
@@ -15057,23 +15106,19 @@ function instance($$self, $$props, $$invalidate) {
|
|
15057
15106
|
}
|
15058
15107
|
}
|
15059
15108
|
|
15060
|
-
if ($$self.$$.dirty
|
15061
|
-
$$invalidate(
|
15109
|
+
if ($$self.$$.dirty & /*close*/ 16777216) {
|
15110
|
+
$$invalidate(8, handle_keydown = handleKeydown({ Escape: close }));
|
15062
15111
|
}
|
15063
15112
|
};
|
15064
15113
|
|
15065
|
-
$$invalidate(
|
15114
|
+
$$invalidate(6, modal = null);
|
15066
15115
|
|
15067
15116
|
// svelteコンポーネントのアニメーションを発火させるためにマウント時にvisibleをtrueにする。
|
15068
|
-
$$invalidate(
|
15117
|
+
$$invalidate(7, visible = false);
|
15069
15118
|
|
15070
15119
|
return [
|
15071
15120
|
useBreakPoint,
|
15072
15121
|
animation,
|
15073
|
-
onClose,
|
15074
|
-
closeEventName,
|
15075
|
-
closeEventValue,
|
15076
|
-
closeButtonProps,
|
15077
15122
|
transforms,
|
15078
15123
|
backgroundOverlay,
|
15079
15124
|
backgroundOverlayPC,
|
@@ -15084,8 +15129,6 @@ function instance($$self, $$props, $$invalidate) {
|
|
15084
15129
|
backgroundClickSP,
|
15085
15130
|
backgroundClickPC,
|
15086
15131
|
backgroundClick,
|
15087
|
-
closable,
|
15088
|
-
$maximumZindex,
|
15089
15132
|
modalStyles,
|
15090
15133
|
onClick,
|
15091
15134
|
clickEventName,
|
@@ -15093,6 +15136,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
15093
15136
|
placement,
|
15094
15137
|
breakPoint,
|
15095
15138
|
elasticity,
|
15139
|
+
closeEventName,
|
15140
|
+
closeEventValue,
|
15096
15141
|
backgroundClickFunction,
|
15097
15142
|
backgroundClickFunctionPC,
|
15098
15143
|
backgroundClickFunctionSP,
|
@@ -15114,23 +15159,20 @@ class Modal extends SvelteComponent {
|
|
15114
15159
|
create_fragment,
|
15115
15160
|
safe_not_equal,
|
15116
15161
|
{
|
15117
|
-
onClick:
|
15118
|
-
clickEventName:
|
15119
|
-
clickEventValue:
|
15162
|
+
onClick: 13,
|
15163
|
+
clickEventName: 14,
|
15164
|
+
clickEventValue: 15,
|
15120
15165
|
useBreakPoint: 0,
|
15121
|
-
placement:
|
15122
|
-
breakPoint:
|
15123
|
-
elasticity:
|
15166
|
+
placement: 16,
|
15167
|
+
breakPoint: 17,
|
15168
|
+
elasticity: 18,
|
15124
15169
|
animation: 1,
|
15125
|
-
|
15126
|
-
|
15127
|
-
closeEventValue: 4,
|
15128
|
-
closeButtonProps: 5
|
15170
|
+
closeEventName: 19,
|
15171
|
+
closeEventValue: 20
|
15129
15172
|
},
|
15130
|
-
add_css
|
15131
|
-
[-1, -1]
|
15173
|
+
add_css
|
15132
15174
|
);
|
15133
15175
|
}
|
15134
15176
|
}
|
15135
15177
|
|
15136
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles,
|
15178
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BUTTON_THEME, BUTTON_VARIANTS, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, COMPONENT_PARAMETER_TYPES, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|