@plaidev/karte-action-sdk 1.1.246 → 1.1.247-28748500.b7ad7286
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +47 -60
- package/dist/hydrate/index.es.js +1280 -759
- package/dist/index.es.d.ts +47 -60
- package/dist/index.es.js +1236 -737
- package/dist/templates.cjs.js +2 -1
- package/dist/templates.js +2 -1
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
package/dist/index.es.js
CHANGED
@@ -2905,7 +2905,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2905
2905
|
|
2906
2906
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2907
2907
|
|
2908
|
-
function create_if_block$
|
2908
|
+
function create_if_block$h(ctx) {
|
2909
2909
|
let link;
|
2910
2910
|
|
2911
2911
|
return {
|
@@ -2929,9 +2929,9 @@ function create_if_block$g(ctx) {
|
|
2929
2929
|
};
|
2930
2930
|
}
|
2931
2931
|
|
2932
|
-
function create_fragment$
|
2932
|
+
function create_fragment$1f(ctx) {
|
2933
2933
|
let head;
|
2934
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2934
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
|
2935
2935
|
|
2936
2936
|
return {
|
2937
2937
|
c() {
|
@@ -2947,7 +2947,7 @@ function create_fragment$1c(ctx) {
|
|
2947
2947
|
if (if_block) {
|
2948
2948
|
if_block.p(ctx, dirty);
|
2949
2949
|
} else {
|
2950
|
-
if_block = create_if_block$
|
2950
|
+
if_block = create_if_block$h(ctx);
|
2951
2951
|
if_block.c();
|
2952
2952
|
if_block.m(head, null);
|
2953
2953
|
}
|
@@ -2965,7 +2965,7 @@ function create_fragment$1c(ctx) {
|
|
2965
2965
|
};
|
2966
2966
|
}
|
2967
2967
|
|
2968
|
-
function instance$
|
2968
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
2969
2969
|
let $fonts;
|
2970
2970
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2971
2971
|
let googleFontUrl = '';
|
@@ -2994,13 +2994,13 @@ function instance$1c($$self, $$props, $$invalidate) {
|
|
2994
2994
|
class Header extends SvelteComponent {
|
2995
2995
|
constructor(options) {
|
2996
2996
|
super();
|
2997
|
-
init(this, options, instance$
|
2997
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
|
2998
2998
|
}
|
2999
2999
|
}
|
3000
3000
|
|
3001
3001
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
3002
3002
|
|
3003
|
-
function create_fragment$
|
3003
|
+
function create_fragment$1e(ctx) {
|
3004
3004
|
let header;
|
3005
3005
|
let t;
|
3006
3006
|
let current;
|
@@ -3059,7 +3059,7 @@ function create_fragment$1b(ctx) {
|
|
3059
3059
|
};
|
3060
3060
|
}
|
3061
3061
|
|
3062
|
-
function instance$
|
3062
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3063
3063
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3064
3064
|
|
3065
3065
|
$$self.$$set = $$props => {
|
@@ -3072,18 +3072,18 @@ function instance$1b($$self, $$props, $$invalidate) {
|
|
3072
3072
|
class State extends SvelteComponent {
|
3073
3073
|
constructor(options) {
|
3074
3074
|
super();
|
3075
|
-
init(this, options, instance$
|
3075
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, {});
|
3076
3076
|
}
|
3077
3077
|
}
|
3078
3078
|
|
3079
3079
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3080
3080
|
|
3081
|
-
function add_css$
|
3082
|
-
append_styles(target, "svelte-
|
3081
|
+
function add_css$F(target) {
|
3082
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3083
3083
|
}
|
3084
3084
|
|
3085
3085
|
// (23:0) {#if $state === path}
|
3086
|
-
function create_if_block$
|
3086
|
+
function create_if_block$g(ctx) {
|
3087
3087
|
let div;
|
3088
3088
|
let t;
|
3089
3089
|
let current;
|
@@ -3096,7 +3096,7 @@ function create_if_block$f(ctx) {
|
|
3096
3096
|
t = space();
|
3097
3097
|
if (default_slot) default_slot.c();
|
3098
3098
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3099
|
-
attr(div, "class", "state-item svelte-
|
3099
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3100
3100
|
},
|
3101
3101
|
m(target, anchor) {
|
3102
3102
|
insert(target, div, anchor);
|
@@ -3145,10 +3145,10 @@ function create_if_block$f(ctx) {
|
|
3145
3145
|
};
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
function create_fragment$
|
3148
|
+
function create_fragment$1d(ctx) {
|
3149
3149
|
let if_block_anchor;
|
3150
3150
|
let current;
|
3151
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3151
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
|
3152
3152
|
|
3153
3153
|
return {
|
3154
3154
|
c() {
|
@@ -3169,7 +3169,7 @@ function create_fragment$1a(ctx) {
|
|
3169
3169
|
transition_in(if_block, 1);
|
3170
3170
|
}
|
3171
3171
|
} else {
|
3172
|
-
if_block = create_if_block$
|
3172
|
+
if_block = create_if_block$g(ctx);
|
3173
3173
|
if_block.c();
|
3174
3174
|
transition_in(if_block, 1);
|
3175
3175
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
|
|
3206
3206
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3207
3207
|
}
|
3208
3208
|
|
3209
|
-
function instance$
|
3209
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3210
3210
|
let $state;
|
3211
3211
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3212
3212
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3232,7 +3232,7 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
3232
3232
|
class StateItem extends SvelteComponent {
|
3233
3233
|
constructor(options) {
|
3234
3234
|
super();
|
3235
|
-
init(this, options, instance$
|
3235
|
+
init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { path: 0 }, add_css$F);
|
3236
3236
|
}
|
3237
3237
|
}
|
3238
3238
|
|
@@ -3417,12 +3417,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3417
3417
|
|
3418
3418
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3419
3419
|
|
3420
|
-
function add_css$
|
3421
|
-
append_styles(target, "svelte-
|
3420
|
+
function add_css$E(target) {
|
3421
|
+
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}");
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
// (14:0) {#if backgroundOverlay}
|
3425
|
-
function create_if_block$
|
3425
|
+
function create_if_block$f(ctx) {
|
3426
3426
|
let div;
|
3427
3427
|
let div_class_value;
|
3428
3428
|
let mounted;
|
@@ -3431,7 +3431,7 @@ function create_if_block$e(ctx) {
|
|
3431
3431
|
return {
|
3432
3432
|
c() {
|
3433
3433
|
div = element("div");
|
3434
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3434
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3435
3435
|
},
|
3436
3436
|
m(target, anchor) {
|
3437
3437
|
insert(target, div, anchor);
|
@@ -3442,7 +3442,7 @@ function create_if_block$e(ctx) {
|
|
3442
3442
|
}
|
3443
3443
|
},
|
3444
3444
|
p(ctx, dirty) {
|
3445
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3445
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3446
3446
|
attr(div, "class", div_class_value);
|
3447
3447
|
}
|
3448
3448
|
},
|
@@ -3454,9 +3454,9 @@ function create_if_block$e(ctx) {
|
|
3454
3454
|
};
|
3455
3455
|
}
|
3456
3456
|
|
3457
|
-
function create_fragment$
|
3457
|
+
function create_fragment$1c(ctx) {
|
3458
3458
|
let if_block_anchor;
|
3459
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3459
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
|
3460
3460
|
|
3461
3461
|
return {
|
3462
3462
|
c() {
|
@@ -3472,7 +3472,7 @@ function create_fragment$19(ctx) {
|
|
3472
3472
|
if (if_block) {
|
3473
3473
|
if_block.p(ctx, dirty);
|
3474
3474
|
} else {
|
3475
|
-
if_block = create_if_block$
|
3475
|
+
if_block = create_if_block$f(ctx);
|
3476
3476
|
if_block.c();
|
3477
3477
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3478
3478
|
}
|
@@ -3490,7 +3490,7 @@ function create_fragment$19(ctx) {
|
|
3490
3490
|
};
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
function instance$
|
3493
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
3494
3494
|
let { backgroundOverlay = false } = $$props;
|
3495
3495
|
let { class: className = undefined } = $$props;
|
3496
3496
|
const dispatch = createEventDispatcher();
|
@@ -3507,7 +3507,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3507
3507
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3508
3508
|
constructor(options) {
|
3509
3509
|
super();
|
3510
|
-
init(this, options, instance$
|
3510
|
+
init(this, options, instance$1c, create_fragment$1c, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
|
3511
3511
|
}
|
3512
3512
|
};
|
3513
3513
|
|
@@ -3547,8 +3547,8 @@ function checkStopPropagation(eventName, handler) {
|
|
3547
3547
|
|
3548
3548
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3549
3549
|
|
3550
|
-
function add_css$
|
3551
|
-
append_styles(target, "svelte-
|
3550
|
+
function add_css$D(target) {
|
3551
|
+
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}");
|
3552
3552
|
}
|
3553
3553
|
|
3554
3554
|
// (50:0) {:else}
|
@@ -3577,7 +3577,7 @@ function create_else_block$6(ctx) {
|
|
3577
3577
|
button = element("button");
|
3578
3578
|
if (default_slot) default_slot.c();
|
3579
3579
|
set_attributes(button, button_data);
|
3580
|
-
toggle_class(button, "svelte-
|
3580
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3581
3581
|
},
|
3582
3582
|
m(target, anchor) {
|
3583
3583
|
insert(target, button, anchor);
|
@@ -3616,7 +3616,7 @@ function create_else_block$6(ctx) {
|
|
3616
3616
|
dataAttrStopPropagation('click')
|
3617
3617
|
]));
|
3618
3618
|
|
3619
|
-
toggle_class(button, "svelte-
|
3619
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3620
3620
|
},
|
3621
3621
|
i(local) {
|
3622
3622
|
if (current) return;
|
@@ -3647,7 +3647,7 @@ function create_if_block_2$2(ctx) {
|
|
3647
3647
|
c() {
|
3648
3648
|
div = element("div");
|
3649
3649
|
if (default_slot) default_slot.c();
|
3650
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3650
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3651
3651
|
attr(div, "style", /*style*/ ctx[1]);
|
3652
3652
|
},
|
3653
3653
|
m(target, anchor) {
|
@@ -3731,7 +3731,7 @@ function create_if_block_1$4(ctx) {
|
|
3731
3731
|
a = element("a");
|
3732
3732
|
if (default_slot) default_slot.c();
|
3733
3733
|
set_attributes(a, a_data);
|
3734
|
-
toggle_class(a, "svelte-
|
3734
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3735
3735
|
},
|
3736
3736
|
m(target, anchor) {
|
3737
3737
|
insert(target, a, anchor);
|
@@ -3773,7 +3773,7 @@ function create_if_block_1$4(ctx) {
|
|
3773
3773
|
dataAttrStopPropagation('click')
|
3774
3774
|
]));
|
3775
3775
|
|
3776
|
-
toggle_class(a, "svelte-
|
3776
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3777
3777
|
},
|
3778
3778
|
i(local) {
|
3779
3779
|
if (current) return;
|
@@ -3794,7 +3794,7 @@ function create_if_block_1$4(ctx) {
|
|
3794
3794
|
}
|
3795
3795
|
|
3796
3796
|
// (31:0) {#if disabled}
|
3797
|
-
function create_if_block$
|
3797
|
+
function create_if_block$e(ctx) {
|
3798
3798
|
let div;
|
3799
3799
|
let current;
|
3800
3800
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3804,7 +3804,7 @@ function create_if_block$d(ctx) {
|
|
3804
3804
|
c() {
|
3805
3805
|
div = element("div");
|
3806
3806
|
if (default_slot) default_slot.c();
|
3807
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3807
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3808
3808
|
attr(div, "style", /*style*/ ctx[1]);
|
3809
3809
|
},
|
3810
3810
|
m(target, anchor) {
|
@@ -3852,12 +3852,12 @@ function create_if_block$d(ctx) {
|
|
3852
3852
|
};
|
3853
3853
|
}
|
3854
3854
|
|
3855
|
-
function create_fragment$
|
3855
|
+
function create_fragment$1b(ctx) {
|
3856
3856
|
let current_block_type_index;
|
3857
3857
|
let if_block;
|
3858
3858
|
let if_block_anchor;
|
3859
3859
|
let current;
|
3860
|
-
const if_block_creators = [create_if_block$
|
3860
|
+
const if_block_creators = [create_if_block$e, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3861
3861
|
const if_blocks = [];
|
3862
3862
|
|
3863
3863
|
function select_block_type(ctx, dirty) {
|
@@ -3925,7 +3925,7 @@ function create_fragment$18(ctx) {
|
|
3925
3925
|
|
3926
3926
|
const BUTTON_CLASS = 'button';
|
3927
3927
|
|
3928
|
-
function instance$
|
3928
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3929
3929
|
let disabled;
|
3930
3930
|
let $valuesAreValid;
|
3931
3931
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3991
3991
|
init(
|
3992
3992
|
this,
|
3993
3993
|
options,
|
3994
|
-
instance$
|
3995
|
-
create_fragment$
|
3994
|
+
instance$1b,
|
3995
|
+
create_fragment$1b,
|
3996
3996
|
safe_not_equal,
|
3997
3997
|
{
|
3998
3998
|
onClick: 0,
|
@@ -4000,15 +4000,15 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4000
4000
|
eventValue: 6,
|
4001
4001
|
style: 1
|
4002
4002
|
},
|
4003
|
-
add_css$
|
4003
|
+
add_css$D
|
4004
4004
|
);
|
4005
4005
|
}
|
4006
4006
|
};
|
4007
4007
|
|
4008
4008
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4009
4009
|
|
4010
|
-
function add_css$
|
4011
|
-
append_styles(target, "svelte-
|
4010
|
+
function add_css$C(target) {
|
4011
|
+
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}}");
|
4012
4012
|
}
|
4013
4013
|
|
4014
4014
|
// (278:0) {:else}
|
@@ -4137,7 +4137,7 @@ function create_if_block_2$1(ctx) {
|
|
4137
4137
|
}
|
4138
4138
|
|
4139
4139
|
// (281:0) {#if visible}
|
4140
|
-
function create_if_block$
|
4140
|
+
function create_if_block$d(ctx) {
|
4141
4141
|
let div;
|
4142
4142
|
let button;
|
4143
4143
|
let div_class_value;
|
@@ -4149,7 +4149,7 @@ function create_if_block$c(ctx) {
|
|
4149
4149
|
onClick: /*onClick*/ ctx[0],
|
4150
4150
|
eventName: /*clickEventName*/ ctx[1],
|
4151
4151
|
eventValue: /*clickEventValue*/ ctx[2],
|
4152
|
-
$$slots: { default: [create_default_slot$
|
4152
|
+
$$slots: { default: [create_default_slot$d] },
|
4153
4153
|
$$scope: { ctx }
|
4154
4154
|
}
|
4155
4155
|
});
|
@@ -4158,7 +4158,7 @@ function create_if_block$c(ctx) {
|
|
4158
4158
|
c() {
|
4159
4159
|
div = element("div");
|
4160
4160
|
create_component(button.$$.fragment);
|
4161
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4161
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4162
4162
|
attr(div, "role", "dialog");
|
4163
4163
|
attr(div, "aria-modal", "true");
|
4164
4164
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4182,7 +4182,7 @@ function create_if_block$c(ctx) {
|
|
4182
4182
|
|
4183
4183
|
button.$set(button_changes);
|
4184
4184
|
|
4185
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4185
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4186
4186
|
attr(div, "class", div_class_value);
|
4187
4187
|
}
|
4188
4188
|
},
|
@@ -4236,7 +4236,7 @@ function create_if_block_1$3(ctx) {
|
|
4236
4236
|
c() {
|
4237
4237
|
div = element("div");
|
4238
4238
|
create_component(button.$$.fragment);
|
4239
|
-
attr(div, "class", "close svelte-
|
4239
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4240
4240
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4241
4241
|
},
|
4242
4242
|
m(target, anchor) {
|
@@ -4311,7 +4311,7 @@ function create_default_slot_1$1(ctx) {
|
|
4311
4311
|
}
|
4312
4312
|
|
4313
4313
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
|
-
function create_default_slot$
|
4314
|
+
function create_default_slot$d(ctx) {
|
4315
4315
|
let t;
|
4316
4316
|
let div;
|
4317
4317
|
let current;
|
@@ -4325,7 +4325,7 @@ function create_default_slot$b(ctx) {
|
|
4325
4325
|
t = space();
|
4326
4326
|
div = element("div");
|
4327
4327
|
if (default_slot) default_slot.c();
|
4328
|
-
attr(div, "class", "modal-content svelte-
|
4328
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4329
4329
|
attr(div, "style", /*_style*/ ctx[5]);
|
4330
4330
|
},
|
4331
4331
|
m(target, anchor) {
|
@@ -4402,7 +4402,7 @@ function create_default_slot$b(ctx) {
|
|
4402
4402
|
};
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
function create_fragment$
|
4405
|
+
function create_fragment$1a(ctx) {
|
4406
4406
|
let show_if;
|
4407
4407
|
let current_block_type_index;
|
4408
4408
|
let if_block0;
|
@@ -4423,7 +4423,7 @@ function create_fragment$17(ctx) {
|
|
4423
4423
|
|
4424
4424
|
current_block_type_index = select_block_type(ctx);
|
4425
4425
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4426
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4426
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$d(ctx);
|
4427
4427
|
|
4428
4428
|
return {
|
4429
4429
|
c() {
|
@@ -4483,7 +4483,7 @@ function create_fragment$17(ctx) {
|
|
4483
4483
|
transition_in(if_block1, 1);
|
4484
4484
|
}
|
4485
4485
|
} else {
|
4486
|
-
if_block1 = create_if_block$
|
4486
|
+
if_block1 = create_if_block$d(ctx);
|
4487
4487
|
if_block1.c();
|
4488
4488
|
transition_in(if_block1, 1);
|
4489
4489
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4520,7 +4520,7 @@ function create_fragment$17(ctx) {
|
|
4520
4520
|
};
|
4521
4521
|
}
|
4522
4522
|
|
4523
|
-
function instance$
|
4523
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
4524
4524
|
let close;
|
4525
4525
|
let closable;
|
4526
4526
|
let backgroundClick;
|
@@ -4832,8 +4832,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4832
4832
|
init(
|
4833
4833
|
this,
|
4834
4834
|
options,
|
4835
|
-
instance$
|
4836
|
-
create_fragment$
|
4835
|
+
instance$1a,
|
4836
|
+
create_fragment$1a,
|
4837
4837
|
safe_not_equal,
|
4838
4838
|
{
|
4839
4839
|
onClick: 0,
|
@@ -4851,7 +4851,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4851
4851
|
closeButtonColor: 9,
|
4852
4852
|
_closeStyle: 10
|
4853
4853
|
},
|
4854
|
-
add_css$
|
4854
|
+
add_css$C,
|
4855
4855
|
[-1, -1]
|
4856
4856
|
);
|
4857
4857
|
}
|
@@ -4859,7 +4859,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4859
4859
|
|
4860
4860
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4861
4861
|
|
4862
|
-
function create_fragment$
|
4862
|
+
function create_fragment$19(ctx) {
|
4863
4863
|
let div;
|
4864
4864
|
let current;
|
4865
4865
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4917,7 +4917,7 @@ function create_fragment$16(ctx) {
|
|
4917
4917
|
};
|
4918
4918
|
}
|
4919
4919
|
|
4920
|
-
function instance$
|
4920
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4921
4921
|
let _style;
|
4922
4922
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4923
4923
|
let { width = '512px' } = $$props;
|
@@ -4962,7 +4962,7 @@ class Grid extends SvelteComponent {
|
|
4962
4962
|
constructor(options) {
|
4963
4963
|
super();
|
4964
4964
|
|
4965
|
-
init(this, options, instance$
|
4965
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4966
4966
|
width: 1,
|
4967
4967
|
height: 2,
|
4968
4968
|
rows: 3,
|
@@ -4975,11 +4975,11 @@ class Grid extends SvelteComponent {
|
|
4975
4975
|
|
4976
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4977
4977
|
|
4978
|
-
function add_css$
|
4979
|
-
append_styles(target, "svelte-
|
4978
|
+
function add_css$B(target) {
|
4979
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4980
4980
|
}
|
4981
4981
|
|
4982
|
-
function create_fragment$
|
4982
|
+
function create_fragment$18(ctx) {
|
4983
4983
|
let div1;
|
4984
4984
|
let div0;
|
4985
4985
|
let current;
|
@@ -4991,8 +4991,8 @@ function create_fragment$15(ctx) {
|
|
4991
4991
|
div1 = element("div");
|
4992
4992
|
div0 = element("div");
|
4993
4993
|
if (default_slot) default_slot.c();
|
4994
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4995
|
-
attr(div1, "class", "grid-item svelte-
|
4994
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4995
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4996
4996
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4997
4997
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4998
4998
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5053,7 +5053,7 @@ function create_fragment$15(ctx) {
|
|
5053
5053
|
|
5054
5054
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5055
5055
|
|
5056
|
-
function instance$
|
5056
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5057
5057
|
let _style;
|
5058
5058
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5059
5059
|
let { x1 } = $$props;
|
@@ -5102,8 +5102,8 @@ class GridItem extends SvelteComponent {
|
|
5102
5102
|
init(
|
5103
5103
|
this,
|
5104
5104
|
options,
|
5105
|
-
instance$
|
5106
|
-
create_fragment$
|
5105
|
+
instance$18,
|
5106
|
+
create_fragment$18,
|
5107
5107
|
safe_not_equal,
|
5108
5108
|
{
|
5109
5109
|
x1: 2,
|
@@ -5114,7 +5114,7 @@ class GridItem extends SvelteComponent {
|
|
5114
5114
|
background: 7,
|
5115
5115
|
gridItemId: 0
|
5116
5116
|
},
|
5117
|
-
add_css$
|
5117
|
+
add_css$B
|
5118
5118
|
);
|
5119
5119
|
}
|
5120
5120
|
}
|
@@ -5149,7 +5149,7 @@ function create_else_block$4(ctx) {
|
|
5149
5149
|
}
|
5150
5150
|
|
5151
5151
|
// (11:2) {#if item.match(regexp)}
|
5152
|
-
function create_if_block$
|
5152
|
+
function create_if_block$c(ctx) {
|
5153
5153
|
let br;
|
5154
5154
|
|
5155
5155
|
return {
|
@@ -5174,7 +5174,7 @@ function create_each_block$7(ctx) {
|
|
5174
5174
|
function select_block_type(ctx, dirty) {
|
5175
5175
|
if (dirty & /*items*/ 1) show_if = null;
|
5176
5176
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5177
|
-
if (show_if) return create_if_block$
|
5177
|
+
if (show_if) return create_if_block$c;
|
5178
5178
|
return create_else_block$4;
|
5179
5179
|
}
|
5180
5180
|
|
@@ -5210,7 +5210,7 @@ function create_each_block$7(ctx) {
|
|
5210
5210
|
};
|
5211
5211
|
}
|
5212
5212
|
|
5213
|
-
function create_fragment$
|
5213
|
+
function create_fragment$17(ctx) {
|
5214
5214
|
let each_1_anchor;
|
5215
5215
|
let each_value = /*items*/ ctx[0];
|
5216
5216
|
let each_blocks = [];
|
@@ -5269,7 +5269,7 @@ function create_fragment$14(ctx) {
|
|
5269
5269
|
|
5270
5270
|
const regexp = /(\r?\n)/;
|
5271
5271
|
|
5272
|
-
function instance$
|
5272
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5273
5273
|
let items;
|
5274
5274
|
let { text = 'サンプルSample' } = $$props;
|
5275
5275
|
|
@@ -5290,14 +5290,14 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5290
5290
|
class RenderText extends SvelteComponent {
|
5291
5291
|
constructor(options) {
|
5292
5292
|
super();
|
5293
|
-
init(this, options, instance$
|
5293
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5294
5294
|
}
|
5295
5295
|
}
|
5296
5296
|
|
5297
5297
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5298
5298
|
|
5299
|
-
function add_css$
|
5300
|
-
append_styles(target, "svelte-
|
5299
|
+
function add_css$A(target) {
|
5300
|
+
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}");
|
5301
5301
|
}
|
5302
5302
|
|
5303
5303
|
// (94:2) {:else}
|
@@ -5314,8 +5314,8 @@ function create_else_block$3(ctx) {
|
|
5314
5314
|
div1 = element("div");
|
5315
5315
|
div0 = element("div");
|
5316
5316
|
create_component(rendertext.$$.fragment);
|
5317
|
-
attr(div0, "class", "text-element-inner svelte-
|
5318
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5317
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5318
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5319
5319
|
attr(div1, "style", /*style*/ ctx[5]);
|
5320
5320
|
},
|
5321
5321
|
m(target, anchor) {
|
@@ -5329,7 +5329,7 @@ function create_else_block$3(ctx) {
|
|
5329
5329
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5330
5330
|
rendertext.$set(rendertext_changes);
|
5331
5331
|
|
5332
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5332
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5333
5333
|
attr(div1, "class", div1_class_value);
|
5334
5334
|
}
|
5335
5335
|
|
@@ -5354,7 +5354,7 @@ function create_else_block$3(ctx) {
|
|
5354
5354
|
}
|
5355
5355
|
|
5356
5356
|
// (80:2) {#if enableCopy}
|
5357
|
-
function create_if_block$
|
5357
|
+
function create_if_block$b(ctx) {
|
5358
5358
|
let a;
|
5359
5359
|
let div0;
|
5360
5360
|
let rendertext;
|
@@ -5379,12 +5379,12 @@ function create_if_block$a(ctx) {
|
|
5379
5379
|
t2 = space();
|
5380
5380
|
div2 = element("div");
|
5381
5381
|
div2.textContent = "コピーできませんでした";
|
5382
|
-
attr(div0, "class", "text-element-inner svelte-
|
5382
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5383
5383
|
attr(a, "href", '');
|
5384
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5384
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5385
5385
|
attr(a, "style", /*style*/ ctx[5]);
|
5386
|
-
attr(div1, "class", "tooltip svelte-
|
5387
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5386
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5387
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5388
5388
|
},
|
5389
5389
|
m(target, anchor) {
|
5390
5390
|
insert(target, a, anchor);
|
@@ -5408,7 +5408,7 @@ function create_if_block$a(ctx) {
|
|
5408
5408
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5409
5409
|
rendertext.$set(rendertext_changes);
|
5410
5410
|
|
5411
|
-
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-
|
5411
|
+
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"))) {
|
5412
5412
|
attr(a, "class", a_class_value);
|
5413
5413
|
}
|
5414
5414
|
|
@@ -5440,12 +5440,12 @@ function create_if_block$a(ctx) {
|
|
5440
5440
|
};
|
5441
5441
|
}
|
5442
5442
|
|
5443
|
-
function create_fragment$
|
5443
|
+
function create_fragment$16(ctx) {
|
5444
5444
|
let div;
|
5445
5445
|
let current_block_type_index;
|
5446
5446
|
let if_block;
|
5447
5447
|
let current;
|
5448
|
-
const if_block_creators = [create_if_block$
|
5448
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5449
5449
|
const if_blocks = [];
|
5450
5450
|
|
5451
5451
|
function select_block_type(ctx, dirty) {
|
@@ -5460,7 +5460,7 @@ function create_fragment$13(ctx) {
|
|
5460
5460
|
c() {
|
5461
5461
|
div = element("div");
|
5462
5462
|
if_block.c();
|
5463
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5463
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5464
5464
|
},
|
5465
5465
|
m(target, anchor) {
|
5466
5466
|
insert(target, div, anchor);
|
@@ -5510,7 +5510,7 @@ function create_fragment$13(ctx) {
|
|
5510
5510
|
};
|
5511
5511
|
}
|
5512
5512
|
|
5513
|
-
function instance$
|
5513
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5514
5514
|
let style;
|
5515
5515
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5516
5516
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5606,8 +5606,8 @@ class TextElement extends SvelteComponent {
|
|
5606
5606
|
init(
|
5607
5607
|
this,
|
5608
5608
|
options,
|
5609
|
-
instance$
|
5610
|
-
create_fragment$
|
5609
|
+
instance$16,
|
5610
|
+
create_fragment$16,
|
5611
5611
|
safe_not_equal,
|
5612
5612
|
{
|
5613
5613
|
text: 0,
|
@@ -5618,19 +5618,19 @@ class TextElement extends SvelteComponent {
|
|
5618
5618
|
enableCopy: 2,
|
5619
5619
|
eventName: 10
|
5620
5620
|
},
|
5621
|
-
add_css$
|
5621
|
+
add_css$A
|
5622
5622
|
);
|
5623
5623
|
}
|
5624
5624
|
}
|
5625
5625
|
|
5626
5626
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5627
5627
|
|
5628
|
-
function add_css$
|
5629
|
-
append_styles(target, "svelte-
|
5628
|
+
function add_css$z(target) {
|
5629
|
+
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)}");
|
5630
5630
|
}
|
5631
5631
|
|
5632
5632
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5633
|
-
function create_default_slot$
|
5633
|
+
function create_default_slot$c(ctx) {
|
5634
5634
|
let rendertext;
|
5635
5635
|
let current;
|
5636
5636
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5663,7 +5663,7 @@ function create_default_slot$a(ctx) {
|
|
5663
5663
|
};
|
5664
5664
|
}
|
5665
5665
|
|
5666
|
-
function create_fragment$
|
5666
|
+
function create_fragment$15(ctx) {
|
5667
5667
|
let div;
|
5668
5668
|
let button;
|
5669
5669
|
let current;
|
@@ -5673,7 +5673,7 @@ function create_fragment$12(ctx) {
|
|
5673
5673
|
onClick: /*onClick*/ ctx[1],
|
5674
5674
|
style: /*style*/ ctx[3],
|
5675
5675
|
eventName: /*eventName*/ ctx[2],
|
5676
|
-
$$slots: { default: [create_default_slot$
|
5676
|
+
$$slots: { default: [create_default_slot$c] },
|
5677
5677
|
$$scope: { ctx }
|
5678
5678
|
}
|
5679
5679
|
});
|
@@ -5682,7 +5682,7 @@ function create_fragment$12(ctx) {
|
|
5682
5682
|
c() {
|
5683
5683
|
div = element("div");
|
5684
5684
|
create_component(button.$$.fragment);
|
5685
|
-
attr(div, "class", "text-button-element svelte-
|
5685
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5686
5686
|
},
|
5687
5687
|
m(target, anchor) {
|
5688
5688
|
insert(target, div, anchor);
|
@@ -5717,7 +5717,7 @@ function create_fragment$12(ctx) {
|
|
5717
5717
|
};
|
5718
5718
|
}
|
5719
5719
|
|
5720
|
-
function instance$
|
5720
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5721
5721
|
let style;
|
5722
5722
|
let { text = 'ボタンのラベル' } = $$props;
|
5723
5723
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5755,8 +5755,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5755
5755
|
init(
|
5756
5756
|
this,
|
5757
5757
|
options,
|
5758
|
-
instance$
|
5759
|
-
create_fragment$
|
5758
|
+
instance$15,
|
5759
|
+
create_fragment$15,
|
5760
5760
|
safe_not_equal,
|
5761
5761
|
{
|
5762
5762
|
text: 0,
|
@@ -5766,19 +5766,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5766
5766
|
_buttonStyle: 5,
|
5767
5767
|
_style: 6
|
5768
5768
|
},
|
5769
|
-
add_css$
|
5769
|
+
add_css$z
|
5770
5770
|
);
|
5771
5771
|
}
|
5772
5772
|
}
|
5773
5773
|
|
5774
5774
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5775
5775
|
|
5776
|
-
function add_css$
|
5777
|
-
append_styles(target, "svelte-
|
5776
|
+
function add_css$y(target) {
|
5777
|
+
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%}");
|
5778
5778
|
}
|
5779
5779
|
|
5780
5780
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5781
|
-
function create_default_slot$
|
5781
|
+
function create_default_slot$b(ctx) {
|
5782
5782
|
let img;
|
5783
5783
|
let img_style_value;
|
5784
5784
|
let img_src_value;
|
@@ -5786,7 +5786,7 @@ function create_default_slot$9(ctx) {
|
|
5786
5786
|
return {
|
5787
5787
|
c() {
|
5788
5788
|
img = element("img");
|
5789
|
-
attr(img, "class", "image svelte-
|
5789
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5790
5790
|
attr(img, "loading", "lazy");
|
5791
5791
|
attr(img, "width", "auto");
|
5792
5792
|
attr(img, "height", "auto");
|
@@ -5828,7 +5828,7 @@ function create_default_slot$9(ctx) {
|
|
5828
5828
|
};
|
5829
5829
|
}
|
5830
5830
|
|
5831
|
-
function create_fragment$
|
5831
|
+
function create_fragment$14(ctx) {
|
5832
5832
|
let div;
|
5833
5833
|
let button;
|
5834
5834
|
let div_class_value;
|
@@ -5839,7 +5839,7 @@ function create_fragment$11(ctx) {
|
|
5839
5839
|
onClick: /*onClick*/ ctx[4],
|
5840
5840
|
style: /*_style*/ ctx[7],
|
5841
5841
|
eventName: /*eventName*/ ctx[5],
|
5842
|
-
$$slots: { default: [create_default_slot$
|
5842
|
+
$$slots: { default: [create_default_slot$b] },
|
5843
5843
|
$$scope: { ctx }
|
5844
5844
|
}
|
5845
5845
|
});
|
@@ -5848,7 +5848,7 @@ function create_fragment$11(ctx) {
|
|
5848
5848
|
c() {
|
5849
5849
|
div = element("div");
|
5850
5850
|
create_component(button.$$.fragment);
|
5851
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5851
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
5852
5852
|
},
|
5853
5853
|
m(target, anchor) {
|
5854
5854
|
insert(target, div, anchor);
|
@@ -5867,7 +5867,7 @@ function create_fragment$11(ctx) {
|
|
5867
5867
|
|
5868
5868
|
button.$set(button_changes);
|
5869
5869
|
|
5870
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
5870
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
5871
5871
|
attr(div, "class", div_class_value);
|
5872
5872
|
}
|
5873
5873
|
},
|
@@ -5887,7 +5887,7 @@ function create_fragment$11(ctx) {
|
|
5887
5887
|
};
|
5888
5888
|
}
|
5889
5889
|
|
5890
|
-
function instance$
|
5890
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5891
5891
|
let { src = '' } = $$props;
|
5892
5892
|
let { alt = '画像の説明' } = $$props;
|
5893
5893
|
let { transport = false } = $$props;
|
@@ -5918,8 +5918,8 @@ class ImageElement extends SvelteComponent {
|
|
5918
5918
|
init(
|
5919
5919
|
this,
|
5920
5920
|
options,
|
5921
|
-
instance$
|
5922
|
-
create_fragment$
|
5921
|
+
instance$14,
|
5922
|
+
create_fragment$14,
|
5923
5923
|
safe_not_equal,
|
5924
5924
|
{
|
5925
5925
|
src: 0,
|
@@ -5931,18 +5931,18 @@ class ImageElement extends SvelteComponent {
|
|
5931
5931
|
_imageStyle: 6,
|
5932
5932
|
_style: 7
|
5933
5933
|
},
|
5934
|
-
add_css$
|
5934
|
+
add_css$y
|
5935
5935
|
);
|
5936
5936
|
}
|
5937
5937
|
}
|
5938
5938
|
|
5939
5939
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5940
5940
|
|
5941
|
-
function add_css$
|
5942
|
-
append_styles(target, "svelte-
|
5941
|
+
function add_css$x(target) {
|
5942
|
+
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}");
|
5943
5943
|
}
|
5944
5944
|
|
5945
|
-
function create_fragment$
|
5945
|
+
function create_fragment$13(ctx) {
|
5946
5946
|
let div;
|
5947
5947
|
let current;
|
5948
5948
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -5952,7 +5952,7 @@ function create_fragment$10(ctx) {
|
|
5952
5952
|
c() {
|
5953
5953
|
div = element("div");
|
5954
5954
|
if (default_slot) default_slot.c();
|
5955
|
-
attr(div, "class", "list svelte-
|
5955
|
+
attr(div, "class", "list svelte-aquv6z");
|
5956
5956
|
attr(div, "style", /*style*/ ctx[0]);
|
5957
5957
|
},
|
5958
5958
|
m(target, anchor) {
|
@@ -6002,7 +6002,7 @@ function create_fragment$10(ctx) {
|
|
6002
6002
|
|
6003
6003
|
const LIST_CONTEXT_KEY = Symbol();
|
6004
6004
|
|
6005
|
-
function instance$
|
6005
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6006
6006
|
let style;
|
6007
6007
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6008
6008
|
let { direction = 'vertical' } = $$props;
|
@@ -6069,8 +6069,8 @@ class List extends SvelteComponent {
|
|
6069
6069
|
init(
|
6070
6070
|
this,
|
6071
6071
|
options,
|
6072
|
-
instance$
|
6073
|
-
create_fragment$
|
6072
|
+
instance$13,
|
6073
|
+
create_fragment$13,
|
6074
6074
|
safe_not_equal,
|
6075
6075
|
{
|
6076
6076
|
direction: 1,
|
@@ -6078,19 +6078,19 @@ class List extends SvelteComponent {
|
|
6078
6078
|
background: 3,
|
6079
6079
|
_style: 4
|
6080
6080
|
},
|
6081
|
-
add_css$
|
6081
|
+
add_css$x
|
6082
6082
|
);
|
6083
6083
|
}
|
6084
6084
|
}
|
6085
6085
|
|
6086
6086
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6087
6087
|
|
6088
|
-
function add_css$
|
6089
|
-
append_styles(target, "svelte-
|
6088
|
+
function add_css$w(target) {
|
6089
|
+
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}");
|
6090
6090
|
}
|
6091
6091
|
|
6092
6092
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6093
|
-
function create_default_slot$
|
6093
|
+
function create_default_slot$a(ctx) {
|
6094
6094
|
let current;
|
6095
6095
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6096
6096
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6137,7 +6137,7 @@ function create_default_slot$8(ctx) {
|
|
6137
6137
|
};
|
6138
6138
|
}
|
6139
6139
|
|
6140
|
-
function create_fragment
|
6140
|
+
function create_fragment$12(ctx) {
|
6141
6141
|
let div;
|
6142
6142
|
let button;
|
6143
6143
|
let current;
|
@@ -6147,7 +6147,7 @@ function create_fragment$$(ctx) {
|
|
6147
6147
|
onClick: /*onClick*/ ctx[0],
|
6148
6148
|
style: /*_style*/ ctx[2],
|
6149
6149
|
eventName: /*clickEventName*/ ctx[1],
|
6150
|
-
$$slots: { default: [create_default_slot$
|
6150
|
+
$$slots: { default: [create_default_slot$a] },
|
6151
6151
|
$$scope: { ctx }
|
6152
6152
|
}
|
6153
6153
|
});
|
@@ -6156,7 +6156,7 @@ function create_fragment$$(ctx) {
|
|
6156
6156
|
c() {
|
6157
6157
|
div = element("div");
|
6158
6158
|
create_component(button.$$.fragment);
|
6159
|
-
attr(div, "class", "list-item svelte-
|
6159
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6160
6160
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6161
6161
|
},
|
6162
6162
|
m(target, anchor) {
|
@@ -6196,7 +6196,7 @@ function create_fragment$$(ctx) {
|
|
6196
6196
|
};
|
6197
6197
|
}
|
6198
6198
|
|
6199
|
-
function instance
|
6199
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6200
6200
|
let listItemStyle;
|
6201
6201
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6202
6202
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6275,23 +6275,23 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6275
6275
|
class ListItem extends SvelteComponent {
|
6276
6276
|
constructor(options) {
|
6277
6277
|
super();
|
6278
|
-
init(this, options, instance
|
6278
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
|
6279
6279
|
}
|
6280
6280
|
}
|
6281
6281
|
|
6282
6282
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6283
6283
|
|
6284
|
-
function add_css$
|
6285
|
-
append_styles(target, "svelte-
|
6284
|
+
function add_css$v(target) {
|
6285
|
+
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}");
|
6286
6286
|
}
|
6287
6287
|
|
6288
|
-
function create_fragment$
|
6288
|
+
function create_fragment$11(ctx) {
|
6289
6289
|
let div;
|
6290
6290
|
|
6291
6291
|
return {
|
6292
6292
|
c() {
|
6293
6293
|
div = element("div");
|
6294
|
-
attr(div, "class", "embed svelte-
|
6294
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6295
6295
|
attr(div, "style", /*_style*/ ctx[1]);
|
6296
6296
|
},
|
6297
6297
|
m(target, anchor) {
|
@@ -6312,7 +6312,7 @@ function create_fragment$_(ctx) {
|
|
6312
6312
|
};
|
6313
6313
|
}
|
6314
6314
|
|
6315
|
-
function instance$
|
6315
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6316
6316
|
let { code } = $$props;
|
6317
6317
|
let { _style = '' } = $$props;
|
6318
6318
|
|
@@ -6327,17 +6327,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6327
6327
|
class EmbedElement extends SvelteComponent {
|
6328
6328
|
constructor(options) {
|
6329
6329
|
super();
|
6330
|
-
init(this, options, instance$
|
6330
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6331
6331
|
}
|
6332
6332
|
}
|
6333
6333
|
|
6334
6334
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6335
6335
|
|
6336
|
-
function add_css$
|
6337
|
-
append_styles(target, "svelte-
|
6336
|
+
function add_css$u(target) {
|
6337
|
+
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%}");
|
6338
6338
|
}
|
6339
6339
|
|
6340
|
-
function create_fragment$
|
6340
|
+
function create_fragment$10(ctx) {
|
6341
6341
|
let div1;
|
6342
6342
|
let div0;
|
6343
6343
|
|
@@ -6346,7 +6346,7 @@ function create_fragment$Z(ctx) {
|
|
6346
6346
|
div1 = element("div");
|
6347
6347
|
div0 = element("div");
|
6348
6348
|
attr(div0, "class", "karte-player");
|
6349
|
-
attr(div1, "class", "embed svelte-
|
6349
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6350
6350
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6351
6351
|
},
|
6352
6352
|
m(target, anchor) {
|
@@ -6378,7 +6378,7 @@ function _setValue(obj, key, value) {
|
|
6378
6378
|
}
|
6379
6379
|
}
|
6380
6380
|
|
6381
|
-
function instance$
|
6381
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6382
6382
|
let $system;
|
6383
6383
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6384
6384
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6649,8 +6649,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6649
6649
|
init(
|
6650
6650
|
this,
|
6651
6651
|
options,
|
6652
|
-
instance$
|
6653
|
-
create_fragment$
|
6652
|
+
instance$10,
|
6653
|
+
create_fragment$10,
|
6654
6654
|
safe_not_equal,
|
6655
6655
|
{
|
6656
6656
|
videoId: 2,
|
@@ -6679,7 +6679,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6679
6679
|
mute: 25,
|
6680
6680
|
_style: 0
|
6681
6681
|
},
|
6682
|
-
add_css$
|
6682
|
+
add_css$u,
|
6683
6683
|
[-1, -1]
|
6684
6684
|
);
|
6685
6685
|
}
|
@@ -6687,11 +6687,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6687
6687
|
|
6688
6688
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6689
6689
|
|
6690
|
-
function add_css$
|
6691
|
-
append_styles(target, "svelte-
|
6690
|
+
function add_css$t(target) {
|
6691
|
+
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%}");
|
6692
6692
|
}
|
6693
6693
|
|
6694
|
-
function create_fragment
|
6694
|
+
function create_fragment$$(ctx) {
|
6695
6695
|
let div1;
|
6696
6696
|
let div0;
|
6697
6697
|
|
@@ -6700,7 +6700,7 @@ function create_fragment$Y(ctx) {
|
|
6700
6700
|
div1 = element("div");
|
6701
6701
|
div0 = element("div");
|
6702
6702
|
attr(div0, "class", "karte-player");
|
6703
|
-
attr(div1, "class", "embed svelte-
|
6703
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6704
6704
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6705
6705
|
},
|
6706
6706
|
m(target, anchor) {
|
@@ -6722,7 +6722,7 @@ function create_fragment$Y(ctx) {
|
|
6722
6722
|
};
|
6723
6723
|
}
|
6724
6724
|
|
6725
|
-
function instance
|
6725
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6726
6726
|
let $system;
|
6727
6727
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6728
6728
|
let { videoId = "201239468" } = $$props;
|
@@ -6865,8 +6865,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6865
6865
|
init(
|
6866
6866
|
this,
|
6867
6867
|
options,
|
6868
|
-
instance
|
6869
|
-
create_fragment
|
6868
|
+
instance$$,
|
6869
|
+
create_fragment$$,
|
6870
6870
|
safe_not_equal,
|
6871
6871
|
{
|
6872
6872
|
videoId: 2,
|
@@ -6876,18 +6876,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6876
6876
|
mute: 6,
|
6877
6877
|
_style: 0
|
6878
6878
|
},
|
6879
|
-
add_css$
|
6879
|
+
add_css$t
|
6880
6880
|
);
|
6881
6881
|
}
|
6882
6882
|
}
|
6883
6883
|
|
6884
6884
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6885
6885
|
|
6886
|
-
function add_css$
|
6887
|
-
append_styles(target, "svelte-
|
6886
|
+
function add_css$s(target) {
|
6887
|
+
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}");
|
6888
6888
|
}
|
6889
6889
|
|
6890
|
-
function create_fragment$
|
6890
|
+
function create_fragment$_(ctx) {
|
6891
6891
|
let div;
|
6892
6892
|
let textarea;
|
6893
6893
|
let mounted;
|
@@ -6897,12 +6897,12 @@ function create_fragment$X(ctx) {
|
|
6897
6897
|
c() {
|
6898
6898
|
div = element("div");
|
6899
6899
|
textarea = element("textarea");
|
6900
|
-
attr(textarea, "class", "textarea svelte-
|
6900
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6901
6901
|
textarea.value = /*$value*/ ctx[4];
|
6902
6902
|
textarea.required = /*required*/ ctx[1];
|
6903
6903
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6904
6904
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6905
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6905
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6906
6906
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6907
6907
|
},
|
6908
6908
|
m(target, anchor) {
|
@@ -6945,7 +6945,7 @@ function create_fragment$X(ctx) {
|
|
6945
6945
|
};
|
6946
6946
|
}
|
6947
6947
|
|
6948
|
-
function instance$
|
6948
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6949
6949
|
let style;
|
6950
6950
|
let styleVariables;
|
6951
6951
|
let $value;
|
@@ -7033,8 +7033,8 @@ class FormTextarea extends SvelteComponent {
|
|
7033
7033
|
init(
|
7034
7034
|
this,
|
7035
7035
|
options,
|
7036
|
-
instance$
|
7037
|
-
create_fragment$
|
7036
|
+
instance$_,
|
7037
|
+
create_fragment$_,
|
7038
7038
|
safe_not_equal,
|
7039
7039
|
{
|
7040
7040
|
name: 7,
|
@@ -7046,15 +7046,15 @@ class FormTextarea extends SvelteComponent {
|
|
7046
7046
|
_textStyle: 11,
|
7047
7047
|
_placeholderStyle: 12
|
7048
7048
|
},
|
7049
|
-
add_css$
|
7049
|
+
add_css$s
|
7050
7050
|
);
|
7051
7051
|
}
|
7052
7052
|
}
|
7053
7053
|
|
7054
7054
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7055
7055
|
|
7056
|
-
function add_css$
|
7057
|
-
append_styles(target, "svelte-
|
7056
|
+
function add_css$r(target) {
|
7057
|
+
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}");
|
7058
7058
|
}
|
7059
7059
|
|
7060
7060
|
function get_each_context$6(ctx, list, i) {
|
@@ -7088,14 +7088,14 @@ function create_each_block$6(ctx) {
|
|
7088
7088
|
t1 = text(t1_value);
|
7089
7089
|
t2 = space();
|
7090
7090
|
attr(input, "type", "radio");
|
7091
|
-
attr(input, "class", "radio-button-input svelte-
|
7091
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7092
7092
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7093
7093
|
attr(input, "name", /*name*/ ctx[0]);
|
7094
7094
|
input.value = input_value_value = /*option*/ ctx[17];
|
7095
7095
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7096
|
-
attr(span, "class", "radio-button-text svelte-
|
7096
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7097
7097
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7098
|
-
attr(label, "class", "radio-button svelte-
|
7098
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7099
7099
|
},
|
7100
7100
|
m(target, anchor) {
|
7101
7101
|
insert(target, label, anchor);
|
@@ -7143,7 +7143,7 @@ function create_each_block$6(ctx) {
|
|
7143
7143
|
};
|
7144
7144
|
}
|
7145
7145
|
|
7146
|
-
function create_fragment$
|
7146
|
+
function create_fragment$Z(ctx) {
|
7147
7147
|
let div;
|
7148
7148
|
let each_value = /*_options*/ ctx[4];
|
7149
7149
|
let each_blocks = [];
|
@@ -7160,7 +7160,7 @@ function create_fragment$W(ctx) {
|
|
7160
7160
|
each_blocks[i].c();
|
7161
7161
|
}
|
7162
7162
|
|
7163
|
-
attr(div, "class", "radio-buttons svelte-
|
7163
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7164
7164
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7165
7165
|
},
|
7166
7166
|
m(target, anchor) {
|
@@ -7207,7 +7207,7 @@ function create_fragment$W(ctx) {
|
|
7207
7207
|
};
|
7208
7208
|
}
|
7209
7209
|
|
7210
|
-
function instance$
|
7210
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7211
7211
|
let _options;
|
7212
7212
|
let buttonStyle;
|
7213
7213
|
let _value;
|
@@ -7307,8 +7307,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7307
7307
|
init(
|
7308
7308
|
this,
|
7309
7309
|
options,
|
7310
|
-
instance$
|
7311
|
-
create_fragment$
|
7310
|
+
instance$Z,
|
7311
|
+
create_fragment$Z,
|
7312
7312
|
safe_not_equal,
|
7313
7313
|
{
|
7314
7314
|
name: 0,
|
@@ -7321,15 +7321,15 @@ class FormRadioButtons extends SvelteComponent {
|
|
7321
7321
|
buttonColor: 13,
|
7322
7322
|
buttonColorActive: 14
|
7323
7323
|
},
|
7324
|
-
add_css$
|
7324
|
+
add_css$r
|
7325
7325
|
);
|
7326
7326
|
}
|
7327
7327
|
}
|
7328
7328
|
|
7329
7329
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7330
7330
|
|
7331
|
-
function add_css$
|
7332
|
-
append_styles(target, "svelte-
|
7331
|
+
function add_css$q(target) {
|
7332
|
+
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}");
|
7333
7333
|
}
|
7334
7334
|
|
7335
7335
|
function get_each_context$5(ctx, list, i) {
|
@@ -7360,7 +7360,7 @@ function create_else_block$2(ctx) {
|
|
7360
7360
|
}
|
7361
7361
|
|
7362
7362
|
// (105:10) {#if option}
|
7363
|
-
function create_if_block$
|
7363
|
+
function create_if_block$a(ctx) {
|
7364
7364
|
let t_value = /*option*/ ctx[19] + "";
|
7365
7365
|
let t;
|
7366
7366
|
|
@@ -7388,7 +7388,7 @@ function create_each_block$5(ctx) {
|
|
7388
7388
|
let option_selected_value;
|
7389
7389
|
|
7390
7390
|
function select_block_type(ctx, dirty) {
|
7391
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7391
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7392
7392
|
return create_else_block$2;
|
7393
7393
|
}
|
7394
7394
|
|
@@ -7438,7 +7438,7 @@ function create_each_block$5(ctx) {
|
|
7438
7438
|
};
|
7439
7439
|
}
|
7440
7440
|
|
7441
|
-
function create_fragment$
|
7441
|
+
function create_fragment$Y(ctx) {
|
7442
7442
|
let div1;
|
7443
7443
|
let select;
|
7444
7444
|
let t;
|
@@ -7463,10 +7463,10 @@ function create_fragment$V(ctx) {
|
|
7463
7463
|
|
7464
7464
|
t = space();
|
7465
7465
|
div0 = element("div");
|
7466
|
-
attr(select, "class", "select-select svelte-
|
7466
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7467
7467
|
attr(select, "style", /*style*/ ctx[3]);
|
7468
|
-
attr(div0, "class", "select-icon svelte-
|
7469
|
-
attr(div1, "class", "select svelte-
|
7468
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7469
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7470
7470
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7471
7471
|
},
|
7472
7472
|
m(target, anchor) {
|
@@ -7528,7 +7528,7 @@ function create_fragment$V(ctx) {
|
|
7528
7528
|
};
|
7529
7529
|
}
|
7530
7530
|
|
7531
|
-
function instance$
|
7531
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7532
7532
|
let _options;
|
7533
7533
|
let style;
|
7534
7534
|
let styleVariables;
|
@@ -7644,8 +7644,8 @@ class FormSelect extends SvelteComponent {
|
|
7644
7644
|
init(
|
7645
7645
|
this,
|
7646
7646
|
options,
|
7647
|
-
instance$
|
7648
|
-
create_fragment$
|
7647
|
+
instance$Y,
|
7648
|
+
create_fragment$Y,
|
7649
7649
|
safe_not_equal,
|
7650
7650
|
{
|
7651
7651
|
name: 7,
|
@@ -7660,15 +7660,15 @@ class FormSelect extends SvelteComponent {
|
|
7660
7660
|
iconColor: 15,
|
7661
7661
|
iconSize: 16
|
7662
7662
|
},
|
7663
|
-
add_css$
|
7663
|
+
add_css$q
|
7664
7664
|
);
|
7665
7665
|
}
|
7666
7666
|
}
|
7667
7667
|
|
7668
7668
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7669
7669
|
|
7670
|
-
function add_css$
|
7671
|
-
append_styles(target, "svelte-
|
7670
|
+
function add_css$p(target) {
|
7671
|
+
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}");
|
7672
7672
|
}
|
7673
7673
|
|
7674
7674
|
function get_each_context$4(ctx, list, i) {
|
@@ -7707,19 +7707,19 @@ function create_each_block$4(ctx) {
|
|
7707
7707
|
span2 = element("span");
|
7708
7708
|
t2 = text(t2_value);
|
7709
7709
|
t3 = space();
|
7710
|
-
attr(input, "class", "check-box-input svelte-
|
7710
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7711
7711
|
attr(input, "type", "checkbox");
|
7712
7712
|
attr(input, "name", /*name*/ ctx[0]);
|
7713
7713
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7714
|
-
attr(span0, "class", "check-box-icon svelte-
|
7714
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7715
7715
|
|
7716
7716
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7717
7717
|
? ' _checked'
|
7718
|
-
: ''}`) + " svelte-
|
7718
|
+
: ''}`) + " svelte-1p65cg8"));
|
7719
7719
|
|
7720
|
-
attr(span2, "class", "check-box-text svelte-
|
7720
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7721
7721
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7722
|
-
attr(label, "class", "check-box svelte-
|
7722
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7723
7723
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7724
7724
|
},
|
7725
7725
|
m(target, anchor) {
|
@@ -7751,7 +7751,7 @@ function create_each_block$4(ctx) {
|
|
7751
7751
|
|
7752
7752
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7753
7753
|
? ' _checked'
|
7754
|
-
: ''}`) + " svelte-
|
7754
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7755
7755
|
attr(span1, "class", span1_class_value);
|
7756
7756
|
}
|
7757
7757
|
|
@@ -7773,7 +7773,7 @@ function create_each_block$4(ctx) {
|
|
7773
7773
|
};
|
7774
7774
|
}
|
7775
7775
|
|
7776
|
-
function create_fragment$
|
7776
|
+
function create_fragment$X(ctx) {
|
7777
7777
|
let div;
|
7778
7778
|
let each_value = /*_options*/ ctx[3];
|
7779
7779
|
let each_blocks = [];
|
@@ -7790,7 +7790,7 @@ function create_fragment$U(ctx) {
|
|
7790
7790
|
each_blocks[i].c();
|
7791
7791
|
}
|
7792
7792
|
|
7793
|
-
attr(div, "class", "check-boxes svelte-
|
7793
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7794
7794
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7795
7795
|
},
|
7796
7796
|
m(target, anchor) {
|
@@ -7837,7 +7837,7 @@ function create_fragment$U(ctx) {
|
|
7837
7837
|
};
|
7838
7838
|
}
|
7839
7839
|
|
7840
|
-
function instance$
|
7840
|
+
function instance$X($$self, $$props, $$invalidate) {
|
7841
7841
|
let _options;
|
7842
7842
|
let styleVariables;
|
7843
7843
|
let isCheckedArray;
|
@@ -7943,8 +7943,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7943
7943
|
init(
|
7944
7944
|
this,
|
7945
7945
|
options,
|
7946
|
-
instance$
|
7947
|
-
create_fragment$
|
7946
|
+
instance$X,
|
7947
|
+
create_fragment$X,
|
7948
7948
|
safe_not_equal,
|
7949
7949
|
{
|
7950
7950
|
name: 0,
|
@@ -7957,15 +7957,15 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7957
7957
|
buttonColor: 13,
|
7958
7958
|
buttonColorActive: 14
|
7959
7959
|
},
|
7960
|
-
add_css$
|
7960
|
+
add_css$p
|
7961
7961
|
);
|
7962
7962
|
}
|
7963
7963
|
}
|
7964
7964
|
|
7965
7965
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7966
7966
|
|
7967
|
-
function add_css$
|
7968
|
-
append_styles(target, "svelte-
|
7967
|
+
function add_css$o(target) {
|
7968
|
+
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}");
|
7969
7969
|
}
|
7970
7970
|
|
7971
7971
|
function get_each_context$3(ctx, list, i) {
|
@@ -7989,7 +7989,7 @@ function create_each_block$3(ctx) {
|
|
7989
7989
|
button = element("button");
|
7990
7990
|
t0 = text(t0_value);
|
7991
7991
|
t1 = space();
|
7992
|
-
attr(button, "class", "rating-button svelte-
|
7992
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7993
7993
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7994
7994
|
},
|
7995
7995
|
m(target, anchor) {
|
@@ -8021,7 +8021,7 @@ function create_each_block$3(ctx) {
|
|
8021
8021
|
};
|
8022
8022
|
}
|
8023
8023
|
|
8024
|
-
function create_fragment$
|
8024
|
+
function create_fragment$W(ctx) {
|
8025
8025
|
let div;
|
8026
8026
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8027
8027
|
let each_blocks = [];
|
@@ -8038,7 +8038,7 @@ function create_fragment$T(ctx) {
|
|
8038
8038
|
each_blocks[i].c();
|
8039
8039
|
}
|
8040
8040
|
|
8041
|
-
attr(div, "class", "rating-buttons svelte-
|
8041
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8042
8042
|
},
|
8043
8043
|
m(target, anchor) {
|
8044
8044
|
insert(target, div, anchor);
|
@@ -8080,7 +8080,7 @@ function create_fragment$T(ctx) {
|
|
8080
8080
|
};
|
8081
8081
|
}
|
8082
8082
|
|
8083
|
-
function instance$
|
8083
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8084
8084
|
let _value;
|
8085
8085
|
let $value;
|
8086
8086
|
let { name = '' } = $$props;
|
@@ -8162,8 +8162,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8162
8162
|
init(
|
8163
8163
|
this,
|
8164
8164
|
options,
|
8165
|
-
instance$
|
8166
|
-
create_fragment$
|
8165
|
+
instance$W,
|
8166
|
+
create_fragment$W,
|
8167
8167
|
safe_not_equal,
|
8168
8168
|
{
|
8169
8169
|
name: 6,
|
@@ -8174,15 +8174,15 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8174
8174
|
buttonStyle: 9,
|
8175
8175
|
buttonActiveStyle: 10
|
8176
8176
|
},
|
8177
|
-
add_css$
|
8177
|
+
add_css$o
|
8178
8178
|
);
|
8179
8179
|
}
|
8180
8180
|
}
|
8181
8181
|
|
8182
8182
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8183
8183
|
|
8184
|
-
function add_css$
|
8185
|
-
append_styles(target, "svelte-
|
8184
|
+
function add_css$n(target) {
|
8185
|
+
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%)}");
|
8186
8186
|
}
|
8187
8187
|
|
8188
8188
|
function get_each_context$2(ctx, list, i) {
|
@@ -8207,9 +8207,9 @@ function create_each_block$2(ctx) {
|
|
8207
8207
|
img = element("img");
|
8208
8208
|
t = space();
|
8209
8209
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8210
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8210
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8211
8211
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8212
|
-
attr(button, "class", "rating-button svelte-
|
8212
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8213
8213
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8214
8214
|
},
|
8215
8215
|
m(target, anchor) {
|
@@ -8225,7 +8225,7 @@ function create_each_block$2(ctx) {
|
|
8225
8225
|
p(new_ctx, dirty) {
|
8226
8226
|
ctx = new_ctx;
|
8227
8227
|
|
8228
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8228
|
+
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"))) {
|
8229
8229
|
attr(img, "class", img_class_value);
|
8230
8230
|
}
|
8231
8231
|
|
@@ -8241,7 +8241,7 @@ function create_each_block$2(ctx) {
|
|
8241
8241
|
};
|
8242
8242
|
}
|
8243
8243
|
|
8244
|
-
function create_fragment$
|
8244
|
+
function create_fragment$V(ctx) {
|
8245
8245
|
let div;
|
8246
8246
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8247
8247
|
let each_blocks = [];
|
@@ -8258,7 +8258,7 @@ function create_fragment$S(ctx) {
|
|
8258
8258
|
each_blocks[i].c();
|
8259
8259
|
}
|
8260
8260
|
|
8261
|
-
attr(div, "class", "rating-buttons svelte-
|
8261
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8262
8262
|
},
|
8263
8263
|
m(target, anchor) {
|
8264
8264
|
insert(target, div, anchor);
|
@@ -8303,7 +8303,7 @@ function create_fragment$S(ctx) {
|
|
8303
8303
|
const count = 5;
|
8304
8304
|
const func = i => i + 1;
|
8305
8305
|
|
8306
|
-
function instance$
|
8306
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8307
8307
|
let _value;
|
8308
8308
|
let buttonStyle;
|
8309
8309
|
let $value;
|
@@ -8359,17 +8359,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8359
8359
|
class FormRatingButtonsFace extends SvelteComponent {
|
8360
8360
|
constructor(options) {
|
8361
8361
|
super();
|
8362
|
-
init(this, options, instance$
|
8362
|
+
init(this, options, instance$V, create_fragment$V, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
|
8363
8363
|
}
|
8364
8364
|
}
|
8365
8365
|
|
8366
8366
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8367
8367
|
|
8368
|
-
function add_css$
|
8369
|
-
append_styles(target, "svelte-
|
8368
|
+
function add_css$m(target) {
|
8369
|
+
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}");
|
8370
8370
|
}
|
8371
8371
|
|
8372
|
-
function create_fragment$
|
8372
|
+
function create_fragment$U(ctx) {
|
8373
8373
|
let div;
|
8374
8374
|
let input;
|
8375
8375
|
let input_class_value;
|
@@ -8380,13 +8380,13 @@ function create_fragment$R(ctx) {
|
|
8380
8380
|
c() {
|
8381
8381
|
div = element("div");
|
8382
8382
|
input = element("input");
|
8383
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8383
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8384
8384
|
attr(input, "type", "text");
|
8385
8385
|
input.value = /*$value*/ ctx[2];
|
8386
8386
|
input.required = /*required*/ ctx[0];
|
8387
8387
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8388
8388
|
attr(input, "style", /*style*/ ctx[5]);
|
8389
|
-
attr(div, "class", "input-wrapper svelte-
|
8389
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8390
8390
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8391
8391
|
},
|
8392
8392
|
m(target, anchor) {
|
@@ -8399,7 +8399,7 @@ function create_fragment$R(ctx) {
|
|
8399
8399
|
}
|
8400
8400
|
},
|
8401
8401
|
p(ctx, [dirty]) {
|
8402
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8402
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8403
8403
|
attr(input, "class", input_class_value);
|
8404
8404
|
}
|
8405
8405
|
|
@@ -8433,7 +8433,7 @@ function create_fragment$R(ctx) {
|
|
8433
8433
|
};
|
8434
8434
|
}
|
8435
8435
|
|
8436
|
-
function instance$
|
8436
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8437
8437
|
let style;
|
8438
8438
|
let styleVariables;
|
8439
8439
|
let isValidForUI;
|
@@ -8564,8 +8564,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8564
8564
|
init(
|
8565
8565
|
this,
|
8566
8566
|
options,
|
8567
|
-
instance$
|
8568
|
-
create_fragment$
|
8567
|
+
instance$U,
|
8568
|
+
create_fragment$U,
|
8569
8569
|
safe_not_equal,
|
8570
8570
|
{
|
8571
8571
|
field: 9,
|
@@ -8579,18 +8579,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8579
8579
|
_textStyle: 15,
|
8580
8580
|
_placeholderStyle: 16
|
8581
8581
|
},
|
8582
|
-
add_css$
|
8582
|
+
add_css$m
|
8583
8583
|
);
|
8584
8584
|
}
|
8585
8585
|
}
|
8586
8586
|
|
8587
8587
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8588
8588
|
|
8589
|
-
function add_css$
|
8590
|
-
append_styles(target, "svelte-
|
8589
|
+
function add_css$l(target) {
|
8590
|
+
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}");
|
8591
8591
|
}
|
8592
8592
|
|
8593
|
-
function create_fragment$
|
8593
|
+
function create_fragment$T(ctx) {
|
8594
8594
|
let div;
|
8595
8595
|
let label0;
|
8596
8596
|
let input0;
|
@@ -8625,20 +8625,20 @@ function create_fragment$Q(ctx) {
|
|
8625
8625
|
span1 = element("span");
|
8626
8626
|
t4 = text("いいえ");
|
8627
8627
|
attr(input0, "type", "radio");
|
8628
|
-
attr(input0, "class", "radio-button-input svelte-
|
8628
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8629
8629
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8630
8630
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8631
|
-
attr(span0, "class", "radio-button-text svelte-
|
8631
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8632
8632
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8633
|
-
attr(label0, "class", "radio-button svelte-
|
8633
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8634
8634
|
attr(input1, "type", "radio");
|
8635
|
-
attr(input1, "class", "radio-button-input svelte-
|
8635
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8636
8636
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8637
8637
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8638
|
-
attr(span1, "class", "radio-button-text svelte-
|
8638
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8639
8639
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8640
|
-
attr(label1, "class", "radio-button svelte-
|
8641
|
-
attr(div, "class", "radio-buttons svelte-
|
8640
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8641
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8642
8642
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8643
8643
|
},
|
8644
8644
|
m(target, anchor) {
|
@@ -8703,7 +8703,7 @@ function create_fragment$Q(ctx) {
|
|
8703
8703
|
};
|
8704
8704
|
}
|
8705
8705
|
|
8706
|
-
function instance$
|
8706
|
+
function instance$T($$self, $$props, $$invalidate) {
|
8707
8707
|
let buttonStyle;
|
8708
8708
|
let $value;
|
8709
8709
|
let { field = 'subscription' } = $$props;
|
@@ -8785,8 +8785,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8785
8785
|
init(
|
8786
8786
|
this,
|
8787
8787
|
options,
|
8788
|
-
instance$
|
8789
|
-
create_fragment$
|
8788
|
+
instance$T,
|
8789
|
+
create_fragment$T,
|
8790
8790
|
safe_not_equal,
|
8791
8791
|
{
|
8792
8792
|
field: 6,
|
@@ -8798,15 +8798,15 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8798
8798
|
buttonColor: 10,
|
8799
8799
|
buttonColorActive: 11
|
8800
8800
|
},
|
8801
|
-
add_css$
|
8801
|
+
add_css$l
|
8802
8802
|
);
|
8803
8803
|
}
|
8804
8804
|
}
|
8805
8805
|
|
8806
8806
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8807
8807
|
|
8808
|
-
function add_css$
|
8809
|
-
append_styles(target, "svelte-
|
8808
|
+
function add_css$k(target) {
|
8809
|
+
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%}");
|
8810
8810
|
}
|
8811
8811
|
|
8812
8812
|
function get_each_context$1(ctx, list, i) {
|
@@ -8835,9 +8835,9 @@ function create_if_block_1$2(ctx) {
|
|
8835
8835
|
attr(svg, "viewBox", "0 0 10 16");
|
8836
8836
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8837
8837
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8838
|
-
attr(button, "class", "move-button svelte-
|
8838
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8839
8839
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8840
|
-
attr(div, "class", "prev-button-container svelte-
|
8840
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8841
8841
|
},
|
8842
8842
|
m(target, anchor) {
|
8843
8843
|
insert(target, div, anchor);
|
@@ -8868,7 +8868,7 @@ function create_if_block_1$2(ctx) {
|
|
8868
8868
|
}
|
8869
8869
|
|
8870
8870
|
// (380:2) {#if isVisibleNextButton}
|
8871
|
-
function create_if_block$
|
8871
|
+
function create_if_block$9(ctx) {
|
8872
8872
|
let div;
|
8873
8873
|
let button;
|
8874
8874
|
let svg;
|
@@ -8886,9 +8886,9 @@ function create_if_block$8(ctx) {
|
|
8886
8886
|
attr(svg, "viewBox", "0 0 10 16");
|
8887
8887
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8888
8888
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8889
|
-
attr(button, "class", "move-button svelte-
|
8889
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8890
8890
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8891
|
-
attr(div, "class", "next-button-container svelte-
|
8891
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8892
8892
|
},
|
8893
8893
|
m(target, anchor) {
|
8894
8894
|
insert(target, div, anchor);
|
@@ -8936,9 +8936,9 @@ function create_each_block$1(ctx) {
|
|
8936
8936
|
button = element("button");
|
8937
8937
|
div = element("div");
|
8938
8938
|
t = space();
|
8939
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8939
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8940
8940
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8941
|
-
attr(button, "class", "navigation-item svelte-
|
8941
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8942
8942
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8943
8943
|
},
|
8944
8944
|
m(target, anchor) {
|
@@ -8970,7 +8970,7 @@ function create_each_block$1(ctx) {
|
|
8970
8970
|
};
|
8971
8971
|
}
|
8972
8972
|
|
8973
|
-
function create_fragment$
|
8973
|
+
function create_fragment$S(ctx) {
|
8974
8974
|
let div3;
|
8975
8975
|
let div1;
|
8976
8976
|
let div0;
|
@@ -8983,7 +8983,7 @@ function create_fragment$P(ctx) {
|
|
8983
8983
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8984
8984
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8985
8985
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
8986
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8986
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
8987
8987
|
let each_value = /*items*/ ctx[1];
|
8988
8988
|
let each_blocks = [];
|
8989
8989
|
|
@@ -9015,14 +9015,14 @@ function create_fragment$P(ctx) {
|
|
9015
9015
|
each_blocks[i].c();
|
9016
9016
|
}
|
9017
9017
|
|
9018
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9018
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9019
9019
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9020
|
-
attr(div1, "class", "container svelte-
|
9020
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9021
9021
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9022
|
-
attr(div2, "class", "navigation svelte-
|
9022
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9023
9023
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9024
9024
|
set_attributes(div3, div3_data);
|
9025
|
-
toggle_class(div3, "svelte-
|
9025
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9026
9026
|
},
|
9027
9027
|
m(target, anchor) {
|
9028
9028
|
insert(target, div3, anchor);
|
@@ -9064,7 +9064,7 @@ function create_fragment$P(ctx) {
|
|
9064
9064
|
}
|
9065
9065
|
}
|
9066
9066
|
|
9067
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9067
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9068
9068
|
attr(div0, "class", div0_class_value);
|
9069
9069
|
}
|
9070
9070
|
|
@@ -9093,7 +9093,7 @@ function create_fragment$P(ctx) {
|
|
9093
9093
|
if (if_block1) {
|
9094
9094
|
if_block1.p(ctx, dirty);
|
9095
9095
|
} else {
|
9096
|
-
if_block1 = create_if_block$
|
9096
|
+
if_block1 = create_if_block$9(ctx);
|
9097
9097
|
if_block1.c();
|
9098
9098
|
if_block1.m(div3, t2);
|
9099
9099
|
}
|
@@ -9130,7 +9130,7 @@ function create_fragment$P(ctx) {
|
|
9130
9130
|
}
|
9131
9131
|
|
9132
9132
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9133
|
-
toggle_class(div3, "svelte-
|
9133
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9134
9134
|
},
|
9135
9135
|
i(local) {
|
9136
9136
|
if (current) return;
|
@@ -9165,7 +9165,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9165
9165
|
}
|
9166
9166
|
}
|
9167
9167
|
|
9168
|
-
function instance$
|
9168
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9169
9169
|
let slideStyle;
|
9170
9170
|
let slideClass;
|
9171
9171
|
let _loop;
|
@@ -9618,8 +9618,8 @@ class Slide extends SvelteComponent {
|
|
9618
9618
|
init(
|
9619
9619
|
this,
|
9620
9620
|
options,
|
9621
|
-
instance$
|
9622
|
-
create_fragment$
|
9621
|
+
instance$S,
|
9622
|
+
create_fragment$S,
|
9623
9623
|
safe_not_equal,
|
9624
9624
|
{
|
9625
9625
|
loop: 18,
|
@@ -9633,7 +9633,7 @@ class Slide extends SvelteComponent {
|
|
9633
9633
|
navigationButton: 25,
|
9634
9634
|
navigationEdgePosition: 26
|
9635
9635
|
},
|
9636
|
-
add_css$
|
9636
|
+
add_css$k,
|
9637
9637
|
[-1, -1, -1]
|
9638
9638
|
);
|
9639
9639
|
}
|
@@ -9641,11 +9641,11 @@ class Slide extends SvelteComponent {
|
|
9641
9641
|
|
9642
9642
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9643
9643
|
|
9644
|
-
function add_css$
|
9645
|
-
append_styles(target, "svelte-
|
9644
|
+
function add_css$j(target) {
|
9645
|
+
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}");
|
9646
9646
|
}
|
9647
9647
|
|
9648
|
-
function create_fragment$
|
9648
|
+
function create_fragment$R(ctx) {
|
9649
9649
|
let div1;
|
9650
9650
|
let div0;
|
9651
9651
|
let current;
|
@@ -9657,9 +9657,9 @@ function create_fragment$O(ctx) {
|
|
9657
9657
|
div1 = element("div");
|
9658
9658
|
div0 = element("div");
|
9659
9659
|
if (default_slot) default_slot.c();
|
9660
|
-
attr(div0, "class", "item-inner svelte-
|
9660
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9661
9661
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9662
|
-
attr(div1, "class", "item svelte-
|
9662
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9663
9663
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9664
9664
|
},
|
9665
9665
|
m(target, anchor) {
|
@@ -9712,7 +9712,7 @@ function create_fragment$O(ctx) {
|
|
9712
9712
|
};
|
9713
9713
|
}
|
9714
9714
|
|
9715
|
-
function instance$
|
9715
|
+
function instance$R($$self, $$props, $$invalidate) {
|
9716
9716
|
let itemStyle;
|
9717
9717
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9718
9718
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9778,20 +9778,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
9778
9778
|
class SlideItem extends SvelteComponent {
|
9779
9779
|
constructor(options) {
|
9780
9780
|
super();
|
9781
|
-
init(this, options, instance$
|
9781
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
9782
9782
|
}
|
9783
9783
|
}
|
9784
9784
|
|
9785
9785
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9786
9786
|
|
9787
|
-
function add_css$
|
9788
|
-
append_styles(target, "svelte-
|
9787
|
+
function add_css$i(target) {
|
9788
|
+
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}");
|
9789
9789
|
}
|
9790
9790
|
|
9791
9791
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9792
9792
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9793
9793
|
|
9794
|
-
function create_fragment$
|
9794
|
+
function create_fragment$Q(ctx) {
|
9795
9795
|
let div1;
|
9796
9796
|
let div0;
|
9797
9797
|
let current;
|
@@ -9803,9 +9803,9 @@ function create_fragment$N(ctx) {
|
|
9803
9803
|
div1 = element("div");
|
9804
9804
|
div0 = element("div");
|
9805
9805
|
if (default_slot) default_slot.c();
|
9806
|
-
attr(div0, "class", "countdown-inner svelte-
|
9806
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9807
9807
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9808
|
-
attr(div1, "class", "countdown svelte-
|
9808
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9809
9809
|
},
|
9810
9810
|
m(target, anchor) {
|
9811
9811
|
insert(target, div1, anchor);
|
@@ -9871,7 +9871,7 @@ function formatTimeDiff(ms) {
|
|
9871
9871
|
};
|
9872
9872
|
}
|
9873
9873
|
|
9874
|
-
function instance$
|
9874
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
9875
9875
|
let countdown;
|
9876
9876
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9877
9877
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9932,18 +9932,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
9932
9932
|
class Countdown extends SvelteComponent {
|
9933
9933
|
constructor(options) {
|
9934
9934
|
super();
|
9935
|
-
init(this, options, instance$
|
9935
|
+
init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
|
9936
9936
|
}
|
9937
9937
|
}
|
9938
9938
|
|
9939
9939
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9940
9940
|
|
9941
|
-
function add_css$
|
9942
|
-
append_styles(target, "svelte-
|
9941
|
+
function add_css$h(target) {
|
9942
|
+
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}");
|
9943
9943
|
}
|
9944
9944
|
|
9945
9945
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
9946
|
-
function create_default_slot$
|
9946
|
+
function create_default_slot$9(ctx) {
|
9947
9947
|
let current;
|
9948
9948
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
9949
9949
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -9990,7 +9990,7 @@ function create_default_slot$7(ctx) {
|
|
9990
9990
|
};
|
9991
9991
|
}
|
9992
9992
|
|
9993
|
-
function create_fragment$
|
9993
|
+
function create_fragment$P(ctx) {
|
9994
9994
|
let div;
|
9995
9995
|
let button;
|
9996
9996
|
let current;
|
@@ -10000,7 +10000,7 @@ function create_fragment$M(ctx) {
|
|
10000
10000
|
onClick: /*onClick*/ ctx[0],
|
10001
10001
|
style: /*_style*/ ctx[2],
|
10002
10002
|
eventName: /*eventName*/ ctx[1],
|
10003
|
-
$$slots: { default: [create_default_slot$
|
10003
|
+
$$slots: { default: [create_default_slot$9] },
|
10004
10004
|
$$scope: { ctx }
|
10005
10005
|
}
|
10006
10006
|
});
|
@@ -10009,7 +10009,7 @@ function create_fragment$M(ctx) {
|
|
10009
10009
|
c() {
|
10010
10010
|
div = element("div");
|
10011
10011
|
create_component(button.$$.fragment);
|
10012
|
-
attr(div, "class", "box svelte-
|
10012
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10013
10013
|
},
|
10014
10014
|
m(target, anchor) {
|
10015
10015
|
insert(target, div, anchor);
|
@@ -10044,7 +10044,7 @@ function create_fragment$M(ctx) {
|
|
10044
10044
|
};
|
10045
10045
|
}
|
10046
10046
|
|
10047
|
-
function instance$
|
10047
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10048
10048
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10049
10049
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10050
10050
|
let { eventName = '' } = $$props;
|
@@ -10063,18 +10063,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10063
10063
|
class Box extends SvelteComponent {
|
10064
10064
|
constructor(options) {
|
10065
10065
|
super();
|
10066
|
-
init(this, options, instance$
|
10066
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
|
10067
10067
|
}
|
10068
10068
|
}
|
10069
10069
|
|
10070
10070
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10071
10071
|
|
10072
|
-
function add_css$
|
10073
|
-
append_styles(target, "svelte-
|
10072
|
+
function add_css$g(target) {
|
10073
|
+
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)}");
|
10074
10074
|
}
|
10075
10075
|
|
10076
10076
|
// (56:4) {#if svg}
|
10077
|
-
function create_if_block$
|
10077
|
+
function create_if_block$8(ctx) {
|
10078
10078
|
let html_tag;
|
10079
10079
|
let html_anchor;
|
10080
10080
|
|
@@ -10099,9 +10099,9 @@ function create_if_block$7(ctx) {
|
|
10099
10099
|
}
|
10100
10100
|
|
10101
10101
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10102
|
-
function create_default_slot$
|
10102
|
+
function create_default_slot$8(ctx) {
|
10103
10103
|
let if_block_anchor;
|
10104
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10104
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10105
10105
|
|
10106
10106
|
return {
|
10107
10107
|
c() {
|
@@ -10117,7 +10117,7 @@ function create_default_slot$6(ctx) {
|
|
10117
10117
|
if (if_block) {
|
10118
10118
|
if_block.p(ctx, dirty);
|
10119
10119
|
} else {
|
10120
|
-
if_block = create_if_block$
|
10120
|
+
if_block = create_if_block$8(ctx);
|
10121
10121
|
if_block.c();
|
10122
10122
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10123
10123
|
}
|
@@ -10133,7 +10133,7 @@ function create_default_slot$6(ctx) {
|
|
10133
10133
|
};
|
10134
10134
|
}
|
10135
10135
|
|
10136
|
-
function create_fragment$
|
10136
|
+
function create_fragment$O(ctx) {
|
10137
10137
|
let div;
|
10138
10138
|
let button;
|
10139
10139
|
let current;
|
@@ -10143,7 +10143,7 @@ function create_fragment$L(ctx) {
|
|
10143
10143
|
onClick: /*onClick*/ ctx[0],
|
10144
10144
|
style: /*style*/ ctx[2],
|
10145
10145
|
eventName: /*eventName*/ ctx[1],
|
10146
|
-
$$slots: { default: [create_default_slot$
|
10146
|
+
$$slots: { default: [create_default_slot$8] },
|
10147
10147
|
$$scope: { ctx }
|
10148
10148
|
}
|
10149
10149
|
});
|
@@ -10152,7 +10152,7 @@ function create_fragment$L(ctx) {
|
|
10152
10152
|
c() {
|
10153
10153
|
div = element("div");
|
10154
10154
|
create_component(button.$$.fragment);
|
10155
|
-
attr(div, "class", "icon svelte-
|
10155
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10156
10156
|
},
|
10157
10157
|
m(target, anchor) {
|
10158
10158
|
insert(target, div, anchor);
|
@@ -10194,7 +10194,7 @@ function parseData(dataUrl) {
|
|
10194
10194
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10195
10195
|
}
|
10196
10196
|
|
10197
|
-
function instance$
|
10197
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10198
10198
|
let svg;
|
10199
10199
|
let styleVariables;
|
10200
10200
|
let style;
|
@@ -10242,8 +10242,8 @@ class IconElement extends SvelteComponent {
|
|
10242
10242
|
init(
|
10243
10243
|
this,
|
10244
10244
|
options,
|
10245
|
-
instance$
|
10246
|
-
create_fragment$
|
10245
|
+
instance$O,
|
10246
|
+
create_fragment$O,
|
10247
10247
|
safe_not_equal,
|
10248
10248
|
{
|
10249
10249
|
icon: 4,
|
@@ -10253,18 +10253,18 @@ class IconElement extends SvelteComponent {
|
|
10253
10253
|
color: 6,
|
10254
10254
|
_style: 7
|
10255
10255
|
},
|
10256
|
-
add_css$
|
10256
|
+
add_css$g
|
10257
10257
|
);
|
10258
10258
|
}
|
10259
10259
|
}
|
10260
10260
|
|
10261
10261
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10262
10262
|
|
10263
|
-
function add_css$
|
10264
|
-
append_styles(target, "svelte-
|
10263
|
+
function add_css$f(target) {
|
10264
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10265
10265
|
}
|
10266
10266
|
|
10267
|
-
function create_fragment$
|
10267
|
+
function create_fragment$N(ctx) {
|
10268
10268
|
let div;
|
10269
10269
|
let switch_instance;
|
10270
10270
|
let current;
|
@@ -10287,7 +10287,7 @@ function create_fragment$K(ctx) {
|
|
10287
10287
|
c() {
|
10288
10288
|
div = element("div");
|
10289
10289
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10290
|
-
attr(div, "class", "codeElement svelte-
|
10290
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10291
10291
|
attr(div, "style", /*style*/ ctx[3]);
|
10292
10292
|
},
|
10293
10293
|
m(target, anchor) {
|
@@ -10344,7 +10344,7 @@ function create_fragment$K(ctx) {
|
|
10344
10344
|
};
|
10345
10345
|
}
|
10346
10346
|
|
10347
|
-
function instance$
|
10347
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10348
10348
|
let $data,
|
10349
10349
|
$$unsubscribe_data = noop,
|
10350
10350
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10369,17 +10369,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10369
10369
|
class CodeElement extends SvelteComponent {
|
10370
10370
|
constructor(options) {
|
10371
10371
|
super();
|
10372
|
-
init(this, options, instance$
|
10372
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
|
10373
10373
|
}
|
10374
10374
|
}
|
10375
10375
|
|
10376
10376
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10377
10377
|
|
10378
|
-
function add_css$
|
10379
|
-
append_styles(target, "svelte-
|
10378
|
+
function add_css$e(target) {
|
10379
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10380
10380
|
}
|
10381
10381
|
|
10382
|
-
function create_fragment$
|
10382
|
+
function create_fragment$M(ctx) {
|
10383
10383
|
let div;
|
10384
10384
|
let div_style_value;
|
10385
10385
|
let current;
|
@@ -10390,7 +10390,7 @@ function create_fragment$J(ctx) {
|
|
10390
10390
|
c() {
|
10391
10391
|
div = element("div");
|
10392
10392
|
if (default_slot) default_slot.c();
|
10393
|
-
attr(div, "class", "flex svelte-
|
10393
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10394
10394
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10395
10395
|
},
|
10396
10396
|
m(target, anchor) {
|
@@ -10444,7 +10444,7 @@ function getFlexContext() {
|
|
10444
10444
|
return getContext(FlexContextKey);
|
10445
10445
|
}
|
10446
10446
|
|
10447
|
-
function instance$
|
10447
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10448
10448
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10449
10449
|
let { direction = 'row' } = $$props;
|
10450
10450
|
let { width = '100%' } = $$props;
|
@@ -10470,8 +10470,8 @@ class Flex extends SvelteComponent {
|
|
10470
10470
|
init(
|
10471
10471
|
this,
|
10472
10472
|
options,
|
10473
|
-
instance$
|
10474
|
-
create_fragment$
|
10473
|
+
instance$M,
|
10474
|
+
create_fragment$M,
|
10475
10475
|
safe_not_equal,
|
10476
10476
|
{
|
10477
10477
|
direction: 0,
|
@@ -10479,18 +10479,18 @@ class Flex extends SvelteComponent {
|
|
10479
10479
|
height: 2,
|
10480
10480
|
_style: 3
|
10481
10481
|
},
|
10482
|
-
add_css$
|
10482
|
+
add_css$e
|
10483
10483
|
);
|
10484
10484
|
}
|
10485
10485
|
}
|
10486
10486
|
|
10487
10487
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10488
10488
|
|
10489
|
-
function add_css$
|
10490
|
-
append_styles(target, "svelte-
|
10489
|
+
function add_css$d(target) {
|
10490
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10491
10491
|
}
|
10492
10492
|
|
10493
|
-
function create_fragment$
|
10493
|
+
function create_fragment$L(ctx) {
|
10494
10494
|
let div;
|
10495
10495
|
let current;
|
10496
10496
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10500,7 +10500,7 @@ function create_fragment$I(ctx) {
|
|
10500
10500
|
c() {
|
10501
10501
|
div = element("div");
|
10502
10502
|
if (default_slot) default_slot.c();
|
10503
|
-
attr(div, "class", "flex-item svelte-
|
10503
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10504
10504
|
attr(div, "style", /*style*/ ctx[0]);
|
10505
10505
|
},
|
10506
10506
|
m(target, anchor) {
|
@@ -10548,7 +10548,7 @@ function create_fragment$I(ctx) {
|
|
10548
10548
|
};
|
10549
10549
|
}
|
10550
10550
|
|
10551
|
-
function instance$
|
10551
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10552
10552
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10553
10553
|
let { length } = $$props;
|
10554
10554
|
let { _style = '' } = $$props;
|
@@ -10591,7 +10591,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
10591
10591
|
class FlexItem extends SvelteComponent {
|
10592
10592
|
constructor(options) {
|
10593
10593
|
super();
|
10594
|
-
init(this, options, instance$
|
10594
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
10595
10595
|
}
|
10596
10596
|
}
|
10597
10597
|
|
@@ -10701,7 +10701,7 @@ function create_default_slot_1(ctx) {
|
|
10701
10701
|
}
|
10702
10702
|
|
10703
10703
|
// (106:0) <StateItem {path}>
|
10704
|
-
function create_default_slot$
|
10704
|
+
function create_default_slot$7(ctx) {
|
10705
10705
|
let modal;
|
10706
10706
|
let current;
|
10707
10707
|
|
@@ -10766,14 +10766,14 @@ function create_default_slot$5(ctx) {
|
|
10766
10766
|
};
|
10767
10767
|
}
|
10768
10768
|
|
10769
|
-
function create_fragment$
|
10769
|
+
function create_fragment$K(ctx) {
|
10770
10770
|
let stateitem;
|
10771
10771
|
let current;
|
10772
10772
|
|
10773
10773
|
stateitem = new StateItem({
|
10774
10774
|
props: {
|
10775
10775
|
path: /*path*/ ctx[0],
|
10776
|
-
$$slots: { default: [create_default_slot$
|
10776
|
+
$$slots: { default: [create_default_slot$7] },
|
10777
10777
|
$$scope: { ctx }
|
10778
10778
|
}
|
10779
10779
|
});
|
@@ -10811,7 +10811,7 @@ function create_fragment$H(ctx) {
|
|
10811
10811
|
};
|
10812
10812
|
}
|
10813
10813
|
|
10814
|
-
function instance$
|
10814
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10815
10815
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10816
10816
|
let { path } = $$props;
|
10817
10817
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10882,7 +10882,7 @@ class GridModalState extends SvelteComponent {
|
|
10882
10882
|
constructor(options) {
|
10883
10883
|
super();
|
10884
10884
|
|
10885
|
-
init(this, options, instance$
|
10885
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
10886
10886
|
path: 0,
|
10887
10887
|
onClick: 1,
|
10888
10888
|
clickEventName: 2,
|
@@ -10907,11 +10907,11 @@ class GridModalState extends SvelteComponent {
|
|
10907
10907
|
|
10908
10908
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10909
10909
|
|
10910
|
-
function add_css$
|
10911
|
-
append_styles(target, "svelte-
|
10910
|
+
function add_css$c(target) {
|
10911
|
+
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%}");
|
10912
10912
|
}
|
10913
10913
|
|
10914
|
-
function create_fragment$
|
10914
|
+
function create_fragment$J(ctx) {
|
10915
10915
|
let div1;
|
10916
10916
|
let div0;
|
10917
10917
|
let rendertext;
|
@@ -10924,8 +10924,8 @@ function create_fragment$G(ctx) {
|
|
10924
10924
|
div1 = element("div");
|
10925
10925
|
div0 = element("div");
|
10926
10926
|
create_component(rendertext.$$.fragment);
|
10927
|
-
attr(div0, "class", "text-block-inner svelte-
|
10928
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10927
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
10928
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
10929
10929
|
attr(div1, "style", /*style*/ ctx[2]);
|
10930
10930
|
},
|
10931
10931
|
m(target, anchor) {
|
@@ -10939,7 +10939,7 @@ function create_fragment$G(ctx) {
|
|
10939
10939
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10940
10940
|
rendertext.$set(rendertext_changes);
|
10941
10941
|
|
10942
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
10942
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
10943
10943
|
attr(div1, "class", div1_class_value);
|
10944
10944
|
}
|
10945
10945
|
|
@@ -10963,7 +10963,7 @@ function create_fragment$G(ctx) {
|
|
10963
10963
|
};
|
10964
10964
|
}
|
10965
10965
|
|
10966
|
-
function instance$
|
10966
|
+
function instance$J($$self, $$props, $$invalidate) {
|
10967
10967
|
let style;
|
10968
10968
|
let { text = 'サンプルSample' } = $$props;
|
10969
10969
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10999,8 +10999,8 @@ class TextBlock extends SvelteComponent {
|
|
10999
10999
|
init(
|
11000
11000
|
this,
|
11001
11001
|
options,
|
11002
|
-
instance$
|
11003
|
-
create_fragment$
|
11002
|
+
instance$J,
|
11003
|
+
create_fragment$J,
|
11004
11004
|
safe_not_equal,
|
11005
11005
|
{
|
11006
11006
|
text: 0,
|
@@ -11009,18 +11009,18 @@ class TextBlock extends SvelteComponent {
|
|
11009
11009
|
textDirection: 1,
|
11010
11010
|
_style: 5
|
11011
11011
|
},
|
11012
|
-
add_css$
|
11012
|
+
add_css$c
|
11013
11013
|
);
|
11014
11014
|
}
|
11015
11015
|
}
|
11016
11016
|
|
11017
11017
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11018
11018
|
|
11019
|
-
function add_css$
|
11020
|
-
append_styles(target, "svelte-
|
11019
|
+
function add_css$b(target) {
|
11020
|
+
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)}");
|
11021
11021
|
}
|
11022
11022
|
|
11023
|
-
function create_fragment$
|
11023
|
+
function create_fragment$I(ctx) {
|
11024
11024
|
let div;
|
11025
11025
|
let button;
|
11026
11026
|
let rendertext;
|
@@ -11034,9 +11034,9 @@ function create_fragment$F(ctx) {
|
|
11034
11034
|
div = element("div");
|
11035
11035
|
button = element("button");
|
11036
11036
|
create_component(rendertext.$$.fragment);
|
11037
|
-
attr(button, "class", "text-button svelte-
|
11037
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11038
11038
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11039
|
-
attr(div, "class", "text-button-block svelte-
|
11039
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11040
11040
|
attr(div, "style", /*_style*/ ctx[2]);
|
11041
11041
|
},
|
11042
11042
|
m(target, anchor) {
|
@@ -11081,7 +11081,7 @@ function create_fragment$F(ctx) {
|
|
11081
11081
|
};
|
11082
11082
|
}
|
11083
11083
|
|
11084
|
-
function instance$
|
11084
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11085
11085
|
let { text = 'ボタンラベル' } = $$props;
|
11086
11086
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11087
11087
|
|
@@ -11123,8 +11123,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11123
11123
|
init(
|
11124
11124
|
this,
|
11125
11125
|
options,
|
11126
|
-
instance$
|
11127
|
-
create_fragment$
|
11126
|
+
instance$I,
|
11127
|
+
create_fragment$I,
|
11128
11128
|
safe_not_equal,
|
11129
11129
|
{
|
11130
11130
|
text: 0,
|
@@ -11134,18 +11134,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11134
11134
|
_buttonStyle: 1,
|
11135
11135
|
_style: 2
|
11136
11136
|
},
|
11137
|
-
add_css$
|
11137
|
+
add_css$b
|
11138
11138
|
);
|
11139
11139
|
}
|
11140
11140
|
}
|
11141
11141
|
|
11142
11142
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11143
11143
|
|
11144
|
-
function add_css$
|
11145
|
-
append_styles(target, "svelte-
|
11144
|
+
function add_css$a(target) {
|
11145
|
+
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)}");
|
11146
11146
|
}
|
11147
11147
|
|
11148
|
-
function create_fragment$
|
11148
|
+
function create_fragment$H(ctx) {
|
11149
11149
|
let div;
|
11150
11150
|
let img;
|
11151
11151
|
let img_style_value;
|
@@ -11158,14 +11158,14 @@ function create_fragment$E(ctx) {
|
|
11158
11158
|
c() {
|
11159
11159
|
div = element("div");
|
11160
11160
|
img = element("img");
|
11161
|
-
attr(img, "class", "image svelte-
|
11161
|
+
attr(img, "class", "image svelte-1pdw891");
|
11162
11162
|
attr(img, "loading", "lazy");
|
11163
11163
|
attr(img, "width", "auto");
|
11164
11164
|
attr(img, "height", "auto");
|
11165
11165
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11166
11166
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11167
11167
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11168
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11168
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11169
11169
|
attr(div, "style", /*_style*/ ctx[5]);
|
11170
11170
|
},
|
11171
11171
|
m(target, anchor) {
|
@@ -11190,7 +11190,7 @@ function create_fragment$E(ctx) {
|
|
11190
11190
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11191
11191
|
}
|
11192
11192
|
|
11193
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11193
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11194
11194
|
attr(div, "class", div_class_value);
|
11195
11195
|
}
|
11196
11196
|
|
@@ -11208,7 +11208,7 @@ function create_fragment$E(ctx) {
|
|
11208
11208
|
};
|
11209
11209
|
}
|
11210
11210
|
|
11211
|
-
function instance$
|
11211
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11212
11212
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11213
11213
|
let { alt = 'No Image' } = $$props;
|
11214
11214
|
let { transport = false } = $$props;
|
@@ -11248,8 +11248,8 @@ class ImageBlock extends SvelteComponent {
|
|
11248
11248
|
init(
|
11249
11249
|
this,
|
11250
11250
|
options,
|
11251
|
-
instance$
|
11252
|
-
create_fragment$
|
11251
|
+
instance$H,
|
11252
|
+
create_fragment$H,
|
11253
11253
|
safe_not_equal,
|
11254
11254
|
{
|
11255
11255
|
src: 0,
|
@@ -11261,7 +11261,7 @@ class ImageBlock extends SvelteComponent {
|
|
11261
11261
|
_imageStyle: 4,
|
11262
11262
|
_style: 5
|
11263
11263
|
},
|
11264
|
-
add_css$
|
11264
|
+
add_css$a
|
11265
11265
|
);
|
11266
11266
|
}
|
11267
11267
|
}
|
@@ -11358,11 +11358,16 @@ const toCssShadow = (p) => {
|
|
11358
11358
|
boxShadow: p?.shadow,
|
11359
11359
|
};
|
11360
11360
|
};
|
11361
|
+
const toCssOverflow = (p) => {
|
11362
|
+
return {
|
11363
|
+
overflow: p?.overflow,
|
11364
|
+
};
|
11365
|
+
};
|
11361
11366
|
|
11362
11367
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11363
11368
|
|
11364
|
-
function add_css$
|
11365
|
-
append_styles(target, "svelte-
|
11369
|
+
function add_css$9(target) {
|
11370
|
+
append_styles(target, "svelte-12c4e5i", ".clickable.svelte-12c4e5i:link,.clickable.svelte-12c4e5i:visited,.clickable.svelte-12c4e5i:active,.clickable.svelte-12c4e5i:hover{color:inherit}.clickable.svelte-12c4e5i:enabled{cursor:pointer}.clickable.svelte-12c4e5i{text-decoration:none}");
|
11366
11371
|
}
|
11367
11372
|
|
11368
11373
|
// (40:0) {:else}
|
@@ -11392,7 +11397,7 @@ function create_else_block$1(ctx) {
|
|
11392
11397
|
button = element("button");
|
11393
11398
|
if (default_slot) default_slot.c();
|
11394
11399
|
set_attributes(button, button_data);
|
11395
|
-
toggle_class(button, "svelte-
|
11400
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11396
11401
|
},
|
11397
11402
|
m(target, anchor) {
|
11398
11403
|
insert(target, button, anchor);
|
@@ -11432,7 +11437,7 @@ function create_else_block$1(ctx) {
|
|
11432
11437
|
dataAttrStopPropagation('click')
|
11433
11438
|
]));
|
11434
11439
|
|
11435
|
-
toggle_class(button, "svelte-
|
11440
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11436
11441
|
},
|
11437
11442
|
i(local) {
|
11438
11443
|
if (current) return;
|
@@ -11465,7 +11470,7 @@ function create_if_block_1$1(ctx) {
|
|
11465
11470
|
div = element("div");
|
11466
11471
|
if (default_slot) default_slot.c();
|
11467
11472
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11468
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11473
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
11469
11474
|
attr(div, "style", /*style*/ ctx[1]);
|
11470
11475
|
},
|
11471
11476
|
m(target, anchor) {
|
@@ -11497,7 +11502,7 @@ function create_if_block_1$1(ctx) {
|
|
11497
11502
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11498
11503
|
}
|
11499
11504
|
|
11500
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11505
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
11501
11506
|
attr(div, "class", div_class_value);
|
11502
11507
|
}
|
11503
11508
|
|
@@ -11522,7 +11527,7 @@ function create_if_block_1$1(ctx) {
|
|
11522
11527
|
}
|
11523
11528
|
|
11524
11529
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
11525
|
-
function create_if_block$
|
11530
|
+
function create_if_block$7(ctx) {
|
11526
11531
|
let a;
|
11527
11532
|
let a_href_value;
|
11528
11533
|
let a_target_value;
|
@@ -11558,7 +11563,7 @@ function create_if_block$6(ctx) {
|
|
11558
11563
|
a = element("a");
|
11559
11564
|
if (default_slot) default_slot.c();
|
11560
11565
|
set_attributes(a, a_data);
|
11561
|
-
toggle_class(a, "svelte-
|
11566
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11562
11567
|
},
|
11563
11568
|
m(target, anchor) {
|
11564
11569
|
insert(target, a, anchor);
|
@@ -11601,7 +11606,7 @@ function create_if_block$6(ctx) {
|
|
11601
11606
|
dataAttrStopPropagation('click')
|
11602
11607
|
]));
|
11603
11608
|
|
11604
|
-
toggle_class(a, "svelte-
|
11609
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11605
11610
|
},
|
11606
11611
|
i(local) {
|
11607
11612
|
if (current) return;
|
@@ -11621,12 +11626,12 @@ function create_if_block$6(ctx) {
|
|
11621
11626
|
};
|
11622
11627
|
}
|
11623
11628
|
|
11624
|
-
function create_fragment$
|
11629
|
+
function create_fragment$G(ctx) {
|
11625
11630
|
let current_block_type_index;
|
11626
11631
|
let if_block;
|
11627
11632
|
let if_block_anchor;
|
11628
11633
|
let current;
|
11629
|
-
const if_block_creators = [create_if_block$
|
11634
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
11630
11635
|
const if_blocks = [];
|
11631
11636
|
|
11632
11637
|
function select_block_type(ctx, dirty) {
|
@@ -11693,7 +11698,7 @@ function create_fragment$D(ctx) {
|
|
11693
11698
|
|
11694
11699
|
const CLICKABLE_CLASS = 'clickable';
|
11695
11700
|
|
11696
|
-
function instance$
|
11701
|
+
function instance$G($$self, $$props, $$invalidate) {
|
11697
11702
|
let fixedClass;
|
11698
11703
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11699
11704
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11748,8 +11753,8 @@ class Clickable extends SvelteComponent {
|
|
11748
11753
|
init(
|
11749
11754
|
this,
|
11750
11755
|
options,
|
11751
|
-
instance$
|
11752
|
-
create_fragment$
|
11756
|
+
instance$G,
|
11757
|
+
create_fragment$G,
|
11753
11758
|
safe_not_equal,
|
11754
11759
|
{
|
11755
11760
|
onClick: 0,
|
@@ -11759,14 +11764,14 @@ class Clickable extends SvelteComponent {
|
|
11759
11764
|
layerId: 2,
|
11760
11765
|
className: 7
|
11761
11766
|
},
|
11762
|
-
add_css$
|
11767
|
+
add_css$9
|
11763
11768
|
);
|
11764
11769
|
}
|
11765
11770
|
}
|
11766
11771
|
|
11767
11772
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11768
11773
|
|
11769
|
-
function create_default_slot$
|
11774
|
+
function create_default_slot$6(ctx) {
|
11770
11775
|
let img;
|
11771
11776
|
let img_src_value;
|
11772
11777
|
let img_alt_value;
|
@@ -11800,7 +11805,7 @@ function create_default_slot$4(ctx) {
|
|
11800
11805
|
};
|
11801
11806
|
}
|
11802
11807
|
|
11803
|
-
function create_fragment$
|
11808
|
+
function create_fragment$F(ctx) {
|
11804
11809
|
let clickable;
|
11805
11810
|
let current;
|
11806
11811
|
|
@@ -11811,7 +11816,7 @@ function create_fragment$C(ctx) {
|
|
11811
11816
|
onClick: /*props*/ ctx[0].onClick,
|
11812
11817
|
eventName: /*props*/ ctx[0].eventName,
|
11813
11818
|
eventValue: /*props*/ ctx[0].eventValue,
|
11814
|
-
$$slots: { default: [create_default_slot$
|
11819
|
+
$$slots: { default: [create_default_slot$6] },
|
11815
11820
|
$$scope: { ctx }
|
11816
11821
|
}
|
11817
11822
|
});
|
@@ -11853,7 +11858,7 @@ function create_fragment$C(ctx) {
|
|
11853
11858
|
};
|
11854
11859
|
}
|
11855
11860
|
|
11856
|
-
function instance$
|
11861
|
+
function instance$F($$self, $$props, $$invalidate) {
|
11857
11862
|
let style;
|
11858
11863
|
let imgStyle;
|
11859
11864
|
let { props = {} } = $$props;
|
@@ -11902,7 +11907,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
11902
11907
|
class Avatar extends SvelteComponent {
|
11903
11908
|
constructor(options) {
|
11904
11909
|
super();
|
11905
|
-
init(this, options, instance$
|
11910
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
11906
11911
|
}
|
11907
11912
|
}
|
11908
11913
|
|
@@ -11927,8 +11932,13 @@ const BUTTON_SIZE = {
|
|
11927
11932
|
};
|
11928
11933
|
const BUTTON_THEME = {
|
11929
11934
|
default: 'デフォルト',
|
11930
|
-
|
11935
|
+
primary: 'プライマリー',
|
11936
|
+
secondary: 'セカンダリー',
|
11937
|
+
success: 'サクセス',
|
11938
|
+
warning: 'ワーニング',
|
11931
11939
|
alert: 'アラート',
|
11940
|
+
info: 'インフォ',
|
11941
|
+
neutral: 'ニュートラル',
|
11932
11942
|
transparent: '背景なし',
|
11933
11943
|
};
|
11934
11944
|
const BUTTON_ROUND = {
|
@@ -11955,7 +11965,7 @@ const buttonPropsDefault = {
|
|
11955
11965
|
|
11956
11966
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11957
11967
|
|
11958
|
-
function create_fragment$
|
11968
|
+
function create_fragment$E(ctx) {
|
11959
11969
|
let svg;
|
11960
11970
|
let path;
|
11961
11971
|
|
@@ -11987,7 +11997,7 @@ function create_fragment$B(ctx) {
|
|
11987
11997
|
};
|
11988
11998
|
}
|
11989
11999
|
|
11990
|
-
function instance$
|
12000
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11991
12001
|
let { color } = $$props;
|
11992
12002
|
|
11993
12003
|
$$self.$$set = $$props => {
|
@@ -12000,13 +12010,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12000
12010
|
class IconArrowDown extends SvelteComponent {
|
12001
12011
|
constructor(options) {
|
12002
12012
|
super();
|
12003
|
-
init(this, options, instance$
|
12013
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12004
12014
|
}
|
12005
12015
|
}
|
12006
12016
|
|
12007
12017
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12008
12018
|
|
12009
|
-
function create_fragment$
|
12019
|
+
function create_fragment$D(ctx) {
|
12010
12020
|
let svg;
|
12011
12021
|
let path;
|
12012
12022
|
|
@@ -12038,7 +12048,7 @@ function create_fragment$A(ctx) {
|
|
12038
12048
|
};
|
12039
12049
|
}
|
12040
12050
|
|
12041
|
-
function instance$
|
12051
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12042
12052
|
let { color } = $$props;
|
12043
12053
|
|
12044
12054
|
$$self.$$set = $$props => {
|
@@ -12051,13 +12061,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12051
12061
|
class IconArrowUp extends SvelteComponent {
|
12052
12062
|
constructor(options) {
|
12053
12063
|
super();
|
12054
|
-
init(this, options, instance$
|
12064
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12055
12065
|
}
|
12056
12066
|
}
|
12057
12067
|
|
12058
12068
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12059
12069
|
|
12060
|
-
function create_fragment$
|
12070
|
+
function create_fragment$C(ctx) {
|
12061
12071
|
let svg;
|
12062
12072
|
let path;
|
12063
12073
|
|
@@ -12089,7 +12099,7 @@ function create_fragment$z(ctx) {
|
|
12089
12099
|
};
|
12090
12100
|
}
|
12091
12101
|
|
12092
|
-
function instance$
|
12102
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12093
12103
|
let { color } = $$props;
|
12094
12104
|
|
12095
12105
|
$$self.$$set = $$props => {
|
@@ -12102,13 +12112,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12102
12112
|
class IconUsers extends SvelteComponent {
|
12103
12113
|
constructor(options) {
|
12104
12114
|
super();
|
12105
|
-
init(this, options, instance$
|
12115
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12106
12116
|
}
|
12107
12117
|
}
|
12108
12118
|
|
12109
12119
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12110
12120
|
|
12111
|
-
function create_fragment$
|
12121
|
+
function create_fragment$B(ctx) {
|
12112
12122
|
let svg;
|
12113
12123
|
let path;
|
12114
12124
|
|
@@ -12140,7 +12150,7 @@ function create_fragment$y(ctx) {
|
|
12140
12150
|
};
|
12141
12151
|
}
|
12142
12152
|
|
12143
|
-
function instance$
|
12153
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12144
12154
|
let { color } = $$props;
|
12145
12155
|
|
12146
12156
|
$$self.$$set = $$props => {
|
@@ -12153,13 +12163,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12153
12163
|
class IconArrowLeft extends SvelteComponent {
|
12154
12164
|
constructor(options) {
|
12155
12165
|
super();
|
12156
|
-
init(this, options, instance$
|
12166
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12157
12167
|
}
|
12158
12168
|
}
|
12159
12169
|
|
12160
12170
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12161
12171
|
|
12162
|
-
function create_fragment$
|
12172
|
+
function create_fragment$A(ctx) {
|
12163
12173
|
let svg;
|
12164
12174
|
let path;
|
12165
12175
|
|
@@ -12191,7 +12201,7 @@ function create_fragment$x(ctx) {
|
|
12191
12201
|
};
|
12192
12202
|
}
|
12193
12203
|
|
12194
|
-
function instance$
|
12204
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12195
12205
|
let { color } = $$props;
|
12196
12206
|
|
12197
12207
|
$$self.$$set = $$props => {
|
@@ -12204,13 +12214,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12204
12214
|
class IconArrowRight extends SvelteComponent {
|
12205
12215
|
constructor(options) {
|
12206
12216
|
super();
|
12207
|
-
init(this, options, instance$
|
12217
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12208
12218
|
}
|
12209
12219
|
}
|
12210
12220
|
|
12211
12221
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12212
12222
|
|
12213
|
-
function create_fragment$
|
12223
|
+
function create_fragment$z(ctx) {
|
12214
12224
|
let svg;
|
12215
12225
|
let path;
|
12216
12226
|
|
@@ -12242,7 +12252,7 @@ function create_fragment$w(ctx) {
|
|
12242
12252
|
};
|
12243
12253
|
}
|
12244
12254
|
|
12245
|
-
function instance$
|
12255
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12246
12256
|
let { color } = $$props;
|
12247
12257
|
|
12248
12258
|
$$self.$$set = $$props => {
|
@@ -12255,13 +12265,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12255
12265
|
class IconBell extends SvelteComponent {
|
12256
12266
|
constructor(options) {
|
12257
12267
|
super();
|
12258
|
-
init(this, options, instance$
|
12268
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12259
12269
|
}
|
12260
12270
|
}
|
12261
12271
|
|
12262
12272
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
12263
12273
|
|
12264
|
-
function create_fragment$
|
12274
|
+
function create_fragment$y(ctx) {
|
12265
12275
|
let svg;
|
12266
12276
|
let path;
|
12267
12277
|
|
@@ -12293,7 +12303,7 @@ function create_fragment$v(ctx) {
|
|
12293
12303
|
};
|
12294
12304
|
}
|
12295
12305
|
|
12296
|
-
function instance$
|
12306
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12297
12307
|
let { color } = $$props;
|
12298
12308
|
|
12299
12309
|
$$self.$$set = $$props => {
|
@@ -12306,13 +12316,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
12306
12316
|
class IconArrowUpFromSquare extends SvelteComponent {
|
12307
12317
|
constructor(options) {
|
12308
12318
|
super();
|
12309
|
-
init(this, options, instance$
|
12319
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12310
12320
|
}
|
12311
12321
|
}
|
12312
12322
|
|
12313
12323
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
12314
12324
|
|
12315
|
-
function create_fragment$
|
12325
|
+
function create_fragment$x(ctx) {
|
12316
12326
|
let svg;
|
12317
12327
|
let path;
|
12318
12328
|
|
@@ -12344,7 +12354,7 @@ function create_fragment$u(ctx) {
|
|
12344
12354
|
};
|
12345
12355
|
}
|
12346
12356
|
|
12347
|
-
function instance$
|
12357
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12348
12358
|
let { color } = $$props;
|
12349
12359
|
|
12350
12360
|
$$self.$$set = $$props => {
|
@@ -12357,13 +12367,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
12357
12367
|
class IconTicket extends SvelteComponent {
|
12358
12368
|
constructor(options) {
|
12359
12369
|
super();
|
12360
|
-
init(this, options, instance$
|
12370
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12361
12371
|
}
|
12362
12372
|
}
|
12363
12373
|
|
12364
12374
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
12365
12375
|
|
12366
|
-
function create_fragment$
|
12376
|
+
function create_fragment$w(ctx) {
|
12367
12377
|
let svg;
|
12368
12378
|
let path;
|
12369
12379
|
|
@@ -12395,7 +12405,7 @@ function create_fragment$t(ctx) {
|
|
12395
12405
|
};
|
12396
12406
|
}
|
12397
12407
|
|
12398
|
-
function instance$
|
12408
|
+
function instance$w($$self, $$props, $$invalidate) {
|
12399
12409
|
let { color } = $$props;
|
12400
12410
|
|
12401
12411
|
$$self.$$set = $$props => {
|
@@ -12408,13 +12418,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
12408
12418
|
class IconTrack extends SvelteComponent {
|
12409
12419
|
constructor(options) {
|
12410
12420
|
super();
|
12411
|
-
init(this, options, instance$
|
12421
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
12412
12422
|
}
|
12413
12423
|
}
|
12414
12424
|
|
12415
12425
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
12416
12426
|
|
12417
|
-
function create_fragment$
|
12427
|
+
function create_fragment$v(ctx) {
|
12418
12428
|
let svg;
|
12419
12429
|
let path;
|
12420
12430
|
|
@@ -12446,7 +12456,7 @@ function create_fragment$s(ctx) {
|
|
12446
12456
|
};
|
12447
12457
|
}
|
12448
12458
|
|
12449
|
-
function instance$
|
12459
|
+
function instance$v($$self, $$props, $$invalidate) {
|
12450
12460
|
let { color } = $$props;
|
12451
12461
|
|
12452
12462
|
$$self.$$set = $$props => {
|
@@ -12459,13 +12469,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
12459
12469
|
class IconCartShopping extends SvelteComponent {
|
12460
12470
|
constructor(options) {
|
12461
12471
|
super();
|
12462
|
-
init(this, options, instance$
|
12472
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
12463
12473
|
}
|
12464
12474
|
}
|
12465
12475
|
|
12466
12476
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
12467
12477
|
|
12468
|
-
function create_fragment$
|
12478
|
+
function create_fragment$u(ctx) {
|
12469
12479
|
let svg;
|
12470
12480
|
let path;
|
12471
12481
|
|
@@ -12497,7 +12507,7 @@ function create_fragment$r(ctx) {
|
|
12497
12507
|
};
|
12498
12508
|
}
|
12499
12509
|
|
12500
|
-
function instance$
|
12510
|
+
function instance$u($$self, $$props, $$invalidate) {
|
12501
12511
|
let { color } = $$props;
|
12502
12512
|
|
12503
12513
|
$$self.$$set = $$props => {
|
@@ -12510,13 +12520,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
12510
12520
|
class IconCircle extends SvelteComponent {
|
12511
12521
|
constructor(options) {
|
12512
12522
|
super();
|
12513
|
-
init(this, options, instance$
|
12523
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
12514
12524
|
}
|
12515
12525
|
}
|
12516
12526
|
|
12517
12527
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
12518
12528
|
|
12519
|
-
function create_fragment$
|
12529
|
+
function create_fragment$t(ctx) {
|
12520
12530
|
let svg;
|
12521
12531
|
let path;
|
12522
12532
|
|
@@ -12548,7 +12558,7 @@ function create_fragment$q(ctx) {
|
|
12548
12558
|
};
|
12549
12559
|
}
|
12550
12560
|
|
12551
|
-
function instance$
|
12561
|
+
function instance$t($$self, $$props, $$invalidate) {
|
12552
12562
|
let { color } = $$props;
|
12553
12563
|
|
12554
12564
|
$$self.$$set = $$props => {
|
@@ -12561,13 +12571,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
12561
12571
|
class IconCircleQuestion extends SvelteComponent {
|
12562
12572
|
constructor(options) {
|
12563
12573
|
super();
|
12564
|
-
init(this, options, instance$
|
12574
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
12565
12575
|
}
|
12566
12576
|
}
|
12567
12577
|
|
12568
12578
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
12569
12579
|
|
12570
|
-
function create_fragment$
|
12580
|
+
function create_fragment$s(ctx) {
|
12571
12581
|
let svg;
|
12572
12582
|
let path;
|
12573
12583
|
|
@@ -12599,7 +12609,7 @@ function create_fragment$p(ctx) {
|
|
12599
12609
|
};
|
12600
12610
|
}
|
12601
12611
|
|
12602
|
-
function instance$
|
12612
|
+
function instance$s($$self, $$props, $$invalidate) {
|
12603
12613
|
let { color } = $$props;
|
12604
12614
|
|
12605
12615
|
$$self.$$set = $$props => {
|
@@ -12612,13 +12622,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
12612
12622
|
class IconCheck extends SvelteComponent {
|
12613
12623
|
constructor(options) {
|
12614
12624
|
super();
|
12615
|
-
init(this, options, instance$
|
12625
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
12616
12626
|
}
|
12617
12627
|
}
|
12618
12628
|
|
12619
12629
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
12620
12630
|
|
12621
|
-
function create_fragment$
|
12631
|
+
function create_fragment$r(ctx) {
|
12622
12632
|
let svg;
|
12623
12633
|
let path;
|
12624
12634
|
|
@@ -12650,7 +12660,7 @@ function create_fragment$o(ctx) {
|
|
12650
12660
|
};
|
12651
12661
|
}
|
12652
12662
|
|
12653
|
-
function instance$
|
12663
|
+
function instance$r($$self, $$props, $$invalidate) {
|
12654
12664
|
let { color } = $$props;
|
12655
12665
|
|
12656
12666
|
$$self.$$set = $$props => {
|
@@ -12663,13 +12673,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
12663
12673
|
class IconXMark extends SvelteComponent {
|
12664
12674
|
constructor(options) {
|
12665
12675
|
super();
|
12666
|
-
init(this, options, instance$
|
12676
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
12667
12677
|
}
|
12668
12678
|
}
|
12669
12679
|
|
12670
12680
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
12671
12681
|
|
12672
|
-
function create_fragment$
|
12682
|
+
function create_fragment$q(ctx) {
|
12673
12683
|
let svg;
|
12674
12684
|
let path;
|
12675
12685
|
|
@@ -12701,7 +12711,7 @@ function create_fragment$n(ctx) {
|
|
12701
12711
|
};
|
12702
12712
|
}
|
12703
12713
|
|
12704
|
-
function instance$
|
12714
|
+
function instance$q($$self, $$props, $$invalidate) {
|
12705
12715
|
let { color } = $$props;
|
12706
12716
|
|
12707
12717
|
$$self.$$set = $$props => {
|
@@ -12714,13 +12724,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
12714
12724
|
class IconPaperPlane extends SvelteComponent {
|
12715
12725
|
constructor(options) {
|
12716
12726
|
super();
|
12717
|
-
init(this, options, instance$
|
12727
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
12718
12728
|
}
|
12719
12729
|
}
|
12720
12730
|
|
12721
12731
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12722
12732
|
|
12723
|
-
function create_fragment$
|
12733
|
+
function create_fragment$p(ctx) {
|
12724
12734
|
let svg;
|
12725
12735
|
let path;
|
12726
12736
|
|
@@ -12752,7 +12762,7 @@ function create_fragment$m(ctx) {
|
|
12752
12762
|
};
|
12753
12763
|
}
|
12754
12764
|
|
12755
|
-
function instance$
|
12765
|
+
function instance$p($$self, $$props, $$invalidate) {
|
12756
12766
|
let { color } = $$props;
|
12757
12767
|
|
12758
12768
|
$$self.$$set = $$props => {
|
@@ -12765,13 +12775,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
12765
12775
|
class IconCopy extends SvelteComponent {
|
12766
12776
|
constructor(options) {
|
12767
12777
|
super();
|
12768
|
-
init(this, options, instance$
|
12778
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
12769
12779
|
}
|
12770
12780
|
}
|
12771
12781
|
|
12772
12782
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12773
12783
|
|
12774
|
-
function create_fragment$
|
12784
|
+
function create_fragment$o(ctx) {
|
12775
12785
|
let svg;
|
12776
12786
|
let path;
|
12777
12787
|
|
@@ -12803,7 +12813,7 @@ function create_fragment$l(ctx) {
|
|
12803
12813
|
};
|
12804
12814
|
}
|
12805
12815
|
|
12806
|
-
function instance$
|
12816
|
+
function instance$o($$self, $$props, $$invalidate) {
|
12807
12817
|
let { color } = $$props;
|
12808
12818
|
|
12809
12819
|
$$self.$$set = $$props => {
|
@@ -12816,13 +12826,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
12816
12826
|
class IconCircleXMark extends SvelteComponent {
|
12817
12827
|
constructor(options) {
|
12818
12828
|
super();
|
12819
|
-
init(this, options, instance$
|
12829
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
12820
12830
|
}
|
12821
12831
|
}
|
12822
12832
|
|
12823
12833
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12824
12834
|
|
12825
|
-
function create_fragment$
|
12835
|
+
function create_fragment$n(ctx) {
|
12826
12836
|
let svg;
|
12827
12837
|
let path;
|
12828
12838
|
|
@@ -12854,7 +12864,7 @@ function create_fragment$k(ctx) {
|
|
12854
12864
|
};
|
12855
12865
|
}
|
12856
12866
|
|
12857
|
-
function instance$
|
12867
|
+
function instance$n($$self, $$props, $$invalidate) {
|
12858
12868
|
let { color } = $$props;
|
12859
12869
|
|
12860
12870
|
$$self.$$set = $$props => {
|
@@ -12867,13 +12877,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
12867
12877
|
class IconHeart extends SvelteComponent {
|
12868
12878
|
constructor(options) {
|
12869
12879
|
super();
|
12870
|
-
init(this, options, instance$
|
12880
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
12871
12881
|
}
|
12872
12882
|
}
|
12873
12883
|
|
12874
12884
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12875
12885
|
|
12876
|
-
function create_fragment$
|
12886
|
+
function create_fragment$m(ctx) {
|
12877
12887
|
let svg;
|
12878
12888
|
let path;
|
12879
12889
|
|
@@ -12905,7 +12915,7 @@ function create_fragment$j(ctx) {
|
|
12905
12915
|
};
|
12906
12916
|
}
|
12907
12917
|
|
12908
|
-
function instance$
|
12918
|
+
function instance$m($$self, $$props, $$invalidate) {
|
12909
12919
|
let { color } = $$props;
|
12910
12920
|
|
12911
12921
|
$$self.$$set = $$props => {
|
@@ -12918,13 +12928,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
12918
12928
|
class IconMagnifyingGrass extends SvelteComponent {
|
12919
12929
|
constructor(options) {
|
12920
12930
|
super();
|
12921
|
-
init(this, options, instance$
|
12931
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
12922
12932
|
}
|
12923
12933
|
}
|
12924
12934
|
|
12925
12935
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12926
12936
|
|
12927
|
-
function create_fragment$
|
12937
|
+
function create_fragment$l(ctx) {
|
12928
12938
|
let svg;
|
12929
12939
|
let path;
|
12930
12940
|
|
@@ -12956,7 +12966,7 @@ function create_fragment$i(ctx) {
|
|
12956
12966
|
};
|
12957
12967
|
}
|
12958
12968
|
|
12959
|
-
function instance$
|
12969
|
+
function instance$l($$self, $$props, $$invalidate) {
|
12960
12970
|
let { color } = $$props;
|
12961
12971
|
|
12962
12972
|
$$self.$$set = $$props => {
|
@@ -12969,13 +12979,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
12969
12979
|
class IconStar extends SvelteComponent {
|
12970
12980
|
constructor(options) {
|
12971
12981
|
super();
|
12972
|
-
init(this, options, instance$
|
12982
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
12973
12983
|
}
|
12974
12984
|
}
|
12975
12985
|
|
12976
12986
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12977
12987
|
|
12978
|
-
function create_fragment$
|
12988
|
+
function create_fragment$k(ctx) {
|
12979
12989
|
let svg;
|
12980
12990
|
let path;
|
12981
12991
|
|
@@ -13007,7 +13017,7 @@ function create_fragment$h(ctx) {
|
|
13007
13017
|
};
|
13008
13018
|
}
|
13009
13019
|
|
13010
|
-
function instance$
|
13020
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13011
13021
|
let { color } = $$props;
|
13012
13022
|
|
13013
13023
|
$$self.$$set = $$props => {
|
@@ -13020,13 +13030,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13020
13030
|
class IconCircleInfo extends SvelteComponent {
|
13021
13031
|
constructor(options) {
|
13022
13032
|
super();
|
13023
|
-
init(this, options, instance$
|
13033
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13024
13034
|
}
|
13025
13035
|
}
|
13026
13036
|
|
13027
13037
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13028
13038
|
|
13029
|
-
function create_fragment$
|
13039
|
+
function create_fragment$j(ctx) {
|
13030
13040
|
let svg;
|
13031
13041
|
let path;
|
13032
13042
|
|
@@ -13058,7 +13068,7 @@ function create_fragment$g(ctx) {
|
|
13058
13068
|
};
|
13059
13069
|
}
|
13060
13070
|
|
13061
|
-
function instance$
|
13071
|
+
function instance$j($$self, $$props, $$invalidate) {
|
13062
13072
|
let { color } = $$props;
|
13063
13073
|
|
13064
13074
|
$$self.$$set = $$props => {
|
@@ -13071,13 +13081,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13071
13081
|
class IconEnvelope extends SvelteComponent {
|
13072
13082
|
constructor(options) {
|
13073
13083
|
super();
|
13074
|
-
init(this, options, instance$
|
13084
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
13075
13085
|
}
|
13076
13086
|
}
|
13077
13087
|
|
13078
13088
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
13079
13089
|
|
13080
|
-
function create_fragment$
|
13090
|
+
function create_fragment$i(ctx) {
|
13081
13091
|
let svg;
|
13082
13092
|
let path;
|
13083
13093
|
|
@@ -13109,7 +13119,7 @@ function create_fragment$f(ctx) {
|
|
13109
13119
|
};
|
13110
13120
|
}
|
13111
13121
|
|
13112
|
-
function instance$
|
13122
|
+
function instance$i($$self, $$props, $$invalidate) {
|
13113
13123
|
let { color } = $$props;
|
13114
13124
|
|
13115
13125
|
$$self.$$set = $$props => {
|
@@ -13122,13 +13132,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
13122
13132
|
class IconGift extends SvelteComponent {
|
13123
13133
|
constructor(options) {
|
13124
13134
|
super();
|
13125
|
-
init(this, options, instance$
|
13135
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
13126
13136
|
}
|
13127
13137
|
}
|
13128
13138
|
|
13129
13139
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
13130
13140
|
|
13131
|
-
function create_fragment$
|
13141
|
+
function create_fragment$h(ctx) {
|
13132
13142
|
let svg;
|
13133
13143
|
let path;
|
13134
13144
|
|
@@ -13160,7 +13170,7 @@ function create_fragment$e(ctx) {
|
|
13160
13170
|
};
|
13161
13171
|
}
|
13162
13172
|
|
13163
|
-
function instance$
|
13173
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13164
13174
|
let { color } = $$props;
|
13165
13175
|
|
13166
13176
|
$$self.$$set = $$props => {
|
@@ -13173,13 +13183,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
13173
13183
|
class IconPaperclip extends SvelteComponent {
|
13174
13184
|
constructor(options) {
|
13175
13185
|
super();
|
13176
|
-
init(this, options, instance$
|
13186
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13177
13187
|
}
|
13178
13188
|
}
|
13179
13189
|
|
13180
13190
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
13181
13191
|
|
13182
|
-
function create_fragment$
|
13192
|
+
function create_fragment$g(ctx) {
|
13183
13193
|
let svg;
|
13184
13194
|
let path;
|
13185
13195
|
|
@@ -13211,7 +13221,7 @@ function create_fragment$d(ctx) {
|
|
13211
13221
|
};
|
13212
13222
|
}
|
13213
13223
|
|
13214
|
-
function instance$
|
13224
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13215
13225
|
let { color } = $$props;
|
13216
13226
|
|
13217
13227
|
$$self.$$set = $$props => {
|
@@ -13224,13 +13234,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
13224
13234
|
class IconFire extends SvelteComponent {
|
13225
13235
|
constructor(options) {
|
13226
13236
|
super();
|
13227
|
-
init(this, options, instance$
|
13237
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
13228
13238
|
}
|
13229
13239
|
}
|
13230
13240
|
|
13231
13241
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
13232
13242
|
|
13233
|
-
function create_fragment$
|
13243
|
+
function create_fragment$f(ctx) {
|
13234
13244
|
let svg;
|
13235
13245
|
let path;
|
13236
13246
|
|
@@ -13262,7 +13272,7 @@ function create_fragment$c(ctx) {
|
|
13262
13272
|
};
|
13263
13273
|
}
|
13264
13274
|
|
13265
|
-
function instance$
|
13275
|
+
function instance$f($$self, $$props, $$invalidate) {
|
13266
13276
|
let { color } = $$props;
|
13267
13277
|
|
13268
13278
|
$$self.$$set = $$props => {
|
@@ -13275,13 +13285,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
13275
13285
|
class IconLink extends SvelteComponent {
|
13276
13286
|
constructor(options) {
|
13277
13287
|
super();
|
13278
|
-
init(this, options, instance$
|
13288
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
13279
13289
|
}
|
13280
13290
|
}
|
13281
13291
|
|
13282
13292
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
13283
13293
|
|
13284
|
-
function create_fragment$
|
13294
|
+
function create_fragment$e(ctx) {
|
13285
13295
|
let svg;
|
13286
13296
|
let path;
|
13287
13297
|
|
@@ -13313,7 +13323,7 @@ function create_fragment$b(ctx) {
|
|
13313
13323
|
};
|
13314
13324
|
}
|
13315
13325
|
|
13316
|
-
function instance$
|
13326
|
+
function instance$e($$self, $$props, $$invalidate) {
|
13317
13327
|
let { color } = $$props;
|
13318
13328
|
|
13319
13329
|
$$self.$$set = $$props => {
|
@@ -13326,13 +13336,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
13326
13336
|
class IconBuildings extends SvelteComponent {
|
13327
13337
|
constructor(options) {
|
13328
13338
|
super();
|
13329
|
-
init(this, options, instance$
|
13339
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
13330
13340
|
}
|
13331
13341
|
}
|
13332
13342
|
|
13333
13343
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
13334
13344
|
|
13335
|
-
function create_fragment$
|
13345
|
+
function create_fragment$d(ctx) {
|
13336
13346
|
let svg;
|
13337
13347
|
let path;
|
13338
13348
|
|
@@ -13364,7 +13374,7 @@ function create_fragment$a(ctx) {
|
|
13364
13374
|
};
|
13365
13375
|
}
|
13366
13376
|
|
13367
|
-
function instance$
|
13377
|
+
function instance$d($$self, $$props, $$invalidate) {
|
13368
13378
|
let { color } = $$props;
|
13369
13379
|
|
13370
13380
|
$$self.$$set = $$props => {
|
@@ -13377,14 +13387,116 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
13377
13387
|
class IconChevronsRight extends SvelteComponent {
|
13378
13388
|
constructor(options) {
|
13379
13389
|
super();
|
13380
|
-
init(this, options, instance$
|
13390
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
13381
13391
|
}
|
13382
13392
|
}
|
13383
13393
|
|
13384
|
-
|
13385
|
-
|
13386
|
-
|
13387
|
-
|
13394
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
13395
|
+
|
13396
|
+
function create_fragment$c(ctx) {
|
13397
|
+
let svg;
|
13398
|
+
let path;
|
13399
|
+
|
13400
|
+
return {
|
13401
|
+
c() {
|
13402
|
+
svg = svg_element("svg");
|
13403
|
+
path = svg_element("path");
|
13404
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13405
|
+
attr(path, "d", "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z");
|
13406
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13407
|
+
set_style(svg, "width", "100%");
|
13408
|
+
set_style(svg, "height", "100%");
|
13409
|
+
attr(svg, "viewBox", "0 0 512 512");
|
13410
|
+
},
|
13411
|
+
m(target, anchor) {
|
13412
|
+
insert(target, svg, anchor);
|
13413
|
+
append(svg, path);
|
13414
|
+
},
|
13415
|
+
p(ctx, [dirty]) {
|
13416
|
+
if (dirty & /*color*/ 1) {
|
13417
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13418
|
+
}
|
13419
|
+
},
|
13420
|
+
i: noop,
|
13421
|
+
o: noop,
|
13422
|
+
d(detaching) {
|
13423
|
+
if (detaching) detach(svg);
|
13424
|
+
}
|
13425
|
+
};
|
13426
|
+
}
|
13427
|
+
|
13428
|
+
function instance$c($$self, $$props, $$invalidate) {
|
13429
|
+
let { color } = $$props;
|
13430
|
+
|
13431
|
+
$$self.$$set = $$props => {
|
13432
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13433
|
+
};
|
13434
|
+
|
13435
|
+
return [color];
|
13436
|
+
}
|
13437
|
+
|
13438
|
+
class IconPhone extends SvelteComponent {
|
13439
|
+
constructor(options) {
|
13440
|
+
super();
|
13441
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
13442
|
+
}
|
13443
|
+
}
|
13444
|
+
|
13445
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
13446
|
+
|
13447
|
+
function create_fragment$b(ctx) {
|
13448
|
+
let svg;
|
13449
|
+
let path;
|
13450
|
+
|
13451
|
+
return {
|
13452
|
+
c() {
|
13453
|
+
svg = svg_element("svg");
|
13454
|
+
path = svg_element("path");
|
13455
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13456
|
+
attr(path, "d", "M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z");
|
13457
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13458
|
+
set_style(svg, "width", "100%");
|
13459
|
+
set_style(svg, "height", "100%");
|
13460
|
+
attr(svg, "viewBox", "0 0 384 512");
|
13461
|
+
},
|
13462
|
+
m(target, anchor) {
|
13463
|
+
insert(target, svg, anchor);
|
13464
|
+
append(svg, path);
|
13465
|
+
},
|
13466
|
+
p(ctx, [dirty]) {
|
13467
|
+
if (dirty & /*color*/ 1) {
|
13468
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13469
|
+
}
|
13470
|
+
},
|
13471
|
+
i: noop,
|
13472
|
+
o: noop,
|
13473
|
+
d(detaching) {
|
13474
|
+
if (detaching) detach(svg);
|
13475
|
+
}
|
13476
|
+
};
|
13477
|
+
}
|
13478
|
+
|
13479
|
+
function instance$b($$self, $$props, $$invalidate) {
|
13480
|
+
let { color } = $$props;
|
13481
|
+
|
13482
|
+
$$self.$$set = $$props => {
|
13483
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13484
|
+
};
|
13485
|
+
|
13486
|
+
return [color];
|
13487
|
+
}
|
13488
|
+
|
13489
|
+
class IconLocationDot extends SvelteComponent {
|
13490
|
+
constructor(options) {
|
13491
|
+
super();
|
13492
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
13493
|
+
}
|
13494
|
+
}
|
13495
|
+
|
13496
|
+
const ICON_SIZE = {
|
13497
|
+
x_small: {
|
13498
|
+
label: 'X Small',
|
13499
|
+
value: '12px',
|
13388
13500
|
},
|
13389
13501
|
small: {
|
13390
13502
|
label: 'Small',
|
@@ -13433,9 +13545,11 @@ const ICON_VARIANTS = {
|
|
13433
13545
|
gift: IconGift,
|
13434
13546
|
heart: IconHeart,
|
13435
13547
|
link: IconLink,
|
13548
|
+
locationDot: IconLocationDot,
|
13436
13549
|
magnifying_grass: IconMagnifyingGrass,
|
13437
13550
|
paperclip: IconPaperclip,
|
13438
13551
|
paper_plane: IconPaperPlane,
|
13552
|
+
phone: IconPhone,
|
13439
13553
|
star: IconStar,
|
13440
13554
|
ticket: IconTicket,
|
13441
13555
|
truck: IconTrack,
|
@@ -13445,7 +13559,7 @@ const ICON_VARIANTS = {
|
|
13445
13559
|
|
13446
13560
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13447
13561
|
|
13448
|
-
function create_if_block$
|
13562
|
+
function create_if_block$6(ctx) {
|
13449
13563
|
let clickable;
|
13450
13564
|
let current;
|
13451
13565
|
|
@@ -13456,7 +13570,7 @@ function create_if_block$5(ctx) {
|
|
13456
13570
|
onClick: /*props*/ ctx[0].onClick,
|
13457
13571
|
eventName: /*props*/ ctx[0].eventName,
|
13458
13572
|
eventValue: /*props*/ ctx[0].eventValue,
|
13459
|
-
$$slots: { default: [create_default_slot$
|
13573
|
+
$$slots: { default: [create_default_slot$5] },
|
13460
13574
|
$$scope: { ctx }
|
13461
13575
|
}
|
13462
13576
|
});
|
@@ -13499,7 +13613,7 @@ function create_if_block$5(ctx) {
|
|
13499
13613
|
}
|
13500
13614
|
|
13501
13615
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13502
|
-
function create_default_slot$
|
13616
|
+
function create_default_slot$5(ctx) {
|
13503
13617
|
let switch_instance;
|
13504
13618
|
let switch_instance_anchor;
|
13505
13619
|
let current;
|
@@ -13571,10 +13685,10 @@ function create_default_slot$3(ctx) {
|
|
13571
13685
|
};
|
13572
13686
|
}
|
13573
13687
|
|
13574
|
-
function create_fragment$
|
13688
|
+
function create_fragment$a(ctx) {
|
13575
13689
|
let if_block_anchor;
|
13576
13690
|
let current;
|
13577
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13691
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
13578
13692
|
|
13579
13693
|
return {
|
13580
13694
|
c() {
|
@@ -13595,7 +13709,7 @@ function create_fragment$9(ctx) {
|
|
13595
13709
|
transition_in(if_block, 1);
|
13596
13710
|
}
|
13597
13711
|
} else {
|
13598
|
-
if_block = create_if_block$
|
13712
|
+
if_block = create_if_block$6(ctx);
|
13599
13713
|
if_block.c();
|
13600
13714
|
transition_in(if_block, 1);
|
13601
13715
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -13626,7 +13740,7 @@ function create_fragment$9(ctx) {
|
|
13626
13740
|
};
|
13627
13741
|
}
|
13628
13742
|
|
13629
|
-
function instance$
|
13743
|
+
function instance$a($$self, $$props, $$invalidate) {
|
13630
13744
|
let style;
|
13631
13745
|
let IconComponent;
|
13632
13746
|
let { props = {} } = $$props;
|
@@ -13674,7 +13788,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
13674
13788
|
class Icon extends SvelteComponent {
|
13675
13789
|
constructor(options) {
|
13676
13790
|
super();
|
13677
|
-
init(this, options, instance$
|
13791
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
13678
13792
|
}
|
13679
13793
|
}
|
13680
13794
|
|
@@ -13721,28 +13835,406 @@ const BUTTON_SIZE_STYLES = {
|
|
13721
13835
|
},
|
13722
13836
|
};
|
13723
13837
|
const BUTTON_THEME_STYLES = {
|
13724
|
-
|
13838
|
+
default: {
|
13839
|
+
backgroundColor: '#33403e',
|
13840
|
+
color: '#FFFFFF',
|
13841
|
+
fontWeight: 'bold',
|
13842
|
+
},
|
13843
|
+
primary: {
|
13725
13844
|
backgroundColor: 'rgba(18,160,160,1)',
|
13726
13845
|
color: '#FFFFFF',
|
13727
13846
|
fontWeight: 'bold',
|
13728
13847
|
},
|
13729
|
-
|
13730
|
-
backgroundColor: '#
|
13848
|
+
secondary: {
|
13849
|
+
backgroundColor: '#f3f4f6',
|
13850
|
+
color: '#000000',
|
13851
|
+
fontWeight: 'bold',
|
13852
|
+
},
|
13853
|
+
success: {
|
13854
|
+
backgroundColor: '#10b981',
|
13855
|
+
color: '#ffffff',
|
13856
|
+
fontWeight: 'bold',
|
13857
|
+
},
|
13858
|
+
warning: {
|
13859
|
+
backgroundColor: '#fbbf24',
|
13860
|
+
color: '#ffffff',
|
13861
|
+
fontWeight: 'bold',
|
13862
|
+
},
|
13863
|
+
alert: {
|
13864
|
+
backgroundColor: '#ef4444',
|
13731
13865
|
color: '#FFFFFF',
|
13732
13866
|
fontWeight: 'bold',
|
13733
13867
|
},
|
13868
|
+
info: {
|
13869
|
+
backgroundColor: '#0ea5e9',
|
13870
|
+
color: '#FFFFFF',
|
13871
|
+
fontWeight: 'bold',
|
13872
|
+
},
|
13873
|
+
neutral: {
|
13874
|
+
backgroundColor: '#9ca3af',
|
13875
|
+
color: '#333333',
|
13876
|
+
fontWeight: 'bold',
|
13877
|
+
},
|
13734
13878
|
transparent: {
|
13735
13879
|
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13736
13880
|
color: '#00100ea1',
|
13737
13881
|
fontWeight: 'bold',
|
13738
13882
|
},
|
13739
|
-
|
13740
|
-
|
13741
|
-
|
13742
|
-
|
13883
|
+
};
|
13884
|
+
const BUTTON_ROUND_STYLES = {
|
13885
|
+
none: {
|
13886
|
+
borderRadius: 0,
|
13887
|
+
},
|
13888
|
+
default: {},
|
13889
|
+
fulled: {
|
13890
|
+
borderRadius: '56px',
|
13891
|
+
},
|
13892
|
+
};
|
13893
|
+
const BUTTON_WRAP_STYLES = {
|
13894
|
+
nowrap: {
|
13895
|
+
whiteSpace: 'nowrap',
|
13896
|
+
},
|
13897
|
+
wrap: {
|
13898
|
+
whiteSpace: 'pre-wrap',
|
13899
|
+
},
|
13900
|
+
};
|
13901
|
+
|
13902
|
+
function hexToRgb(hex) {
|
13903
|
+
let r = 0, g = 0, b = 0;
|
13904
|
+
if (hex.length === 4) {
|
13905
|
+
r = parseInt(hex[1] + hex[1], 16);
|
13906
|
+
g = parseInt(hex[2] + hex[2], 16);
|
13907
|
+
b = parseInt(hex[3] + hex[3], 16);
|
13908
|
+
}
|
13909
|
+
else if (hex.length === 7) {
|
13910
|
+
r = parseInt(hex[1] + hex[2], 16);
|
13911
|
+
g = parseInt(hex[3] + hex[4], 16);
|
13912
|
+
b = parseInt(hex[5] + hex[6], 16);
|
13913
|
+
}
|
13914
|
+
return { r, g, b };
|
13915
|
+
}
|
13916
|
+
function rgbToHex(r, g, b) {
|
13917
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
13918
|
+
}
|
13919
|
+
function darkenColor(color, percent) {
|
13920
|
+
let r, g, b;
|
13921
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
13922
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
13923
|
+
if (rgbaMatch) {
|
13924
|
+
r = parseInt(rgbaMatch[1]);
|
13925
|
+
g = parseInt(rgbaMatch[2]);
|
13926
|
+
b = parseInt(rgbaMatch[3]);
|
13927
|
+
}
|
13928
|
+
else {
|
13929
|
+
throw new Error('Invalid RGB/RGBA color format');
|
13930
|
+
}
|
13931
|
+
}
|
13932
|
+
else if (color.startsWith('#')) {
|
13933
|
+
const rgb = hexToRgb(color);
|
13934
|
+
r = rgb.r;
|
13935
|
+
g = rgb.g;
|
13936
|
+
b = rgb.b;
|
13937
|
+
}
|
13938
|
+
else {
|
13939
|
+
throw new Error('Unsupported color format');
|
13940
|
+
}
|
13941
|
+
// 色を暗くする
|
13942
|
+
r = Math.round(r * (1 - percent));
|
13943
|
+
g = Math.round(g * (1 - percent));
|
13944
|
+
b = Math.round(b * (1 - percent));
|
13945
|
+
return rgbToHex(r, g, b);
|
13946
|
+
}
|
13947
|
+
|
13948
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13949
|
+
|
13950
|
+
function add_css$8(target) {
|
13951
|
+
append_styles(target, "svelte-jar2a9", ".button{background-color:var(--bg-color)}.button:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-jar2a9{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13952
|
+
}
|
13953
|
+
|
13954
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
13955
|
+
function create_if_block$5(ctx) {
|
13956
|
+
let div;
|
13957
|
+
let icon;
|
13958
|
+
let current;
|
13959
|
+
|
13960
|
+
icon = new Icon({
|
13961
|
+
props: {
|
13962
|
+
props: {
|
13963
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13964
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13965
|
+
width: '1em',
|
13966
|
+
height: '1em'
|
13967
|
+
}
|
13968
|
+
}
|
13969
|
+
});
|
13970
|
+
|
13971
|
+
return {
|
13972
|
+
c() {
|
13973
|
+
div = element("div");
|
13974
|
+
create_component(icon.$$.fragment);
|
13975
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
13976
|
+
},
|
13977
|
+
m(target, anchor) {
|
13978
|
+
insert(target, div, anchor);
|
13979
|
+
mount_component(icon, div, null);
|
13980
|
+
current = true;
|
13981
|
+
},
|
13982
|
+
p(ctx, dirty) {
|
13983
|
+
const icon_changes = {};
|
13984
|
+
|
13985
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
13986
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13987
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13988
|
+
width: '1em',
|
13989
|
+
height: '1em'
|
13990
|
+
};
|
13991
|
+
|
13992
|
+
icon.$set(icon_changes);
|
13993
|
+
},
|
13994
|
+
i(local) {
|
13995
|
+
if (current) return;
|
13996
|
+
transition_in(icon.$$.fragment, local);
|
13997
|
+
current = true;
|
13998
|
+
},
|
13999
|
+
o(local) {
|
14000
|
+
transition_out(icon.$$.fragment, local);
|
14001
|
+
current = false;
|
14002
|
+
},
|
14003
|
+
d(detaching) {
|
14004
|
+
if (detaching) detach(div);
|
14005
|
+
destroy_component(icon);
|
14006
|
+
}
|
14007
|
+
};
|
14008
|
+
}
|
14009
|
+
|
14010
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14011
|
+
function create_default_slot$4(ctx) {
|
14012
|
+
let t0;
|
14013
|
+
let span;
|
14014
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
14015
|
+
let t1;
|
14016
|
+
let current;
|
14017
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
14018
|
+
|
14019
|
+
return {
|
14020
|
+
c() {
|
14021
|
+
if (if_block) if_block.c();
|
14022
|
+
t0 = space();
|
14023
|
+
span = element("span");
|
14024
|
+
t1 = text(t1_value);
|
14025
|
+
},
|
14026
|
+
m(target, anchor) {
|
14027
|
+
if (if_block) if_block.m(target, anchor);
|
14028
|
+
insert(target, t0, anchor);
|
14029
|
+
insert(target, span, anchor);
|
14030
|
+
append(span, t1);
|
14031
|
+
current = true;
|
14032
|
+
},
|
14033
|
+
p(ctx, dirty) {
|
14034
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
14035
|
+
if (if_block) {
|
14036
|
+
if_block.p(ctx, dirty);
|
14037
|
+
|
14038
|
+
if (dirty & /*props*/ 1) {
|
14039
|
+
transition_in(if_block, 1);
|
14040
|
+
}
|
14041
|
+
} else {
|
14042
|
+
if_block = create_if_block$5(ctx);
|
14043
|
+
if_block.c();
|
14044
|
+
transition_in(if_block, 1);
|
14045
|
+
if_block.m(t0.parentNode, t0);
|
14046
|
+
}
|
14047
|
+
} else if (if_block) {
|
14048
|
+
group_outros();
|
14049
|
+
|
14050
|
+
transition_out(if_block, 1, 1, () => {
|
14051
|
+
if_block = null;
|
14052
|
+
});
|
14053
|
+
|
14054
|
+
check_outros();
|
14055
|
+
}
|
14056
|
+
|
14057
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
14058
|
+
},
|
14059
|
+
i(local) {
|
14060
|
+
if (current) return;
|
14061
|
+
transition_in(if_block);
|
14062
|
+
current = true;
|
14063
|
+
},
|
14064
|
+
o(local) {
|
14065
|
+
transition_out(if_block);
|
14066
|
+
current = false;
|
14067
|
+
},
|
14068
|
+
d(detaching) {
|
14069
|
+
if (if_block) if_block.d(detaching);
|
14070
|
+
if (detaching) detach(t0);
|
14071
|
+
if (detaching) detach(span);
|
14072
|
+
}
|
14073
|
+
};
|
14074
|
+
}
|
14075
|
+
|
14076
|
+
function create_fragment$9(ctx) {
|
14077
|
+
let clickable;
|
14078
|
+
let current;
|
14079
|
+
|
14080
|
+
clickable = new Clickable({
|
14081
|
+
props: {
|
14082
|
+
className: "button",
|
14083
|
+
layerId: /*layerId*/ ctx[1],
|
14084
|
+
style: /*style*/ ctx[2],
|
14085
|
+
onClick: /*props*/ ctx[0].onClick,
|
14086
|
+
eventName: /*props*/ ctx[0].eventName,
|
14087
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14088
|
+
$$slots: { default: [create_default_slot$4] },
|
14089
|
+
$$scope: { ctx }
|
14090
|
+
}
|
14091
|
+
});
|
14092
|
+
|
14093
|
+
return {
|
14094
|
+
c() {
|
14095
|
+
create_component(clickable.$$.fragment);
|
14096
|
+
},
|
14097
|
+
m(target, anchor) {
|
14098
|
+
mount_component(clickable, target, anchor);
|
14099
|
+
current = true;
|
14100
|
+
},
|
14101
|
+
p(ctx, [dirty]) {
|
14102
|
+
const clickable_changes = {};
|
14103
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
14104
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
14105
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14106
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14107
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14108
|
+
|
14109
|
+
if (dirty & /*$$scope, props*/ 33) {
|
14110
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14111
|
+
}
|
14112
|
+
|
14113
|
+
clickable.$set(clickable_changes);
|
14114
|
+
},
|
14115
|
+
i(local) {
|
14116
|
+
if (current) return;
|
14117
|
+
transition_in(clickable.$$.fragment, local);
|
14118
|
+
current = true;
|
14119
|
+
},
|
14120
|
+
o(local) {
|
14121
|
+
transition_out(clickable.$$.fragment, local);
|
14122
|
+
current = false;
|
14123
|
+
},
|
14124
|
+
d(detaching) {
|
14125
|
+
destroy_component(clickable, detaching);
|
14126
|
+
}
|
14127
|
+
};
|
14128
|
+
}
|
14129
|
+
|
14130
|
+
function instance$9($$self, $$props, $$invalidate) {
|
14131
|
+
let variables;
|
14132
|
+
let style;
|
14133
|
+
let { props = {} } = $$props;
|
14134
|
+
let { layerId = '' } = $$props;
|
14135
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
14136
|
+
|
14137
|
+
$$self.$$set = $$props => {
|
14138
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14139
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14140
|
+
};
|
14141
|
+
|
14142
|
+
$$self.$$.update = () => {
|
14143
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14144
|
+
$$invalidate(4, variables = {
|
14145
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
14146
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
14147
|
+
});
|
14148
|
+
}
|
14149
|
+
|
14150
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
14151
|
+
$$invalidate(2, style = objToStyle({
|
14152
|
+
display: 'inline-flex',
|
14153
|
+
gap: '0.65em',
|
14154
|
+
alignItems: 'center',
|
14155
|
+
justifyContent: 'center',
|
14156
|
+
outline: 0,
|
14157
|
+
border: 0,
|
14158
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14159
|
+
width: props.width,
|
14160
|
+
color: props.color ?? buttonThemeStyle.color,
|
14161
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14162
|
+
cursor: 'pointer',
|
14163
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
14164
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
14165
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
14166
|
+
...props.iconAngle
|
14167
|
+
? { flexDirection: props.iconAngle }
|
14168
|
+
: {},
|
14169
|
+
...toCssCommon(props),
|
14170
|
+
...toCssBorder(props),
|
14171
|
+
...variables
|
14172
|
+
}));
|
14173
|
+
}
|
14174
|
+
};
|
14175
|
+
|
14176
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
14177
|
+
}
|
14178
|
+
|
14179
|
+
class Button extends SvelteComponent {
|
14180
|
+
constructor(options) {
|
14181
|
+
super();
|
14182
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
14183
|
+
}
|
14184
|
+
}
|
14185
|
+
|
14186
|
+
const buttonOutlinedPropsDefault = {
|
14187
|
+
label: 'ボタン',
|
14188
|
+
size: 'medium',
|
14189
|
+
theme: 'default',
|
14190
|
+
round: 'default',
|
14191
|
+
width: 'auto',
|
14192
|
+
wrap: 'nowrap',
|
14193
|
+
};
|
14194
|
+
|
14195
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
14196
|
+
extra_small: {
|
14197
|
+
minHeight: '32px',
|
14198
|
+
paddingInline: '12px',
|
14199
|
+
fontSize: '12px',
|
14200
|
+
paddingBlock: '8px',
|
14201
|
+
lineHeight: 1.5,
|
14202
|
+
borderRadius: '4px',
|
14203
|
+
},
|
14204
|
+
small: {
|
14205
|
+
minHeight: '36px',
|
14206
|
+
paddingInline: '16px',
|
14207
|
+
fontSize: '13px',
|
14208
|
+
paddingBlock: '8px',
|
14209
|
+
lineHeight: 1.5,
|
14210
|
+
borderRadius: '4px',
|
14211
|
+
},
|
14212
|
+
medium: {
|
14213
|
+
minHeight: '40px',
|
14214
|
+
paddingInline: '24px',
|
14215
|
+
fontSize: '14px',
|
14216
|
+
paddingBlock: '8px',
|
14217
|
+
lineHeight: 1.5,
|
14218
|
+
borderRadius: '4px',
|
14219
|
+
},
|
14220
|
+
large: {
|
14221
|
+
minHeight: '48px',
|
14222
|
+
paddingInline: '32px',
|
14223
|
+
fontSize: '14px',
|
14224
|
+
paddingBlock: '10px',
|
14225
|
+
lineHeight: 1.5,
|
14226
|
+
borderRadius: '4px',
|
14227
|
+
},
|
14228
|
+
extra_large: {
|
14229
|
+
minHeight: '56px',
|
14230
|
+
paddingInline: '40px',
|
14231
|
+
fontSize: '17px',
|
14232
|
+
paddingBlock: '12px',
|
14233
|
+
lineHeight: 1.5,
|
14234
|
+
borderRadius: '4px',
|
13743
14235
|
},
|
13744
14236
|
};
|
13745
|
-
const
|
14237
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
13746
14238
|
none: {
|
13747
14239
|
borderRadius: 0,
|
13748
14240
|
},
|
@@ -13751,7 +14243,7 @@ const BUTTON_ROUND_STYLES = {
|
|
13751
14243
|
borderRadius: '56px',
|
13752
14244
|
},
|
13753
14245
|
};
|
13754
|
-
const
|
14246
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
13755
14247
|
nowrap: {
|
13756
14248
|
whiteSpace: 'nowrap',
|
13757
14249
|
},
|
@@ -13759,100 +14251,14 @@ const BUTTON_WRAP_STYLES = {
|
|
13759
14251
|
whiteSpace: 'pre-wrap',
|
13760
14252
|
},
|
13761
14253
|
};
|
13762
|
-
const BUTTON_VARIANTS = {
|
13763
|
-
size: {
|
13764
|
-
extra_small: {
|
13765
|
-
minHeight: '32px',
|
13766
|
-
paddingInline: '12px',
|
13767
|
-
fontSize: '12px',
|
13768
|
-
paddingBlock: '8px',
|
13769
|
-
lineHeight: 1.5,
|
13770
|
-
borderRadius: '4px',
|
13771
|
-
},
|
13772
|
-
small: {
|
13773
|
-
minHeight: '36px',
|
13774
|
-
paddingInline: '16px',
|
13775
|
-
fontSize: '13px',
|
13776
|
-
paddingBlock: '8px',
|
13777
|
-
lineHeight: 1.5,
|
13778
|
-
borderRadius: '4px',
|
13779
|
-
},
|
13780
|
-
medium: {
|
13781
|
-
minHeight: '40px',
|
13782
|
-
paddingInline: '24px',
|
13783
|
-
fontSize: '14px',
|
13784
|
-
paddingBlock: '8px',
|
13785
|
-
lineHeight: 1.5,
|
13786
|
-
borderRadius: '4px',
|
13787
|
-
},
|
13788
|
-
large: {
|
13789
|
-
minHeight: '48px',
|
13790
|
-
paddingInline: '32px',
|
13791
|
-
fontSize: '14px',
|
13792
|
-
paddingBlock: '10px',
|
13793
|
-
lineHeight: 1.5,
|
13794
|
-
borderRadius: '4px',
|
13795
|
-
},
|
13796
|
-
extra_large: {
|
13797
|
-
minHeight: '56px',
|
13798
|
-
paddingInline: '40px',
|
13799
|
-
fontSize: '17px',
|
13800
|
-
paddingBlock: '12px',
|
13801
|
-
lineHeight: 1.5,
|
13802
|
-
borderRadius: '4px',
|
13803
|
-
},
|
13804
|
-
},
|
13805
|
-
theme: {
|
13806
|
-
theme: {
|
13807
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13808
|
-
color: '#FFFFFF',
|
13809
|
-
fontWeight: 'bold',
|
13810
|
-
},
|
13811
|
-
default: {
|
13812
|
-
backgroundColor: '#33403e',
|
13813
|
-
color: '#FFFFFF',
|
13814
|
-
fontWeight: 'bold',
|
13815
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13816
|
-
},
|
13817
|
-
transparent: {
|
13818
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13819
|
-
color: '#00100ea1',
|
13820
|
-
fontWeight: 'bold',
|
13821
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13822
|
-
},
|
13823
|
-
alert: {
|
13824
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13825
|
-
color: '#FFFFFF',
|
13826
|
-
fontWeight: 'bold',
|
13827
|
-
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13828
|
-
},
|
13829
|
-
},
|
13830
|
-
round: {
|
13831
|
-
none: {
|
13832
|
-
borderRadius: 0,
|
13833
|
-
},
|
13834
|
-
default: {},
|
13835
|
-
fulled: {
|
13836
|
-
borderRadius: '56px',
|
13837
|
-
},
|
13838
|
-
},
|
13839
|
-
wrap: {
|
13840
|
-
nowrap: {
|
13841
|
-
whiteSpace: 'nowrap',
|
13842
|
-
},
|
13843
|
-
wrap: {
|
13844
|
-
whiteSpace: 'pre-wrap',
|
13845
|
-
},
|
13846
|
-
},
|
13847
|
-
};
|
13848
14254
|
|
13849
|
-
/* src/components-flex/button/
|
14255
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
13850
14256
|
|
13851
|
-
function add_css$
|
13852
|
-
append_styles(target, "svelte-
|
14257
|
+
function add_css$7(target) {
|
14258
|
+
append_styles(target, "svelte-11hj92h", ".button-outlined{background-color:#ffffff}.button-outlined:hover{background-color:#f6f6f6}.button-outlined-icon.svelte-11hj92h{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13853
14259
|
}
|
13854
14260
|
|
13855
|
-
// (
|
14261
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
13856
14262
|
function create_if_block$4(ctx) {
|
13857
14263
|
let div;
|
13858
14264
|
let icon;
|
@@ -13873,7 +14279,7 @@ function create_if_block$4(ctx) {
|
|
13873
14279
|
c() {
|
13874
14280
|
div = element("div");
|
13875
14281
|
create_component(icon.$$.fragment);
|
13876
|
-
attr(div, "class", "button-icon svelte-
|
14282
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
13877
14283
|
},
|
13878
14284
|
m(target, anchor) {
|
13879
14285
|
insert(target, div, anchor);
|
@@ -13908,11 +14314,11 @@ function create_if_block$4(ctx) {
|
|
13908
14314
|
};
|
13909
14315
|
}
|
13910
14316
|
|
13911
|
-
// (
|
13912
|
-
function create_default_slot$
|
14317
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14318
|
+
function create_default_slot$3(ctx) {
|
13913
14319
|
let t0;
|
13914
14320
|
let span;
|
13915
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
14321
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
13916
14322
|
let t1;
|
13917
14323
|
let current;
|
13918
14324
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -13955,7 +14361,7 @@ function create_default_slot$2(ctx) {
|
|
13955
14361
|
check_outros();
|
13956
14362
|
}
|
13957
14363
|
|
13958
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
14364
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
13959
14365
|
},
|
13960
14366
|
i(local) {
|
13961
14367
|
if (current) return;
|
@@ -13980,13 +14386,13 @@ function create_fragment$8(ctx) {
|
|
13980
14386
|
|
13981
14387
|
clickable = new Clickable({
|
13982
14388
|
props: {
|
13983
|
-
className: "button",
|
14389
|
+
className: "button-outlined",
|
13984
14390
|
layerId: /*layerId*/ ctx[1],
|
13985
14391
|
style: /*style*/ ctx[2],
|
13986
14392
|
onClick: /*props*/ ctx[0].onClick,
|
13987
14393
|
eventName: /*props*/ ctx[0].eventName,
|
13988
14394
|
eventValue: /*props*/ ctx[0].eventValue,
|
13989
|
-
$$slots: { default: [create_default_slot$
|
14395
|
+
$$slots: { default: [create_default_slot$3] },
|
13990
14396
|
$$scope: { ctx }
|
13991
14397
|
}
|
13992
14398
|
});
|
@@ -14032,7 +14438,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14032
14438
|
let style;
|
14033
14439
|
let { props = {} } = $$props;
|
14034
14440
|
let { layerId = '' } = $$props;
|
14035
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
14441
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
14036
14442
|
|
14037
14443
|
$$self.$$set = $$props => {
|
14038
14444
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -14047,15 +14453,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14047
14453
|
alignItems: 'center',
|
14048
14454
|
justifyContent: 'center',
|
14049
14455
|
outline: 0,
|
14050
|
-
|
14456
|
+
borderWidth: '1px',
|
14457
|
+
borderStyle: 'solid',
|
14051
14458
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14052
14459
|
width: props.width,
|
14053
|
-
|
14054
|
-
|
14460
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
14461
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
14055
14462
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14056
|
-
|
14057
|
-
...
|
14058
|
-
...
|
14463
|
+
cursor: 'pointer',
|
14464
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
14465
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
14466
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
14059
14467
|
...props.iconAngle
|
14060
14468
|
? { flexDirection: props.iconAngle }
|
14061
14469
|
: {},
|
@@ -14068,20 +14476,20 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14068
14476
|
return [props, layerId, style, buttonThemeStyle];
|
14069
14477
|
}
|
14070
14478
|
|
14071
|
-
class
|
14479
|
+
class ButtonOutlined extends SvelteComponent {
|
14072
14480
|
constructor(options) {
|
14073
14481
|
super();
|
14074
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
14482
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
14075
14483
|
}
|
14076
14484
|
}
|
14077
14485
|
|
14078
|
-
/* src/components-flex/text
|
14486
|
+
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
14079
14487
|
|
14080
|
-
function add_css$
|
14081
|
-
append_styles(target, "svelte-
|
14488
|
+
function add_css$6(target) {
|
14489
|
+
append_styles(target, "svelte-z1kekb", ".flex-button-text-icon.svelte-z1kekb{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14082
14490
|
}
|
14083
14491
|
|
14084
|
-
// (
|
14492
|
+
// (99:2) {#if props.isIcon && props.iconVariant}
|
14085
14493
|
function create_if_block$3(ctx) {
|
14086
14494
|
let div;
|
14087
14495
|
let icon;
|
@@ -14100,7 +14508,7 @@ function create_if_block$3(ctx) {
|
|
14100
14508
|
c() {
|
14101
14509
|
div = element("div");
|
14102
14510
|
create_component(icon.$$.fragment);
|
14103
|
-
attr(div, "class", "flex-text-
|
14511
|
+
attr(div, "class", "flex-button-text-icon svelte-z1kekb");
|
14104
14512
|
},
|
14105
14513
|
m(target, anchor) {
|
14106
14514
|
insert(target, div, anchor);
|
@@ -14133,42 +14541,30 @@ function create_if_block$3(ctx) {
|
|
14133
14541
|
};
|
14134
14542
|
}
|
14135
14543
|
|
14136
|
-
|
14137
|
-
|
14544
|
+
// (91:0) <Clickable className="flext-button-text" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14545
|
+
function create_default_slot$2(ctx) {
|
14138
14546
|
let t0;
|
14139
14547
|
let span;
|
14140
14548
|
let t1_value = /*props*/ ctx[0].label + "";
|
14141
14549
|
let t1;
|
14142
14550
|
let current;
|
14143
|
-
let mounted;
|
14144
|
-
let dispose;
|
14145
14551
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
14146
14552
|
|
14147
14553
|
return {
|
14148
14554
|
c() {
|
14149
|
-
button = element("button");
|
14150
14555
|
if (if_block) if_block.c();
|
14151
14556
|
t0 = space();
|
14152
14557
|
span = element("span");
|
14153
14558
|
t1 = text(t1_value);
|
14154
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
14155
|
-
attr(button, "style", /*style*/ ctx[2]);
|
14156
|
-
attr(button, "class", "flex-text-button svelte-11jxyiz");
|
14157
14559
|
},
|
14158
14560
|
m(target, anchor) {
|
14159
|
-
|
14160
|
-
|
14161
|
-
|
14162
|
-
append(button, span);
|
14561
|
+
if (if_block) if_block.m(target, anchor);
|
14562
|
+
insert(target, t0, anchor);
|
14563
|
+
insert(target, span, anchor);
|
14163
14564
|
append(span, t1);
|
14164
14565
|
current = true;
|
14165
|
-
|
14166
|
-
if (!mounted) {
|
14167
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
|
14168
|
-
mounted = true;
|
14169
|
-
}
|
14170
14566
|
},
|
14171
|
-
p(ctx,
|
14567
|
+
p(ctx, dirty) {
|
14172
14568
|
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
14173
14569
|
if (if_block) {
|
14174
14570
|
if_block.p(ctx, dirty);
|
@@ -14180,7 +14576,7 @@ function create_fragment$7(ctx) {
|
|
14180
14576
|
if_block = create_if_block$3(ctx);
|
14181
14577
|
if_block.c();
|
14182
14578
|
transition_in(if_block, 1);
|
14183
|
-
if_block.m(
|
14579
|
+
if_block.m(t0.parentNode, t0);
|
14184
14580
|
}
|
14185
14581
|
} else if (if_block) {
|
14186
14582
|
group_outros();
|
@@ -14193,29 +14589,74 @@ function create_fragment$7(ctx) {
|
|
14193
14589
|
}
|
14194
14590
|
|
14195
14591
|
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = /*props*/ ctx[0].label + "")) set_data(t1, t1_value);
|
14592
|
+
},
|
14593
|
+
i(local) {
|
14594
|
+
if (current) return;
|
14595
|
+
transition_in(if_block);
|
14596
|
+
current = true;
|
14597
|
+
},
|
14598
|
+
o(local) {
|
14599
|
+
transition_out(if_block);
|
14600
|
+
current = false;
|
14601
|
+
},
|
14602
|
+
d(detaching) {
|
14603
|
+
if (if_block) if_block.d(detaching);
|
14604
|
+
if (detaching) detach(t0);
|
14605
|
+
if (detaching) detach(span);
|
14606
|
+
}
|
14607
|
+
};
|
14608
|
+
}
|
14609
|
+
|
14610
|
+
function create_fragment$7(ctx) {
|
14611
|
+
let clickable;
|
14612
|
+
let current;
|
14196
14613
|
|
14197
|
-
|
14198
|
-
|
14614
|
+
clickable = new Clickable({
|
14615
|
+
props: {
|
14616
|
+
className: "flext-button-text",
|
14617
|
+
layerId: /*layerId*/ ctx[1],
|
14618
|
+
style: /*style*/ ctx[2],
|
14619
|
+
onClick: /*props*/ ctx[0].onClick,
|
14620
|
+
eventName: /*props*/ ctx[0].eventName,
|
14621
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14622
|
+
$$slots: { default: [create_default_slot$2] },
|
14623
|
+
$$scope: { ctx }
|
14199
14624
|
}
|
14625
|
+
});
|
14200
14626
|
|
14201
|
-
|
14202
|
-
|
14627
|
+
return {
|
14628
|
+
c() {
|
14629
|
+
create_component(clickable.$$.fragment);
|
14630
|
+
},
|
14631
|
+
m(target, anchor) {
|
14632
|
+
mount_component(clickable, target, anchor);
|
14633
|
+
current = true;
|
14634
|
+
},
|
14635
|
+
p(ctx, [dirty]) {
|
14636
|
+
const clickable_changes = {};
|
14637
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
14638
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
14639
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14640
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14641
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14642
|
+
|
14643
|
+
if (dirty & /*$$scope, props*/ 257) {
|
14644
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14203
14645
|
}
|
14646
|
+
|
14647
|
+
clickable.$set(clickable_changes);
|
14204
14648
|
},
|
14205
14649
|
i(local) {
|
14206
14650
|
if (current) return;
|
14207
|
-
transition_in(
|
14651
|
+
transition_in(clickable.$$.fragment, local);
|
14208
14652
|
current = true;
|
14209
14653
|
},
|
14210
14654
|
o(local) {
|
14211
|
-
transition_out(
|
14655
|
+
transition_out(clickable.$$.fragment, local);
|
14212
14656
|
current = false;
|
14213
14657
|
},
|
14214
14658
|
d(detaching) {
|
14215
|
-
|
14216
|
-
if (if_block) if_block.d();
|
14217
|
-
mounted = false;
|
14218
|
-
dispose();
|
14659
|
+
destroy_component(clickable, detaching);
|
14219
14660
|
}
|
14220
14661
|
};
|
14221
14662
|
}
|
@@ -14283,18 +14724,10 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14283
14724
|
};
|
14284
14725
|
};
|
14285
14726
|
|
14286
|
-
function handleClick() {
|
14287
|
-
if (eventName) {
|
14288
|
-
send_event(eventName, eventValue);
|
14289
|
-
}
|
14290
|
-
|
14291
|
-
execOnClickOperation(onClick);
|
14292
|
-
}
|
14293
|
-
|
14294
14727
|
$$self.$$set = $$props => {
|
14295
|
-
if ('onClick' in $$props) $$invalidate(
|
14296
|
-
if ('eventName' in $$props) $$invalidate(
|
14297
|
-
if ('eventValue' in $$props) $$invalidate(
|
14728
|
+
if ('onClick' in $$props) $$invalidate(4, onClick = $$props.onClick);
|
14729
|
+
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
14730
|
+
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
14298
14731
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14299
14732
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14300
14733
|
};
|
@@ -14320,10 +14753,10 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14320
14753
|
}
|
14321
14754
|
};
|
14322
14755
|
|
14323
|
-
return [props, layerId, style, VARIANTS,
|
14756
|
+
return [props, layerId, style, VARIANTS, onClick, eventName, eventValue];
|
14324
14757
|
}
|
14325
14758
|
|
14326
|
-
class
|
14759
|
+
class ButtonText extends SvelteComponent {
|
14327
14760
|
constructor(options) {
|
14328
14761
|
super();
|
14329
14762
|
|
@@ -14334,43 +14767,17 @@ class TextButton extends SvelteComponent {
|
|
14334
14767
|
create_fragment$7,
|
14335
14768
|
safe_not_equal,
|
14336
14769
|
{
|
14337
|
-
onClick:
|
14338
|
-
eventName:
|
14339
|
-
eventValue:
|
14770
|
+
onClick: 4,
|
14771
|
+
eventName: 5,
|
14772
|
+
eventValue: 6,
|
14340
14773
|
props: 0,
|
14341
14774
|
layerId: 1
|
14342
14775
|
},
|
14343
|
-
add_css$
|
14776
|
+
add_css$6
|
14344
14777
|
);
|
14345
14778
|
}
|
14346
14779
|
}
|
14347
14780
|
|
14348
|
-
const TEXT_BUTTON_SIZE = {
|
14349
|
-
extra_small: 'XSmall',
|
14350
|
-
small: 'Small',
|
14351
|
-
medium: 'Medium',
|
14352
|
-
large: 'Large',
|
14353
|
-
extra_large: 'XLarge',
|
14354
|
-
};
|
14355
|
-
const TEXT_BUTTON_COLOR = {
|
14356
|
-
default: 'デフォルト',
|
14357
|
-
theme: 'テーマカラー',
|
14358
|
-
alert: 'アラート',
|
14359
|
-
};
|
14360
|
-
const TEXT_BUTTON_ROUND = {
|
14361
|
-
default: 'デフォルト',
|
14362
|
-
none: 'なし',
|
14363
|
-
fulled: '円形',
|
14364
|
-
};
|
14365
|
-
const TEXT_BUTTON_LINK_TARGET = {
|
14366
|
-
_self: '画面内遷移',
|
14367
|
-
_blank: '別タブで開く',
|
14368
|
-
};
|
14369
|
-
const TEXT_BUTTON_ICON_ANGLE = {
|
14370
|
-
row: '左側',
|
14371
|
-
'row-reverse': '右側',
|
14372
|
-
};
|
14373
|
-
|
14374
14781
|
const CLOSE_BUTTON_PLACEMENT = {
|
14375
14782
|
topRight: 'topRight',
|
14376
14783
|
topLeft: 'topLeft',
|
@@ -14389,8 +14796,8 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14389
14796
|
|
14390
14797
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14391
14798
|
|
14392
|
-
function add_css$
|
14393
|
-
append_styles(target, "svelte-
|
14799
|
+
function add_css$5(target) {
|
14800
|
+
append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
|
14394
14801
|
}
|
14395
14802
|
|
14396
14803
|
// (93:2) {#if hasLabel}
|
@@ -14406,7 +14813,7 @@ function create_if_block$2(ctx) {
|
|
14406
14813
|
|
14407
14814
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14408
14815
|
? 'close-button-order-one'
|
14409
|
-
: '') + " svelte-
|
14816
|
+
: '') + " svelte-12v1h9t");
|
14410
14817
|
},
|
14411
14818
|
m(target, anchor) {
|
14412
14819
|
insert(target, span, anchor);
|
@@ -14467,7 +14874,7 @@ function create_fragment$6(ctx) {
|
|
14467
14874
|
attr(svg, "fill", /*color*/ ctx[6]);
|
14468
14875
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14469
14876
|
set_attributes(button, button_data);
|
14470
|
-
toggle_class(button, "svelte-
|
14877
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14471
14878
|
},
|
14472
14879
|
m(target, anchor) {
|
14473
14880
|
insert(target, button, anchor);
|
@@ -14508,7 +14915,7 @@ function create_fragment$6(ctx) {
|
|
14508
14915
|
dataAttrStopPropagation('click')
|
14509
14916
|
]));
|
14510
14917
|
|
14511
|
-
toggle_class(button, "svelte-
|
14918
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14512
14919
|
},
|
14513
14920
|
i: noop,
|
14514
14921
|
o: noop,
|
@@ -14628,18 +15035,18 @@ class CloseButton extends SvelteComponent {
|
|
14628
15035
|
eventName: 10,
|
14629
15036
|
eventValue: 11
|
14630
15037
|
},
|
14631
|
-
add_css$
|
15038
|
+
add_css$5
|
14632
15039
|
);
|
14633
15040
|
}
|
14634
15041
|
}
|
14635
15042
|
|
14636
15043
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
14637
15044
|
|
14638
|
-
function add_css$
|
14639
|
-
append_styles(target, "svelte-
|
15045
|
+
function add_css$4(target) {
|
15046
|
+
append_styles(target, "svelte-1nwdvab", ".image-object.svelte-1nwdvab{width:100%;overflow:hidden}.image-img.svelte-1nwdvab{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
14640
15047
|
}
|
14641
15048
|
|
14642
|
-
// (
|
15049
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14643
15050
|
function create_default_slot$1(ctx) {
|
14644
15051
|
let object;
|
14645
15052
|
let img;
|
@@ -14652,9 +15059,9 @@ function create_default_slot$1(ctx) {
|
|
14652
15059
|
img = element("img");
|
14653
15060
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
14654
15061
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
14655
|
-
attr(img, "class", "image-img svelte-
|
15062
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
14656
15063
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14657
|
-
attr(object, "class", "image-object svelte-
|
15064
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
14658
15065
|
},
|
14659
15066
|
m(target, anchor) {
|
14660
15067
|
insert(target, object, anchor);
|
@@ -14680,12 +15087,13 @@ function create_default_slot$1(ctx) {
|
|
14680
15087
|
}
|
14681
15088
|
|
14682
15089
|
function create_fragment$5(ctx) {
|
14683
|
-
let div;
|
14684
15090
|
let clickable;
|
14685
15091
|
let current;
|
14686
15092
|
|
14687
15093
|
clickable = new Clickable({
|
14688
15094
|
props: {
|
15095
|
+
layerId: /*layerId*/ ctx[1],
|
15096
|
+
style: /*style*/ ctx[3],
|
14689
15097
|
onClick: /*props*/ ctx[0].onClick,
|
14690
15098
|
eventName: /*props*/ ctx[0].eventName,
|
14691
15099
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -14696,19 +15104,16 @@ function create_fragment$5(ctx) {
|
|
14696
15104
|
|
14697
15105
|
return {
|
14698
15106
|
c() {
|
14699
|
-
div = element("div");
|
14700
15107
|
create_component(clickable.$$.fragment);
|
14701
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14702
|
-
attr(div, "class", "image svelte-1xwuxb4");
|
14703
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14704
15108
|
},
|
14705
15109
|
m(target, anchor) {
|
14706
|
-
|
14707
|
-
mount_component(clickable, div, null);
|
15110
|
+
mount_component(clickable, target, anchor);
|
14708
15111
|
current = true;
|
14709
15112
|
},
|
14710
15113
|
p(ctx, [dirty]) {
|
14711
15114
|
const clickable_changes = {};
|
15115
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15116
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
14712
15117
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14713
15118
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14714
15119
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -14718,14 +15123,6 @@ function create_fragment$5(ctx) {
|
|
14718
15123
|
}
|
14719
15124
|
|
14720
15125
|
clickable.$set(clickable_changes);
|
14721
|
-
|
14722
|
-
if (!current || dirty & /*layerId*/ 2) {
|
14723
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14724
|
-
}
|
14725
|
-
|
14726
|
-
if (!current || dirty & /*style*/ 8) {
|
14727
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14728
|
-
}
|
14729
15126
|
},
|
14730
15127
|
i(local) {
|
14731
15128
|
if (current) return;
|
@@ -14737,8 +15134,7 @@ function create_fragment$5(ctx) {
|
|
14737
15134
|
current = false;
|
14738
15135
|
},
|
14739
15136
|
d(detaching) {
|
14740
|
-
|
14741
|
-
destroy_component(clickable);
|
15137
|
+
destroy_component(clickable, detaching);
|
14742
15138
|
}
|
14743
15139
|
};
|
14744
15140
|
}
|
@@ -14758,6 +15154,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14758
15154
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14759
15155
|
$$invalidate(3, style = objToStyle({
|
14760
15156
|
width: props.width ?? '100%',
|
15157
|
+
maxWidth: '100%',
|
15158
|
+
overflow: 'hidden',
|
15159
|
+
flexShrink: 0,
|
15160
|
+
display: 'flex',
|
15161
|
+
alignItems: 'center',
|
15162
|
+
justifyContent: 'center',
|
14761
15163
|
...toCssCommon(props)
|
14762
15164
|
}));
|
14763
15165
|
}
|
@@ -14773,7 +15175,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14773
15175
|
class Image extends SvelteComponent {
|
14774
15176
|
constructor(options) {
|
14775
15177
|
super();
|
14776
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15178
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
14777
15179
|
}
|
14778
15180
|
}
|
14779
15181
|
|
@@ -14902,7 +15304,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
14902
15304
|
rowGap: props.rowGap,
|
14903
15305
|
columnGap: props.columnGap,
|
14904
15306
|
width: props.width,
|
14905
|
-
|
15307
|
+
...toCssOverflow(props),
|
14906
15308
|
...toCssShadow(props),
|
14907
15309
|
...toCssRadius(props),
|
14908
15310
|
...toCssBackgroundImage(props),
|
@@ -14931,14 +15333,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
14931
15333
|
|
14932
15334
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
14933
15335
|
|
15336
|
+
function add_css$3(target) {
|
15337
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
15338
|
+
}
|
15339
|
+
|
14934
15340
|
function get_each_context(ctx, list, i) {
|
14935
15341
|
const child_ctx = ctx.slice();
|
14936
|
-
child_ctx[
|
14937
|
-
child_ctx[
|
15342
|
+
child_ctx[29] = list[i];
|
15343
|
+
child_ctx[31] = i;
|
14938
15344
|
return child_ctx;
|
14939
15345
|
}
|
14940
15346
|
|
14941
|
-
// (
|
15347
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
14942
15348
|
function create_each_block(ctx) {
|
14943
15349
|
let button;
|
14944
15350
|
let i_1;
|
@@ -14948,7 +15354,7 @@ function create_each_block(ctx) {
|
|
14948
15354
|
let dispose;
|
14949
15355
|
|
14950
15356
|
function click_handler() {
|
14951
|
-
return /*click_handler*/ ctx[
|
15357
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
14952
15358
|
}
|
14953
15359
|
|
14954
15360
|
return {
|
@@ -14960,11 +15366,15 @@ function create_each_block(ctx) {
|
|
14960
15366
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
14961
15367
|
.../*indicatorItemStyle*/ ctx[3],
|
14962
15368
|
...{
|
14963
|
-
background: /*indicator*/ ctx[
|
15369
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14964
15370
|
}
|
14965
15371
|
}));
|
14966
15372
|
|
14967
|
-
attr(button, "style", objToStyle({
|
15373
|
+
attr(button, "style", objToStyle({
|
15374
|
+
padding: '4px',
|
15375
|
+
border: 0,
|
15376
|
+
background: 'none'
|
15377
|
+
}));
|
14968
15378
|
},
|
14969
15379
|
m(target, anchor) {
|
14970
15380
|
insert(target, button, anchor);
|
@@ -14979,10 +15389,10 @@ function create_each_block(ctx) {
|
|
14979
15389
|
p(new_ctx, dirty) {
|
14980
15390
|
ctx = new_ctx;
|
14981
15391
|
|
14982
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
15392
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
14983
15393
|
.../*indicatorItemStyle*/ ctx[3],
|
14984
15394
|
...{
|
14985
|
-
background: /*indicator*/ ctx[
|
15395
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14986
15396
|
}
|
14987
15397
|
}))) {
|
14988
15398
|
attr(i_1, "style", i_1_style_value);
|
@@ -15003,8 +15413,10 @@ function create_fragment$3(ctx) {
|
|
15003
15413
|
let t;
|
15004
15414
|
let div1;
|
15005
15415
|
let current;
|
15006
|
-
|
15007
|
-
|
15416
|
+
let mounted;
|
15417
|
+
let dispose;
|
15418
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
15419
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
15008
15420
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
15009
15421
|
let each_blocks = [];
|
15010
15422
|
|
@@ -15024,6 +15436,7 @@ function create_fragment$3(ctx) {
|
|
15024
15436
|
each_blocks[i].c();
|
15025
15437
|
}
|
15026
15438
|
|
15439
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
15027
15440
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
15028
15441
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15029
15442
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -15037,7 +15450,7 @@ function create_fragment$3(ctx) {
|
|
15037
15450
|
default_slot.m(div0, null);
|
15038
15451
|
}
|
15039
15452
|
|
15040
|
-
/*div0_binding*/ ctx[
|
15453
|
+
/*div0_binding*/ ctx[18](div0);
|
15041
15454
|
append(div2, t);
|
15042
15455
|
append(div2, div1);
|
15043
15456
|
|
@@ -15046,28 +15459,37 @@ function create_fragment$3(ctx) {
|
|
15046
15459
|
}
|
15047
15460
|
|
15048
15461
|
current = true;
|
15462
|
+
|
15463
|
+
if (!mounted) {
|
15464
|
+
dispose = [
|
15465
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
15466
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
15467
|
+
];
|
15468
|
+
|
15469
|
+
mounted = true;
|
15470
|
+
}
|
15049
15471
|
},
|
15050
|
-
p(ctx,
|
15472
|
+
p(ctx, dirty) {
|
15051
15473
|
if (default_slot) {
|
15052
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
15474
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
15053
15475
|
update_slot_base(
|
15054
15476
|
default_slot,
|
15055
15477
|
default_slot_template,
|
15056
15478
|
ctx,
|
15057
|
-
/*$$scope*/ ctx[
|
15479
|
+
/*$$scope*/ ctx[16],
|
15058
15480
|
!current
|
15059
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
15060
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
15481
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
15482
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
15061
15483
|
null
|
15062
15484
|
);
|
15063
15485
|
}
|
15064
15486
|
}
|
15065
15487
|
|
15066
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15488
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15067
15489
|
attr(div0, "style", div0_style_value);
|
15068
15490
|
}
|
15069
15491
|
|
15070
|
-
if (dirty & /*
|
15492
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
15071
15493
|
each_value = /*indicators*/ ctx[7] ?? [];
|
15072
15494
|
let i;
|
15073
15495
|
|
@@ -15090,15 +15512,15 @@ function create_fragment$3(ctx) {
|
|
15090
15512
|
each_blocks.length = each_value.length;
|
15091
15513
|
}
|
15092
15514
|
|
15093
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
15515
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
15094
15516
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15095
15517
|
}
|
15096
15518
|
|
15097
|
-
if (!current || dirty & /*layerId*/ 1) {
|
15519
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
15098
15520
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
15099
15521
|
}
|
15100
15522
|
|
15101
|
-
if (!current || dirty & /*style*/ 64) {
|
15523
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
15102
15524
|
attr(div2, "style", /*style*/ ctx[6]);
|
15103
15525
|
}
|
15104
15526
|
},
|
@@ -15114,8 +15536,10 @@ function create_fragment$3(ctx) {
|
|
15114
15536
|
d(detaching) {
|
15115
15537
|
if (detaching) detach(div2);
|
15116
15538
|
if (default_slot) default_slot.d(detaching);
|
15117
|
-
/*div0_binding*/ ctx[
|
15539
|
+
/*div0_binding*/ ctx[18](null);
|
15118
15540
|
destroy_each(each_blocks, detaching);
|
15541
|
+
mounted = false;
|
15542
|
+
run_all(dispose);
|
15119
15543
|
}
|
15120
15544
|
};
|
15121
15545
|
}
|
@@ -15133,9 +15557,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15133
15557
|
let { overrideStyle } = $$props;
|
15134
15558
|
let slotElement;
|
15135
15559
|
let currentIndex = 0;
|
15560
|
+
let startX = 0;
|
15561
|
+
let movedX = null;
|
15136
15562
|
let childCount = slotElement?.children?.length ?? 0;
|
15137
15563
|
|
15138
|
-
const calcTransformX = (index, itemCount) => {
|
15564
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
15139
15565
|
if (index === 0) return undefined;
|
15140
15566
|
|
15141
15567
|
const movingX = (() => {
|
@@ -15153,24 +15579,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15153
15579
|
return result;
|
15154
15580
|
})();
|
15155
15581
|
|
15156
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
15582
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
15157
15583
|
};
|
15158
15584
|
|
15159
15585
|
const handleClickIndicator = index => {
|
15160
|
-
$$invalidate(
|
15586
|
+
$$invalidate(12, currentIndex = index);
|
15161
15587
|
};
|
15162
15588
|
|
15163
15589
|
const setChildCount = () => {
|
15164
15590
|
const count = slotElement?.children?.length ?? 0;
|
15165
15591
|
|
15166
15592
|
if (count !== childCount) {
|
15167
|
-
$$invalidate(
|
15593
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
15594
|
+
}
|
15595
|
+
};
|
15596
|
+
|
15597
|
+
const toNext = (loop = false) => {
|
15598
|
+
if (currentIndex < childCount - 1) {
|
15599
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
15600
|
+
} else if (loop) {
|
15601
|
+
$$invalidate(12, currentIndex = 0);
|
15602
|
+
}
|
15603
|
+
};
|
15604
|
+
|
15605
|
+
const toPrev = (loop = false) => {
|
15606
|
+
if (currentIndex > 0) {
|
15607
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
15608
|
+
}
|
15609
|
+
};
|
15610
|
+
|
15611
|
+
const handleTouchmove = e => {
|
15612
|
+
startX = startX - e.touches[0].clientX;
|
15613
|
+
};
|
15614
|
+
|
15615
|
+
const handleTouchend = e => {
|
15616
|
+
if (movedX >= 32) {
|
15617
|
+
toNext();
|
15618
|
+
} else if (movedX <= -32) {
|
15619
|
+
toPrev();
|
15620
|
+
}
|
15621
|
+
|
15622
|
+
$$invalidate(13, movedX = null);
|
15623
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
15624
|
+
document.removeEventListener('touchend', handleTouchend);
|
15625
|
+
};
|
15626
|
+
|
15627
|
+
const handleTouchstart = e => {
|
15628
|
+
startX = e.touches[0].clientX;
|
15629
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
15630
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
15631
|
+
};
|
15632
|
+
|
15633
|
+
const handleMousemove = e => {
|
15634
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
15635
|
+
};
|
15636
|
+
|
15637
|
+
const handleMouseup = e => {
|
15638
|
+
if (movedX >= 32) {
|
15639
|
+
toNext();
|
15640
|
+
} else if (movedX <= -32) {
|
15641
|
+
toPrev();
|
15168
15642
|
}
|
15643
|
+
|
15644
|
+
$$invalidate(13, movedX = null);
|
15645
|
+
document.removeEventListener('mousemove', handleMousemove);
|
15646
|
+
document.removeEventListener('mouseup', handleMouseup);
|
15647
|
+
};
|
15648
|
+
|
15649
|
+
const handleMousedown = e => {
|
15650
|
+
console.log('mousedown');
|
15651
|
+
startX = e.clientX;
|
15652
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
15653
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
15169
15654
|
};
|
15170
15655
|
|
15171
15656
|
onMount$1(() => {
|
15172
15657
|
setChildCount();
|
15173
15658
|
setInterval(setChildCount, 300);
|
15659
|
+
|
15660
|
+
if (props.auto) {
|
15661
|
+
setInterval(
|
15662
|
+
() => {
|
15663
|
+
toNext(true);
|
15664
|
+
},
|
15665
|
+
props.interval ?? 5000
|
15666
|
+
);
|
15667
|
+
}
|
15174
15668
|
});
|
15175
15669
|
|
15176
15670
|
function div0_binding($$value) {
|
@@ -15184,21 +15678,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15184
15678
|
|
15185
15679
|
$$self.$$set = $$props => {
|
15186
15680
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
15187
|
-
if ('props' in $$props) $$invalidate(
|
15681
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
15188
15682
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
15189
|
-
if ('$$scope' in $$props) $$invalidate(
|
15683
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
15190
15684
|
};
|
15191
15685
|
|
15192
15686
|
$$self.$$.update = () => {
|
15193
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
15687
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
15194
15688
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
15195
15689
|
}
|
15196
15690
|
|
15197
|
-
if ($$self.$$.dirty & /*props*/
|
15198
|
-
$$invalidate(
|
15691
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
15692
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
15199
15693
|
}
|
15200
15694
|
|
15201
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
15695
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
15202
15696
|
$$invalidate(5, containerStyle = objToStyle({
|
15203
15697
|
display: 'grid',
|
15204
15698
|
// marginInline: `-${props.gap}px`,
|
@@ -15207,8 +15701,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15207
15701
|
gridAutoFlow: 'column',
|
15208
15702
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
15209
15703
|
flexShrink: 0,
|
15210
|
-
transition: 'transform 0.5s',
|
15211
|
-
transform: calcTransformX(currentIndex, childCount)
|
15704
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
15705
|
+
transform: calcTransformX(currentIndex, childCount),
|
15706
|
+
userSelect: 'none'
|
15212
15707
|
}));
|
15213
15708
|
}
|
15214
15709
|
};
|
@@ -15227,7 +15722,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15227
15722
|
height: '8px',
|
15228
15723
|
borderRadius: '100%',
|
15229
15724
|
display: 'block',
|
15230
|
-
background: '#AAAAAA'
|
15725
|
+
background: '#AAAAAA',
|
15726
|
+
border: 0
|
15231
15727
|
});
|
15232
15728
|
|
15233
15729
|
return [
|
@@ -15240,8 +15736,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15240
15736
|
style,
|
15241
15737
|
indicators,
|
15242
15738
|
handleClickIndicator,
|
15739
|
+
handleTouchstart,
|
15740
|
+
handleMousedown,
|
15243
15741
|
props,
|
15244
15742
|
currentIndex,
|
15743
|
+
movedX,
|
15245
15744
|
childCount,
|
15246
15745
|
itemWidthPercentage,
|
15247
15746
|
$$scope,
|
@@ -15254,7 +15753,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15254
15753
|
class Slider extends SvelteComponent {
|
15255
15754
|
constructor(options) {
|
15256
15755
|
super();
|
15257
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
15756
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
15258
15757
|
}
|
15259
15758
|
}
|
15260
15759
|
|
@@ -15316,7 +15815,7 @@ const TEXT_VARIANTS = {
|
|
15316
15815
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15317
15816
|
|
15318
15817
|
function add_css$2(target) {
|
15319
|
-
append_styles(target, "svelte-
|
15818
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
15320
15819
|
}
|
15321
15820
|
|
15322
15821
|
function create_fragment$2(ctx) {
|
@@ -15326,7 +15825,7 @@ function create_fragment$2(ctx) {
|
|
15326
15825
|
c() {
|
15327
15826
|
p = element("p");
|
15328
15827
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15329
|
-
attr(p, "class", "text svelte-
|
15828
|
+
attr(p, "class", "text svelte-1vl0c87");
|
15330
15829
|
attr(p, "style", /*style*/ ctx[1]);
|
15331
15830
|
},
|
15332
15831
|
m(target, anchor) {
|
@@ -15418,7 +15917,7 @@ const LAYER_TEXT_SIZE = {
|
|
15418
15917
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
15419
15918
|
|
15420
15919
|
function add_css$1(target) {
|
15421
|
-
append_styles(target, "svelte-
|
15920
|
+
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}");
|
15422
15921
|
}
|
15423
15922
|
|
15424
15923
|
// (14:0) {#if backgroundOverlay}
|
@@ -15431,7 +15930,7 @@ function create_if_block$1(ctx) {
|
|
15431
15930
|
return {
|
15432
15931
|
c() {
|
15433
15932
|
div = element("div");
|
15434
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15933
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
15435
15934
|
},
|
15436
15935
|
m(target, anchor) {
|
15437
15936
|
insert(target, div, anchor);
|
@@ -15442,7 +15941,7 @@ function create_if_block$1(ctx) {
|
|
15442
15941
|
}
|
15443
15942
|
},
|
15444
15943
|
p(ctx, dirty) {
|
15445
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15944
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
15446
15945
|
attr(div, "class", div_class_value);
|
15447
15946
|
}
|
15448
15947
|
},
|
@@ -15514,7 +16013,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15514
16013
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15515
16014
|
|
15516
16015
|
function add_css(target) {
|
15517
|
-
append_styles(target, "svelte-
|
16016
|
+
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{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-45ue06{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}}");
|
15518
16017
|
}
|
15519
16018
|
|
15520
16019
|
// (253:0) {:else}
|
@@ -15655,7 +16154,7 @@ function create_if_block(ctx) {
|
|
15655
16154
|
c() {
|
15656
16155
|
div = element("div");
|
15657
16156
|
if (default_slot) default_slot.c();
|
15658
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16157
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
15659
16158
|
attr(div, "role", "dialog");
|
15660
16159
|
attr(div, "aria-modal", "true");
|
15661
16160
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -15688,7 +16187,7 @@ function create_if_block(ctx) {
|
|
15688
16187
|
}
|
15689
16188
|
}
|
15690
16189
|
|
15691
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16190
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
15692
16191
|
attr(div, "class", div_class_value);
|
15693
16192
|
}
|
15694
16193
|
},
|
@@ -16204,4 +16703,4 @@ const ROUND_STYLES = {
|
|
16204
16703
|
},
|
16205
16704
|
};
|
16206
16705
|
|
16207
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES,
|
16706
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, 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, ButtonOutlined as FlexButtonOutlined, ButtonText as FlexButtonText, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, 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, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, 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 };
|