@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/hydrate/index.es.js
CHANGED
@@ -2832,7 +2832,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2832
2832
|
|
2833
2833
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2834
2834
|
|
2835
|
-
function create_if_block$
|
2835
|
+
function create_if_block$f(ctx) {
|
2836
2836
|
let link;
|
2837
2837
|
|
2838
2838
|
return {
|
@@ -2865,7 +2865,7 @@ function create_if_block$e(ctx) {
|
|
2865
2865
|
|
2866
2866
|
function create_fragment$1a(ctx) {
|
2867
2867
|
let head;
|
2868
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2868
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$f(ctx);
|
2869
2869
|
|
2870
2870
|
return {
|
2871
2871
|
c() {
|
@@ -2887,7 +2887,7 @@ function create_fragment$1a(ctx) {
|
|
2887
2887
|
if (if_block) {
|
2888
2888
|
if_block.p(ctx, dirty);
|
2889
2889
|
} else {
|
2890
|
-
if_block = create_if_block$
|
2890
|
+
if_block = create_if_block$f(ctx);
|
2891
2891
|
if_block.c();
|
2892
2892
|
if_block.m(head, null);
|
2893
2893
|
}
|
@@ -3025,11 +3025,11 @@ class State extends SvelteComponent {
|
|
3025
3025
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3026
3026
|
|
3027
3027
|
function add_css$F(target) {
|
3028
|
-
append_styles(target, "svelte-
|
3028
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3029
3029
|
}
|
3030
3030
|
|
3031
3031
|
// (23:0) {#if $state === path}
|
3032
|
-
function create_if_block$
|
3032
|
+
function create_if_block$e(ctx) {
|
3033
3033
|
let div;
|
3034
3034
|
let t;
|
3035
3035
|
let current;
|
@@ -3052,7 +3052,7 @@ function create_if_block$d(ctx) {
|
|
3052
3052
|
},
|
3053
3053
|
h() {
|
3054
3054
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3055
|
-
attr(div, "class", "state-item svelte-
|
3055
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3056
3056
|
},
|
3057
3057
|
m(target, anchor) {
|
3058
3058
|
insert_hydration(target, div, anchor);
|
@@ -3104,7 +3104,7 @@ function create_if_block$d(ctx) {
|
|
3104
3104
|
function create_fragment$18(ctx) {
|
3105
3105
|
let if_block_anchor;
|
3106
3106
|
let current;
|
3107
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3107
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$e(ctx);
|
3108
3108
|
|
3109
3109
|
return {
|
3110
3110
|
c() {
|
@@ -3129,7 +3129,7 @@ function create_fragment$18(ctx) {
|
|
3129
3129
|
transition_in(if_block, 1);
|
3130
3130
|
}
|
3131
3131
|
} else {
|
3132
|
-
if_block = create_if_block$
|
3132
|
+
if_block = create_if_block$e(ctx);
|
3133
3133
|
if_block.c();
|
3134
3134
|
transition_in(if_block, 1);
|
3135
3135
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3319,11 +3319,11 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3319
3319
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3320
3320
|
|
3321
3321
|
function add_css$E(target) {
|
3322
|
-
append_styles(target, "svelte-
|
3322
|
+
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}");
|
3323
3323
|
}
|
3324
3324
|
|
3325
3325
|
// (14:0) {#if backgroundOverlay}
|
3326
|
-
function create_if_block$
|
3326
|
+
function create_if_block$d(ctx) {
|
3327
3327
|
let div;
|
3328
3328
|
let div_class_value;
|
3329
3329
|
let mounted;
|
@@ -3340,7 +3340,7 @@ function create_if_block$c(ctx) {
|
|
3340
3340
|
this.h();
|
3341
3341
|
},
|
3342
3342
|
h() {
|
3343
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3343
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3344
3344
|
},
|
3345
3345
|
m(target, anchor) {
|
3346
3346
|
insert_hydration(target, div, anchor);
|
@@ -3351,7 +3351,7 @@ function create_if_block$c(ctx) {
|
|
3351
3351
|
}
|
3352
3352
|
},
|
3353
3353
|
p(ctx, dirty) {
|
3354
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3354
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3355
3355
|
attr(div, "class", div_class_value);
|
3356
3356
|
}
|
3357
3357
|
},
|
@@ -3365,7 +3365,7 @@ function create_if_block$c(ctx) {
|
|
3365
3365
|
|
3366
3366
|
function create_fragment$17(ctx) {
|
3367
3367
|
let if_block_anchor;
|
3368
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3368
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$d(ctx);
|
3369
3369
|
|
3370
3370
|
return {
|
3371
3371
|
c() {
|
@@ -3385,7 +3385,7 @@ function create_fragment$17(ctx) {
|
|
3385
3385
|
if (if_block) {
|
3386
3386
|
if_block.p(ctx, dirty);
|
3387
3387
|
} else {
|
3388
|
-
if_block = create_if_block$
|
3388
|
+
if_block = create_if_block$d(ctx);
|
3389
3389
|
if_block.c();
|
3390
3390
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3391
3391
|
}
|
@@ -3461,7 +3461,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3461
3461
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3462
3462
|
|
3463
3463
|
function add_css$D(target) {
|
3464
|
-
append_styles(target, "svelte-
|
3464
|
+
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}");
|
3465
3465
|
}
|
3466
3466
|
|
3467
3467
|
// (50:0) {:else}
|
@@ -3500,7 +3500,7 @@ function create_else_block$5(ctx) {
|
|
3500
3500
|
},
|
3501
3501
|
h() {
|
3502
3502
|
set_attributes(button, button_data);
|
3503
|
-
toggle_class(button, "svelte-
|
3503
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3504
3504
|
},
|
3505
3505
|
m(target, anchor) {
|
3506
3506
|
insert_hydration(target, button, anchor);
|
@@ -3539,7 +3539,7 @@ function create_else_block$5(ctx) {
|
|
3539
3539
|
dataAttrStopPropagation('click')
|
3540
3540
|
]));
|
3541
3541
|
|
3542
|
-
toggle_class(button, "svelte-
|
3542
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3543
3543
|
},
|
3544
3544
|
i(local) {
|
3545
3545
|
if (current) return;
|
@@ -3580,7 +3580,7 @@ function create_if_block_2$2(ctx) {
|
|
3580
3580
|
this.h();
|
3581
3581
|
},
|
3582
3582
|
h() {
|
3583
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3583
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3584
3584
|
attr(div, "style", /*style*/ ctx[1]);
|
3585
3585
|
},
|
3586
3586
|
m(target, anchor) {
|
@@ -3680,7 +3680,7 @@ function create_if_block_1$3(ctx) {
|
|
3680
3680
|
},
|
3681
3681
|
h() {
|
3682
3682
|
set_attributes(a, a_data);
|
3683
|
-
toggle_class(a, "svelte-
|
3683
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3684
3684
|
},
|
3685
3685
|
m(target, anchor) {
|
3686
3686
|
insert_hydration(target, a, anchor);
|
@@ -3722,7 +3722,7 @@ function create_if_block_1$3(ctx) {
|
|
3722
3722
|
dataAttrStopPropagation('click')
|
3723
3723
|
]));
|
3724
3724
|
|
3725
|
-
toggle_class(a, "svelte-
|
3725
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3726
3726
|
},
|
3727
3727
|
i(local) {
|
3728
3728
|
if (current) return;
|
@@ -3743,7 +3743,7 @@ function create_if_block_1$3(ctx) {
|
|
3743
3743
|
}
|
3744
3744
|
|
3745
3745
|
// (31:0) {#if disabled}
|
3746
|
-
function create_if_block$
|
3746
|
+
function create_if_block$c(ctx) {
|
3747
3747
|
let div;
|
3748
3748
|
let current;
|
3749
3749
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3763,7 +3763,7 @@ function create_if_block$b(ctx) {
|
|
3763
3763
|
this.h();
|
3764
3764
|
},
|
3765
3765
|
h() {
|
3766
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3766
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3767
3767
|
attr(div, "style", /*style*/ ctx[1]);
|
3768
3768
|
},
|
3769
3769
|
m(target, anchor) {
|
@@ -3816,7 +3816,7 @@ function create_fragment$16(ctx) {
|
|
3816
3816
|
let if_block;
|
3817
3817
|
let if_block_anchor;
|
3818
3818
|
let current;
|
3819
|
-
const if_block_creators = [create_if_block$
|
3819
|
+
const if_block_creators = [create_if_block$c, create_if_block_1$3, create_if_block_2$2, create_else_block$5];
|
3820
3820
|
const if_blocks = [];
|
3821
3821
|
|
3822
3822
|
function select_block_type(ctx, dirty) {
|
@@ -3971,7 +3971,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3971
3971
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3972
3972
|
|
3973
3973
|
function add_css$C(target) {
|
3974
|
-
append_styles(target, "svelte-
|
3974
|
+
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}}");
|
3975
3975
|
}
|
3976
3976
|
|
3977
3977
|
// (277:0) {:else}
|
@@ -4022,7 +4022,7 @@ function create_else_block$4(ctx) {
|
|
4022
4022
|
}
|
4023
4023
|
|
4024
4024
|
// (266:24)
|
4025
|
-
function create_if_block_3
|
4025
|
+
function create_if_block_3(ctx) {
|
4026
4026
|
let backgroundoverlay0;
|
4027
4027
|
let t;
|
4028
4028
|
let backgroundoverlay1;
|
@@ -4109,7 +4109,7 @@ function create_if_block_2$1(ctx) {
|
|
4109
4109
|
}
|
4110
4110
|
|
4111
4111
|
// (280:0) {#if visible}
|
4112
|
-
function create_if_block$
|
4112
|
+
function create_if_block$b(ctx) {
|
4113
4113
|
let div;
|
4114
4114
|
let button;
|
4115
4115
|
let div_class_value;
|
@@ -4146,7 +4146,7 @@ function create_if_block$a(ctx) {
|
|
4146
4146
|
this.h();
|
4147
4147
|
},
|
4148
4148
|
h() {
|
4149
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4149
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4150
4150
|
attr(div, "role", "dialog");
|
4151
4151
|
attr(div, "aria-modal", "true");
|
4152
4152
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4170,7 +4170,7 @@ function create_if_block$a(ctx) {
|
|
4170
4170
|
|
4171
4171
|
button.$set(button_changes);
|
4172
4172
|
|
4173
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4173
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4174
4174
|
attr(div, "class", div_class_value);
|
4175
4175
|
}
|
4176
4176
|
},
|
@@ -4234,7 +4234,7 @@ function create_if_block_1$2(ctx) {
|
|
4234
4234
|
this.h();
|
4235
4235
|
},
|
4236
4236
|
h() {
|
4237
|
-
attr(div, "class", "close svelte-
|
4237
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4238
4238
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4239
4239
|
},
|
4240
4240
|
m(target, anchor) {
|
@@ -4359,7 +4359,7 @@ function create_default_slot$6(ctx) {
|
|
4359
4359
|
this.h();
|
4360
4360
|
},
|
4361
4361
|
h() {
|
4362
|
-
attr(div, "class", "modal-content svelte-
|
4362
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4363
4363
|
attr(div, "style", /*_style*/ ctx[5]);
|
4364
4364
|
},
|
4365
4365
|
m(target, anchor) {
|
@@ -4445,7 +4445,7 @@ function create_fragment$15(ctx) {
|
|
4445
4445
|
let current;
|
4446
4446
|
let mounted;
|
4447
4447
|
let dispose;
|
4448
|
-
const if_block_creators = [create_if_block_2$1, create_if_block_3
|
4448
|
+
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$4];
|
4449
4449
|
const if_blocks = [];
|
4450
4450
|
|
4451
4451
|
function select_block_type(ctx, dirty) {
|
@@ -4457,7 +4457,7 @@ function create_fragment$15(ctx) {
|
|
4457
4457
|
|
4458
4458
|
current_block_type_index = select_block_type(ctx);
|
4459
4459
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4460
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4460
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$b(ctx);
|
4461
4461
|
|
4462
4462
|
return {
|
4463
4463
|
c() {
|
@@ -4523,7 +4523,7 @@ function create_fragment$15(ctx) {
|
|
4523
4523
|
transition_in(if_block1, 1);
|
4524
4524
|
}
|
4525
4525
|
} else {
|
4526
|
-
if_block1 = create_if_block$
|
4526
|
+
if_block1 = create_if_block$b(ctx);
|
4527
4527
|
if_block1.c();
|
4528
4528
|
transition_in(if_block1, 1);
|
4529
4529
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4996,7 +4996,7 @@ class Grid extends SvelteComponent {
|
|
4996
4996
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4997
4997
|
|
4998
4998
|
function add_css$B(target) {
|
4999
|
-
append_styles(target, "svelte-
|
4999
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5000
5000
|
}
|
5001
5001
|
|
5002
5002
|
function create_fragment$13(ctx) {
|
@@ -5030,8 +5030,8 @@ function create_fragment$13(ctx) {
|
|
5030
5030
|
this.h();
|
5031
5031
|
},
|
5032
5032
|
h() {
|
5033
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5034
|
-
attr(div1, "class", "grid-item svelte-
|
5033
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5034
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5035
5035
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5036
5036
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5037
5037
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5191,7 +5191,7 @@ function create_else_block$3(ctx) {
|
|
5191
5191
|
}
|
5192
5192
|
|
5193
5193
|
// (11:2) {#if item.match(regexp)}
|
5194
|
-
function create_if_block$
|
5194
|
+
function create_if_block$a(ctx) {
|
5195
5195
|
let br;
|
5196
5196
|
|
5197
5197
|
return {
|
@@ -5219,7 +5219,7 @@ function create_each_block$6(ctx) {
|
|
5219
5219
|
function select_block_type(ctx, dirty) {
|
5220
5220
|
if (dirty & /*items*/ 1) show_if = null;
|
5221
5221
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5222
|
-
if (show_if) return create_if_block$
|
5222
|
+
if (show_if) return create_if_block$a;
|
5223
5223
|
return create_else_block$3;
|
5224
5224
|
}
|
5225
5225
|
|
@@ -5353,7 +5353,7 @@ class RenderText extends SvelteComponent {
|
|
5353
5353
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5354
5354
|
|
5355
5355
|
function add_css$A(target) {
|
5356
|
-
append_styles(target, "svelte-
|
5356
|
+
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}");
|
5357
5357
|
}
|
5358
5358
|
|
5359
5359
|
// (94:2) {:else}
|
@@ -5383,8 +5383,8 @@ function create_else_block$2(ctx) {
|
|
5383
5383
|
this.h();
|
5384
5384
|
},
|
5385
5385
|
h() {
|
5386
|
-
attr(div0, "class", "text-element-inner svelte-
|
5387
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5386
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5387
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5388
5388
|
attr(div1, "style", /*style*/ ctx[5]);
|
5389
5389
|
},
|
5390
5390
|
m(target, anchor) {
|
@@ -5398,7 +5398,7 @@ function create_else_block$2(ctx) {
|
|
5398
5398
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5399
5399
|
rendertext.$set(rendertext_changes);
|
5400
5400
|
|
5401
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5401
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5402
5402
|
attr(div1, "class", div1_class_value);
|
5403
5403
|
}
|
5404
5404
|
|
@@ -5423,7 +5423,7 @@ function create_else_block$2(ctx) {
|
|
5423
5423
|
}
|
5424
5424
|
|
5425
5425
|
// (80:2) {#if enableCopy}
|
5426
|
-
function create_if_block$
|
5426
|
+
function create_if_block$9(ctx) {
|
5427
5427
|
let a;
|
5428
5428
|
let div0;
|
5429
5429
|
let rendertext;
|
@@ -5473,12 +5473,12 @@ function create_if_block$8(ctx) {
|
|
5473
5473
|
this.h();
|
5474
5474
|
},
|
5475
5475
|
h() {
|
5476
|
-
attr(div0, "class", "text-element-inner svelte-
|
5476
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5477
5477
|
attr(a, "href", '');
|
5478
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5478
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5479
5479
|
attr(a, "style", /*style*/ ctx[5]);
|
5480
|
-
attr(div1, "class", "tooltip svelte-
|
5481
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5480
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5481
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5482
5482
|
},
|
5483
5483
|
m(target, anchor) {
|
5484
5484
|
insert_hydration(target, a, anchor);
|
@@ -5504,7 +5504,7 @@ function create_if_block$8(ctx) {
|
|
5504
5504
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5505
5505
|
rendertext.$set(rendertext_changes);
|
5506
5506
|
|
5507
|
-
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-
|
5507
|
+
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"))) {
|
5508
5508
|
attr(a, "class", a_class_value);
|
5509
5509
|
}
|
5510
5510
|
|
@@ -5541,7 +5541,7 @@ function create_fragment$11(ctx) {
|
|
5541
5541
|
let current_block_type_index;
|
5542
5542
|
let if_block;
|
5543
5543
|
let current;
|
5544
|
-
const if_block_creators = [create_if_block$
|
5544
|
+
const if_block_creators = [create_if_block$9, create_else_block$2];
|
5545
5545
|
const if_blocks = [];
|
5546
5546
|
|
5547
5547
|
function select_block_type(ctx, dirty) {
|
@@ -5566,7 +5566,7 @@ function create_fragment$11(ctx) {
|
|
5566
5566
|
this.h();
|
5567
5567
|
},
|
5568
5568
|
h() {
|
5569
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5569
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5570
5570
|
},
|
5571
5571
|
m(target, anchor) {
|
5572
5572
|
insert_hydration(target, div, anchor);
|
@@ -5732,7 +5732,7 @@ class TextElement extends SvelteComponent {
|
|
5732
5732
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5733
5733
|
|
5734
5734
|
function add_css$z(target) {
|
5735
|
-
append_styles(target, "svelte-
|
5735
|
+
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)}");
|
5736
5736
|
}
|
5737
5737
|
|
5738
5738
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5801,7 +5801,7 @@ function create_fragment$10(ctx) {
|
|
5801
5801
|
this.h();
|
5802
5802
|
},
|
5803
5803
|
h() {
|
5804
|
-
attr(div, "class", "text-button-element svelte-
|
5804
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5805
5805
|
},
|
5806
5806
|
m(target, anchor) {
|
5807
5807
|
insert_hydration(target, div, anchor);
|
@@ -5893,7 +5893,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5893
5893
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5894
5894
|
|
5895
5895
|
function add_css$y(target) {
|
5896
|
-
append_styles(target, "svelte-
|
5896
|
+
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%}");
|
5897
5897
|
}
|
5898
5898
|
|
5899
5899
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5921,7 +5921,7 @@ function create_default_slot$4(ctx) {
|
|
5921
5921
|
this.h();
|
5922
5922
|
},
|
5923
5923
|
h() {
|
5924
|
-
attr(img, "class", "image svelte-
|
5924
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5925
5925
|
attr(img, "loading", "lazy");
|
5926
5926
|
attr(img, "width", "auto");
|
5927
5927
|
attr(img, "height", "auto");
|
@@ -5993,7 +5993,7 @@ function create_fragment$$(ctx) {
|
|
5993
5993
|
this.h();
|
5994
5994
|
},
|
5995
5995
|
h() {
|
5996
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5996
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5997
5997
|
},
|
5998
5998
|
m(target, anchor) {
|
5999
5999
|
insert_hydration(target, div, anchor);
|
@@ -6012,7 +6012,7 @@ function create_fragment$$(ctx) {
|
|
6012
6012
|
|
6013
6013
|
button.$set(button_changes);
|
6014
6014
|
|
6015
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6015
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6016
6016
|
attr(div, "class", div_class_value);
|
6017
6017
|
}
|
6018
6018
|
},
|
@@ -6084,7 +6084,7 @@ class ImageElement extends SvelteComponent {
|
|
6084
6084
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6085
6085
|
|
6086
6086
|
function add_css$x(target) {
|
6087
|
-
append_styles(target, "svelte-
|
6087
|
+
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}");
|
6088
6088
|
}
|
6089
6089
|
|
6090
6090
|
function create_fragment$_(ctx) {
|
@@ -6107,7 +6107,7 @@ function create_fragment$_(ctx) {
|
|
6107
6107
|
this.h();
|
6108
6108
|
},
|
6109
6109
|
h() {
|
6110
|
-
attr(div, "class", "list svelte-
|
6110
|
+
attr(div, "class", "list svelte-aquv6z");
|
6111
6111
|
attr(div, "style", /*style*/ ctx[0]);
|
6112
6112
|
},
|
6113
6113
|
m(target, anchor) {
|
@@ -6241,7 +6241,7 @@ class List extends SvelteComponent {
|
|
6241
6241
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6242
6242
|
|
6243
6243
|
function add_css$w(target) {
|
6244
|
-
append_styles(target, "svelte-
|
6244
|
+
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}");
|
6245
6245
|
}
|
6246
6246
|
|
6247
6247
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6324,7 +6324,7 @@ function create_fragment$Z(ctx) {
|
|
6324
6324
|
this.h();
|
6325
6325
|
},
|
6326
6326
|
h() {
|
6327
|
-
attr(div, "class", "list-item svelte-
|
6327
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6328
6328
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6329
6329
|
},
|
6330
6330
|
m(target, anchor) {
|
@@ -6450,7 +6450,7 @@ class ListItem extends SvelteComponent {
|
|
6450
6450
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6451
6451
|
|
6452
6452
|
function add_css$v(target) {
|
6453
|
-
append_styles(target, "svelte-
|
6453
|
+
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}");
|
6454
6454
|
}
|
6455
6455
|
|
6456
6456
|
function create_fragment$Y(ctx) {
|
@@ -6468,7 +6468,7 @@ function create_fragment$Y(ctx) {
|
|
6468
6468
|
this.h();
|
6469
6469
|
},
|
6470
6470
|
h() {
|
6471
|
-
attr(div, "class", "embed svelte-
|
6471
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6472
6472
|
attr(div, "style", /*_style*/ ctx[1]);
|
6473
6473
|
},
|
6474
6474
|
m(target, anchor) {
|
@@ -6511,7 +6511,7 @@ class EmbedElement extends SvelteComponent {
|
|
6511
6511
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6512
6512
|
|
6513
6513
|
function add_css$u(target) {
|
6514
|
-
append_styles(target, "svelte-
|
6514
|
+
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%}");
|
6515
6515
|
}
|
6516
6516
|
|
6517
6517
|
function create_fragment$X(ctx) {
|
@@ -6534,7 +6534,7 @@ function create_fragment$X(ctx) {
|
|
6534
6534
|
},
|
6535
6535
|
h() {
|
6536
6536
|
attr(div0, "class", "karte-player");
|
6537
|
-
attr(div1, "class", "embed svelte-
|
6537
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6538
6538
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6539
6539
|
},
|
6540
6540
|
m(target, anchor) {
|
@@ -6876,7 +6876,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6876
6876
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6877
6877
|
|
6878
6878
|
function add_css$t(target) {
|
6879
|
-
append_styles(target, "svelte-
|
6879
|
+
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%}");
|
6880
6880
|
}
|
6881
6881
|
|
6882
6882
|
function create_fragment$W(ctx) {
|
@@ -6899,7 +6899,7 @@ function create_fragment$W(ctx) {
|
|
6899
6899
|
},
|
6900
6900
|
h() {
|
6901
6901
|
attr(div0, "class", "karte-player");
|
6902
|
-
attr(div1, "class", "embed svelte-
|
6902
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6903
6903
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6904
6904
|
},
|
6905
6905
|
m(target, anchor) {
|
@@ -7083,7 +7083,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7083
7083
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7084
7084
|
|
7085
7085
|
function add_css$s(target) {
|
7086
|
-
append_styles(target, "svelte-
|
7086
|
+
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}");
|
7087
7087
|
}
|
7088
7088
|
|
7089
7089
|
function create_fragment$V(ctx) {
|
@@ -7113,12 +7113,12 @@ function create_fragment$V(ctx) {
|
|
7113
7113
|
this.h();
|
7114
7114
|
},
|
7115
7115
|
h() {
|
7116
|
-
attr(textarea, "class", "textarea svelte-
|
7116
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7117
7117
|
textarea.value = /*$value*/ ctx[4];
|
7118
7118
|
textarea.required = /*required*/ ctx[1];
|
7119
7119
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7120
7120
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7121
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7121
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7122
7122
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7123
7123
|
},
|
7124
7124
|
m(target, anchor) {
|
@@ -7270,7 +7270,7 @@ class FormTextarea extends SvelteComponent {
|
|
7270
7270
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7271
7271
|
|
7272
7272
|
function add_css$r(target) {
|
7273
|
-
append_styles(target, "svelte-
|
7273
|
+
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}");
|
7274
7274
|
}
|
7275
7275
|
|
7276
7276
|
function get_each_context$5(ctx, list, i) {
|
@@ -7327,14 +7327,14 @@ function create_each_block$5(ctx) {
|
|
7327
7327
|
},
|
7328
7328
|
h() {
|
7329
7329
|
attr(input, "type", "radio");
|
7330
|
-
attr(input, "class", "radio-button-input svelte-
|
7330
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7331
7331
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7332
7332
|
attr(input, "name", /*name*/ ctx[0]);
|
7333
7333
|
input.value = input_value_value = /*option*/ ctx[17];
|
7334
7334
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7335
|
-
attr(span, "class", "radio-button-text svelte-
|
7335
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7336
7336
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7337
|
-
attr(label, "class", "radio-button svelte-
|
7337
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7338
7338
|
},
|
7339
7339
|
m(target, anchor) {
|
7340
7340
|
insert_hydration(target, label, anchor);
|
@@ -7413,7 +7413,7 @@ function create_fragment$U(ctx) {
|
|
7413
7413
|
this.h();
|
7414
7414
|
},
|
7415
7415
|
h() {
|
7416
|
-
attr(div, "class", "radio-buttons svelte-
|
7416
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7417
7417
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7418
7418
|
},
|
7419
7419
|
m(target, anchor) {
|
@@ -7582,7 +7582,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7582
7582
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7583
7583
|
|
7584
7584
|
function add_css$q(target) {
|
7585
|
-
append_styles(target, "svelte-
|
7585
|
+
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}");
|
7586
7586
|
}
|
7587
7587
|
|
7588
7588
|
function get_each_context$4(ctx, list, i) {
|
@@ -7616,7 +7616,7 @@ function create_else_block$1(ctx) {
|
|
7616
7616
|
}
|
7617
7617
|
|
7618
7618
|
// (105:10) {#if option}
|
7619
|
-
function create_if_block$
|
7619
|
+
function create_if_block$8(ctx) {
|
7620
7620
|
let t_value = /*option*/ ctx[19] + "";
|
7621
7621
|
let t;
|
7622
7622
|
|
@@ -7647,7 +7647,7 @@ function create_each_block$4(ctx) {
|
|
7647
7647
|
let option_selected_value;
|
7648
7648
|
|
7649
7649
|
function select_block_type(ctx, dirty) {
|
7650
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7650
|
+
if (/*option*/ ctx[19]) return create_if_block$8;
|
7651
7651
|
return create_else_block$1;
|
7652
7652
|
}
|
7653
7653
|
|
@@ -7753,10 +7753,10 @@ function create_fragment$T(ctx) {
|
|
7753
7753
|
this.h();
|
7754
7754
|
},
|
7755
7755
|
h() {
|
7756
|
-
attr(select, "class", "select-select svelte-
|
7756
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7757
7757
|
attr(select, "style", /*style*/ ctx[3]);
|
7758
|
-
attr(div0, "class", "select-icon svelte-
|
7759
|
-
attr(div1, "class", "select svelte-
|
7758
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7759
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7760
7760
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7761
7761
|
},
|
7762
7762
|
m(target, anchor) {
|
@@ -7958,7 +7958,7 @@ class FormSelect extends SvelteComponent {
|
|
7958
7958
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7959
7959
|
|
7960
7960
|
function add_css$p(target) {
|
7961
|
-
append_styles(target, "svelte-
|
7961
|
+
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}");
|
7962
7962
|
}
|
7963
7963
|
|
7964
7964
|
function get_each_context$3(ctx, list, i) {
|
@@ -8020,19 +8020,19 @@ function create_each_block$3(ctx) {
|
|
8020
8020
|
this.h();
|
8021
8021
|
},
|
8022
8022
|
h() {
|
8023
|
-
attr(input, "class", "check-box-input svelte-
|
8023
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8024
8024
|
attr(input, "type", "checkbox");
|
8025
8025
|
attr(input, "name", /*name*/ ctx[0]);
|
8026
8026
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8027
|
-
attr(span0, "class", "check-box-icon svelte-
|
8027
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8028
8028
|
|
8029
8029
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8030
8030
|
? ' _checked'
|
8031
|
-
: ''}`) + " svelte-
|
8031
|
+
: ''}`) + " svelte-1p65cg8"));
|
8032
8032
|
|
8033
|
-
attr(span2, "class", "check-box-text svelte-
|
8033
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8034
8034
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8035
|
-
attr(label, "class", "check-box svelte-
|
8035
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8036
8036
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8037
8037
|
},
|
8038
8038
|
m(target, anchor) {
|
@@ -8064,7 +8064,7 @@ function create_each_block$3(ctx) {
|
|
8064
8064
|
|
8065
8065
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8066
8066
|
? ' _checked'
|
8067
|
-
: ''}`) + " svelte-
|
8067
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8068
8068
|
attr(span1, "class", span1_class_value);
|
8069
8069
|
}
|
8070
8070
|
|
@@ -8117,7 +8117,7 @@ function create_fragment$S(ctx) {
|
|
8117
8117
|
this.h();
|
8118
8118
|
},
|
8119
8119
|
h() {
|
8120
|
-
attr(div, "class", "check-boxes svelte-
|
8120
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8121
8121
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8122
8122
|
},
|
8123
8123
|
m(target, anchor) {
|
@@ -8292,7 +8292,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8292
8292
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8293
8293
|
|
8294
8294
|
function add_css$o(target) {
|
8295
|
-
append_styles(target, "svelte-
|
8295
|
+
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}");
|
8296
8296
|
}
|
8297
8297
|
|
8298
8298
|
function get_each_context$2(ctx, list, i) {
|
@@ -8327,7 +8327,7 @@ function create_each_block$2(ctx) {
|
|
8327
8327
|
this.h();
|
8328
8328
|
},
|
8329
8329
|
h() {
|
8330
|
-
attr(button, "class", "rating-button svelte-
|
8330
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8331
8331
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8332
8332
|
},
|
8333
8333
|
m(target, anchor) {
|
@@ -8390,7 +8390,7 @@ function create_fragment$R(ctx) {
|
|
8390
8390
|
this.h();
|
8391
8391
|
},
|
8392
8392
|
h() {
|
8393
|
-
attr(div, "class", "rating-buttons svelte-
|
8393
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8394
8394
|
},
|
8395
8395
|
m(target, anchor) {
|
8396
8396
|
insert_hydration(target, div, anchor);
|
@@ -8534,7 +8534,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8534
8534
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8535
8535
|
|
8536
8536
|
function add_css$n(target) {
|
8537
|
-
append_styles(target, "svelte-
|
8537
|
+
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%)}");
|
8538
8538
|
}
|
8539
8539
|
|
8540
8540
|
function get_each_context$1(ctx, list, i) {
|
@@ -8570,9 +8570,9 @@ function create_each_block$1(ctx) {
|
|
8570
8570
|
},
|
8571
8571
|
h() {
|
8572
8572
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8573
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8573
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8574
8574
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8575
|
-
attr(button, "class", "rating-button svelte-
|
8575
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8576
8576
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8577
8577
|
},
|
8578
8578
|
m(target, anchor) {
|
@@ -8588,7 +8588,7 @@ function create_each_block$1(ctx) {
|
|
8588
8588
|
p(new_ctx, dirty) {
|
8589
8589
|
ctx = new_ctx;
|
8590
8590
|
|
8591
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8591
|
+
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"))) {
|
8592
8592
|
attr(img, "class", img_class_value);
|
8593
8593
|
}
|
8594
8594
|
|
@@ -8635,7 +8635,7 @@ function create_fragment$Q(ctx) {
|
|
8635
8635
|
this.h();
|
8636
8636
|
},
|
8637
8637
|
h() {
|
8638
|
-
attr(div, "class", "rating-buttons svelte-
|
8638
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8639
8639
|
},
|
8640
8640
|
m(target, anchor) {
|
8641
8641
|
insert_hydration(target, div, anchor);
|
@@ -8743,7 +8743,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8743
8743
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8744
8744
|
|
8745
8745
|
function add_css$m(target) {
|
8746
|
-
append_styles(target, "svelte-
|
8746
|
+
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}");
|
8747
8747
|
}
|
8748
8748
|
|
8749
8749
|
function create_fragment$P(ctx) {
|
@@ -8774,13 +8774,13 @@ function create_fragment$P(ctx) {
|
|
8774
8774
|
this.h();
|
8775
8775
|
},
|
8776
8776
|
h() {
|
8777
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8777
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8778
8778
|
attr(input, "type", "text");
|
8779
8779
|
input.value = /*$value*/ ctx[2];
|
8780
8780
|
input.required = /*required*/ ctx[0];
|
8781
8781
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8782
8782
|
attr(input, "style", /*style*/ ctx[5]);
|
8783
|
-
attr(div, "class", "input-wrapper svelte-
|
8783
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8784
8784
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8785
8785
|
},
|
8786
8786
|
m(target, anchor) {
|
@@ -8793,7 +8793,7 @@ function create_fragment$P(ctx) {
|
|
8793
8793
|
}
|
8794
8794
|
},
|
8795
8795
|
p(ctx, [dirty]) {
|
8796
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8796
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8797
8797
|
attr(input, "class", input_class_value);
|
8798
8798
|
}
|
8799
8799
|
|
@@ -8981,7 +8981,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8981
8981
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8982
8982
|
|
8983
8983
|
function add_css$l(target) {
|
8984
|
-
append_styles(target, "svelte-
|
8984
|
+
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}");
|
8985
8985
|
}
|
8986
8986
|
|
8987
8987
|
function create_fragment$O(ctx) {
|
@@ -9047,20 +9047,20 @@ function create_fragment$O(ctx) {
|
|
9047
9047
|
},
|
9048
9048
|
h() {
|
9049
9049
|
attr(input0, "type", "radio");
|
9050
|
-
attr(input0, "class", "radio-button-input svelte-
|
9050
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9051
9051
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9052
9052
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9053
|
-
attr(span0, "class", "radio-button-text svelte-
|
9053
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9054
9054
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9055
|
-
attr(label0, "class", "radio-button svelte-
|
9055
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9056
9056
|
attr(input1, "type", "radio");
|
9057
|
-
attr(input1, "class", "radio-button-input svelte-
|
9057
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9058
9058
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9059
9059
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9060
|
-
attr(span1, "class", "radio-button-text svelte-
|
9060
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9061
9061
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9062
|
-
attr(label1, "class", "radio-button svelte-
|
9063
|
-
attr(div, "class", "radio-buttons svelte-
|
9062
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9063
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9064
9064
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9065
9065
|
},
|
9066
9066
|
m(target, anchor) {
|
@@ -9228,7 +9228,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9228
9228
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9229
9229
|
|
9230
9230
|
function add_css$k(target) {
|
9231
|
-
append_styles(target, "svelte-
|
9231
|
+
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%}");
|
9232
9232
|
}
|
9233
9233
|
|
9234
9234
|
function get_each_context(ctx, list, i) {
|
@@ -9274,9 +9274,9 @@ function create_if_block_1$1(ctx) {
|
|
9274
9274
|
attr(svg, "viewBox", "0 0 10 16");
|
9275
9275
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9276
9276
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9277
|
-
attr(button, "class", "move-button svelte-
|
9277
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9278
9278
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9279
|
-
attr(div, "class", "prev-button-container svelte-
|
9279
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9280
9280
|
},
|
9281
9281
|
m(target, anchor) {
|
9282
9282
|
insert_hydration(target, div, anchor);
|
@@ -9307,7 +9307,7 @@ function create_if_block_1$1(ctx) {
|
|
9307
9307
|
}
|
9308
9308
|
|
9309
9309
|
// (380:2) {#if isVisibleNextButton}
|
9310
|
-
function create_if_block$
|
9310
|
+
function create_if_block$7(ctx) {
|
9311
9311
|
let div;
|
9312
9312
|
let button;
|
9313
9313
|
let svg;
|
@@ -9342,9 +9342,9 @@ function create_if_block$6(ctx) {
|
|
9342
9342
|
attr(svg, "viewBox", "0 0 10 16");
|
9343
9343
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9344
9344
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9345
|
-
attr(button, "class", "move-button svelte-
|
9345
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9346
9346
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9347
|
-
attr(div, "class", "next-button-container svelte-
|
9347
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9348
9348
|
},
|
9349
9349
|
m(target, anchor) {
|
9350
9350
|
insert_hydration(target, div, anchor);
|
@@ -9404,9 +9404,9 @@ function create_each_block(ctx) {
|
|
9404
9404
|
this.h();
|
9405
9405
|
},
|
9406
9406
|
h() {
|
9407
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9407
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9408
9408
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9409
|
-
attr(button, "class", "navigation-item svelte-
|
9409
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9410
9410
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9411
9411
|
},
|
9412
9412
|
m(target, anchor) {
|
@@ -9451,7 +9451,7 @@ function create_fragment$N(ctx) {
|
|
9451
9451
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9452
9452
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9453
9453
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$1(ctx);
|
9454
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9454
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$7(ctx);
|
9455
9455
|
let each_value = /*items*/ ctx[1];
|
9456
9456
|
let each_blocks = [];
|
9457
9457
|
|
@@ -9512,14 +9512,14 @@ function create_fragment$N(ctx) {
|
|
9512
9512
|
this.h();
|
9513
9513
|
},
|
9514
9514
|
h() {
|
9515
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9515
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9516
9516
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9517
|
-
attr(div1, "class", "container svelte-
|
9517
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9518
9518
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9519
|
-
attr(div2, "class", "navigation svelte-
|
9519
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9520
9520
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9521
9521
|
set_attributes(div3, div3_data);
|
9522
|
-
toggle_class(div3, "svelte-
|
9522
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9523
9523
|
},
|
9524
9524
|
m(target, anchor) {
|
9525
9525
|
insert_hydration(target, div3, anchor);
|
@@ -9561,7 +9561,7 @@ function create_fragment$N(ctx) {
|
|
9561
9561
|
}
|
9562
9562
|
}
|
9563
9563
|
|
9564
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9564
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9565
9565
|
attr(div0, "class", div0_class_value);
|
9566
9566
|
}
|
9567
9567
|
|
@@ -9590,7 +9590,7 @@ function create_fragment$N(ctx) {
|
|
9590
9590
|
if (if_block1) {
|
9591
9591
|
if_block1.p(ctx, dirty);
|
9592
9592
|
} else {
|
9593
|
-
if_block1 = create_if_block$
|
9593
|
+
if_block1 = create_if_block$7(ctx);
|
9594
9594
|
if_block1.c();
|
9595
9595
|
if_block1.m(div3, t2);
|
9596
9596
|
}
|
@@ -9627,7 +9627,7 @@ function create_fragment$N(ctx) {
|
|
9627
9627
|
}
|
9628
9628
|
|
9629
9629
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9630
|
-
toggle_class(div3, "svelte-
|
9630
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9631
9631
|
},
|
9632
9632
|
i(local) {
|
9633
9633
|
if (current) return;
|
@@ -10139,7 +10139,7 @@ class Slide extends SvelteComponent {
|
|
10139
10139
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10140
10140
|
|
10141
10141
|
function add_css$j(target) {
|
10142
|
-
append_styles(target, "svelte-
|
10142
|
+
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}");
|
10143
10143
|
}
|
10144
10144
|
|
10145
10145
|
function create_fragment$M(ctx) {
|
@@ -10167,9 +10167,9 @@ function create_fragment$M(ctx) {
|
|
10167
10167
|
this.h();
|
10168
10168
|
},
|
10169
10169
|
h() {
|
10170
|
-
attr(div0, "class", "item-inner svelte-
|
10170
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10171
10171
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10172
|
-
attr(div1, "class", "item svelte-
|
10172
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10173
10173
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10174
10174
|
},
|
10175
10175
|
m(target, anchor) {
|
@@ -10295,7 +10295,7 @@ class SlideItem extends SvelteComponent {
|
|
10295
10295
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10296
10296
|
|
10297
10297
|
function add_css$i(target) {
|
10298
|
-
append_styles(target, "svelte-
|
10298
|
+
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}");
|
10299
10299
|
}
|
10300
10300
|
|
10301
10301
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -10326,9 +10326,9 @@ function create_fragment$L(ctx) {
|
|
10326
10326
|
this.h();
|
10327
10327
|
},
|
10328
10328
|
h() {
|
10329
|
-
attr(div0, "class", "countdown-inner svelte-
|
10329
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10330
10330
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10331
|
-
attr(div1, "class", "countdown svelte-
|
10331
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10332
10332
|
},
|
10333
10333
|
m(target, anchor) {
|
10334
10334
|
insert_hydration(target, div1, anchor);
|
@@ -10458,7 +10458,7 @@ class Countdown extends SvelteComponent {
|
|
10458
10458
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10459
10459
|
|
10460
10460
|
function add_css$h(target) {
|
10461
|
-
append_styles(target, "svelte-
|
10461
|
+
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}");
|
10462
10462
|
}
|
10463
10463
|
|
10464
10464
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10541,7 +10541,7 @@ function create_fragment$K(ctx) {
|
|
10541
10541
|
this.h();
|
10542
10542
|
},
|
10543
10543
|
h() {
|
10544
|
-
attr(div, "class", "box svelte-
|
10544
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10545
10545
|
},
|
10546
10546
|
m(target, anchor) {
|
10547
10547
|
insert_hydration(target, div, anchor);
|
@@ -10602,11 +10602,11 @@ class Box extends SvelteComponent {
|
|
10602
10602
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10603
10603
|
|
10604
10604
|
function add_css$g(target) {
|
10605
|
-
append_styles(target, "svelte-
|
10605
|
+
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)}");
|
10606
10606
|
}
|
10607
10607
|
|
10608
10608
|
// (56:4) {#if svg}
|
10609
|
-
function create_if_block$
|
10609
|
+
function create_if_block$6(ctx) {
|
10610
10610
|
let html_tag;
|
10611
10611
|
let html_anchor;
|
10612
10612
|
|
@@ -10641,7 +10641,7 @@ function create_if_block$5(ctx) {
|
|
10641
10641
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10642
10642
|
function create_default_slot$1(ctx) {
|
10643
10643
|
let if_block_anchor;
|
10644
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10644
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$6(ctx);
|
10645
10645
|
|
10646
10646
|
return {
|
10647
10647
|
c() {
|
@@ -10661,7 +10661,7 @@ function create_default_slot$1(ctx) {
|
|
10661
10661
|
if (if_block) {
|
10662
10662
|
if_block.p(ctx, dirty);
|
10663
10663
|
} else {
|
10664
|
-
if_block = create_if_block$
|
10664
|
+
if_block = create_if_block$6(ctx);
|
10665
10665
|
if_block.c();
|
10666
10666
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10667
10667
|
}
|
@@ -10706,7 +10706,7 @@ function create_fragment$J(ctx) {
|
|
10706
10706
|
this.h();
|
10707
10707
|
},
|
10708
10708
|
h() {
|
10709
|
-
attr(div, "class", "icon svelte-
|
10709
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10710
10710
|
},
|
10711
10711
|
m(target, anchor) {
|
10712
10712
|
insert_hydration(target, div, anchor);
|
@@ -10815,7 +10815,7 @@ class IconElement extends SvelteComponent {
|
|
10815
10815
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10816
10816
|
|
10817
10817
|
function add_css$f(target) {
|
10818
|
-
append_styles(target, "svelte-
|
10818
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10819
10819
|
}
|
10820
10820
|
|
10821
10821
|
function create_fragment$I(ctx) {
|
@@ -10851,7 +10851,7 @@ function create_fragment$I(ctx) {
|
|
10851
10851
|
this.h();
|
10852
10852
|
},
|
10853
10853
|
h() {
|
10854
|
-
attr(div, "class", "codeElement svelte-
|
10854
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10855
10855
|
attr(div, "style", /*style*/ ctx[3]);
|
10856
10856
|
},
|
10857
10857
|
m(target, anchor) {
|
@@ -10940,7 +10940,7 @@ class CodeElement extends SvelteComponent {
|
|
10940
10940
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10941
10941
|
|
10942
10942
|
function add_css$e(target) {
|
10943
|
-
append_styles(target, "svelte-
|
10943
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10944
10944
|
}
|
10945
10945
|
|
10946
10946
|
function create_fragment$H(ctx) {
|
@@ -10964,7 +10964,7 @@ function create_fragment$H(ctx) {
|
|
10964
10964
|
this.h();
|
10965
10965
|
},
|
10966
10966
|
h() {
|
10967
|
-
attr(div, "class", "flex svelte-
|
10967
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10968
10968
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10969
10969
|
},
|
10970
10970
|
m(target, anchor) {
|
@@ -11061,7 +11061,7 @@ class Flex extends SvelteComponent {
|
|
11061
11061
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11062
11062
|
|
11063
11063
|
function add_css$d(target) {
|
11064
|
-
append_styles(target, "svelte-
|
11064
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11065
11065
|
}
|
11066
11066
|
|
11067
11067
|
function create_fragment$G(ctx) {
|
@@ -11084,7 +11084,7 @@ function create_fragment$G(ctx) {
|
|
11084
11084
|
this.h();
|
11085
11085
|
},
|
11086
11086
|
h() {
|
11087
|
-
attr(div, "class", "flex-item svelte-
|
11087
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11088
11088
|
attr(div, "style", /*style*/ ctx[0]);
|
11089
11089
|
},
|
11090
11090
|
m(target, anchor) {
|
@@ -11504,7 +11504,7 @@ class GridModalState extends SvelteComponent {
|
|
11504
11504
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11505
11505
|
|
11506
11506
|
function add_css$c(target) {
|
11507
|
-
append_styles(target, "svelte-
|
11507
|
+
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%}");
|
11508
11508
|
}
|
11509
11509
|
|
11510
11510
|
function create_fragment$E(ctx) {
|
@@ -11533,8 +11533,8 @@ function create_fragment$E(ctx) {
|
|
11533
11533
|
this.h();
|
11534
11534
|
},
|
11535
11535
|
h() {
|
11536
|
-
attr(div0, "class", "text-block-inner svelte-
|
11537
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11536
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11537
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11538
11538
|
attr(div1, "style", /*style*/ ctx[2]);
|
11539
11539
|
},
|
11540
11540
|
m(target, anchor) {
|
@@ -11548,7 +11548,7 @@ function create_fragment$E(ctx) {
|
|
11548
11548
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11549
11549
|
rendertext.$set(rendertext_changes);
|
11550
11550
|
|
11551
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11551
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11552
11552
|
attr(div1, "class", div1_class_value);
|
11553
11553
|
}
|
11554
11554
|
|
@@ -11626,7 +11626,7 @@ class TextBlock extends SvelteComponent {
|
|
11626
11626
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11627
11627
|
|
11628
11628
|
function add_css$b(target) {
|
11629
|
-
append_styles(target, "svelte-
|
11629
|
+
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)}");
|
11630
11630
|
}
|
11631
11631
|
|
11632
11632
|
function create_fragment$D(ctx) {
|
@@ -11656,9 +11656,9 @@ function create_fragment$D(ctx) {
|
|
11656
11656
|
this.h();
|
11657
11657
|
},
|
11658
11658
|
h() {
|
11659
|
-
attr(button, "class", "text-button svelte-
|
11659
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11660
11660
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11661
|
-
attr(div, "class", "text-button-block svelte-
|
11661
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11662
11662
|
attr(div, "style", /*_style*/ ctx[2]);
|
11663
11663
|
},
|
11664
11664
|
m(target, anchor) {
|
@@ -11764,7 +11764,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11764
11764
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11765
11765
|
|
11766
11766
|
function add_css$a(target) {
|
11767
|
-
append_styles(target, "svelte-
|
11767
|
+
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)}");
|
11768
11768
|
}
|
11769
11769
|
|
11770
11770
|
function create_fragment$C(ctx) {
|
@@ -11800,14 +11800,14 @@ function create_fragment$C(ctx) {
|
|
11800
11800
|
this.h();
|
11801
11801
|
},
|
11802
11802
|
h() {
|
11803
|
-
attr(img, "class", "image svelte-
|
11803
|
+
attr(img, "class", "image svelte-1pdw891");
|
11804
11804
|
attr(img, "loading", "lazy");
|
11805
11805
|
attr(img, "width", "auto");
|
11806
11806
|
attr(img, "height", "auto");
|
11807
11807
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11808
11808
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11809
11809
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11810
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11810
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11811
11811
|
attr(div, "style", /*_style*/ ctx[5]);
|
11812
11812
|
},
|
11813
11813
|
m(target, anchor) {
|
@@ -11832,7 +11832,7 @@ function create_fragment$C(ctx) {
|
|
11832
11832
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11833
11833
|
}
|
11834
11834
|
|
11835
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11835
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11836
11836
|
attr(div, "class", div_class_value);
|
11837
11837
|
}
|
11838
11838
|
|
@@ -12003,7 +12003,7 @@ const toCssShadow = (p) => {
|
|
12003
12003
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12004
12004
|
|
12005
12005
|
function add_css$9(target) {
|
12006
|
-
append_styles(target, "svelte-
|
12006
|
+
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
12007
12007
|
}
|
12008
12008
|
|
12009
12009
|
function create_fragment$B(ctx) {
|
@@ -12034,7 +12034,7 @@ function create_fragment$B(ctx) {
|
|
12034
12034
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
12035
12035
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
12036
12036
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
12037
|
-
attr(div, "class", "avatar svelte-
|
12037
|
+
attr(div, "class", "avatar svelte-17xar9h");
|
12038
12038
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
12039
12039
|
attr(div, "style", /*style*/ ctx[3]);
|
12040
12040
|
},
|
@@ -13972,11 +13972,11 @@ const ICON_PARAMS = [
|
|
13972
13972
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13973
13973
|
|
13974
13974
|
function add_css$8(target) {
|
13975
|
-
append_styles(target, "svelte-
|
13975
|
+
append_styles(target, "svelte-1mx2edd", ".icon.svelte-1mx2edd{display:inline-flex;align-items:center;overflow:hidden;width:auto}");
|
13976
13976
|
}
|
13977
13977
|
|
13978
13978
|
// (20:0) {#if (IconComponent)}
|
13979
|
-
function create_if_block$
|
13979
|
+
function create_if_block$5(ctx) {
|
13980
13980
|
let div;
|
13981
13981
|
let switch_instance;
|
13982
13982
|
let current;
|
@@ -14012,7 +14012,7 @@ function create_if_block$4(ctx) {
|
|
14012
14012
|
},
|
14013
14013
|
h() {
|
14014
14014
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14015
|
-
attr(div, "class", "icon svelte-
|
14015
|
+
attr(div, "class", "icon svelte-1mx2edd");
|
14016
14016
|
attr(div, "style", /*style*/ ctx[3]);
|
14017
14017
|
},
|
14018
14018
|
m(target, anchor) {
|
@@ -14075,7 +14075,7 @@ function create_if_block$4(ctx) {
|
|
14075
14075
|
function create_fragment$8(ctx) {
|
14076
14076
|
let if_block_anchor;
|
14077
14077
|
let current;
|
14078
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14078
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
14079
14079
|
|
14080
14080
|
return {
|
14081
14081
|
c() {
|
@@ -14100,7 +14100,7 @@ function create_fragment$8(ctx) {
|
|
14100
14100
|
transition_in(if_block, 1);
|
14101
14101
|
}
|
14102
14102
|
} else {
|
14103
|
-
if_block = create_if_block$
|
14103
|
+
if_block = create_if_block$5(ctx);
|
14104
14104
|
if_block.c();
|
14105
14105
|
transition_in(if_block, 1);
|
14106
14106
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -14176,14 +14176,103 @@ class Icon extends SvelteComponent {
|
|
14176
14176
|
}
|
14177
14177
|
}
|
14178
14178
|
|
14179
|
+
const BUTTON_VARIANTS = {
|
14180
|
+
size: {
|
14181
|
+
extra_small: {
|
14182
|
+
minHeight: '32px',
|
14183
|
+
paddingInline: '12px',
|
14184
|
+
fontSize: '12px',
|
14185
|
+
paddingBlock: '8px',
|
14186
|
+
lineHeight: 1.5,
|
14187
|
+
borderRadius: '4px',
|
14188
|
+
},
|
14189
|
+
small: {
|
14190
|
+
minHeight: '36px',
|
14191
|
+
paddingInline: '16px',
|
14192
|
+
fontSize: '13px',
|
14193
|
+
paddingBlock: '8px',
|
14194
|
+
lineHeight: 1.5,
|
14195
|
+
borderRadius: '4px',
|
14196
|
+
},
|
14197
|
+
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
14198
|
+
medium: {
|
14199
|
+
minHeight: '40px',
|
14200
|
+
paddingInline: '24px',
|
14201
|
+
fontSize: '14px',
|
14202
|
+
paddingBlock: '8px',
|
14203
|
+
lineHeight: 1.5,
|
14204
|
+
borderRadius: '4px',
|
14205
|
+
},
|
14206
|
+
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
14207
|
+
large: {
|
14208
|
+
minHeight: '48px',
|
14209
|
+
paddingInline: '32px',
|
14210
|
+
fontSize: '14px',
|
14211
|
+
paddingBlock: '10px',
|
14212
|
+
lineHeight: 1.5,
|
14213
|
+
borderRadius: '4px',
|
14214
|
+
},
|
14215
|
+
extra_large: {
|
14216
|
+
minHeight: '56px',
|
14217
|
+
paddingInline: '40px',
|
14218
|
+
fontSize: '17px',
|
14219
|
+
paddingBlock: '12px',
|
14220
|
+
lineHeight: 1.5,
|
14221
|
+
borderRadius: '4px',
|
14222
|
+
},
|
14223
|
+
},
|
14224
|
+
theme: {
|
14225
|
+
theme: {
|
14226
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
14227
|
+
color: '#FFFFFF',
|
14228
|
+
fontWeight: 'bold',
|
14229
|
+
},
|
14230
|
+
default: {
|
14231
|
+
backgroundColor: '#33403e',
|
14232
|
+
color: '#FFFFFF',
|
14233
|
+
fontWeight: 'bold',
|
14234
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14235
|
+
},
|
14236
|
+
transparent: {
|
14237
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14238
|
+
color: '#00100ea1',
|
14239
|
+
fontWeight: 'bold',
|
14240
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14241
|
+
},
|
14242
|
+
alert: {
|
14243
|
+
backgroundColor: 'rgb(242,83,32,1)',
|
14244
|
+
color: '#FFFFFF',
|
14245
|
+
fontWeight: 'bold',
|
14246
|
+
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
14247
|
+
},
|
14248
|
+
},
|
14249
|
+
round: {
|
14250
|
+
none: {
|
14251
|
+
borderRadius: 0,
|
14252
|
+
},
|
14253
|
+
default: {},
|
14254
|
+
fulled: {
|
14255
|
+
borderRadius: '56px',
|
14256
|
+
},
|
14257
|
+
},
|
14258
|
+
wrap: {
|
14259
|
+
nowrap: {
|
14260
|
+
whiteSpace: 'nowrap',
|
14261
|
+
},
|
14262
|
+
wrap: {
|
14263
|
+
whiteSpace: 'pre-wrap',
|
14264
|
+
},
|
14265
|
+
},
|
14266
|
+
};
|
14267
|
+
|
14179
14268
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
14180
14269
|
|
14181
14270
|
function add_css$7(target) {
|
14182
|
-
append_styles(target, "svelte-
|
14271
|
+
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}");
|
14183
14272
|
}
|
14184
14273
|
|
14185
|
-
// (
|
14186
|
-
function create_if_block$
|
14274
|
+
// (47:2) {#if (props.isIcon && props.iconVariant)}
|
14275
|
+
function create_if_block$4(ctx) {
|
14187
14276
|
let div;
|
14188
14277
|
let icon;
|
14189
14278
|
let current;
|
@@ -14192,7 +14281,7 @@ function create_if_block$3(ctx) {
|
|
14192
14281
|
props: {
|
14193
14282
|
props: {
|
14194
14283
|
variant: /*props*/ ctx[0].iconVariant,
|
14195
|
-
color:
|
14284
|
+
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].theme
|
14196
14285
|
}
|
14197
14286
|
}
|
14198
14287
|
});
|
@@ -14211,7 +14300,7 @@ function create_if_block$3(ctx) {
|
|
14211
14300
|
this.h();
|
14212
14301
|
},
|
14213
14302
|
h() {
|
14214
|
-
attr(div, "class", "button-icon svelte-
|
14303
|
+
attr(div, "class", "button-icon svelte-bo01kn");
|
14215
14304
|
},
|
14216
14305
|
m(target, anchor) {
|
14217
14306
|
insert_hydration(target, div, anchor);
|
@@ -14223,7 +14312,7 @@ function create_if_block$3(ctx) {
|
|
14223
14312
|
|
14224
14313
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
14225
14314
|
variant: /*props*/ ctx[0].iconVariant,
|
14226
|
-
color:
|
14315
|
+
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].theme
|
14227
14316
|
};
|
14228
14317
|
|
14229
14318
|
icon.$set(icon_changes);
|
@@ -14253,7 +14342,7 @@ function create_fragment$7(ctx) {
|
|
14253
14342
|
let current;
|
14254
14343
|
let mounted;
|
14255
14344
|
let dispose;
|
14256
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14345
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
14257
14346
|
|
14258
14347
|
return {
|
14259
14348
|
c() {
|
@@ -14284,7 +14373,7 @@ function create_fragment$7(ctx) {
|
|
14284
14373
|
h() {
|
14285
14374
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
14286
14375
|
attr(button, "style", /*style*/ ctx[2]);
|
14287
|
-
attr(button, "class", "button svelte-
|
14376
|
+
attr(button, "class", "button svelte-bo01kn");
|
14288
14377
|
},
|
14289
14378
|
m(target, anchor) {
|
14290
14379
|
insert_hydration(target, button, anchor);
|
@@ -14295,7 +14384,7 @@ function create_fragment$7(ctx) {
|
|
14295
14384
|
current = true;
|
14296
14385
|
|
14297
14386
|
if (!mounted) {
|
14298
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
14387
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[3]));
|
14299
14388
|
mounted = true;
|
14300
14389
|
}
|
14301
14390
|
},
|
@@ -14308,7 +14397,7 @@ function create_fragment$7(ctx) {
|
|
14308
14397
|
transition_in(if_block, 1);
|
14309
14398
|
}
|
14310
14399
|
} else {
|
14311
|
-
if_block = create_if_block$
|
14400
|
+
if_block = create_if_block$4(ctx);
|
14312
14401
|
if_block.c();
|
14313
14402
|
transition_in(if_block, 1);
|
14314
14403
|
if_block.m(button, t0);
|
@@ -14359,96 +14448,11 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14359
14448
|
let { props = {} } = $$props;
|
14360
14449
|
let { layerId = '' } = $$props;
|
14361
14450
|
|
14362
|
-
const
|
14363
|
-
size: {
|
14364
|
-
extra_small: {
|
14365
|
-
minHeight: '32px',
|
14366
|
-
paddingInline: '12px',
|
14367
|
-
fontSize: '12px',
|
14368
|
-
paddingBlock: '8px',
|
14369
|
-
lineHeight: 1.5,
|
14370
|
-
borderRadius: '4px'
|
14371
|
-
},
|
14372
|
-
small: {
|
14373
|
-
minHeight: '36px',
|
14374
|
-
paddingInline: '16px',
|
14375
|
-
fontSize: '13px',
|
14376
|
-
paddingBlock: '8px',
|
14377
|
-
lineHeight: 1.5,
|
14378
|
-
borderRadius: '4px'
|
14379
|
-
},
|
14380
|
-
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
14381
|
-
medium: {
|
14382
|
-
minHeight: '40px',
|
14383
|
-
paddingInline: '24px',
|
14384
|
-
fontSize: '14px',
|
14385
|
-
paddingBlock: '8px',
|
14386
|
-
lineHeight: 1.5,
|
14387
|
-
borderRadius: '4px'
|
14388
|
-
},
|
14389
|
-
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
14390
|
-
large: {
|
14391
|
-
minHeight: '48px',
|
14392
|
-
paddingInline: '32px',
|
14393
|
-
fontSize: '14px',
|
14394
|
-
paddingBlock: '10px',
|
14395
|
-
lineHeight: 1.5,
|
14396
|
-
borderRadius: '4px'
|
14397
|
-
},
|
14398
|
-
extra_large: {
|
14399
|
-
minHeight: '56px',
|
14400
|
-
paddingInline: '40px',
|
14401
|
-
fontSize: '17px',
|
14402
|
-
paddingBlock: '12px',
|
14403
|
-
lineHeight: 1.5,
|
14404
|
-
borderRadius: '4px'
|
14405
|
-
}
|
14406
|
-
},
|
14407
|
-
color: {
|
14408
|
-
theme: {
|
14409
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
14410
|
-
color: '#FFFFFF',
|
14411
|
-
fontWeight: 'bold'
|
14412
|
-
},
|
14413
|
-
default: {
|
14414
|
-
backgroundColor: '#33403e',
|
14415
|
-
color: '#FFFFFF',
|
14416
|
-
fontWeight: 'bold'
|
14417
|
-
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
14418
|
-
transparent: {
|
14419
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14420
|
-
color: '#00100ea1',
|
14421
|
-
fontWeight: 'bold'
|
14422
|
-
}, // 'bg-action-default hover:bg-action-default-hover text-default'
|
14423
|
-
alert: {
|
14424
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
14425
|
-
color: '#FFFFFF',
|
14426
|
-
fontWeight: 'bold'
|
14427
|
-
}, // 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
14428
|
-
|
14429
|
-
},
|
14430
|
-
round: {
|
14431
|
-
none: { borderRadius: 0 },
|
14432
|
-
default: {},
|
14433
|
-
fulled: { borderRadius: '56px' }
|
14434
|
-
},
|
14435
|
-
wrap: {
|
14436
|
-
nowrap: { whiteSpace: 'nowrap' },
|
14437
|
-
wrap: { whiteSpace: 'pre-wrap' }
|
14438
|
-
}
|
14439
|
-
};
|
14440
|
-
|
14441
|
-
const getCssColor = () => {
|
14451
|
+
const getCssVariantTheme = () => {
|
14442
14452
|
return {
|
14443
|
-
backgroundColor: props.backgroundColor
|
14444
|
-
|
14445
|
-
:
|
14446
|
-
color: props.fontColor
|
14447
|
-
? props.fontColor
|
14448
|
-
: VARIANTS.color[props.color ?? 'default'].color,
|
14449
|
-
fontWeight: props.fontWeight
|
14450
|
-
? props.fontWeight
|
14451
|
-
: VARIANTS.color[props.color ?? 'default'].fontWeight
|
14453
|
+
backgroundColor: props.backgroundColor ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].backgroundColor,
|
14454
|
+
color: props.color ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].color,
|
14455
|
+
fontWeight: props.fontWeight ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].fontWeight
|
14452
14456
|
};
|
14453
14457
|
};
|
14454
14458
|
|
@@ -14461,9 +14465,9 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14461
14465
|
}
|
14462
14466
|
|
14463
14467
|
$$self.$$set = $$props => {
|
14464
|
-
if ('onClick' in $$props) $$invalidate(
|
14465
|
-
if ('eventName' in $$props) $$invalidate(
|
14466
|
-
if ('eventValue' in $$props) $$invalidate(
|
14468
|
+
if ('onClick' in $$props) $$invalidate(4, onClick = $$props.onClick);
|
14469
|
+
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
14470
|
+
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
14467
14471
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14468
14472
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14469
14473
|
};
|
@@ -14479,19 +14483,19 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14479
14483
|
border: 0,
|
14480
14484
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14481
14485
|
width: props.width,
|
14482
|
-
...
|
14483
|
-
...
|
14484
|
-
...
|
14486
|
+
...BUTTON_VARIANTS.size[props.size ?? 'medium'],
|
14487
|
+
...BUTTON_VARIANTS.wrap[props.wrap ?? 'nowrap'],
|
14488
|
+
...BUTTON_VARIANTS.round[props.round ?? 'default'],
|
14485
14489
|
...props.iconAngle
|
14486
14490
|
? { flexDirection: props.iconAngle }
|
14487
14491
|
: {},
|
14488
|
-
...
|
14492
|
+
...getCssVariantTheme(),
|
14489
14493
|
...toCssCommon(props)
|
14490
14494
|
}));
|
14491
14495
|
}
|
14492
14496
|
};
|
14493
14497
|
|
14494
|
-
return [props, layerId, style,
|
14498
|
+
return [props, layerId, style, handleClick, onClick, eventName, eventValue];
|
14495
14499
|
}
|
14496
14500
|
|
14497
14501
|
class Button extends SvelteComponent {
|
@@ -14505,9 +14509,9 @@ class Button extends SvelteComponent {
|
|
14505
14509
|
create_fragment$7,
|
14506
14510
|
safe_not_equal,
|
14507
14511
|
{
|
14508
|
-
onClick:
|
14509
|
-
eventName:
|
14510
|
-
eventValue:
|
14512
|
+
onClick: 4,
|
14513
|
+
eventName: 5,
|
14514
|
+
eventValue: 6,
|
14511
14515
|
props: 0,
|
14512
14516
|
layerId: 1
|
14513
14517
|
},
|
@@ -14523,7 +14527,7 @@ const BUTTON_SIZE = {
|
|
14523
14527
|
large: 'Large',
|
14524
14528
|
extra_large: 'XLarge',
|
14525
14529
|
};
|
14526
|
-
const
|
14530
|
+
const BUTTON_THEME = {
|
14527
14531
|
default: 'デフォルト',
|
14528
14532
|
theme: 'テーマカラー',
|
14529
14533
|
alert: 'アラート',
|
@@ -14546,11 +14550,11 @@ const BUTTON_ICON_ANGLE = {
|
|
14546
14550
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
14547
14551
|
|
14548
14552
|
function add_css$6(target) {
|
14549
|
-
append_styles(target, "svelte-
|
14553
|
+
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}");
|
14550
14554
|
}
|
14551
14555
|
|
14552
14556
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
14553
|
-
function create_if_block$
|
14557
|
+
function create_if_block$3(ctx) {
|
14554
14558
|
let div;
|
14555
14559
|
let icon;
|
14556
14560
|
let current;
|
@@ -14578,7 +14582,7 @@ function create_if_block$2(ctx) {
|
|
14578
14582
|
this.h();
|
14579
14583
|
},
|
14580
14584
|
h() {
|
14581
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
14585
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
14582
14586
|
},
|
14583
14587
|
m(target, anchor) {
|
14584
14588
|
insert_hydration(target, div, anchor);
|
@@ -14620,7 +14624,7 @@ function create_fragment$6(ctx) {
|
|
14620
14624
|
let current;
|
14621
14625
|
let mounted;
|
14622
14626
|
let dispose;
|
14623
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14627
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
14624
14628
|
|
14625
14629
|
return {
|
14626
14630
|
c() {
|
@@ -14651,7 +14655,7 @@ function create_fragment$6(ctx) {
|
|
14651
14655
|
h() {
|
14652
14656
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
14653
14657
|
attr(button, "style", /*style*/ ctx[2]);
|
14654
|
-
attr(button, "class", "flex-text-button svelte-
|
14658
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
14655
14659
|
},
|
14656
14660
|
m(target, anchor) {
|
14657
14661
|
insert_hydration(target, button, anchor);
|
@@ -14675,7 +14679,7 @@ function create_fragment$6(ctx) {
|
|
14675
14679
|
transition_in(if_block, 1);
|
14676
14680
|
}
|
14677
14681
|
} else {
|
14678
|
-
if_block = create_if_block$
|
14682
|
+
if_block = create_if_block$3(ctx);
|
14679
14683
|
if_block.c();
|
14680
14684
|
transition_in(if_block, 1);
|
14681
14685
|
if_block.m(button, t0);
|
@@ -14869,22 +14873,86 @@ const TEXT_BUTTON_ICON_ANGLE = {
|
|
14869
14873
|
'row-reverse': '右側',
|
14870
14874
|
};
|
14871
14875
|
|
14876
|
+
const CLOSE_BUTTON_PLACEMENT = {
|
14877
|
+
topRight: 'topRight',
|
14878
|
+
topLeft: 'topLeft',
|
14879
|
+
bottomRight: 'bottomRight',
|
14880
|
+
bottomLeft: 'bottomLeft',
|
14881
|
+
};
|
14882
|
+
const CLOSE_BUTTON_ROUND = {
|
14883
|
+
default: 'デフォルト',
|
14884
|
+
none: 'なし',
|
14885
|
+
fulled: '円形',
|
14886
|
+
};
|
14887
|
+
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
14888
|
+
right: 'right',
|
14889
|
+
left: 'left',
|
14890
|
+
};
|
14891
|
+
|
14872
14892
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14873
14893
|
|
14874
14894
|
function add_css$5(target) {
|
14875
|
-
append_styles(target, "svelte-
|
14895
|
+
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')}");
|
14896
|
+
}
|
14897
|
+
|
14898
|
+
// (99:4) {#if hasLabel}
|
14899
|
+
function create_if_block$2(ctx) {
|
14900
|
+
let span;
|
14901
|
+
let t;
|
14902
|
+
|
14903
|
+
return {
|
14904
|
+
c() {
|
14905
|
+
span = element("span");
|
14906
|
+
t = text(/*label*/ ctx[7]);
|
14907
|
+
this.h();
|
14908
|
+
},
|
14909
|
+
l(nodes) {
|
14910
|
+
span = claim_element(nodes, "SPAN", { style: true, class: true });
|
14911
|
+
var span_nodes = children(span);
|
14912
|
+
t = claim_text(span_nodes, /*label*/ ctx[7]);
|
14913
|
+
span_nodes.forEach(detach);
|
14914
|
+
this.h();
|
14915
|
+
},
|
14916
|
+
h() {
|
14917
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
14918
|
+
|
14919
|
+
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14920
|
+
? 'close-button-order-one'
|
14921
|
+
: '') + " svelte-1l8m1e9");
|
14922
|
+
},
|
14923
|
+
m(target, anchor) {
|
14924
|
+
insert_hydration(target, span, anchor);
|
14925
|
+
append_hydration(span, t);
|
14926
|
+
},
|
14927
|
+
p(ctx, dirty) {
|
14928
|
+
if (dirty & /*labelCssVariable*/ 4) {
|
14929
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
14930
|
+
}
|
14931
|
+
},
|
14932
|
+
d(detaching) {
|
14933
|
+
if (detaching) detach(span);
|
14934
|
+
}
|
14935
|
+
};
|
14876
14936
|
}
|
14877
14937
|
|
14878
14938
|
function create_fragment$5(ctx) {
|
14939
|
+
let div1;
|
14940
|
+
let div0;
|
14879
14941
|
let button;
|
14880
14942
|
let svg;
|
14881
14943
|
let path;
|
14944
|
+
let button_class_value;
|
14945
|
+
let t;
|
14882
14946
|
let mounted;
|
14883
14947
|
let dispose;
|
14884
14948
|
|
14885
14949
|
let button_levels = [
|
14886
14950
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
14887
|
-
{
|
14951
|
+
{
|
14952
|
+
class: button_class_value = "close-button " + (/*isLeftLabelPlacement*/ ctx[8]
|
14953
|
+
? 'close-button-order-two'
|
14954
|
+
: '')
|
14955
|
+
},
|
14888
14956
|
{ style: /*style*/ ctx[1] },
|
14889
14957
|
dataAttrStopPropagation('click')
|
14890
14958
|
];
|
@@ -14895,15 +14963,26 @@ function create_fragment$5(ctx) {
|
|
14895
14963
|
button_data = assign(button_data, button_levels[i]);
|
14896
14964
|
}
|
14897
14965
|
|
14966
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
14967
|
+
|
14898
14968
|
return {
|
14899
14969
|
c() {
|
14970
|
+
div1 = element("div");
|
14971
|
+
div0 = element("div");
|
14900
14972
|
button = element("button");
|
14901
14973
|
svg = svg_element("svg");
|
14902
14974
|
path = svg_element("path");
|
14975
|
+
t = space();
|
14976
|
+
if (if_block) if_block.c();
|
14903
14977
|
this.h();
|
14904
14978
|
},
|
14905
14979
|
l(nodes) {
|
14906
|
-
|
14980
|
+
div1 = claim_element(nodes, "DIV", { class: true, style: true });
|
14981
|
+
var div1_nodes = children(div1);
|
14982
|
+
div0 = claim_element(div1_nodes, "DIV", { class: true });
|
14983
|
+
var div0_nodes = children(div0);
|
14984
|
+
|
14985
|
+
button = claim_element(div0_nodes, "BUTTON", {
|
14907
14986
|
"data-layer-id": true,
|
14908
14987
|
class: true,
|
14909
14988
|
style: true
|
@@ -14923,6 +15002,10 @@ function create_fragment$5(ctx) {
|
|
14923
15002
|
children(path).forEach(detach);
|
14924
15003
|
svg_nodes.forEach(detach);
|
14925
15004
|
button_nodes.forEach(detach);
|
15005
|
+
t = claim_space(div0_nodes);
|
15006
|
+
if (if_block) if_block.l(div0_nodes);
|
15007
|
+
div0_nodes.forEach(detach);
|
15008
|
+
div1_nodes.forEach(detach);
|
14926
15009
|
this.h();
|
14927
15010
|
},
|
14928
15011
|
h() {
|
@@ -14931,35 +15014,60 @@ function create_fragment$5(ctx) {
|
|
14931
15014
|
set_style(svg, "width", "75%");
|
14932
15015
|
set_style(svg, "height", "75%");
|
14933
15016
|
attr(svg, "viewBox", "0 0 50 50");
|
14934
|
-
attr(svg, "fill",
|
15017
|
+
attr(svg, "fill", /*color*/ ctx[6]);
|
14935
15018
|
set_attributes(button, button_data);
|
14936
|
-
toggle_class(button, "svelte-
|
15019
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
15020
|
+
attr(div0, "class", "close-button-row svelte-1l8m1e9");
|
15021
|
+
attr(div1, "class", "close svelte-1l8m1e9");
|
15022
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
14937
15023
|
},
|
14938
15024
|
m(target, anchor) {
|
14939
|
-
insert_hydration(target,
|
15025
|
+
insert_hydration(target, div1, anchor);
|
15026
|
+
append_hydration(div1, div0);
|
15027
|
+
append_hydration(div0, button);
|
14940
15028
|
append_hydration(button, svg);
|
14941
15029
|
append_hydration(svg, path);
|
14942
15030
|
if (button.autofocus) button.focus();
|
15031
|
+
append_hydration(div0, t);
|
15032
|
+
if (if_block) if_block.m(div0, null);
|
14943
15033
|
|
14944
15034
|
if (!mounted) {
|
14945
|
-
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
15035
|
+
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
14946
15036
|
mounted = true;
|
14947
15037
|
}
|
14948
15038
|
},
|
14949
15039
|
p(ctx, [dirty]) {
|
14950
15040
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
14951
15041
|
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
14952
|
-
{ class:
|
15042
|
+
{ class: button_class_value },
|
14953
15043
|
dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
|
14954
15044
|
dataAttrStopPropagation('click')
|
14955
15045
|
]));
|
14956
15046
|
|
14957
|
-
toggle_class(button, "svelte-
|
15047
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
15048
|
+
|
15049
|
+
if (/*hasLabel*/ ctx[4]) {
|
15050
|
+
if (if_block) {
|
15051
|
+
if_block.p(ctx, dirty);
|
15052
|
+
} else {
|
15053
|
+
if_block = create_if_block$2(ctx);
|
15054
|
+
if_block.c();
|
15055
|
+
if_block.m(div0, null);
|
15056
|
+
}
|
15057
|
+
} else if (if_block) {
|
15058
|
+
if_block.d(1);
|
15059
|
+
if_block = null;
|
15060
|
+
}
|
15061
|
+
|
15062
|
+
if (dirty & /*rootStyle*/ 8) {
|
15063
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
15064
|
+
}
|
14958
15065
|
},
|
14959
15066
|
i: noop,
|
14960
15067
|
o: noop,
|
14961
15068
|
d(detaching) {
|
14962
|
-
if (detaching) detach(
|
15069
|
+
if (detaching) detach(div1);
|
15070
|
+
if (if_block) if_block.d();
|
14963
15071
|
mounted = false;
|
14964
15072
|
dispose();
|
14965
15073
|
}
|
@@ -14967,14 +15075,34 @@ function create_fragment$5(ctx) {
|
|
14967
15075
|
}
|
14968
15076
|
|
14969
15077
|
function instance$5($$self, $$props, $$invalidate) {
|
15078
|
+
let hasLabel;
|
15079
|
+
let rootStyle;
|
15080
|
+
let labelCssVariable;
|
14970
15081
|
let style;
|
14971
|
-
let
|
15082
|
+
let $maximumZindex;
|
15083
|
+
component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
|
14972
15084
|
let { props = {} } = $$props;
|
14973
15085
|
let { layerId = '' } = $$props;
|
14974
15086
|
let { eventName = '' } = $$props;
|
14975
15087
|
let { eventValue = undefined } = $$props;
|
14976
15088
|
|
15089
|
+
const VARIANTS = {
|
15090
|
+
placement: {
|
15091
|
+
topRight: { top: '8px', right: '8px' },
|
15092
|
+
topLeft: { top: '8px', left: '8px' },
|
15093
|
+
bottomRight: { bottom: '8px', right: '8px' },
|
15094
|
+
bottomLeft: { bottom: '8px', left: '8px' }
|
15095
|
+
},
|
15096
|
+
round: {
|
15097
|
+
none: { borderRadius: 0 },
|
15098
|
+
default: {},
|
15099
|
+
fulled: { borderRadius: '56px' }
|
15100
|
+
}
|
15101
|
+
};
|
15102
|
+
|
14977
15103
|
function handleClick() {
|
15104
|
+
const onClick = { operation: 'closeApp', args: ['button'] };
|
15105
|
+
|
14978
15106
|
if (eventName) {
|
14979
15107
|
send_event(eventName, eventValue);
|
14980
15108
|
}
|
@@ -14983,27 +15111,64 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14983
15111
|
}
|
14984
15112
|
|
14985
15113
|
const size = props.size ?? 24;
|
15114
|
+
const color = props.color ?? '#666';
|
15115
|
+
const label = props.label;
|
15116
|
+
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
15117
|
+
|
15118
|
+
const getCssPlacement = () => {
|
15119
|
+
return {
|
15120
|
+
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
15121
|
+
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
15122
|
+
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
15123
|
+
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
15124
|
+
};
|
15125
|
+
};
|
14986
15126
|
|
14987
15127
|
$$self.$$set = $$props => {
|
14988
|
-
if ('
|
14989
|
-
if ('props' in $$props) $$invalidate(4, props = $$props.props);
|
15128
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
14990
15129
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
14991
|
-
if ('eventName' in $$props) $$invalidate(
|
14992
|
-
if ('eventValue' in $$props) $$invalidate(
|
15130
|
+
if ('eventName' in $$props) $$invalidate(10, eventName = $$props.eventName);
|
15131
|
+
if ('eventValue' in $$props) $$invalidate(11, eventValue = $$props.eventValue);
|
14993
15132
|
};
|
14994
15133
|
|
14995
15134
|
$$self.$$.update = () => {
|
14996
|
-
if ($$self.$$.dirty &
|
15135
|
+
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
15136
|
+
$$invalidate(3, rootStyle = objToStyle({
|
15137
|
+
...getCssPlacement(),
|
15138
|
+
zIndex: $maximumZindex + 1
|
15139
|
+
}));
|
15140
|
+
}
|
15141
|
+
|
15142
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
14997
15143
|
$$invalidate(1, style = objToStyle({
|
14998
15144
|
width: `${size}px`,
|
14999
15145
|
height: `${size}px`,
|
15000
15146
|
...props.bordered && { border: '1px solid #666' },
|
15147
|
+
backgroundColor: props.backgroundColor ?? 'transparent',
|
15148
|
+
...VARIANTS.round[props.round ?? 'default'],
|
15001
15149
|
...toCssCommon(props)
|
15002
15150
|
}));
|
15003
15151
|
}
|
15004
15152
|
};
|
15005
15153
|
|
15006
|
-
|
15154
|
+
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
15155
|
+
$$invalidate(2, labelCssVariable = '--close-button-label-color: {props.labelColor}');
|
15156
|
+
|
15157
|
+
return [
|
15158
|
+
layerId,
|
15159
|
+
style,
|
15160
|
+
labelCssVariable,
|
15161
|
+
rootStyle,
|
15162
|
+
hasLabel,
|
15163
|
+
handleClick,
|
15164
|
+
color,
|
15165
|
+
label,
|
15166
|
+
isLeftLabelPlacement,
|
15167
|
+
props,
|
15168
|
+
eventName,
|
15169
|
+
eventValue,
|
15170
|
+
$maximumZindex
|
15171
|
+
];
|
15007
15172
|
}
|
15008
15173
|
|
15009
15174
|
class CloseButton extends SvelteComponent {
|
@@ -15017,11 +15182,10 @@ class CloseButton extends SvelteComponent {
|
|
15017
15182
|
create_fragment$5,
|
15018
15183
|
safe_not_equal,
|
15019
15184
|
{
|
15020
|
-
|
15021
|
-
props: 4,
|
15185
|
+
props: 9,
|
15022
15186
|
layerId: 0,
|
15023
|
-
eventName:
|
15024
|
-
eventValue:
|
15187
|
+
eventName: 10,
|
15188
|
+
eventValue: 11
|
15025
15189
|
},
|
15026
15190
|
add_css$5
|
15027
15191
|
);
|
@@ -15031,7 +15195,7 @@ class CloseButton extends SvelteComponent {
|
|
15031
15195
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15032
15196
|
|
15033
15197
|
function add_css$4(target) {
|
15034
|
-
append_styles(target, "svelte-
|
15198
|
+
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}");
|
15035
15199
|
}
|
15036
15200
|
|
15037
15201
|
function create_fragment$4(ctx) {
|
@@ -15066,11 +15230,11 @@ function create_fragment$4(ctx) {
|
|
15066
15230
|
h() {
|
15067
15231
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15068
15232
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15069
|
-
attr(img, "class", "image-img svelte-
|
15233
|
+
attr(img, "class", "image-img svelte-52a988");
|
15070
15234
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15071
|
-
attr(object, "class", "image-object svelte-
|
15235
|
+
attr(object, "class", "image-object svelte-52a988");
|
15072
15236
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15073
|
-
attr(div, "class", "image svelte-
|
15237
|
+
attr(div, "class", "image svelte-52a988");
|
15074
15238
|
attr(div, "style", /*style*/ ctx[3]);
|
15075
15239
|
},
|
15076
15240
|
m(target, anchor) {
|
@@ -15144,7 +15308,7 @@ class Image extends SvelteComponent {
|
|
15144
15308
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15145
15309
|
|
15146
15310
|
function add_css$3(target) {
|
15147
|
-
append_styles(target, "svelte-
|
15311
|
+
append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
|
15148
15312
|
}
|
15149
15313
|
|
15150
15314
|
function create_fragment$3(ctx) {
|
@@ -15173,7 +15337,7 @@ function create_fragment$3(ctx) {
|
|
15173
15337
|
},
|
15174
15338
|
h() {
|
15175
15339
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
15176
|
-
attr(div, "class", "layout svelte-
|
15340
|
+
attr(div, "class", "layout svelte-1g6q4hu");
|
15177
15341
|
attr(div, "style", /*style*/ ctx[1]);
|
15178
15342
|
},
|
15179
15343
|
m(target, anchor) {
|
@@ -15326,7 +15490,7 @@ const TEXT_VARIANTS = {
|
|
15326
15490
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15327
15491
|
|
15328
15492
|
function add_css$2(target) {
|
15329
|
-
append_styles(target, "svelte-
|
15493
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
15330
15494
|
}
|
15331
15495
|
|
15332
15496
|
function create_fragment$2(ctx) {
|
@@ -15350,7 +15514,7 @@ function create_fragment$2(ctx) {
|
|
15350
15514
|
},
|
15351
15515
|
h() {
|
15352
15516
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15353
|
-
attr(p, "class", "text svelte-
|
15517
|
+
attr(p, "class", "text svelte-1vl0c87");
|
15354
15518
|
attr(p, "style", /*style*/ ctx[1]);
|
15355
15519
|
},
|
15356
15520
|
m(target, anchor) {
|
@@ -15444,7 +15608,7 @@ const LAYER_TEXT_SIZE = {
|
|
15444
15608
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
15445
15609
|
|
15446
15610
|
function add_css$1(target) {
|
15447
|
-
append_styles(target, "svelte-
|
15611
|
+
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}");
|
15448
15612
|
}
|
15449
15613
|
|
15450
15614
|
// (14:0) {#if backgroundOverlay}
|
@@ -15465,7 +15629,7 @@ function create_if_block$1(ctx) {
|
|
15465
15629
|
this.h();
|
15466
15630
|
},
|
15467
15631
|
h() {
|
15468
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15632
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
15469
15633
|
},
|
15470
15634
|
m(target, anchor) {
|
15471
15635
|
insert_hydration(target, div, anchor);
|
@@ -15476,7 +15640,7 @@ function create_if_block$1(ctx) {
|
|
15476
15640
|
}
|
15477
15641
|
},
|
15478
15642
|
p(ctx, dirty) {
|
15479
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15643
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
15480
15644
|
attr(div, "class", div_class_value);
|
15481
15645
|
}
|
15482
15646
|
},
|
@@ -15552,22 +15716,22 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15552
15716
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15553
15717
|
|
15554
15718
|
function add_css(target) {
|
15555
|
-
append_styles(target, "svelte-
|
15719
|
+
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}}");
|
15556
15720
|
}
|
15557
15721
|
|
15558
|
-
// (
|
15722
|
+
// (253:0) {:else}
|
15559
15723
|
function create_else_block(ctx) {
|
15560
15724
|
let backgroundoverlay;
|
15561
15725
|
let current;
|
15562
15726
|
|
15563
15727
|
backgroundoverlay = new BackgroundOverlay({
|
15564
15728
|
props: {
|
15565
|
-
backgroundOverlay: /*backgroundOverlay*/ ctx[
|
15729
|
+
backgroundOverlay: /*backgroundOverlay*/ ctx[3]
|
15566
15730
|
}
|
15567
15731
|
});
|
15568
15732
|
|
15569
15733
|
backgroundoverlay.$on("click", function () {
|
15570
|
-
if (is_function(/*backgroundClick*/ ctx[
|
15734
|
+
if (is_function(/*backgroundClick*/ ctx[11])) /*backgroundClick*/ ctx[11].apply(this, arguments);
|
15571
15735
|
});
|
15572
15736
|
|
15573
15737
|
return {
|
@@ -15584,7 +15748,7 @@ function create_else_block(ctx) {
|
|
15584
15748
|
p(new_ctx, dirty) {
|
15585
15749
|
ctx = new_ctx;
|
15586
15750
|
const backgroundoverlay_changes = {};
|
15587
|
-
if (dirty
|
15751
|
+
if (dirty & /*backgroundOverlay*/ 8) backgroundoverlay_changes.backgroundOverlay = /*backgroundOverlay*/ ctx[3];
|
15588
15752
|
backgroundoverlay.$set(backgroundoverlay_changes);
|
15589
15753
|
},
|
15590
15754
|
i(local) {
|
@@ -15602,8 +15766,8 @@ function create_else_block(ctx) {
|
|
15602
15766
|
};
|
15603
15767
|
}
|
15604
15768
|
|
15605
|
-
// (
|
15606
|
-
function
|
15769
|
+
// (242:24)
|
15770
|
+
function create_if_block_2(ctx) {
|
15607
15771
|
let backgroundoverlay0;
|
15608
15772
|
let t;
|
15609
15773
|
let backgroundoverlay1;
|
@@ -15612,23 +15776,23 @@ function create_if_block_3(ctx) {
|
|
15612
15776
|
backgroundoverlay0 = new BackgroundOverlay({
|
15613
15777
|
props: {
|
15614
15778
|
class: "background-bp-pc",
|
15615
|
-
backgroundOverlay: /*backgroundOverlayPC*/ ctx[
|
15779
|
+
backgroundOverlay: /*backgroundOverlayPC*/ ctx[4]
|
15616
15780
|
}
|
15617
15781
|
});
|
15618
15782
|
|
15619
15783
|
backgroundoverlay0.$on("click", function () {
|
15620
|
-
if (is_function(/*backgroundClickPC*/ ctx[
|
15784
|
+
if (is_function(/*backgroundClickPC*/ ctx[10])) /*backgroundClickPC*/ ctx[10].apply(this, arguments);
|
15621
15785
|
});
|
15622
15786
|
|
15623
15787
|
backgroundoverlay1 = new BackgroundOverlay({
|
15624
15788
|
props: {
|
15625
15789
|
class: "background-bp-sp ",
|
15626
|
-
backgroundOverlay: /*backgroundOverlaySP*/ ctx[
|
15790
|
+
backgroundOverlay: /*backgroundOverlaySP*/ ctx[5]
|
15627
15791
|
}
|
15628
15792
|
});
|
15629
15793
|
|
15630
15794
|
backgroundoverlay1.$on("click", function () {
|
15631
|
-
if (is_function(/*backgroundClickSP*/ ctx[
|
15795
|
+
if (is_function(/*backgroundClickSP*/ ctx[9])) /*backgroundClickSP*/ ctx[9].apply(this, arguments);
|
15632
15796
|
});
|
15633
15797
|
|
15634
15798
|
return {
|
@@ -15651,10 +15815,10 @@ function create_if_block_3(ctx) {
|
|
15651
15815
|
p(new_ctx, dirty) {
|
15652
15816
|
ctx = new_ctx;
|
15653
15817
|
const backgroundoverlay0_changes = {};
|
15654
|
-
if (dirty
|
15818
|
+
if (dirty & /*backgroundOverlayPC*/ 16) backgroundoverlay0_changes.backgroundOverlay = /*backgroundOverlayPC*/ ctx[4];
|
15655
15819
|
backgroundoverlay0.$set(backgroundoverlay0_changes);
|
15656
15820
|
const backgroundoverlay1_changes = {};
|
15657
|
-
if (dirty
|
15821
|
+
if (dirty & /*backgroundOverlaySP*/ 32) backgroundoverlay1_changes.backgroundOverlay = /*backgroundOverlaySP*/ ctx[5];
|
15658
15822
|
backgroundoverlay1.$set(backgroundoverlay1_changes);
|
15659
15823
|
},
|
15660
15824
|
i(local) {
|
@@ -15676,8 +15840,8 @@ function create_if_block_3(ctx) {
|
|
15676
15840
|
};
|
15677
15841
|
}
|
15678
15842
|
|
15679
|
-
// (
|
15680
|
-
function
|
15843
|
+
// (240:0) {#if isPreview()}
|
15844
|
+
function create_if_block_1(ctx) {
|
15681
15845
|
return {
|
15682
15846
|
c: noop,
|
15683
15847
|
l: noop,
|
@@ -15689,22 +15853,18 @@ function create_if_block_2(ctx) {
|
|
15689
15853
|
};
|
15690
15854
|
}
|
15691
15855
|
|
15692
|
-
// (
|
15856
|
+
// (256:0) {#if visible}
|
15693
15857
|
function create_if_block(ctx) {
|
15694
15858
|
let div;
|
15695
|
-
let t;
|
15696
15859
|
let div_class_value;
|
15697
15860
|
let div_intro;
|
15698
15861
|
let current;
|
15699
|
-
|
15700
|
-
const
|
15701
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[29], null);
|
15862
|
+
const default_slot_template = /*#slots*/ ctx[26].default;
|
15863
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[25], null);
|
15702
15864
|
|
15703
15865
|
return {
|
15704
15866
|
c() {
|
15705
15867
|
div = element("div");
|
15706
|
-
if (if_block) if_block.c();
|
15707
|
-
t = space();
|
15708
15868
|
if (default_slot) default_slot.c();
|
15709
15869
|
this.h();
|
15710
15870
|
},
|
@@ -15717,84 +15877,56 @@ function create_if_block(ctx) {
|
|
15717
15877
|
});
|
15718
15878
|
|
15719
15879
|
var div_nodes = children(div);
|
15720
|
-
if (if_block) if_block.l(div_nodes);
|
15721
|
-
t = claim_space(div_nodes);
|
15722
15880
|
if (default_slot) default_slot.l(div_nodes);
|
15723
15881
|
div_nodes.forEach(detach);
|
15724
15882
|
this.h();
|
15725
15883
|
},
|
15726
15884
|
h() {
|
15727
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15885
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"));
|
15728
15886
|
attr(div, "role", "dialog");
|
15729
15887
|
attr(div, "aria-modal", "true");
|
15730
|
-
attr(div, "style", Array.from(/*modalStyles*/ ctx[
|
15888
|
+
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
15731
15889
|
},
|
15732
15890
|
m(target, anchor) {
|
15733
15891
|
insert_hydration(target, div, anchor);
|
15734
|
-
if (if_block) if_block.m(div, null);
|
15735
|
-
append_hydration(div, t);
|
15736
15892
|
|
15737
15893
|
if (default_slot) {
|
15738
15894
|
default_slot.m(div, null);
|
15739
15895
|
}
|
15740
15896
|
|
15741
|
-
/*div_binding*/ ctx[
|
15897
|
+
/*div_binding*/ ctx[27](div);
|
15742
15898
|
current = true;
|
15743
15899
|
},
|
15744
15900
|
p(new_ctx, dirty) {
|
15745
15901
|
ctx = new_ctx;
|
15746
15902
|
|
15747
|
-
if (/*closable*/ ctx[16]) {
|
15748
|
-
if (if_block) {
|
15749
|
-
if_block.p(ctx, dirty);
|
15750
|
-
|
15751
|
-
if (dirty[0] & /*closable*/ 65536) {
|
15752
|
-
transition_in(if_block, 1);
|
15753
|
-
}
|
15754
|
-
} else {
|
15755
|
-
if_block = create_if_block_1(ctx);
|
15756
|
-
if_block.c();
|
15757
|
-
transition_in(if_block, 1);
|
15758
|
-
if_block.m(div, t);
|
15759
|
-
}
|
15760
|
-
} else if (if_block) {
|
15761
|
-
group_outros();
|
15762
|
-
|
15763
|
-
transition_out(if_block, 1, 1, () => {
|
15764
|
-
if_block = null;
|
15765
|
-
});
|
15766
|
-
|
15767
|
-
check_outros();
|
15768
|
-
}
|
15769
|
-
|
15770
15903
|
if (default_slot) {
|
15771
|
-
if (default_slot.p && (!current || dirty
|
15904
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 33554432)) {
|
15772
15905
|
update_slot_base(
|
15773
15906
|
default_slot,
|
15774
15907
|
default_slot_template,
|
15775
15908
|
ctx,
|
15776
|
-
/*$$scope*/ ctx[
|
15909
|
+
/*$$scope*/ ctx[25],
|
15777
15910
|
!current
|
15778
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
15779
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
15911
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[25])
|
15912
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[25], dirty, null),
|
15780
15913
|
null
|
15781
15914
|
);
|
15782
15915
|
}
|
15783
15916
|
}
|
15784
15917
|
|
15785
|
-
if (!current || dirty
|
15918
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"))) {
|
15786
15919
|
attr(div, "class", div_class_value);
|
15787
15920
|
}
|
15788
15921
|
},
|
15789
15922
|
i(local) {
|
15790
15923
|
if (current) return;
|
15791
|
-
transition_in(if_block);
|
15792
15924
|
transition_in(default_slot, local);
|
15793
15925
|
|
15794
15926
|
if (!div_intro) {
|
15795
15927
|
add_render_callback(() => {
|
15796
15928
|
div_intro = create_in_transition(div, customAnimation, {
|
15797
|
-
transforms: /*transforms*/ ctx[
|
15929
|
+
transforms: /*transforms*/ ctx[2],
|
15798
15930
|
animationStyle: /*animation*/ ctx[1]
|
15799
15931
|
});
|
15800
15932
|
|
@@ -15805,80 +15937,13 @@ function create_if_block(ctx) {
|
|
15805
15937
|
current = true;
|
15806
15938
|
},
|
15807
15939
|
o(local) {
|
15808
|
-
transition_out(if_block);
|
15809
15940
|
transition_out(default_slot, local);
|
15810
15941
|
current = false;
|
15811
15942
|
},
|
15812
15943
|
d(detaching) {
|
15813
15944
|
if (detaching) detach(div);
|
15814
|
-
if (if_block) if_block.d();
|
15815
15945
|
if (default_slot) default_slot.d(detaching);
|
15816
|
-
/*div_binding*/ ctx[
|
15817
|
-
}
|
15818
|
-
};
|
15819
|
-
}
|
15820
|
-
|
15821
|
-
// (279:4) {#if closable}
|
15822
|
-
function create_if_block_1(ctx) {
|
15823
|
-
let div;
|
15824
|
-
let closebutton;
|
15825
|
-
let current;
|
15826
|
-
|
15827
|
-
closebutton = new CloseButton({
|
15828
|
-
props: {
|
15829
|
-
onClick: /*onClose*/ ctx[2],
|
15830
|
-
eventName: /*closeEventName*/ ctx[3],
|
15831
|
-
eventValue: /*closeEventValue*/ ctx[4],
|
15832
|
-
props: /*closeButtonProps*/ ctx[5]
|
15833
|
-
}
|
15834
|
-
});
|
15835
|
-
|
15836
|
-
return {
|
15837
|
-
c() {
|
15838
|
-
div = element("div");
|
15839
|
-
create_component(closebutton.$$.fragment);
|
15840
|
-
this.h();
|
15841
|
-
},
|
15842
|
-
l(nodes) {
|
15843
|
-
div = claim_element(nodes, "DIV", { class: true, style: true });
|
15844
|
-
var div_nodes = children(div);
|
15845
|
-
claim_component(closebutton.$$.fragment, div_nodes);
|
15846
|
-
div_nodes.forEach(detach);
|
15847
|
-
this.h();
|
15848
|
-
},
|
15849
|
-
h() {
|
15850
|
-
attr(div, "class", "close svelte-f7e8di");
|
15851
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
15852
|
-
},
|
15853
|
-
m(target, anchor) {
|
15854
|
-
insert_hydration(target, div, anchor);
|
15855
|
-
mount_component(closebutton, div, null);
|
15856
|
-
current = true;
|
15857
|
-
},
|
15858
|
-
p(ctx, dirty) {
|
15859
|
-
const closebutton_changes = {};
|
15860
|
-
if (dirty[0] & /*onClose*/ 4) closebutton_changes.onClick = /*onClose*/ ctx[2];
|
15861
|
-
if (dirty[0] & /*closeEventName*/ 8) closebutton_changes.eventName = /*closeEventName*/ ctx[3];
|
15862
|
-
if (dirty[0] & /*closeEventValue*/ 16) closebutton_changes.eventValue = /*closeEventValue*/ ctx[4];
|
15863
|
-
if (dirty[0] & /*closeButtonProps*/ 32) closebutton_changes.props = /*closeButtonProps*/ ctx[5];
|
15864
|
-
closebutton.$set(closebutton_changes);
|
15865
|
-
|
15866
|
-
if (!current || dirty[0] & /*$maximumZindex*/ 131072) {
|
15867
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
15868
|
-
}
|
15869
|
-
},
|
15870
|
-
i(local) {
|
15871
|
-
if (current) return;
|
15872
|
-
transition_in(closebutton.$$.fragment, local);
|
15873
|
-
current = true;
|
15874
|
-
},
|
15875
|
-
o(local) {
|
15876
|
-
transition_out(closebutton.$$.fragment, local);
|
15877
|
-
current = false;
|
15878
|
-
},
|
15879
|
-
d(detaching) {
|
15880
|
-
if (detaching) detach(div);
|
15881
|
-
destroy_component(closebutton);
|
15946
|
+
/*div_binding*/ ctx[27](null);
|
15882
15947
|
}
|
15883
15948
|
};
|
15884
15949
|
}
|
@@ -15892,7 +15957,7 @@ function create_fragment(ctx) {
|
|
15892
15957
|
let current;
|
15893
15958
|
let mounted;
|
15894
15959
|
let dispose;
|
15895
|
-
const if_block_creators = [
|
15960
|
+
const if_block_creators = [create_if_block_1, create_if_block_2, create_else_block];
|
15896
15961
|
const if_blocks = [];
|
15897
15962
|
|
15898
15963
|
function select_block_type(ctx, dirty) {
|
@@ -15904,7 +15969,7 @@ function create_fragment(ctx) {
|
|
15904
15969
|
|
15905
15970
|
current_block_type_index = select_block_type(ctx);
|
15906
15971
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
15907
|
-
let if_block1 = /*visible*/ ctx[
|
15972
|
+
let if_block1 = /*visible*/ ctx[7] && create_if_block(ctx);
|
15908
15973
|
|
15909
15974
|
return {
|
15910
15975
|
c() {
|
@@ -15928,13 +15993,13 @@ function create_fragment(ctx) {
|
|
15928
15993
|
|
15929
15994
|
if (!mounted) {
|
15930
15995
|
dispose = listen(window, "keydown", function () {
|
15931
|
-
if (is_function(/*handle_keydown*/ ctx[
|
15996
|
+
if (is_function(/*handle_keydown*/ ctx[8])) /*handle_keydown*/ ctx[8].apply(this, arguments);
|
15932
15997
|
});
|
15933
15998
|
|
15934
15999
|
mounted = true;
|
15935
16000
|
}
|
15936
16001
|
},
|
15937
|
-
p(new_ctx, dirty) {
|
16002
|
+
p(new_ctx, [dirty]) {
|
15938
16003
|
ctx = new_ctx;
|
15939
16004
|
let previous_block_index = current_block_type_index;
|
15940
16005
|
current_block_type_index = select_block_type(ctx);
|
@@ -15962,11 +16027,11 @@ function create_fragment(ctx) {
|
|
15962
16027
|
if_block0.m(t.parentNode, t);
|
15963
16028
|
}
|
15964
16029
|
|
15965
|
-
if (/*visible*/ ctx[
|
16030
|
+
if (/*visible*/ ctx[7]) {
|
15966
16031
|
if (if_block1) {
|
15967
16032
|
if_block1.p(ctx, dirty);
|
15968
16033
|
|
15969
|
-
if (dirty
|
16034
|
+
if (dirty & /*visible*/ 128) {
|
15970
16035
|
transition_in(if_block1, 1);
|
15971
16036
|
}
|
15972
16037
|
} else {
|
@@ -16009,14 +16074,11 @@ function create_fragment(ctx) {
|
|
16009
16074
|
|
16010
16075
|
function instance($$self, $$props, $$invalidate) {
|
16011
16076
|
let close;
|
16012
|
-
let closable;
|
16013
16077
|
let backgroundClick;
|
16014
16078
|
let backgroundClickPC;
|
16015
16079
|
let backgroundClickSP;
|
16016
16080
|
let handle_keydown;
|
16017
16081
|
let visible;
|
16018
|
-
let $maximumZindex;
|
16019
|
-
component_subscribe($$self, maximumZindex, $$value => $$invalidate(17, $maximumZindex = $$value));
|
16020
16082
|
let { $$slots: slots = {}, $$scope } = $$props;
|
16021
16083
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
16022
16084
|
let { clickEventName = '' } = $$props;
|
@@ -16026,10 +16088,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16026
16088
|
let { breakPoint } = $$props;
|
16027
16089
|
let { elasticity } = $$props;
|
16028
16090
|
let { animation = 'none' } = $$props;
|
16029
|
-
let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
|
16030
16091
|
let { closeEventName = '' } = $$props;
|
16031
16092
|
let { closeEventValue = null } = $$props;
|
16032
|
-
let { closeButtonProps = {} } = $$props;
|
16033
16093
|
|
16034
16094
|
// モーダル背景の設定
|
16035
16095
|
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
@@ -16047,7 +16107,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16047
16107
|
let modal;
|
16048
16108
|
|
16049
16109
|
onMount$1(() => {
|
16050
|
-
$$invalidate(
|
16110
|
+
$$invalidate(7, visible = true);
|
16051
16111
|
});
|
16052
16112
|
|
16053
16113
|
onDestroy$1(() => setPreviousFocus());
|
@@ -16055,29 +16115,29 @@ function instance($$self, $$props, $$invalidate) {
|
|
16055
16115
|
function div_binding($$value) {
|
16056
16116
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
16057
16117
|
modal = $$value;
|
16058
|
-
$$invalidate(
|
16118
|
+
$$invalidate(6, modal);
|
16059
16119
|
});
|
16060
16120
|
}
|
16061
16121
|
|
16062
16122
|
$$self.$$set = $$props => {
|
16063
|
-
if ('onClick' in $$props) $$invalidate(
|
16064
|
-
if ('clickEventName' in $$props) $$invalidate(
|
16065
|
-
if ('clickEventValue' in $$props) $$invalidate(
|
16123
|
+
if ('onClick' in $$props) $$invalidate(13, onClick = $$props.onClick);
|
16124
|
+
if ('clickEventName' in $$props) $$invalidate(14, clickEventName = $$props.clickEventName);
|
16125
|
+
if ('clickEventValue' in $$props) $$invalidate(15, clickEventValue = $$props.clickEventValue);
|
16066
16126
|
if ('useBreakPoint' in $$props) $$invalidate(0, useBreakPoint = $$props.useBreakPoint);
|
16067
|
-
if ('placement' in $$props) $$invalidate(
|
16068
|
-
if ('breakPoint' in $$props) $$invalidate(
|
16069
|
-
if ('elasticity' in $$props) $$invalidate(
|
16127
|
+
if ('placement' in $$props) $$invalidate(16, placement = $$props.placement);
|
16128
|
+
if ('breakPoint' in $$props) $$invalidate(17, breakPoint = $$props.breakPoint);
|
16129
|
+
if ('elasticity' in $$props) $$invalidate(18, elasticity = $$props.elasticity);
|
16070
16130
|
if ('animation' in $$props) $$invalidate(1, animation = $$props.animation);
|
16071
|
-
if ('
|
16072
|
-
if ('
|
16073
|
-
if ('
|
16074
|
-
if ('closeButtonProps' in $$props) $$invalidate(5, closeButtonProps = $$props.closeButtonProps);
|
16075
|
-
if ('$$scope' in $$props) $$invalidate(29, $$scope = $$props.$$scope);
|
16131
|
+
if ('closeEventName' in $$props) $$invalidate(19, closeEventName = $$props.closeEventName);
|
16132
|
+
if ('closeEventValue' in $$props) $$invalidate(20, closeEventValue = $$props.closeEventValue);
|
16133
|
+
if ('$$scope' in $$props) $$invalidate(25, $$scope = $$props.$$scope);
|
16076
16134
|
};
|
16077
16135
|
|
16078
16136
|
$$self.$$.update = () => {
|
16079
|
-
if ($$self.$$.dirty
|
16080
|
-
$$invalidate(
|
16137
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue*/ 1572864) {
|
16138
|
+
$$invalidate(24, close = () => {
|
16139
|
+
const onClose = { operation: 'closeApp', args: ['button'] };
|
16140
|
+
|
16081
16141
|
if (closeEventName) {
|
16082
16142
|
send_event(closeEventName, closeEventValue);
|
16083
16143
|
}
|
@@ -16086,46 +16146,42 @@ function instance($$self, $$props, $$invalidate) {
|
|
16086
16146
|
});
|
16087
16147
|
}
|
16088
16148
|
|
16089
|
-
if ($$self.$$.dirty
|
16090
|
-
$$invalidate(16, closable = haveFunction(onClose));
|
16091
|
-
}
|
16092
|
-
|
16093
|
-
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 12582913) {
|
16149
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16094
16150
|
{
|
16095
16151
|
|
16096
16152
|
if (useBreakPoint) {
|
16097
16153
|
const pc = breakPoint?.PC?.placement?.backgroundOverlay;
|
16098
|
-
$$invalidate(
|
16154
|
+
$$invalidate(4, backgroundOverlayPC = pc ?? false);
|
16099
16155
|
const sp = breakPoint?.SP?.placement?.backgroundOverlay;
|
16100
|
-
$$invalidate(
|
16156
|
+
$$invalidate(5, backgroundOverlaySP = sp ?? false);
|
16101
16157
|
}
|
16102
16158
|
}
|
16103
16159
|
}
|
16104
16160
|
|
16105
|
-
if ($$self.$$.dirty
|
16161
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16106
16162
|
{
|
16107
16163
|
if (placement && placement.backgroundClick) {
|
16108
|
-
$$invalidate(
|
16164
|
+
$$invalidate(21, backgroundClickFunction = placement.backgroundClick);
|
16109
16165
|
}
|
16110
16166
|
|
16111
16167
|
if (useBreakPoint) {
|
16112
16168
|
const pc = breakPoint?.PC?.placement?.backgroundClick;
|
16113
16169
|
|
16114
16170
|
if (pc) {
|
16115
|
-
$$invalidate(
|
16171
|
+
$$invalidate(22, backgroundClickFunctionPC = pc);
|
16116
16172
|
}
|
16117
16173
|
|
16118
16174
|
const sp = breakPoint?.SP?.placement?.backgroundClick;
|
16119
16175
|
|
16120
16176
|
if (sp) {
|
16121
|
-
$$invalidate(
|
16177
|
+
$$invalidate(23, backgroundClickFunctionSP = sp);
|
16122
16178
|
}
|
16123
16179
|
}
|
16124
16180
|
}
|
16125
16181
|
}
|
16126
16182
|
|
16127
|
-
if ($$self.$$.dirty
|
16128
|
-
$$invalidate(
|
16183
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunction*/ 3670016) {
|
16184
|
+
$$invalidate(11, backgroundClick = () => {
|
16129
16185
|
if (closeEventName) {
|
16130
16186
|
send_event(closeEventName, closeEventValue);
|
16131
16187
|
}
|
@@ -16134,8 +16190,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16134
16190
|
});
|
16135
16191
|
}
|
16136
16192
|
|
16137
|
-
if ($$self.$$.dirty
|
16138
|
-
$$invalidate(
|
16193
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionPC*/ 5767168) {
|
16194
|
+
$$invalidate(10, backgroundClickPC = () => {
|
16139
16195
|
if (closeEventName) {
|
16140
16196
|
send_event(closeEventName, closeEventValue);
|
16141
16197
|
}
|
@@ -16144,8 +16200,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16144
16200
|
});
|
16145
16201
|
}
|
16146
16202
|
|
16147
|
-
if ($$self.$$.dirty
|
16148
|
-
$$invalidate(
|
16203
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionSP*/ 9961472) {
|
16204
|
+
$$invalidate(9, backgroundClickSP = () => {
|
16149
16205
|
if (closeEventName) {
|
16150
16206
|
send_event(closeEventName, closeEventValue);
|
16151
16207
|
}
|
@@ -16154,7 +16210,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16154
16210
|
});
|
16155
16211
|
}
|
16156
16212
|
|
16157
|
-
if ($$self.$$.dirty
|
16213
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint, transforms*/ 196613) {
|
16158
16214
|
// 表示位置のスタイルとアニメーションの動きを設定
|
16159
16215
|
{
|
16160
16216
|
// 表示位置のスタイルの設定
|
@@ -16166,7 +16222,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16166
16222
|
modalStyles.add(positionStyle);
|
16167
16223
|
}
|
16168
16224
|
|
16169
|
-
$$invalidate(
|
16225
|
+
$$invalidate(2, transforms = []);
|
16170
16226
|
|
16171
16227
|
DEVICE_IDS.forEach(deviceId => {
|
16172
16228
|
|
@@ -16184,7 +16240,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16184
16240
|
}
|
16185
16241
|
}
|
16186
16242
|
|
16187
|
-
if ($$self.$$.dirty
|
16243
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16188
16244
|
// 表示位置の調整のスタイルを設定
|
16189
16245
|
{
|
16190
16246
|
let margin = DefaultModalPlacement.margin;
|
@@ -16208,7 +16264,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16208
16264
|
}
|
16209
16265
|
}
|
16210
16266
|
|
16211
|
-
if ($$self.$$.dirty
|
16267
|
+
if ($$self.$$.dirty & /*elasticity, useBreakPoint, breakPoint*/ 393217) {
|
16212
16268
|
// 拡大方法のスタイルを設定
|
16213
16269
|
{
|
16214
16270
|
let elasticStyle = ElasticityStyle['none' ];
|
@@ -16230,23 +16286,19 @@ function instance($$self, $$props, $$invalidate) {
|
|
16230
16286
|
}
|
16231
16287
|
}
|
16232
16288
|
|
16233
|
-
if ($$self.$$.dirty
|
16234
|
-
$$invalidate(
|
16289
|
+
if ($$self.$$.dirty & /*close*/ 16777216) {
|
16290
|
+
$$invalidate(8, handle_keydown = handleKeydown({ Escape: close }));
|
16235
16291
|
}
|
16236
16292
|
};
|
16237
16293
|
|
16238
|
-
$$invalidate(
|
16294
|
+
$$invalidate(6, modal = null);
|
16239
16295
|
|
16240
16296
|
// svelteコンポーネントのアニメーションを発火させるためにマウント時にvisibleをtrueにする。
|
16241
|
-
$$invalidate(
|
16297
|
+
$$invalidate(7, visible = false);
|
16242
16298
|
|
16243
16299
|
return [
|
16244
16300
|
useBreakPoint,
|
16245
16301
|
animation,
|
16246
|
-
onClose,
|
16247
|
-
closeEventName,
|
16248
|
-
closeEventValue,
|
16249
|
-
closeButtonProps,
|
16250
16302
|
transforms,
|
16251
16303
|
backgroundOverlay,
|
16252
16304
|
backgroundOverlayPC,
|
@@ -16257,8 +16309,6 @@ function instance($$self, $$props, $$invalidate) {
|
|
16257
16309
|
backgroundClickSP,
|
16258
16310
|
backgroundClickPC,
|
16259
16311
|
backgroundClick,
|
16260
|
-
closable,
|
16261
|
-
$maximumZindex,
|
16262
16312
|
modalStyles,
|
16263
16313
|
onClick,
|
16264
16314
|
clickEventName,
|
@@ -16266,6 +16316,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16266
16316
|
placement,
|
16267
16317
|
breakPoint,
|
16268
16318
|
elasticity,
|
16319
|
+
closeEventName,
|
16320
|
+
closeEventValue,
|
16269
16321
|
backgroundClickFunction,
|
16270
16322
|
backgroundClickFunctionPC,
|
16271
16323
|
backgroundClickFunctionSP,
|
@@ -16287,23 +16339,20 @@ class Modal extends SvelteComponent {
|
|
16287
16339
|
create_fragment,
|
16288
16340
|
safe_not_equal,
|
16289
16341
|
{
|
16290
|
-
onClick:
|
16291
|
-
clickEventName:
|
16292
|
-
clickEventValue:
|
16342
|
+
onClick: 13,
|
16343
|
+
clickEventName: 14,
|
16344
|
+
clickEventValue: 15,
|
16293
16345
|
useBreakPoint: 0,
|
16294
|
-
placement:
|
16295
|
-
breakPoint:
|
16296
|
-
elasticity:
|
16346
|
+
placement: 16,
|
16347
|
+
breakPoint: 17,
|
16348
|
+
elasticity: 18,
|
16297
16349
|
animation: 1,
|
16298
|
-
|
16299
|
-
|
16300
|
-
closeEventValue: 4,
|
16301
|
-
closeButtonProps: 5
|
16350
|
+
closeEventName: 19,
|
16351
|
+
closeEventValue: 20
|
16302
16352
|
},
|
16303
|
-
add_css
|
16304
|
-
[-1, -1]
|
16353
|
+
add_css
|
16305
16354
|
);
|
16306
16355
|
}
|
16307
16356
|
}
|
16308
16357
|
|
16309
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles,
|
16358
|
+
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 };
|