@plaidev/karte-action-sdk 1.1.245 → 1.1.246-28737598.88cb0f93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +33 -25
- package/dist/hydrate/index.es.js +1274 -747
- package/dist/index.es.d.ts +33 -25
- package/dist/index.es.js +1233 -737
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -6318
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,18 +4000,18 @@ 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}
|
4015
4015
|
function create_else_block$5(ctx) {
|
4016
4016
|
let backgroundoverlay;
|
4017
4017
|
let current;
|
@@ -4055,7 +4055,7 @@ function create_else_block$5(ctx) {
|
|
4055
4055
|
};
|
4056
4056
|
}
|
4057
4057
|
|
4058
|
-
// (
|
4058
|
+
// (267:24)
|
4059
4059
|
function create_if_block_3(ctx) {
|
4060
4060
|
let backgroundoverlay0;
|
4061
4061
|
let t;
|
@@ -4124,7 +4124,7 @@ function create_if_block_3(ctx) {
|
|
4124
4124
|
};
|
4125
4125
|
}
|
4126
4126
|
|
4127
|
-
// (
|
4127
|
+
// (265:0) {#if isPreview()}
|
4128
4128
|
function create_if_block_2$1(ctx) {
|
4129
4129
|
return {
|
4130
4130
|
c: noop,
|
@@ -4136,8 +4136,8 @@ function create_if_block_2$1(ctx) {
|
|
4136
4136
|
};
|
4137
4137
|
}
|
4138
4138
|
|
4139
|
-
// (
|
4140
|
-
function create_if_block$
|
4139
|
+
// (281:0) {#if visible}
|
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$c] },
|
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
|
},
|
@@ -4215,7 +4215,7 @@ function create_if_block$c(ctx) {
|
|
4215
4215
|
};
|
4216
4216
|
}
|
4217
4217
|
|
4218
|
-
// (
|
4218
|
+
// (294:6) {#if closable}
|
4219
4219
|
function create_if_block_1$3(ctx) {
|
4220
4220
|
let div;
|
4221
4221
|
let button;
|
@@ -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) {
|
@@ -4277,7 +4277,7 @@ function create_if_block_1$3(ctx) {
|
|
4277
4277
|
};
|
4278
4278
|
}
|
4279
4279
|
|
4280
|
-
// (
|
4280
|
+
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4281
4281
|
function create_default_slot_1$1(ctx) {
|
4282
4282
|
let svg;
|
4283
4283
|
let path;
|
@@ -4310,8 +4310,8 @@ function create_default_slot_1$1(ctx) {
|
|
4310
4310
|
};
|
4311
4311
|
}
|
4312
4312
|
|
4313
|
-
// (
|
4314
|
-
function create_default_slot$
|
4313
|
+
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
|
+
function create_default_slot$c(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;
|
@@ -4547,8 +4547,9 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
4547
4547
|
let { _closeStyle = '' } = $$props;
|
4548
4548
|
|
4549
4549
|
// モーダル背景の設定
|
4550
|
-
|
4550
|
+
const isExistBackgroundOverlayValue = placement && placement.backgroundOverlay !== undefined;
|
4551
4551
|
|
4552
|
+
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
4552
4553
|
let backgroundOverlayPC = DefaultModalPlacement.backgroundOverlay;
|
4553
4554
|
let backgroundOverlaySP = DefaultModalPlacement.backgroundOverlay;
|
4554
4555
|
|
@@ -4609,7 +4610,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
4609
4610
|
|
4610
4611
|
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 50331656) {
|
4611
4612
|
{
|
4612
|
-
if (
|
4613
|
+
if (isExistBackgroundOverlayValue) {
|
4613
4614
|
$$invalidate(12, backgroundOverlay = placement.backgroundOverlay);
|
4614
4615
|
}
|
4615
4616
|
|
@@ -4831,8 +4832,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4831
4832
|
init(
|
4832
4833
|
this,
|
4833
4834
|
options,
|
4834
|
-
instance$
|
4835
|
-
create_fragment$
|
4835
|
+
instance$1a,
|
4836
|
+
create_fragment$1a,
|
4836
4837
|
safe_not_equal,
|
4837
4838
|
{
|
4838
4839
|
onClick: 0,
|
@@ -4850,7 +4851,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4850
4851
|
closeButtonColor: 9,
|
4851
4852
|
_closeStyle: 10
|
4852
4853
|
},
|
4853
|
-
add_css$
|
4854
|
+
add_css$C,
|
4854
4855
|
[-1, -1]
|
4855
4856
|
);
|
4856
4857
|
}
|
@@ -4858,7 +4859,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4858
4859
|
|
4859
4860
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4860
4861
|
|
4861
|
-
function create_fragment$
|
4862
|
+
function create_fragment$19(ctx) {
|
4862
4863
|
let div;
|
4863
4864
|
let current;
|
4864
4865
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4916,7 +4917,7 @@ function create_fragment$16(ctx) {
|
|
4916
4917
|
};
|
4917
4918
|
}
|
4918
4919
|
|
4919
|
-
function instance$
|
4920
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4920
4921
|
let _style;
|
4921
4922
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4922
4923
|
let { width = '512px' } = $$props;
|
@@ -4961,7 +4962,7 @@ class Grid extends SvelteComponent {
|
|
4961
4962
|
constructor(options) {
|
4962
4963
|
super();
|
4963
4964
|
|
4964
|
-
init(this, options, instance$
|
4965
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4965
4966
|
width: 1,
|
4966
4967
|
height: 2,
|
4967
4968
|
rows: 3,
|
@@ -4974,11 +4975,11 @@ class Grid extends SvelteComponent {
|
|
4974
4975
|
|
4975
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4976
4977
|
|
4977
|
-
function add_css$
|
4978
|
-
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}");
|
4979
4980
|
}
|
4980
4981
|
|
4981
|
-
function create_fragment$
|
4982
|
+
function create_fragment$18(ctx) {
|
4982
4983
|
let div1;
|
4983
4984
|
let div0;
|
4984
4985
|
let current;
|
@@ -4990,8 +4991,8 @@ function create_fragment$15(ctx) {
|
|
4990
4991
|
div1 = element("div");
|
4991
4992
|
div0 = element("div");
|
4992
4993
|
if (default_slot) default_slot.c();
|
4993
|
-
attr(div0, "class", "grid-item-inner svelte-
|
4994
|
-
attr(div1, "class", "grid-item svelte-
|
4994
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
4995
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
4995
4996
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
4996
4997
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
4997
4998
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5052,7 +5053,7 @@ function create_fragment$15(ctx) {
|
|
5052
5053
|
|
5053
5054
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5054
5055
|
|
5055
|
-
function instance$
|
5056
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5056
5057
|
let _style;
|
5057
5058
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5058
5059
|
let { x1 } = $$props;
|
@@ -5101,8 +5102,8 @@ class GridItem extends SvelteComponent {
|
|
5101
5102
|
init(
|
5102
5103
|
this,
|
5103
5104
|
options,
|
5104
|
-
instance$
|
5105
|
-
create_fragment$
|
5105
|
+
instance$18,
|
5106
|
+
create_fragment$18,
|
5106
5107
|
safe_not_equal,
|
5107
5108
|
{
|
5108
5109
|
x1: 2,
|
@@ -5113,7 +5114,7 @@ class GridItem extends SvelteComponent {
|
|
5113
5114
|
background: 7,
|
5114
5115
|
gridItemId: 0
|
5115
5116
|
},
|
5116
|
-
add_css$
|
5117
|
+
add_css$B
|
5117
5118
|
);
|
5118
5119
|
}
|
5119
5120
|
}
|
@@ -5148,7 +5149,7 @@ function create_else_block$4(ctx) {
|
|
5148
5149
|
}
|
5149
5150
|
|
5150
5151
|
// (11:2) {#if item.match(regexp)}
|
5151
|
-
function create_if_block$
|
5152
|
+
function create_if_block$c(ctx) {
|
5152
5153
|
let br;
|
5153
5154
|
|
5154
5155
|
return {
|
@@ -5173,7 +5174,7 @@ function create_each_block$7(ctx) {
|
|
5173
5174
|
function select_block_type(ctx, dirty) {
|
5174
5175
|
if (dirty & /*items*/ 1) show_if = null;
|
5175
5176
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5176
|
-
if (show_if) return create_if_block$
|
5177
|
+
if (show_if) return create_if_block$c;
|
5177
5178
|
return create_else_block$4;
|
5178
5179
|
}
|
5179
5180
|
|
@@ -5209,7 +5210,7 @@ function create_each_block$7(ctx) {
|
|
5209
5210
|
};
|
5210
5211
|
}
|
5211
5212
|
|
5212
|
-
function create_fragment$
|
5213
|
+
function create_fragment$17(ctx) {
|
5213
5214
|
let each_1_anchor;
|
5214
5215
|
let each_value = /*items*/ ctx[0];
|
5215
5216
|
let each_blocks = [];
|
@@ -5268,7 +5269,7 @@ function create_fragment$14(ctx) {
|
|
5268
5269
|
|
5269
5270
|
const regexp = /(\r?\n)/;
|
5270
5271
|
|
5271
|
-
function instance$
|
5272
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5272
5273
|
let items;
|
5273
5274
|
let { text = 'サンプルSample' } = $$props;
|
5274
5275
|
|
@@ -5289,14 +5290,14 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5289
5290
|
class RenderText extends SvelteComponent {
|
5290
5291
|
constructor(options) {
|
5291
5292
|
super();
|
5292
|
-
init(this, options, instance$
|
5293
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5293
5294
|
}
|
5294
5295
|
}
|
5295
5296
|
|
5296
5297
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5297
5298
|
|
5298
|
-
function add_css$
|
5299
|
-
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}");
|
5300
5301
|
}
|
5301
5302
|
|
5302
5303
|
// (94:2) {:else}
|
@@ -5313,8 +5314,8 @@ function create_else_block$3(ctx) {
|
|
5313
5314
|
div1 = element("div");
|
5314
5315
|
div0 = element("div");
|
5315
5316
|
create_component(rendertext.$$.fragment);
|
5316
|
-
attr(div0, "class", "text-element-inner svelte-
|
5317
|
-
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"));
|
5318
5319
|
attr(div1, "style", /*style*/ ctx[5]);
|
5319
5320
|
},
|
5320
5321
|
m(target, anchor) {
|
@@ -5328,7 +5329,7 @@ function create_else_block$3(ctx) {
|
|
5328
5329
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5329
5330
|
rendertext.$set(rendertext_changes);
|
5330
5331
|
|
5331
|
-
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"))) {
|
5332
5333
|
attr(div1, "class", div1_class_value);
|
5333
5334
|
}
|
5334
5335
|
|
@@ -5353,7 +5354,7 @@ function create_else_block$3(ctx) {
|
|
5353
5354
|
}
|
5354
5355
|
|
5355
5356
|
// (80:2) {#if enableCopy}
|
5356
|
-
function create_if_block$
|
5357
|
+
function create_if_block$b(ctx) {
|
5357
5358
|
let a;
|
5358
5359
|
let div0;
|
5359
5360
|
let rendertext;
|
@@ -5378,12 +5379,12 @@ function create_if_block$a(ctx) {
|
|
5378
5379
|
t2 = space();
|
5379
5380
|
div2 = element("div");
|
5380
5381
|
div2.textContent = "コピーできませんでした";
|
5381
|
-
attr(div0, "class", "text-element-inner svelte-
|
5382
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5382
5383
|
attr(a, "href", '');
|
5383
|
-
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"));
|
5384
5385
|
attr(a, "style", /*style*/ ctx[5]);
|
5385
|
-
attr(div1, "class", "tooltip svelte-
|
5386
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5386
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5387
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5387
5388
|
},
|
5388
5389
|
m(target, anchor) {
|
5389
5390
|
insert(target, a, anchor);
|
@@ -5407,7 +5408,7 @@ function create_if_block$a(ctx) {
|
|
5407
5408
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5408
5409
|
rendertext.$set(rendertext_changes);
|
5409
5410
|
|
5410
|
-
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"))) {
|
5411
5412
|
attr(a, "class", a_class_value);
|
5412
5413
|
}
|
5413
5414
|
|
@@ -5439,12 +5440,12 @@ function create_if_block$a(ctx) {
|
|
5439
5440
|
};
|
5440
5441
|
}
|
5441
5442
|
|
5442
|
-
function create_fragment$
|
5443
|
+
function create_fragment$16(ctx) {
|
5443
5444
|
let div;
|
5444
5445
|
let current_block_type_index;
|
5445
5446
|
let if_block;
|
5446
5447
|
let current;
|
5447
|
-
const if_block_creators = [create_if_block$
|
5448
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5448
5449
|
const if_blocks = [];
|
5449
5450
|
|
5450
5451
|
function select_block_type(ctx, dirty) {
|
@@ -5459,7 +5460,7 @@ function create_fragment$13(ctx) {
|
|
5459
5460
|
c() {
|
5460
5461
|
div = element("div");
|
5461
5462
|
if_block.c();
|
5462
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5463
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5463
5464
|
},
|
5464
5465
|
m(target, anchor) {
|
5465
5466
|
insert(target, div, anchor);
|
@@ -5509,7 +5510,7 @@ function create_fragment$13(ctx) {
|
|
5509
5510
|
};
|
5510
5511
|
}
|
5511
5512
|
|
5512
|
-
function instance$
|
5513
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5513
5514
|
let style;
|
5514
5515
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5515
5516
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5605,8 +5606,8 @@ class TextElement extends SvelteComponent {
|
|
5605
5606
|
init(
|
5606
5607
|
this,
|
5607
5608
|
options,
|
5608
|
-
instance$
|
5609
|
-
create_fragment$
|
5609
|
+
instance$16,
|
5610
|
+
create_fragment$16,
|
5610
5611
|
safe_not_equal,
|
5611
5612
|
{
|
5612
5613
|
text: 0,
|
@@ -5617,19 +5618,19 @@ class TextElement extends SvelteComponent {
|
|
5617
5618
|
enableCopy: 2,
|
5618
5619
|
eventName: 10
|
5619
5620
|
},
|
5620
|
-
add_css$
|
5621
|
+
add_css$A
|
5621
5622
|
);
|
5622
5623
|
}
|
5623
5624
|
}
|
5624
5625
|
|
5625
5626
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5626
5627
|
|
5627
|
-
function add_css$
|
5628
|
-
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)}");
|
5629
5630
|
}
|
5630
5631
|
|
5631
5632
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5632
|
-
function create_default_slot$
|
5633
|
+
function create_default_slot$b(ctx) {
|
5633
5634
|
let rendertext;
|
5634
5635
|
let current;
|
5635
5636
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5662,7 +5663,7 @@ function create_default_slot$a(ctx) {
|
|
5662
5663
|
};
|
5663
5664
|
}
|
5664
5665
|
|
5665
|
-
function create_fragment$
|
5666
|
+
function create_fragment$15(ctx) {
|
5666
5667
|
let div;
|
5667
5668
|
let button;
|
5668
5669
|
let current;
|
@@ -5672,7 +5673,7 @@ function create_fragment$12(ctx) {
|
|
5672
5673
|
onClick: /*onClick*/ ctx[1],
|
5673
5674
|
style: /*style*/ ctx[3],
|
5674
5675
|
eventName: /*eventName*/ ctx[2],
|
5675
|
-
$$slots: { default: [create_default_slot$
|
5676
|
+
$$slots: { default: [create_default_slot$b] },
|
5676
5677
|
$$scope: { ctx }
|
5677
5678
|
}
|
5678
5679
|
});
|
@@ -5681,7 +5682,7 @@ function create_fragment$12(ctx) {
|
|
5681
5682
|
c() {
|
5682
5683
|
div = element("div");
|
5683
5684
|
create_component(button.$$.fragment);
|
5684
|
-
attr(div, "class", "text-button-element svelte-
|
5685
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5685
5686
|
},
|
5686
5687
|
m(target, anchor) {
|
5687
5688
|
insert(target, div, anchor);
|
@@ -5716,7 +5717,7 @@ function create_fragment$12(ctx) {
|
|
5716
5717
|
};
|
5717
5718
|
}
|
5718
5719
|
|
5719
|
-
function instance$
|
5720
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5720
5721
|
let style;
|
5721
5722
|
let { text = 'ボタンのラベル' } = $$props;
|
5722
5723
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5754,8 +5755,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5754
5755
|
init(
|
5755
5756
|
this,
|
5756
5757
|
options,
|
5757
|
-
instance$
|
5758
|
-
create_fragment$
|
5758
|
+
instance$15,
|
5759
|
+
create_fragment$15,
|
5759
5760
|
safe_not_equal,
|
5760
5761
|
{
|
5761
5762
|
text: 0,
|
@@ -5765,19 +5766,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5765
5766
|
_buttonStyle: 5,
|
5766
5767
|
_style: 6
|
5767
5768
|
},
|
5768
|
-
add_css$
|
5769
|
+
add_css$z
|
5769
5770
|
);
|
5770
5771
|
}
|
5771
5772
|
}
|
5772
5773
|
|
5773
5774
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5774
5775
|
|
5775
|
-
function add_css$
|
5776
|
-
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%}");
|
5777
5778
|
}
|
5778
5779
|
|
5779
5780
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5780
|
-
function create_default_slot$
|
5781
|
+
function create_default_slot$a(ctx) {
|
5781
5782
|
let img;
|
5782
5783
|
let img_style_value;
|
5783
5784
|
let img_src_value;
|
@@ -5785,7 +5786,7 @@ function create_default_slot$9(ctx) {
|
|
5785
5786
|
return {
|
5786
5787
|
c() {
|
5787
5788
|
img = element("img");
|
5788
|
-
attr(img, "class", "image svelte-
|
5789
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5789
5790
|
attr(img, "loading", "lazy");
|
5790
5791
|
attr(img, "width", "auto");
|
5791
5792
|
attr(img, "height", "auto");
|
@@ -5827,7 +5828,7 @@ function create_default_slot$9(ctx) {
|
|
5827
5828
|
};
|
5828
5829
|
}
|
5829
5830
|
|
5830
|
-
function create_fragment$
|
5831
|
+
function create_fragment$14(ctx) {
|
5831
5832
|
let div;
|
5832
5833
|
let button;
|
5833
5834
|
let div_class_value;
|
@@ -5838,7 +5839,7 @@ function create_fragment$11(ctx) {
|
|
5838
5839
|
onClick: /*onClick*/ ctx[4],
|
5839
5840
|
style: /*_style*/ ctx[7],
|
5840
5841
|
eventName: /*eventName*/ ctx[5],
|
5841
|
-
$$slots: { default: [create_default_slot$
|
5842
|
+
$$slots: { default: [create_default_slot$a] },
|
5842
5843
|
$$scope: { ctx }
|
5843
5844
|
}
|
5844
5845
|
});
|
@@ -5847,7 +5848,7 @@ function create_fragment$11(ctx) {
|
|
5847
5848
|
c() {
|
5848
5849
|
div = element("div");
|
5849
5850
|
create_component(button.$$.fragment);
|
5850
|
-
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");
|
5851
5852
|
},
|
5852
5853
|
m(target, anchor) {
|
5853
5854
|
insert(target, div, anchor);
|
@@ -5866,7 +5867,7 @@ function create_fragment$11(ctx) {
|
|
5866
5867
|
|
5867
5868
|
button.$set(button_changes);
|
5868
5869
|
|
5869
|
-
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")) {
|
5870
5871
|
attr(div, "class", div_class_value);
|
5871
5872
|
}
|
5872
5873
|
},
|
@@ -5886,7 +5887,7 @@ function create_fragment$11(ctx) {
|
|
5886
5887
|
};
|
5887
5888
|
}
|
5888
5889
|
|
5889
|
-
function instance$
|
5890
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5890
5891
|
let { src = '' } = $$props;
|
5891
5892
|
let { alt = '画像の説明' } = $$props;
|
5892
5893
|
let { transport = false } = $$props;
|
@@ -5917,8 +5918,8 @@ class ImageElement extends SvelteComponent {
|
|
5917
5918
|
init(
|
5918
5919
|
this,
|
5919
5920
|
options,
|
5920
|
-
instance$
|
5921
|
-
create_fragment$
|
5921
|
+
instance$14,
|
5922
|
+
create_fragment$14,
|
5922
5923
|
safe_not_equal,
|
5923
5924
|
{
|
5924
5925
|
src: 0,
|
@@ -5930,18 +5931,18 @@ class ImageElement extends SvelteComponent {
|
|
5930
5931
|
_imageStyle: 6,
|
5931
5932
|
_style: 7
|
5932
5933
|
},
|
5933
|
-
add_css$
|
5934
|
+
add_css$y
|
5934
5935
|
);
|
5935
5936
|
}
|
5936
5937
|
}
|
5937
5938
|
|
5938
5939
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5939
5940
|
|
5940
|
-
function add_css$
|
5941
|
-
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}");
|
5942
5943
|
}
|
5943
5944
|
|
5944
|
-
function create_fragment$
|
5945
|
+
function create_fragment$13(ctx) {
|
5945
5946
|
let div;
|
5946
5947
|
let current;
|
5947
5948
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -5951,7 +5952,7 @@ function create_fragment$10(ctx) {
|
|
5951
5952
|
c() {
|
5952
5953
|
div = element("div");
|
5953
5954
|
if (default_slot) default_slot.c();
|
5954
|
-
attr(div, "class", "list svelte-
|
5955
|
+
attr(div, "class", "list svelte-aquv6z");
|
5955
5956
|
attr(div, "style", /*style*/ ctx[0]);
|
5956
5957
|
},
|
5957
5958
|
m(target, anchor) {
|
@@ -6001,7 +6002,7 @@ function create_fragment$10(ctx) {
|
|
6001
6002
|
|
6002
6003
|
const LIST_CONTEXT_KEY = Symbol();
|
6003
6004
|
|
6004
|
-
function instance$
|
6005
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6005
6006
|
let style;
|
6006
6007
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6007
6008
|
let { direction = 'vertical' } = $$props;
|
@@ -6068,8 +6069,8 @@ class List extends SvelteComponent {
|
|
6068
6069
|
init(
|
6069
6070
|
this,
|
6070
6071
|
options,
|
6071
|
-
instance$
|
6072
|
-
create_fragment$
|
6072
|
+
instance$13,
|
6073
|
+
create_fragment$13,
|
6073
6074
|
safe_not_equal,
|
6074
6075
|
{
|
6075
6076
|
direction: 1,
|
@@ -6077,19 +6078,19 @@ class List extends SvelteComponent {
|
|
6077
6078
|
background: 3,
|
6078
6079
|
_style: 4
|
6079
6080
|
},
|
6080
|
-
add_css$
|
6081
|
+
add_css$x
|
6081
6082
|
);
|
6082
6083
|
}
|
6083
6084
|
}
|
6084
6085
|
|
6085
6086
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6086
6087
|
|
6087
|
-
function add_css$
|
6088
|
-
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}");
|
6089
6090
|
}
|
6090
6091
|
|
6091
6092
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6092
|
-
function create_default_slot$
|
6093
|
+
function create_default_slot$9(ctx) {
|
6093
6094
|
let current;
|
6094
6095
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6095
6096
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6136,7 +6137,7 @@ function create_default_slot$8(ctx) {
|
|
6136
6137
|
};
|
6137
6138
|
}
|
6138
6139
|
|
6139
|
-
function create_fragment
|
6140
|
+
function create_fragment$12(ctx) {
|
6140
6141
|
let div;
|
6141
6142
|
let button;
|
6142
6143
|
let current;
|
@@ -6146,7 +6147,7 @@ function create_fragment$$(ctx) {
|
|
6146
6147
|
onClick: /*onClick*/ ctx[0],
|
6147
6148
|
style: /*_style*/ ctx[2],
|
6148
6149
|
eventName: /*clickEventName*/ ctx[1],
|
6149
|
-
$$slots: { default: [create_default_slot$
|
6150
|
+
$$slots: { default: [create_default_slot$9] },
|
6150
6151
|
$$scope: { ctx }
|
6151
6152
|
}
|
6152
6153
|
});
|
@@ -6155,7 +6156,7 @@ function create_fragment$$(ctx) {
|
|
6155
6156
|
c() {
|
6156
6157
|
div = element("div");
|
6157
6158
|
create_component(button.$$.fragment);
|
6158
|
-
attr(div, "class", "list-item svelte-
|
6159
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6159
6160
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6160
6161
|
},
|
6161
6162
|
m(target, anchor) {
|
@@ -6195,7 +6196,7 @@ function create_fragment$$(ctx) {
|
|
6195
6196
|
};
|
6196
6197
|
}
|
6197
6198
|
|
6198
|
-
function instance
|
6199
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6199
6200
|
let listItemStyle;
|
6200
6201
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6201
6202
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6274,23 +6275,23 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6274
6275
|
class ListItem extends SvelteComponent {
|
6275
6276
|
constructor(options) {
|
6276
6277
|
super();
|
6277
|
-
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);
|
6278
6279
|
}
|
6279
6280
|
}
|
6280
6281
|
|
6281
6282
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6282
6283
|
|
6283
|
-
function add_css$
|
6284
|
-
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}");
|
6285
6286
|
}
|
6286
6287
|
|
6287
|
-
function create_fragment$
|
6288
|
+
function create_fragment$11(ctx) {
|
6288
6289
|
let div;
|
6289
6290
|
|
6290
6291
|
return {
|
6291
6292
|
c() {
|
6292
6293
|
div = element("div");
|
6293
|
-
attr(div, "class", "embed svelte-
|
6294
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6294
6295
|
attr(div, "style", /*_style*/ ctx[1]);
|
6295
6296
|
},
|
6296
6297
|
m(target, anchor) {
|
@@ -6311,7 +6312,7 @@ function create_fragment$_(ctx) {
|
|
6311
6312
|
};
|
6312
6313
|
}
|
6313
6314
|
|
6314
|
-
function instance$
|
6315
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6315
6316
|
let { code } = $$props;
|
6316
6317
|
let { _style = '' } = $$props;
|
6317
6318
|
|
@@ -6326,17 +6327,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6326
6327
|
class EmbedElement extends SvelteComponent {
|
6327
6328
|
constructor(options) {
|
6328
6329
|
super();
|
6329
|
-
init(this, options, instance$
|
6330
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6330
6331
|
}
|
6331
6332
|
}
|
6332
6333
|
|
6333
6334
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6334
6335
|
|
6335
|
-
function add_css$
|
6336
|
-
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%}");
|
6337
6338
|
}
|
6338
6339
|
|
6339
|
-
function create_fragment$
|
6340
|
+
function create_fragment$10(ctx) {
|
6340
6341
|
let div1;
|
6341
6342
|
let div0;
|
6342
6343
|
|
@@ -6345,7 +6346,7 @@ function create_fragment$Z(ctx) {
|
|
6345
6346
|
div1 = element("div");
|
6346
6347
|
div0 = element("div");
|
6347
6348
|
attr(div0, "class", "karte-player");
|
6348
|
-
attr(div1, "class", "embed svelte-
|
6349
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6349
6350
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6350
6351
|
},
|
6351
6352
|
m(target, anchor) {
|
@@ -6377,7 +6378,7 @@ function _setValue(obj, key, value) {
|
|
6377
6378
|
}
|
6378
6379
|
}
|
6379
6380
|
|
6380
|
-
function instance$
|
6381
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6381
6382
|
let $system;
|
6382
6383
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6383
6384
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6648,8 +6649,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6648
6649
|
init(
|
6649
6650
|
this,
|
6650
6651
|
options,
|
6651
|
-
instance$
|
6652
|
-
create_fragment$
|
6652
|
+
instance$10,
|
6653
|
+
create_fragment$10,
|
6653
6654
|
safe_not_equal,
|
6654
6655
|
{
|
6655
6656
|
videoId: 2,
|
@@ -6678,7 +6679,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6678
6679
|
mute: 25,
|
6679
6680
|
_style: 0
|
6680
6681
|
},
|
6681
|
-
add_css$
|
6682
|
+
add_css$u,
|
6682
6683
|
[-1, -1]
|
6683
6684
|
);
|
6684
6685
|
}
|
@@ -6686,11 +6687,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6686
6687
|
|
6687
6688
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6688
6689
|
|
6689
|
-
function add_css$
|
6690
|
-
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%}");
|
6691
6692
|
}
|
6692
6693
|
|
6693
|
-
function create_fragment
|
6694
|
+
function create_fragment$$(ctx) {
|
6694
6695
|
let div1;
|
6695
6696
|
let div0;
|
6696
6697
|
|
@@ -6699,7 +6700,7 @@ function create_fragment$Y(ctx) {
|
|
6699
6700
|
div1 = element("div");
|
6700
6701
|
div0 = element("div");
|
6701
6702
|
attr(div0, "class", "karte-player");
|
6702
|
-
attr(div1, "class", "embed svelte-
|
6703
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6703
6704
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6704
6705
|
},
|
6705
6706
|
m(target, anchor) {
|
@@ -6721,7 +6722,7 @@ function create_fragment$Y(ctx) {
|
|
6721
6722
|
};
|
6722
6723
|
}
|
6723
6724
|
|
6724
|
-
function instance
|
6725
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6725
6726
|
let $system;
|
6726
6727
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6727
6728
|
let { videoId = "201239468" } = $$props;
|
@@ -6864,8 +6865,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6864
6865
|
init(
|
6865
6866
|
this,
|
6866
6867
|
options,
|
6867
|
-
instance
|
6868
|
-
create_fragment
|
6868
|
+
instance$$,
|
6869
|
+
create_fragment$$,
|
6869
6870
|
safe_not_equal,
|
6870
6871
|
{
|
6871
6872
|
videoId: 2,
|
@@ -6875,18 +6876,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6875
6876
|
mute: 6,
|
6876
6877
|
_style: 0
|
6877
6878
|
},
|
6878
|
-
add_css$
|
6879
|
+
add_css$t
|
6879
6880
|
);
|
6880
6881
|
}
|
6881
6882
|
}
|
6882
6883
|
|
6883
6884
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6884
6885
|
|
6885
|
-
function add_css$
|
6886
|
-
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}");
|
6887
6888
|
}
|
6888
6889
|
|
6889
|
-
function create_fragment$
|
6890
|
+
function create_fragment$_(ctx) {
|
6890
6891
|
let div;
|
6891
6892
|
let textarea;
|
6892
6893
|
let mounted;
|
@@ -6896,12 +6897,12 @@ function create_fragment$X(ctx) {
|
|
6896
6897
|
c() {
|
6897
6898
|
div = element("div");
|
6898
6899
|
textarea = element("textarea");
|
6899
|
-
attr(textarea, "class", "textarea svelte-
|
6900
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
6900
6901
|
textarea.value = /*$value*/ ctx[4];
|
6901
6902
|
textarea.required = /*required*/ ctx[1];
|
6902
6903
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
6903
6904
|
attr(textarea, "style", /*style*/ ctx[3]);
|
6904
|
-
attr(div, "class", "textarea-wrapper svelte-
|
6905
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
6905
6906
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
6906
6907
|
},
|
6907
6908
|
m(target, anchor) {
|
@@ -6944,7 +6945,7 @@ function create_fragment$X(ctx) {
|
|
6944
6945
|
};
|
6945
6946
|
}
|
6946
6947
|
|
6947
|
-
function instance$
|
6948
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6948
6949
|
let style;
|
6949
6950
|
let styleVariables;
|
6950
6951
|
let $value;
|
@@ -7032,8 +7033,8 @@ class FormTextarea extends SvelteComponent {
|
|
7032
7033
|
init(
|
7033
7034
|
this,
|
7034
7035
|
options,
|
7035
|
-
instance$
|
7036
|
-
create_fragment$
|
7036
|
+
instance$_,
|
7037
|
+
create_fragment$_,
|
7037
7038
|
safe_not_equal,
|
7038
7039
|
{
|
7039
7040
|
name: 7,
|
@@ -7045,15 +7046,15 @@ class FormTextarea extends SvelteComponent {
|
|
7045
7046
|
_textStyle: 11,
|
7046
7047
|
_placeholderStyle: 12
|
7047
7048
|
},
|
7048
|
-
add_css$
|
7049
|
+
add_css$s
|
7049
7050
|
);
|
7050
7051
|
}
|
7051
7052
|
}
|
7052
7053
|
|
7053
7054
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7054
7055
|
|
7055
|
-
function add_css$
|
7056
|
-
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}");
|
7057
7058
|
}
|
7058
7059
|
|
7059
7060
|
function get_each_context$6(ctx, list, i) {
|
@@ -7087,14 +7088,14 @@ function create_each_block$6(ctx) {
|
|
7087
7088
|
t1 = text(t1_value);
|
7088
7089
|
t2 = space();
|
7089
7090
|
attr(input, "type", "radio");
|
7090
|
-
attr(input, "class", "radio-button-input svelte-
|
7091
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7091
7092
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7092
7093
|
attr(input, "name", /*name*/ ctx[0]);
|
7093
7094
|
input.value = input_value_value = /*option*/ ctx[17];
|
7094
7095
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7095
|
-
attr(span, "class", "radio-button-text svelte-
|
7096
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7096
7097
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7097
|
-
attr(label, "class", "radio-button svelte-
|
7098
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7098
7099
|
},
|
7099
7100
|
m(target, anchor) {
|
7100
7101
|
insert(target, label, anchor);
|
@@ -7142,7 +7143,7 @@ function create_each_block$6(ctx) {
|
|
7142
7143
|
};
|
7143
7144
|
}
|
7144
7145
|
|
7145
|
-
function create_fragment$
|
7146
|
+
function create_fragment$Z(ctx) {
|
7146
7147
|
let div;
|
7147
7148
|
let each_value = /*_options*/ ctx[4];
|
7148
7149
|
let each_blocks = [];
|
@@ -7159,7 +7160,7 @@ function create_fragment$W(ctx) {
|
|
7159
7160
|
each_blocks[i].c();
|
7160
7161
|
}
|
7161
7162
|
|
7162
|
-
attr(div, "class", "radio-buttons svelte-
|
7163
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7163
7164
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7164
7165
|
},
|
7165
7166
|
m(target, anchor) {
|
@@ -7206,7 +7207,7 @@ function create_fragment$W(ctx) {
|
|
7206
7207
|
};
|
7207
7208
|
}
|
7208
7209
|
|
7209
|
-
function instance$
|
7210
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7210
7211
|
let _options;
|
7211
7212
|
let buttonStyle;
|
7212
7213
|
let _value;
|
@@ -7306,8 +7307,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7306
7307
|
init(
|
7307
7308
|
this,
|
7308
7309
|
options,
|
7309
|
-
instance$
|
7310
|
-
create_fragment$
|
7310
|
+
instance$Z,
|
7311
|
+
create_fragment$Z,
|
7311
7312
|
safe_not_equal,
|
7312
7313
|
{
|
7313
7314
|
name: 0,
|
@@ -7320,15 +7321,15 @@ class FormRadioButtons extends SvelteComponent {
|
|
7320
7321
|
buttonColor: 13,
|
7321
7322
|
buttonColorActive: 14
|
7322
7323
|
},
|
7323
|
-
add_css$
|
7324
|
+
add_css$r
|
7324
7325
|
);
|
7325
7326
|
}
|
7326
7327
|
}
|
7327
7328
|
|
7328
7329
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7329
7330
|
|
7330
|
-
function add_css$
|
7331
|
-
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}");
|
7332
7333
|
}
|
7333
7334
|
|
7334
7335
|
function get_each_context$5(ctx, list, i) {
|
@@ -7359,7 +7360,7 @@ function create_else_block$2(ctx) {
|
|
7359
7360
|
}
|
7360
7361
|
|
7361
7362
|
// (105:10) {#if option}
|
7362
|
-
function create_if_block$
|
7363
|
+
function create_if_block$a(ctx) {
|
7363
7364
|
let t_value = /*option*/ ctx[19] + "";
|
7364
7365
|
let t;
|
7365
7366
|
|
@@ -7387,7 +7388,7 @@ function create_each_block$5(ctx) {
|
|
7387
7388
|
let option_selected_value;
|
7388
7389
|
|
7389
7390
|
function select_block_type(ctx, dirty) {
|
7390
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7391
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7391
7392
|
return create_else_block$2;
|
7392
7393
|
}
|
7393
7394
|
|
@@ -7437,7 +7438,7 @@ function create_each_block$5(ctx) {
|
|
7437
7438
|
};
|
7438
7439
|
}
|
7439
7440
|
|
7440
|
-
function create_fragment$
|
7441
|
+
function create_fragment$Y(ctx) {
|
7441
7442
|
let div1;
|
7442
7443
|
let select;
|
7443
7444
|
let t;
|
@@ -7462,10 +7463,10 @@ function create_fragment$V(ctx) {
|
|
7462
7463
|
|
7463
7464
|
t = space();
|
7464
7465
|
div0 = element("div");
|
7465
|
-
attr(select, "class", "select-select svelte-
|
7466
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7466
7467
|
attr(select, "style", /*style*/ ctx[3]);
|
7467
|
-
attr(div0, "class", "select-icon svelte-
|
7468
|
-
attr(div1, "class", "select svelte-
|
7468
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7469
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7469
7470
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7470
7471
|
},
|
7471
7472
|
m(target, anchor) {
|
@@ -7527,7 +7528,7 @@ function create_fragment$V(ctx) {
|
|
7527
7528
|
};
|
7528
7529
|
}
|
7529
7530
|
|
7530
|
-
function instance$
|
7531
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7531
7532
|
let _options;
|
7532
7533
|
let style;
|
7533
7534
|
let styleVariables;
|
@@ -7643,8 +7644,8 @@ class FormSelect extends SvelteComponent {
|
|
7643
7644
|
init(
|
7644
7645
|
this,
|
7645
7646
|
options,
|
7646
|
-
instance$
|
7647
|
-
create_fragment$
|
7647
|
+
instance$Y,
|
7648
|
+
create_fragment$Y,
|
7648
7649
|
safe_not_equal,
|
7649
7650
|
{
|
7650
7651
|
name: 7,
|
@@ -7659,15 +7660,15 @@ class FormSelect extends SvelteComponent {
|
|
7659
7660
|
iconColor: 15,
|
7660
7661
|
iconSize: 16
|
7661
7662
|
},
|
7662
|
-
add_css$
|
7663
|
+
add_css$q
|
7663
7664
|
);
|
7664
7665
|
}
|
7665
7666
|
}
|
7666
7667
|
|
7667
7668
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7668
7669
|
|
7669
|
-
function add_css$
|
7670
|
-
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}");
|
7671
7672
|
}
|
7672
7673
|
|
7673
7674
|
function get_each_context$4(ctx, list, i) {
|
@@ -7706,19 +7707,19 @@ function create_each_block$4(ctx) {
|
|
7706
7707
|
span2 = element("span");
|
7707
7708
|
t2 = text(t2_value);
|
7708
7709
|
t3 = space();
|
7709
|
-
attr(input, "class", "check-box-input svelte-
|
7710
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
7710
7711
|
attr(input, "type", "checkbox");
|
7711
7712
|
attr(input, "name", /*name*/ ctx[0]);
|
7712
7713
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
7713
|
-
attr(span0, "class", "check-box-icon svelte-
|
7714
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
7714
7715
|
|
7715
7716
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7716
7717
|
? ' _checked'
|
7717
|
-
: ''}`) + " svelte-
|
7718
|
+
: ''}`) + " svelte-1p65cg8"));
|
7718
7719
|
|
7719
|
-
attr(span2, "class", "check-box-text svelte-
|
7720
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
7720
7721
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7721
|
-
attr(label, "class", "check-box svelte-
|
7722
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
7722
7723
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
7723
7724
|
},
|
7724
7725
|
m(target, anchor) {
|
@@ -7750,7 +7751,7 @@ function create_each_block$4(ctx) {
|
|
7750
7751
|
|
7751
7752
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
7752
7753
|
? ' _checked'
|
7753
|
-
: ''}`) + " svelte-
|
7754
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
7754
7755
|
attr(span1, "class", span1_class_value);
|
7755
7756
|
}
|
7756
7757
|
|
@@ -7772,7 +7773,7 @@ function create_each_block$4(ctx) {
|
|
7772
7773
|
};
|
7773
7774
|
}
|
7774
7775
|
|
7775
|
-
function create_fragment$
|
7776
|
+
function create_fragment$X(ctx) {
|
7776
7777
|
let div;
|
7777
7778
|
let each_value = /*_options*/ ctx[3];
|
7778
7779
|
let each_blocks = [];
|
@@ -7789,7 +7790,7 @@ function create_fragment$U(ctx) {
|
|
7789
7790
|
each_blocks[i].c();
|
7790
7791
|
}
|
7791
7792
|
|
7792
|
-
attr(div, "class", "check-boxes svelte-
|
7793
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
7793
7794
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7794
7795
|
},
|
7795
7796
|
m(target, anchor) {
|
@@ -7836,7 +7837,7 @@ function create_fragment$U(ctx) {
|
|
7836
7837
|
};
|
7837
7838
|
}
|
7838
7839
|
|
7839
|
-
function instance$
|
7840
|
+
function instance$X($$self, $$props, $$invalidate) {
|
7840
7841
|
let _options;
|
7841
7842
|
let styleVariables;
|
7842
7843
|
let isCheckedArray;
|
@@ -7942,8 +7943,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7942
7943
|
init(
|
7943
7944
|
this,
|
7944
7945
|
options,
|
7945
|
-
instance$
|
7946
|
-
create_fragment$
|
7946
|
+
instance$X,
|
7947
|
+
create_fragment$X,
|
7947
7948
|
safe_not_equal,
|
7948
7949
|
{
|
7949
7950
|
name: 0,
|
@@ -7956,15 +7957,15 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7956
7957
|
buttonColor: 13,
|
7957
7958
|
buttonColorActive: 14
|
7958
7959
|
},
|
7959
|
-
add_css$
|
7960
|
+
add_css$p
|
7960
7961
|
);
|
7961
7962
|
}
|
7962
7963
|
}
|
7963
7964
|
|
7964
7965
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7965
7966
|
|
7966
|
-
function add_css$
|
7967
|
-
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}");
|
7968
7969
|
}
|
7969
7970
|
|
7970
7971
|
function get_each_context$3(ctx, list, i) {
|
@@ -7988,7 +7989,7 @@ function create_each_block$3(ctx) {
|
|
7988
7989
|
button = element("button");
|
7989
7990
|
t0 = text(t0_value);
|
7990
7991
|
t1 = space();
|
7991
|
-
attr(button, "class", "rating-button svelte-
|
7992
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
7992
7993
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
7993
7994
|
},
|
7994
7995
|
m(target, anchor) {
|
@@ -8020,7 +8021,7 @@ function create_each_block$3(ctx) {
|
|
8020
8021
|
};
|
8021
8022
|
}
|
8022
8023
|
|
8023
|
-
function create_fragment$
|
8024
|
+
function create_fragment$W(ctx) {
|
8024
8025
|
let div;
|
8025
8026
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8026
8027
|
let each_blocks = [];
|
@@ -8037,7 +8038,7 @@ function create_fragment$T(ctx) {
|
|
8037
8038
|
each_blocks[i].c();
|
8038
8039
|
}
|
8039
8040
|
|
8040
|
-
attr(div, "class", "rating-buttons svelte-
|
8041
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8041
8042
|
},
|
8042
8043
|
m(target, anchor) {
|
8043
8044
|
insert(target, div, anchor);
|
@@ -8079,7 +8080,7 @@ function create_fragment$T(ctx) {
|
|
8079
8080
|
};
|
8080
8081
|
}
|
8081
8082
|
|
8082
|
-
function instance$
|
8083
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8083
8084
|
let _value;
|
8084
8085
|
let $value;
|
8085
8086
|
let { name = '' } = $$props;
|
@@ -8161,8 +8162,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8161
8162
|
init(
|
8162
8163
|
this,
|
8163
8164
|
options,
|
8164
|
-
instance$
|
8165
|
-
create_fragment$
|
8165
|
+
instance$W,
|
8166
|
+
create_fragment$W,
|
8166
8167
|
safe_not_equal,
|
8167
8168
|
{
|
8168
8169
|
name: 6,
|
@@ -8173,15 +8174,15 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8173
8174
|
buttonStyle: 9,
|
8174
8175
|
buttonActiveStyle: 10
|
8175
8176
|
},
|
8176
|
-
add_css$
|
8177
|
+
add_css$o
|
8177
8178
|
);
|
8178
8179
|
}
|
8179
8180
|
}
|
8180
8181
|
|
8181
8182
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8182
8183
|
|
8183
|
-
function add_css$
|
8184
|
-
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%)}");
|
8185
8186
|
}
|
8186
8187
|
|
8187
8188
|
function get_each_context$2(ctx, list, i) {
|
@@ -8206,9 +8207,9 @@ function create_each_block$2(ctx) {
|
|
8206
8207
|
img = element("img");
|
8207
8208
|
t = space();
|
8208
8209
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8209
|
-
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"));
|
8210
8211
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8211
|
-
attr(button, "class", "rating-button svelte-
|
8212
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8212
8213
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8213
8214
|
},
|
8214
8215
|
m(target, anchor) {
|
@@ -8224,7 +8225,7 @@ function create_each_block$2(ctx) {
|
|
8224
8225
|
p(new_ctx, dirty) {
|
8225
8226
|
ctx = new_ctx;
|
8226
8227
|
|
8227
|
-
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"))) {
|
8228
8229
|
attr(img, "class", img_class_value);
|
8229
8230
|
}
|
8230
8231
|
|
@@ -8240,7 +8241,7 @@ function create_each_block$2(ctx) {
|
|
8240
8241
|
};
|
8241
8242
|
}
|
8242
8243
|
|
8243
|
-
function create_fragment$
|
8244
|
+
function create_fragment$V(ctx) {
|
8244
8245
|
let div;
|
8245
8246
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8246
8247
|
let each_blocks = [];
|
@@ -8257,7 +8258,7 @@ function create_fragment$S(ctx) {
|
|
8257
8258
|
each_blocks[i].c();
|
8258
8259
|
}
|
8259
8260
|
|
8260
|
-
attr(div, "class", "rating-buttons svelte-
|
8261
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8261
8262
|
},
|
8262
8263
|
m(target, anchor) {
|
8263
8264
|
insert(target, div, anchor);
|
@@ -8302,7 +8303,7 @@ function create_fragment$S(ctx) {
|
|
8302
8303
|
const count = 5;
|
8303
8304
|
const func = i => i + 1;
|
8304
8305
|
|
8305
|
-
function instance$
|
8306
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8306
8307
|
let _value;
|
8307
8308
|
let buttonStyle;
|
8308
8309
|
let $value;
|
@@ -8358,17 +8359,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8358
8359
|
class FormRatingButtonsFace extends SvelteComponent {
|
8359
8360
|
constructor(options) {
|
8360
8361
|
super();
|
8361
|
-
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);
|
8362
8363
|
}
|
8363
8364
|
}
|
8364
8365
|
|
8365
8366
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8366
8367
|
|
8367
|
-
function add_css$
|
8368
|
-
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}");
|
8369
8370
|
}
|
8370
8371
|
|
8371
|
-
function create_fragment$
|
8372
|
+
function create_fragment$U(ctx) {
|
8372
8373
|
let div;
|
8373
8374
|
let input;
|
8374
8375
|
let input_class_value;
|
@@ -8379,13 +8380,13 @@ function create_fragment$R(ctx) {
|
|
8379
8380
|
c() {
|
8380
8381
|
div = element("div");
|
8381
8382
|
input = element("input");
|
8382
|
-
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"));
|
8383
8384
|
attr(input, "type", "text");
|
8384
8385
|
input.value = /*$value*/ ctx[2];
|
8385
8386
|
input.required = /*required*/ ctx[0];
|
8386
8387
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8387
8388
|
attr(input, "style", /*style*/ ctx[5]);
|
8388
|
-
attr(div, "class", "input-wrapper svelte-
|
8389
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8389
8390
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8390
8391
|
},
|
8391
8392
|
m(target, anchor) {
|
@@ -8398,7 +8399,7 @@ function create_fragment$R(ctx) {
|
|
8398
8399
|
}
|
8399
8400
|
},
|
8400
8401
|
p(ctx, [dirty]) {
|
8401
|
-
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"))) {
|
8402
8403
|
attr(input, "class", input_class_value);
|
8403
8404
|
}
|
8404
8405
|
|
@@ -8432,7 +8433,7 @@ function create_fragment$R(ctx) {
|
|
8432
8433
|
};
|
8433
8434
|
}
|
8434
8435
|
|
8435
|
-
function instance$
|
8436
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8436
8437
|
let style;
|
8437
8438
|
let styleVariables;
|
8438
8439
|
let isValidForUI;
|
@@ -8563,8 +8564,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8563
8564
|
init(
|
8564
8565
|
this,
|
8565
8566
|
options,
|
8566
|
-
instance$
|
8567
|
-
create_fragment$
|
8567
|
+
instance$U,
|
8568
|
+
create_fragment$U,
|
8568
8569
|
safe_not_equal,
|
8569
8570
|
{
|
8570
8571
|
field: 9,
|
@@ -8578,18 +8579,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8578
8579
|
_textStyle: 15,
|
8579
8580
|
_placeholderStyle: 16
|
8580
8581
|
},
|
8581
|
-
add_css$
|
8582
|
+
add_css$m
|
8582
8583
|
);
|
8583
8584
|
}
|
8584
8585
|
}
|
8585
8586
|
|
8586
8587
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8587
8588
|
|
8588
|
-
function add_css$
|
8589
|
-
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}");
|
8590
8591
|
}
|
8591
8592
|
|
8592
|
-
function create_fragment$
|
8593
|
+
function create_fragment$T(ctx) {
|
8593
8594
|
let div;
|
8594
8595
|
let label0;
|
8595
8596
|
let input0;
|
@@ -8624,20 +8625,20 @@ function create_fragment$Q(ctx) {
|
|
8624
8625
|
span1 = element("span");
|
8625
8626
|
t4 = text("いいえ");
|
8626
8627
|
attr(input0, "type", "radio");
|
8627
|
-
attr(input0, "class", "radio-button-input svelte-
|
8628
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
8628
8629
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
8629
8630
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
8630
|
-
attr(span0, "class", "radio-button-text svelte-
|
8631
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
8631
8632
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8632
|
-
attr(label0, "class", "radio-button svelte-
|
8633
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
8633
8634
|
attr(input1, "type", "radio");
|
8634
|
-
attr(input1, "class", "radio-button-input svelte-
|
8635
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
8635
8636
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
8636
8637
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
8637
|
-
attr(span1, "class", "radio-button-text svelte-
|
8638
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
8638
8639
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
8639
|
-
attr(label1, "class", "radio-button svelte-
|
8640
|
-
attr(div, "class", "radio-buttons svelte-
|
8640
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
8641
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
8641
8642
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
8642
8643
|
},
|
8643
8644
|
m(target, anchor) {
|
@@ -8702,7 +8703,7 @@ function create_fragment$Q(ctx) {
|
|
8702
8703
|
};
|
8703
8704
|
}
|
8704
8705
|
|
8705
|
-
function instance$
|
8706
|
+
function instance$T($$self, $$props, $$invalidate) {
|
8706
8707
|
let buttonStyle;
|
8707
8708
|
let $value;
|
8708
8709
|
let { field = 'subscription' } = $$props;
|
@@ -8784,8 +8785,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8784
8785
|
init(
|
8785
8786
|
this,
|
8786
8787
|
options,
|
8787
|
-
instance$
|
8788
|
-
create_fragment$
|
8788
|
+
instance$T,
|
8789
|
+
create_fragment$T,
|
8789
8790
|
safe_not_equal,
|
8790
8791
|
{
|
8791
8792
|
field: 6,
|
@@ -8797,15 +8798,15 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8797
8798
|
buttonColor: 10,
|
8798
8799
|
buttonColorActive: 11
|
8799
8800
|
},
|
8800
|
-
add_css$
|
8801
|
+
add_css$l
|
8801
8802
|
);
|
8802
8803
|
}
|
8803
8804
|
}
|
8804
8805
|
|
8805
8806
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8806
8807
|
|
8807
|
-
function add_css$
|
8808
|
-
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%}");
|
8809
8810
|
}
|
8810
8811
|
|
8811
8812
|
function get_each_context$1(ctx, list, i) {
|
@@ -8834,9 +8835,9 @@ function create_if_block_1$2(ctx) {
|
|
8834
8835
|
attr(svg, "viewBox", "0 0 10 16");
|
8835
8836
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8836
8837
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
8837
|
-
attr(button, "class", "move-button svelte-
|
8838
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8838
8839
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
8839
|
-
attr(div, "class", "prev-button-container svelte-
|
8840
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
8840
8841
|
},
|
8841
8842
|
m(target, anchor) {
|
8842
8843
|
insert(target, div, anchor);
|
@@ -8867,7 +8868,7 @@ function create_if_block_1$2(ctx) {
|
|
8867
8868
|
}
|
8868
8869
|
|
8869
8870
|
// (380:2) {#if isVisibleNextButton}
|
8870
|
-
function create_if_block$
|
8871
|
+
function create_if_block$9(ctx) {
|
8871
8872
|
let div;
|
8872
8873
|
let button;
|
8873
8874
|
let svg;
|
@@ -8885,9 +8886,9 @@ function create_if_block$8(ctx) {
|
|
8885
8886
|
attr(svg, "viewBox", "0 0 10 16");
|
8886
8887
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
8887
8888
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
8888
|
-
attr(button, "class", "move-button svelte-
|
8889
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
8889
8890
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
8890
|
-
attr(div, "class", "next-button-container svelte-
|
8891
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
8891
8892
|
},
|
8892
8893
|
m(target, anchor) {
|
8893
8894
|
insert(target, div, anchor);
|
@@ -8935,9 +8936,9 @@ function create_each_block$1(ctx) {
|
|
8935
8936
|
button = element("button");
|
8936
8937
|
div = element("div");
|
8937
8938
|
t = space();
|
8938
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
8939
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
8939
8940
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
8940
|
-
attr(button, "class", "navigation-item svelte-
|
8941
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
8941
8942
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
8942
8943
|
},
|
8943
8944
|
m(target, anchor) {
|
@@ -8969,7 +8970,7 @@ function create_each_block$1(ctx) {
|
|
8969
8970
|
};
|
8970
8971
|
}
|
8971
8972
|
|
8972
|
-
function create_fragment$
|
8973
|
+
function create_fragment$S(ctx) {
|
8973
8974
|
let div3;
|
8974
8975
|
let div1;
|
8975
8976
|
let div0;
|
@@ -8982,7 +8983,7 @@ function create_fragment$P(ctx) {
|
|
8982
8983
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8983
8984
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8984
8985
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
8985
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8986
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
8986
8987
|
let each_value = /*items*/ ctx[1];
|
8987
8988
|
let each_blocks = [];
|
8988
8989
|
|
@@ -9014,14 +9015,14 @@ function create_fragment$P(ctx) {
|
|
9014
9015
|
each_blocks[i].c();
|
9015
9016
|
}
|
9016
9017
|
|
9017
|
-
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"));
|
9018
9019
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9019
|
-
attr(div1, "class", "container svelte-
|
9020
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9020
9021
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9021
|
-
attr(div2, "class", "navigation svelte-
|
9022
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9022
9023
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9023
9024
|
set_attributes(div3, div3_data);
|
9024
|
-
toggle_class(div3, "svelte-
|
9025
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9025
9026
|
},
|
9026
9027
|
m(target, anchor) {
|
9027
9028
|
insert(target, div3, anchor);
|
@@ -9063,7 +9064,7 @@ function create_fragment$P(ctx) {
|
|
9063
9064
|
}
|
9064
9065
|
}
|
9065
9066
|
|
9066
|
-
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"))) {
|
9067
9068
|
attr(div0, "class", div0_class_value);
|
9068
9069
|
}
|
9069
9070
|
|
@@ -9092,7 +9093,7 @@ function create_fragment$P(ctx) {
|
|
9092
9093
|
if (if_block1) {
|
9093
9094
|
if_block1.p(ctx, dirty);
|
9094
9095
|
} else {
|
9095
|
-
if_block1 = create_if_block$
|
9096
|
+
if_block1 = create_if_block$9(ctx);
|
9096
9097
|
if_block1.c();
|
9097
9098
|
if_block1.m(div3, t2);
|
9098
9099
|
}
|
@@ -9129,7 +9130,7 @@ function create_fragment$P(ctx) {
|
|
9129
9130
|
}
|
9130
9131
|
|
9131
9132
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9132
|
-
toggle_class(div3, "svelte-
|
9133
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9133
9134
|
},
|
9134
9135
|
i(local) {
|
9135
9136
|
if (current) return;
|
@@ -9164,7 +9165,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9164
9165
|
}
|
9165
9166
|
}
|
9166
9167
|
|
9167
|
-
function instance$
|
9168
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9168
9169
|
let slideStyle;
|
9169
9170
|
let slideClass;
|
9170
9171
|
let _loop;
|
@@ -9617,8 +9618,8 @@ class Slide extends SvelteComponent {
|
|
9617
9618
|
init(
|
9618
9619
|
this,
|
9619
9620
|
options,
|
9620
|
-
instance$
|
9621
|
-
create_fragment$
|
9621
|
+
instance$S,
|
9622
|
+
create_fragment$S,
|
9622
9623
|
safe_not_equal,
|
9623
9624
|
{
|
9624
9625
|
loop: 18,
|
@@ -9632,7 +9633,7 @@ class Slide extends SvelteComponent {
|
|
9632
9633
|
navigationButton: 25,
|
9633
9634
|
navigationEdgePosition: 26
|
9634
9635
|
},
|
9635
|
-
add_css$
|
9636
|
+
add_css$k,
|
9636
9637
|
[-1, -1, -1]
|
9637
9638
|
);
|
9638
9639
|
}
|
@@ -9640,11 +9641,11 @@ class Slide extends SvelteComponent {
|
|
9640
9641
|
|
9641
9642
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9642
9643
|
|
9643
|
-
function add_css$
|
9644
|
-
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}");
|
9645
9646
|
}
|
9646
9647
|
|
9647
|
-
function create_fragment$
|
9648
|
+
function create_fragment$R(ctx) {
|
9648
9649
|
let div1;
|
9649
9650
|
let div0;
|
9650
9651
|
let current;
|
@@ -9656,9 +9657,9 @@ function create_fragment$O(ctx) {
|
|
9656
9657
|
div1 = element("div");
|
9657
9658
|
div0 = element("div");
|
9658
9659
|
if (default_slot) default_slot.c();
|
9659
|
-
attr(div0, "class", "item-inner svelte-
|
9660
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
9660
9661
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9661
|
-
attr(div1, "class", "item svelte-
|
9662
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
9662
9663
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
9663
9664
|
},
|
9664
9665
|
m(target, anchor) {
|
@@ -9711,7 +9712,7 @@ function create_fragment$O(ctx) {
|
|
9711
9712
|
};
|
9712
9713
|
}
|
9713
9714
|
|
9714
|
-
function instance$
|
9715
|
+
function instance$R($$self, $$props, $$invalidate) {
|
9715
9716
|
let itemStyle;
|
9716
9717
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9717
9718
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9777,20 +9778,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
9777
9778
|
class SlideItem extends SvelteComponent {
|
9778
9779
|
constructor(options) {
|
9779
9780
|
super();
|
9780
|
-
init(this, options, instance$
|
9781
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
9781
9782
|
}
|
9782
9783
|
}
|
9783
9784
|
|
9784
9785
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9785
9786
|
|
9786
|
-
function add_css$
|
9787
|
-
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}");
|
9788
9789
|
}
|
9789
9790
|
|
9790
9791
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9791
9792
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9792
9793
|
|
9793
|
-
function create_fragment$
|
9794
|
+
function create_fragment$Q(ctx) {
|
9794
9795
|
let div1;
|
9795
9796
|
let div0;
|
9796
9797
|
let current;
|
@@ -9802,9 +9803,9 @@ function create_fragment$N(ctx) {
|
|
9802
9803
|
div1 = element("div");
|
9803
9804
|
div0 = element("div");
|
9804
9805
|
if (default_slot) default_slot.c();
|
9805
|
-
attr(div0, "class", "countdown-inner svelte-
|
9806
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
9806
9807
|
attr(div0, "style", /*_style*/ ctx[0]);
|
9807
|
-
attr(div1, "class", "countdown svelte-
|
9808
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
9808
9809
|
},
|
9809
9810
|
m(target, anchor) {
|
9810
9811
|
insert(target, div1, anchor);
|
@@ -9870,7 +9871,7 @@ function formatTimeDiff(ms) {
|
|
9870
9871
|
};
|
9871
9872
|
}
|
9872
9873
|
|
9873
|
-
function instance$
|
9874
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
9874
9875
|
let countdown;
|
9875
9876
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9876
9877
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9931,18 +9932,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
9931
9932
|
class Countdown extends SvelteComponent {
|
9932
9933
|
constructor(options) {
|
9933
9934
|
super();
|
9934
|
-
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);
|
9935
9936
|
}
|
9936
9937
|
}
|
9937
9938
|
|
9938
9939
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9939
9940
|
|
9940
|
-
function add_css$
|
9941
|
-
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}");
|
9942
9943
|
}
|
9943
9944
|
|
9944
9945
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
9945
|
-
function create_default_slot$
|
9946
|
+
function create_default_slot$8(ctx) {
|
9946
9947
|
let current;
|
9947
9948
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
9948
9949
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -9989,7 +9990,7 @@ function create_default_slot$7(ctx) {
|
|
9989
9990
|
};
|
9990
9991
|
}
|
9991
9992
|
|
9992
|
-
function create_fragment$
|
9993
|
+
function create_fragment$P(ctx) {
|
9993
9994
|
let div;
|
9994
9995
|
let button;
|
9995
9996
|
let current;
|
@@ -9999,7 +10000,7 @@ function create_fragment$M(ctx) {
|
|
9999
10000
|
onClick: /*onClick*/ ctx[0],
|
10000
10001
|
style: /*_style*/ ctx[2],
|
10001
10002
|
eventName: /*eventName*/ ctx[1],
|
10002
|
-
$$slots: { default: [create_default_slot$
|
10003
|
+
$$slots: { default: [create_default_slot$8] },
|
10003
10004
|
$$scope: { ctx }
|
10004
10005
|
}
|
10005
10006
|
});
|
@@ -10008,7 +10009,7 @@ function create_fragment$M(ctx) {
|
|
10008
10009
|
c() {
|
10009
10010
|
div = element("div");
|
10010
10011
|
create_component(button.$$.fragment);
|
10011
|
-
attr(div, "class", "box svelte-
|
10012
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10012
10013
|
},
|
10013
10014
|
m(target, anchor) {
|
10014
10015
|
insert(target, div, anchor);
|
@@ -10043,7 +10044,7 @@ function create_fragment$M(ctx) {
|
|
10043
10044
|
};
|
10044
10045
|
}
|
10045
10046
|
|
10046
|
-
function instance$
|
10047
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10047
10048
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10048
10049
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10049
10050
|
let { eventName = '' } = $$props;
|
@@ -10062,18 +10063,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10062
10063
|
class Box extends SvelteComponent {
|
10063
10064
|
constructor(options) {
|
10064
10065
|
super();
|
10065
|
-
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);
|
10066
10067
|
}
|
10067
10068
|
}
|
10068
10069
|
|
10069
10070
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10070
10071
|
|
10071
|
-
function add_css$
|
10072
|
-
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)}");
|
10073
10074
|
}
|
10074
10075
|
|
10075
10076
|
// (56:4) {#if svg}
|
10076
|
-
function create_if_block$
|
10077
|
+
function create_if_block$8(ctx) {
|
10077
10078
|
let html_tag;
|
10078
10079
|
let html_anchor;
|
10079
10080
|
|
@@ -10098,9 +10099,9 @@ function create_if_block$7(ctx) {
|
|
10098
10099
|
}
|
10099
10100
|
|
10100
10101
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10101
|
-
function create_default_slot$
|
10102
|
+
function create_default_slot$7(ctx) {
|
10102
10103
|
let if_block_anchor;
|
10103
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10104
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10104
10105
|
|
10105
10106
|
return {
|
10106
10107
|
c() {
|
@@ -10116,7 +10117,7 @@ function create_default_slot$6(ctx) {
|
|
10116
10117
|
if (if_block) {
|
10117
10118
|
if_block.p(ctx, dirty);
|
10118
10119
|
} else {
|
10119
|
-
if_block = create_if_block$
|
10120
|
+
if_block = create_if_block$8(ctx);
|
10120
10121
|
if_block.c();
|
10121
10122
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10122
10123
|
}
|
@@ -10132,7 +10133,7 @@ function create_default_slot$6(ctx) {
|
|
10132
10133
|
};
|
10133
10134
|
}
|
10134
10135
|
|
10135
|
-
function create_fragment$
|
10136
|
+
function create_fragment$O(ctx) {
|
10136
10137
|
let div;
|
10137
10138
|
let button;
|
10138
10139
|
let current;
|
@@ -10142,7 +10143,7 @@ function create_fragment$L(ctx) {
|
|
10142
10143
|
onClick: /*onClick*/ ctx[0],
|
10143
10144
|
style: /*style*/ ctx[2],
|
10144
10145
|
eventName: /*eventName*/ ctx[1],
|
10145
|
-
$$slots: { default: [create_default_slot$
|
10146
|
+
$$slots: { default: [create_default_slot$7] },
|
10146
10147
|
$$scope: { ctx }
|
10147
10148
|
}
|
10148
10149
|
});
|
@@ -10151,7 +10152,7 @@ function create_fragment$L(ctx) {
|
|
10151
10152
|
c() {
|
10152
10153
|
div = element("div");
|
10153
10154
|
create_component(button.$$.fragment);
|
10154
|
-
attr(div, "class", "icon svelte-
|
10155
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10155
10156
|
},
|
10156
10157
|
m(target, anchor) {
|
10157
10158
|
insert(target, div, anchor);
|
@@ -10193,7 +10194,7 @@ function parseData(dataUrl) {
|
|
10193
10194
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10194
10195
|
}
|
10195
10196
|
|
10196
|
-
function instance$
|
10197
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10197
10198
|
let svg;
|
10198
10199
|
let styleVariables;
|
10199
10200
|
let style;
|
@@ -10241,8 +10242,8 @@ class IconElement extends SvelteComponent {
|
|
10241
10242
|
init(
|
10242
10243
|
this,
|
10243
10244
|
options,
|
10244
|
-
instance$
|
10245
|
-
create_fragment$
|
10245
|
+
instance$O,
|
10246
|
+
create_fragment$O,
|
10246
10247
|
safe_not_equal,
|
10247
10248
|
{
|
10248
10249
|
icon: 4,
|
@@ -10252,18 +10253,18 @@ class IconElement extends SvelteComponent {
|
|
10252
10253
|
color: 6,
|
10253
10254
|
_style: 7
|
10254
10255
|
},
|
10255
|
-
add_css$
|
10256
|
+
add_css$g
|
10256
10257
|
);
|
10257
10258
|
}
|
10258
10259
|
}
|
10259
10260
|
|
10260
10261
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10261
10262
|
|
10262
|
-
function add_css$
|
10263
|
-
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%}");
|
10264
10265
|
}
|
10265
10266
|
|
10266
|
-
function create_fragment$
|
10267
|
+
function create_fragment$N(ctx) {
|
10267
10268
|
let div;
|
10268
10269
|
let switch_instance;
|
10269
10270
|
let current;
|
@@ -10286,7 +10287,7 @@ function create_fragment$K(ctx) {
|
|
10286
10287
|
c() {
|
10287
10288
|
div = element("div");
|
10288
10289
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
10289
|
-
attr(div, "class", "codeElement svelte-
|
10290
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10290
10291
|
attr(div, "style", /*style*/ ctx[3]);
|
10291
10292
|
},
|
10292
10293
|
m(target, anchor) {
|
@@ -10343,7 +10344,7 @@ function create_fragment$K(ctx) {
|
|
10343
10344
|
};
|
10344
10345
|
}
|
10345
10346
|
|
10346
|
-
function instance$
|
10347
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10347
10348
|
let $data,
|
10348
10349
|
$$unsubscribe_data = noop,
|
10349
10350
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10368,17 +10369,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10368
10369
|
class CodeElement extends SvelteComponent {
|
10369
10370
|
constructor(options) {
|
10370
10371
|
super();
|
10371
|
-
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);
|
10372
10373
|
}
|
10373
10374
|
}
|
10374
10375
|
|
10375
10376
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10376
10377
|
|
10377
|
-
function add_css$
|
10378
|
-
append_styles(target, "svelte-
|
10378
|
+
function add_css$e(target) {
|
10379
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10379
10380
|
}
|
10380
10381
|
|
10381
|
-
function create_fragment$
|
10382
|
+
function create_fragment$M(ctx) {
|
10382
10383
|
let div;
|
10383
10384
|
let div_style_value;
|
10384
10385
|
let current;
|
@@ -10389,7 +10390,7 @@ function create_fragment$J(ctx) {
|
|
10389
10390
|
c() {
|
10390
10391
|
div = element("div");
|
10391
10392
|
if (default_slot) default_slot.c();
|
10392
|
-
attr(div, "class", "flex svelte-
|
10393
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10393
10394
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10394
10395
|
},
|
10395
10396
|
m(target, anchor) {
|
@@ -10443,7 +10444,7 @@ function getFlexContext() {
|
|
10443
10444
|
return getContext(FlexContextKey);
|
10444
10445
|
}
|
10445
10446
|
|
10446
|
-
function instance$
|
10447
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10447
10448
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10448
10449
|
let { direction = 'row' } = $$props;
|
10449
10450
|
let { width = '100%' } = $$props;
|
@@ -10469,8 +10470,8 @@ class Flex extends SvelteComponent {
|
|
10469
10470
|
init(
|
10470
10471
|
this,
|
10471
10472
|
options,
|
10472
|
-
instance$
|
10473
|
-
create_fragment$
|
10473
|
+
instance$M,
|
10474
|
+
create_fragment$M,
|
10474
10475
|
safe_not_equal,
|
10475
10476
|
{
|
10476
10477
|
direction: 0,
|
@@ -10478,18 +10479,18 @@ class Flex extends SvelteComponent {
|
|
10478
10479
|
height: 2,
|
10479
10480
|
_style: 3
|
10480
10481
|
},
|
10481
|
-
add_css$
|
10482
|
+
add_css$e
|
10482
10483
|
);
|
10483
10484
|
}
|
10484
10485
|
}
|
10485
10486
|
|
10486
10487
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10487
10488
|
|
10488
|
-
function add_css$
|
10489
|
-
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}");
|
10490
10491
|
}
|
10491
10492
|
|
10492
|
-
function create_fragment$
|
10493
|
+
function create_fragment$L(ctx) {
|
10493
10494
|
let div;
|
10494
10495
|
let current;
|
10495
10496
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10499,7 +10500,7 @@ function create_fragment$I(ctx) {
|
|
10499
10500
|
c() {
|
10500
10501
|
div = element("div");
|
10501
10502
|
if (default_slot) default_slot.c();
|
10502
|
-
attr(div, "class", "flex-item svelte-
|
10503
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
10503
10504
|
attr(div, "style", /*style*/ ctx[0]);
|
10504
10505
|
},
|
10505
10506
|
m(target, anchor) {
|
@@ -10547,7 +10548,7 @@ function create_fragment$I(ctx) {
|
|
10547
10548
|
};
|
10548
10549
|
}
|
10549
10550
|
|
10550
|
-
function instance$
|
10551
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10551
10552
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10552
10553
|
let { length } = $$props;
|
10553
10554
|
let { _style = '' } = $$props;
|
@@ -10590,7 +10591,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
10590
10591
|
class FlexItem extends SvelteComponent {
|
10591
10592
|
constructor(options) {
|
10592
10593
|
super();
|
10593
|
-
init(this, options, instance$
|
10594
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
10594
10595
|
}
|
10595
10596
|
}
|
10596
10597
|
|
@@ -10700,7 +10701,7 @@ function create_default_slot_1(ctx) {
|
|
10700
10701
|
}
|
10701
10702
|
|
10702
10703
|
// (106:0) <StateItem {path}>
|
10703
|
-
function create_default_slot$
|
10704
|
+
function create_default_slot$6(ctx) {
|
10704
10705
|
let modal;
|
10705
10706
|
let current;
|
10706
10707
|
|
@@ -10765,14 +10766,14 @@ function create_default_slot$5(ctx) {
|
|
10765
10766
|
};
|
10766
10767
|
}
|
10767
10768
|
|
10768
|
-
function create_fragment$
|
10769
|
+
function create_fragment$K(ctx) {
|
10769
10770
|
let stateitem;
|
10770
10771
|
let current;
|
10771
10772
|
|
10772
10773
|
stateitem = new StateItem({
|
10773
10774
|
props: {
|
10774
10775
|
path: /*path*/ ctx[0],
|
10775
|
-
$$slots: { default: [create_default_slot$
|
10776
|
+
$$slots: { default: [create_default_slot$6] },
|
10776
10777
|
$$scope: { ctx }
|
10777
10778
|
}
|
10778
10779
|
});
|
@@ -10810,7 +10811,7 @@ function create_fragment$H(ctx) {
|
|
10810
10811
|
};
|
10811
10812
|
}
|
10812
10813
|
|
10813
|
-
function instance$
|
10814
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10814
10815
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10815
10816
|
let { path } = $$props;
|
10816
10817
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10881,7 +10882,7 @@ class GridModalState extends SvelteComponent {
|
|
10881
10882
|
constructor(options) {
|
10882
10883
|
super();
|
10883
10884
|
|
10884
|
-
init(this, options, instance$
|
10885
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
10885
10886
|
path: 0,
|
10886
10887
|
onClick: 1,
|
10887
10888
|
clickEventName: 2,
|
@@ -10906,11 +10907,11 @@ class GridModalState extends SvelteComponent {
|
|
10906
10907
|
|
10907
10908
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10908
10909
|
|
10909
|
-
function add_css$
|
10910
|
-
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%}");
|
10911
10912
|
}
|
10912
10913
|
|
10913
|
-
function create_fragment$
|
10914
|
+
function create_fragment$J(ctx) {
|
10914
10915
|
let div1;
|
10915
10916
|
let div0;
|
10916
10917
|
let rendertext;
|
@@ -10923,8 +10924,8 @@ function create_fragment$G(ctx) {
|
|
10923
10924
|
div1 = element("div");
|
10924
10925
|
div0 = element("div");
|
10925
10926
|
create_component(rendertext.$$.fragment);
|
10926
|
-
attr(div0, "class", "text-block-inner svelte-
|
10927
|
-
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"));
|
10928
10929
|
attr(div1, "style", /*style*/ ctx[2]);
|
10929
10930
|
},
|
10930
10931
|
m(target, anchor) {
|
@@ -10938,7 +10939,7 @@ function create_fragment$G(ctx) {
|
|
10938
10939
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
10939
10940
|
rendertext.$set(rendertext_changes);
|
10940
10941
|
|
10941
|
-
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"))) {
|
10942
10943
|
attr(div1, "class", div1_class_value);
|
10943
10944
|
}
|
10944
10945
|
|
@@ -10962,7 +10963,7 @@ function create_fragment$G(ctx) {
|
|
10962
10963
|
};
|
10963
10964
|
}
|
10964
10965
|
|
10965
|
-
function instance$
|
10966
|
+
function instance$J($$self, $$props, $$invalidate) {
|
10966
10967
|
let style;
|
10967
10968
|
let { text = 'サンプルSample' } = $$props;
|
10968
10969
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10998,8 +10999,8 @@ class TextBlock extends SvelteComponent {
|
|
10998
10999
|
init(
|
10999
11000
|
this,
|
11000
11001
|
options,
|
11001
|
-
instance$
|
11002
|
-
create_fragment$
|
11002
|
+
instance$J,
|
11003
|
+
create_fragment$J,
|
11003
11004
|
safe_not_equal,
|
11004
11005
|
{
|
11005
11006
|
text: 0,
|
@@ -11008,18 +11009,18 @@ class TextBlock extends SvelteComponent {
|
|
11008
11009
|
textDirection: 1,
|
11009
11010
|
_style: 5
|
11010
11011
|
},
|
11011
|
-
add_css$
|
11012
|
+
add_css$c
|
11012
11013
|
);
|
11013
11014
|
}
|
11014
11015
|
}
|
11015
11016
|
|
11016
11017
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11017
11018
|
|
11018
|
-
function add_css$
|
11019
|
-
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)}");
|
11020
11021
|
}
|
11021
11022
|
|
11022
|
-
function create_fragment$
|
11023
|
+
function create_fragment$I(ctx) {
|
11023
11024
|
let div;
|
11024
11025
|
let button;
|
11025
11026
|
let rendertext;
|
@@ -11033,9 +11034,9 @@ function create_fragment$F(ctx) {
|
|
11033
11034
|
div = element("div");
|
11034
11035
|
button = element("button");
|
11035
11036
|
create_component(rendertext.$$.fragment);
|
11036
|
-
attr(button, "class", "text-button svelte-
|
11037
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11037
11038
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11038
|
-
attr(div, "class", "text-button-block svelte-
|
11039
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11039
11040
|
attr(div, "style", /*_style*/ ctx[2]);
|
11040
11041
|
},
|
11041
11042
|
m(target, anchor) {
|
@@ -11080,7 +11081,7 @@ function create_fragment$F(ctx) {
|
|
11080
11081
|
};
|
11081
11082
|
}
|
11082
11083
|
|
11083
|
-
function instance$
|
11084
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11084
11085
|
let { text = 'ボタンラベル' } = $$props;
|
11085
11086
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11086
11087
|
|
@@ -11122,8 +11123,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11122
11123
|
init(
|
11123
11124
|
this,
|
11124
11125
|
options,
|
11125
|
-
instance$
|
11126
|
-
create_fragment$
|
11126
|
+
instance$I,
|
11127
|
+
create_fragment$I,
|
11127
11128
|
safe_not_equal,
|
11128
11129
|
{
|
11129
11130
|
text: 0,
|
@@ -11133,18 +11134,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11133
11134
|
_buttonStyle: 1,
|
11134
11135
|
_style: 2
|
11135
11136
|
},
|
11136
|
-
add_css$
|
11137
|
+
add_css$b
|
11137
11138
|
);
|
11138
11139
|
}
|
11139
11140
|
}
|
11140
11141
|
|
11141
11142
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11142
11143
|
|
11143
|
-
function add_css$
|
11144
|
-
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)}");
|
11145
11146
|
}
|
11146
11147
|
|
11147
|
-
function create_fragment$
|
11148
|
+
function create_fragment$H(ctx) {
|
11148
11149
|
let div;
|
11149
11150
|
let img;
|
11150
11151
|
let img_style_value;
|
@@ -11157,14 +11158,14 @@ function create_fragment$E(ctx) {
|
|
11157
11158
|
c() {
|
11158
11159
|
div = element("div");
|
11159
11160
|
img = element("img");
|
11160
|
-
attr(img, "class", "image svelte-
|
11161
|
+
attr(img, "class", "image svelte-1pdw891");
|
11161
11162
|
attr(img, "loading", "lazy");
|
11162
11163
|
attr(img, "width", "auto");
|
11163
11164
|
attr(img, "height", "auto");
|
11164
11165
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11165
11166
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11166
11167
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11167
|
-
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"));
|
11168
11169
|
attr(div, "style", /*_style*/ ctx[5]);
|
11169
11170
|
},
|
11170
11171
|
m(target, anchor) {
|
@@ -11189,7 +11190,7 @@ function create_fragment$E(ctx) {
|
|
11189
11190
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11190
11191
|
}
|
11191
11192
|
|
11192
|
-
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"))) {
|
11193
11194
|
attr(div, "class", div_class_value);
|
11194
11195
|
}
|
11195
11196
|
|
@@ -11207,7 +11208,7 @@ function create_fragment$E(ctx) {
|
|
11207
11208
|
};
|
11208
11209
|
}
|
11209
11210
|
|
11210
|
-
function instance$
|
11211
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11211
11212
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11212
11213
|
let { alt = 'No Image' } = $$props;
|
11213
11214
|
let { transport = false } = $$props;
|
@@ -11247,8 +11248,8 @@ class ImageBlock extends SvelteComponent {
|
|
11247
11248
|
init(
|
11248
11249
|
this,
|
11249
11250
|
options,
|
11250
|
-
instance$
|
11251
|
-
create_fragment$
|
11251
|
+
instance$H,
|
11252
|
+
create_fragment$H,
|
11252
11253
|
safe_not_equal,
|
11253
11254
|
{
|
11254
11255
|
src: 0,
|
@@ -11260,7 +11261,7 @@ class ImageBlock extends SvelteComponent {
|
|
11260
11261
|
_imageStyle: 4,
|
11261
11262
|
_style: 5
|
11262
11263
|
},
|
11263
|
-
add_css$
|
11264
|
+
add_css$a
|
11264
11265
|
);
|
11265
11266
|
}
|
11266
11267
|
}
|
@@ -11360,8 +11361,8 @@ const toCssShadow = (p) => {
|
|
11360
11361
|
|
11361
11362
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11362
11363
|
|
11363
|
-
function add_css$
|
11364
|
-
append_styles(target, "svelte-
|
11364
|
+
function add_css$9(target) {
|
11365
|
+
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}");
|
11365
11366
|
}
|
11366
11367
|
|
11367
11368
|
// (40:0) {:else}
|
@@ -11391,7 +11392,7 @@ function create_else_block$1(ctx) {
|
|
11391
11392
|
button = element("button");
|
11392
11393
|
if (default_slot) default_slot.c();
|
11393
11394
|
set_attributes(button, button_data);
|
11394
|
-
toggle_class(button, "svelte-
|
11395
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11395
11396
|
},
|
11396
11397
|
m(target, anchor) {
|
11397
11398
|
insert(target, button, anchor);
|
@@ -11431,7 +11432,7 @@ function create_else_block$1(ctx) {
|
|
11431
11432
|
dataAttrStopPropagation('click')
|
11432
11433
|
]));
|
11433
11434
|
|
11434
|
-
toggle_class(button, "svelte-
|
11435
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11435
11436
|
},
|
11436
11437
|
i(local) {
|
11437
11438
|
if (current) return;
|
@@ -11464,7 +11465,7 @@ function create_if_block_1$1(ctx) {
|
|
11464
11465
|
div = element("div");
|
11465
11466
|
if (default_slot) default_slot.c();
|
11466
11467
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11467
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11468
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
11468
11469
|
attr(div, "style", /*style*/ ctx[1]);
|
11469
11470
|
},
|
11470
11471
|
m(target, anchor) {
|
@@ -11496,7 +11497,7 @@ function create_if_block_1$1(ctx) {
|
|
11496
11497
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11497
11498
|
}
|
11498
11499
|
|
11499
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11500
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
11500
11501
|
attr(div, "class", div_class_value);
|
11501
11502
|
}
|
11502
11503
|
|
@@ -11521,7 +11522,7 @@ function create_if_block_1$1(ctx) {
|
|
11521
11522
|
}
|
11522
11523
|
|
11523
11524
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
11524
|
-
function create_if_block$
|
11525
|
+
function create_if_block$7(ctx) {
|
11525
11526
|
let a;
|
11526
11527
|
let a_href_value;
|
11527
11528
|
let a_target_value;
|
@@ -11557,7 +11558,7 @@ function create_if_block$6(ctx) {
|
|
11557
11558
|
a = element("a");
|
11558
11559
|
if (default_slot) default_slot.c();
|
11559
11560
|
set_attributes(a, a_data);
|
11560
|
-
toggle_class(a, "svelte-
|
11561
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11561
11562
|
},
|
11562
11563
|
m(target, anchor) {
|
11563
11564
|
insert(target, a, anchor);
|
@@ -11600,7 +11601,7 @@ function create_if_block$6(ctx) {
|
|
11600
11601
|
dataAttrStopPropagation('click')
|
11601
11602
|
]));
|
11602
11603
|
|
11603
|
-
toggle_class(a, "svelte-
|
11604
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11604
11605
|
},
|
11605
11606
|
i(local) {
|
11606
11607
|
if (current) return;
|
@@ -11620,12 +11621,12 @@ function create_if_block$6(ctx) {
|
|
11620
11621
|
};
|
11621
11622
|
}
|
11622
11623
|
|
11623
|
-
function create_fragment$
|
11624
|
+
function create_fragment$G(ctx) {
|
11624
11625
|
let current_block_type_index;
|
11625
11626
|
let if_block;
|
11626
11627
|
let if_block_anchor;
|
11627
11628
|
let current;
|
11628
|
-
const if_block_creators = [create_if_block$
|
11629
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
11629
11630
|
const if_blocks = [];
|
11630
11631
|
|
11631
11632
|
function select_block_type(ctx, dirty) {
|
@@ -11692,7 +11693,7 @@ function create_fragment$D(ctx) {
|
|
11692
11693
|
|
11693
11694
|
const CLICKABLE_CLASS = 'clickable';
|
11694
11695
|
|
11695
|
-
function instance$
|
11696
|
+
function instance$G($$self, $$props, $$invalidate) {
|
11696
11697
|
let fixedClass;
|
11697
11698
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11698
11699
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11747,8 +11748,8 @@ class Clickable extends SvelteComponent {
|
|
11747
11748
|
init(
|
11748
11749
|
this,
|
11749
11750
|
options,
|
11750
|
-
instance$
|
11751
|
-
create_fragment$
|
11751
|
+
instance$G,
|
11752
|
+
create_fragment$G,
|
11752
11753
|
safe_not_equal,
|
11753
11754
|
{
|
11754
11755
|
onClick: 0,
|
@@ -11758,14 +11759,14 @@ class Clickable extends SvelteComponent {
|
|
11758
11759
|
layerId: 2,
|
11759
11760
|
className: 7
|
11760
11761
|
},
|
11761
|
-
add_css$
|
11762
|
+
add_css$9
|
11762
11763
|
);
|
11763
11764
|
}
|
11764
11765
|
}
|
11765
11766
|
|
11766
11767
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11767
11768
|
|
11768
|
-
function create_default_slot$
|
11769
|
+
function create_default_slot$5(ctx) {
|
11769
11770
|
let img;
|
11770
11771
|
let img_src_value;
|
11771
11772
|
let img_alt_value;
|
@@ -11799,7 +11800,7 @@ function create_default_slot$4(ctx) {
|
|
11799
11800
|
};
|
11800
11801
|
}
|
11801
11802
|
|
11802
|
-
function create_fragment$
|
11803
|
+
function create_fragment$F(ctx) {
|
11803
11804
|
let clickable;
|
11804
11805
|
let current;
|
11805
11806
|
|
@@ -11810,7 +11811,7 @@ function create_fragment$C(ctx) {
|
|
11810
11811
|
onClick: /*props*/ ctx[0].onClick,
|
11811
11812
|
eventName: /*props*/ ctx[0].eventName,
|
11812
11813
|
eventValue: /*props*/ ctx[0].eventValue,
|
11813
|
-
$$slots: { default: [create_default_slot$
|
11814
|
+
$$slots: { default: [create_default_slot$5] },
|
11814
11815
|
$$scope: { ctx }
|
11815
11816
|
}
|
11816
11817
|
});
|
@@ -11852,7 +11853,7 @@ function create_fragment$C(ctx) {
|
|
11852
11853
|
};
|
11853
11854
|
}
|
11854
11855
|
|
11855
|
-
function instance$
|
11856
|
+
function instance$F($$self, $$props, $$invalidate) {
|
11856
11857
|
let style;
|
11857
11858
|
let imgStyle;
|
11858
11859
|
let { props = {} } = $$props;
|
@@ -11901,7 +11902,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
11901
11902
|
class Avatar extends SvelteComponent {
|
11902
11903
|
constructor(options) {
|
11903
11904
|
super();
|
11904
|
-
init(this, options, instance$
|
11905
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
11905
11906
|
}
|
11906
11907
|
}
|
11907
11908
|
|
@@ -11926,8 +11927,13 @@ const BUTTON_SIZE = {
|
|
11926
11927
|
};
|
11927
11928
|
const BUTTON_THEME = {
|
11928
11929
|
default: 'デフォルト',
|
11929
|
-
|
11930
|
+
primary: 'プライマリー',
|
11931
|
+
secondary: 'セカンダリー',
|
11932
|
+
success: 'サクセス',
|
11933
|
+
warning: 'ワーニング',
|
11930
11934
|
alert: 'アラート',
|
11935
|
+
info: 'インフォ',
|
11936
|
+
neutral: 'ニュートラル',
|
11931
11937
|
transparent: '背景なし',
|
11932
11938
|
};
|
11933
11939
|
const BUTTON_ROUND = {
|
@@ -11954,7 +11960,7 @@ const buttonPropsDefault = {
|
|
11954
11960
|
|
11955
11961
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11956
11962
|
|
11957
|
-
function create_fragment$
|
11963
|
+
function create_fragment$E(ctx) {
|
11958
11964
|
let svg;
|
11959
11965
|
let path;
|
11960
11966
|
|
@@ -11986,7 +11992,7 @@ function create_fragment$B(ctx) {
|
|
11986
11992
|
};
|
11987
11993
|
}
|
11988
11994
|
|
11989
|
-
function instance$
|
11995
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11990
11996
|
let { color } = $$props;
|
11991
11997
|
|
11992
11998
|
$$self.$$set = $$props => {
|
@@ -11999,13 +12005,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
11999
12005
|
class IconArrowDown extends SvelteComponent {
|
12000
12006
|
constructor(options) {
|
12001
12007
|
super();
|
12002
|
-
init(this, options, instance$
|
12008
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12003
12009
|
}
|
12004
12010
|
}
|
12005
12011
|
|
12006
12012
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12007
12013
|
|
12008
|
-
function create_fragment$
|
12014
|
+
function create_fragment$D(ctx) {
|
12009
12015
|
let svg;
|
12010
12016
|
let path;
|
12011
12017
|
|
@@ -12037,7 +12043,7 @@ function create_fragment$A(ctx) {
|
|
12037
12043
|
};
|
12038
12044
|
}
|
12039
12045
|
|
12040
|
-
function instance$
|
12046
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12041
12047
|
let { color } = $$props;
|
12042
12048
|
|
12043
12049
|
$$self.$$set = $$props => {
|
@@ -12050,13 +12056,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12050
12056
|
class IconArrowUp extends SvelteComponent {
|
12051
12057
|
constructor(options) {
|
12052
12058
|
super();
|
12053
|
-
init(this, options, instance$
|
12059
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12054
12060
|
}
|
12055
12061
|
}
|
12056
12062
|
|
12057
12063
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12058
12064
|
|
12059
|
-
function create_fragment$
|
12065
|
+
function create_fragment$C(ctx) {
|
12060
12066
|
let svg;
|
12061
12067
|
let path;
|
12062
12068
|
|
@@ -12088,7 +12094,7 @@ function create_fragment$z(ctx) {
|
|
12088
12094
|
};
|
12089
12095
|
}
|
12090
12096
|
|
12091
|
-
function instance$
|
12097
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12092
12098
|
let { color } = $$props;
|
12093
12099
|
|
12094
12100
|
$$self.$$set = $$props => {
|
@@ -12101,13 +12107,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12101
12107
|
class IconUsers extends SvelteComponent {
|
12102
12108
|
constructor(options) {
|
12103
12109
|
super();
|
12104
|
-
init(this, options, instance$
|
12110
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12105
12111
|
}
|
12106
12112
|
}
|
12107
12113
|
|
12108
12114
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12109
12115
|
|
12110
|
-
function create_fragment$
|
12116
|
+
function create_fragment$B(ctx) {
|
12111
12117
|
let svg;
|
12112
12118
|
let path;
|
12113
12119
|
|
@@ -12139,7 +12145,7 @@ function create_fragment$y(ctx) {
|
|
12139
12145
|
};
|
12140
12146
|
}
|
12141
12147
|
|
12142
|
-
function instance$
|
12148
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12143
12149
|
let { color } = $$props;
|
12144
12150
|
|
12145
12151
|
$$self.$$set = $$props => {
|
@@ -12152,13 +12158,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12152
12158
|
class IconArrowLeft extends SvelteComponent {
|
12153
12159
|
constructor(options) {
|
12154
12160
|
super();
|
12155
|
-
init(this, options, instance$
|
12161
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12156
12162
|
}
|
12157
12163
|
}
|
12158
12164
|
|
12159
12165
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12160
12166
|
|
12161
|
-
function create_fragment$
|
12167
|
+
function create_fragment$A(ctx) {
|
12162
12168
|
let svg;
|
12163
12169
|
let path;
|
12164
12170
|
|
@@ -12190,7 +12196,7 @@ function create_fragment$x(ctx) {
|
|
12190
12196
|
};
|
12191
12197
|
}
|
12192
12198
|
|
12193
|
-
function instance$
|
12199
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12194
12200
|
let { color } = $$props;
|
12195
12201
|
|
12196
12202
|
$$self.$$set = $$props => {
|
@@ -12203,13 +12209,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12203
12209
|
class IconArrowRight extends SvelteComponent {
|
12204
12210
|
constructor(options) {
|
12205
12211
|
super();
|
12206
|
-
init(this, options, instance$
|
12212
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12207
12213
|
}
|
12208
12214
|
}
|
12209
12215
|
|
12210
12216
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12211
12217
|
|
12212
|
-
function create_fragment$
|
12218
|
+
function create_fragment$z(ctx) {
|
12213
12219
|
let svg;
|
12214
12220
|
let path;
|
12215
12221
|
|
@@ -12241,7 +12247,7 @@ function create_fragment$w(ctx) {
|
|
12241
12247
|
};
|
12242
12248
|
}
|
12243
12249
|
|
12244
|
-
function instance$
|
12250
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12245
12251
|
let { color } = $$props;
|
12246
12252
|
|
12247
12253
|
$$self.$$set = $$props => {
|
@@ -12254,13 +12260,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12254
12260
|
class IconBell extends SvelteComponent {
|
12255
12261
|
constructor(options) {
|
12256
12262
|
super();
|
12257
|
-
init(this, options, instance$
|
12263
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12258
12264
|
}
|
12259
12265
|
}
|
12260
12266
|
|
12261
12267
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
12262
12268
|
|
12263
|
-
function create_fragment$
|
12269
|
+
function create_fragment$y(ctx) {
|
12264
12270
|
let svg;
|
12265
12271
|
let path;
|
12266
12272
|
|
@@ -12292,7 +12298,7 @@ function create_fragment$v(ctx) {
|
|
12292
12298
|
};
|
12293
12299
|
}
|
12294
12300
|
|
12295
|
-
function instance$
|
12301
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12296
12302
|
let { color } = $$props;
|
12297
12303
|
|
12298
12304
|
$$self.$$set = $$props => {
|
@@ -12305,13 +12311,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
12305
12311
|
class IconArrowUpFromSquare extends SvelteComponent {
|
12306
12312
|
constructor(options) {
|
12307
12313
|
super();
|
12308
|
-
init(this, options, instance$
|
12314
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12309
12315
|
}
|
12310
12316
|
}
|
12311
12317
|
|
12312
12318
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
12313
12319
|
|
12314
|
-
function create_fragment$
|
12320
|
+
function create_fragment$x(ctx) {
|
12315
12321
|
let svg;
|
12316
12322
|
let path;
|
12317
12323
|
|
@@ -12343,7 +12349,7 @@ function create_fragment$u(ctx) {
|
|
12343
12349
|
};
|
12344
12350
|
}
|
12345
12351
|
|
12346
|
-
function instance$
|
12352
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12347
12353
|
let { color } = $$props;
|
12348
12354
|
|
12349
12355
|
$$self.$$set = $$props => {
|
@@ -12356,13 +12362,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
12356
12362
|
class IconTicket extends SvelteComponent {
|
12357
12363
|
constructor(options) {
|
12358
12364
|
super();
|
12359
|
-
init(this, options, instance$
|
12365
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12360
12366
|
}
|
12361
12367
|
}
|
12362
12368
|
|
12363
12369
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
12364
12370
|
|
12365
|
-
function create_fragment$
|
12371
|
+
function create_fragment$w(ctx) {
|
12366
12372
|
let svg;
|
12367
12373
|
let path;
|
12368
12374
|
|
@@ -12394,7 +12400,7 @@ function create_fragment$t(ctx) {
|
|
12394
12400
|
};
|
12395
12401
|
}
|
12396
12402
|
|
12397
|
-
function instance$
|
12403
|
+
function instance$w($$self, $$props, $$invalidate) {
|
12398
12404
|
let { color } = $$props;
|
12399
12405
|
|
12400
12406
|
$$self.$$set = $$props => {
|
@@ -12407,13 +12413,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
12407
12413
|
class IconTrack extends SvelteComponent {
|
12408
12414
|
constructor(options) {
|
12409
12415
|
super();
|
12410
|
-
init(this, options, instance$
|
12416
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
12411
12417
|
}
|
12412
12418
|
}
|
12413
12419
|
|
12414
12420
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
12415
12421
|
|
12416
|
-
function create_fragment$
|
12422
|
+
function create_fragment$v(ctx) {
|
12417
12423
|
let svg;
|
12418
12424
|
let path;
|
12419
12425
|
|
@@ -12445,7 +12451,7 @@ function create_fragment$s(ctx) {
|
|
12445
12451
|
};
|
12446
12452
|
}
|
12447
12453
|
|
12448
|
-
function instance$
|
12454
|
+
function instance$v($$self, $$props, $$invalidate) {
|
12449
12455
|
let { color } = $$props;
|
12450
12456
|
|
12451
12457
|
$$self.$$set = $$props => {
|
@@ -12458,13 +12464,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
12458
12464
|
class IconCartShopping extends SvelteComponent {
|
12459
12465
|
constructor(options) {
|
12460
12466
|
super();
|
12461
|
-
init(this, options, instance$
|
12467
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
12462
12468
|
}
|
12463
12469
|
}
|
12464
12470
|
|
12465
12471
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
12466
12472
|
|
12467
|
-
function create_fragment$
|
12473
|
+
function create_fragment$u(ctx) {
|
12468
12474
|
let svg;
|
12469
12475
|
let path;
|
12470
12476
|
|
@@ -12496,7 +12502,7 @@ function create_fragment$r(ctx) {
|
|
12496
12502
|
};
|
12497
12503
|
}
|
12498
12504
|
|
12499
|
-
function instance$
|
12505
|
+
function instance$u($$self, $$props, $$invalidate) {
|
12500
12506
|
let { color } = $$props;
|
12501
12507
|
|
12502
12508
|
$$self.$$set = $$props => {
|
@@ -12509,13 +12515,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
12509
12515
|
class IconCircle extends SvelteComponent {
|
12510
12516
|
constructor(options) {
|
12511
12517
|
super();
|
12512
|
-
init(this, options, instance$
|
12518
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
12513
12519
|
}
|
12514
12520
|
}
|
12515
12521
|
|
12516
12522
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
12517
12523
|
|
12518
|
-
function create_fragment$
|
12524
|
+
function create_fragment$t(ctx) {
|
12519
12525
|
let svg;
|
12520
12526
|
let path;
|
12521
12527
|
|
@@ -12547,7 +12553,7 @@ function create_fragment$q(ctx) {
|
|
12547
12553
|
};
|
12548
12554
|
}
|
12549
12555
|
|
12550
|
-
function instance$
|
12556
|
+
function instance$t($$self, $$props, $$invalidate) {
|
12551
12557
|
let { color } = $$props;
|
12552
12558
|
|
12553
12559
|
$$self.$$set = $$props => {
|
@@ -12560,13 +12566,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
12560
12566
|
class IconCircleQuestion extends SvelteComponent {
|
12561
12567
|
constructor(options) {
|
12562
12568
|
super();
|
12563
|
-
init(this, options, instance$
|
12569
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
12564
12570
|
}
|
12565
12571
|
}
|
12566
12572
|
|
12567
12573
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
12568
12574
|
|
12569
|
-
function create_fragment$
|
12575
|
+
function create_fragment$s(ctx) {
|
12570
12576
|
let svg;
|
12571
12577
|
let path;
|
12572
12578
|
|
@@ -12598,7 +12604,7 @@ function create_fragment$p(ctx) {
|
|
12598
12604
|
};
|
12599
12605
|
}
|
12600
12606
|
|
12601
|
-
function instance$
|
12607
|
+
function instance$s($$self, $$props, $$invalidate) {
|
12602
12608
|
let { color } = $$props;
|
12603
12609
|
|
12604
12610
|
$$self.$$set = $$props => {
|
@@ -12611,13 +12617,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
12611
12617
|
class IconCheck extends SvelteComponent {
|
12612
12618
|
constructor(options) {
|
12613
12619
|
super();
|
12614
|
-
init(this, options, instance$
|
12620
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
12615
12621
|
}
|
12616
12622
|
}
|
12617
12623
|
|
12618
12624
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
12619
12625
|
|
12620
|
-
function create_fragment$
|
12626
|
+
function create_fragment$r(ctx) {
|
12621
12627
|
let svg;
|
12622
12628
|
let path;
|
12623
12629
|
|
@@ -12649,7 +12655,7 @@ function create_fragment$o(ctx) {
|
|
12649
12655
|
};
|
12650
12656
|
}
|
12651
12657
|
|
12652
|
-
function instance$
|
12658
|
+
function instance$r($$self, $$props, $$invalidate) {
|
12653
12659
|
let { color } = $$props;
|
12654
12660
|
|
12655
12661
|
$$self.$$set = $$props => {
|
@@ -12662,13 +12668,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
12662
12668
|
class IconXMark extends SvelteComponent {
|
12663
12669
|
constructor(options) {
|
12664
12670
|
super();
|
12665
|
-
init(this, options, instance$
|
12671
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
12666
12672
|
}
|
12667
12673
|
}
|
12668
12674
|
|
12669
12675
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
12670
12676
|
|
12671
|
-
function create_fragment$
|
12677
|
+
function create_fragment$q(ctx) {
|
12672
12678
|
let svg;
|
12673
12679
|
let path;
|
12674
12680
|
|
@@ -12700,7 +12706,7 @@ function create_fragment$n(ctx) {
|
|
12700
12706
|
};
|
12701
12707
|
}
|
12702
12708
|
|
12703
|
-
function instance$
|
12709
|
+
function instance$q($$self, $$props, $$invalidate) {
|
12704
12710
|
let { color } = $$props;
|
12705
12711
|
|
12706
12712
|
$$self.$$set = $$props => {
|
@@ -12713,13 +12719,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
12713
12719
|
class IconPaperPlane extends SvelteComponent {
|
12714
12720
|
constructor(options) {
|
12715
12721
|
super();
|
12716
|
-
init(this, options, instance$
|
12722
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
12717
12723
|
}
|
12718
12724
|
}
|
12719
12725
|
|
12720
12726
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12721
12727
|
|
12722
|
-
function create_fragment$
|
12728
|
+
function create_fragment$p(ctx) {
|
12723
12729
|
let svg;
|
12724
12730
|
let path;
|
12725
12731
|
|
@@ -12751,7 +12757,7 @@ function create_fragment$m(ctx) {
|
|
12751
12757
|
};
|
12752
12758
|
}
|
12753
12759
|
|
12754
|
-
function instance$
|
12760
|
+
function instance$p($$self, $$props, $$invalidate) {
|
12755
12761
|
let { color } = $$props;
|
12756
12762
|
|
12757
12763
|
$$self.$$set = $$props => {
|
@@ -12764,13 +12770,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
12764
12770
|
class IconCopy extends SvelteComponent {
|
12765
12771
|
constructor(options) {
|
12766
12772
|
super();
|
12767
|
-
init(this, options, instance$
|
12773
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
12768
12774
|
}
|
12769
12775
|
}
|
12770
12776
|
|
12771
12777
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12772
12778
|
|
12773
|
-
function create_fragment$
|
12779
|
+
function create_fragment$o(ctx) {
|
12774
12780
|
let svg;
|
12775
12781
|
let path;
|
12776
12782
|
|
@@ -12802,7 +12808,7 @@ function create_fragment$l(ctx) {
|
|
12802
12808
|
};
|
12803
12809
|
}
|
12804
12810
|
|
12805
|
-
function instance$
|
12811
|
+
function instance$o($$self, $$props, $$invalidate) {
|
12806
12812
|
let { color } = $$props;
|
12807
12813
|
|
12808
12814
|
$$self.$$set = $$props => {
|
@@ -12815,13 +12821,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
12815
12821
|
class IconCircleXMark extends SvelteComponent {
|
12816
12822
|
constructor(options) {
|
12817
12823
|
super();
|
12818
|
-
init(this, options, instance$
|
12824
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
12819
12825
|
}
|
12820
12826
|
}
|
12821
12827
|
|
12822
12828
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12823
12829
|
|
12824
|
-
function create_fragment$
|
12830
|
+
function create_fragment$n(ctx) {
|
12825
12831
|
let svg;
|
12826
12832
|
let path;
|
12827
12833
|
|
@@ -12853,7 +12859,7 @@ function create_fragment$k(ctx) {
|
|
12853
12859
|
};
|
12854
12860
|
}
|
12855
12861
|
|
12856
|
-
function instance$
|
12862
|
+
function instance$n($$self, $$props, $$invalidate) {
|
12857
12863
|
let { color } = $$props;
|
12858
12864
|
|
12859
12865
|
$$self.$$set = $$props => {
|
@@ -12866,13 +12872,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
12866
12872
|
class IconHeart extends SvelteComponent {
|
12867
12873
|
constructor(options) {
|
12868
12874
|
super();
|
12869
|
-
init(this, options, instance$
|
12875
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
12870
12876
|
}
|
12871
12877
|
}
|
12872
12878
|
|
12873
12879
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12874
12880
|
|
12875
|
-
function create_fragment$
|
12881
|
+
function create_fragment$m(ctx) {
|
12876
12882
|
let svg;
|
12877
12883
|
let path;
|
12878
12884
|
|
@@ -12904,7 +12910,7 @@ function create_fragment$j(ctx) {
|
|
12904
12910
|
};
|
12905
12911
|
}
|
12906
12912
|
|
12907
|
-
function instance$
|
12913
|
+
function instance$m($$self, $$props, $$invalidate) {
|
12908
12914
|
let { color } = $$props;
|
12909
12915
|
|
12910
12916
|
$$self.$$set = $$props => {
|
@@ -12917,13 +12923,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
12917
12923
|
class IconMagnifyingGrass extends SvelteComponent {
|
12918
12924
|
constructor(options) {
|
12919
12925
|
super();
|
12920
|
-
init(this, options, instance$
|
12926
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
12921
12927
|
}
|
12922
12928
|
}
|
12923
12929
|
|
12924
12930
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12925
12931
|
|
12926
|
-
function create_fragment$
|
12932
|
+
function create_fragment$l(ctx) {
|
12927
12933
|
let svg;
|
12928
12934
|
let path;
|
12929
12935
|
|
@@ -12955,7 +12961,7 @@ function create_fragment$i(ctx) {
|
|
12955
12961
|
};
|
12956
12962
|
}
|
12957
12963
|
|
12958
|
-
function instance$
|
12964
|
+
function instance$l($$self, $$props, $$invalidate) {
|
12959
12965
|
let { color } = $$props;
|
12960
12966
|
|
12961
12967
|
$$self.$$set = $$props => {
|
@@ -12968,13 +12974,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
12968
12974
|
class IconStar extends SvelteComponent {
|
12969
12975
|
constructor(options) {
|
12970
12976
|
super();
|
12971
|
-
init(this, options, instance$
|
12977
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
12972
12978
|
}
|
12973
12979
|
}
|
12974
12980
|
|
12975
12981
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12976
12982
|
|
12977
|
-
function create_fragment$
|
12983
|
+
function create_fragment$k(ctx) {
|
12978
12984
|
let svg;
|
12979
12985
|
let path;
|
12980
12986
|
|
@@ -13006,7 +13012,7 @@ function create_fragment$h(ctx) {
|
|
13006
13012
|
};
|
13007
13013
|
}
|
13008
13014
|
|
13009
|
-
function instance$
|
13015
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13010
13016
|
let { color } = $$props;
|
13011
13017
|
|
13012
13018
|
$$self.$$set = $$props => {
|
@@ -13019,13 +13025,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13019
13025
|
class IconCircleInfo extends SvelteComponent {
|
13020
13026
|
constructor(options) {
|
13021
13027
|
super();
|
13022
|
-
init(this, options, instance$
|
13028
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13023
13029
|
}
|
13024
13030
|
}
|
13025
13031
|
|
13026
13032
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13027
13033
|
|
13028
|
-
function create_fragment$
|
13034
|
+
function create_fragment$j(ctx) {
|
13029
13035
|
let svg;
|
13030
13036
|
let path;
|
13031
13037
|
|
@@ -13057,7 +13063,7 @@ function create_fragment$g(ctx) {
|
|
13057
13063
|
};
|
13058
13064
|
}
|
13059
13065
|
|
13060
|
-
function instance$
|
13066
|
+
function instance$j($$self, $$props, $$invalidate) {
|
13061
13067
|
let { color } = $$props;
|
13062
13068
|
|
13063
13069
|
$$self.$$set = $$props => {
|
@@ -13070,13 +13076,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13070
13076
|
class IconEnvelope extends SvelteComponent {
|
13071
13077
|
constructor(options) {
|
13072
13078
|
super();
|
13073
|
-
init(this, options, instance$
|
13079
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
13074
13080
|
}
|
13075
13081
|
}
|
13076
13082
|
|
13077
13083
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
13078
13084
|
|
13079
|
-
function create_fragment$
|
13085
|
+
function create_fragment$i(ctx) {
|
13080
13086
|
let svg;
|
13081
13087
|
let path;
|
13082
13088
|
|
@@ -13108,7 +13114,7 @@ function create_fragment$f(ctx) {
|
|
13108
13114
|
};
|
13109
13115
|
}
|
13110
13116
|
|
13111
|
-
function instance$
|
13117
|
+
function instance$i($$self, $$props, $$invalidate) {
|
13112
13118
|
let { color } = $$props;
|
13113
13119
|
|
13114
13120
|
$$self.$$set = $$props => {
|
@@ -13121,13 +13127,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
13121
13127
|
class IconGift extends SvelteComponent {
|
13122
13128
|
constructor(options) {
|
13123
13129
|
super();
|
13124
|
-
init(this, options, instance$
|
13130
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
13125
13131
|
}
|
13126
13132
|
}
|
13127
13133
|
|
13128
13134
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
13129
13135
|
|
13130
|
-
function create_fragment$
|
13136
|
+
function create_fragment$h(ctx) {
|
13131
13137
|
let svg;
|
13132
13138
|
let path;
|
13133
13139
|
|
@@ -13159,7 +13165,7 @@ function create_fragment$e(ctx) {
|
|
13159
13165
|
};
|
13160
13166
|
}
|
13161
13167
|
|
13162
|
-
function instance$
|
13168
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13163
13169
|
let { color } = $$props;
|
13164
13170
|
|
13165
13171
|
$$self.$$set = $$props => {
|
@@ -13172,13 +13178,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
13172
13178
|
class IconPaperclip extends SvelteComponent {
|
13173
13179
|
constructor(options) {
|
13174
13180
|
super();
|
13175
|
-
init(this, options, instance$
|
13181
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13176
13182
|
}
|
13177
13183
|
}
|
13178
13184
|
|
13179
13185
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
13180
13186
|
|
13181
|
-
function create_fragment$
|
13187
|
+
function create_fragment$g(ctx) {
|
13182
13188
|
let svg;
|
13183
13189
|
let path;
|
13184
13190
|
|
@@ -13210,7 +13216,7 @@ function create_fragment$d(ctx) {
|
|
13210
13216
|
};
|
13211
13217
|
}
|
13212
13218
|
|
13213
|
-
function instance$
|
13219
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13214
13220
|
let { color } = $$props;
|
13215
13221
|
|
13216
13222
|
$$self.$$set = $$props => {
|
@@ -13223,13 +13229,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
13223
13229
|
class IconFire extends SvelteComponent {
|
13224
13230
|
constructor(options) {
|
13225
13231
|
super();
|
13226
|
-
init(this, options, instance$
|
13232
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
13227
13233
|
}
|
13228
13234
|
}
|
13229
13235
|
|
13230
13236
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
13231
13237
|
|
13232
|
-
function create_fragment$
|
13238
|
+
function create_fragment$f(ctx) {
|
13233
13239
|
let svg;
|
13234
13240
|
let path;
|
13235
13241
|
|
@@ -13261,7 +13267,7 @@ function create_fragment$c(ctx) {
|
|
13261
13267
|
};
|
13262
13268
|
}
|
13263
13269
|
|
13264
|
-
function instance$
|
13270
|
+
function instance$f($$self, $$props, $$invalidate) {
|
13265
13271
|
let { color } = $$props;
|
13266
13272
|
|
13267
13273
|
$$self.$$set = $$props => {
|
@@ -13274,13 +13280,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
13274
13280
|
class IconLink extends SvelteComponent {
|
13275
13281
|
constructor(options) {
|
13276
13282
|
super();
|
13277
|
-
init(this, options, instance$
|
13283
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
13278
13284
|
}
|
13279
13285
|
}
|
13280
13286
|
|
13281
13287
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
13282
13288
|
|
13283
|
-
function create_fragment$
|
13289
|
+
function create_fragment$e(ctx) {
|
13284
13290
|
let svg;
|
13285
13291
|
let path;
|
13286
13292
|
|
@@ -13312,7 +13318,7 @@ function create_fragment$b(ctx) {
|
|
13312
13318
|
};
|
13313
13319
|
}
|
13314
13320
|
|
13315
|
-
function instance$
|
13321
|
+
function instance$e($$self, $$props, $$invalidate) {
|
13316
13322
|
let { color } = $$props;
|
13317
13323
|
|
13318
13324
|
$$self.$$set = $$props => {
|
@@ -13325,13 +13331,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
13325
13331
|
class IconBuildings extends SvelteComponent {
|
13326
13332
|
constructor(options) {
|
13327
13333
|
super();
|
13328
|
-
init(this, options, instance$
|
13334
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
13329
13335
|
}
|
13330
13336
|
}
|
13331
13337
|
|
13332
13338
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
13333
13339
|
|
13334
|
-
function create_fragment$
|
13340
|
+
function create_fragment$d(ctx) {
|
13335
13341
|
let svg;
|
13336
13342
|
let path;
|
13337
13343
|
|
@@ -13363,7 +13369,7 @@ function create_fragment$a(ctx) {
|
|
13363
13369
|
};
|
13364
13370
|
}
|
13365
13371
|
|
13366
|
-
function instance$
|
13372
|
+
function instance$d($$self, $$props, $$invalidate) {
|
13367
13373
|
let { color } = $$props;
|
13368
13374
|
|
13369
13375
|
$$self.$$set = $$props => {
|
@@ -13376,11 +13382,113 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
13376
13382
|
class IconChevronsRight extends SvelteComponent {
|
13377
13383
|
constructor(options) {
|
13378
13384
|
super();
|
13379
|
-
init(this, options, instance$
|
13385
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
13380
13386
|
}
|
13381
13387
|
}
|
13382
13388
|
|
13383
|
-
|
13389
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
13390
|
+
|
13391
|
+
function create_fragment$c(ctx) {
|
13392
|
+
let svg;
|
13393
|
+
let path;
|
13394
|
+
|
13395
|
+
return {
|
13396
|
+
c() {
|
13397
|
+
svg = svg_element("svg");
|
13398
|
+
path = svg_element("path");
|
13399
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13400
|
+
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");
|
13401
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13402
|
+
set_style(svg, "width", "100%");
|
13403
|
+
set_style(svg, "height", "100%");
|
13404
|
+
attr(svg, "viewBox", "0 0 512 512");
|
13405
|
+
},
|
13406
|
+
m(target, anchor) {
|
13407
|
+
insert(target, svg, anchor);
|
13408
|
+
append(svg, path);
|
13409
|
+
},
|
13410
|
+
p(ctx, [dirty]) {
|
13411
|
+
if (dirty & /*color*/ 1) {
|
13412
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13413
|
+
}
|
13414
|
+
},
|
13415
|
+
i: noop,
|
13416
|
+
o: noop,
|
13417
|
+
d(detaching) {
|
13418
|
+
if (detaching) detach(svg);
|
13419
|
+
}
|
13420
|
+
};
|
13421
|
+
}
|
13422
|
+
|
13423
|
+
function instance$c($$self, $$props, $$invalidate) {
|
13424
|
+
let { color } = $$props;
|
13425
|
+
|
13426
|
+
$$self.$$set = $$props => {
|
13427
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13428
|
+
};
|
13429
|
+
|
13430
|
+
return [color];
|
13431
|
+
}
|
13432
|
+
|
13433
|
+
class IconPhone extends SvelteComponent {
|
13434
|
+
constructor(options) {
|
13435
|
+
super();
|
13436
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
13437
|
+
}
|
13438
|
+
}
|
13439
|
+
|
13440
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
13441
|
+
|
13442
|
+
function create_fragment$b(ctx) {
|
13443
|
+
let svg;
|
13444
|
+
let path;
|
13445
|
+
|
13446
|
+
return {
|
13447
|
+
c() {
|
13448
|
+
svg = svg_element("svg");
|
13449
|
+
path = svg_element("path");
|
13450
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13451
|
+
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");
|
13452
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13453
|
+
set_style(svg, "width", "100%");
|
13454
|
+
set_style(svg, "height", "100%");
|
13455
|
+
attr(svg, "viewBox", "0 0 384 512");
|
13456
|
+
},
|
13457
|
+
m(target, anchor) {
|
13458
|
+
insert(target, svg, anchor);
|
13459
|
+
append(svg, path);
|
13460
|
+
},
|
13461
|
+
p(ctx, [dirty]) {
|
13462
|
+
if (dirty & /*color*/ 1) {
|
13463
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13464
|
+
}
|
13465
|
+
},
|
13466
|
+
i: noop,
|
13467
|
+
o: noop,
|
13468
|
+
d(detaching) {
|
13469
|
+
if (detaching) detach(svg);
|
13470
|
+
}
|
13471
|
+
};
|
13472
|
+
}
|
13473
|
+
|
13474
|
+
function instance$b($$self, $$props, $$invalidate) {
|
13475
|
+
let { color } = $$props;
|
13476
|
+
|
13477
|
+
$$self.$$set = $$props => {
|
13478
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13479
|
+
};
|
13480
|
+
|
13481
|
+
return [color];
|
13482
|
+
}
|
13483
|
+
|
13484
|
+
class IconLocationDot extends SvelteComponent {
|
13485
|
+
constructor(options) {
|
13486
|
+
super();
|
13487
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
13488
|
+
}
|
13489
|
+
}
|
13490
|
+
|
13491
|
+
const ICON_SIZE = {
|
13384
13492
|
x_small: {
|
13385
13493
|
label: 'X Small',
|
13386
13494
|
value: '12px',
|
@@ -13432,9 +13540,11 @@ const ICON_VARIANTS = {
|
|
13432
13540
|
gift: IconGift,
|
13433
13541
|
heart: IconHeart,
|
13434
13542
|
link: IconLink,
|
13543
|
+
locationDot: IconLocationDot,
|
13435
13544
|
magnifying_grass: IconMagnifyingGrass,
|
13436
13545
|
paperclip: IconPaperclip,
|
13437
13546
|
paper_plane: IconPaperPlane,
|
13547
|
+
phone: IconPhone,
|
13438
13548
|
star: IconStar,
|
13439
13549
|
ticket: IconTicket,
|
13440
13550
|
truck: IconTrack,
|
@@ -13444,7 +13554,7 @@ const ICON_VARIANTS = {
|
|
13444
13554
|
|
13445
13555
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13446
13556
|
|
13447
|
-
function create_if_block$
|
13557
|
+
function create_if_block$6(ctx) {
|
13448
13558
|
let clickable;
|
13449
13559
|
let current;
|
13450
13560
|
|
@@ -13455,7 +13565,7 @@ function create_if_block$5(ctx) {
|
|
13455
13565
|
onClick: /*props*/ ctx[0].onClick,
|
13456
13566
|
eventName: /*props*/ ctx[0].eventName,
|
13457
13567
|
eventValue: /*props*/ ctx[0].eventValue,
|
13458
|
-
$$slots: { default: [create_default_slot$
|
13568
|
+
$$slots: { default: [create_default_slot$4] },
|
13459
13569
|
$$scope: { ctx }
|
13460
13570
|
}
|
13461
13571
|
});
|
@@ -13498,7 +13608,7 @@ function create_if_block$5(ctx) {
|
|
13498
13608
|
}
|
13499
13609
|
|
13500
13610
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13501
|
-
function create_default_slot$
|
13611
|
+
function create_default_slot$4(ctx) {
|
13502
13612
|
let switch_instance;
|
13503
13613
|
let switch_instance_anchor;
|
13504
13614
|
let current;
|
@@ -13570,80 +13680,454 @@ function create_default_slot$3(ctx) {
|
|
13570
13680
|
};
|
13571
13681
|
}
|
13572
13682
|
|
13573
|
-
function create_fragment$
|
13683
|
+
function create_fragment$a(ctx) {
|
13574
13684
|
let if_block_anchor;
|
13575
13685
|
let current;
|
13576
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13686
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
13687
|
+
|
13688
|
+
return {
|
13689
|
+
c() {
|
13690
|
+
if (if_block) if_block.c();
|
13691
|
+
if_block_anchor = empty();
|
13692
|
+
},
|
13693
|
+
m(target, anchor) {
|
13694
|
+
if (if_block) if_block.m(target, anchor);
|
13695
|
+
insert(target, if_block_anchor, anchor);
|
13696
|
+
current = true;
|
13697
|
+
},
|
13698
|
+
p(ctx, [dirty]) {
|
13699
|
+
if (/*IconComponent*/ ctx[2]) {
|
13700
|
+
if (if_block) {
|
13701
|
+
if_block.p(ctx, dirty);
|
13702
|
+
|
13703
|
+
if (dirty & /*IconComponent*/ 4) {
|
13704
|
+
transition_in(if_block, 1);
|
13705
|
+
}
|
13706
|
+
} else {
|
13707
|
+
if_block = create_if_block$6(ctx);
|
13708
|
+
if_block.c();
|
13709
|
+
transition_in(if_block, 1);
|
13710
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13711
|
+
}
|
13712
|
+
} else if (if_block) {
|
13713
|
+
group_outros();
|
13714
|
+
|
13715
|
+
transition_out(if_block, 1, 1, () => {
|
13716
|
+
if_block = null;
|
13717
|
+
});
|
13718
|
+
|
13719
|
+
check_outros();
|
13720
|
+
}
|
13721
|
+
},
|
13722
|
+
i(local) {
|
13723
|
+
if (current) return;
|
13724
|
+
transition_in(if_block);
|
13725
|
+
current = true;
|
13726
|
+
},
|
13727
|
+
o(local) {
|
13728
|
+
transition_out(if_block);
|
13729
|
+
current = false;
|
13730
|
+
},
|
13731
|
+
d(detaching) {
|
13732
|
+
if (if_block) if_block.d(detaching);
|
13733
|
+
if (detaching) detach(if_block_anchor);
|
13734
|
+
}
|
13735
|
+
};
|
13736
|
+
}
|
13737
|
+
|
13738
|
+
function instance$a($$self, $$props, $$invalidate) {
|
13739
|
+
let style;
|
13740
|
+
let IconComponent;
|
13741
|
+
let { props = {} } = $$props;
|
13742
|
+
let { layerId = '' } = $$props;
|
13743
|
+
|
13744
|
+
const getSizeCss = () => {
|
13745
|
+
return {
|
13746
|
+
minWidth: props.width
|
13747
|
+
? props.width
|
13748
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
13749
|
+
width: props.width
|
13750
|
+
? props.width
|
13751
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
13752
|
+
height: props.height
|
13753
|
+
? props.height
|
13754
|
+
: ICON_SIZE[props.size ?? 'medium'].value
|
13755
|
+
};
|
13756
|
+
};
|
13757
|
+
|
13758
|
+
$$self.$$set = $$props => {
|
13759
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13760
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13761
|
+
};
|
13762
|
+
|
13763
|
+
$$self.$$.update = () => {
|
13764
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13765
|
+
$$invalidate(3, style = objToStyle({
|
13766
|
+
display: 'flex',
|
13767
|
+
alignItems: 'center',
|
13768
|
+
overflow: 'hidden',
|
13769
|
+
width: 'auto',
|
13770
|
+
...getSizeCss(),
|
13771
|
+
...toCssCommon(props)
|
13772
|
+
}));
|
13773
|
+
}
|
13774
|
+
|
13775
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13776
|
+
$$invalidate(2, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
13777
|
+
}
|
13778
|
+
};
|
13779
|
+
|
13780
|
+
return [props, layerId, IconComponent, style];
|
13781
|
+
}
|
13782
|
+
|
13783
|
+
class Icon extends SvelteComponent {
|
13784
|
+
constructor(options) {
|
13785
|
+
super();
|
13786
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
13787
|
+
}
|
13788
|
+
}
|
13789
|
+
|
13790
|
+
const BUTTON_SIZE_STYLES = {
|
13791
|
+
extra_small: {
|
13792
|
+
minHeight: '32px',
|
13793
|
+
paddingInline: '12px',
|
13794
|
+
fontSize: '12px',
|
13795
|
+
paddingBlock: '8px',
|
13796
|
+
lineHeight: 1.5,
|
13797
|
+
borderRadius: '4px',
|
13798
|
+
},
|
13799
|
+
small: {
|
13800
|
+
minHeight: '36px',
|
13801
|
+
paddingInline: '16px',
|
13802
|
+
fontSize: '13px',
|
13803
|
+
paddingBlock: '8px',
|
13804
|
+
lineHeight: 1.5,
|
13805
|
+
borderRadius: '4px',
|
13806
|
+
},
|
13807
|
+
medium: {
|
13808
|
+
minHeight: '40px',
|
13809
|
+
paddingInline: '24px',
|
13810
|
+
fontSize: '14px',
|
13811
|
+
paddingBlock: '8px',
|
13812
|
+
lineHeight: 1.5,
|
13813
|
+
borderRadius: '4px',
|
13814
|
+
},
|
13815
|
+
large: {
|
13816
|
+
minHeight: '48px',
|
13817
|
+
paddingInline: '32px',
|
13818
|
+
fontSize: '14px',
|
13819
|
+
paddingBlock: '10px',
|
13820
|
+
lineHeight: 1.5,
|
13821
|
+
borderRadius: '4px',
|
13822
|
+
},
|
13823
|
+
extra_large: {
|
13824
|
+
minHeight: '56px',
|
13825
|
+
paddingInline: '40px',
|
13826
|
+
fontSize: '17px',
|
13827
|
+
paddingBlock: '12px',
|
13828
|
+
lineHeight: 1.5,
|
13829
|
+
borderRadius: '4px',
|
13830
|
+
},
|
13831
|
+
};
|
13832
|
+
const BUTTON_THEME_STYLES = {
|
13833
|
+
default: {
|
13834
|
+
backgroundColor: '#33403e',
|
13835
|
+
color: '#FFFFFF',
|
13836
|
+
fontWeight: 'bold',
|
13837
|
+
},
|
13838
|
+
primary: {
|
13839
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
13840
|
+
color: '#FFFFFF',
|
13841
|
+
fontWeight: 'bold',
|
13842
|
+
},
|
13843
|
+
secondary: {
|
13844
|
+
backgroundColor: '#f3f4f6',
|
13845
|
+
color: '#000000',
|
13846
|
+
fontWeight: 'bold',
|
13847
|
+
},
|
13848
|
+
success: {
|
13849
|
+
backgroundColor: '#10b981',
|
13850
|
+
color: '#ffffff',
|
13851
|
+
fontWeight: 'bold',
|
13852
|
+
},
|
13853
|
+
warning: {
|
13854
|
+
backgroundColor: '#fbbf24',
|
13855
|
+
color: '#ffffff',
|
13856
|
+
fontWeight: 'bold',
|
13857
|
+
},
|
13858
|
+
alert: {
|
13859
|
+
backgroundColor: '#ef4444',
|
13860
|
+
color: '#FFFFFF',
|
13861
|
+
fontWeight: 'bold',
|
13862
|
+
},
|
13863
|
+
info: {
|
13864
|
+
backgroundColor: '#0ea5e9',
|
13865
|
+
color: '#FFFFFF',
|
13866
|
+
fontWeight: 'bold',
|
13867
|
+
},
|
13868
|
+
neutral: {
|
13869
|
+
backgroundColor: '#9ca3af',
|
13870
|
+
color: '#333333',
|
13871
|
+
fontWeight: 'bold',
|
13872
|
+
},
|
13873
|
+
transparent: {
|
13874
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13875
|
+
color: '#00100ea1',
|
13876
|
+
fontWeight: 'bold',
|
13877
|
+
},
|
13878
|
+
};
|
13879
|
+
const BUTTON_ROUND_STYLES = {
|
13880
|
+
none: {
|
13881
|
+
borderRadius: 0,
|
13882
|
+
},
|
13883
|
+
default: {},
|
13884
|
+
fulled: {
|
13885
|
+
borderRadius: '56px',
|
13886
|
+
},
|
13887
|
+
};
|
13888
|
+
const BUTTON_WRAP_STYLES = {
|
13889
|
+
nowrap: {
|
13890
|
+
whiteSpace: 'nowrap',
|
13891
|
+
},
|
13892
|
+
wrap: {
|
13893
|
+
whiteSpace: 'pre-wrap',
|
13894
|
+
},
|
13895
|
+
};
|
13896
|
+
|
13897
|
+
function hexToRgb(hex) {
|
13898
|
+
let r = 0, g = 0, b = 0;
|
13899
|
+
if (hex.length === 4) {
|
13900
|
+
r = parseInt(hex[1] + hex[1], 16);
|
13901
|
+
g = parseInt(hex[2] + hex[2], 16);
|
13902
|
+
b = parseInt(hex[3] + hex[3], 16);
|
13903
|
+
}
|
13904
|
+
else if (hex.length === 7) {
|
13905
|
+
r = parseInt(hex[1] + hex[2], 16);
|
13906
|
+
g = parseInt(hex[3] + hex[4], 16);
|
13907
|
+
b = parseInt(hex[5] + hex[6], 16);
|
13908
|
+
}
|
13909
|
+
return { r, g, b };
|
13910
|
+
}
|
13911
|
+
function rgbToHex(r, g, b) {
|
13912
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
13913
|
+
}
|
13914
|
+
function darkenColor(color, percent) {
|
13915
|
+
let r, g, b;
|
13916
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
13917
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
13918
|
+
if (rgbaMatch) {
|
13919
|
+
r = parseInt(rgbaMatch[1]);
|
13920
|
+
g = parseInt(rgbaMatch[2]);
|
13921
|
+
b = parseInt(rgbaMatch[3]);
|
13922
|
+
}
|
13923
|
+
else {
|
13924
|
+
throw new Error('Invalid RGB/RGBA color format');
|
13925
|
+
}
|
13926
|
+
}
|
13927
|
+
else if (color.startsWith('#')) {
|
13928
|
+
const rgb = hexToRgb(color);
|
13929
|
+
r = rgb.r;
|
13930
|
+
g = rgb.g;
|
13931
|
+
b = rgb.b;
|
13932
|
+
}
|
13933
|
+
else {
|
13934
|
+
throw new Error('Unsupported color format');
|
13935
|
+
}
|
13936
|
+
// 色を暗くする
|
13937
|
+
r = Math.round(r * (1 - percent));
|
13938
|
+
g = Math.round(g * (1 - percent));
|
13939
|
+
b = Math.round(b * (1 - percent));
|
13940
|
+
return rgbToHex(r, g, b);
|
13941
|
+
}
|
13942
|
+
|
13943
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13944
|
+
|
13945
|
+
function add_css$8(target) {
|
13946
|
+
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}");
|
13947
|
+
}
|
13948
|
+
|
13949
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
13950
|
+
function create_if_block$5(ctx) {
|
13951
|
+
let div;
|
13952
|
+
let icon;
|
13953
|
+
let current;
|
13954
|
+
|
13955
|
+
icon = new Icon({
|
13956
|
+
props: {
|
13957
|
+
props: {
|
13958
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13959
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13960
|
+
width: '1em',
|
13961
|
+
height: '1em'
|
13962
|
+
}
|
13963
|
+
}
|
13964
|
+
});
|
13965
|
+
|
13966
|
+
return {
|
13967
|
+
c() {
|
13968
|
+
div = element("div");
|
13969
|
+
create_component(icon.$$.fragment);
|
13970
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
13971
|
+
},
|
13972
|
+
m(target, anchor) {
|
13973
|
+
insert(target, div, anchor);
|
13974
|
+
mount_component(icon, div, null);
|
13975
|
+
current = true;
|
13976
|
+
},
|
13977
|
+
p(ctx, dirty) {
|
13978
|
+
const icon_changes = {};
|
13979
|
+
|
13980
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
13981
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13982
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13983
|
+
width: '1em',
|
13984
|
+
height: '1em'
|
13985
|
+
};
|
13986
|
+
|
13987
|
+
icon.$set(icon_changes);
|
13988
|
+
},
|
13989
|
+
i(local) {
|
13990
|
+
if (current) return;
|
13991
|
+
transition_in(icon.$$.fragment, local);
|
13992
|
+
current = true;
|
13993
|
+
},
|
13994
|
+
o(local) {
|
13995
|
+
transition_out(icon.$$.fragment, local);
|
13996
|
+
current = false;
|
13997
|
+
},
|
13998
|
+
d(detaching) {
|
13999
|
+
if (detaching) detach(div);
|
14000
|
+
destroy_component(icon);
|
14001
|
+
}
|
14002
|
+
};
|
14003
|
+
}
|
14004
|
+
|
14005
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14006
|
+
function create_default_slot$3(ctx) {
|
14007
|
+
let t0;
|
14008
|
+
let span;
|
14009
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
14010
|
+
let t1;
|
14011
|
+
let current;
|
14012
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
14013
|
+
|
14014
|
+
return {
|
14015
|
+
c() {
|
14016
|
+
if (if_block) if_block.c();
|
14017
|
+
t0 = space();
|
14018
|
+
span = element("span");
|
14019
|
+
t1 = text(t1_value);
|
14020
|
+
},
|
14021
|
+
m(target, anchor) {
|
14022
|
+
if (if_block) if_block.m(target, anchor);
|
14023
|
+
insert(target, t0, anchor);
|
14024
|
+
insert(target, span, anchor);
|
14025
|
+
append(span, t1);
|
14026
|
+
current = true;
|
14027
|
+
},
|
14028
|
+
p(ctx, dirty) {
|
14029
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
14030
|
+
if (if_block) {
|
14031
|
+
if_block.p(ctx, dirty);
|
14032
|
+
|
14033
|
+
if (dirty & /*props*/ 1) {
|
14034
|
+
transition_in(if_block, 1);
|
14035
|
+
}
|
14036
|
+
} else {
|
14037
|
+
if_block = create_if_block$5(ctx);
|
14038
|
+
if_block.c();
|
14039
|
+
transition_in(if_block, 1);
|
14040
|
+
if_block.m(t0.parentNode, t0);
|
14041
|
+
}
|
14042
|
+
} else if (if_block) {
|
14043
|
+
group_outros();
|
14044
|
+
|
14045
|
+
transition_out(if_block, 1, 1, () => {
|
14046
|
+
if_block = null;
|
14047
|
+
});
|
14048
|
+
|
14049
|
+
check_outros();
|
14050
|
+
}
|
14051
|
+
|
14052
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
14053
|
+
},
|
14054
|
+
i(local) {
|
14055
|
+
if (current) return;
|
14056
|
+
transition_in(if_block);
|
14057
|
+
current = true;
|
14058
|
+
},
|
14059
|
+
o(local) {
|
14060
|
+
transition_out(if_block);
|
14061
|
+
current = false;
|
14062
|
+
},
|
14063
|
+
d(detaching) {
|
14064
|
+
if (if_block) if_block.d(detaching);
|
14065
|
+
if (detaching) detach(t0);
|
14066
|
+
if (detaching) detach(span);
|
14067
|
+
}
|
14068
|
+
};
|
14069
|
+
}
|
14070
|
+
|
14071
|
+
function create_fragment$9(ctx) {
|
14072
|
+
let clickable;
|
14073
|
+
let current;
|
14074
|
+
|
14075
|
+
clickable = new Clickable({
|
14076
|
+
props: {
|
14077
|
+
className: "button",
|
14078
|
+
layerId: /*layerId*/ ctx[1],
|
14079
|
+
style: /*style*/ ctx[2],
|
14080
|
+
onClick: /*props*/ ctx[0].onClick,
|
14081
|
+
eventName: /*props*/ ctx[0].eventName,
|
14082
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14083
|
+
$$slots: { default: [create_default_slot$3] },
|
14084
|
+
$$scope: { ctx }
|
14085
|
+
}
|
14086
|
+
});
|
13577
14087
|
|
13578
14088
|
return {
|
13579
14089
|
c() {
|
13580
|
-
|
13581
|
-
if_block_anchor = empty();
|
14090
|
+
create_component(clickable.$$.fragment);
|
13582
14091
|
},
|
13583
14092
|
m(target, anchor) {
|
13584
|
-
|
13585
|
-
insert(target, if_block_anchor, anchor);
|
14093
|
+
mount_component(clickable, target, anchor);
|
13586
14094
|
current = true;
|
13587
14095
|
},
|
13588
14096
|
p(ctx, [dirty]) {
|
13589
|
-
|
13590
|
-
|
13591
|
-
|
13592
|
-
|
13593
|
-
|
13594
|
-
|
13595
|
-
}
|
13596
|
-
} else {
|
13597
|
-
if_block = create_if_block$5(ctx);
|
13598
|
-
if_block.c();
|
13599
|
-
transition_in(if_block, 1);
|
13600
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13601
|
-
}
|
13602
|
-
} else if (if_block) {
|
13603
|
-
group_outros();
|
13604
|
-
|
13605
|
-
transition_out(if_block, 1, 1, () => {
|
13606
|
-
if_block = null;
|
13607
|
-
});
|
14097
|
+
const clickable_changes = {};
|
14098
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
14099
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
14100
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14101
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14102
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
13608
14103
|
|
13609
|
-
|
14104
|
+
if (dirty & /*$$scope, props*/ 33) {
|
14105
|
+
clickable_changes.$$scope = { dirty, ctx };
|
13610
14106
|
}
|
14107
|
+
|
14108
|
+
clickable.$set(clickable_changes);
|
13611
14109
|
},
|
13612
14110
|
i(local) {
|
13613
14111
|
if (current) return;
|
13614
|
-
transition_in(
|
14112
|
+
transition_in(clickable.$$.fragment, local);
|
13615
14113
|
current = true;
|
13616
14114
|
},
|
13617
14115
|
o(local) {
|
13618
|
-
transition_out(
|
14116
|
+
transition_out(clickable.$$.fragment, local);
|
13619
14117
|
current = false;
|
13620
14118
|
},
|
13621
14119
|
d(detaching) {
|
13622
|
-
|
13623
|
-
if (detaching) detach(if_block_anchor);
|
14120
|
+
destroy_component(clickable, detaching);
|
13624
14121
|
}
|
13625
14122
|
};
|
13626
14123
|
}
|
13627
14124
|
|
13628
14125
|
function instance$9($$self, $$props, $$invalidate) {
|
14126
|
+
let variables;
|
13629
14127
|
let style;
|
13630
|
-
let IconComponent;
|
13631
14128
|
let { props = {} } = $$props;
|
13632
14129
|
let { layerId = '' } = $$props;
|
13633
|
-
|
13634
|
-
const getSizeCss = () => {
|
13635
|
-
return {
|
13636
|
-
minWidth: props.width
|
13637
|
-
? props.width
|
13638
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
13639
|
-
width: props.width
|
13640
|
-
? props.width
|
13641
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
13642
|
-
height: props.height
|
13643
|
-
? props.height
|
13644
|
-
: ICON_SIZE[props.size ?? 'medium'].value
|
13645
|
-
};
|
13646
|
-
};
|
14130
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
13647
14131
|
|
13648
14132
|
$$self.$$set = $$props => {
|
13649
14133
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -13652,32 +14136,58 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
13652
14136
|
|
13653
14137
|
$$self.$$.update = () => {
|
13654
14138
|
if ($$self.$$.dirty & /*props*/ 1) {
|
13655
|
-
$$invalidate(
|
13656
|
-
|
13657
|
-
|
13658
|
-
|
13659
|
-
width: 'auto',
|
13660
|
-
...getSizeCss(),
|
13661
|
-
...toCssCommon(props)
|
13662
|
-
}));
|
14139
|
+
$$invalidate(4, variables = {
|
14140
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
14141
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
14142
|
+
});
|
13663
14143
|
}
|
13664
14144
|
|
13665
|
-
if ($$self.$$.dirty & /*props*/
|
13666
|
-
$$invalidate(2,
|
14145
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
14146
|
+
$$invalidate(2, style = objToStyle({
|
14147
|
+
display: 'inline-flex',
|
14148
|
+
gap: '0.65em',
|
14149
|
+
alignItems: 'center',
|
14150
|
+
justifyContent: 'center',
|
14151
|
+
outline: 0,
|
14152
|
+
border: 0,
|
14153
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14154
|
+
width: props.width,
|
14155
|
+
color: props.color ?? buttonThemeStyle.color,
|
14156
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14157
|
+
cursor: 'pointer',
|
14158
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
14159
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
14160
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
14161
|
+
...props.iconAngle
|
14162
|
+
? { flexDirection: props.iconAngle }
|
14163
|
+
: {},
|
14164
|
+
...toCssCommon(props),
|
14165
|
+
...toCssBorder(props),
|
14166
|
+
...variables
|
14167
|
+
}));
|
13667
14168
|
}
|
13668
14169
|
};
|
13669
14170
|
|
13670
|
-
return [props, layerId,
|
14171
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
13671
14172
|
}
|
13672
14173
|
|
13673
|
-
class
|
14174
|
+
class Button extends SvelteComponent {
|
13674
14175
|
constructor(options) {
|
13675
14176
|
super();
|
13676
|
-
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
14177
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
13677
14178
|
}
|
13678
14179
|
}
|
13679
14180
|
|
13680
|
-
const
|
14181
|
+
const buttonOutlinedPropsDefault = {
|
14182
|
+
label: 'ボタン',
|
14183
|
+
size: 'medium',
|
14184
|
+
theme: 'default',
|
14185
|
+
round: 'default',
|
14186
|
+
width: 'auto',
|
14187
|
+
wrap: 'nowrap',
|
14188
|
+
};
|
14189
|
+
|
14190
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
13681
14191
|
extra_small: {
|
13682
14192
|
minHeight: '32px',
|
13683
14193
|
paddingInline: '12px',
|
@@ -13719,29 +14229,7 @@ const BUTTON_SIZE_STYLES = {
|
|
13719
14229
|
borderRadius: '4px',
|
13720
14230
|
},
|
13721
14231
|
};
|
13722
|
-
const
|
13723
|
-
theme: {
|
13724
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13725
|
-
color: '#FFFFFF',
|
13726
|
-
fontWeight: 'bold',
|
13727
|
-
},
|
13728
|
-
default: {
|
13729
|
-
backgroundColor: '#33403e',
|
13730
|
-
color: '#FFFFFF',
|
13731
|
-
fontWeight: 'bold',
|
13732
|
-
},
|
13733
|
-
transparent: {
|
13734
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13735
|
-
color: '#00100ea1',
|
13736
|
-
fontWeight: 'bold',
|
13737
|
-
},
|
13738
|
-
alert: {
|
13739
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13740
|
-
color: '#FFFFFF',
|
13741
|
-
fontWeight: 'bold',
|
13742
|
-
},
|
13743
|
-
};
|
13744
|
-
const BUTTON_ROUND_STYLES = {
|
14232
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
13745
14233
|
none: {
|
13746
14234
|
borderRadius: 0,
|
13747
14235
|
},
|
@@ -13750,7 +14238,7 @@ const BUTTON_ROUND_STYLES = {
|
|
13750
14238
|
borderRadius: '56px',
|
13751
14239
|
},
|
13752
14240
|
};
|
13753
|
-
const
|
14241
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
13754
14242
|
nowrap: {
|
13755
14243
|
whiteSpace: 'nowrap',
|
13756
14244
|
},
|
@@ -13758,100 +14246,14 @@ const BUTTON_WRAP_STYLES = {
|
|
13758
14246
|
whiteSpace: 'pre-wrap',
|
13759
14247
|
},
|
13760
14248
|
};
|
13761
|
-
const BUTTON_VARIANTS = {
|
13762
|
-
size: {
|
13763
|
-
extra_small: {
|
13764
|
-
minHeight: '32px',
|
13765
|
-
paddingInline: '12px',
|
13766
|
-
fontSize: '12px',
|
13767
|
-
paddingBlock: '8px',
|
13768
|
-
lineHeight: 1.5,
|
13769
|
-
borderRadius: '4px',
|
13770
|
-
},
|
13771
|
-
small: {
|
13772
|
-
minHeight: '36px',
|
13773
|
-
paddingInline: '16px',
|
13774
|
-
fontSize: '13px',
|
13775
|
-
paddingBlock: '8px',
|
13776
|
-
lineHeight: 1.5,
|
13777
|
-
borderRadius: '4px',
|
13778
|
-
},
|
13779
|
-
medium: {
|
13780
|
-
minHeight: '40px',
|
13781
|
-
paddingInline: '24px',
|
13782
|
-
fontSize: '14px',
|
13783
|
-
paddingBlock: '8px',
|
13784
|
-
lineHeight: 1.5,
|
13785
|
-
borderRadius: '4px',
|
13786
|
-
},
|
13787
|
-
large: {
|
13788
|
-
minHeight: '48px',
|
13789
|
-
paddingInline: '32px',
|
13790
|
-
fontSize: '14px',
|
13791
|
-
paddingBlock: '10px',
|
13792
|
-
lineHeight: 1.5,
|
13793
|
-
borderRadius: '4px',
|
13794
|
-
},
|
13795
|
-
extra_large: {
|
13796
|
-
minHeight: '56px',
|
13797
|
-
paddingInline: '40px',
|
13798
|
-
fontSize: '17px',
|
13799
|
-
paddingBlock: '12px',
|
13800
|
-
lineHeight: 1.5,
|
13801
|
-
borderRadius: '4px',
|
13802
|
-
},
|
13803
|
-
},
|
13804
|
-
theme: {
|
13805
|
-
theme: {
|
13806
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13807
|
-
color: '#FFFFFF',
|
13808
|
-
fontWeight: 'bold',
|
13809
|
-
},
|
13810
|
-
default: {
|
13811
|
-
backgroundColor: '#33403e',
|
13812
|
-
color: '#FFFFFF',
|
13813
|
-
fontWeight: 'bold',
|
13814
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13815
|
-
},
|
13816
|
-
transparent: {
|
13817
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13818
|
-
color: '#00100ea1',
|
13819
|
-
fontWeight: 'bold',
|
13820
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13821
|
-
},
|
13822
|
-
alert: {
|
13823
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13824
|
-
color: '#FFFFFF',
|
13825
|
-
fontWeight: 'bold',
|
13826
|
-
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13827
|
-
},
|
13828
|
-
},
|
13829
|
-
round: {
|
13830
|
-
none: {
|
13831
|
-
borderRadius: 0,
|
13832
|
-
},
|
13833
|
-
default: {},
|
13834
|
-
fulled: {
|
13835
|
-
borderRadius: '56px',
|
13836
|
-
},
|
13837
|
-
},
|
13838
|
-
wrap: {
|
13839
|
-
nowrap: {
|
13840
|
-
whiteSpace: 'nowrap',
|
13841
|
-
},
|
13842
|
-
wrap: {
|
13843
|
-
whiteSpace: 'pre-wrap',
|
13844
|
-
},
|
13845
|
-
},
|
13846
|
-
};
|
13847
14249
|
|
13848
|
-
/* src/components-flex/button/
|
14250
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
13849
14251
|
|
13850
|
-
function add_css$
|
13851
|
-
append_styles(target, "svelte-
|
14252
|
+
function add_css$7(target) {
|
14253
|
+
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}");
|
13852
14254
|
}
|
13853
14255
|
|
13854
|
-
// (
|
14256
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
13855
14257
|
function create_if_block$4(ctx) {
|
13856
14258
|
let div;
|
13857
14259
|
let icon;
|
@@ -13872,7 +14274,7 @@ function create_if_block$4(ctx) {
|
|
13872
14274
|
c() {
|
13873
14275
|
div = element("div");
|
13874
14276
|
create_component(icon.$$.fragment);
|
13875
|
-
attr(div, "class", "button-icon svelte-
|
14277
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
13876
14278
|
},
|
13877
14279
|
m(target, anchor) {
|
13878
14280
|
insert(target, div, anchor);
|
@@ -13907,11 +14309,11 @@ function create_if_block$4(ctx) {
|
|
13907
14309
|
};
|
13908
14310
|
}
|
13909
14311
|
|
13910
|
-
// (
|
14312
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
13911
14313
|
function create_default_slot$2(ctx) {
|
13912
14314
|
let t0;
|
13913
14315
|
let span;
|
13914
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
14316
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
13915
14317
|
let t1;
|
13916
14318
|
let current;
|
13917
14319
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -13954,7 +14356,7 @@ function create_default_slot$2(ctx) {
|
|
13954
14356
|
check_outros();
|
13955
14357
|
}
|
13956
14358
|
|
13957
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
14359
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
13958
14360
|
},
|
13959
14361
|
i(local) {
|
13960
14362
|
if (current) return;
|
@@ -13979,7 +14381,7 @@ function create_fragment$8(ctx) {
|
|
13979
14381
|
|
13980
14382
|
clickable = new Clickable({
|
13981
14383
|
props: {
|
13982
|
-
className: "button",
|
14384
|
+
className: "button-outlined",
|
13983
14385
|
layerId: /*layerId*/ ctx[1],
|
13984
14386
|
style: /*style*/ ctx[2],
|
13985
14387
|
onClick: /*props*/ ctx[0].onClick,
|
@@ -14031,7 +14433,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14031
14433
|
let style;
|
14032
14434
|
let { props = {} } = $$props;
|
14033
14435
|
let { layerId = '' } = $$props;
|
14034
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
14436
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
14035
14437
|
|
14036
14438
|
$$self.$$set = $$props => {
|
14037
14439
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -14046,15 +14448,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14046
14448
|
alignItems: 'center',
|
14047
14449
|
justifyContent: 'center',
|
14048
14450
|
outline: 0,
|
14049
|
-
|
14451
|
+
borderWidth: '1px',
|
14452
|
+
borderStyle: 'solid',
|
14050
14453
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14051
14454
|
width: props.width,
|
14052
|
-
|
14053
|
-
|
14455
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
14456
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
14054
14457
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14055
|
-
|
14056
|
-
...
|
14057
|
-
...
|
14458
|
+
cursor: 'pointer',
|
14459
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
14460
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
14461
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
14058
14462
|
...props.iconAngle
|
14059
14463
|
? { flexDirection: props.iconAngle }
|
14060
14464
|
: {},
|
@@ -14067,17 +14471,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14067
14471
|
return [props, layerId, style, buttonThemeStyle];
|
14068
14472
|
}
|
14069
14473
|
|
14070
|
-
class
|
14474
|
+
class ButtonOutlined extends SvelteComponent {
|
14071
14475
|
constructor(options) {
|
14072
14476
|
super();
|
14073
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
14477
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
14074
14478
|
}
|
14075
14479
|
}
|
14076
14480
|
|
14077
14481
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
14078
14482
|
|
14079
|
-
function add_css$
|
14080
|
-
append_styles(target, "svelte-
|
14483
|
+
function add_css$6(target) {
|
14484
|
+
append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14081
14485
|
}
|
14082
14486
|
|
14083
14487
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
@@ -14099,7 +14503,7 @@ function create_if_block$3(ctx) {
|
|
14099
14503
|
c() {
|
14100
14504
|
div = element("div");
|
14101
14505
|
create_component(icon.$$.fragment);
|
14102
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
14506
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
14103
14507
|
},
|
14104
14508
|
m(target, anchor) {
|
14105
14509
|
insert(target, div, anchor);
|
@@ -14152,7 +14556,7 @@ function create_fragment$7(ctx) {
|
|
14152
14556
|
t1 = text(t1_value);
|
14153
14557
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
14154
14558
|
attr(button, "style", /*style*/ ctx[2]);
|
14155
|
-
attr(button, "class", "flex-text-button svelte-
|
14559
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
14156
14560
|
},
|
14157
14561
|
m(target, anchor) {
|
14158
14562
|
insert(target, button, anchor);
|
@@ -14339,7 +14743,7 @@ class TextButton extends SvelteComponent {
|
|
14339
14743
|
props: 0,
|
14340
14744
|
layerId: 1
|
14341
14745
|
},
|
14342
|
-
add_css$
|
14746
|
+
add_css$6
|
14343
14747
|
);
|
14344
14748
|
}
|
14345
14749
|
}
|
@@ -14388,8 +14792,8 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14388
14792
|
|
14389
14793
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14390
14794
|
|
14391
|
-
function add_css$
|
14392
|
-
append_styles(target, "svelte-
|
14795
|
+
function add_css$5(target) {
|
14796
|
+
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}");
|
14393
14797
|
}
|
14394
14798
|
|
14395
14799
|
// (93:2) {#if hasLabel}
|
@@ -14405,7 +14809,7 @@ function create_if_block$2(ctx) {
|
|
14405
14809
|
|
14406
14810
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14407
14811
|
? 'close-button-order-one'
|
14408
|
-
: '') + " svelte-
|
14812
|
+
: '') + " svelte-12v1h9t");
|
14409
14813
|
},
|
14410
14814
|
m(target, anchor) {
|
14411
14815
|
insert(target, span, anchor);
|
@@ -14466,7 +14870,7 @@ function create_fragment$6(ctx) {
|
|
14466
14870
|
attr(svg, "fill", /*color*/ ctx[6]);
|
14467
14871
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14468
14872
|
set_attributes(button, button_data);
|
14469
|
-
toggle_class(button, "svelte-
|
14873
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14470
14874
|
},
|
14471
14875
|
m(target, anchor) {
|
14472
14876
|
insert(target, button, anchor);
|
@@ -14507,7 +14911,7 @@ function create_fragment$6(ctx) {
|
|
14507
14911
|
dataAttrStopPropagation('click')
|
14508
14912
|
]));
|
14509
14913
|
|
14510
|
-
toggle_class(button, "svelte-
|
14914
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14511
14915
|
},
|
14512
14916
|
i: noop,
|
14513
14917
|
o: noop,
|
@@ -14627,18 +15031,18 @@ class CloseButton extends SvelteComponent {
|
|
14627
15031
|
eventName: 10,
|
14628
15032
|
eventValue: 11
|
14629
15033
|
},
|
14630
|
-
add_css$
|
15034
|
+
add_css$5
|
14631
15035
|
);
|
14632
15036
|
}
|
14633
15037
|
}
|
14634
15038
|
|
14635
15039
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
14636
15040
|
|
14637
|
-
function add_css$
|
14638
|
-
append_styles(target, "svelte-
|
15041
|
+
function add_css$4(target) {
|
15042
|
+
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}");
|
14639
15043
|
}
|
14640
15044
|
|
14641
|
-
// (
|
15045
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14642
15046
|
function create_default_slot$1(ctx) {
|
14643
15047
|
let object;
|
14644
15048
|
let img;
|
@@ -14651,9 +15055,9 @@ function create_default_slot$1(ctx) {
|
|
14651
15055
|
img = element("img");
|
14652
15056
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
14653
15057
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
14654
|
-
attr(img, "class", "image-img svelte-
|
15058
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
14655
15059
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14656
|
-
attr(object, "class", "image-object svelte-
|
15060
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
14657
15061
|
},
|
14658
15062
|
m(target, anchor) {
|
14659
15063
|
insert(target, object, anchor);
|
@@ -14679,12 +15083,13 @@ function create_default_slot$1(ctx) {
|
|
14679
15083
|
}
|
14680
15084
|
|
14681
15085
|
function create_fragment$5(ctx) {
|
14682
|
-
let div;
|
14683
15086
|
let clickable;
|
14684
15087
|
let current;
|
14685
15088
|
|
14686
15089
|
clickable = new Clickable({
|
14687
15090
|
props: {
|
15091
|
+
layerId: /*layerId*/ ctx[1],
|
15092
|
+
style: /*style*/ ctx[3],
|
14688
15093
|
onClick: /*props*/ ctx[0].onClick,
|
14689
15094
|
eventName: /*props*/ ctx[0].eventName,
|
14690
15095
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -14695,19 +15100,16 @@ function create_fragment$5(ctx) {
|
|
14695
15100
|
|
14696
15101
|
return {
|
14697
15102
|
c() {
|
14698
|
-
div = element("div");
|
14699
15103
|
create_component(clickable.$$.fragment);
|
14700
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14701
|
-
attr(div, "class", "image svelte-1xwuxb4");
|
14702
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14703
15104
|
},
|
14704
15105
|
m(target, anchor) {
|
14705
|
-
|
14706
|
-
mount_component(clickable, div, null);
|
15106
|
+
mount_component(clickable, target, anchor);
|
14707
15107
|
current = true;
|
14708
15108
|
},
|
14709
15109
|
p(ctx, [dirty]) {
|
14710
15110
|
const clickable_changes = {};
|
15111
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15112
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
14711
15113
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14712
15114
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14713
15115
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -14717,14 +15119,6 @@ function create_fragment$5(ctx) {
|
|
14717
15119
|
}
|
14718
15120
|
|
14719
15121
|
clickable.$set(clickable_changes);
|
14720
|
-
|
14721
|
-
if (!current || dirty & /*layerId*/ 2) {
|
14722
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14723
|
-
}
|
14724
|
-
|
14725
|
-
if (!current || dirty & /*style*/ 8) {
|
14726
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14727
|
-
}
|
14728
15122
|
},
|
14729
15123
|
i(local) {
|
14730
15124
|
if (current) return;
|
@@ -14736,8 +15130,7 @@ function create_fragment$5(ctx) {
|
|
14736
15130
|
current = false;
|
14737
15131
|
},
|
14738
15132
|
d(detaching) {
|
14739
|
-
|
14740
|
-
destroy_component(clickable);
|
15133
|
+
destroy_component(clickable, detaching);
|
14741
15134
|
}
|
14742
15135
|
};
|
14743
15136
|
}
|
@@ -14757,6 +15150,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14757
15150
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14758
15151
|
$$invalidate(3, style = objToStyle({
|
14759
15152
|
width: props.width ?? '100%',
|
15153
|
+
maxWidth: '100%',
|
15154
|
+
overflow: 'hidden',
|
15155
|
+
flexShrink: 0,
|
15156
|
+
display: 'flex',
|
15157
|
+
alignItems: 'center',
|
15158
|
+
justifyContent: 'center',
|
14760
15159
|
...toCssCommon(props)
|
14761
15160
|
}));
|
14762
15161
|
}
|
@@ -14772,7 +15171,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14772
15171
|
class Image extends SvelteComponent {
|
14773
15172
|
constructor(options) {
|
14774
15173
|
super();
|
14775
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15174
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
14776
15175
|
}
|
14777
15176
|
}
|
14778
15177
|
|
@@ -14930,14 +15329,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
14930
15329
|
|
14931
15330
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
14932
15331
|
|
15332
|
+
function add_css$3(target) {
|
15333
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
15334
|
+
}
|
15335
|
+
|
14933
15336
|
function get_each_context(ctx, list, i) {
|
14934
15337
|
const child_ctx = ctx.slice();
|
14935
|
-
child_ctx[
|
14936
|
-
child_ctx[
|
15338
|
+
child_ctx[29] = list[i];
|
15339
|
+
child_ctx[31] = i;
|
14937
15340
|
return child_ctx;
|
14938
15341
|
}
|
14939
15342
|
|
14940
|
-
// (
|
15343
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
14941
15344
|
function create_each_block(ctx) {
|
14942
15345
|
let button;
|
14943
15346
|
let i_1;
|
@@ -14947,7 +15350,7 @@ function create_each_block(ctx) {
|
|
14947
15350
|
let dispose;
|
14948
15351
|
|
14949
15352
|
function click_handler() {
|
14950
|
-
return /*click_handler*/ ctx[
|
15353
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
14951
15354
|
}
|
14952
15355
|
|
14953
15356
|
return {
|
@@ -14959,11 +15362,15 @@ function create_each_block(ctx) {
|
|
14959
15362
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
14960
15363
|
.../*indicatorItemStyle*/ ctx[3],
|
14961
15364
|
...{
|
14962
|
-
background: /*indicator*/ ctx[
|
15365
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14963
15366
|
}
|
14964
15367
|
}));
|
14965
15368
|
|
14966
|
-
attr(button, "style", objToStyle({
|
15369
|
+
attr(button, "style", objToStyle({
|
15370
|
+
padding: '4px',
|
15371
|
+
border: 0,
|
15372
|
+
background: 'none'
|
15373
|
+
}));
|
14967
15374
|
},
|
14968
15375
|
m(target, anchor) {
|
14969
15376
|
insert(target, button, anchor);
|
@@ -14978,10 +15385,10 @@ function create_each_block(ctx) {
|
|
14978
15385
|
p(new_ctx, dirty) {
|
14979
15386
|
ctx = new_ctx;
|
14980
15387
|
|
14981
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
15388
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
14982
15389
|
.../*indicatorItemStyle*/ ctx[3],
|
14983
15390
|
...{
|
14984
|
-
background: /*indicator*/ ctx[
|
15391
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14985
15392
|
}
|
14986
15393
|
}))) {
|
14987
15394
|
attr(i_1, "style", i_1_style_value);
|
@@ -15002,8 +15409,10 @@ function create_fragment$3(ctx) {
|
|
15002
15409
|
let t;
|
15003
15410
|
let div1;
|
15004
15411
|
let current;
|
15005
|
-
|
15006
|
-
|
15412
|
+
let mounted;
|
15413
|
+
let dispose;
|
15414
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
15415
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
15007
15416
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
15008
15417
|
let each_blocks = [];
|
15009
15418
|
|
@@ -15023,6 +15432,7 @@ function create_fragment$3(ctx) {
|
|
15023
15432
|
each_blocks[i].c();
|
15024
15433
|
}
|
15025
15434
|
|
15435
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
15026
15436
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
15027
15437
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15028
15438
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -15036,7 +15446,7 @@ function create_fragment$3(ctx) {
|
|
15036
15446
|
default_slot.m(div0, null);
|
15037
15447
|
}
|
15038
15448
|
|
15039
|
-
/*div0_binding*/ ctx[
|
15449
|
+
/*div0_binding*/ ctx[18](div0);
|
15040
15450
|
append(div2, t);
|
15041
15451
|
append(div2, div1);
|
15042
15452
|
|
@@ -15045,28 +15455,37 @@ function create_fragment$3(ctx) {
|
|
15045
15455
|
}
|
15046
15456
|
|
15047
15457
|
current = true;
|
15458
|
+
|
15459
|
+
if (!mounted) {
|
15460
|
+
dispose = [
|
15461
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
15462
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
15463
|
+
];
|
15464
|
+
|
15465
|
+
mounted = true;
|
15466
|
+
}
|
15048
15467
|
},
|
15049
|
-
p(ctx,
|
15468
|
+
p(ctx, dirty) {
|
15050
15469
|
if (default_slot) {
|
15051
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
15470
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
15052
15471
|
update_slot_base(
|
15053
15472
|
default_slot,
|
15054
15473
|
default_slot_template,
|
15055
15474
|
ctx,
|
15056
|
-
/*$$scope*/ ctx[
|
15475
|
+
/*$$scope*/ ctx[16],
|
15057
15476
|
!current
|
15058
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
15059
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
15477
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
15478
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
15060
15479
|
null
|
15061
15480
|
);
|
15062
15481
|
}
|
15063
15482
|
}
|
15064
15483
|
|
15065
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15484
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15066
15485
|
attr(div0, "style", div0_style_value);
|
15067
15486
|
}
|
15068
15487
|
|
15069
|
-
if (dirty & /*
|
15488
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
15070
15489
|
each_value = /*indicators*/ ctx[7] ?? [];
|
15071
15490
|
let i;
|
15072
15491
|
|
@@ -15089,15 +15508,15 @@ function create_fragment$3(ctx) {
|
|
15089
15508
|
each_blocks.length = each_value.length;
|
15090
15509
|
}
|
15091
15510
|
|
15092
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
15511
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
15093
15512
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15094
15513
|
}
|
15095
15514
|
|
15096
|
-
if (!current || dirty & /*layerId*/ 1) {
|
15515
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
15097
15516
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
15098
15517
|
}
|
15099
15518
|
|
15100
|
-
if (!current || dirty & /*style*/ 64) {
|
15519
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
15101
15520
|
attr(div2, "style", /*style*/ ctx[6]);
|
15102
15521
|
}
|
15103
15522
|
},
|
@@ -15113,8 +15532,10 @@ function create_fragment$3(ctx) {
|
|
15113
15532
|
d(detaching) {
|
15114
15533
|
if (detaching) detach(div2);
|
15115
15534
|
if (default_slot) default_slot.d(detaching);
|
15116
|
-
/*div0_binding*/ ctx[
|
15535
|
+
/*div0_binding*/ ctx[18](null);
|
15117
15536
|
destroy_each(each_blocks, detaching);
|
15537
|
+
mounted = false;
|
15538
|
+
run_all(dispose);
|
15118
15539
|
}
|
15119
15540
|
};
|
15120
15541
|
}
|
@@ -15132,9 +15553,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15132
15553
|
let { overrideStyle } = $$props;
|
15133
15554
|
let slotElement;
|
15134
15555
|
let currentIndex = 0;
|
15556
|
+
let startX = 0;
|
15557
|
+
let movedX = null;
|
15135
15558
|
let childCount = slotElement?.children?.length ?? 0;
|
15136
15559
|
|
15137
|
-
const calcTransformX = (index, itemCount) => {
|
15560
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
15138
15561
|
if (index === 0) return undefined;
|
15139
15562
|
|
15140
15563
|
const movingX = (() => {
|
@@ -15152,24 +15575,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15152
15575
|
return result;
|
15153
15576
|
})();
|
15154
15577
|
|
15155
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
15578
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
15156
15579
|
};
|
15157
15580
|
|
15158
15581
|
const handleClickIndicator = index => {
|
15159
|
-
$$invalidate(
|
15582
|
+
$$invalidate(12, currentIndex = index);
|
15160
15583
|
};
|
15161
15584
|
|
15162
15585
|
const setChildCount = () => {
|
15163
15586
|
const count = slotElement?.children?.length ?? 0;
|
15164
15587
|
|
15165
15588
|
if (count !== childCount) {
|
15166
|
-
$$invalidate(
|
15589
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
15590
|
+
}
|
15591
|
+
};
|
15592
|
+
|
15593
|
+
const toNext = (loop = false) => {
|
15594
|
+
if (currentIndex < childCount - 1) {
|
15595
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
15596
|
+
} else if (loop) {
|
15597
|
+
$$invalidate(12, currentIndex = 0);
|
15598
|
+
}
|
15599
|
+
};
|
15600
|
+
|
15601
|
+
const toPrev = (loop = false) => {
|
15602
|
+
if (currentIndex > 0) {
|
15603
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
15604
|
+
}
|
15605
|
+
};
|
15606
|
+
|
15607
|
+
const handleTouchmove = e => {
|
15608
|
+
startX = startX - e.touches[0].clientX;
|
15609
|
+
};
|
15610
|
+
|
15611
|
+
const handleTouchend = e => {
|
15612
|
+
if (movedX >= 32) {
|
15613
|
+
toNext();
|
15614
|
+
} else if (movedX <= -32) {
|
15615
|
+
toPrev();
|
15616
|
+
}
|
15617
|
+
|
15618
|
+
$$invalidate(13, movedX = null);
|
15619
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
15620
|
+
document.removeEventListener('touchend', handleTouchend);
|
15621
|
+
};
|
15622
|
+
|
15623
|
+
const handleTouchstart = e => {
|
15624
|
+
startX = e.touches[0].clientX;
|
15625
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
15626
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
15627
|
+
};
|
15628
|
+
|
15629
|
+
const handleMousemove = e => {
|
15630
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
15631
|
+
};
|
15632
|
+
|
15633
|
+
const handleMouseup = e => {
|
15634
|
+
if (movedX >= 32) {
|
15635
|
+
toNext();
|
15636
|
+
} else if (movedX <= -32) {
|
15637
|
+
toPrev();
|
15167
15638
|
}
|
15639
|
+
|
15640
|
+
$$invalidate(13, movedX = null);
|
15641
|
+
document.removeEventListener('mousemove', handleMousemove);
|
15642
|
+
document.removeEventListener('mouseup', handleMouseup);
|
15643
|
+
};
|
15644
|
+
|
15645
|
+
const handleMousedown = e => {
|
15646
|
+
console.log('mousedown');
|
15647
|
+
startX = e.clientX;
|
15648
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
15649
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
15168
15650
|
};
|
15169
15651
|
|
15170
15652
|
onMount$1(() => {
|
15171
15653
|
setChildCount();
|
15172
15654
|
setInterval(setChildCount, 300);
|
15655
|
+
|
15656
|
+
if (props.auto) {
|
15657
|
+
setInterval(
|
15658
|
+
() => {
|
15659
|
+
toNext(true);
|
15660
|
+
},
|
15661
|
+
props.interval ?? 5000
|
15662
|
+
);
|
15663
|
+
}
|
15173
15664
|
});
|
15174
15665
|
|
15175
15666
|
function div0_binding($$value) {
|
@@ -15183,21 +15674,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15183
15674
|
|
15184
15675
|
$$self.$$set = $$props => {
|
15185
15676
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
15186
|
-
if ('props' in $$props) $$invalidate(
|
15677
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
15187
15678
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
15188
|
-
if ('$$scope' in $$props) $$invalidate(
|
15679
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
15189
15680
|
};
|
15190
15681
|
|
15191
15682
|
$$self.$$.update = () => {
|
15192
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
15683
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
15193
15684
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
15194
15685
|
}
|
15195
15686
|
|
15196
|
-
if ($$self.$$.dirty & /*props*/
|
15197
|
-
$$invalidate(
|
15687
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
15688
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
15198
15689
|
}
|
15199
15690
|
|
15200
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
15691
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
15201
15692
|
$$invalidate(5, containerStyle = objToStyle({
|
15202
15693
|
display: 'grid',
|
15203
15694
|
// marginInline: `-${props.gap}px`,
|
@@ -15206,8 +15697,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15206
15697
|
gridAutoFlow: 'column',
|
15207
15698
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
15208
15699
|
flexShrink: 0,
|
15209
|
-
transition: 'transform 0.5s',
|
15210
|
-
transform: calcTransformX(currentIndex, childCount)
|
15700
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
15701
|
+
transform: calcTransformX(currentIndex, childCount),
|
15702
|
+
userSelect: 'none'
|
15211
15703
|
}));
|
15212
15704
|
}
|
15213
15705
|
};
|
@@ -15226,7 +15718,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15226
15718
|
height: '8px',
|
15227
15719
|
borderRadius: '100%',
|
15228
15720
|
display: 'block',
|
15229
|
-
background: '#AAAAAA'
|
15721
|
+
background: '#AAAAAA',
|
15722
|
+
border: 0
|
15230
15723
|
});
|
15231
15724
|
|
15232
15725
|
return [
|
@@ -15239,8 +15732,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15239
15732
|
style,
|
15240
15733
|
indicators,
|
15241
15734
|
handleClickIndicator,
|
15735
|
+
handleTouchstart,
|
15736
|
+
handleMousedown,
|
15242
15737
|
props,
|
15243
15738
|
currentIndex,
|
15739
|
+
movedX,
|
15244
15740
|
childCount,
|
15245
15741
|
itemWidthPercentage,
|
15246
15742
|
$$scope,
|
@@ -15253,7 +15749,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15253
15749
|
class Slider extends SvelteComponent {
|
15254
15750
|
constructor(options) {
|
15255
15751
|
super();
|
15256
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
15752
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
15257
15753
|
}
|
15258
15754
|
}
|
15259
15755
|
|
@@ -15315,7 +15811,7 @@ const TEXT_VARIANTS = {
|
|
15315
15811
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15316
15812
|
|
15317
15813
|
function add_css$2(target) {
|
15318
|
-
append_styles(target, "svelte-
|
15814
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
15319
15815
|
}
|
15320
15816
|
|
15321
15817
|
function create_fragment$2(ctx) {
|
@@ -15325,7 +15821,7 @@ function create_fragment$2(ctx) {
|
|
15325
15821
|
c() {
|
15326
15822
|
p = element("p");
|
15327
15823
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15328
|
-
attr(p, "class", "text svelte-
|
15824
|
+
attr(p, "class", "text svelte-1vl0c87");
|
15329
15825
|
attr(p, "style", /*style*/ ctx[1]);
|
15330
15826
|
},
|
15331
15827
|
m(target, anchor) {
|
@@ -15417,7 +15913,7 @@ const LAYER_TEXT_SIZE = {
|
|
15417
15913
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
15418
15914
|
|
15419
15915
|
function add_css$1(target) {
|
15420
|
-
append_styles(target, "svelte-
|
15916
|
+
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}");
|
15421
15917
|
}
|
15422
15918
|
|
15423
15919
|
// (14:0) {#if backgroundOverlay}
|
@@ -15430,7 +15926,7 @@ function create_if_block$1(ctx) {
|
|
15430
15926
|
return {
|
15431
15927
|
c() {
|
15432
15928
|
div = element("div");
|
15433
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15929
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
15434
15930
|
},
|
15435
15931
|
m(target, anchor) {
|
15436
15932
|
insert(target, div, anchor);
|
@@ -15441,7 +15937,7 @@ function create_if_block$1(ctx) {
|
|
15441
15937
|
}
|
15442
15938
|
},
|
15443
15939
|
p(ctx, dirty) {
|
15444
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
15940
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
15445
15941
|
attr(div, "class", div_class_value);
|
15446
15942
|
}
|
15447
15943
|
},
|
@@ -15513,7 +16009,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15513
16009
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15514
16010
|
|
15515
16011
|
function add_css(target) {
|
15516
|
-
append_styles(target, "svelte-
|
16012
|
+
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}}");
|
15517
16013
|
}
|
15518
16014
|
|
15519
16015
|
// (253:0) {:else}
|
@@ -15654,7 +16150,7 @@ function create_if_block(ctx) {
|
|
15654
16150
|
c() {
|
15655
16151
|
div = element("div");
|
15656
16152
|
if (default_slot) default_slot.c();
|
15657
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16153
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
15658
16154
|
attr(div, "role", "dialog");
|
15659
16155
|
attr(div, "aria-modal", "true");
|
15660
16156
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -15687,7 +16183,7 @@ function create_if_block(ctx) {
|
|
15687
16183
|
}
|
15688
16184
|
}
|
15689
16185
|
|
15690
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16186
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
15691
16187
|
attr(div, "class", div_class_value);
|
15692
16188
|
}
|
15693
16189
|
},
|
@@ -16203,4 +16699,4 @@ const ROUND_STYLES = {
|
|
16203
16699
|
},
|
16204
16700
|
};
|
16205
16701
|
|
16206
|
-
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,
|
16702
|
+
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, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, TextButton as FlexTextButton, 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_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, 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 };
|