@plaidev/karte-action-sdk 1.1.240 → 1.1.241-28706520.9a16bb68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.d.ts +32 -1
- package/dist/hydrate/index.es.js +467 -419
- package/dist/index.es.d.ts +32 -1
- package/dist/index.es.js +448 -407
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
package/dist/index.es.js
CHANGED
@@ -1817,6 +1817,8 @@ function createModal(App, options = {
|
|
1817
1817
|
context: { api_key: '', collection_endpoint: undefined },
|
1818
1818
|
}) {
|
1819
1819
|
let app = null;
|
1820
|
+
let hasAlreadySentMessageOpenEvent = false;
|
1821
|
+
let hasAlreadySentMessageCloseEvent = false;
|
1820
1822
|
const data = getVariables();
|
1821
1823
|
const actionProps = {
|
1822
1824
|
send: options.send,
|
@@ -1827,8 +1829,9 @@ function createModal(App, options = {
|
|
1827
1829
|
if (!app) {
|
1828
1830
|
return NOOP;
|
1829
1831
|
}
|
1830
|
-
if (trigger !== 'auto') {
|
1832
|
+
if (trigger !== 'auto' && !hasAlreadySentMessageCloseEvent) {
|
1831
1833
|
options.send('message_close', { trigger, state: getState$1() });
|
1834
|
+
hasAlreadySentMessageCloseEvent = true;
|
1832
1835
|
}
|
1833
1836
|
options.send('_message_state_changed', {
|
1834
1837
|
trigger,
|
@@ -1867,8 +1870,9 @@ function createModal(App, options = {
|
|
1867
1870
|
if (!result.success)
|
1868
1871
|
return;
|
1869
1872
|
}
|
1870
|
-
if (
|
1873
|
+
if (!hasAlreadySentMessageOpenEvent) {
|
1871
1874
|
options.send('message_open', { state: getState$1() });
|
1875
|
+
hasAlreadySentMessageOpenEvent = true;
|
1872
1876
|
}
|
1873
1877
|
options.send('_message_state_changed', {
|
1874
1878
|
trigger,
|
@@ -2894,7 +2898,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2894
2898
|
|
2895
2899
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2896
2900
|
|
2897
|
-
function create_if_block$
|
2901
|
+
function create_if_block$f(ctx) {
|
2898
2902
|
let link;
|
2899
2903
|
|
2900
2904
|
return {
|
@@ -2920,7 +2924,7 @@ function create_if_block$e(ctx) {
|
|
2920
2924
|
|
2921
2925
|
function create_fragment$1a(ctx) {
|
2922
2926
|
let head;
|
2923
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2927
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$f(ctx);
|
2924
2928
|
|
2925
2929
|
return {
|
2926
2930
|
c() {
|
@@ -2936,7 +2940,7 @@ function create_fragment$1a(ctx) {
|
|
2936
2940
|
if (if_block) {
|
2937
2941
|
if_block.p(ctx, dirty);
|
2938
2942
|
} else {
|
2939
|
-
if_block = create_if_block$
|
2943
|
+
if_block = create_if_block$f(ctx);
|
2940
2944
|
if_block.c();
|
2941
2945
|
if_block.m(head, null);
|
2942
2946
|
}
|
@@ -3068,11 +3072,11 @@ class State extends SvelteComponent {
|
|
3068
3072
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3069
3073
|
|
3070
3074
|
function add_css$F(target) {
|
3071
|
-
append_styles(target, "svelte-
|
3075
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3072
3076
|
}
|
3073
3077
|
|
3074
3078
|
// (23:0) {#if $state === path}
|
3075
|
-
function create_if_block$
|
3079
|
+
function create_if_block$e(ctx) {
|
3076
3080
|
let div;
|
3077
3081
|
let t;
|
3078
3082
|
let current;
|
@@ -3085,7 +3089,7 @@ function create_if_block$d(ctx) {
|
|
3085
3089
|
t = space();
|
3086
3090
|
if (default_slot) default_slot.c();
|
3087
3091
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3088
|
-
attr(div, "class", "state-item svelte-
|
3092
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3089
3093
|
},
|
3090
3094
|
m(target, anchor) {
|
3091
3095
|
insert(target, div, anchor);
|
@@ -3137,7 +3141,7 @@ function create_if_block$d(ctx) {
|
|
3137
3141
|
function create_fragment$18(ctx) {
|
3138
3142
|
let if_block_anchor;
|
3139
3143
|
let current;
|
3140
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3144
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$e(ctx);
|
3141
3145
|
|
3142
3146
|
return {
|
3143
3147
|
c() {
|
@@ -3158,7 +3162,7 @@ function create_fragment$18(ctx) {
|
|
3158
3162
|
transition_in(if_block, 1);
|
3159
3163
|
}
|
3160
3164
|
} else {
|
3161
|
-
if_block = create_if_block$
|
3165
|
+
if_block = create_if_block$e(ctx);
|
3162
3166
|
if_block.c();
|
3163
3167
|
transition_in(if_block, 1);
|
3164
3168
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3407,11 +3411,11 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3407
3411
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3408
3412
|
|
3409
3413
|
function add_css$E(target) {
|
3410
|
-
append_styles(target, "svelte-
|
3414
|
+
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3411
3415
|
}
|
3412
3416
|
|
3413
3417
|
// (14:0) {#if backgroundOverlay}
|
3414
|
-
function create_if_block$
|
3418
|
+
function create_if_block$d(ctx) {
|
3415
3419
|
let div;
|
3416
3420
|
let div_class_value;
|
3417
3421
|
let mounted;
|
@@ -3420,7 +3424,7 @@ function create_if_block$c(ctx) {
|
|
3420
3424
|
return {
|
3421
3425
|
c() {
|
3422
3426
|
div = element("div");
|
3423
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3427
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3424
3428
|
},
|
3425
3429
|
m(target, anchor) {
|
3426
3430
|
insert(target, div, anchor);
|
@@ -3431,7 +3435,7 @@ function create_if_block$c(ctx) {
|
|
3431
3435
|
}
|
3432
3436
|
},
|
3433
3437
|
p(ctx, dirty) {
|
3434
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3438
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3435
3439
|
attr(div, "class", div_class_value);
|
3436
3440
|
}
|
3437
3441
|
},
|
@@ -3445,7 +3449,7 @@ function create_if_block$c(ctx) {
|
|
3445
3449
|
|
3446
3450
|
function create_fragment$17(ctx) {
|
3447
3451
|
let if_block_anchor;
|
3448
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3452
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$d(ctx);
|
3449
3453
|
|
3450
3454
|
return {
|
3451
3455
|
c() {
|
@@ -3461,7 +3465,7 @@ function create_fragment$17(ctx) {
|
|
3461
3465
|
if (if_block) {
|
3462
3466
|
if_block.p(ctx, dirty);
|
3463
3467
|
} else {
|
3464
|
-
if_block = create_if_block$
|
3468
|
+
if_block = create_if_block$d(ctx);
|
3465
3469
|
if_block.c();
|
3466
3470
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3467
3471
|
}
|
@@ -3537,7 +3541,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3537
3541
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3538
3542
|
|
3539
3543
|
function add_css$D(target) {
|
3540
|
-
append_styles(target, "svelte-
|
3544
|
+
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3541
3545
|
}
|
3542
3546
|
|
3543
3547
|
// (50:0) {:else}
|
@@ -3566,7 +3570,7 @@ function create_else_block$5(ctx) {
|
|
3566
3570
|
button = element("button");
|
3567
3571
|
if (default_slot) default_slot.c();
|
3568
3572
|
set_attributes(button, button_data);
|
3569
|
-
toggle_class(button, "svelte-
|
3573
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3570
3574
|
},
|
3571
3575
|
m(target, anchor) {
|
3572
3576
|
insert(target, button, anchor);
|
@@ -3605,7 +3609,7 @@ function create_else_block$5(ctx) {
|
|
3605
3609
|
dataAttrStopPropagation('click')
|
3606
3610
|
]));
|
3607
3611
|
|
3608
|
-
toggle_class(button, "svelte-
|
3612
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3609
3613
|
},
|
3610
3614
|
i(local) {
|
3611
3615
|
if (current) return;
|
@@ -3636,7 +3640,7 @@ function create_if_block_2$2(ctx) {
|
|
3636
3640
|
c() {
|
3637
3641
|
div = element("div");
|
3638
3642
|
if (default_slot) default_slot.c();
|
3639
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3643
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3640
3644
|
attr(div, "style", /*style*/ ctx[1]);
|
3641
3645
|
},
|
3642
3646
|
m(target, anchor) {
|
@@ -3720,7 +3724,7 @@ function create_if_block_1$3(ctx) {
|
|
3720
3724
|
a = element("a");
|
3721
3725
|
if (default_slot) default_slot.c();
|
3722
3726
|
set_attributes(a, a_data);
|
3723
|
-
toggle_class(a, "svelte-
|
3727
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3724
3728
|
},
|
3725
3729
|
m(target, anchor) {
|
3726
3730
|
insert(target, a, anchor);
|
@@ -3762,7 +3766,7 @@ function create_if_block_1$3(ctx) {
|
|
3762
3766
|
dataAttrStopPropagation('click')
|
3763
3767
|
]));
|
3764
3768
|
|
3765
|
-
toggle_class(a, "svelte-
|
3769
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3766
3770
|
},
|
3767
3771
|
i(local) {
|
3768
3772
|
if (current) return;
|
@@ -3783,7 +3787,7 @@ function create_if_block_1$3(ctx) {
|
|
3783
3787
|
}
|
3784
3788
|
|
3785
3789
|
// (31:0) {#if disabled}
|
3786
|
-
function create_if_block$
|
3790
|
+
function create_if_block$c(ctx) {
|
3787
3791
|
let div;
|
3788
3792
|
let current;
|
3789
3793
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3793,7 +3797,7 @@ function create_if_block$b(ctx) {
|
|
3793
3797
|
c() {
|
3794
3798
|
div = element("div");
|
3795
3799
|
if (default_slot) default_slot.c();
|
3796
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3800
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3797
3801
|
attr(div, "style", /*style*/ ctx[1]);
|
3798
3802
|
},
|
3799
3803
|
m(target, anchor) {
|
@@ -3846,7 +3850,7 @@ function create_fragment$16(ctx) {
|
|
3846
3850
|
let if_block;
|
3847
3851
|
let if_block_anchor;
|
3848
3852
|
let current;
|
3849
|
-
const if_block_creators = [create_if_block$
|
3853
|
+
const if_block_creators = [create_if_block$c, create_if_block_1$3, create_if_block_2$2, create_else_block$5];
|
3850
3854
|
const if_blocks = [];
|
3851
3855
|
|
3852
3856
|
function select_block_type(ctx, dirty) {
|
@@ -3997,7 +4001,7 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3997
4001
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3998
4002
|
|
3999
4003
|
function add_css$C(target) {
|
4000
|
-
append_styles(target, "svelte-
|
4004
|
+
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4001
4005
|
}
|
4002
4006
|
|
4003
4007
|
// (277:0) {:else}
|
@@ -4045,7 +4049,7 @@ function create_else_block$4(ctx) {
|
|
4045
4049
|
}
|
4046
4050
|
|
4047
4051
|
// (266:24)
|
4048
|
-
function create_if_block_3
|
4052
|
+
function create_if_block_3(ctx) {
|
4049
4053
|
let backgroundoverlay0;
|
4050
4054
|
let t;
|
4051
4055
|
let backgroundoverlay1;
|
@@ -4126,7 +4130,7 @@ function create_if_block_2$1(ctx) {
|
|
4126
4130
|
}
|
4127
4131
|
|
4128
4132
|
// (280:0) {#if visible}
|
4129
|
-
function create_if_block$
|
4133
|
+
function create_if_block$b(ctx) {
|
4130
4134
|
let div;
|
4131
4135
|
let button;
|
4132
4136
|
let div_class_value;
|
@@ -4147,7 +4151,7 @@ function create_if_block$a(ctx) {
|
|
4147
4151
|
c() {
|
4148
4152
|
div = element("div");
|
4149
4153
|
create_component(button.$$.fragment);
|
4150
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4154
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4151
4155
|
attr(div, "role", "dialog");
|
4152
4156
|
attr(div, "aria-modal", "true");
|
4153
4157
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4171,7 +4175,7 @@ function create_if_block$a(ctx) {
|
|
4171
4175
|
|
4172
4176
|
button.$set(button_changes);
|
4173
4177
|
|
4174
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4178
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4175
4179
|
attr(div, "class", div_class_value);
|
4176
4180
|
}
|
4177
4181
|
},
|
@@ -4225,7 +4229,7 @@ function create_if_block_1$2(ctx) {
|
|
4225
4229
|
c() {
|
4226
4230
|
div = element("div");
|
4227
4231
|
create_component(button.$$.fragment);
|
4228
|
-
attr(div, "class", "close svelte-
|
4232
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4229
4233
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4230
4234
|
},
|
4231
4235
|
m(target, anchor) {
|
@@ -4314,7 +4318,7 @@ function create_default_slot$6(ctx) {
|
|
4314
4318
|
t = space();
|
4315
4319
|
div = element("div");
|
4316
4320
|
if (default_slot) default_slot.c();
|
4317
|
-
attr(div, "class", "modal-content svelte-
|
4321
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4318
4322
|
attr(div, "style", /*_style*/ ctx[5]);
|
4319
4323
|
},
|
4320
4324
|
m(target, anchor) {
|
@@ -4400,7 +4404,7 @@ function create_fragment$15(ctx) {
|
|
4400
4404
|
let current;
|
4401
4405
|
let mounted;
|
4402
4406
|
let dispose;
|
4403
|
-
const if_block_creators = [create_if_block_2$1, create_if_block_3
|
4407
|
+
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$4];
|
4404
4408
|
const if_blocks = [];
|
4405
4409
|
|
4406
4410
|
function select_block_type(ctx, dirty) {
|
@@ -4412,7 +4416,7 @@ function create_fragment$15(ctx) {
|
|
4412
4416
|
|
4413
4417
|
current_block_type_index = select_block_type(ctx);
|
4414
4418
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4415
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4419
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$b(ctx);
|
4416
4420
|
|
4417
4421
|
return {
|
4418
4422
|
c() {
|
@@ -4472,7 +4476,7 @@ function create_fragment$15(ctx) {
|
|
4472
4476
|
transition_in(if_block1, 1);
|
4473
4477
|
}
|
4474
4478
|
} else {
|
4475
|
-
if_block1 = create_if_block$
|
4479
|
+
if_block1 = create_if_block$b(ctx);
|
4476
4480
|
if_block1.c();
|
4477
4481
|
transition_in(if_block1, 1);
|
4478
4482
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4964,7 +4968,7 @@ class Grid extends SvelteComponent {
|
|
4964
4968
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4965
4969
|
|
4966
4970
|
function add_css$B(target) {
|
4967
|
-
append_styles(target, "svelte-
|
4971
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4968
4972
|
}
|
4969
4973
|
|
4970
4974
|
function create_fragment$13(ctx) {
|
@@ -4979,8 +4983,8 @@ function create_fragment$13(ctx) {
|
|
4979
4983
|
div1 = element("div");
|
4980
4984
|
div0 = element("div");
|
4981
4985
|
if (default_slot) default_slot.c();
|
4982
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4983
|
-
attr(div1, "class", "grid-item svelte-
|
4986
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4987
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4984
4988
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4985
4989
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4986
4990
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5137,7 +5141,7 @@ function create_else_block$3(ctx) {
|
|
5137
5141
|
}
|
5138
5142
|
|
5139
5143
|
// (11:2) {#if item.match(regexp)}
|
5140
|
-
function create_if_block$
|
5144
|
+
function create_if_block$a(ctx) {
|
5141
5145
|
let br;
|
5142
5146
|
|
5143
5147
|
return {
|
@@ -5162,7 +5166,7 @@ function create_each_block$6(ctx) {
|
|
5162
5166
|
function select_block_type(ctx, dirty) {
|
5163
5167
|
if (dirty & /*items*/ 1) show_if = null;
|
5164
5168
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5165
|
-
if (show_if) return create_if_block$
|
5169
|
+
if (show_if) return create_if_block$a;
|
5166
5170
|
return create_else_block$3;
|
5167
5171
|
}
|
5168
5172
|
|
@@ -5285,7 +5289,7 @@ class RenderText extends SvelteComponent {
|
|
5285
5289
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5286
5290
|
|
5287
5291
|
function add_css$A(target) {
|
5288
|
-
append_styles(target, "svelte-
|
5292
|
+
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5289
5293
|
}
|
5290
5294
|
|
5291
5295
|
// (94:2) {:else}
|
@@ -5302,8 +5306,8 @@ function create_else_block$2(ctx) {
|
|
5302
5306
|
div1 = element("div");
|
5303
5307
|
div0 = element("div");
|
5304
5308
|
create_component(rendertext.$$.fragment);
|
5305
|
-
attr(div0, "class", "text-element-inner svelte-
|
5306
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5309
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5310
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5307
5311
|
attr(div1, "style", /*style*/ ctx[5]);
|
5308
5312
|
},
|
5309
5313
|
m(target, anchor) {
|
@@ -5317,7 +5321,7 @@ function create_else_block$2(ctx) {
|
|
5317
5321
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5318
5322
|
rendertext.$set(rendertext_changes);
|
5319
5323
|
|
5320
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5324
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5321
5325
|
attr(div1, "class", div1_class_value);
|
5322
5326
|
}
|
5323
5327
|
|
@@ -5342,7 +5346,7 @@ function create_else_block$2(ctx) {
|
|
5342
5346
|
}
|
5343
5347
|
|
5344
5348
|
// (80:2) {#if enableCopy}
|
5345
|
-
function create_if_block$
|
5349
|
+
function create_if_block$9(ctx) {
|
5346
5350
|
let a;
|
5347
5351
|
let div0;
|
5348
5352
|
let rendertext;
|
@@ -5367,12 +5371,12 @@ function create_if_block$8(ctx) {
|
|
5367
5371
|
t2 = space();
|
5368
5372
|
div2 = element("div");
|
5369
5373
|
div2.textContent = "コピーできませんでした";
|
5370
|
-
attr(div0, "class", "text-element-inner svelte-
|
5374
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5371
5375
|
attr(a, "href", '');
|
5372
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5376
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5373
5377
|
attr(a, "style", /*style*/ ctx[5]);
|
5374
|
-
attr(div1, "class", "tooltip svelte-
|
5375
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5378
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5379
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5376
5380
|
},
|
5377
5381
|
m(target, anchor) {
|
5378
5382
|
insert(target, a, anchor);
|
@@ -5396,7 +5400,7 @@ function create_if_block$8(ctx) {
|
|
5396
5400
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5397
5401
|
rendertext.$set(rendertext_changes);
|
5398
5402
|
|
5399
|
-
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5403
|
+
if (!current || dirty & /*textDirection*/ 2 && a_class_value !== (a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5400
5404
|
attr(a, "class", a_class_value);
|
5401
5405
|
}
|
5402
5406
|
|
@@ -5433,7 +5437,7 @@ function create_fragment$11(ctx) {
|
|
5433
5437
|
let current_block_type_index;
|
5434
5438
|
let if_block;
|
5435
5439
|
let current;
|
5436
|
-
const if_block_creators = [create_if_block$
|
5440
|
+
const if_block_creators = [create_if_block$9, create_else_block$2];
|
5437
5441
|
const if_blocks = [];
|
5438
5442
|
|
5439
5443
|
function select_block_type(ctx, dirty) {
|
@@ -5448,7 +5452,7 @@ function create_fragment$11(ctx) {
|
|
5448
5452
|
c() {
|
5449
5453
|
div = element("div");
|
5450
5454
|
if_block.c();
|
5451
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5455
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5452
5456
|
},
|
5453
5457
|
m(target, anchor) {
|
5454
5458
|
insert(target, div, anchor);
|
@@ -5614,7 +5618,7 @@ class TextElement extends SvelteComponent {
|
|
5614
5618
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5615
5619
|
|
5616
5620
|
function add_css$z(target) {
|
5617
|
-
append_styles(target, "svelte-
|
5621
|
+
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5618
5622
|
}
|
5619
5623
|
|
5620
5624
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5670,7 +5674,7 @@ function create_fragment$10(ctx) {
|
|
5670
5674
|
c() {
|
5671
5675
|
div = element("div");
|
5672
5676
|
create_component(button.$$.fragment);
|
5673
|
-
attr(div, "class", "text-button-element svelte-
|
5677
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5674
5678
|
},
|
5675
5679
|
m(target, anchor) {
|
5676
5680
|
insert(target, div, anchor);
|
@@ -5762,7 +5766,7 @@ class TextButtonElement extends SvelteComponent {
|
|
5762
5766
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5763
5767
|
|
5764
5768
|
function add_css$y(target) {
|
5765
|
-
append_styles(target, "svelte-
|
5769
|
+
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5766
5770
|
}
|
5767
5771
|
|
5768
5772
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5774,7 +5778,7 @@ function create_default_slot$4(ctx) {
|
|
5774
5778
|
return {
|
5775
5779
|
c() {
|
5776
5780
|
img = element("img");
|
5777
|
-
attr(img, "class", "image svelte-
|
5781
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5778
5782
|
attr(img, "loading", "lazy");
|
5779
5783
|
attr(img, "width", "auto");
|
5780
5784
|
attr(img, "height", "auto");
|
@@ -5836,7 +5840,7 @@ function create_fragment$$(ctx) {
|
|
5836
5840
|
c() {
|
5837
5841
|
div = element("div");
|
5838
5842
|
create_component(button.$$.fragment);
|
5839
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5843
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5840
5844
|
},
|
5841
5845
|
m(target, anchor) {
|
5842
5846
|
insert(target, div, anchor);
|
@@ -5855,7 +5859,7 @@ function create_fragment$$(ctx) {
|
|
5855
5859
|
|
5856
5860
|
button.$set(button_changes);
|
5857
5861
|
|
5858
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5862
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5859
5863
|
attr(div, "class", div_class_value);
|
5860
5864
|
}
|
5861
5865
|
},
|
@@ -5927,7 +5931,7 @@ class ImageElement extends SvelteComponent {
|
|
5927
5931
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5928
5932
|
|
5929
5933
|
function add_css$x(target) {
|
5930
|
-
append_styles(target, "svelte-
|
5934
|
+
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5931
5935
|
}
|
5932
5936
|
|
5933
5937
|
function create_fragment$_(ctx) {
|
@@ -5940,7 +5944,7 @@ function create_fragment$_(ctx) {
|
|
5940
5944
|
c() {
|
5941
5945
|
div = element("div");
|
5942
5946
|
if (default_slot) default_slot.c();
|
5943
|
-
attr(div, "class", "list svelte-
|
5947
|
+
attr(div, "class", "list svelte-aquv6z");
|
5944
5948
|
attr(div, "style", /*style*/ ctx[0]);
|
5945
5949
|
},
|
5946
5950
|
m(target, anchor) {
|
@@ -6074,7 +6078,7 @@ class List extends SvelteComponent {
|
|
6074
6078
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6075
6079
|
|
6076
6080
|
function add_css$w(target) {
|
6077
|
-
append_styles(target, "svelte-
|
6081
|
+
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6078
6082
|
}
|
6079
6083
|
|
6080
6084
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6144,7 +6148,7 @@ function create_fragment$Z(ctx) {
|
|
6144
6148
|
c() {
|
6145
6149
|
div = element("div");
|
6146
6150
|
create_component(button.$$.fragment);
|
6147
|
-
attr(div, "class", "list-item svelte-
|
6151
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6148
6152
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6149
6153
|
},
|
6150
6154
|
m(target, anchor) {
|
@@ -6270,7 +6274,7 @@ class ListItem extends SvelteComponent {
|
|
6270
6274
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6271
6275
|
|
6272
6276
|
function add_css$v(target) {
|
6273
|
-
append_styles(target, "svelte-
|
6277
|
+
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6274
6278
|
}
|
6275
6279
|
|
6276
6280
|
function create_fragment$Y(ctx) {
|
@@ -6279,7 +6283,7 @@ function create_fragment$Y(ctx) {
|
|
6279
6283
|
return {
|
6280
6284
|
c() {
|
6281
6285
|
div = element("div");
|
6282
|
-
attr(div, "class", "embed svelte-
|
6286
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6283
6287
|
attr(div, "style", /*_style*/ ctx[1]);
|
6284
6288
|
},
|
6285
6289
|
m(target, anchor) {
|
@@ -6322,7 +6326,7 @@ class EmbedElement extends SvelteComponent {
|
|
6322
6326
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6323
6327
|
|
6324
6328
|
function add_css$u(target) {
|
6325
|
-
append_styles(target, "svelte-
|
6329
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6326
6330
|
}
|
6327
6331
|
|
6328
6332
|
function create_fragment$X(ctx) {
|
@@ -6334,7 +6338,7 @@ function create_fragment$X(ctx) {
|
|
6334
6338
|
div1 = element("div");
|
6335
6339
|
div0 = element("div");
|
6336
6340
|
attr(div0, "class", "karte-player");
|
6337
|
-
attr(div1, "class", "embed svelte-
|
6341
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6338
6342
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6339
6343
|
},
|
6340
6344
|
m(target, anchor) {
|
@@ -6676,7 +6680,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6676
6680
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6677
6681
|
|
6678
6682
|
function add_css$t(target) {
|
6679
|
-
append_styles(target, "svelte-
|
6683
|
+
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6680
6684
|
}
|
6681
6685
|
|
6682
6686
|
function create_fragment$W(ctx) {
|
@@ -6688,7 +6692,7 @@ function create_fragment$W(ctx) {
|
|
6688
6692
|
div1 = element("div");
|
6689
6693
|
div0 = element("div");
|
6690
6694
|
attr(div0, "class", "karte-player");
|
6691
|
-
attr(div1, "class", "embed svelte-
|
6695
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6692
6696
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6693
6697
|
},
|
6694
6698
|
m(target, anchor) {
|
@@ -6872,7 +6876,7 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6872
6876
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6873
6877
|
|
6874
6878
|
function add_css$s(target) {
|
6875
|
-
append_styles(target, "svelte-
|
6879
|
+
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6876
6880
|
}
|
6877
6881
|
|
6878
6882
|
function create_fragment$V(ctx) {
|
@@ -6885,12 +6889,12 @@ function create_fragment$V(ctx) {
|
|
6885
6889
|
c() {
|
6886
6890
|
div = element("div");
|
6887
6891
|
textarea = element("textarea");
|
6888
|
-
attr(textarea, "class", "textarea svelte-
|
6892
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6889
6893
|
textarea.value = /*$value*/ ctx[4];
|
6890
6894
|
textarea.required = /*required*/ ctx[1];
|
6891
6895
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6892
6896
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6893
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6897
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6894
6898
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6895
6899
|
},
|
6896
6900
|
m(target, anchor) {
|
@@ -7042,7 +7046,7 @@ class FormTextarea extends SvelteComponent {
|
|
7042
7046
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7043
7047
|
|
7044
7048
|
function add_css$r(target) {
|
7045
|
-
append_styles(target, "svelte-
|
7049
|
+
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7046
7050
|
}
|
7047
7051
|
|
7048
7052
|
function get_each_context$5(ctx, list, i) {
|
@@ -7076,14 +7080,14 @@ function create_each_block$5(ctx) {
|
|
7076
7080
|
t1 = text(t1_value);
|
7077
7081
|
t2 = space();
|
7078
7082
|
attr(input, "type", "radio");
|
7079
|
-
attr(input, "class", "radio-button-input svelte-
|
7083
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7080
7084
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7081
7085
|
attr(input, "name", /*name*/ ctx[0]);
|
7082
7086
|
input.value = input_value_value = /*option*/ ctx[17];
|
7083
7087
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7084
|
-
attr(span, "class", "radio-button-text svelte-
|
7088
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7085
7089
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7086
|
-
attr(label, "class", "radio-button svelte-
|
7090
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7087
7091
|
},
|
7088
7092
|
m(target, anchor) {
|
7089
7093
|
insert(target, label, anchor);
|
@@ -7148,7 +7152,7 @@ function create_fragment$U(ctx) {
|
|
7148
7152
|
each_blocks[i].c();
|
7149
7153
|
}
|
7150
7154
|
|
7151
|
-
attr(div, "class", "radio-buttons svelte-
|
7155
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7152
7156
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7153
7157
|
},
|
7154
7158
|
m(target, anchor) {
|
@@ -7317,7 +7321,7 @@ class FormRadioButtons extends SvelteComponent {
|
|
7317
7321
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7318
7322
|
|
7319
7323
|
function add_css$q(target) {
|
7320
|
-
append_styles(target, "svelte-
|
7324
|
+
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7321
7325
|
}
|
7322
7326
|
|
7323
7327
|
function get_each_context$4(ctx, list, i) {
|
@@ -7348,7 +7352,7 @@ function create_else_block$1(ctx) {
|
|
7348
7352
|
}
|
7349
7353
|
|
7350
7354
|
// (105:10) {#if option}
|
7351
|
-
function create_if_block$
|
7355
|
+
function create_if_block$8(ctx) {
|
7352
7356
|
let t_value = /*option*/ ctx[19] + "";
|
7353
7357
|
let t;
|
7354
7358
|
|
@@ -7376,7 +7380,7 @@ function create_each_block$4(ctx) {
|
|
7376
7380
|
let option_selected_value;
|
7377
7381
|
|
7378
7382
|
function select_block_type(ctx, dirty) {
|
7379
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7383
|
+
if (/*option*/ ctx[19]) return create_if_block$8;
|
7380
7384
|
return create_else_block$1;
|
7381
7385
|
}
|
7382
7386
|
|
@@ -7451,10 +7455,10 @@ function create_fragment$T(ctx) {
|
|
7451
7455
|
|
7452
7456
|
t = space();
|
7453
7457
|
div0 = element("div");
|
7454
|
-
attr(select, "class", "select-select svelte-
|
7458
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7455
7459
|
attr(select, "style", /*style*/ ctx[3]);
|
7456
|
-
attr(div0, "class", "select-icon svelte-
|
7457
|
-
attr(div1, "class", "select svelte-
|
7460
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7461
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7458
7462
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7459
7463
|
},
|
7460
7464
|
m(target, anchor) {
|
@@ -7656,7 +7660,7 @@ class FormSelect extends SvelteComponent {
|
|
7656
7660
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7657
7661
|
|
7658
7662
|
function add_css$p(target) {
|
7659
|
-
append_styles(target, "svelte-
|
7663
|
+
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7660
7664
|
}
|
7661
7665
|
|
7662
7666
|
function get_each_context$3(ctx, list, i) {
|
@@ -7695,19 +7699,19 @@ function create_each_block$3(ctx) {
|
|
7695
7699
|
span2 = element("span");
|
7696
7700
|
t2 = text(t2_value);
|
7697
7701
|
t3 = space();
|
7698
|
-
attr(input, "class", "check-box-input svelte-
|
7702
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7699
7703
|
attr(input, "type", "checkbox");
|
7700
7704
|
attr(input, "name", /*name*/ ctx[0]);
|
7701
7705
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7702
|
-
attr(span0, "class", "check-box-icon svelte-
|
7706
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7703
7707
|
|
7704
7708
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7705
7709
|
? ' _checked'
|
7706
|
-
: ''}`) + " svelte-
|
7710
|
+
: ''}`) + " svelte-1p65cg8"));
|
7707
7711
|
|
7708
|
-
attr(span2, "class", "check-box-text svelte-
|
7712
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7709
7713
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7710
|
-
attr(label, "class", "check-box svelte-
|
7714
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7711
7715
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7712
7716
|
},
|
7713
7717
|
m(target, anchor) {
|
@@ -7739,7 +7743,7 @@ function create_each_block$3(ctx) {
|
|
7739
7743
|
|
7740
7744
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7741
7745
|
? ' _checked'
|
7742
|
-
: ''}`) + " svelte-
|
7746
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7743
7747
|
attr(span1, "class", span1_class_value);
|
7744
7748
|
}
|
7745
7749
|
|
@@ -7778,7 +7782,7 @@ function create_fragment$S(ctx) {
|
|
7778
7782
|
each_blocks[i].c();
|
7779
7783
|
}
|
7780
7784
|
|
7781
|
-
attr(div, "class", "check-boxes svelte-
|
7785
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7782
7786
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7783
7787
|
},
|
7784
7788
|
m(target, anchor) {
|
@@ -7953,7 +7957,7 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7953
7957
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7954
7958
|
|
7955
7959
|
function add_css$o(target) {
|
7956
|
-
append_styles(target, "svelte-
|
7960
|
+
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7957
7961
|
}
|
7958
7962
|
|
7959
7963
|
function get_each_context$2(ctx, list, i) {
|
@@ -7977,7 +7981,7 @@ function create_each_block$2(ctx) {
|
|
7977
7981
|
button = element("button");
|
7978
7982
|
t0 = text(t0_value);
|
7979
7983
|
t1 = space();
|
7980
|
-
attr(button, "class", "rating-button svelte-
|
7984
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7981
7985
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7982
7986
|
},
|
7983
7987
|
m(target, anchor) {
|
@@ -8026,7 +8030,7 @@ function create_fragment$R(ctx) {
|
|
8026
8030
|
each_blocks[i].c();
|
8027
8031
|
}
|
8028
8032
|
|
8029
|
-
attr(div, "class", "rating-buttons svelte-
|
8033
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8030
8034
|
},
|
8031
8035
|
m(target, anchor) {
|
8032
8036
|
insert(target, div, anchor);
|
@@ -8170,7 +8174,7 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8170
8174
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8171
8175
|
|
8172
8176
|
function add_css$n(target) {
|
8173
|
-
append_styles(target, "svelte-
|
8177
|
+
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8174
8178
|
}
|
8175
8179
|
|
8176
8180
|
function get_each_context$1(ctx, list, i) {
|
@@ -8195,9 +8199,9 @@ function create_each_block$1(ctx) {
|
|
8195
8199
|
img = element("img");
|
8196
8200
|
t = space();
|
8197
8201
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8198
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8202
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8199
8203
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8200
|
-
attr(button, "class", "rating-button svelte-
|
8204
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8201
8205
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8202
8206
|
},
|
8203
8207
|
m(target, anchor) {
|
@@ -8213,7 +8217,7 @@ function create_each_block$1(ctx) {
|
|
8213
8217
|
p(new_ctx, dirty) {
|
8214
8218
|
ctx = new_ctx;
|
8215
8219
|
|
8216
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8220
|
+
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"))) {
|
8217
8221
|
attr(img, "class", img_class_value);
|
8218
8222
|
}
|
8219
8223
|
|
@@ -8246,7 +8250,7 @@ function create_fragment$Q(ctx) {
|
|
8246
8250
|
each_blocks[i].c();
|
8247
8251
|
}
|
8248
8252
|
|
8249
|
-
attr(div, "class", "rating-buttons svelte-
|
8253
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8250
8254
|
},
|
8251
8255
|
m(target, anchor) {
|
8252
8256
|
insert(target, div, anchor);
|
@@ -8354,7 +8358,7 @@ class FormRatingButtonsFace extends SvelteComponent {
|
|
8354
8358
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8355
8359
|
|
8356
8360
|
function add_css$m(target) {
|
8357
|
-
append_styles(target, "svelte-
|
8361
|
+
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8358
8362
|
}
|
8359
8363
|
|
8360
8364
|
function create_fragment$P(ctx) {
|
@@ -8368,13 +8372,13 @@ function create_fragment$P(ctx) {
|
|
8368
8372
|
c() {
|
8369
8373
|
div = element("div");
|
8370
8374
|
input = element("input");
|
8371
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8375
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8372
8376
|
attr(input, "type", "text");
|
8373
8377
|
input.value = /*$value*/ ctx[2];
|
8374
8378
|
input.required = /*required*/ ctx[0];
|
8375
8379
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8376
8380
|
attr(input, "style", /*style*/ ctx[5]);
|
8377
|
-
attr(div, "class", "input-wrapper svelte-
|
8381
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8378
8382
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8379
8383
|
},
|
8380
8384
|
m(target, anchor) {
|
@@ -8387,7 +8391,7 @@ function create_fragment$P(ctx) {
|
|
8387
8391
|
}
|
8388
8392
|
},
|
8389
8393
|
p(ctx, [dirty]) {
|
8390
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8394
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8391
8395
|
attr(input, "class", input_class_value);
|
8392
8396
|
}
|
8393
8397
|
|
@@ -8575,7 +8579,7 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8575
8579
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8576
8580
|
|
8577
8581
|
function add_css$l(target) {
|
8578
|
-
append_styles(target, "svelte-
|
8582
|
+
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8579
8583
|
}
|
8580
8584
|
|
8581
8585
|
function create_fragment$O(ctx) {
|
@@ -8613,20 +8617,20 @@ function create_fragment$O(ctx) {
|
|
8613
8617
|
span1 = element("span");
|
8614
8618
|
t4 = text("いいえ");
|
8615
8619
|
attr(input0, "type", "radio");
|
8616
|
-
attr(input0, "class", "radio-button-input svelte-
|
8620
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8617
8621
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8618
8622
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8619
|
-
attr(span0, "class", "radio-button-text svelte-
|
8623
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8620
8624
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8621
|
-
attr(label0, "class", "radio-button svelte-
|
8625
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8622
8626
|
attr(input1, "type", "radio");
|
8623
|
-
attr(input1, "class", "radio-button-input svelte-
|
8627
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8624
8628
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8625
8629
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8626
|
-
attr(span1, "class", "radio-button-text svelte-
|
8630
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8627
8631
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8628
|
-
attr(label1, "class", "radio-button svelte-
|
8629
|
-
attr(div, "class", "radio-buttons svelte-
|
8632
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8633
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8630
8634
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8631
8635
|
},
|
8632
8636
|
m(target, anchor) {
|
@@ -8794,7 +8798,7 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8794
8798
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8795
8799
|
|
8796
8800
|
function add_css$k(target) {
|
8797
|
-
append_styles(target, "svelte-
|
8801
|
+
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8798
8802
|
}
|
8799
8803
|
|
8800
8804
|
function get_each_context(ctx, list, i) {
|
@@ -8823,9 +8827,9 @@ function create_if_block_1$1(ctx) {
|
|
8823
8827
|
attr(svg, "viewBox", "0 0 10 16");
|
8824
8828
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8825
8829
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8826
|
-
attr(button, "class", "move-button svelte-
|
8830
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8827
8831
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8828
|
-
attr(div, "class", "prev-button-container svelte-
|
8832
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8829
8833
|
},
|
8830
8834
|
m(target, anchor) {
|
8831
8835
|
insert(target, div, anchor);
|
@@ -8856,7 +8860,7 @@ function create_if_block_1$1(ctx) {
|
|
8856
8860
|
}
|
8857
8861
|
|
8858
8862
|
// (380:2) {#if isVisibleNextButton}
|
8859
|
-
function create_if_block$
|
8863
|
+
function create_if_block$7(ctx) {
|
8860
8864
|
let div;
|
8861
8865
|
let button;
|
8862
8866
|
let svg;
|
@@ -8874,9 +8878,9 @@ function create_if_block$6(ctx) {
|
|
8874
8878
|
attr(svg, "viewBox", "0 0 10 16");
|
8875
8879
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8876
8880
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8877
|
-
attr(button, "class", "move-button svelte-
|
8881
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8878
8882
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8879
|
-
attr(div, "class", "next-button-container svelte-
|
8883
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8880
8884
|
},
|
8881
8885
|
m(target, anchor) {
|
8882
8886
|
insert(target, div, anchor);
|
@@ -8924,9 +8928,9 @@ function create_each_block(ctx) {
|
|
8924
8928
|
button = element("button");
|
8925
8929
|
div = element("div");
|
8926
8930
|
t = space();
|
8927
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8931
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8928
8932
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8929
|
-
attr(button, "class", "navigation-item svelte-
|
8933
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8930
8934
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8931
8935
|
},
|
8932
8936
|
m(target, anchor) {
|
@@ -8971,7 +8975,7 @@ function create_fragment$N(ctx) {
|
|
8971
8975
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8972
8976
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8973
8977
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$1(ctx);
|
8974
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8978
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$7(ctx);
|
8975
8979
|
let each_value = /*items*/ ctx[1];
|
8976
8980
|
let each_blocks = [];
|
8977
8981
|
|
@@ -9003,14 +9007,14 @@ function create_fragment$N(ctx) {
|
|
9003
9007
|
each_blocks[i].c();
|
9004
9008
|
}
|
9005
9009
|
|
9006
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9010
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9007
9011
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9008
|
-
attr(div1, "class", "container svelte-
|
9012
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9009
9013
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9010
|
-
attr(div2, "class", "navigation svelte-
|
9014
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9011
9015
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9012
9016
|
set_attributes(div3, div3_data);
|
9013
|
-
toggle_class(div3, "svelte-
|
9017
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9014
9018
|
},
|
9015
9019
|
m(target, anchor) {
|
9016
9020
|
insert(target, div3, anchor);
|
@@ -9052,7 +9056,7 @@ function create_fragment$N(ctx) {
|
|
9052
9056
|
}
|
9053
9057
|
}
|
9054
9058
|
|
9055
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9059
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9056
9060
|
attr(div0, "class", div0_class_value);
|
9057
9061
|
}
|
9058
9062
|
|
@@ -9081,7 +9085,7 @@ function create_fragment$N(ctx) {
|
|
9081
9085
|
if (if_block1) {
|
9082
9086
|
if_block1.p(ctx, dirty);
|
9083
9087
|
} else {
|
9084
|
-
if_block1 = create_if_block$
|
9088
|
+
if_block1 = create_if_block$7(ctx);
|
9085
9089
|
if_block1.c();
|
9086
9090
|
if_block1.m(div3, t2);
|
9087
9091
|
}
|
@@ -9118,7 +9122,7 @@ function create_fragment$N(ctx) {
|
|
9118
9122
|
}
|
9119
9123
|
|
9120
9124
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9121
|
-
toggle_class(div3, "svelte-
|
9125
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9122
9126
|
},
|
9123
9127
|
i(local) {
|
9124
9128
|
if (current) return;
|
@@ -9630,7 +9634,7 @@ class Slide extends SvelteComponent {
|
|
9630
9634
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9631
9635
|
|
9632
9636
|
function add_css$j(target) {
|
9633
|
-
append_styles(target, "svelte-
|
9637
|
+
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9634
9638
|
}
|
9635
9639
|
|
9636
9640
|
function create_fragment$M(ctx) {
|
@@ -9645,9 +9649,9 @@ function create_fragment$M(ctx) {
|
|
9645
9649
|
div1 = element("div");
|
9646
9650
|
div0 = element("div");
|
9647
9651
|
if (default_slot) default_slot.c();
|
9648
|
-
attr(div0, "class", "item-inner svelte-
|
9652
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9649
9653
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9650
|
-
attr(div1, "class", "item svelte-
|
9654
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9651
9655
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9652
9656
|
},
|
9653
9657
|
m(target, anchor) {
|
@@ -9773,7 +9777,7 @@ class SlideItem extends SvelteComponent {
|
|
9773
9777
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9774
9778
|
|
9775
9779
|
function add_css$i(target) {
|
9776
|
-
append_styles(target, "svelte-
|
9780
|
+
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9777
9781
|
}
|
9778
9782
|
|
9779
9783
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
@@ -9791,9 +9795,9 @@ function create_fragment$L(ctx) {
|
|
9791
9795
|
div1 = element("div");
|
9792
9796
|
div0 = element("div");
|
9793
9797
|
if (default_slot) default_slot.c();
|
9794
|
-
attr(div0, "class", "countdown-inner svelte-
|
9798
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9795
9799
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9796
|
-
attr(div1, "class", "countdown svelte-
|
9800
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9797
9801
|
},
|
9798
9802
|
m(target, anchor) {
|
9799
9803
|
insert(target, div1, anchor);
|
@@ -9927,7 +9931,7 @@ class Countdown extends SvelteComponent {
|
|
9927
9931
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9928
9932
|
|
9929
9933
|
function add_css$h(target) {
|
9930
|
-
append_styles(target, "svelte-
|
9934
|
+
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9931
9935
|
}
|
9932
9936
|
|
9933
9937
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -9997,7 +10001,7 @@ function create_fragment$K(ctx) {
|
|
9997
10001
|
c() {
|
9998
10002
|
div = element("div");
|
9999
10003
|
create_component(button.$$.fragment);
|
10000
|
-
attr(div, "class", "box svelte-
|
10004
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10001
10005
|
},
|
10002
10006
|
m(target, anchor) {
|
10003
10007
|
insert(target, div, anchor);
|
@@ -10058,11 +10062,11 @@ class Box extends SvelteComponent {
|
|
10058
10062
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10059
10063
|
|
10060
10064
|
function add_css$g(target) {
|
10061
|
-
append_styles(target, "svelte-
|
10065
|
+
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10062
10066
|
}
|
10063
10067
|
|
10064
10068
|
// (56:4) {#if svg}
|
10065
|
-
function create_if_block$
|
10069
|
+
function create_if_block$6(ctx) {
|
10066
10070
|
let html_tag;
|
10067
10071
|
let html_anchor;
|
10068
10072
|
|
@@ -10089,7 +10093,7 @@ function create_if_block$5(ctx) {
|
|
10089
10093
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10090
10094
|
function create_default_slot$1(ctx) {
|
10091
10095
|
let if_block_anchor;
|
10092
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10096
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$6(ctx);
|
10093
10097
|
|
10094
10098
|
return {
|
10095
10099
|
c() {
|
@@ -10105,7 +10109,7 @@ function create_default_slot$1(ctx) {
|
|
10105
10109
|
if (if_block) {
|
10106
10110
|
if_block.p(ctx, dirty);
|
10107
10111
|
} else {
|
10108
|
-
if_block = create_if_block$
|
10112
|
+
if_block = create_if_block$6(ctx);
|
10109
10113
|
if_block.c();
|
10110
10114
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10111
10115
|
}
|
@@ -10140,7 +10144,7 @@ function create_fragment$J(ctx) {
|
|
10140
10144
|
c() {
|
10141
10145
|
div = element("div");
|
10142
10146
|
create_component(button.$$.fragment);
|
10143
|
-
attr(div, "class", "icon svelte-
|
10147
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10144
10148
|
},
|
10145
10149
|
m(target, anchor) {
|
10146
10150
|
insert(target, div, anchor);
|
@@ -10249,7 +10253,7 @@ class IconElement extends SvelteComponent {
|
|
10249
10253
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10250
10254
|
|
10251
10255
|
function add_css$f(target) {
|
10252
|
-
append_styles(target, "svelte-
|
10256
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10253
10257
|
}
|
10254
10258
|
|
10255
10259
|
function create_fragment$I(ctx) {
|
@@ -10275,7 +10279,7 @@ function create_fragment$I(ctx) {
|
|
10275
10279
|
c() {
|
10276
10280
|
div = element("div");
|
10277
10281
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10278
|
-
attr(div, "class", "codeElement svelte-
|
10282
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10279
10283
|
attr(div, "style", /*style*/ ctx[3]);
|
10280
10284
|
},
|
10281
10285
|
m(target, anchor) {
|
@@ -10364,7 +10368,7 @@ class CodeElement extends SvelteComponent {
|
|
10364
10368
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10365
10369
|
|
10366
10370
|
function add_css$e(target) {
|
10367
|
-
append_styles(target, "svelte-
|
10371
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10368
10372
|
}
|
10369
10373
|
|
10370
10374
|
function create_fragment$H(ctx) {
|
@@ -10378,7 +10382,7 @@ function create_fragment$H(ctx) {
|
|
10378
10382
|
c() {
|
10379
10383
|
div = element("div");
|
10380
10384
|
if (default_slot) default_slot.c();
|
10381
|
-
attr(div, "class", "flex svelte-
|
10385
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10382
10386
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10383
10387
|
},
|
10384
10388
|
m(target, anchor) {
|
@@ -10475,7 +10479,7 @@ class Flex extends SvelteComponent {
|
|
10475
10479
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10476
10480
|
|
10477
10481
|
function add_css$d(target) {
|
10478
|
-
append_styles(target, "svelte-
|
10482
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10479
10483
|
}
|
10480
10484
|
|
10481
10485
|
function create_fragment$G(ctx) {
|
@@ -10488,7 +10492,7 @@ function create_fragment$G(ctx) {
|
|
10488
10492
|
c() {
|
10489
10493
|
div = element("div");
|
10490
10494
|
if (default_slot) default_slot.c();
|
10491
|
-
attr(div, "class", "flex-item svelte-
|
10495
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10492
10496
|
attr(div, "style", /*style*/ ctx[0]);
|
10493
10497
|
},
|
10494
10498
|
m(target, anchor) {
|
@@ -10896,7 +10900,7 @@ class GridModalState extends SvelteComponent {
|
|
10896
10900
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10897
10901
|
|
10898
10902
|
function add_css$c(target) {
|
10899
|
-
append_styles(target, "svelte-
|
10903
|
+
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10900
10904
|
}
|
10901
10905
|
|
10902
10906
|
function create_fragment$E(ctx) {
|
@@ -10912,8 +10916,8 @@ function create_fragment$E(ctx) {
|
|
10912
10916
|
div1 = element("div");
|
10913
10917
|
div0 = element("div");
|
10914
10918
|
create_component(rendertext.$$.fragment);
|
10915
|
-
attr(div0, "class", "text-block-inner svelte-
|
10916
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10919
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10920
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10917
10921
|
attr(div1, "style", /*style*/ ctx[2]);
|
10918
10922
|
},
|
10919
10923
|
m(target, anchor) {
|
@@ -10927,7 +10931,7 @@ function create_fragment$E(ctx) {
|
|
10927
10931
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10928
10932
|
rendertext.$set(rendertext_changes);
|
10929
10933
|
|
10930
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10934
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10931
10935
|
attr(div1, "class", div1_class_value);
|
10932
10936
|
}
|
10933
10937
|
|
@@ -11005,7 +11009,7 @@ class TextBlock extends SvelteComponent {
|
|
11005
11009
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11006
11010
|
|
11007
11011
|
function add_css$b(target) {
|
11008
|
-
append_styles(target, "svelte-
|
11012
|
+
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11009
11013
|
}
|
11010
11014
|
|
11011
11015
|
function create_fragment$D(ctx) {
|
@@ -11022,9 +11026,9 @@ function create_fragment$D(ctx) {
|
|
11022
11026
|
div = element("div");
|
11023
11027
|
button = element("button");
|
11024
11028
|
create_component(rendertext.$$.fragment);
|
11025
|
-
attr(button, "class", "text-button svelte-
|
11029
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11026
11030
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11027
|
-
attr(div, "class", "text-button-block svelte-
|
11031
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11028
11032
|
attr(div, "style", /*_style*/ ctx[2]);
|
11029
11033
|
},
|
11030
11034
|
m(target, anchor) {
|
@@ -11130,7 +11134,7 @@ class TextButtonBlock extends SvelteComponent {
|
|
11130
11134
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11131
11135
|
|
11132
11136
|
function add_css$a(target) {
|
11133
|
-
append_styles(target, "svelte-
|
11137
|
+
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11134
11138
|
}
|
11135
11139
|
|
11136
11140
|
function create_fragment$C(ctx) {
|
@@ -11146,14 +11150,14 @@ function create_fragment$C(ctx) {
|
|
11146
11150
|
c() {
|
11147
11151
|
div = element("div");
|
11148
11152
|
img = element("img");
|
11149
|
-
attr(img, "class", "image svelte-
|
11153
|
+
attr(img, "class", "image svelte-1pdw891");
|
11150
11154
|
attr(img, "loading", "lazy");
|
11151
11155
|
attr(img, "width", "auto");
|
11152
11156
|
attr(img, "height", "auto");
|
11153
11157
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11154
11158
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11155
11159
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11156
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11160
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11157
11161
|
attr(div, "style", /*_style*/ ctx[5]);
|
11158
11162
|
},
|
11159
11163
|
m(target, anchor) {
|
@@ -11178,7 +11182,7 @@ function create_fragment$C(ctx) {
|
|
11178
11182
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11179
11183
|
}
|
11180
11184
|
|
11181
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11185
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11182
11186
|
attr(div, "class", div_class_value);
|
11183
11187
|
}
|
11184
11188
|
|
@@ -11349,7 +11353,7 @@ const toCssShadow = (p) => {
|
|
11349
11353
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11350
11354
|
|
11351
11355
|
function add_css$9(target) {
|
11352
|
-
append_styles(target, "svelte-
|
11356
|
+
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11353
11357
|
}
|
11354
11358
|
|
11355
11359
|
function create_fragment$B(ctx) {
|
@@ -11365,7 +11369,7 @@ function create_fragment$B(ctx) {
|
|
11365
11369
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11366
11370
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11367
11371
|
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11368
|
-
attr(div, "class", "avatar svelte-
|
11372
|
+
attr(div, "class", "avatar svelte-17xar9h");
|
11369
11373
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11370
11374
|
attr(div, "style", /*style*/ ctx[3]);
|
11371
11375
|
},
|
@@ -12977,11 +12981,11 @@ const ICON_PARAMS = [
|
|
12977
12981
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12978
12982
|
|
12979
12983
|
function add_css$8(target) {
|
12980
|
-
append_styles(target, "svelte-
|
12984
|
+
append_styles(target, "svelte-1mx2edd", ".icon.svelte-1mx2edd{display:inline-flex;align-items:center;overflow:hidden;width:auto}");
|
12981
12985
|
}
|
12982
12986
|
|
12983
|
-
// (
|
12984
|
-
function create_if_block$
|
12987
|
+
// (21:0) {#if (IconComponent)}
|
12988
|
+
function create_if_block$5(ctx) {
|
12985
12989
|
let div;
|
12986
12990
|
let switch_instance;
|
12987
12991
|
let current;
|
@@ -13002,7 +13006,7 @@ function create_if_block$4(ctx) {
|
|
13002
13006
|
div = element("div");
|
13003
13007
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
13004
13008
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13005
|
-
attr(div, "class", "icon svelte-
|
13009
|
+
attr(div, "class", "icon svelte-1mx2edd");
|
13006
13010
|
attr(div, "style", /*style*/ ctx[3]);
|
13007
13011
|
},
|
13008
13012
|
m(target, anchor) {
|
@@ -13065,7 +13069,7 @@ function create_if_block$4(ctx) {
|
|
13065
13069
|
function create_fragment$8(ctx) {
|
13066
13070
|
let if_block_anchor;
|
13067
13071
|
let current;
|
13068
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13072
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
13069
13073
|
|
13070
13074
|
return {
|
13071
13075
|
c() {
|
@@ -13086,7 +13090,7 @@ function create_fragment$8(ctx) {
|
|
13086
13090
|
transition_in(if_block, 1);
|
13087
13091
|
}
|
13088
13092
|
} else {
|
13089
|
-
if_block = create_if_block$
|
13093
|
+
if_block = create_if_block$5(ctx);
|
13090
13094
|
if_block.c();
|
13091
13095
|
transition_in(if_block, 1);
|
13092
13096
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -13137,6 +13141,8 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
13137
13141
|
};
|
13138
13142
|
};
|
13139
13143
|
|
13144
|
+
console.log(props.color);
|
13145
|
+
|
13140
13146
|
$$self.$$set = $$props => {
|
13141
13147
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13142
13148
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
@@ -13180,7 +13186,6 @@ const BUTTON_VARIANTS = {
|
|
13180
13186
|
lineHeight: 1.5,
|
13181
13187
|
borderRadius: '4px',
|
13182
13188
|
},
|
13183
|
-
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13184
13189
|
medium: {
|
13185
13190
|
minHeight: '40px',
|
13186
13191
|
paddingInline: '24px',
|
@@ -13189,7 +13194,6 @@ const BUTTON_VARIANTS = {
|
|
13189
13194
|
lineHeight: 1.5,
|
13190
13195
|
borderRadius: '4px',
|
13191
13196
|
},
|
13192
|
-
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13193
13197
|
large: {
|
13194
13198
|
minHeight: '48px',
|
13195
13199
|
paddingInline: '32px',
|
@@ -13254,11 +13258,11 @@ const BUTTON_VARIANTS = {
|
|
13254
13258
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13255
13259
|
|
13256
13260
|
function add_css$7(target) {
|
13257
|
-
append_styles(target, "svelte-
|
13261
|
+
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}");
|
13258
13262
|
}
|
13259
13263
|
|
13260
|
-
// (
|
13261
|
-
function create_if_block$
|
13264
|
+
// (49:2) {#if (props.isIcon && props.iconVariant)}
|
13265
|
+
function create_if_block$4(ctx) {
|
13262
13266
|
let div;
|
13263
13267
|
let icon;
|
13264
13268
|
let current;
|
@@ -13267,7 +13271,7 @@ function create_if_block$3(ctx) {
|
|
13267
13271
|
props: {
|
13268
13272
|
props: {
|
13269
13273
|
variant: /*props*/ ctx[0].iconVariant,
|
13270
|
-
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].
|
13274
|
+
color: /*props*/ ctx[0].color ?? BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].color
|
13271
13275
|
}
|
13272
13276
|
}
|
13273
13277
|
});
|
@@ -13276,7 +13280,7 @@ function create_if_block$3(ctx) {
|
|
13276
13280
|
c() {
|
13277
13281
|
div = element("div");
|
13278
13282
|
create_component(icon.$$.fragment);
|
13279
|
-
attr(div, "class", "button-icon svelte-
|
13283
|
+
attr(div, "class", "button-icon svelte-bo01kn");
|
13280
13284
|
},
|
13281
13285
|
m(target, anchor) {
|
13282
13286
|
insert(target, div, anchor);
|
@@ -13288,7 +13292,7 @@ function create_if_block$3(ctx) {
|
|
13288
13292
|
|
13289
13293
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
13290
13294
|
variant: /*props*/ ctx[0].iconVariant,
|
13291
|
-
color: BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].
|
13295
|
+
color: /*props*/ ctx[0].color ?? BUTTON_VARIANTS.theme[/*props*/ ctx[0].theme ?? 'default'].color
|
13292
13296
|
};
|
13293
13297
|
|
13294
13298
|
icon.$set(icon_changes);
|
@@ -13318,7 +13322,7 @@ function create_fragment$7(ctx) {
|
|
13318
13322
|
let current;
|
13319
13323
|
let mounted;
|
13320
13324
|
let dispose;
|
13321
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
13325
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
13322
13326
|
|
13323
13327
|
return {
|
13324
13328
|
c() {
|
@@ -13329,7 +13333,7 @@ function create_fragment$7(ctx) {
|
|
13329
13333
|
t1 = text(t1_value);
|
13330
13334
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13331
13335
|
attr(button, "style", /*style*/ ctx[2]);
|
13332
|
-
attr(button, "class", "button svelte-
|
13336
|
+
attr(button, "class", "button svelte-bo01kn");
|
13333
13337
|
},
|
13334
13338
|
m(target, anchor) {
|
13335
13339
|
insert(target, button, anchor);
|
@@ -13353,7 +13357,7 @@ function create_fragment$7(ctx) {
|
|
13353
13357
|
transition_in(if_block, 1);
|
13354
13358
|
}
|
13355
13359
|
} else {
|
13356
|
-
if_block = create_if_block$
|
13360
|
+
if_block = create_if_block$4(ctx);
|
13357
13361
|
if_block.c();
|
13358
13362
|
transition_in(if_block, 1);
|
13359
13363
|
if_block.m(button, t0);
|
@@ -13404,14 +13408,6 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13404
13408
|
let { props = {} } = $$props;
|
13405
13409
|
let { layerId = '' } = $$props;
|
13406
13410
|
|
13407
|
-
const getCssVariantTheme = () => {
|
13408
|
-
return {
|
13409
|
-
backgroundColor: props.backgroundColor ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].backgroundColor,
|
13410
|
-
color: props.color ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].color,
|
13411
|
-
fontWeight: props.fontWeight ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].fontWeight
|
13412
|
-
};
|
13413
|
-
};
|
13414
|
-
|
13415
13411
|
function handleClick() {
|
13416
13412
|
if (eventName) {
|
13417
13413
|
send_event(eventName, eventValue);
|
@@ -13439,13 +13435,15 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13439
13435
|
border: 0,
|
13440
13436
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
13441
13437
|
width: props.width,
|
13438
|
+
backgroundColor: props.backgroundColor ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].backgroundColor,
|
13439
|
+
color: props.color ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].color,
|
13440
|
+
fontWeight: props.fontWeight ?? BUTTON_VARIANTS.theme[props.theme ?? 'default'].fontWeight,
|
13442
13441
|
...BUTTON_VARIANTS.size[props.size ?? 'medium'],
|
13443
13442
|
...BUTTON_VARIANTS.wrap[props.wrap ?? 'nowrap'],
|
13444
13443
|
...BUTTON_VARIANTS.round[props.round ?? 'default'],
|
13445
13444
|
...props.iconAngle
|
13446
13445
|
? { flexDirection: props.iconAngle }
|
13447
13446
|
: {},
|
13448
|
-
...getCssVariantTheme(),
|
13449
13447
|
...toCssCommon(props)
|
13450
13448
|
}));
|
13451
13449
|
}
|
@@ -13506,11 +13504,11 @@ const BUTTON_ICON_ANGLE = {
|
|
13506
13504
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
13507
13505
|
|
13508
13506
|
function add_css$6(target) {
|
13509
|
-
append_styles(target, "svelte-
|
13507
|
+
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}");
|
13510
13508
|
}
|
13511
13509
|
|
13512
13510
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
13513
|
-
function create_if_block$
|
13511
|
+
function create_if_block$3(ctx) {
|
13514
13512
|
let div;
|
13515
13513
|
let icon;
|
13516
13514
|
let current;
|
@@ -13528,7 +13526,7 @@ function create_if_block$2(ctx) {
|
|
13528
13526
|
c() {
|
13529
13527
|
div = element("div");
|
13530
13528
|
create_component(icon.$$.fragment);
|
13531
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
13529
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
13532
13530
|
},
|
13533
13531
|
m(target, anchor) {
|
13534
13532
|
insert(target, div, anchor);
|
@@ -13570,7 +13568,7 @@ function create_fragment$6(ctx) {
|
|
13570
13568
|
let current;
|
13571
13569
|
let mounted;
|
13572
13570
|
let dispose;
|
13573
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
13571
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
13574
13572
|
|
13575
13573
|
return {
|
13576
13574
|
c() {
|
@@ -13581,7 +13579,7 @@ function create_fragment$6(ctx) {
|
|
13581
13579
|
t1 = text(t1_value);
|
13582
13580
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13583
13581
|
attr(button, "style", /*style*/ ctx[2]);
|
13584
|
-
attr(button, "class", "flex-text-button svelte-
|
13582
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
13585
13583
|
},
|
13586
13584
|
m(target, anchor) {
|
13587
13585
|
insert(target, button, anchor);
|
@@ -13605,7 +13603,7 @@ function create_fragment$6(ctx) {
|
|
13605
13603
|
transition_in(if_block, 1);
|
13606
13604
|
}
|
13607
13605
|
} else {
|
13608
|
-
if_block = create_if_block$
|
13606
|
+
if_block = create_if_block$3(ctx);
|
13609
13607
|
if_block.c();
|
13610
13608
|
transition_in(if_block, 1);
|
13611
13609
|
if_block.m(button, t0);
|
@@ -13799,22 +13797,76 @@ const TEXT_BUTTON_ICON_ANGLE = {
|
|
13799
13797
|
'row-reverse': '右側',
|
13800
13798
|
};
|
13801
13799
|
|
13800
|
+
const CLOSE_BUTTON_PLACEMENT = {
|
13801
|
+
topRight: 'topRight',
|
13802
|
+
topLeft: 'topLeft',
|
13803
|
+
bottomRight: 'bottomRight',
|
13804
|
+
bottomLeft: 'bottomLeft',
|
13805
|
+
};
|
13806
|
+
const CLOSE_BUTTON_ROUND = {
|
13807
|
+
default: 'デフォルト',
|
13808
|
+
none: 'なし',
|
13809
|
+
fulled: '円形',
|
13810
|
+
};
|
13811
|
+
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
13812
|
+
right: 'right',
|
13813
|
+
left: 'left',
|
13814
|
+
};
|
13815
|
+
|
13802
13816
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13803
13817
|
|
13804
13818
|
function add_css$5(target) {
|
13805
|
-
append_styles(target, "svelte-
|
13819
|
+
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')}");
|
13820
|
+
}
|
13821
|
+
|
13822
|
+
// (99:4) {#if hasLabel}
|
13823
|
+
function create_if_block$2(ctx) {
|
13824
|
+
let span;
|
13825
|
+
let t;
|
13826
|
+
|
13827
|
+
return {
|
13828
|
+
c() {
|
13829
|
+
span = element("span");
|
13830
|
+
t = text(/*label*/ ctx[7]);
|
13831
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
13832
|
+
|
13833
|
+
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
13834
|
+
? 'close-button-order-one'
|
13835
|
+
: '') + " svelte-1l8m1e9");
|
13836
|
+
},
|
13837
|
+
m(target, anchor) {
|
13838
|
+
insert(target, span, anchor);
|
13839
|
+
append(span, t);
|
13840
|
+
},
|
13841
|
+
p(ctx, dirty) {
|
13842
|
+
if (dirty & /*labelCssVariable*/ 4) {
|
13843
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
13844
|
+
}
|
13845
|
+
},
|
13846
|
+
d(detaching) {
|
13847
|
+
if (detaching) detach(span);
|
13848
|
+
}
|
13849
|
+
};
|
13806
13850
|
}
|
13807
13851
|
|
13808
13852
|
function create_fragment$5(ctx) {
|
13853
|
+
let div1;
|
13854
|
+
let div0;
|
13809
13855
|
let button;
|
13810
13856
|
let svg;
|
13811
13857
|
let path;
|
13858
|
+
let button_class_value;
|
13859
|
+
let t;
|
13812
13860
|
let mounted;
|
13813
13861
|
let dispose;
|
13814
13862
|
|
13815
13863
|
let button_levels = [
|
13816
13864
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
13817
|
-
{
|
13865
|
+
{
|
13866
|
+
class: button_class_value = "close-button " + (/*isLeftLabelPlacement*/ ctx[8]
|
13867
|
+
? 'close-button-order-two'
|
13868
|
+
: '')
|
13869
|
+
},
|
13818
13870
|
{ style: /*style*/ ctx[1] },
|
13819
13871
|
dataAttrStopPropagation('click')
|
13820
13872
|
];
|
@@ -13825,45 +13877,76 @@ function create_fragment$5(ctx) {
|
|
13825
13877
|
button_data = assign(button_data, button_levels[i]);
|
13826
13878
|
}
|
13827
13879
|
|
13880
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
13881
|
+
|
13828
13882
|
return {
|
13829
13883
|
c() {
|
13884
|
+
div1 = element("div");
|
13885
|
+
div0 = element("div");
|
13830
13886
|
button = element("button");
|
13831
13887
|
svg = svg_element("svg");
|
13832
13888
|
path = svg_element("path");
|
13889
|
+
t = space();
|
13890
|
+
if (if_block) if_block.c();
|
13833
13891
|
attr(path, "d", "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z");
|
13834
13892
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13835
13893
|
set_style(svg, "width", "75%");
|
13836
13894
|
set_style(svg, "height", "75%");
|
13837
13895
|
attr(svg, "viewBox", "0 0 50 50");
|
13838
|
-
attr(svg, "fill",
|
13896
|
+
attr(svg, "fill", /*color*/ ctx[6]);
|
13839
13897
|
set_attributes(button, button_data);
|
13840
|
-
toggle_class(button, "svelte-
|
13898
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
13899
|
+
attr(div0, "class", "close-button-row svelte-1l8m1e9");
|
13900
|
+
attr(div1, "class", "close svelte-1l8m1e9");
|
13901
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
13841
13902
|
},
|
13842
13903
|
m(target, anchor) {
|
13843
|
-
insert(target,
|
13904
|
+
insert(target, div1, anchor);
|
13905
|
+
append(div1, div0);
|
13906
|
+
append(div0, button);
|
13844
13907
|
append(button, svg);
|
13845
13908
|
append(svg, path);
|
13846
13909
|
if (button.autofocus) button.focus();
|
13910
|
+
append(div0, t);
|
13911
|
+
if (if_block) if_block.m(div0, null);
|
13847
13912
|
|
13848
13913
|
if (!mounted) {
|
13849
|
-
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
13914
|
+
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
13850
13915
|
mounted = true;
|
13851
13916
|
}
|
13852
13917
|
},
|
13853
13918
|
p(ctx, [dirty]) {
|
13854
13919
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
13855
13920
|
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
13856
|
-
{ class:
|
13921
|
+
{ class: button_class_value },
|
13857
13922
|
dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
|
13858
13923
|
dataAttrStopPropagation('click')
|
13859
13924
|
]));
|
13860
13925
|
|
13861
|
-
toggle_class(button, "svelte-
|
13926
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
13927
|
+
|
13928
|
+
if (/*hasLabel*/ ctx[4]) {
|
13929
|
+
if (if_block) {
|
13930
|
+
if_block.p(ctx, dirty);
|
13931
|
+
} else {
|
13932
|
+
if_block = create_if_block$2(ctx);
|
13933
|
+
if_block.c();
|
13934
|
+
if_block.m(div0, null);
|
13935
|
+
}
|
13936
|
+
} else if (if_block) {
|
13937
|
+
if_block.d(1);
|
13938
|
+
if_block = null;
|
13939
|
+
}
|
13940
|
+
|
13941
|
+
if (dirty & /*rootStyle*/ 8) {
|
13942
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
13943
|
+
}
|
13862
13944
|
},
|
13863
13945
|
i: noop,
|
13864
13946
|
o: noop,
|
13865
13947
|
d(detaching) {
|
13866
|
-
if (detaching) detach(
|
13948
|
+
if (detaching) detach(div1);
|
13949
|
+
if (if_block) if_block.d();
|
13867
13950
|
mounted = false;
|
13868
13951
|
dispose();
|
13869
13952
|
}
|
@@ -13871,14 +13954,34 @@ function create_fragment$5(ctx) {
|
|
13871
13954
|
}
|
13872
13955
|
|
13873
13956
|
function instance$5($$self, $$props, $$invalidate) {
|
13957
|
+
let hasLabel;
|
13958
|
+
let rootStyle;
|
13959
|
+
let labelCssVariable;
|
13874
13960
|
let style;
|
13875
|
-
let
|
13961
|
+
let $maximumZindex;
|
13962
|
+
component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
|
13876
13963
|
let { props = {} } = $$props;
|
13877
13964
|
let { layerId = '' } = $$props;
|
13878
13965
|
let { eventName = '' } = $$props;
|
13879
13966
|
let { eventValue = undefined } = $$props;
|
13880
13967
|
|
13968
|
+
const VARIANTS = {
|
13969
|
+
placement: {
|
13970
|
+
topRight: { top: '8px', right: '8px' },
|
13971
|
+
topLeft: { top: '8px', left: '8px' },
|
13972
|
+
bottomRight: { bottom: '8px', right: '8px' },
|
13973
|
+
bottomLeft: { bottom: '8px', left: '8px' }
|
13974
|
+
},
|
13975
|
+
round: {
|
13976
|
+
none: { borderRadius: 0 },
|
13977
|
+
default: {},
|
13978
|
+
fulled: { borderRadius: '56px' }
|
13979
|
+
}
|
13980
|
+
};
|
13981
|
+
|
13881
13982
|
function handleClick() {
|
13983
|
+
const onClick = { operation: 'closeApp', args: ['button'] };
|
13984
|
+
|
13882
13985
|
if (eventName) {
|
13883
13986
|
send_event(eventName, eventValue);
|
13884
13987
|
}
|
@@ -13887,27 +13990,64 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13887
13990
|
}
|
13888
13991
|
|
13889
13992
|
const size = props.size ?? 24;
|
13993
|
+
const color = props.color ?? '#666';
|
13994
|
+
const label = props.label;
|
13995
|
+
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
13996
|
+
|
13997
|
+
const getCssPlacement = () => {
|
13998
|
+
return {
|
13999
|
+
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
14000
|
+
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
14001
|
+
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
14002
|
+
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
14003
|
+
};
|
14004
|
+
};
|
13890
14005
|
|
13891
14006
|
$$self.$$set = $$props => {
|
13892
|
-
if ('
|
13893
|
-
if ('props' in $$props) $$invalidate(4, props = $$props.props);
|
14007
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
13894
14008
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13895
|
-
if ('eventName' in $$props) $$invalidate(
|
13896
|
-
if ('eventValue' in $$props) $$invalidate(
|
14009
|
+
if ('eventName' in $$props) $$invalidate(10, eventName = $$props.eventName);
|
14010
|
+
if ('eventValue' in $$props) $$invalidate(11, eventValue = $$props.eventValue);
|
13897
14011
|
};
|
13898
14012
|
|
13899
14013
|
$$self.$$.update = () => {
|
13900
|
-
if ($$self.$$.dirty &
|
14014
|
+
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
14015
|
+
$$invalidate(3, rootStyle = objToStyle({
|
14016
|
+
...getCssPlacement(),
|
14017
|
+
zIndex: $maximumZindex + 1
|
14018
|
+
}));
|
14019
|
+
}
|
14020
|
+
|
14021
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
13901
14022
|
$$invalidate(1, style = objToStyle({
|
13902
14023
|
width: `${size}px`,
|
13903
14024
|
height: `${size}px`,
|
13904
14025
|
...props.bordered && { border: '1px solid #666' },
|
14026
|
+
backgroundColor: props.backgroundColor ?? 'transparent',
|
14027
|
+
...VARIANTS.round[props.round ?? 'default'],
|
13905
14028
|
...toCssCommon(props)
|
13906
14029
|
}));
|
13907
14030
|
}
|
13908
14031
|
};
|
13909
14032
|
|
13910
|
-
|
14033
|
+
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
14034
|
+
$$invalidate(2, labelCssVariable = '--close-button-label-color: {props.labelColor}');
|
14035
|
+
|
14036
|
+
return [
|
14037
|
+
layerId,
|
14038
|
+
style,
|
14039
|
+
labelCssVariable,
|
14040
|
+
rootStyle,
|
14041
|
+
hasLabel,
|
14042
|
+
handleClick,
|
14043
|
+
color,
|
14044
|
+
label,
|
14045
|
+
isLeftLabelPlacement,
|
14046
|
+
props,
|
14047
|
+
eventName,
|
14048
|
+
eventValue,
|
14049
|
+
$maximumZindex
|
14050
|
+
];
|
13911
14051
|
}
|
13912
14052
|
|
13913
14053
|
class CloseButton extends SvelteComponent {
|
@@ -13921,11 +14061,10 @@ class CloseButton extends SvelteComponent {
|
|
13921
14061
|
create_fragment$5,
|
13922
14062
|
safe_not_equal,
|
13923
14063
|
{
|
13924
|
-
|
13925
|
-
props: 4,
|
14064
|
+
props: 9,
|
13926
14065
|
layerId: 0,
|
13927
|
-
eventName:
|
13928
|
-
eventValue:
|
14066
|
+
eventName: 10,
|
14067
|
+
eventValue: 11
|
13929
14068
|
},
|
13930
14069
|
add_css$5
|
13931
14070
|
);
|
@@ -13935,7 +14074,7 @@ class CloseButton extends SvelteComponent {
|
|
13935
14074
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
13936
14075
|
|
13937
14076
|
function add_css$4(target) {
|
13938
|
-
append_styles(target, "svelte-
|
14077
|
+
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}");
|
13939
14078
|
}
|
13940
14079
|
|
13941
14080
|
function create_fragment$4(ctx) {
|
@@ -13952,11 +14091,11 @@ function create_fragment$4(ctx) {
|
|
13952
14091
|
img = element("img");
|
13953
14092
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
13954
14093
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
13955
|
-
attr(img, "class", "image-img svelte-
|
14094
|
+
attr(img, "class", "image-img svelte-52a988");
|
13956
14095
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
13957
|
-
attr(object, "class", "image-object svelte-
|
14096
|
+
attr(object, "class", "image-object svelte-52a988");
|
13958
14097
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13959
|
-
attr(div, "class", "image svelte-
|
14098
|
+
attr(div, "class", "image svelte-52a988");
|
13960
14099
|
attr(div, "style", /*style*/ ctx[3]);
|
13961
14100
|
},
|
13962
14101
|
m(target, anchor) {
|
@@ -14030,7 +14169,7 @@ class Image extends SvelteComponent {
|
|
14030
14169
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
14031
14170
|
|
14032
14171
|
function add_css$3(target) {
|
14033
|
-
append_styles(target, "svelte-
|
14172
|
+
append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
|
14034
14173
|
}
|
14035
14174
|
|
14036
14175
|
function create_fragment$3(ctx) {
|
@@ -14044,7 +14183,7 @@ function create_fragment$3(ctx) {
|
|
14044
14183
|
div = element("div");
|
14045
14184
|
if (default_slot) default_slot.c();
|
14046
14185
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
14047
|
-
attr(div, "class", "layout svelte-
|
14186
|
+
attr(div, "class", "layout svelte-1g6q4hu");
|
14048
14187
|
attr(div, "style", /*style*/ ctx[1]);
|
14049
14188
|
},
|
14050
14189
|
m(target, anchor) {
|
@@ -14149,22 +14288,27 @@ const TEXT_VARIANTS = {
|
|
14149
14288
|
extra_small: {
|
14150
14289
|
fontSize: '10px',
|
14151
14290
|
lineHeight: 1.7,
|
14291
|
+
fontWeight: 'normal',
|
14152
14292
|
},
|
14153
14293
|
small: {
|
14154
14294
|
fontSize: '12px',
|
14155
14295
|
lineHeight: 1.7,
|
14296
|
+
fontWeight: 'normal',
|
14156
14297
|
},
|
14157
14298
|
medium: {
|
14158
14299
|
fontSize: '14px',
|
14159
14300
|
lineHeight: 1.7,
|
14301
|
+
fontWeight: 'normal',
|
14160
14302
|
},
|
14161
14303
|
large: {
|
14162
14304
|
fontSize: '16px',
|
14163
14305
|
lineHeight: 1.7,
|
14306
|
+
fontWeight: 'normal',
|
14164
14307
|
},
|
14165
14308
|
extra_large: {
|
14166
14309
|
fontSize: '18px',
|
14167
14310
|
lineHeight: 1.7,
|
14311
|
+
fontWeight: 'normal',
|
14168
14312
|
},
|
14169
14313
|
heading_extra_small: {
|
14170
14314
|
fontSize: '14px',
|
@@ -14197,7 +14341,7 @@ const TEXT_VARIANTS = {
|
|
14197
14341
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
14198
14342
|
|
14199
14343
|
function add_css$2(target) {
|
14200
|
-
append_styles(target, "svelte-
|
14344
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
14201
14345
|
}
|
14202
14346
|
|
14203
14347
|
function create_fragment$2(ctx) {
|
@@ -14207,7 +14351,7 @@ function create_fragment$2(ctx) {
|
|
14207
14351
|
c() {
|
14208
14352
|
p = element("p");
|
14209
14353
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
14210
|
-
attr(p, "class", "text svelte-
|
14354
|
+
attr(p, "class", "text svelte-1vl0c87");
|
14211
14355
|
attr(p, "style", /*style*/ ctx[1]);
|
14212
14356
|
},
|
14213
14357
|
m(target, anchor) {
|
@@ -14301,7 +14445,7 @@ const LAYER_TEXT_SIZE = {
|
|
14301
14445
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
14302
14446
|
|
14303
14447
|
function add_css$1(target) {
|
14304
|
-
append_styles(target, "svelte-
|
14448
|
+
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}");
|
14305
14449
|
}
|
14306
14450
|
|
14307
14451
|
// (14:0) {#if backgroundOverlay}
|
@@ -14314,7 +14458,7 @@ function create_if_block$1(ctx) {
|
|
14314
14458
|
return {
|
14315
14459
|
c() {
|
14316
14460
|
div = element("div");
|
14317
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14461
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
14318
14462
|
},
|
14319
14463
|
m(target, anchor) {
|
14320
14464
|
insert(target, div, anchor);
|
@@ -14325,7 +14469,7 @@ function create_if_block$1(ctx) {
|
|
14325
14469
|
}
|
14326
14470
|
},
|
14327
14471
|
p(ctx, dirty) {
|
14328
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
14472
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
14329
14473
|
attr(div, "class", div_class_value);
|
14330
14474
|
}
|
14331
14475
|
},
|
@@ -14397,22 +14541,22 @@ class BackgroundOverlay extends SvelteComponent {
|
|
14397
14541
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
14398
14542
|
|
14399
14543
|
function add_css(target) {
|
14400
|
-
append_styles(target, "svelte-
|
14544
|
+
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}}");
|
14401
14545
|
}
|
14402
14546
|
|
14403
|
-
// (
|
14547
|
+
// (253:0) {:else}
|
14404
14548
|
function create_else_block(ctx) {
|
14405
14549
|
let backgroundoverlay;
|
14406
14550
|
let current;
|
14407
14551
|
|
14408
14552
|
backgroundoverlay = new BackgroundOverlay({
|
14409
14553
|
props: {
|
14410
|
-
backgroundOverlay: /*backgroundOverlay*/ ctx[
|
14554
|
+
backgroundOverlay: /*backgroundOverlay*/ ctx[3]
|
14411
14555
|
}
|
14412
14556
|
});
|
14413
14557
|
|
14414
14558
|
backgroundoverlay.$on("click", function () {
|
14415
|
-
if (is_function(/*backgroundClick*/ ctx[
|
14559
|
+
if (is_function(/*backgroundClick*/ ctx[11])) /*backgroundClick*/ ctx[11].apply(this, arguments);
|
14416
14560
|
});
|
14417
14561
|
|
14418
14562
|
return {
|
@@ -14426,7 +14570,7 @@ function create_else_block(ctx) {
|
|
14426
14570
|
p(new_ctx, dirty) {
|
14427
14571
|
ctx = new_ctx;
|
14428
14572
|
const backgroundoverlay_changes = {};
|
14429
|
-
if (dirty
|
14573
|
+
if (dirty & /*backgroundOverlay*/ 8) backgroundoverlay_changes.backgroundOverlay = /*backgroundOverlay*/ ctx[3];
|
14430
14574
|
backgroundoverlay.$set(backgroundoverlay_changes);
|
14431
14575
|
},
|
14432
14576
|
i(local) {
|
@@ -14444,8 +14588,8 @@ function create_else_block(ctx) {
|
|
14444
14588
|
};
|
14445
14589
|
}
|
14446
14590
|
|
14447
|
-
// (
|
14448
|
-
function
|
14591
|
+
// (242:24)
|
14592
|
+
function create_if_block_2(ctx) {
|
14449
14593
|
let backgroundoverlay0;
|
14450
14594
|
let t;
|
14451
14595
|
let backgroundoverlay1;
|
@@ -14454,23 +14598,23 @@ function create_if_block_3(ctx) {
|
|
14454
14598
|
backgroundoverlay0 = new BackgroundOverlay({
|
14455
14599
|
props: {
|
14456
14600
|
class: "background-bp-pc",
|
14457
|
-
backgroundOverlay: /*backgroundOverlayPC*/ ctx[
|
14601
|
+
backgroundOverlay: /*backgroundOverlayPC*/ ctx[4]
|
14458
14602
|
}
|
14459
14603
|
});
|
14460
14604
|
|
14461
14605
|
backgroundoverlay0.$on("click", function () {
|
14462
|
-
if (is_function(/*backgroundClickPC*/ ctx[
|
14606
|
+
if (is_function(/*backgroundClickPC*/ ctx[10])) /*backgroundClickPC*/ ctx[10].apply(this, arguments);
|
14463
14607
|
});
|
14464
14608
|
|
14465
14609
|
backgroundoverlay1 = new BackgroundOverlay({
|
14466
14610
|
props: {
|
14467
14611
|
class: "background-bp-sp ",
|
14468
|
-
backgroundOverlay: /*backgroundOverlaySP*/ ctx[
|
14612
|
+
backgroundOverlay: /*backgroundOverlaySP*/ ctx[5]
|
14469
14613
|
}
|
14470
14614
|
});
|
14471
14615
|
|
14472
14616
|
backgroundoverlay1.$on("click", function () {
|
14473
|
-
if (is_function(/*backgroundClickSP*/ ctx[
|
14617
|
+
if (is_function(/*backgroundClickSP*/ ctx[9])) /*backgroundClickSP*/ ctx[9].apply(this, arguments);
|
14474
14618
|
});
|
14475
14619
|
|
14476
14620
|
return {
|
@@ -14488,10 +14632,10 @@ function create_if_block_3(ctx) {
|
|
14488
14632
|
p(new_ctx, dirty) {
|
14489
14633
|
ctx = new_ctx;
|
14490
14634
|
const backgroundoverlay0_changes = {};
|
14491
|
-
if (dirty
|
14635
|
+
if (dirty & /*backgroundOverlayPC*/ 16) backgroundoverlay0_changes.backgroundOverlay = /*backgroundOverlayPC*/ ctx[4];
|
14492
14636
|
backgroundoverlay0.$set(backgroundoverlay0_changes);
|
14493
14637
|
const backgroundoverlay1_changes = {};
|
14494
|
-
if (dirty
|
14638
|
+
if (dirty & /*backgroundOverlaySP*/ 32) backgroundoverlay1_changes.backgroundOverlay = /*backgroundOverlaySP*/ ctx[5];
|
14495
14639
|
backgroundoverlay1.$set(backgroundoverlay1_changes);
|
14496
14640
|
},
|
14497
14641
|
i(local) {
|
@@ -14513,8 +14657,8 @@ function create_if_block_3(ctx) {
|
|
14513
14657
|
};
|
14514
14658
|
}
|
14515
14659
|
|
14516
|
-
// (
|
14517
|
-
function
|
14660
|
+
// (240:0) {#if isPreview()}
|
14661
|
+
function create_if_block_1(ctx) {
|
14518
14662
|
return {
|
14519
14663
|
c: noop,
|
14520
14664
|
m: noop,
|
@@ -14525,94 +14669,64 @@ function create_if_block_2(ctx) {
|
|
14525
14669
|
};
|
14526
14670
|
}
|
14527
14671
|
|
14528
|
-
// (
|
14672
|
+
// (256:0) {#if visible}
|
14529
14673
|
function create_if_block(ctx) {
|
14530
14674
|
let div;
|
14531
|
-
let t;
|
14532
14675
|
let div_class_value;
|
14533
14676
|
let div_intro;
|
14534
14677
|
let current;
|
14535
|
-
|
14536
|
-
const
|
14537
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[29], null);
|
14678
|
+
const default_slot_template = /*#slots*/ ctx[26].default;
|
14679
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[25], null);
|
14538
14680
|
|
14539
14681
|
return {
|
14540
14682
|
c() {
|
14541
14683
|
div = element("div");
|
14542
|
-
if (if_block) if_block.c();
|
14543
|
-
t = space();
|
14544
14684
|
if (default_slot) default_slot.c();
|
14545
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
14685
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"));
|
14546
14686
|
attr(div, "role", "dialog");
|
14547
14687
|
attr(div, "aria-modal", "true");
|
14548
|
-
attr(div, "style", Array.from(/*modalStyles*/ ctx[
|
14688
|
+
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
14549
14689
|
},
|
14550
14690
|
m(target, anchor) {
|
14551
14691
|
insert(target, div, anchor);
|
14552
|
-
if (if_block) if_block.m(div, null);
|
14553
|
-
append(div, t);
|
14554
14692
|
|
14555
14693
|
if (default_slot) {
|
14556
14694
|
default_slot.m(div, null);
|
14557
14695
|
}
|
14558
14696
|
|
14559
|
-
/*div_binding*/ ctx[
|
14697
|
+
/*div_binding*/ ctx[27](div);
|
14560
14698
|
current = true;
|
14561
14699
|
},
|
14562
14700
|
p(new_ctx, dirty) {
|
14563
14701
|
ctx = new_ctx;
|
14564
14702
|
|
14565
|
-
if (/*closable*/ ctx[16]) {
|
14566
|
-
if (if_block) {
|
14567
|
-
if_block.p(ctx, dirty);
|
14568
|
-
|
14569
|
-
if (dirty[0] & /*closable*/ 65536) {
|
14570
|
-
transition_in(if_block, 1);
|
14571
|
-
}
|
14572
|
-
} else {
|
14573
|
-
if_block = create_if_block_1(ctx);
|
14574
|
-
if_block.c();
|
14575
|
-
transition_in(if_block, 1);
|
14576
|
-
if_block.m(div, t);
|
14577
|
-
}
|
14578
|
-
} else if (if_block) {
|
14579
|
-
group_outros();
|
14580
|
-
|
14581
|
-
transition_out(if_block, 1, 1, () => {
|
14582
|
-
if_block = null;
|
14583
|
-
});
|
14584
|
-
|
14585
|
-
check_outros();
|
14586
|
-
}
|
14587
|
-
|
14588
14703
|
if (default_slot) {
|
14589
|
-
if (default_slot.p && (!current || dirty
|
14704
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 33554432)) {
|
14590
14705
|
update_slot_base(
|
14591
14706
|
default_slot,
|
14592
14707
|
default_slot_template,
|
14593
14708
|
ctx,
|
14594
|
-
/*$$scope*/ ctx[
|
14709
|
+
/*$$scope*/ ctx[25],
|
14595
14710
|
!current
|
14596
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
14597
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
14711
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[25])
|
14712
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[25], dirty, null),
|
14598
14713
|
null
|
14599
14714
|
);
|
14600
14715
|
}
|
14601
14716
|
}
|
14602
14717
|
|
14603
|
-
if (!current || dirty
|
14718
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"))) {
|
14604
14719
|
attr(div, "class", div_class_value);
|
14605
14720
|
}
|
14606
14721
|
},
|
14607
14722
|
i(local) {
|
14608
14723
|
if (current) return;
|
14609
|
-
transition_in(if_block);
|
14610
14724
|
transition_in(default_slot, local);
|
14611
14725
|
|
14612
14726
|
if (!div_intro) {
|
14613
14727
|
add_render_callback(() => {
|
14614
14728
|
div_intro = create_in_transition(div, customAnimation, {
|
14615
|
-
transforms: /*transforms*/ ctx[
|
14729
|
+
transforms: /*transforms*/ ctx[2],
|
14616
14730
|
animationStyle: /*animation*/ ctx[1]
|
14617
14731
|
});
|
14618
14732
|
|
@@ -14623,70 +14737,13 @@ function create_if_block(ctx) {
|
|
14623
14737
|
current = true;
|
14624
14738
|
},
|
14625
14739
|
o(local) {
|
14626
|
-
transition_out(if_block);
|
14627
14740
|
transition_out(default_slot, local);
|
14628
14741
|
current = false;
|
14629
14742
|
},
|
14630
14743
|
d(detaching) {
|
14631
14744
|
if (detaching) detach(div);
|
14632
|
-
if (if_block) if_block.d();
|
14633
14745
|
if (default_slot) default_slot.d(detaching);
|
14634
|
-
/*div_binding*/ ctx[
|
14635
|
-
}
|
14636
|
-
};
|
14637
|
-
}
|
14638
|
-
|
14639
|
-
// (279:4) {#if closable}
|
14640
|
-
function create_if_block_1(ctx) {
|
14641
|
-
let div;
|
14642
|
-
let closebutton;
|
14643
|
-
let current;
|
14644
|
-
|
14645
|
-
closebutton = new CloseButton({
|
14646
|
-
props: {
|
14647
|
-
onClick: /*onClose*/ ctx[2],
|
14648
|
-
eventName: /*closeEventName*/ ctx[3],
|
14649
|
-
eventValue: /*closeEventValue*/ ctx[4],
|
14650
|
-
props: /*closeButtonProps*/ ctx[5]
|
14651
|
-
}
|
14652
|
-
});
|
14653
|
-
|
14654
|
-
return {
|
14655
|
-
c() {
|
14656
|
-
div = element("div");
|
14657
|
-
create_component(closebutton.$$.fragment);
|
14658
|
-
attr(div, "class", "close svelte-f7e8di");
|
14659
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
14660
|
-
},
|
14661
|
-
m(target, anchor) {
|
14662
|
-
insert(target, div, anchor);
|
14663
|
-
mount_component(closebutton, div, null);
|
14664
|
-
current = true;
|
14665
|
-
},
|
14666
|
-
p(ctx, dirty) {
|
14667
|
-
const closebutton_changes = {};
|
14668
|
-
if (dirty[0] & /*onClose*/ 4) closebutton_changes.onClick = /*onClose*/ ctx[2];
|
14669
|
-
if (dirty[0] & /*closeEventName*/ 8) closebutton_changes.eventName = /*closeEventName*/ ctx[3];
|
14670
|
-
if (dirty[0] & /*closeEventValue*/ 16) closebutton_changes.eventValue = /*closeEventValue*/ ctx[4];
|
14671
|
-
if (dirty[0] & /*closeButtonProps*/ 32) closebutton_changes.props = /*closeButtonProps*/ ctx[5];
|
14672
|
-
closebutton.$set(closebutton_changes);
|
14673
|
-
|
14674
|
-
if (!current || dirty[0] & /*$maximumZindex*/ 131072) {
|
14675
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
14676
|
-
}
|
14677
|
-
},
|
14678
|
-
i(local) {
|
14679
|
-
if (current) return;
|
14680
|
-
transition_in(closebutton.$$.fragment, local);
|
14681
|
-
current = true;
|
14682
|
-
},
|
14683
|
-
o(local) {
|
14684
|
-
transition_out(closebutton.$$.fragment, local);
|
14685
|
-
current = false;
|
14686
|
-
},
|
14687
|
-
d(detaching) {
|
14688
|
-
if (detaching) detach(div);
|
14689
|
-
destroy_component(closebutton);
|
14746
|
+
/*div_binding*/ ctx[27](null);
|
14690
14747
|
}
|
14691
14748
|
};
|
14692
14749
|
}
|
@@ -14700,7 +14757,7 @@ function create_fragment(ctx) {
|
|
14700
14757
|
let current;
|
14701
14758
|
let mounted;
|
14702
14759
|
let dispose;
|
14703
|
-
const if_block_creators = [
|
14760
|
+
const if_block_creators = [create_if_block_1, create_if_block_2, create_else_block];
|
14704
14761
|
const if_blocks = [];
|
14705
14762
|
|
14706
14763
|
function select_block_type(ctx, dirty) {
|
@@ -14712,7 +14769,7 @@ function create_fragment(ctx) {
|
|
14712
14769
|
|
14713
14770
|
current_block_type_index = select_block_type(ctx);
|
14714
14771
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
14715
|
-
let if_block1 = /*visible*/ ctx[
|
14772
|
+
let if_block1 = /*visible*/ ctx[7] && create_if_block(ctx);
|
14716
14773
|
|
14717
14774
|
return {
|
14718
14775
|
c() {
|
@@ -14730,13 +14787,13 @@ function create_fragment(ctx) {
|
|
14730
14787
|
|
14731
14788
|
if (!mounted) {
|
14732
14789
|
dispose = listen(window, "keydown", function () {
|
14733
|
-
if (is_function(/*handle_keydown*/ ctx[
|
14790
|
+
if (is_function(/*handle_keydown*/ ctx[8])) /*handle_keydown*/ ctx[8].apply(this, arguments);
|
14734
14791
|
});
|
14735
14792
|
|
14736
14793
|
mounted = true;
|
14737
14794
|
}
|
14738
14795
|
},
|
14739
|
-
p(new_ctx, dirty) {
|
14796
|
+
p(new_ctx, [dirty]) {
|
14740
14797
|
ctx = new_ctx;
|
14741
14798
|
let previous_block_index = current_block_type_index;
|
14742
14799
|
current_block_type_index = select_block_type(ctx);
|
@@ -14764,11 +14821,11 @@ function create_fragment(ctx) {
|
|
14764
14821
|
if_block0.m(t.parentNode, t);
|
14765
14822
|
}
|
14766
14823
|
|
14767
|
-
if (/*visible*/ ctx[
|
14824
|
+
if (/*visible*/ ctx[7]) {
|
14768
14825
|
if (if_block1) {
|
14769
14826
|
if_block1.p(ctx, dirty);
|
14770
14827
|
|
14771
|
-
if (dirty
|
14828
|
+
if (dirty & /*visible*/ 128) {
|
14772
14829
|
transition_in(if_block1, 1);
|
14773
14830
|
}
|
14774
14831
|
} else {
|
@@ -14811,14 +14868,11 @@ function create_fragment(ctx) {
|
|
14811
14868
|
|
14812
14869
|
function instance($$self, $$props, $$invalidate) {
|
14813
14870
|
let close;
|
14814
|
-
let closable;
|
14815
14871
|
let backgroundClick;
|
14816
14872
|
let backgroundClickPC;
|
14817
14873
|
let backgroundClickSP;
|
14818
14874
|
let handle_keydown;
|
14819
14875
|
let visible;
|
14820
|
-
let $maximumZindex;
|
14821
|
-
component_subscribe($$self, maximumZindex, $$value => $$invalidate(17, $maximumZindex = $$value));
|
14822
14876
|
let { $$slots: slots = {}, $$scope } = $$props;
|
14823
14877
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
14824
14878
|
let { clickEventName = '' } = $$props;
|
@@ -14828,10 +14882,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14828
14882
|
let { breakPoint } = $$props;
|
14829
14883
|
let { elasticity } = $$props;
|
14830
14884
|
let { animation = 'none' } = $$props;
|
14831
|
-
let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
|
14832
14885
|
let { closeEventName = '' } = $$props;
|
14833
14886
|
let { closeEventValue = null } = $$props;
|
14834
|
-
let { closeButtonProps = {} } = $$props;
|
14835
14887
|
|
14836
14888
|
// モーダル背景の設定
|
14837
14889
|
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
@@ -14849,7 +14901,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14849
14901
|
let modal;
|
14850
14902
|
|
14851
14903
|
onMount$1(() => {
|
14852
|
-
$$invalidate(
|
14904
|
+
$$invalidate(7, visible = true);
|
14853
14905
|
});
|
14854
14906
|
|
14855
14907
|
onDestroy$1(() => setPreviousFocus());
|
@@ -14857,29 +14909,29 @@ function instance($$self, $$props, $$invalidate) {
|
|
14857
14909
|
function div_binding($$value) {
|
14858
14910
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
14859
14911
|
modal = $$value;
|
14860
|
-
$$invalidate(
|
14912
|
+
$$invalidate(6, modal);
|
14861
14913
|
});
|
14862
14914
|
}
|
14863
14915
|
|
14864
14916
|
$$self.$$set = $$props => {
|
14865
|
-
if ('onClick' in $$props) $$invalidate(
|
14866
|
-
if ('clickEventName' in $$props) $$invalidate(
|
14867
|
-
if ('clickEventValue' in $$props) $$invalidate(
|
14917
|
+
if ('onClick' in $$props) $$invalidate(13, onClick = $$props.onClick);
|
14918
|
+
if ('clickEventName' in $$props) $$invalidate(14, clickEventName = $$props.clickEventName);
|
14919
|
+
if ('clickEventValue' in $$props) $$invalidate(15, clickEventValue = $$props.clickEventValue);
|
14868
14920
|
if ('useBreakPoint' in $$props) $$invalidate(0, useBreakPoint = $$props.useBreakPoint);
|
14869
|
-
if ('placement' in $$props) $$invalidate(
|
14870
|
-
if ('breakPoint' in $$props) $$invalidate(
|
14871
|
-
if ('elasticity' in $$props) $$invalidate(
|
14921
|
+
if ('placement' in $$props) $$invalidate(16, placement = $$props.placement);
|
14922
|
+
if ('breakPoint' in $$props) $$invalidate(17, breakPoint = $$props.breakPoint);
|
14923
|
+
if ('elasticity' in $$props) $$invalidate(18, elasticity = $$props.elasticity);
|
14872
14924
|
if ('animation' in $$props) $$invalidate(1, animation = $$props.animation);
|
14873
|
-
if ('
|
14874
|
-
if ('
|
14875
|
-
if ('
|
14876
|
-
if ('closeButtonProps' in $$props) $$invalidate(5, closeButtonProps = $$props.closeButtonProps);
|
14877
|
-
if ('$$scope' in $$props) $$invalidate(29, $$scope = $$props.$$scope);
|
14925
|
+
if ('closeEventName' in $$props) $$invalidate(19, closeEventName = $$props.closeEventName);
|
14926
|
+
if ('closeEventValue' in $$props) $$invalidate(20, closeEventValue = $$props.closeEventValue);
|
14927
|
+
if ('$$scope' in $$props) $$invalidate(25, $$scope = $$props.$$scope);
|
14878
14928
|
};
|
14879
14929
|
|
14880
14930
|
$$self.$$.update = () => {
|
14881
|
-
if ($$self.$$.dirty
|
14882
|
-
$$invalidate(
|
14931
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue*/ 1572864) {
|
14932
|
+
$$invalidate(24, close = () => {
|
14933
|
+
const onClose = { operation: 'closeApp', args: ['button'] };
|
14934
|
+
|
14883
14935
|
if (closeEventName) {
|
14884
14936
|
send_event(closeEventName, closeEventValue);
|
14885
14937
|
}
|
@@ -14888,49 +14940,45 @@ function instance($$self, $$props, $$invalidate) {
|
|
14888
14940
|
});
|
14889
14941
|
}
|
14890
14942
|
|
14891
|
-
if ($$self.$$.dirty
|
14892
|
-
$$invalidate(16, closable = haveFunction(onClose));
|
14893
|
-
}
|
14894
|
-
|
14895
|
-
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 12582913) {
|
14943
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
14896
14944
|
{
|
14897
14945
|
if (placement && placement.backgroundOverlay) {
|
14898
|
-
$$invalidate(
|
14946
|
+
$$invalidate(3, backgroundOverlay = placement.backgroundOverlay);
|
14899
14947
|
}
|
14900
14948
|
|
14901
14949
|
if (useBreakPoint) {
|
14902
14950
|
const pc = breakPoint?.PC?.placement?.backgroundOverlay;
|
14903
|
-
$$invalidate(
|
14951
|
+
$$invalidate(4, backgroundOverlayPC = pc ?? false);
|
14904
14952
|
const sp = breakPoint?.SP?.placement?.backgroundOverlay;
|
14905
|
-
$$invalidate(
|
14953
|
+
$$invalidate(5, backgroundOverlaySP = sp ?? false);
|
14906
14954
|
}
|
14907
14955
|
}
|
14908
14956
|
}
|
14909
14957
|
|
14910
|
-
if ($$self.$$.dirty
|
14958
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
14911
14959
|
{
|
14912
14960
|
if (placement && placement.backgroundClick) {
|
14913
|
-
$$invalidate(
|
14961
|
+
$$invalidate(21, backgroundClickFunction = placement.backgroundClick);
|
14914
14962
|
}
|
14915
14963
|
|
14916
14964
|
if (useBreakPoint) {
|
14917
14965
|
const pc = breakPoint?.PC?.placement?.backgroundClick;
|
14918
14966
|
|
14919
14967
|
if (pc) {
|
14920
|
-
$$invalidate(
|
14968
|
+
$$invalidate(22, backgroundClickFunctionPC = pc);
|
14921
14969
|
}
|
14922
14970
|
|
14923
14971
|
const sp = breakPoint?.SP?.placement?.backgroundClick;
|
14924
14972
|
|
14925
14973
|
if (sp) {
|
14926
|
-
$$invalidate(
|
14974
|
+
$$invalidate(23, backgroundClickFunctionSP = sp);
|
14927
14975
|
}
|
14928
14976
|
}
|
14929
14977
|
}
|
14930
14978
|
}
|
14931
14979
|
|
14932
|
-
if ($$self.$$.dirty
|
14933
|
-
$$invalidate(
|
14980
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunction*/ 3670016) {
|
14981
|
+
$$invalidate(11, backgroundClick = () => {
|
14934
14982
|
if (closeEventName) {
|
14935
14983
|
send_event(closeEventName, closeEventValue);
|
14936
14984
|
}
|
@@ -14939,8 +14987,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14939
14987
|
});
|
14940
14988
|
}
|
14941
14989
|
|
14942
|
-
if ($$self.$$.dirty
|
14943
|
-
$$invalidate(
|
14990
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionPC*/ 5767168) {
|
14991
|
+
$$invalidate(10, backgroundClickPC = () => {
|
14944
14992
|
if (closeEventName) {
|
14945
14993
|
send_event(closeEventName, closeEventValue);
|
14946
14994
|
}
|
@@ -14949,8 +14997,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
14949
14997
|
});
|
14950
14998
|
}
|
14951
14999
|
|
14952
|
-
if ($$self.$$.dirty
|
14953
|
-
$$invalidate(
|
15000
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionSP*/ 9961472) {
|
15001
|
+
$$invalidate(9, backgroundClickSP = () => {
|
14954
15002
|
if (closeEventName) {
|
14955
15003
|
send_event(closeEventName, closeEventValue);
|
14956
15004
|
}
|
@@ -14959,7 +15007,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14959
15007
|
});
|
14960
15008
|
}
|
14961
15009
|
|
14962
|
-
if ($$self.$$.dirty
|
15010
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint, transforms*/ 196613) {
|
14963
15011
|
// 表示位置のスタイルとアニメーションの動きを設定
|
14964
15012
|
{
|
14965
15013
|
// 表示位置のスタイルの設定
|
@@ -14975,7 +15023,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
14975
15023
|
modalStyles.add(positionStyle);
|
14976
15024
|
}
|
14977
15025
|
|
14978
|
-
$$invalidate(
|
15026
|
+
$$invalidate(2, transforms = []);
|
14979
15027
|
|
14980
15028
|
DEVICE_IDS.forEach(deviceId => {
|
14981
15029
|
if (useBreakPoint) {
|
@@ -15003,7 +15051,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
15003
15051
|
}
|
15004
15052
|
}
|
15005
15053
|
|
15006
|
-
if ($$self.$$.dirty
|
15054
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
15007
15055
|
// 表示位置の調整のスタイルを設定
|
15008
15056
|
{
|
15009
15057
|
let margin = DefaultModalPlacement.margin;
|
@@ -15035,7 +15083,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
15035
15083
|
}
|
15036
15084
|
}
|
15037
15085
|
|
15038
|
-
if ($$self.$$.dirty
|
15086
|
+
if ($$self.$$.dirty & /*elasticity, useBreakPoint, breakPoint*/ 393217) {
|
15039
15087
|
// 拡大方法のスタイルを設定
|
15040
15088
|
{
|
15041
15089
|
let elasticStyle = ElasticityStyle[elasticity];
|
@@ -15061,23 +15109,19 @@ function instance($$self, $$props, $$invalidate) {
|
|
15061
15109
|
}
|
15062
15110
|
}
|
15063
15111
|
|
15064
|
-
if ($$self.$$.dirty
|
15065
|
-
$$invalidate(
|
15112
|
+
if ($$self.$$.dirty & /*close*/ 16777216) {
|
15113
|
+
$$invalidate(8, handle_keydown = handleKeydown({ Escape: close }));
|
15066
15114
|
}
|
15067
15115
|
};
|
15068
15116
|
|
15069
|
-
$$invalidate(
|
15117
|
+
$$invalidate(6, modal = null);
|
15070
15118
|
|
15071
15119
|
// svelteコンポーネントのアニメーションを発火させるためにマウント時にvisibleをtrueにする。
|
15072
|
-
$$invalidate(
|
15120
|
+
$$invalidate(7, visible = false);
|
15073
15121
|
|
15074
15122
|
return [
|
15075
15123
|
useBreakPoint,
|
15076
15124
|
animation,
|
15077
|
-
onClose,
|
15078
|
-
closeEventName,
|
15079
|
-
closeEventValue,
|
15080
|
-
closeButtonProps,
|
15081
15125
|
transforms,
|
15082
15126
|
backgroundOverlay,
|
15083
15127
|
backgroundOverlayPC,
|
@@ -15088,8 +15132,6 @@ function instance($$self, $$props, $$invalidate) {
|
|
15088
15132
|
backgroundClickSP,
|
15089
15133
|
backgroundClickPC,
|
15090
15134
|
backgroundClick,
|
15091
|
-
closable,
|
15092
|
-
$maximumZindex,
|
15093
15135
|
modalStyles,
|
15094
15136
|
onClick,
|
15095
15137
|
clickEventName,
|
@@ -15097,6 +15139,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
15097
15139
|
placement,
|
15098
15140
|
breakPoint,
|
15099
15141
|
elasticity,
|
15142
|
+
closeEventName,
|
15143
|
+
closeEventValue,
|
15100
15144
|
backgroundClickFunction,
|
15101
15145
|
backgroundClickFunctionPC,
|
15102
15146
|
backgroundClickFunctionSP,
|
@@ -15118,23 +15162,20 @@ class Modal extends SvelteComponent {
|
|
15118
15162
|
create_fragment,
|
15119
15163
|
safe_not_equal,
|
15120
15164
|
{
|
15121
|
-
onClick:
|
15122
|
-
clickEventName:
|
15123
|
-
clickEventValue:
|
15165
|
+
onClick: 13,
|
15166
|
+
clickEventName: 14,
|
15167
|
+
clickEventValue: 15,
|
15124
15168
|
useBreakPoint: 0,
|
15125
|
-
placement:
|
15126
|
-
breakPoint:
|
15127
|
-
elasticity:
|
15169
|
+
placement: 16,
|
15170
|
+
breakPoint: 17,
|
15171
|
+
elasticity: 18,
|
15128
15172
|
animation: 1,
|
15129
|
-
|
15130
|
-
|
15131
|
-
closeEventValue: 4,
|
15132
|
-
closeButtonProps: 5
|
15173
|
+
closeEventName: 19,
|
15174
|
+
closeEventValue: 20
|
15133
15175
|
},
|
15134
|
-
add_css
|
15135
|
-
[-1, -1]
|
15176
|
+
add_css
|
15136
15177
|
);
|
15137
15178
|
}
|
15138
15179
|
}
|
15139
15180
|
|
15140
|
-
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, 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 };
|
15181
|
+
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 };
|