@plaidev/karte-action-sdk 1.1.246 → 1.1.247-28748500.b7ad7286
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +47 -60
- package/dist/hydrate/index.es.js +1280 -759
- package/dist/index.es.d.ts +47 -60
- package/dist/index.es.js +1236 -737
- package/dist/templates.cjs.js +2 -1
- package/dist/templates.js +2 -1
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -8155
package/dist/hydrate/index.es.js
CHANGED
@@ -2843,7 +2843,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2843
2843
|
|
2844
2844
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2845
2845
|
|
2846
|
-
function create_if_block$
|
2846
|
+
function create_if_block$h(ctx) {
|
2847
2847
|
let link;
|
2848
2848
|
|
2849
2849
|
return {
|
@@ -2874,9 +2874,9 @@ function create_if_block$g(ctx) {
|
|
2874
2874
|
};
|
2875
2875
|
}
|
2876
2876
|
|
2877
|
-
function create_fragment$
|
2877
|
+
function create_fragment$1f(ctx) {
|
2878
2878
|
let head;
|
2879
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2879
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
|
2880
2880
|
|
2881
2881
|
return {
|
2882
2882
|
c() {
|
@@ -2898,7 +2898,7 @@ function create_fragment$1c(ctx) {
|
|
2898
2898
|
if (if_block) {
|
2899
2899
|
if_block.p(ctx, dirty);
|
2900
2900
|
} else {
|
2901
|
-
if_block = create_if_block$
|
2901
|
+
if_block = create_if_block$h(ctx);
|
2902
2902
|
if_block.c();
|
2903
2903
|
if_block.m(head, null);
|
2904
2904
|
}
|
@@ -2916,7 +2916,7 @@ function create_fragment$1c(ctx) {
|
|
2916
2916
|
};
|
2917
2917
|
}
|
2918
2918
|
|
2919
|
-
function instance$
|
2919
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
2920
2920
|
let $fonts;
|
2921
2921
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2922
2922
|
let googleFontUrl = '';
|
@@ -2946,13 +2946,13 @@ function instance$1c($$self, $$props, $$invalidate) {
|
|
2946
2946
|
class Header extends SvelteComponent {
|
2947
2947
|
constructor(options) {
|
2948
2948
|
super();
|
2949
|
-
init(this, options, instance$
|
2949
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
|
2950
2950
|
}
|
2951
2951
|
}
|
2952
2952
|
|
2953
2953
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
2954
2954
|
|
2955
|
-
function create_fragment$
|
2955
|
+
function create_fragment$1e(ctx) {
|
2956
2956
|
let header;
|
2957
2957
|
let t;
|
2958
2958
|
let current;
|
@@ -3016,7 +3016,7 @@ function create_fragment$1b(ctx) {
|
|
3016
3016
|
};
|
3017
3017
|
}
|
3018
3018
|
|
3019
|
-
function instance$
|
3019
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3020
3020
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3021
3021
|
|
3022
3022
|
$$self.$$set = $$props => {
|
@@ -3029,18 +3029,18 @@ function instance$1b($$self, $$props, $$invalidate) {
|
|
3029
3029
|
class State extends SvelteComponent {
|
3030
3030
|
constructor(options) {
|
3031
3031
|
super();
|
3032
|
-
init(this, options, instance$
|
3032
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, {});
|
3033
3033
|
}
|
3034
3034
|
}
|
3035
3035
|
|
3036
3036
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3037
3037
|
|
3038
|
-
function add_css$
|
3039
|
-
append_styles(target, "svelte-
|
3038
|
+
function add_css$F(target) {
|
3039
|
+
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3040
3040
|
}
|
3041
3041
|
|
3042
3042
|
// (23:0) {#if $state === path}
|
3043
|
-
function create_if_block$
|
3043
|
+
function create_if_block$g(ctx) {
|
3044
3044
|
let div;
|
3045
3045
|
let t;
|
3046
3046
|
let current;
|
@@ -3063,7 +3063,7 @@ function create_if_block$f(ctx) {
|
|
3063
3063
|
},
|
3064
3064
|
h() {
|
3065
3065
|
attr(div, "data-state-path", /*path*/ ctx[0]);
|
3066
|
-
attr(div, "class", "state-item svelte-
|
3066
|
+
attr(div, "class", "state-item svelte-2qb6dm");
|
3067
3067
|
},
|
3068
3068
|
m(target, anchor) {
|
3069
3069
|
insert_hydration(target, div, anchor);
|
@@ -3112,10 +3112,10 @@ function create_if_block$f(ctx) {
|
|
3112
3112
|
};
|
3113
3113
|
}
|
3114
3114
|
|
3115
|
-
function create_fragment$
|
3115
|
+
function create_fragment$1d(ctx) {
|
3116
3116
|
let if_block_anchor;
|
3117
3117
|
let current;
|
3118
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3118
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
|
3119
3119
|
|
3120
3120
|
return {
|
3121
3121
|
c() {
|
@@ -3140,7 +3140,7 @@ function create_fragment$1a(ctx) {
|
|
3140
3140
|
transition_in(if_block, 1);
|
3141
3141
|
}
|
3142
3142
|
} else {
|
3143
|
-
if_block = create_if_block$
|
3143
|
+
if_block = create_if_block$g(ctx);
|
3144
3144
|
if_block.c();
|
3145
3145
|
transition_in(if_block, 1);
|
3146
3146
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
|
|
3177
3177
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3178
3178
|
}
|
3179
3179
|
|
3180
|
-
function instance$
|
3180
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3181
3181
|
let $state;
|
3182
3182
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3183
3183
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3203,7 +3203,7 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
3203
3203
|
class StateItem extends SvelteComponent {
|
3204
3204
|
constructor(options) {
|
3205
3205
|
super();
|
3206
|
-
init(this, options, instance$
|
3206
|
+
init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { path: 0 }, add_css$F);
|
3207
3207
|
}
|
3208
3208
|
}
|
3209
3209
|
|
@@ -3329,12 +3329,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3329
3329
|
|
3330
3330
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3331
3331
|
|
3332
|
-
function add_css$
|
3333
|
-
append_styles(target, "svelte-
|
3332
|
+
function add_css$E(target) {
|
3333
|
+
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}");
|
3334
3334
|
}
|
3335
3335
|
|
3336
3336
|
// (14:0) {#if backgroundOverlay}
|
3337
|
-
function create_if_block$
|
3337
|
+
function create_if_block$f(ctx) {
|
3338
3338
|
let div;
|
3339
3339
|
let div_class_value;
|
3340
3340
|
let mounted;
|
@@ -3351,7 +3351,7 @@ function create_if_block$e(ctx) {
|
|
3351
3351
|
this.h();
|
3352
3352
|
},
|
3353
3353
|
h() {
|
3354
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3354
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"));
|
3355
3355
|
},
|
3356
3356
|
m(target, anchor) {
|
3357
3357
|
insert_hydration(target, div, anchor);
|
@@ -3362,7 +3362,7 @@ function create_if_block$e(ctx) {
|
|
3362
3362
|
}
|
3363
3363
|
},
|
3364
3364
|
p(ctx, dirty) {
|
3365
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
3365
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-1d4fta"))) {
|
3366
3366
|
attr(div, "class", div_class_value);
|
3367
3367
|
}
|
3368
3368
|
},
|
@@ -3374,9 +3374,9 @@ function create_if_block$e(ctx) {
|
|
3374
3374
|
};
|
3375
3375
|
}
|
3376
3376
|
|
3377
|
-
function create_fragment$
|
3377
|
+
function create_fragment$1c(ctx) {
|
3378
3378
|
let if_block_anchor;
|
3379
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3379
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
|
3380
3380
|
|
3381
3381
|
return {
|
3382
3382
|
c() {
|
@@ -3396,7 +3396,7 @@ function create_fragment$19(ctx) {
|
|
3396
3396
|
if (if_block) {
|
3397
3397
|
if_block.p(ctx, dirty);
|
3398
3398
|
} else {
|
3399
|
-
if_block = create_if_block$
|
3399
|
+
if_block = create_if_block$f(ctx);
|
3400
3400
|
if_block.c();
|
3401
3401
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3402
3402
|
}
|
@@ -3414,7 +3414,7 @@ function create_fragment$19(ctx) {
|
|
3414
3414
|
};
|
3415
3415
|
}
|
3416
3416
|
|
3417
|
-
function instance$
|
3417
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
3418
3418
|
let { backgroundOverlay = false } = $$props;
|
3419
3419
|
let { class: className = undefined } = $$props;
|
3420
3420
|
const dispatch = createEventDispatcher();
|
@@ -3431,7 +3431,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3431
3431
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3432
3432
|
constructor(options) {
|
3433
3433
|
super();
|
3434
|
-
init(this, options, instance$
|
3434
|
+
init(this, options, instance$1c, create_fragment$1c, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
|
3435
3435
|
}
|
3436
3436
|
};
|
3437
3437
|
|
@@ -3471,8 +3471,8 @@ function checkStopPropagation(eventName, handler) {
|
|
3471
3471
|
|
3472
3472
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3473
3473
|
|
3474
|
-
function add_css$
|
3475
|
-
append_styles(target, "svelte-
|
3474
|
+
function add_css$D(target) {
|
3475
|
+
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}");
|
3476
3476
|
}
|
3477
3477
|
|
3478
3478
|
// (50:0) {:else}
|
@@ -3511,7 +3511,7 @@ function create_else_block$6(ctx) {
|
|
3511
3511
|
},
|
3512
3512
|
h() {
|
3513
3513
|
set_attributes(button, button_data);
|
3514
|
-
toggle_class(button, "svelte-
|
3514
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3515
3515
|
},
|
3516
3516
|
m(target, anchor) {
|
3517
3517
|
insert_hydration(target, button, anchor);
|
@@ -3550,7 +3550,7 @@ function create_else_block$6(ctx) {
|
|
3550
3550
|
dataAttrStopPropagation('click')
|
3551
3551
|
]));
|
3552
3552
|
|
3553
|
-
toggle_class(button, "svelte-
|
3553
|
+
toggle_class(button, "svelte-15k4deh", true);
|
3554
3554
|
},
|
3555
3555
|
i(local) {
|
3556
3556
|
if (current) return;
|
@@ -3591,7 +3591,7 @@ function create_if_block_2$2(ctx) {
|
|
3591
3591
|
this.h();
|
3592
3592
|
},
|
3593
3593
|
h() {
|
3594
|
-
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-
|
3594
|
+
attr(div, "class", "" + (null_to_empty(BUTTON_CLASS) + " svelte-15k4deh"));
|
3595
3595
|
attr(div, "style", /*style*/ ctx[1]);
|
3596
3596
|
},
|
3597
3597
|
m(target, anchor) {
|
@@ -3691,7 +3691,7 @@ function create_if_block_1$4(ctx) {
|
|
3691
3691
|
},
|
3692
3692
|
h() {
|
3693
3693
|
set_attributes(a, a_data);
|
3694
|
-
toggle_class(a, "svelte-
|
3694
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3695
3695
|
},
|
3696
3696
|
m(target, anchor) {
|
3697
3697
|
insert_hydration(target, a, anchor);
|
@@ -3733,7 +3733,7 @@ function create_if_block_1$4(ctx) {
|
|
3733
3733
|
dataAttrStopPropagation('click')
|
3734
3734
|
]));
|
3735
3735
|
|
3736
|
-
toggle_class(a, "svelte-
|
3736
|
+
toggle_class(a, "svelte-15k4deh", true);
|
3737
3737
|
},
|
3738
3738
|
i(local) {
|
3739
3739
|
if (current) return;
|
@@ -3754,7 +3754,7 @@ function create_if_block_1$4(ctx) {
|
|
3754
3754
|
}
|
3755
3755
|
|
3756
3756
|
// (31:0) {#if disabled}
|
3757
|
-
function create_if_block$
|
3757
|
+
function create_if_block$e(ctx) {
|
3758
3758
|
let div;
|
3759
3759
|
let current;
|
3760
3760
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3774,7 +3774,7 @@ function create_if_block$d(ctx) {
|
|
3774
3774
|
this.h();
|
3775
3775
|
},
|
3776
3776
|
h() {
|
3777
|
-
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-
|
3777
|
+
attr(div, "class", "" + (BUTTON_CLASS + " _disabled" + " svelte-15k4deh"));
|
3778
3778
|
attr(div, "style", /*style*/ ctx[1]);
|
3779
3779
|
},
|
3780
3780
|
m(target, anchor) {
|
@@ -3822,12 +3822,12 @@ function create_if_block$d(ctx) {
|
|
3822
3822
|
};
|
3823
3823
|
}
|
3824
3824
|
|
3825
|
-
function create_fragment$
|
3825
|
+
function create_fragment$1b(ctx) {
|
3826
3826
|
let current_block_type_index;
|
3827
3827
|
let if_block;
|
3828
3828
|
let if_block_anchor;
|
3829
3829
|
let current;
|
3830
|
-
const if_block_creators = [create_if_block$
|
3830
|
+
const if_block_creators = [create_if_block$e, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3831
3831
|
const if_blocks = [];
|
3832
3832
|
|
3833
3833
|
function select_block_type(ctx, dirty) {
|
@@ -3899,7 +3899,7 @@ function create_fragment$18(ctx) {
|
|
3899
3899
|
|
3900
3900
|
const BUTTON_CLASS = 'button';
|
3901
3901
|
|
3902
|
-
function instance$
|
3902
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3903
3903
|
let disabled;
|
3904
3904
|
let $valuesAreValid;
|
3905
3905
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3965,8 +3965,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3965
3965
|
init(
|
3966
3966
|
this,
|
3967
3967
|
options,
|
3968
|
-
instance$
|
3969
|
-
create_fragment$
|
3968
|
+
instance$1b,
|
3969
|
+
create_fragment$1b,
|
3970
3970
|
safe_not_equal,
|
3971
3971
|
{
|
3972
3972
|
onClick: 0,
|
@@ -3974,15 +3974,15 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3974
3974
|
eventValue: 6,
|
3975
3975
|
style: 1
|
3976
3976
|
},
|
3977
|
-
add_css$
|
3977
|
+
add_css$D
|
3978
3978
|
);
|
3979
3979
|
}
|
3980
3980
|
};
|
3981
3981
|
|
3982
3982
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3983
3983
|
|
3984
|
-
function add_css$
|
3985
|
-
append_styles(target, "svelte-
|
3984
|
+
function add_css$C(target) {
|
3985
|
+
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}}");
|
3986
3986
|
}
|
3987
3987
|
|
3988
3988
|
// (278:0) {:else}
|
@@ -4120,7 +4120,7 @@ function create_if_block_2$1(ctx) {
|
|
4120
4120
|
}
|
4121
4121
|
|
4122
4122
|
// (281:0) {#if visible}
|
4123
|
-
function create_if_block$
|
4123
|
+
function create_if_block$d(ctx) {
|
4124
4124
|
let div;
|
4125
4125
|
let button;
|
4126
4126
|
let div_class_value;
|
@@ -4132,7 +4132,7 @@ function create_if_block$c(ctx) {
|
|
4132
4132
|
onClick: /*onClick*/ ctx[0],
|
4133
4133
|
eventName: /*clickEventName*/ ctx[1],
|
4134
4134
|
eventValue: /*clickEventValue*/ ctx[2],
|
4135
|
-
$$slots: { default: [create_default_slot$
|
4135
|
+
$$slots: { default: [create_default_slot$d] },
|
4136
4136
|
$$scope: { ctx }
|
4137
4137
|
}
|
4138
4138
|
});
|
@@ -4157,7 +4157,7 @@ function create_if_block$c(ctx) {
|
|
4157
4157
|
this.h();
|
4158
4158
|
},
|
4159
4159
|
h() {
|
4160
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4160
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4161
4161
|
attr(div, "role", "dialog");
|
4162
4162
|
attr(div, "aria-modal", "true");
|
4163
4163
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4181,7 +4181,7 @@ function create_if_block$c(ctx) {
|
|
4181
4181
|
|
4182
4182
|
button.$set(button_changes);
|
4183
4183
|
|
4184
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4184
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4185
4185
|
attr(div, "class", div_class_value);
|
4186
4186
|
}
|
4187
4187
|
},
|
@@ -4245,7 +4245,7 @@ function create_if_block_1$3(ctx) {
|
|
4245
4245
|
this.h();
|
4246
4246
|
},
|
4247
4247
|
h() {
|
4248
|
-
attr(div, "class", "close svelte-
|
4248
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4249
4249
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4250
4250
|
},
|
4251
4251
|
m(target, anchor) {
|
@@ -4344,7 +4344,7 @@ function create_default_slot_1$1(ctx) {
|
|
4344
4344
|
}
|
4345
4345
|
|
4346
4346
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4347
|
-
function create_default_slot$
|
4347
|
+
function create_default_slot$d(ctx) {
|
4348
4348
|
let t;
|
4349
4349
|
let div;
|
4350
4350
|
let current;
|
@@ -4370,7 +4370,7 @@ function create_default_slot$b(ctx) {
|
|
4370
4370
|
this.h();
|
4371
4371
|
},
|
4372
4372
|
h() {
|
4373
|
-
attr(div, "class", "modal-content svelte-
|
4373
|
+
attr(div, "class", "modal-content svelte-1ijkyzl");
|
4374
4374
|
attr(div, "style", /*_style*/ ctx[5]);
|
4375
4375
|
},
|
4376
4376
|
m(target, anchor) {
|
@@ -4447,7 +4447,7 @@ function create_default_slot$b(ctx) {
|
|
4447
4447
|
};
|
4448
4448
|
}
|
4449
4449
|
|
4450
|
-
function create_fragment$
|
4450
|
+
function create_fragment$1a(ctx) {
|
4451
4451
|
let show_if;
|
4452
4452
|
let current_block_type_index;
|
4453
4453
|
let if_block0;
|
@@ -4468,7 +4468,7 @@ function create_fragment$17(ctx) {
|
|
4468
4468
|
|
4469
4469
|
current_block_type_index = select_block_type(ctx);
|
4470
4470
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4471
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4471
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$d(ctx);
|
4472
4472
|
|
4473
4473
|
return {
|
4474
4474
|
c() {
|
@@ -4534,7 +4534,7 @@ function create_fragment$17(ctx) {
|
|
4534
4534
|
transition_in(if_block1, 1);
|
4535
4535
|
}
|
4536
4536
|
} else {
|
4537
|
-
if_block1 = create_if_block$
|
4537
|
+
if_block1 = create_if_block$d(ctx);
|
4538
4538
|
if_block1.c();
|
4539
4539
|
transition_in(if_block1, 1);
|
4540
4540
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4571,7 +4571,7 @@ function create_fragment$17(ctx) {
|
|
4571
4571
|
};
|
4572
4572
|
}
|
4573
4573
|
|
4574
|
-
function instance$
|
4574
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
4575
4575
|
let close;
|
4576
4576
|
let closable;
|
4577
4577
|
let backgroundClick;
|
@@ -4854,8 +4854,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4854
4854
|
init(
|
4855
4855
|
this,
|
4856
4856
|
options,
|
4857
|
-
instance$
|
4858
|
-
create_fragment$
|
4857
|
+
instance$1a,
|
4858
|
+
create_fragment$1a,
|
4859
4859
|
safe_not_equal,
|
4860
4860
|
{
|
4861
4861
|
onClick: 0,
|
@@ -4873,7 +4873,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4873
4873
|
closeButtonColor: 9,
|
4874
4874
|
_closeStyle: 10
|
4875
4875
|
},
|
4876
|
-
add_css$
|
4876
|
+
add_css$C,
|
4877
4877
|
[-1, -1]
|
4878
4878
|
);
|
4879
4879
|
}
|
@@ -4881,7 +4881,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4881
4881
|
|
4882
4882
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4883
4883
|
|
4884
|
-
function create_fragment$
|
4884
|
+
function create_fragment$19(ctx) {
|
4885
4885
|
let div;
|
4886
4886
|
let current;
|
4887
4887
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4949,7 +4949,7 @@ function create_fragment$16(ctx) {
|
|
4949
4949
|
};
|
4950
4950
|
}
|
4951
4951
|
|
4952
|
-
function instance$
|
4952
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4953
4953
|
let _style;
|
4954
4954
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4955
4955
|
let { width = '512px' } = $$props;
|
@@ -4994,7 +4994,7 @@ class Grid extends SvelteComponent {
|
|
4994
4994
|
constructor(options) {
|
4995
4995
|
super();
|
4996
4996
|
|
4997
|
-
init(this, options, instance$
|
4997
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4998
4998
|
width: 1,
|
4999
4999
|
height: 2,
|
5000
5000
|
rows: 3,
|
@@ -5007,11 +5007,11 @@ class Grid extends SvelteComponent {
|
|
5007
5007
|
|
5008
5008
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5009
5009
|
|
5010
|
-
function add_css$
|
5011
|
-
append_styles(target, "svelte-
|
5010
|
+
function add_css$B(target) {
|
5011
|
+
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5012
5012
|
}
|
5013
5013
|
|
5014
|
-
function create_fragment$
|
5014
|
+
function create_fragment$18(ctx) {
|
5015
5015
|
let div1;
|
5016
5016
|
let div0;
|
5017
5017
|
let current;
|
@@ -5042,8 +5042,8 @@ function create_fragment$15(ctx) {
|
|
5042
5042
|
this.h();
|
5043
5043
|
},
|
5044
5044
|
h() {
|
5045
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5046
|
-
attr(div1, "class", "grid-item svelte-
|
5045
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5046
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5047
5047
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5048
5048
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5049
5049
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5104,7 +5104,7 @@ function create_fragment$15(ctx) {
|
|
5104
5104
|
|
5105
5105
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5106
5106
|
|
5107
|
-
function instance$
|
5107
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5108
5108
|
let _style;
|
5109
5109
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5110
5110
|
let { x1 } = $$props;
|
@@ -5153,8 +5153,8 @@ class GridItem extends SvelteComponent {
|
|
5153
5153
|
init(
|
5154
5154
|
this,
|
5155
5155
|
options,
|
5156
|
-
instance$
|
5157
|
-
create_fragment$
|
5156
|
+
instance$18,
|
5157
|
+
create_fragment$18,
|
5158
5158
|
safe_not_equal,
|
5159
5159
|
{
|
5160
5160
|
x1: 2,
|
@@ -5165,7 +5165,7 @@ class GridItem extends SvelteComponent {
|
|
5165
5165
|
background: 7,
|
5166
5166
|
gridItemId: 0
|
5167
5167
|
},
|
5168
|
-
add_css$
|
5168
|
+
add_css$B
|
5169
5169
|
);
|
5170
5170
|
}
|
5171
5171
|
}
|
@@ -5203,7 +5203,7 @@ function create_else_block$4(ctx) {
|
|
5203
5203
|
}
|
5204
5204
|
|
5205
5205
|
// (11:2) {#if item.match(regexp)}
|
5206
|
-
function create_if_block$
|
5206
|
+
function create_if_block$c(ctx) {
|
5207
5207
|
let br;
|
5208
5208
|
|
5209
5209
|
return {
|
@@ -5231,7 +5231,7 @@ function create_each_block$7(ctx) {
|
|
5231
5231
|
function select_block_type(ctx, dirty) {
|
5232
5232
|
if (dirty & /*items*/ 1) show_if = null;
|
5233
5233
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5234
|
-
if (show_if) return create_if_block$
|
5234
|
+
if (show_if) return create_if_block$c;
|
5235
5235
|
return create_else_block$4;
|
5236
5236
|
}
|
5237
5237
|
|
@@ -5271,7 +5271,7 @@ function create_each_block$7(ctx) {
|
|
5271
5271
|
};
|
5272
5272
|
}
|
5273
5273
|
|
5274
|
-
function create_fragment$
|
5274
|
+
function create_fragment$17(ctx) {
|
5275
5275
|
let each_1_anchor;
|
5276
5276
|
let each_value = /*items*/ ctx[0];
|
5277
5277
|
let each_blocks = [];
|
@@ -5337,7 +5337,7 @@ function create_fragment$14(ctx) {
|
|
5337
5337
|
|
5338
5338
|
const regexp = /(\r?\n)/;
|
5339
5339
|
|
5340
|
-
function instance$
|
5340
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5341
5341
|
let items;
|
5342
5342
|
let { text = 'サンプルSample' } = $$props;
|
5343
5343
|
|
@@ -5358,14 +5358,14 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5358
5358
|
class RenderText extends SvelteComponent {
|
5359
5359
|
constructor(options) {
|
5360
5360
|
super();
|
5361
|
-
init(this, options, instance$
|
5361
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5362
5362
|
}
|
5363
5363
|
}
|
5364
5364
|
|
5365
5365
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5366
5366
|
|
5367
|
-
function add_css$
|
5368
|
-
append_styles(target, "svelte-
|
5367
|
+
function add_css$A(target) {
|
5368
|
+
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}");
|
5369
5369
|
}
|
5370
5370
|
|
5371
5371
|
// (94:2) {:else}
|
@@ -5395,8 +5395,8 @@ function create_else_block$3(ctx) {
|
|
5395
5395
|
this.h();
|
5396
5396
|
},
|
5397
5397
|
h() {
|
5398
|
-
attr(div0, "class", "text-element-inner svelte-
|
5399
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5398
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5399
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5400
5400
|
attr(div1, "style", /*style*/ ctx[5]);
|
5401
5401
|
},
|
5402
5402
|
m(target, anchor) {
|
@@ -5410,7 +5410,7 @@ function create_else_block$3(ctx) {
|
|
5410
5410
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5411
5411
|
rendertext.$set(rendertext_changes);
|
5412
5412
|
|
5413
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5413
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5414
5414
|
attr(div1, "class", div1_class_value);
|
5415
5415
|
}
|
5416
5416
|
|
@@ -5435,7 +5435,7 @@ function create_else_block$3(ctx) {
|
|
5435
5435
|
}
|
5436
5436
|
|
5437
5437
|
// (80:2) {#if enableCopy}
|
5438
|
-
function create_if_block$
|
5438
|
+
function create_if_block$b(ctx) {
|
5439
5439
|
let a;
|
5440
5440
|
let div0;
|
5441
5441
|
let rendertext;
|
@@ -5485,12 +5485,12 @@ function create_if_block$a(ctx) {
|
|
5485
5485
|
this.h();
|
5486
5486
|
},
|
5487
5487
|
h() {
|
5488
|
-
attr(div0, "class", "text-element-inner svelte-
|
5488
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5489
5489
|
attr(a, "href", '');
|
5490
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5490
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5491
5491
|
attr(a, "style", /*style*/ ctx[5]);
|
5492
|
-
attr(div1, "class", "tooltip svelte-
|
5493
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5492
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5493
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5494
5494
|
},
|
5495
5495
|
m(target, anchor) {
|
5496
5496
|
insert_hydration(target, a, anchor);
|
@@ -5516,7 +5516,7 @@ function create_if_block$a(ctx) {
|
|
5516
5516
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5517
5517
|
rendertext.$set(rendertext_changes);
|
5518
5518
|
|
5519
|
-
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-
|
5519
|
+
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"))) {
|
5520
5520
|
attr(a, "class", a_class_value);
|
5521
5521
|
}
|
5522
5522
|
|
@@ -5548,12 +5548,12 @@ function create_if_block$a(ctx) {
|
|
5548
5548
|
};
|
5549
5549
|
}
|
5550
5550
|
|
5551
|
-
function create_fragment$
|
5551
|
+
function create_fragment$16(ctx) {
|
5552
5552
|
let div;
|
5553
5553
|
let current_block_type_index;
|
5554
5554
|
let if_block;
|
5555
5555
|
let current;
|
5556
|
-
const if_block_creators = [create_if_block$
|
5556
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5557
5557
|
const if_blocks = [];
|
5558
5558
|
|
5559
5559
|
function select_block_type(ctx, dirty) {
|
@@ -5578,7 +5578,7 @@ function create_fragment$13(ctx) {
|
|
5578
5578
|
this.h();
|
5579
5579
|
},
|
5580
5580
|
h() {
|
5581
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5581
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5582
5582
|
},
|
5583
5583
|
m(target, anchor) {
|
5584
5584
|
insert_hydration(target, div, anchor);
|
@@ -5628,7 +5628,7 @@ function create_fragment$13(ctx) {
|
|
5628
5628
|
};
|
5629
5629
|
}
|
5630
5630
|
|
5631
|
-
function instance$
|
5631
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5632
5632
|
let style;
|
5633
5633
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5634
5634
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5724,8 +5724,8 @@ class TextElement extends SvelteComponent {
|
|
5724
5724
|
init(
|
5725
5725
|
this,
|
5726
5726
|
options,
|
5727
|
-
instance$
|
5728
|
-
create_fragment$
|
5727
|
+
instance$16,
|
5728
|
+
create_fragment$16,
|
5729
5729
|
safe_not_equal,
|
5730
5730
|
{
|
5731
5731
|
text: 0,
|
@@ -5736,19 +5736,19 @@ class TextElement extends SvelteComponent {
|
|
5736
5736
|
enableCopy: 2,
|
5737
5737
|
eventName: 10
|
5738
5738
|
},
|
5739
|
-
add_css$
|
5739
|
+
add_css$A
|
5740
5740
|
);
|
5741
5741
|
}
|
5742
5742
|
}
|
5743
5743
|
|
5744
5744
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5745
5745
|
|
5746
|
-
function add_css$
|
5747
|
-
append_styles(target, "svelte-
|
5746
|
+
function add_css$z(target) {
|
5747
|
+
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)}");
|
5748
5748
|
}
|
5749
5749
|
|
5750
5750
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5751
|
-
function create_default_slot$
|
5751
|
+
function create_default_slot$c(ctx) {
|
5752
5752
|
let rendertext;
|
5753
5753
|
let current;
|
5754
5754
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5784,7 +5784,7 @@ function create_default_slot$a(ctx) {
|
|
5784
5784
|
};
|
5785
5785
|
}
|
5786
5786
|
|
5787
|
-
function create_fragment$
|
5787
|
+
function create_fragment$15(ctx) {
|
5788
5788
|
let div;
|
5789
5789
|
let button;
|
5790
5790
|
let current;
|
@@ -5794,7 +5794,7 @@ function create_fragment$12(ctx) {
|
|
5794
5794
|
onClick: /*onClick*/ ctx[1],
|
5795
5795
|
style: /*style*/ ctx[3],
|
5796
5796
|
eventName: /*eventName*/ ctx[2],
|
5797
|
-
$$slots: { default: [create_default_slot$
|
5797
|
+
$$slots: { default: [create_default_slot$c] },
|
5798
5798
|
$$scope: { ctx }
|
5799
5799
|
}
|
5800
5800
|
});
|
@@ -5813,7 +5813,7 @@ function create_fragment$12(ctx) {
|
|
5813
5813
|
this.h();
|
5814
5814
|
},
|
5815
5815
|
h() {
|
5816
|
-
attr(div, "class", "text-button-element svelte-
|
5816
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5817
5817
|
},
|
5818
5818
|
m(target, anchor) {
|
5819
5819
|
insert_hydration(target, div, anchor);
|
@@ -5848,7 +5848,7 @@ function create_fragment$12(ctx) {
|
|
5848
5848
|
};
|
5849
5849
|
}
|
5850
5850
|
|
5851
|
-
function instance$
|
5851
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5852
5852
|
let style;
|
5853
5853
|
let { text = 'ボタンのラベル' } = $$props;
|
5854
5854
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5886,8 +5886,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5886
5886
|
init(
|
5887
5887
|
this,
|
5888
5888
|
options,
|
5889
|
-
instance$
|
5890
|
-
create_fragment$
|
5889
|
+
instance$15,
|
5890
|
+
create_fragment$15,
|
5891
5891
|
safe_not_equal,
|
5892
5892
|
{
|
5893
5893
|
text: 0,
|
@@ -5897,19 +5897,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5897
5897
|
_buttonStyle: 5,
|
5898
5898
|
_style: 6
|
5899
5899
|
},
|
5900
|
-
add_css$
|
5900
|
+
add_css$z
|
5901
5901
|
);
|
5902
5902
|
}
|
5903
5903
|
}
|
5904
5904
|
|
5905
5905
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5906
5906
|
|
5907
|
-
function add_css$
|
5908
|
-
append_styles(target, "svelte-
|
5907
|
+
function add_css$y(target) {
|
5908
|
+
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%}");
|
5909
5909
|
}
|
5910
5910
|
|
5911
5911
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5912
|
-
function create_default_slot$
|
5912
|
+
function create_default_slot$b(ctx) {
|
5913
5913
|
let img;
|
5914
5914
|
let img_style_value;
|
5915
5915
|
let img_src_value;
|
@@ -5933,7 +5933,7 @@ function create_default_slot$9(ctx) {
|
|
5933
5933
|
this.h();
|
5934
5934
|
},
|
5935
5935
|
h() {
|
5936
|
-
attr(img, "class", "image svelte-
|
5936
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5937
5937
|
attr(img, "loading", "lazy");
|
5938
5938
|
attr(img, "width", "auto");
|
5939
5939
|
attr(img, "height", "auto");
|
@@ -5975,7 +5975,7 @@ function create_default_slot$9(ctx) {
|
|
5975
5975
|
};
|
5976
5976
|
}
|
5977
5977
|
|
5978
|
-
function create_fragment$
|
5978
|
+
function create_fragment$14(ctx) {
|
5979
5979
|
let div;
|
5980
5980
|
let button;
|
5981
5981
|
let div_class_value;
|
@@ -5986,7 +5986,7 @@ function create_fragment$11(ctx) {
|
|
5986
5986
|
onClick: /*onClick*/ ctx[4],
|
5987
5987
|
style: /*_style*/ ctx[7],
|
5988
5988
|
eventName: /*eventName*/ ctx[5],
|
5989
|
-
$$slots: { default: [create_default_slot$
|
5989
|
+
$$slots: { default: [create_default_slot$b] },
|
5990
5990
|
$$scope: { ctx }
|
5991
5991
|
}
|
5992
5992
|
});
|
@@ -6005,7 +6005,7 @@ function create_fragment$11(ctx) {
|
|
6005
6005
|
this.h();
|
6006
6006
|
},
|
6007
6007
|
h() {
|
6008
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6008
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
6009
6009
|
},
|
6010
6010
|
m(target, anchor) {
|
6011
6011
|
insert_hydration(target, div, anchor);
|
@@ -6024,7 +6024,7 @@ function create_fragment$11(ctx) {
|
|
6024
6024
|
|
6025
6025
|
button.$set(button_changes);
|
6026
6026
|
|
6027
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6027
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6028
6028
|
attr(div, "class", div_class_value);
|
6029
6029
|
}
|
6030
6030
|
},
|
@@ -6044,7 +6044,7 @@ function create_fragment$11(ctx) {
|
|
6044
6044
|
};
|
6045
6045
|
}
|
6046
6046
|
|
6047
|
-
function instance$
|
6047
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6048
6048
|
let { src = '' } = $$props;
|
6049
6049
|
let { alt = '画像の説明' } = $$props;
|
6050
6050
|
let { transport = false } = $$props;
|
@@ -6075,8 +6075,8 @@ class ImageElement extends SvelteComponent {
|
|
6075
6075
|
init(
|
6076
6076
|
this,
|
6077
6077
|
options,
|
6078
|
-
instance$
|
6079
|
-
create_fragment$
|
6078
|
+
instance$14,
|
6079
|
+
create_fragment$14,
|
6080
6080
|
safe_not_equal,
|
6081
6081
|
{
|
6082
6082
|
src: 0,
|
@@ -6088,18 +6088,18 @@ class ImageElement extends SvelteComponent {
|
|
6088
6088
|
_imageStyle: 6,
|
6089
6089
|
_style: 7
|
6090
6090
|
},
|
6091
|
-
add_css$
|
6091
|
+
add_css$y
|
6092
6092
|
);
|
6093
6093
|
}
|
6094
6094
|
}
|
6095
6095
|
|
6096
6096
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6097
6097
|
|
6098
|
-
function add_css$
|
6099
|
-
append_styles(target, "svelte-
|
6098
|
+
function add_css$x(target) {
|
6099
|
+
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}");
|
6100
6100
|
}
|
6101
6101
|
|
6102
|
-
function create_fragment$
|
6102
|
+
function create_fragment$13(ctx) {
|
6103
6103
|
let div;
|
6104
6104
|
let current;
|
6105
6105
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6119,7 +6119,7 @@ function create_fragment$10(ctx) {
|
|
6119
6119
|
this.h();
|
6120
6120
|
},
|
6121
6121
|
h() {
|
6122
|
-
attr(div, "class", "list svelte-
|
6122
|
+
attr(div, "class", "list svelte-aquv6z");
|
6123
6123
|
attr(div, "style", /*style*/ ctx[0]);
|
6124
6124
|
},
|
6125
6125
|
m(target, anchor) {
|
@@ -6169,7 +6169,7 @@ function create_fragment$10(ctx) {
|
|
6169
6169
|
|
6170
6170
|
const LIST_CONTEXT_KEY = Symbol();
|
6171
6171
|
|
6172
|
-
function instance$
|
6172
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6173
6173
|
let style;
|
6174
6174
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6175
6175
|
let { direction = 'vertical' } = $$props;
|
@@ -6236,8 +6236,8 @@ class List extends SvelteComponent {
|
|
6236
6236
|
init(
|
6237
6237
|
this,
|
6238
6238
|
options,
|
6239
|
-
instance$
|
6240
|
-
create_fragment$
|
6239
|
+
instance$13,
|
6240
|
+
create_fragment$13,
|
6241
6241
|
safe_not_equal,
|
6242
6242
|
{
|
6243
6243
|
direction: 1,
|
@@ -6245,19 +6245,19 @@ class List extends SvelteComponent {
|
|
6245
6245
|
background: 3,
|
6246
6246
|
_style: 4
|
6247
6247
|
},
|
6248
|
-
add_css$
|
6248
|
+
add_css$x
|
6249
6249
|
);
|
6250
6250
|
}
|
6251
6251
|
}
|
6252
6252
|
|
6253
6253
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6254
6254
|
|
6255
|
-
function add_css$
|
6256
|
-
append_styles(target, "svelte-
|
6255
|
+
function add_css$w(target) {
|
6256
|
+
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}");
|
6257
6257
|
}
|
6258
6258
|
|
6259
6259
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6260
|
-
function create_default_slot$
|
6260
|
+
function create_default_slot$a(ctx) {
|
6261
6261
|
let current;
|
6262
6262
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6263
6263
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6307,7 +6307,7 @@ function create_default_slot$8(ctx) {
|
|
6307
6307
|
};
|
6308
6308
|
}
|
6309
6309
|
|
6310
|
-
function create_fragment
|
6310
|
+
function create_fragment$12(ctx) {
|
6311
6311
|
let div;
|
6312
6312
|
let button;
|
6313
6313
|
let current;
|
@@ -6317,7 +6317,7 @@ function create_fragment$$(ctx) {
|
|
6317
6317
|
onClick: /*onClick*/ ctx[0],
|
6318
6318
|
style: /*_style*/ ctx[2],
|
6319
6319
|
eventName: /*clickEventName*/ ctx[1],
|
6320
|
-
$$slots: { default: [create_default_slot$
|
6320
|
+
$$slots: { default: [create_default_slot$a] },
|
6321
6321
|
$$scope: { ctx }
|
6322
6322
|
}
|
6323
6323
|
});
|
@@ -6336,7 +6336,7 @@ function create_fragment$$(ctx) {
|
|
6336
6336
|
this.h();
|
6337
6337
|
},
|
6338
6338
|
h() {
|
6339
|
-
attr(div, "class", "list-item svelte-
|
6339
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6340
6340
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6341
6341
|
},
|
6342
6342
|
m(target, anchor) {
|
@@ -6376,7 +6376,7 @@ function create_fragment$$(ctx) {
|
|
6376
6376
|
};
|
6377
6377
|
}
|
6378
6378
|
|
6379
|
-
function instance
|
6379
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6380
6380
|
let listItemStyle;
|
6381
6381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6382
6382
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6455,17 +6455,17 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6455
6455
|
class ListItem extends SvelteComponent {
|
6456
6456
|
constructor(options) {
|
6457
6457
|
super();
|
6458
|
-
init(this, options, instance
|
6458
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
|
6459
6459
|
}
|
6460
6460
|
}
|
6461
6461
|
|
6462
6462
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6463
6463
|
|
6464
|
-
function add_css$
|
6465
|
-
append_styles(target, "svelte-
|
6464
|
+
function add_css$v(target) {
|
6465
|
+
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}");
|
6466
6466
|
}
|
6467
6467
|
|
6468
|
-
function create_fragment$
|
6468
|
+
function create_fragment$11(ctx) {
|
6469
6469
|
let div;
|
6470
6470
|
|
6471
6471
|
return {
|
@@ -6480,7 +6480,7 @@ function create_fragment$_(ctx) {
|
|
6480
6480
|
this.h();
|
6481
6481
|
},
|
6482
6482
|
h() {
|
6483
|
-
attr(div, "class", "embed svelte-
|
6483
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6484
6484
|
attr(div, "style", /*_style*/ ctx[1]);
|
6485
6485
|
},
|
6486
6486
|
m(target, anchor) {
|
@@ -6501,7 +6501,7 @@ function create_fragment$_(ctx) {
|
|
6501
6501
|
};
|
6502
6502
|
}
|
6503
6503
|
|
6504
|
-
function instance$
|
6504
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6505
6505
|
let { code } = $$props;
|
6506
6506
|
let { _style = '' } = $$props;
|
6507
6507
|
|
@@ -6516,17 +6516,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6516
6516
|
class EmbedElement extends SvelteComponent {
|
6517
6517
|
constructor(options) {
|
6518
6518
|
super();
|
6519
|
-
init(this, options, instance$
|
6519
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6520
6520
|
}
|
6521
6521
|
}
|
6522
6522
|
|
6523
6523
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6524
6524
|
|
6525
|
-
function add_css$
|
6526
|
-
append_styles(target, "svelte-
|
6525
|
+
function add_css$u(target) {
|
6526
|
+
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%}");
|
6527
6527
|
}
|
6528
6528
|
|
6529
|
-
function create_fragment$
|
6529
|
+
function create_fragment$10(ctx) {
|
6530
6530
|
let div1;
|
6531
6531
|
let div0;
|
6532
6532
|
|
@@ -6546,7 +6546,7 @@ function create_fragment$Z(ctx) {
|
|
6546
6546
|
},
|
6547
6547
|
h() {
|
6548
6548
|
attr(div0, "class", "karte-player");
|
6549
|
-
attr(div1, "class", "embed svelte-
|
6549
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6550
6550
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6551
6551
|
},
|
6552
6552
|
m(target, anchor) {
|
@@ -6578,7 +6578,7 @@ function _setValue(obj, key, value) {
|
|
6578
6578
|
}
|
6579
6579
|
}
|
6580
6580
|
|
6581
|
-
function instance$
|
6581
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6582
6582
|
let $system;
|
6583
6583
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6584
6584
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6849,8 +6849,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6849
6849
|
init(
|
6850
6850
|
this,
|
6851
6851
|
options,
|
6852
|
-
instance$
|
6853
|
-
create_fragment$
|
6852
|
+
instance$10,
|
6853
|
+
create_fragment$10,
|
6854
6854
|
safe_not_equal,
|
6855
6855
|
{
|
6856
6856
|
videoId: 2,
|
@@ -6879,7 +6879,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6879
6879
|
mute: 25,
|
6880
6880
|
_style: 0
|
6881
6881
|
},
|
6882
|
-
add_css$
|
6882
|
+
add_css$u,
|
6883
6883
|
[-1, -1]
|
6884
6884
|
);
|
6885
6885
|
}
|
@@ -6887,11 +6887,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6887
6887
|
|
6888
6888
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6889
6889
|
|
6890
|
-
function add_css$
|
6891
|
-
append_styles(target, "svelte-
|
6890
|
+
function add_css$t(target) {
|
6891
|
+
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%}");
|
6892
6892
|
}
|
6893
6893
|
|
6894
|
-
function create_fragment
|
6894
|
+
function create_fragment$$(ctx) {
|
6895
6895
|
let div1;
|
6896
6896
|
let div0;
|
6897
6897
|
|
@@ -6911,7 +6911,7 @@ function create_fragment$Y(ctx) {
|
|
6911
6911
|
},
|
6912
6912
|
h() {
|
6913
6913
|
attr(div0, "class", "karte-player");
|
6914
|
-
attr(div1, "class", "embed svelte-
|
6914
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6915
6915
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6916
6916
|
},
|
6917
6917
|
m(target, anchor) {
|
@@ -6933,7 +6933,7 @@ function create_fragment$Y(ctx) {
|
|
6933
6933
|
};
|
6934
6934
|
}
|
6935
6935
|
|
6936
|
-
function instance
|
6936
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6937
6937
|
let $system;
|
6938
6938
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6939
6939
|
let { videoId = "201239468" } = $$props;
|
@@ -7076,8 +7076,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7076
7076
|
init(
|
7077
7077
|
this,
|
7078
7078
|
options,
|
7079
|
-
instance
|
7080
|
-
create_fragment
|
7079
|
+
instance$$,
|
7080
|
+
create_fragment$$,
|
7081
7081
|
safe_not_equal,
|
7082
7082
|
{
|
7083
7083
|
videoId: 2,
|
@@ -7087,18 +7087,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7087
7087
|
mute: 6,
|
7088
7088
|
_style: 0
|
7089
7089
|
},
|
7090
|
-
add_css$
|
7090
|
+
add_css$t
|
7091
7091
|
);
|
7092
7092
|
}
|
7093
7093
|
}
|
7094
7094
|
|
7095
7095
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7096
7096
|
|
7097
|
-
function add_css$
|
7098
|
-
append_styles(target, "svelte-
|
7097
|
+
function add_css$s(target) {
|
7098
|
+
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}");
|
7099
7099
|
}
|
7100
7100
|
|
7101
|
-
function create_fragment$
|
7101
|
+
function create_fragment$_(ctx) {
|
7102
7102
|
let div;
|
7103
7103
|
let textarea;
|
7104
7104
|
let mounted;
|
@@ -7125,12 +7125,12 @@ function create_fragment$X(ctx) {
|
|
7125
7125
|
this.h();
|
7126
7126
|
},
|
7127
7127
|
h() {
|
7128
|
-
attr(textarea, "class", "textarea svelte-
|
7128
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7129
7129
|
textarea.value = /*$value*/ ctx[4];
|
7130
7130
|
textarea.required = /*required*/ ctx[1];
|
7131
7131
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7132
7132
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7133
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7133
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7134
7134
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7135
7135
|
},
|
7136
7136
|
m(target, anchor) {
|
@@ -7173,7 +7173,7 @@ function create_fragment$X(ctx) {
|
|
7173
7173
|
};
|
7174
7174
|
}
|
7175
7175
|
|
7176
|
-
function instance$
|
7176
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7177
7177
|
let style;
|
7178
7178
|
let styleVariables;
|
7179
7179
|
let $value;
|
@@ -7261,8 +7261,8 @@ class FormTextarea extends SvelteComponent {
|
|
7261
7261
|
init(
|
7262
7262
|
this,
|
7263
7263
|
options,
|
7264
|
-
instance$
|
7265
|
-
create_fragment$
|
7264
|
+
instance$_,
|
7265
|
+
create_fragment$_,
|
7266
7266
|
safe_not_equal,
|
7267
7267
|
{
|
7268
7268
|
name: 7,
|
@@ -7274,15 +7274,15 @@ class FormTextarea extends SvelteComponent {
|
|
7274
7274
|
_textStyle: 11,
|
7275
7275
|
_placeholderStyle: 12
|
7276
7276
|
},
|
7277
|
-
add_css$
|
7277
|
+
add_css$s
|
7278
7278
|
);
|
7279
7279
|
}
|
7280
7280
|
}
|
7281
7281
|
|
7282
7282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7283
7283
|
|
7284
|
-
function add_css$
|
7285
|
-
append_styles(target, "svelte-
|
7284
|
+
function add_css$r(target) {
|
7285
|
+
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}");
|
7286
7286
|
}
|
7287
7287
|
|
7288
7288
|
function get_each_context$6(ctx, list, i) {
|
@@ -7339,14 +7339,14 @@ function create_each_block$6(ctx) {
|
|
7339
7339
|
},
|
7340
7340
|
h() {
|
7341
7341
|
attr(input, "type", "radio");
|
7342
|
-
attr(input, "class", "radio-button-input svelte-
|
7342
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7343
7343
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7344
7344
|
attr(input, "name", /*name*/ ctx[0]);
|
7345
7345
|
input.value = input_value_value = /*option*/ ctx[17];
|
7346
7346
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7347
|
-
attr(span, "class", "radio-button-text svelte-
|
7347
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7348
7348
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7349
|
-
attr(label, "class", "radio-button svelte-
|
7349
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7350
7350
|
},
|
7351
7351
|
m(target, anchor) {
|
7352
7352
|
insert_hydration(target, label, anchor);
|
@@ -7394,7 +7394,7 @@ function create_each_block$6(ctx) {
|
|
7394
7394
|
};
|
7395
7395
|
}
|
7396
7396
|
|
7397
|
-
function create_fragment$
|
7397
|
+
function create_fragment$Z(ctx) {
|
7398
7398
|
let div;
|
7399
7399
|
let each_value = /*_options*/ ctx[4];
|
7400
7400
|
let each_blocks = [];
|
@@ -7425,7 +7425,7 @@ function create_fragment$W(ctx) {
|
|
7425
7425
|
this.h();
|
7426
7426
|
},
|
7427
7427
|
h() {
|
7428
|
-
attr(div, "class", "radio-buttons svelte-
|
7428
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7429
7429
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7430
7430
|
},
|
7431
7431
|
m(target, anchor) {
|
@@ -7472,7 +7472,7 @@ function create_fragment$W(ctx) {
|
|
7472
7472
|
};
|
7473
7473
|
}
|
7474
7474
|
|
7475
|
-
function instance$
|
7475
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7476
7476
|
let _options;
|
7477
7477
|
let buttonStyle;
|
7478
7478
|
let _value;
|
@@ -7572,8 +7572,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7572
7572
|
init(
|
7573
7573
|
this,
|
7574
7574
|
options,
|
7575
|
-
instance$
|
7576
|
-
create_fragment$
|
7575
|
+
instance$Z,
|
7576
|
+
create_fragment$Z,
|
7577
7577
|
safe_not_equal,
|
7578
7578
|
{
|
7579
7579
|
name: 0,
|
@@ -7586,15 +7586,15 @@ class FormRadioButtons extends SvelteComponent {
|
|
7586
7586
|
buttonColor: 13,
|
7587
7587
|
buttonColorActive: 14
|
7588
7588
|
},
|
7589
|
-
add_css$
|
7589
|
+
add_css$r
|
7590
7590
|
);
|
7591
7591
|
}
|
7592
7592
|
}
|
7593
7593
|
|
7594
7594
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7595
7595
|
|
7596
|
-
function add_css$
|
7597
|
-
append_styles(target, "svelte-
|
7596
|
+
function add_css$q(target) {
|
7597
|
+
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}");
|
7598
7598
|
}
|
7599
7599
|
|
7600
7600
|
function get_each_context$5(ctx, list, i) {
|
@@ -7628,7 +7628,7 @@ function create_else_block$2(ctx) {
|
|
7628
7628
|
}
|
7629
7629
|
|
7630
7630
|
// (105:10) {#if option}
|
7631
|
-
function create_if_block$
|
7631
|
+
function create_if_block$a(ctx) {
|
7632
7632
|
let t_value = /*option*/ ctx[19] + "";
|
7633
7633
|
let t;
|
7634
7634
|
|
@@ -7659,7 +7659,7 @@ function create_each_block$5(ctx) {
|
|
7659
7659
|
let option_selected_value;
|
7660
7660
|
|
7661
7661
|
function select_block_type(ctx, dirty) {
|
7662
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7662
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7663
7663
|
return create_else_block$2;
|
7664
7664
|
}
|
7665
7665
|
|
@@ -7720,7 +7720,7 @@ function create_each_block$5(ctx) {
|
|
7720
7720
|
};
|
7721
7721
|
}
|
7722
7722
|
|
7723
|
-
function create_fragment$
|
7723
|
+
function create_fragment$Y(ctx) {
|
7724
7724
|
let div1;
|
7725
7725
|
let select;
|
7726
7726
|
let t;
|
@@ -7765,10 +7765,10 @@ function create_fragment$V(ctx) {
|
|
7765
7765
|
this.h();
|
7766
7766
|
},
|
7767
7767
|
h() {
|
7768
|
-
attr(select, "class", "select-select svelte-
|
7768
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7769
7769
|
attr(select, "style", /*style*/ ctx[3]);
|
7770
|
-
attr(div0, "class", "select-icon svelte-
|
7771
|
-
attr(div1, "class", "select svelte-
|
7770
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7771
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7772
7772
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7773
7773
|
},
|
7774
7774
|
m(target, anchor) {
|
@@ -7830,7 +7830,7 @@ function create_fragment$V(ctx) {
|
|
7830
7830
|
};
|
7831
7831
|
}
|
7832
7832
|
|
7833
|
-
function instance$
|
7833
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7834
7834
|
let _options;
|
7835
7835
|
let style;
|
7836
7836
|
let styleVariables;
|
@@ -7946,8 +7946,8 @@ class FormSelect extends SvelteComponent {
|
|
7946
7946
|
init(
|
7947
7947
|
this,
|
7948
7948
|
options,
|
7949
|
-
instance$
|
7950
|
-
create_fragment$
|
7949
|
+
instance$Y,
|
7950
|
+
create_fragment$Y,
|
7951
7951
|
safe_not_equal,
|
7952
7952
|
{
|
7953
7953
|
name: 7,
|
@@ -7962,15 +7962,15 @@ class FormSelect extends SvelteComponent {
|
|
7962
7962
|
iconColor: 15,
|
7963
7963
|
iconSize: 16
|
7964
7964
|
},
|
7965
|
-
add_css$
|
7965
|
+
add_css$q
|
7966
7966
|
);
|
7967
7967
|
}
|
7968
7968
|
}
|
7969
7969
|
|
7970
7970
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7971
7971
|
|
7972
|
-
function add_css$
|
7973
|
-
append_styles(target, "svelte-
|
7972
|
+
function add_css$p(target) {
|
7973
|
+
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}");
|
7974
7974
|
}
|
7975
7975
|
|
7976
7976
|
function get_each_context$4(ctx, list, i) {
|
@@ -8032,19 +8032,19 @@ function create_each_block$4(ctx) {
|
|
8032
8032
|
this.h();
|
8033
8033
|
},
|
8034
8034
|
h() {
|
8035
|
-
attr(input, "class", "check-box-input svelte-
|
8035
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8036
8036
|
attr(input, "type", "checkbox");
|
8037
8037
|
attr(input, "name", /*name*/ ctx[0]);
|
8038
8038
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8039
|
-
attr(span0, "class", "check-box-icon svelte-
|
8039
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8040
8040
|
|
8041
8041
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8042
8042
|
? ' _checked'
|
8043
|
-
: ''}`) + " svelte-
|
8043
|
+
: ''}`) + " svelte-1p65cg8"));
|
8044
8044
|
|
8045
|
-
attr(span2, "class", "check-box-text svelte-
|
8045
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8046
8046
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8047
|
-
attr(label, "class", "check-box svelte-
|
8047
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8048
8048
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8049
8049
|
},
|
8050
8050
|
m(target, anchor) {
|
@@ -8076,7 +8076,7 @@ function create_each_block$4(ctx) {
|
|
8076
8076
|
|
8077
8077
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8078
8078
|
? ' _checked'
|
8079
|
-
: ''}`) + " svelte-
|
8079
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8080
8080
|
attr(span1, "class", span1_class_value);
|
8081
8081
|
}
|
8082
8082
|
|
@@ -8098,7 +8098,7 @@ function create_each_block$4(ctx) {
|
|
8098
8098
|
};
|
8099
8099
|
}
|
8100
8100
|
|
8101
|
-
function create_fragment$
|
8101
|
+
function create_fragment$X(ctx) {
|
8102
8102
|
let div;
|
8103
8103
|
let each_value = /*_options*/ ctx[3];
|
8104
8104
|
let each_blocks = [];
|
@@ -8129,7 +8129,7 @@ function create_fragment$U(ctx) {
|
|
8129
8129
|
this.h();
|
8130
8130
|
},
|
8131
8131
|
h() {
|
8132
|
-
attr(div, "class", "check-boxes svelte-
|
8132
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8133
8133
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8134
8134
|
},
|
8135
8135
|
m(target, anchor) {
|
@@ -8176,7 +8176,7 @@ function create_fragment$U(ctx) {
|
|
8176
8176
|
};
|
8177
8177
|
}
|
8178
8178
|
|
8179
|
-
function instance$
|
8179
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8180
8180
|
let _options;
|
8181
8181
|
let styleVariables;
|
8182
8182
|
let isCheckedArray;
|
@@ -8282,8 +8282,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8282
8282
|
init(
|
8283
8283
|
this,
|
8284
8284
|
options,
|
8285
|
-
instance$
|
8286
|
-
create_fragment$
|
8285
|
+
instance$X,
|
8286
|
+
create_fragment$X,
|
8287
8287
|
safe_not_equal,
|
8288
8288
|
{
|
8289
8289
|
name: 0,
|
@@ -8296,15 +8296,15 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8296
8296
|
buttonColor: 13,
|
8297
8297
|
buttonColorActive: 14
|
8298
8298
|
},
|
8299
|
-
add_css$
|
8299
|
+
add_css$p
|
8300
8300
|
);
|
8301
8301
|
}
|
8302
8302
|
}
|
8303
8303
|
|
8304
8304
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8305
8305
|
|
8306
|
-
function add_css$
|
8307
|
-
append_styles(target, "svelte-
|
8306
|
+
function add_css$o(target) {
|
8307
|
+
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}");
|
8308
8308
|
}
|
8309
8309
|
|
8310
8310
|
function get_each_context$3(ctx, list, i) {
|
@@ -8339,7 +8339,7 @@ function create_each_block$3(ctx) {
|
|
8339
8339
|
this.h();
|
8340
8340
|
},
|
8341
8341
|
h() {
|
8342
|
-
attr(button, "class", "rating-button svelte-
|
8342
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8343
8343
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8344
8344
|
},
|
8345
8345
|
m(target, anchor) {
|
@@ -8371,7 +8371,7 @@ function create_each_block$3(ctx) {
|
|
8371
8371
|
};
|
8372
8372
|
}
|
8373
8373
|
|
8374
|
-
function create_fragment$
|
8374
|
+
function create_fragment$W(ctx) {
|
8375
8375
|
let div;
|
8376
8376
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8377
8377
|
let each_blocks = [];
|
@@ -8402,7 +8402,7 @@ function create_fragment$T(ctx) {
|
|
8402
8402
|
this.h();
|
8403
8403
|
},
|
8404
8404
|
h() {
|
8405
|
-
attr(div, "class", "rating-buttons svelte-
|
8405
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8406
8406
|
},
|
8407
8407
|
m(target, anchor) {
|
8408
8408
|
insert_hydration(target, div, anchor);
|
@@ -8444,7 +8444,7 @@ function create_fragment$T(ctx) {
|
|
8444
8444
|
};
|
8445
8445
|
}
|
8446
8446
|
|
8447
|
-
function instance$
|
8447
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8448
8448
|
let _value;
|
8449
8449
|
let $value;
|
8450
8450
|
let { name = '' } = $$props;
|
@@ -8526,8 +8526,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8526
8526
|
init(
|
8527
8527
|
this,
|
8528
8528
|
options,
|
8529
|
-
instance$
|
8530
|
-
create_fragment$
|
8529
|
+
instance$W,
|
8530
|
+
create_fragment$W,
|
8531
8531
|
safe_not_equal,
|
8532
8532
|
{
|
8533
8533
|
name: 6,
|
@@ -8538,15 +8538,15 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8538
8538
|
buttonStyle: 9,
|
8539
8539
|
buttonActiveStyle: 10
|
8540
8540
|
},
|
8541
|
-
add_css$
|
8541
|
+
add_css$o
|
8542
8542
|
);
|
8543
8543
|
}
|
8544
8544
|
}
|
8545
8545
|
|
8546
8546
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8547
8547
|
|
8548
|
-
function add_css$
|
8549
|
-
append_styles(target, "svelte-
|
8548
|
+
function add_css$n(target) {
|
8549
|
+
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%)}");
|
8550
8550
|
}
|
8551
8551
|
|
8552
8552
|
function get_each_context$2(ctx, list, i) {
|
@@ -8582,9 +8582,9 @@ function create_each_block$2(ctx) {
|
|
8582
8582
|
},
|
8583
8583
|
h() {
|
8584
8584
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8585
|
-
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8585
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8586
8586
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8587
|
-
attr(button, "class", "rating-button svelte-
|
8587
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8588
8588
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8589
8589
|
},
|
8590
8590
|
m(target, anchor) {
|
@@ -8600,7 +8600,7 @@ function create_each_block$2(ctx) {
|
|
8600
8600
|
p(new_ctx, dirty) {
|
8601
8601
|
ctx = new_ctx;
|
8602
8602
|
|
8603
|
-
if (dirty & /*_value*/ 2 && img_class_value !== (img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-
|
8603
|
+
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"))) {
|
8604
8604
|
attr(img, "class", img_class_value);
|
8605
8605
|
}
|
8606
8606
|
|
@@ -8616,7 +8616,7 @@ function create_each_block$2(ctx) {
|
|
8616
8616
|
};
|
8617
8617
|
}
|
8618
8618
|
|
8619
|
-
function create_fragment$
|
8619
|
+
function create_fragment$V(ctx) {
|
8620
8620
|
let div;
|
8621
8621
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8622
8622
|
let each_blocks = [];
|
@@ -8647,7 +8647,7 @@ function create_fragment$S(ctx) {
|
|
8647
8647
|
this.h();
|
8648
8648
|
},
|
8649
8649
|
h() {
|
8650
|
-
attr(div, "class", "rating-buttons svelte-
|
8650
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8651
8651
|
},
|
8652
8652
|
m(target, anchor) {
|
8653
8653
|
insert_hydration(target, div, anchor);
|
@@ -8692,7 +8692,7 @@ function create_fragment$S(ctx) {
|
|
8692
8692
|
const count = 5;
|
8693
8693
|
const func = i => i + 1;
|
8694
8694
|
|
8695
|
-
function instance$
|
8695
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8696
8696
|
let _value;
|
8697
8697
|
let buttonStyle;
|
8698
8698
|
let $value;
|
@@ -8748,17 +8748,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8748
8748
|
class FormRatingButtonsFace extends SvelteComponent {
|
8749
8749
|
constructor(options) {
|
8750
8750
|
super();
|
8751
|
-
init(this, options, instance$
|
8751
|
+
init(this, options, instance$V, create_fragment$V, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
|
8752
8752
|
}
|
8753
8753
|
}
|
8754
8754
|
|
8755
8755
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8756
8756
|
|
8757
|
-
function add_css$
|
8758
|
-
append_styles(target, "svelte-
|
8757
|
+
function add_css$m(target) {
|
8758
|
+
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}");
|
8759
8759
|
}
|
8760
8760
|
|
8761
|
-
function create_fragment$
|
8761
|
+
function create_fragment$U(ctx) {
|
8762
8762
|
let div;
|
8763
8763
|
let input;
|
8764
8764
|
let input_class_value;
|
@@ -8786,13 +8786,13 @@ function create_fragment$R(ctx) {
|
|
8786
8786
|
this.h();
|
8787
8787
|
},
|
8788
8788
|
h() {
|
8789
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8789
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8790
8790
|
attr(input, "type", "text");
|
8791
8791
|
input.value = /*$value*/ ctx[2];
|
8792
8792
|
input.required = /*required*/ ctx[0];
|
8793
8793
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8794
8794
|
attr(input, "style", /*style*/ ctx[5]);
|
8795
|
-
attr(div, "class", "input-wrapper svelte-
|
8795
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8796
8796
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8797
8797
|
},
|
8798
8798
|
m(target, anchor) {
|
@@ -8805,7 +8805,7 @@ function create_fragment$R(ctx) {
|
|
8805
8805
|
}
|
8806
8806
|
},
|
8807
8807
|
p(ctx, [dirty]) {
|
8808
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8808
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8809
8809
|
attr(input, "class", input_class_value);
|
8810
8810
|
}
|
8811
8811
|
|
@@ -8839,7 +8839,7 @@ function create_fragment$R(ctx) {
|
|
8839
8839
|
};
|
8840
8840
|
}
|
8841
8841
|
|
8842
|
-
function instance$
|
8842
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8843
8843
|
let style;
|
8844
8844
|
let styleVariables;
|
8845
8845
|
let isValidForUI;
|
@@ -8970,8 +8970,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8970
8970
|
init(
|
8971
8971
|
this,
|
8972
8972
|
options,
|
8973
|
-
instance$
|
8974
|
-
create_fragment$
|
8973
|
+
instance$U,
|
8974
|
+
create_fragment$U,
|
8975
8975
|
safe_not_equal,
|
8976
8976
|
{
|
8977
8977
|
field: 9,
|
@@ -8985,18 +8985,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8985
8985
|
_textStyle: 15,
|
8986
8986
|
_placeholderStyle: 16
|
8987
8987
|
},
|
8988
|
-
add_css$
|
8988
|
+
add_css$m
|
8989
8989
|
);
|
8990
8990
|
}
|
8991
8991
|
}
|
8992
8992
|
|
8993
8993
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8994
8994
|
|
8995
|
-
function add_css$
|
8996
|
-
append_styles(target, "svelte-
|
8995
|
+
function add_css$l(target) {
|
8996
|
+
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}");
|
8997
8997
|
}
|
8998
8998
|
|
8999
|
-
function create_fragment$
|
8999
|
+
function create_fragment$T(ctx) {
|
9000
9000
|
let div;
|
9001
9001
|
let label0;
|
9002
9002
|
let input0;
|
@@ -9059,20 +9059,20 @@ function create_fragment$Q(ctx) {
|
|
9059
9059
|
},
|
9060
9060
|
h() {
|
9061
9061
|
attr(input0, "type", "radio");
|
9062
|
-
attr(input0, "class", "radio-button-input svelte-
|
9062
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9063
9063
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9064
9064
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9065
|
-
attr(span0, "class", "radio-button-text svelte-
|
9065
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9066
9066
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9067
|
-
attr(label0, "class", "radio-button svelte-
|
9067
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9068
9068
|
attr(input1, "type", "radio");
|
9069
|
-
attr(input1, "class", "radio-button-input svelte-
|
9069
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9070
9070
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9071
9071
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9072
|
-
attr(span1, "class", "radio-button-text svelte-
|
9072
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9073
9073
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9074
|
-
attr(label1, "class", "radio-button svelte-
|
9075
|
-
attr(div, "class", "radio-buttons svelte-
|
9074
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9075
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9076
9076
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9077
9077
|
},
|
9078
9078
|
m(target, anchor) {
|
@@ -9137,7 +9137,7 @@ function create_fragment$Q(ctx) {
|
|
9137
9137
|
};
|
9138
9138
|
}
|
9139
9139
|
|
9140
|
-
function instance$
|
9140
|
+
function instance$T($$self, $$props, $$invalidate) {
|
9141
9141
|
let buttonStyle;
|
9142
9142
|
let $value;
|
9143
9143
|
let { field = 'subscription' } = $$props;
|
@@ -9219,8 +9219,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9219
9219
|
init(
|
9220
9220
|
this,
|
9221
9221
|
options,
|
9222
|
-
instance$
|
9223
|
-
create_fragment$
|
9222
|
+
instance$T,
|
9223
|
+
create_fragment$T,
|
9224
9224
|
safe_not_equal,
|
9225
9225
|
{
|
9226
9226
|
field: 6,
|
@@ -9232,15 +9232,15 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9232
9232
|
buttonColor: 10,
|
9233
9233
|
buttonColorActive: 11
|
9234
9234
|
},
|
9235
|
-
add_css$
|
9235
|
+
add_css$l
|
9236
9236
|
);
|
9237
9237
|
}
|
9238
9238
|
}
|
9239
9239
|
|
9240
9240
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9241
9241
|
|
9242
|
-
function add_css$
|
9243
|
-
append_styles(target, "svelte-
|
9242
|
+
function add_css$k(target) {
|
9243
|
+
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%}");
|
9244
9244
|
}
|
9245
9245
|
|
9246
9246
|
function get_each_context$1(ctx, list, i) {
|
@@ -9286,9 +9286,9 @@ function create_if_block_1$2(ctx) {
|
|
9286
9286
|
attr(svg, "viewBox", "0 0 10 16");
|
9287
9287
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9288
9288
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9289
|
-
attr(button, "class", "move-button svelte-
|
9289
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9290
9290
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9291
|
-
attr(div, "class", "prev-button-container svelte-
|
9291
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9292
9292
|
},
|
9293
9293
|
m(target, anchor) {
|
9294
9294
|
insert_hydration(target, div, anchor);
|
@@ -9319,7 +9319,7 @@ function create_if_block_1$2(ctx) {
|
|
9319
9319
|
}
|
9320
9320
|
|
9321
9321
|
// (380:2) {#if isVisibleNextButton}
|
9322
|
-
function create_if_block$
|
9322
|
+
function create_if_block$9(ctx) {
|
9323
9323
|
let div;
|
9324
9324
|
let button;
|
9325
9325
|
let svg;
|
@@ -9354,9 +9354,9 @@ function create_if_block$8(ctx) {
|
|
9354
9354
|
attr(svg, "viewBox", "0 0 10 16");
|
9355
9355
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9356
9356
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9357
|
-
attr(button, "class", "move-button svelte-
|
9357
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9358
9358
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9359
|
-
attr(div, "class", "next-button-container svelte-
|
9359
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9360
9360
|
},
|
9361
9361
|
m(target, anchor) {
|
9362
9362
|
insert_hydration(target, div, anchor);
|
@@ -9416,9 +9416,9 @@ function create_each_block$1(ctx) {
|
|
9416
9416
|
this.h();
|
9417
9417
|
},
|
9418
9418
|
h() {
|
9419
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9419
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9420
9420
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9421
|
-
attr(button, "class", "navigation-item svelte-
|
9421
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9422
9422
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9423
9423
|
},
|
9424
9424
|
m(target, anchor) {
|
@@ -9450,7 +9450,7 @@ function create_each_block$1(ctx) {
|
|
9450
9450
|
};
|
9451
9451
|
}
|
9452
9452
|
|
9453
|
-
function create_fragment$
|
9453
|
+
function create_fragment$S(ctx) {
|
9454
9454
|
let div3;
|
9455
9455
|
let div1;
|
9456
9456
|
let div0;
|
@@ -9463,7 +9463,7 @@ function create_fragment$P(ctx) {
|
|
9463
9463
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9464
9464
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9465
9465
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
9466
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9466
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
9467
9467
|
let each_value = /*items*/ ctx[1];
|
9468
9468
|
let each_blocks = [];
|
9469
9469
|
|
@@ -9524,14 +9524,14 @@ function create_fragment$P(ctx) {
|
|
9524
9524
|
this.h();
|
9525
9525
|
},
|
9526
9526
|
h() {
|
9527
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9527
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9528
9528
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9529
|
-
attr(div1, "class", "container svelte-
|
9529
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9530
9530
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9531
|
-
attr(div2, "class", "navigation svelte-
|
9531
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9532
9532
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9533
9533
|
set_attributes(div3, div3_data);
|
9534
|
-
toggle_class(div3, "svelte-
|
9534
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9535
9535
|
},
|
9536
9536
|
m(target, anchor) {
|
9537
9537
|
insert_hydration(target, div3, anchor);
|
@@ -9573,7 +9573,7 @@ function create_fragment$P(ctx) {
|
|
9573
9573
|
}
|
9574
9574
|
}
|
9575
9575
|
|
9576
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9576
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9577
9577
|
attr(div0, "class", div0_class_value);
|
9578
9578
|
}
|
9579
9579
|
|
@@ -9602,7 +9602,7 @@ function create_fragment$P(ctx) {
|
|
9602
9602
|
if (if_block1) {
|
9603
9603
|
if_block1.p(ctx, dirty);
|
9604
9604
|
} else {
|
9605
|
-
if_block1 = create_if_block$
|
9605
|
+
if_block1 = create_if_block$9(ctx);
|
9606
9606
|
if_block1.c();
|
9607
9607
|
if_block1.m(div3, t2);
|
9608
9608
|
}
|
@@ -9639,7 +9639,7 @@ function create_fragment$P(ctx) {
|
|
9639
9639
|
}
|
9640
9640
|
|
9641
9641
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9642
|
-
toggle_class(div3, "svelte-
|
9642
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9643
9643
|
},
|
9644
9644
|
i(local) {
|
9645
9645
|
if (current) return;
|
@@ -9674,7 +9674,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9674
9674
|
}
|
9675
9675
|
}
|
9676
9676
|
|
9677
|
-
function instance$
|
9677
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9678
9678
|
let slideStyle;
|
9679
9679
|
let slideClass;
|
9680
9680
|
let _loop;
|
@@ -10127,8 +10127,8 @@ class Slide extends SvelteComponent {
|
|
10127
10127
|
init(
|
10128
10128
|
this,
|
10129
10129
|
options,
|
10130
|
-
instance$
|
10131
|
-
create_fragment$
|
10130
|
+
instance$S,
|
10131
|
+
create_fragment$S,
|
10132
10132
|
safe_not_equal,
|
10133
10133
|
{
|
10134
10134
|
loop: 18,
|
@@ -10142,7 +10142,7 @@ class Slide extends SvelteComponent {
|
|
10142
10142
|
navigationButton: 25,
|
10143
10143
|
navigationEdgePosition: 26
|
10144
10144
|
},
|
10145
|
-
add_css$
|
10145
|
+
add_css$k,
|
10146
10146
|
[-1, -1, -1]
|
10147
10147
|
);
|
10148
10148
|
}
|
@@ -10150,11 +10150,11 @@ class Slide extends SvelteComponent {
|
|
10150
10150
|
|
10151
10151
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10152
10152
|
|
10153
|
-
function add_css$
|
10154
|
-
append_styles(target, "svelte-
|
10153
|
+
function add_css$j(target) {
|
10154
|
+
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}");
|
10155
10155
|
}
|
10156
10156
|
|
10157
|
-
function create_fragment$
|
10157
|
+
function create_fragment$R(ctx) {
|
10158
10158
|
let div1;
|
10159
10159
|
let div0;
|
10160
10160
|
let current;
|
@@ -10179,9 +10179,9 @@ function create_fragment$O(ctx) {
|
|
10179
10179
|
this.h();
|
10180
10180
|
},
|
10181
10181
|
h() {
|
10182
|
-
attr(div0, "class", "item-inner svelte-
|
10182
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10183
10183
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10184
|
-
attr(div1, "class", "item svelte-
|
10184
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10185
10185
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10186
10186
|
},
|
10187
10187
|
m(target, anchor) {
|
@@ -10234,7 +10234,7 @@ function create_fragment$O(ctx) {
|
|
10234
10234
|
};
|
10235
10235
|
}
|
10236
10236
|
|
10237
|
-
function instance$
|
10237
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10238
10238
|
let itemStyle;
|
10239
10239
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10240
10240
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10300,20 +10300,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
10300
10300
|
class SlideItem extends SvelteComponent {
|
10301
10301
|
constructor(options) {
|
10302
10302
|
super();
|
10303
|
-
init(this, options, instance$
|
10303
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
10304
10304
|
}
|
10305
10305
|
}
|
10306
10306
|
|
10307
10307
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10308
10308
|
|
10309
|
-
function add_css$
|
10310
|
-
append_styles(target, "svelte-
|
10309
|
+
function add_css$i(target) {
|
10310
|
+
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}");
|
10311
10311
|
}
|
10312
10312
|
|
10313
10313
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10314
10314
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10315
10315
|
|
10316
|
-
function create_fragment$
|
10316
|
+
function create_fragment$Q(ctx) {
|
10317
10317
|
let div1;
|
10318
10318
|
let div0;
|
10319
10319
|
let current;
|
@@ -10338,9 +10338,9 @@ function create_fragment$N(ctx) {
|
|
10338
10338
|
this.h();
|
10339
10339
|
},
|
10340
10340
|
h() {
|
10341
|
-
attr(div0, "class", "countdown-inner svelte-
|
10341
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10342
10342
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10343
|
-
attr(div1, "class", "countdown svelte-
|
10343
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10344
10344
|
},
|
10345
10345
|
m(target, anchor) {
|
10346
10346
|
insert_hydration(target, div1, anchor);
|
@@ -10406,7 +10406,7 @@ function formatTimeDiff(ms) {
|
|
10406
10406
|
};
|
10407
10407
|
}
|
10408
10408
|
|
10409
|
-
function instance$
|
10409
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10410
10410
|
let countdown;
|
10411
10411
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10412
10412
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10463,18 +10463,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
10463
10463
|
class Countdown extends SvelteComponent {
|
10464
10464
|
constructor(options) {
|
10465
10465
|
super();
|
10466
|
-
init(this, options, instance$
|
10466
|
+
init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
|
10467
10467
|
}
|
10468
10468
|
}
|
10469
10469
|
|
10470
10470
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10471
10471
|
|
10472
|
-
function add_css$
|
10473
|
-
append_styles(target, "svelte-
|
10472
|
+
function add_css$h(target) {
|
10473
|
+
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}");
|
10474
10474
|
}
|
10475
10475
|
|
10476
10476
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
10477
|
-
function create_default_slot$
|
10477
|
+
function create_default_slot$9(ctx) {
|
10478
10478
|
let current;
|
10479
10479
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
10480
10480
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -10524,7 +10524,7 @@ function create_default_slot$7(ctx) {
|
|
10524
10524
|
};
|
10525
10525
|
}
|
10526
10526
|
|
10527
|
-
function create_fragment$
|
10527
|
+
function create_fragment$P(ctx) {
|
10528
10528
|
let div;
|
10529
10529
|
let button;
|
10530
10530
|
let current;
|
@@ -10534,7 +10534,7 @@ function create_fragment$M(ctx) {
|
|
10534
10534
|
onClick: /*onClick*/ ctx[0],
|
10535
10535
|
style: /*_style*/ ctx[2],
|
10536
10536
|
eventName: /*eventName*/ ctx[1],
|
10537
|
-
$$slots: { default: [create_default_slot$
|
10537
|
+
$$slots: { default: [create_default_slot$9] },
|
10538
10538
|
$$scope: { ctx }
|
10539
10539
|
}
|
10540
10540
|
});
|
@@ -10553,7 +10553,7 @@ function create_fragment$M(ctx) {
|
|
10553
10553
|
this.h();
|
10554
10554
|
},
|
10555
10555
|
h() {
|
10556
|
-
attr(div, "class", "box svelte-
|
10556
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10557
10557
|
},
|
10558
10558
|
m(target, anchor) {
|
10559
10559
|
insert_hydration(target, div, anchor);
|
@@ -10588,7 +10588,7 @@ function create_fragment$M(ctx) {
|
|
10588
10588
|
};
|
10589
10589
|
}
|
10590
10590
|
|
10591
|
-
function instance$
|
10591
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10592
10592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10593
10593
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10594
10594
|
let { eventName = '' } = $$props;
|
@@ -10607,18 +10607,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10607
10607
|
class Box extends SvelteComponent {
|
10608
10608
|
constructor(options) {
|
10609
10609
|
super();
|
10610
|
-
init(this, options, instance$
|
10610
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
|
10611
10611
|
}
|
10612
10612
|
}
|
10613
10613
|
|
10614
10614
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10615
10615
|
|
10616
|
-
function add_css$
|
10617
|
-
append_styles(target, "svelte-
|
10616
|
+
function add_css$g(target) {
|
10617
|
+
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)}");
|
10618
10618
|
}
|
10619
10619
|
|
10620
10620
|
// (56:4) {#if svg}
|
10621
|
-
function create_if_block$
|
10621
|
+
function create_if_block$8(ctx) {
|
10622
10622
|
let html_tag;
|
10623
10623
|
let html_anchor;
|
10624
10624
|
|
@@ -10651,9 +10651,9 @@ function create_if_block$7(ctx) {
|
|
10651
10651
|
}
|
10652
10652
|
|
10653
10653
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10654
|
-
function create_default_slot$
|
10654
|
+
function create_default_slot$8(ctx) {
|
10655
10655
|
let if_block_anchor;
|
10656
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10656
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10657
10657
|
|
10658
10658
|
return {
|
10659
10659
|
c() {
|
@@ -10673,7 +10673,7 @@ function create_default_slot$6(ctx) {
|
|
10673
10673
|
if (if_block) {
|
10674
10674
|
if_block.p(ctx, dirty);
|
10675
10675
|
} else {
|
10676
|
-
if_block = create_if_block$
|
10676
|
+
if_block = create_if_block$8(ctx);
|
10677
10677
|
if_block.c();
|
10678
10678
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10679
10679
|
}
|
@@ -10689,7 +10689,7 @@ function create_default_slot$6(ctx) {
|
|
10689
10689
|
};
|
10690
10690
|
}
|
10691
10691
|
|
10692
|
-
function create_fragment$
|
10692
|
+
function create_fragment$O(ctx) {
|
10693
10693
|
let div;
|
10694
10694
|
let button;
|
10695
10695
|
let current;
|
@@ -10699,7 +10699,7 @@ function create_fragment$L(ctx) {
|
|
10699
10699
|
onClick: /*onClick*/ ctx[0],
|
10700
10700
|
style: /*style*/ ctx[2],
|
10701
10701
|
eventName: /*eventName*/ ctx[1],
|
10702
|
-
$$slots: { default: [create_default_slot$
|
10702
|
+
$$slots: { default: [create_default_slot$8] },
|
10703
10703
|
$$scope: { ctx }
|
10704
10704
|
}
|
10705
10705
|
});
|
@@ -10718,7 +10718,7 @@ function create_fragment$L(ctx) {
|
|
10718
10718
|
this.h();
|
10719
10719
|
},
|
10720
10720
|
h() {
|
10721
|
-
attr(div, "class", "icon svelte-
|
10721
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10722
10722
|
},
|
10723
10723
|
m(target, anchor) {
|
10724
10724
|
insert_hydration(target, div, anchor);
|
@@ -10760,7 +10760,7 @@ function parseData(dataUrl) {
|
|
10760
10760
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10761
10761
|
}
|
10762
10762
|
|
10763
|
-
function instance$
|
10763
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10764
10764
|
let svg;
|
10765
10765
|
let styleVariables;
|
10766
10766
|
let style;
|
@@ -10808,8 +10808,8 @@ class IconElement extends SvelteComponent {
|
|
10808
10808
|
init(
|
10809
10809
|
this,
|
10810
10810
|
options,
|
10811
|
-
instance$
|
10812
|
-
create_fragment$
|
10811
|
+
instance$O,
|
10812
|
+
create_fragment$O,
|
10813
10813
|
safe_not_equal,
|
10814
10814
|
{
|
10815
10815
|
icon: 4,
|
@@ -10819,18 +10819,18 @@ class IconElement extends SvelteComponent {
|
|
10819
10819
|
color: 6,
|
10820
10820
|
_style: 7
|
10821
10821
|
},
|
10822
|
-
add_css$
|
10822
|
+
add_css$g
|
10823
10823
|
);
|
10824
10824
|
}
|
10825
10825
|
}
|
10826
10826
|
|
10827
10827
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10828
10828
|
|
10829
|
-
function add_css$
|
10830
|
-
append_styles(target, "svelte-
|
10829
|
+
function add_css$f(target) {
|
10830
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10831
10831
|
}
|
10832
10832
|
|
10833
|
-
function create_fragment$
|
10833
|
+
function create_fragment$N(ctx) {
|
10834
10834
|
let div;
|
10835
10835
|
let switch_instance;
|
10836
10836
|
let current;
|
@@ -10863,7 +10863,7 @@ function create_fragment$K(ctx) {
|
|
10863
10863
|
this.h();
|
10864
10864
|
},
|
10865
10865
|
h() {
|
10866
|
-
attr(div, "class", "codeElement svelte-
|
10866
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10867
10867
|
attr(div, "style", /*style*/ ctx[3]);
|
10868
10868
|
},
|
10869
10869
|
m(target, anchor) {
|
@@ -10920,7 +10920,7 @@ function create_fragment$K(ctx) {
|
|
10920
10920
|
};
|
10921
10921
|
}
|
10922
10922
|
|
10923
|
-
function instance$
|
10923
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10924
10924
|
let $data,
|
10925
10925
|
$$unsubscribe_data = noop,
|
10926
10926
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10945,17 +10945,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10945
10945
|
class CodeElement extends SvelteComponent {
|
10946
10946
|
constructor(options) {
|
10947
10947
|
super();
|
10948
|
-
init(this, options, instance$
|
10948
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
|
10949
10949
|
}
|
10950
10950
|
}
|
10951
10951
|
|
10952
10952
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10953
10953
|
|
10954
|
-
function add_css$
|
10955
|
-
append_styles(target, "svelte-
|
10954
|
+
function add_css$e(target) {
|
10955
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10956
10956
|
}
|
10957
10957
|
|
10958
|
-
function create_fragment$
|
10958
|
+
function create_fragment$M(ctx) {
|
10959
10959
|
let div;
|
10960
10960
|
let div_style_value;
|
10961
10961
|
let current;
|
@@ -10976,7 +10976,7 @@ function create_fragment$J(ctx) {
|
|
10976
10976
|
this.h();
|
10977
10977
|
},
|
10978
10978
|
h() {
|
10979
|
-
attr(div, "class", "flex svelte-
|
10979
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10980
10980
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10981
10981
|
},
|
10982
10982
|
m(target, anchor) {
|
@@ -11030,7 +11030,7 @@ function getFlexContext() {
|
|
11030
11030
|
return getContext(FlexContextKey);
|
11031
11031
|
}
|
11032
11032
|
|
11033
|
-
function instance$
|
11033
|
+
function instance$M($$self, $$props, $$invalidate) {
|
11034
11034
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11035
11035
|
let { direction = 'row' } = $$props;
|
11036
11036
|
let { width = '100%' } = $$props;
|
@@ -11056,8 +11056,8 @@ class Flex extends SvelteComponent {
|
|
11056
11056
|
init(
|
11057
11057
|
this,
|
11058
11058
|
options,
|
11059
|
-
instance$
|
11060
|
-
create_fragment$
|
11059
|
+
instance$M,
|
11060
|
+
create_fragment$M,
|
11061
11061
|
safe_not_equal,
|
11062
11062
|
{
|
11063
11063
|
direction: 0,
|
@@ -11065,18 +11065,18 @@ class Flex extends SvelteComponent {
|
|
11065
11065
|
height: 2,
|
11066
11066
|
_style: 3
|
11067
11067
|
},
|
11068
|
-
add_css$
|
11068
|
+
add_css$e
|
11069
11069
|
);
|
11070
11070
|
}
|
11071
11071
|
}
|
11072
11072
|
|
11073
11073
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11074
11074
|
|
11075
|
-
function add_css$
|
11076
|
-
append_styles(target, "svelte-
|
11075
|
+
function add_css$d(target) {
|
11076
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11077
11077
|
}
|
11078
11078
|
|
11079
|
-
function create_fragment$
|
11079
|
+
function create_fragment$L(ctx) {
|
11080
11080
|
let div;
|
11081
11081
|
let current;
|
11082
11082
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11096,7 +11096,7 @@ function create_fragment$I(ctx) {
|
|
11096
11096
|
this.h();
|
11097
11097
|
},
|
11098
11098
|
h() {
|
11099
|
-
attr(div, "class", "flex-item svelte-
|
11099
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11100
11100
|
attr(div, "style", /*style*/ ctx[0]);
|
11101
11101
|
},
|
11102
11102
|
m(target, anchor) {
|
@@ -11144,7 +11144,7 @@ function create_fragment$I(ctx) {
|
|
11144
11144
|
};
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function instance$
|
11147
|
+
function instance$L($$self, $$props, $$invalidate) {
|
11148
11148
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11149
11149
|
let { length } = $$props;
|
11150
11150
|
let { _style = '' } = $$props;
|
@@ -11187,7 +11187,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
11187
11187
|
class FlexItem extends SvelteComponent {
|
11188
11188
|
constructor(options) {
|
11189
11189
|
super();
|
11190
|
-
init(this, options, instance$
|
11190
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
11191
11191
|
}
|
11192
11192
|
}
|
11193
11193
|
|
@@ -11303,7 +11303,7 @@ function create_default_slot_1(ctx) {
|
|
11303
11303
|
}
|
11304
11304
|
|
11305
11305
|
// (106:0) <StateItem {path}>
|
11306
|
-
function create_default_slot$
|
11306
|
+
function create_default_slot$7(ctx) {
|
11307
11307
|
let modal;
|
11308
11308
|
let current;
|
11309
11309
|
|
@@ -11371,14 +11371,14 @@ function create_default_slot$5(ctx) {
|
|
11371
11371
|
};
|
11372
11372
|
}
|
11373
11373
|
|
11374
|
-
function create_fragment$
|
11374
|
+
function create_fragment$K(ctx) {
|
11375
11375
|
let stateitem;
|
11376
11376
|
let current;
|
11377
11377
|
|
11378
11378
|
stateitem = new StateItem({
|
11379
11379
|
props: {
|
11380
11380
|
path: /*path*/ ctx[0],
|
11381
|
-
$$slots: { default: [create_default_slot$
|
11381
|
+
$$slots: { default: [create_default_slot$7] },
|
11382
11382
|
$$scope: { ctx }
|
11383
11383
|
}
|
11384
11384
|
});
|
@@ -11419,7 +11419,7 @@ function create_fragment$H(ctx) {
|
|
11419
11419
|
};
|
11420
11420
|
}
|
11421
11421
|
|
11422
|
-
function instance$
|
11422
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11423
11423
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11424
11424
|
let { path } = $$props;
|
11425
11425
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11490,7 +11490,7 @@ class GridModalState extends SvelteComponent {
|
|
11490
11490
|
constructor(options) {
|
11491
11491
|
super();
|
11492
11492
|
|
11493
|
-
init(this, options, instance$
|
11493
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
11494
11494
|
path: 0,
|
11495
11495
|
onClick: 1,
|
11496
11496
|
clickEventName: 2,
|
@@ -11515,11 +11515,11 @@ class GridModalState extends SvelteComponent {
|
|
11515
11515
|
|
11516
11516
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11517
11517
|
|
11518
|
-
function add_css$
|
11519
|
-
append_styles(target, "svelte-
|
11518
|
+
function add_css$c(target) {
|
11519
|
+
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%}");
|
11520
11520
|
}
|
11521
11521
|
|
11522
|
-
function create_fragment$
|
11522
|
+
function create_fragment$J(ctx) {
|
11523
11523
|
let div1;
|
11524
11524
|
let div0;
|
11525
11525
|
let rendertext;
|
@@ -11545,8 +11545,8 @@ function create_fragment$G(ctx) {
|
|
11545
11545
|
this.h();
|
11546
11546
|
},
|
11547
11547
|
h() {
|
11548
|
-
attr(div0, "class", "text-block-inner svelte-
|
11549
|
-
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11548
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11549
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11550
11550
|
attr(div1, "style", /*style*/ ctx[2]);
|
11551
11551
|
},
|
11552
11552
|
m(target, anchor) {
|
@@ -11560,7 +11560,7 @@ function create_fragment$G(ctx) {
|
|
11560
11560
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11561
11561
|
rendertext.$set(rendertext_changes);
|
11562
11562
|
|
11563
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11563
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11564
11564
|
attr(div1, "class", div1_class_value);
|
11565
11565
|
}
|
11566
11566
|
|
@@ -11584,7 +11584,7 @@ function create_fragment$G(ctx) {
|
|
11584
11584
|
};
|
11585
11585
|
}
|
11586
11586
|
|
11587
|
-
function instance$
|
11587
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11588
11588
|
let style;
|
11589
11589
|
let { text = 'サンプルSample' } = $$props;
|
11590
11590
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11620,8 +11620,8 @@ class TextBlock extends SvelteComponent {
|
|
11620
11620
|
init(
|
11621
11621
|
this,
|
11622
11622
|
options,
|
11623
|
-
instance$
|
11624
|
-
create_fragment$
|
11623
|
+
instance$J,
|
11624
|
+
create_fragment$J,
|
11625
11625
|
safe_not_equal,
|
11626
11626
|
{
|
11627
11627
|
text: 0,
|
@@ -11630,18 +11630,18 @@ class TextBlock extends SvelteComponent {
|
|
11630
11630
|
textDirection: 1,
|
11631
11631
|
_style: 5
|
11632
11632
|
},
|
11633
|
-
add_css$
|
11633
|
+
add_css$c
|
11634
11634
|
);
|
11635
11635
|
}
|
11636
11636
|
}
|
11637
11637
|
|
11638
11638
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11639
11639
|
|
11640
|
-
function add_css$
|
11641
|
-
append_styles(target, "svelte-
|
11640
|
+
function add_css$b(target) {
|
11641
|
+
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)}");
|
11642
11642
|
}
|
11643
11643
|
|
11644
|
-
function create_fragment$
|
11644
|
+
function create_fragment$I(ctx) {
|
11645
11645
|
let div;
|
11646
11646
|
let button;
|
11647
11647
|
let rendertext;
|
@@ -11668,9 +11668,9 @@ function create_fragment$F(ctx) {
|
|
11668
11668
|
this.h();
|
11669
11669
|
},
|
11670
11670
|
h() {
|
11671
|
-
attr(button, "class", "text-button svelte-
|
11671
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11672
11672
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11673
|
-
attr(div, "class", "text-button-block svelte-
|
11673
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11674
11674
|
attr(div, "style", /*_style*/ ctx[2]);
|
11675
11675
|
},
|
11676
11676
|
m(target, anchor) {
|
@@ -11715,7 +11715,7 @@ function create_fragment$F(ctx) {
|
|
11715
11715
|
};
|
11716
11716
|
}
|
11717
11717
|
|
11718
|
-
function instance$
|
11718
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11719
11719
|
let { text = 'ボタンラベル' } = $$props;
|
11720
11720
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11721
11721
|
|
@@ -11757,8 +11757,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11757
11757
|
init(
|
11758
11758
|
this,
|
11759
11759
|
options,
|
11760
|
-
instance$
|
11761
|
-
create_fragment$
|
11760
|
+
instance$I,
|
11761
|
+
create_fragment$I,
|
11762
11762
|
safe_not_equal,
|
11763
11763
|
{
|
11764
11764
|
text: 0,
|
@@ -11768,18 +11768,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11768
11768
|
_buttonStyle: 1,
|
11769
11769
|
_style: 2
|
11770
11770
|
},
|
11771
|
-
add_css$
|
11771
|
+
add_css$b
|
11772
11772
|
);
|
11773
11773
|
}
|
11774
11774
|
}
|
11775
11775
|
|
11776
11776
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11777
11777
|
|
11778
|
-
function add_css$
|
11779
|
-
append_styles(target, "svelte-
|
11778
|
+
function add_css$a(target) {
|
11779
|
+
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)}");
|
11780
11780
|
}
|
11781
11781
|
|
11782
|
-
function create_fragment$
|
11782
|
+
function create_fragment$H(ctx) {
|
11783
11783
|
let div;
|
11784
11784
|
let img;
|
11785
11785
|
let img_style_value;
|
@@ -11812,14 +11812,14 @@ function create_fragment$E(ctx) {
|
|
11812
11812
|
this.h();
|
11813
11813
|
},
|
11814
11814
|
h() {
|
11815
|
-
attr(img, "class", "image svelte-
|
11815
|
+
attr(img, "class", "image svelte-1pdw891");
|
11816
11816
|
attr(img, "loading", "lazy");
|
11817
11817
|
attr(img, "width", "auto");
|
11818
11818
|
attr(img, "height", "auto");
|
11819
11819
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11820
11820
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11821
11821
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11822
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11822
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11823
11823
|
attr(div, "style", /*_style*/ ctx[5]);
|
11824
11824
|
},
|
11825
11825
|
m(target, anchor) {
|
@@ -11844,7 +11844,7 @@ function create_fragment$E(ctx) {
|
|
11844
11844
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11845
11845
|
}
|
11846
11846
|
|
11847
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11847
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11848
11848
|
attr(div, "class", div_class_value);
|
11849
11849
|
}
|
11850
11850
|
|
@@ -11862,7 +11862,7 @@ function create_fragment$E(ctx) {
|
|
11862
11862
|
};
|
11863
11863
|
}
|
11864
11864
|
|
11865
|
-
function instance$
|
11865
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11866
11866
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11867
11867
|
let { alt = 'No Image' } = $$props;
|
11868
11868
|
let { transport = false } = $$props;
|
@@ -11902,8 +11902,8 @@ class ImageBlock extends SvelteComponent {
|
|
11902
11902
|
init(
|
11903
11903
|
this,
|
11904
11904
|
options,
|
11905
|
-
instance$
|
11906
|
-
create_fragment$
|
11905
|
+
instance$H,
|
11906
|
+
create_fragment$H,
|
11907
11907
|
safe_not_equal,
|
11908
11908
|
{
|
11909
11909
|
src: 0,
|
@@ -11915,7 +11915,7 @@ class ImageBlock extends SvelteComponent {
|
|
11915
11915
|
_imageStyle: 4,
|
11916
11916
|
_style: 5
|
11917
11917
|
},
|
11918
|
-
add_css$
|
11918
|
+
add_css$a
|
11919
11919
|
);
|
11920
11920
|
}
|
11921
11921
|
}
|
@@ -12012,11 +12012,16 @@ const toCssShadow = (p) => {
|
|
12012
12012
|
boxShadow: p?.shadow,
|
12013
12013
|
};
|
12014
12014
|
};
|
12015
|
+
const toCssOverflow = (p) => {
|
12016
|
+
return {
|
12017
|
+
overflow: p?.overflow,
|
12018
|
+
};
|
12019
|
+
};
|
12015
12020
|
|
12016
12021
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12017
12022
|
|
12018
|
-
function add_css$
|
12019
|
-
append_styles(target, "svelte-
|
12023
|
+
function add_css$9(target) {
|
12024
|
+
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}");
|
12020
12025
|
}
|
12021
12026
|
|
12022
12027
|
// (40:0) {:else}
|
@@ -12061,7 +12066,7 @@ function create_else_block$1(ctx) {
|
|
12061
12066
|
},
|
12062
12067
|
h() {
|
12063
12068
|
set_attributes(button, button_data);
|
12064
|
-
toggle_class(button, "svelte-
|
12069
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12065
12070
|
},
|
12066
12071
|
m(target, anchor) {
|
12067
12072
|
insert_hydration(target, button, anchor);
|
@@ -12101,7 +12106,7 @@ function create_else_block$1(ctx) {
|
|
12101
12106
|
dataAttrStopPropagation('click')
|
12102
12107
|
]));
|
12103
12108
|
|
12104
|
-
toggle_class(button, "svelte-
|
12109
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12105
12110
|
},
|
12106
12111
|
i(local) {
|
12107
12112
|
if (current) return;
|
@@ -12149,7 +12154,7 @@ function create_if_block_1$1(ctx) {
|
|
12149
12154
|
},
|
12150
12155
|
h() {
|
12151
12156
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12152
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12157
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
12153
12158
|
attr(div, "style", /*style*/ ctx[1]);
|
12154
12159
|
},
|
12155
12160
|
m(target, anchor) {
|
@@ -12181,7 +12186,7 @@ function create_if_block_1$1(ctx) {
|
|
12181
12186
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12182
12187
|
}
|
12183
12188
|
|
12184
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12189
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
12185
12190
|
attr(div, "class", div_class_value);
|
12186
12191
|
}
|
12187
12192
|
|
@@ -12206,7 +12211,7 @@ function create_if_block_1$1(ctx) {
|
|
12206
12211
|
}
|
12207
12212
|
|
12208
12213
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
12209
|
-
function create_if_block$
|
12214
|
+
function create_if_block$7(ctx) {
|
12210
12215
|
let a;
|
12211
12216
|
let a_href_value;
|
12212
12217
|
let a_target_value;
|
@@ -12259,7 +12264,7 @@ function create_if_block$6(ctx) {
|
|
12259
12264
|
},
|
12260
12265
|
h() {
|
12261
12266
|
set_attributes(a, a_data);
|
12262
|
-
toggle_class(a, "svelte-
|
12267
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12263
12268
|
},
|
12264
12269
|
m(target, anchor) {
|
12265
12270
|
insert_hydration(target, a, anchor);
|
@@ -12302,7 +12307,7 @@ function create_if_block$6(ctx) {
|
|
12302
12307
|
dataAttrStopPropagation('click')
|
12303
12308
|
]));
|
12304
12309
|
|
12305
|
-
toggle_class(a, "svelte-
|
12310
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12306
12311
|
},
|
12307
12312
|
i(local) {
|
12308
12313
|
if (current) return;
|
@@ -12322,12 +12327,12 @@ function create_if_block$6(ctx) {
|
|
12322
12327
|
};
|
12323
12328
|
}
|
12324
12329
|
|
12325
|
-
function create_fragment$
|
12330
|
+
function create_fragment$G(ctx) {
|
12326
12331
|
let current_block_type_index;
|
12327
12332
|
let if_block;
|
12328
12333
|
let if_block_anchor;
|
12329
12334
|
let current;
|
12330
|
-
const if_block_creators = [create_if_block$
|
12335
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
12331
12336
|
const if_blocks = [];
|
12332
12337
|
|
12333
12338
|
function select_block_type(ctx, dirty) {
|
@@ -12398,7 +12403,7 @@ function create_fragment$D(ctx) {
|
|
12398
12403
|
|
12399
12404
|
const CLICKABLE_CLASS = 'clickable';
|
12400
12405
|
|
12401
|
-
function instance$
|
12406
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12402
12407
|
let fixedClass;
|
12403
12408
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12404
12409
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -12453,8 +12458,8 @@ class Clickable extends SvelteComponent {
|
|
12453
12458
|
init(
|
12454
12459
|
this,
|
12455
12460
|
options,
|
12456
|
-
instance$
|
12457
|
-
create_fragment$
|
12461
|
+
instance$G,
|
12462
|
+
create_fragment$G,
|
12458
12463
|
safe_not_equal,
|
12459
12464
|
{
|
12460
12465
|
onClick: 0,
|
@@ -12464,14 +12469,14 @@ class Clickable extends SvelteComponent {
|
|
12464
12469
|
layerId: 2,
|
12465
12470
|
className: 7
|
12466
12471
|
},
|
12467
|
-
add_css$
|
12472
|
+
add_css$9
|
12468
12473
|
);
|
12469
12474
|
}
|
12470
12475
|
}
|
12471
12476
|
|
12472
12477
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12473
12478
|
|
12474
|
-
function create_default_slot$
|
12479
|
+
function create_default_slot$6(ctx) {
|
12475
12480
|
let img;
|
12476
12481
|
let img_src_value;
|
12477
12482
|
let img_alt_value;
|
@@ -12512,7 +12517,7 @@ function create_default_slot$4(ctx) {
|
|
12512
12517
|
};
|
12513
12518
|
}
|
12514
12519
|
|
12515
|
-
function create_fragment$
|
12520
|
+
function create_fragment$F(ctx) {
|
12516
12521
|
let clickable;
|
12517
12522
|
let current;
|
12518
12523
|
|
@@ -12523,7 +12528,7 @@ function create_fragment$C(ctx) {
|
|
12523
12528
|
onClick: /*props*/ ctx[0].onClick,
|
12524
12529
|
eventName: /*props*/ ctx[0].eventName,
|
12525
12530
|
eventValue: /*props*/ ctx[0].eventValue,
|
12526
|
-
$$slots: { default: [create_default_slot$
|
12531
|
+
$$slots: { default: [create_default_slot$6] },
|
12527
12532
|
$$scope: { ctx }
|
12528
12533
|
}
|
12529
12534
|
});
|
@@ -12568,7 +12573,7 @@ function create_fragment$C(ctx) {
|
|
12568
12573
|
};
|
12569
12574
|
}
|
12570
12575
|
|
12571
|
-
function instance$
|
12576
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12572
12577
|
let style;
|
12573
12578
|
let imgStyle;
|
12574
12579
|
let { props = {} } = $$props;
|
@@ -12617,7 +12622,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12617
12622
|
class Avatar extends SvelteComponent {
|
12618
12623
|
constructor(options) {
|
12619
12624
|
super();
|
12620
|
-
init(this, options, instance$
|
12625
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
12621
12626
|
}
|
12622
12627
|
}
|
12623
12628
|
|
@@ -12642,8 +12647,13 @@ const BUTTON_SIZE = {
|
|
12642
12647
|
};
|
12643
12648
|
const BUTTON_THEME = {
|
12644
12649
|
default: 'デフォルト',
|
12645
|
-
|
12650
|
+
primary: 'プライマリー',
|
12651
|
+
secondary: 'セカンダリー',
|
12652
|
+
success: 'サクセス',
|
12653
|
+
warning: 'ワーニング',
|
12646
12654
|
alert: 'アラート',
|
12655
|
+
info: 'インフォ',
|
12656
|
+
neutral: 'ニュートラル',
|
12647
12657
|
transparent: '背景なし',
|
12648
12658
|
};
|
12649
12659
|
const BUTTON_ROUND = {
|
@@ -12670,7 +12680,7 @@ const buttonPropsDefault = {
|
|
12670
12680
|
|
12671
12681
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12672
12682
|
|
12673
|
-
function create_fragment$
|
12683
|
+
function create_fragment$E(ctx) {
|
12674
12684
|
let svg;
|
12675
12685
|
let path;
|
12676
12686
|
|
@@ -12713,7 +12723,7 @@ function create_fragment$B(ctx) {
|
|
12713
12723
|
};
|
12714
12724
|
}
|
12715
12725
|
|
12716
|
-
function instance$
|
12726
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12717
12727
|
let { color } = $$props;
|
12718
12728
|
|
12719
12729
|
$$self.$$set = $$props => {
|
@@ -12726,13 +12736,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12726
12736
|
class IconArrowDown extends SvelteComponent {
|
12727
12737
|
constructor(options) {
|
12728
12738
|
super();
|
12729
|
-
init(this, options, instance$
|
12739
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12730
12740
|
}
|
12731
12741
|
}
|
12732
12742
|
|
12733
12743
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12734
12744
|
|
12735
|
-
function create_fragment$
|
12745
|
+
function create_fragment$D(ctx) {
|
12736
12746
|
let svg;
|
12737
12747
|
let path;
|
12738
12748
|
|
@@ -12775,7 +12785,7 @@ function create_fragment$A(ctx) {
|
|
12775
12785
|
};
|
12776
12786
|
}
|
12777
12787
|
|
12778
|
-
function instance$
|
12788
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12779
12789
|
let { color } = $$props;
|
12780
12790
|
|
12781
12791
|
$$self.$$set = $$props => {
|
@@ -12788,13 +12798,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12788
12798
|
class IconArrowUp extends SvelteComponent {
|
12789
12799
|
constructor(options) {
|
12790
12800
|
super();
|
12791
|
-
init(this, options, instance$
|
12801
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12792
12802
|
}
|
12793
12803
|
}
|
12794
12804
|
|
12795
12805
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12796
12806
|
|
12797
|
-
function create_fragment$
|
12807
|
+
function create_fragment$C(ctx) {
|
12798
12808
|
let svg;
|
12799
12809
|
let path;
|
12800
12810
|
|
@@ -12837,7 +12847,7 @@ function create_fragment$z(ctx) {
|
|
12837
12847
|
};
|
12838
12848
|
}
|
12839
12849
|
|
12840
|
-
function instance$
|
12850
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12841
12851
|
let { color } = $$props;
|
12842
12852
|
|
12843
12853
|
$$self.$$set = $$props => {
|
@@ -12850,13 +12860,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12850
12860
|
class IconUsers extends SvelteComponent {
|
12851
12861
|
constructor(options) {
|
12852
12862
|
super();
|
12853
|
-
init(this, options, instance$
|
12863
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12854
12864
|
}
|
12855
12865
|
}
|
12856
12866
|
|
12857
12867
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12858
12868
|
|
12859
|
-
function create_fragment$
|
12869
|
+
function create_fragment$B(ctx) {
|
12860
12870
|
let svg;
|
12861
12871
|
let path;
|
12862
12872
|
|
@@ -12899,7 +12909,7 @@ function create_fragment$y(ctx) {
|
|
12899
12909
|
};
|
12900
12910
|
}
|
12901
12911
|
|
12902
|
-
function instance$
|
12912
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12903
12913
|
let { color } = $$props;
|
12904
12914
|
|
12905
12915
|
$$self.$$set = $$props => {
|
@@ -12912,13 +12922,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12912
12922
|
class IconArrowLeft extends SvelteComponent {
|
12913
12923
|
constructor(options) {
|
12914
12924
|
super();
|
12915
|
-
init(this, options, instance$
|
12925
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12916
12926
|
}
|
12917
12927
|
}
|
12918
12928
|
|
12919
12929
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12920
12930
|
|
12921
|
-
function create_fragment$
|
12931
|
+
function create_fragment$A(ctx) {
|
12922
12932
|
let svg;
|
12923
12933
|
let path;
|
12924
12934
|
|
@@ -12961,7 +12971,7 @@ function create_fragment$x(ctx) {
|
|
12961
12971
|
};
|
12962
12972
|
}
|
12963
12973
|
|
12964
|
-
function instance$
|
12974
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12965
12975
|
let { color } = $$props;
|
12966
12976
|
|
12967
12977
|
$$self.$$set = $$props => {
|
@@ -12974,13 +12984,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12974
12984
|
class IconArrowRight extends SvelteComponent {
|
12975
12985
|
constructor(options) {
|
12976
12986
|
super();
|
12977
|
-
init(this, options, instance$
|
12987
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12978
12988
|
}
|
12979
12989
|
}
|
12980
12990
|
|
12981
12991
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12982
12992
|
|
12983
|
-
function create_fragment$
|
12993
|
+
function create_fragment$z(ctx) {
|
12984
12994
|
let svg;
|
12985
12995
|
let path;
|
12986
12996
|
|
@@ -13023,7 +13033,7 @@ function create_fragment$w(ctx) {
|
|
13023
13033
|
};
|
13024
13034
|
}
|
13025
13035
|
|
13026
|
-
function instance$
|
13036
|
+
function instance$z($$self, $$props, $$invalidate) {
|
13027
13037
|
let { color } = $$props;
|
13028
13038
|
|
13029
13039
|
$$self.$$set = $$props => {
|
@@ -13036,13 +13046,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
13036
13046
|
class IconBell extends SvelteComponent {
|
13037
13047
|
constructor(options) {
|
13038
13048
|
super();
|
13039
|
-
init(this, options, instance$
|
13049
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
13040
13050
|
}
|
13041
13051
|
}
|
13042
13052
|
|
13043
13053
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13044
13054
|
|
13045
|
-
function create_fragment$
|
13055
|
+
function create_fragment$y(ctx) {
|
13046
13056
|
let svg;
|
13047
13057
|
let path;
|
13048
13058
|
|
@@ -13085,7 +13095,7 @@ function create_fragment$v(ctx) {
|
|
13085
13095
|
};
|
13086
13096
|
}
|
13087
13097
|
|
13088
|
-
function instance$
|
13098
|
+
function instance$y($$self, $$props, $$invalidate) {
|
13089
13099
|
let { color } = $$props;
|
13090
13100
|
|
13091
13101
|
$$self.$$set = $$props => {
|
@@ -13098,13 +13108,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13098
13108
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13099
13109
|
constructor(options) {
|
13100
13110
|
super();
|
13101
|
-
init(this, options, instance$
|
13111
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
13102
13112
|
}
|
13103
13113
|
}
|
13104
13114
|
|
13105
13115
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13106
13116
|
|
13107
|
-
function create_fragment$
|
13117
|
+
function create_fragment$x(ctx) {
|
13108
13118
|
let svg;
|
13109
13119
|
let path;
|
13110
13120
|
|
@@ -13147,7 +13157,7 @@ function create_fragment$u(ctx) {
|
|
13147
13157
|
};
|
13148
13158
|
}
|
13149
13159
|
|
13150
|
-
function instance$
|
13160
|
+
function instance$x($$self, $$props, $$invalidate) {
|
13151
13161
|
let { color } = $$props;
|
13152
13162
|
|
13153
13163
|
$$self.$$set = $$props => {
|
@@ -13160,13 +13170,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13160
13170
|
class IconTicket extends SvelteComponent {
|
13161
13171
|
constructor(options) {
|
13162
13172
|
super();
|
13163
|
-
init(this, options, instance$
|
13173
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
13164
13174
|
}
|
13165
13175
|
}
|
13166
13176
|
|
13167
13177
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13168
13178
|
|
13169
|
-
function create_fragment$
|
13179
|
+
function create_fragment$w(ctx) {
|
13170
13180
|
let svg;
|
13171
13181
|
let path;
|
13172
13182
|
|
@@ -13209,7 +13219,7 @@ function create_fragment$t(ctx) {
|
|
13209
13219
|
};
|
13210
13220
|
}
|
13211
13221
|
|
13212
|
-
function instance$
|
13222
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13213
13223
|
let { color } = $$props;
|
13214
13224
|
|
13215
13225
|
$$self.$$set = $$props => {
|
@@ -13222,13 +13232,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13222
13232
|
class IconTrack extends SvelteComponent {
|
13223
13233
|
constructor(options) {
|
13224
13234
|
super();
|
13225
|
-
init(this, options, instance$
|
13235
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13226
13236
|
}
|
13227
13237
|
}
|
13228
13238
|
|
13229
13239
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13230
13240
|
|
13231
|
-
function create_fragment$
|
13241
|
+
function create_fragment$v(ctx) {
|
13232
13242
|
let svg;
|
13233
13243
|
let path;
|
13234
13244
|
|
@@ -13271,7 +13281,7 @@ function create_fragment$s(ctx) {
|
|
13271
13281
|
};
|
13272
13282
|
}
|
13273
13283
|
|
13274
|
-
function instance$
|
13284
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13275
13285
|
let { color } = $$props;
|
13276
13286
|
|
13277
13287
|
$$self.$$set = $$props => {
|
@@ -13284,13 +13294,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13284
13294
|
class IconCartShopping extends SvelteComponent {
|
13285
13295
|
constructor(options) {
|
13286
13296
|
super();
|
13287
|
-
init(this, options, instance$
|
13297
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13288
13298
|
}
|
13289
13299
|
}
|
13290
13300
|
|
13291
13301
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13292
13302
|
|
13293
|
-
function create_fragment$
|
13303
|
+
function create_fragment$u(ctx) {
|
13294
13304
|
let svg;
|
13295
13305
|
let path;
|
13296
13306
|
|
@@ -13333,7 +13343,7 @@ function create_fragment$r(ctx) {
|
|
13333
13343
|
};
|
13334
13344
|
}
|
13335
13345
|
|
13336
|
-
function instance$
|
13346
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13337
13347
|
let { color } = $$props;
|
13338
13348
|
|
13339
13349
|
$$self.$$set = $$props => {
|
@@ -13346,13 +13356,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13346
13356
|
class IconCircle extends SvelteComponent {
|
13347
13357
|
constructor(options) {
|
13348
13358
|
super();
|
13349
|
-
init(this, options, instance$
|
13359
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13350
13360
|
}
|
13351
13361
|
}
|
13352
13362
|
|
13353
13363
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13354
13364
|
|
13355
|
-
function create_fragment$
|
13365
|
+
function create_fragment$t(ctx) {
|
13356
13366
|
let svg;
|
13357
13367
|
let path;
|
13358
13368
|
|
@@ -13395,7 +13405,7 @@ function create_fragment$q(ctx) {
|
|
13395
13405
|
};
|
13396
13406
|
}
|
13397
13407
|
|
13398
|
-
function instance$
|
13408
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13399
13409
|
let { color } = $$props;
|
13400
13410
|
|
13401
13411
|
$$self.$$set = $$props => {
|
@@ -13408,13 +13418,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13408
13418
|
class IconCircleQuestion extends SvelteComponent {
|
13409
13419
|
constructor(options) {
|
13410
13420
|
super();
|
13411
|
-
init(this, options, instance$
|
13421
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13412
13422
|
}
|
13413
13423
|
}
|
13414
13424
|
|
13415
13425
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13416
13426
|
|
13417
|
-
function create_fragment$
|
13427
|
+
function create_fragment$s(ctx) {
|
13418
13428
|
let svg;
|
13419
13429
|
let path;
|
13420
13430
|
|
@@ -13457,7 +13467,7 @@ function create_fragment$p(ctx) {
|
|
13457
13467
|
};
|
13458
13468
|
}
|
13459
13469
|
|
13460
|
-
function instance$
|
13470
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13461
13471
|
let { color } = $$props;
|
13462
13472
|
|
13463
13473
|
$$self.$$set = $$props => {
|
@@ -13470,13 +13480,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13470
13480
|
class IconCheck extends SvelteComponent {
|
13471
13481
|
constructor(options) {
|
13472
13482
|
super();
|
13473
|
-
init(this, options, instance$
|
13483
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13474
13484
|
}
|
13475
13485
|
}
|
13476
13486
|
|
13477
13487
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13478
13488
|
|
13479
|
-
function create_fragment$
|
13489
|
+
function create_fragment$r(ctx) {
|
13480
13490
|
let svg;
|
13481
13491
|
let path;
|
13482
13492
|
|
@@ -13519,7 +13529,7 @@ function create_fragment$o(ctx) {
|
|
13519
13529
|
};
|
13520
13530
|
}
|
13521
13531
|
|
13522
|
-
function instance$
|
13532
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13523
13533
|
let { color } = $$props;
|
13524
13534
|
|
13525
13535
|
$$self.$$set = $$props => {
|
@@ -13532,13 +13542,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13532
13542
|
class IconXMark extends SvelteComponent {
|
13533
13543
|
constructor(options) {
|
13534
13544
|
super();
|
13535
|
-
init(this, options, instance$
|
13545
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13536
13546
|
}
|
13537
13547
|
}
|
13538
13548
|
|
13539
13549
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13540
13550
|
|
13541
|
-
function create_fragment$
|
13551
|
+
function create_fragment$q(ctx) {
|
13542
13552
|
let svg;
|
13543
13553
|
let path;
|
13544
13554
|
|
@@ -13581,7 +13591,7 @@ function create_fragment$n(ctx) {
|
|
13581
13591
|
};
|
13582
13592
|
}
|
13583
13593
|
|
13584
|
-
function instance$
|
13594
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13585
13595
|
let { color } = $$props;
|
13586
13596
|
|
13587
13597
|
$$self.$$set = $$props => {
|
@@ -13594,13 +13604,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13594
13604
|
class IconPaperPlane extends SvelteComponent {
|
13595
13605
|
constructor(options) {
|
13596
13606
|
super();
|
13597
|
-
init(this, options, instance$
|
13607
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13598
13608
|
}
|
13599
13609
|
}
|
13600
13610
|
|
13601
13611
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13602
13612
|
|
13603
|
-
function create_fragment$
|
13613
|
+
function create_fragment$p(ctx) {
|
13604
13614
|
let svg;
|
13605
13615
|
let path;
|
13606
13616
|
|
@@ -13643,7 +13653,7 @@ function create_fragment$m(ctx) {
|
|
13643
13653
|
};
|
13644
13654
|
}
|
13645
13655
|
|
13646
|
-
function instance$
|
13656
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13647
13657
|
let { color } = $$props;
|
13648
13658
|
|
13649
13659
|
$$self.$$set = $$props => {
|
@@ -13656,13 +13666,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13656
13666
|
class IconCopy extends SvelteComponent {
|
13657
13667
|
constructor(options) {
|
13658
13668
|
super();
|
13659
|
-
init(this, options, instance$
|
13669
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13660
13670
|
}
|
13661
13671
|
}
|
13662
13672
|
|
13663
13673
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13664
13674
|
|
13665
|
-
function create_fragment$
|
13675
|
+
function create_fragment$o(ctx) {
|
13666
13676
|
let svg;
|
13667
13677
|
let path;
|
13668
13678
|
|
@@ -13705,7 +13715,7 @@ function create_fragment$l(ctx) {
|
|
13705
13715
|
};
|
13706
13716
|
}
|
13707
13717
|
|
13708
|
-
function instance$
|
13718
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13709
13719
|
let { color } = $$props;
|
13710
13720
|
|
13711
13721
|
$$self.$$set = $$props => {
|
@@ -13718,13 +13728,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13718
13728
|
class IconCircleXMark extends SvelteComponent {
|
13719
13729
|
constructor(options) {
|
13720
13730
|
super();
|
13721
|
-
init(this, options, instance$
|
13731
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13722
13732
|
}
|
13723
13733
|
}
|
13724
13734
|
|
13725
13735
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13726
13736
|
|
13727
|
-
function create_fragment$
|
13737
|
+
function create_fragment$n(ctx) {
|
13728
13738
|
let svg;
|
13729
13739
|
let path;
|
13730
13740
|
|
@@ -13767,7 +13777,7 @@ function create_fragment$k(ctx) {
|
|
13767
13777
|
};
|
13768
13778
|
}
|
13769
13779
|
|
13770
|
-
function instance$
|
13780
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13771
13781
|
let { color } = $$props;
|
13772
13782
|
|
13773
13783
|
$$self.$$set = $$props => {
|
@@ -13780,13 +13790,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13780
13790
|
class IconHeart extends SvelteComponent {
|
13781
13791
|
constructor(options) {
|
13782
13792
|
super();
|
13783
|
-
init(this, options, instance$
|
13793
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13784
13794
|
}
|
13785
13795
|
}
|
13786
13796
|
|
13787
13797
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13788
13798
|
|
13789
|
-
function create_fragment$
|
13799
|
+
function create_fragment$m(ctx) {
|
13790
13800
|
let svg;
|
13791
13801
|
let path;
|
13792
13802
|
|
@@ -13829,7 +13839,7 @@ function create_fragment$j(ctx) {
|
|
13829
13839
|
};
|
13830
13840
|
}
|
13831
13841
|
|
13832
|
-
function instance$
|
13842
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13833
13843
|
let { color } = $$props;
|
13834
13844
|
|
13835
13845
|
$$self.$$set = $$props => {
|
@@ -13842,13 +13852,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
13842
13852
|
class IconMagnifyingGrass extends SvelteComponent {
|
13843
13853
|
constructor(options) {
|
13844
13854
|
super();
|
13845
|
-
init(this, options, instance$
|
13855
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13846
13856
|
}
|
13847
13857
|
}
|
13848
13858
|
|
13849
13859
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13850
13860
|
|
13851
|
-
function create_fragment$
|
13861
|
+
function create_fragment$l(ctx) {
|
13852
13862
|
let svg;
|
13853
13863
|
let path;
|
13854
13864
|
|
@@ -13891,7 +13901,7 @@ function create_fragment$i(ctx) {
|
|
13891
13901
|
};
|
13892
13902
|
}
|
13893
13903
|
|
13894
|
-
function instance$
|
13904
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13895
13905
|
let { color } = $$props;
|
13896
13906
|
|
13897
13907
|
$$self.$$set = $$props => {
|
@@ -13904,13 +13914,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
13904
13914
|
class IconStar extends SvelteComponent {
|
13905
13915
|
constructor(options) {
|
13906
13916
|
super();
|
13907
|
-
init(this, options, instance$
|
13917
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13908
13918
|
}
|
13909
13919
|
}
|
13910
13920
|
|
13911
13921
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13912
13922
|
|
13913
|
-
function create_fragment$
|
13923
|
+
function create_fragment$k(ctx) {
|
13914
13924
|
let svg;
|
13915
13925
|
let path;
|
13916
13926
|
|
@@ -13953,7 +13963,7 @@ function create_fragment$h(ctx) {
|
|
13953
13963
|
};
|
13954
13964
|
}
|
13955
13965
|
|
13956
|
-
function instance$
|
13966
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13957
13967
|
let { color } = $$props;
|
13958
13968
|
|
13959
13969
|
$$self.$$set = $$props => {
|
@@ -13966,13 +13976,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13966
13976
|
class IconCircleInfo extends SvelteComponent {
|
13967
13977
|
constructor(options) {
|
13968
13978
|
super();
|
13969
|
-
init(this, options, instance$
|
13979
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13970
13980
|
}
|
13971
13981
|
}
|
13972
13982
|
|
13973
13983
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13974
13984
|
|
13975
|
-
function create_fragment$
|
13985
|
+
function create_fragment$j(ctx) {
|
13976
13986
|
let svg;
|
13977
13987
|
let path;
|
13978
13988
|
|
@@ -14015,7 +14025,7 @@ function create_fragment$g(ctx) {
|
|
14015
14025
|
};
|
14016
14026
|
}
|
14017
14027
|
|
14018
|
-
function instance$
|
14028
|
+
function instance$j($$self, $$props, $$invalidate) {
|
14019
14029
|
let { color } = $$props;
|
14020
14030
|
|
14021
14031
|
$$self.$$set = $$props => {
|
@@ -14028,13 +14038,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
14028
14038
|
class IconEnvelope extends SvelteComponent {
|
14029
14039
|
constructor(options) {
|
14030
14040
|
super();
|
14031
|
-
init(this, options, instance$
|
14041
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
14032
14042
|
}
|
14033
14043
|
}
|
14034
14044
|
|
14035
14045
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14036
14046
|
|
14037
|
-
function create_fragment$
|
14047
|
+
function create_fragment$i(ctx) {
|
14038
14048
|
let svg;
|
14039
14049
|
let path;
|
14040
14050
|
|
@@ -14077,7 +14087,7 @@ function create_fragment$f(ctx) {
|
|
14077
14087
|
};
|
14078
14088
|
}
|
14079
14089
|
|
14080
|
-
function instance$
|
14090
|
+
function instance$i($$self, $$props, $$invalidate) {
|
14081
14091
|
let { color } = $$props;
|
14082
14092
|
|
14083
14093
|
$$self.$$set = $$props => {
|
@@ -14090,13 +14100,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14090
14100
|
class IconGift extends SvelteComponent {
|
14091
14101
|
constructor(options) {
|
14092
14102
|
super();
|
14093
|
-
init(this, options, instance$
|
14103
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
14094
14104
|
}
|
14095
14105
|
}
|
14096
14106
|
|
14097
14107
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14098
14108
|
|
14099
|
-
function create_fragment$
|
14109
|
+
function create_fragment$h(ctx) {
|
14100
14110
|
let svg;
|
14101
14111
|
let path;
|
14102
14112
|
|
@@ -14145,7 +14155,7 @@ function create_fragment$e(ctx) {
|
|
14145
14155
|
};
|
14146
14156
|
}
|
14147
14157
|
|
14148
|
-
function instance$
|
14158
|
+
function instance$h($$self, $$props, $$invalidate) {
|
14149
14159
|
let { color } = $$props;
|
14150
14160
|
|
14151
14161
|
$$self.$$set = $$props => {
|
@@ -14158,13 +14168,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14158
14168
|
class IconPaperclip extends SvelteComponent {
|
14159
14169
|
constructor(options) {
|
14160
14170
|
super();
|
14161
|
-
init(this, options, instance$
|
14171
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
14162
14172
|
}
|
14163
14173
|
}
|
14164
14174
|
|
14165
14175
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14166
14176
|
|
14167
|
-
function create_fragment$
|
14177
|
+
function create_fragment$g(ctx) {
|
14168
14178
|
let svg;
|
14169
14179
|
let path;
|
14170
14180
|
|
@@ -14213,7 +14223,7 @@ function create_fragment$d(ctx) {
|
|
14213
14223
|
};
|
14214
14224
|
}
|
14215
14225
|
|
14216
|
-
function instance$
|
14226
|
+
function instance$g($$self, $$props, $$invalidate) {
|
14217
14227
|
let { color } = $$props;
|
14218
14228
|
|
14219
14229
|
$$self.$$set = $$props => {
|
@@ -14226,13 +14236,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14226
14236
|
class IconFire extends SvelteComponent {
|
14227
14237
|
constructor(options) {
|
14228
14238
|
super();
|
14229
|
-
init(this, options, instance$
|
14239
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14230
14240
|
}
|
14231
14241
|
}
|
14232
14242
|
|
14233
14243
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14234
14244
|
|
14235
|
-
function create_fragment$
|
14245
|
+
function create_fragment$f(ctx) {
|
14236
14246
|
let svg;
|
14237
14247
|
let path;
|
14238
14248
|
|
@@ -14281,7 +14291,7 @@ function create_fragment$c(ctx) {
|
|
14281
14291
|
};
|
14282
14292
|
}
|
14283
14293
|
|
14284
|
-
function instance$
|
14294
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14285
14295
|
let { color } = $$props;
|
14286
14296
|
|
14287
14297
|
$$self.$$set = $$props => {
|
@@ -14294,13 +14304,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
14294
14304
|
class IconLink extends SvelteComponent {
|
14295
14305
|
constructor(options) {
|
14296
14306
|
super();
|
14297
|
-
init(this, options, instance$
|
14307
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14298
14308
|
}
|
14299
14309
|
}
|
14300
14310
|
|
14301
14311
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14302
14312
|
|
14303
|
-
function create_fragment$
|
14313
|
+
function create_fragment$e(ctx) {
|
14304
14314
|
let svg;
|
14305
14315
|
let path;
|
14306
14316
|
|
@@ -14343,7 +14353,7 @@ function create_fragment$b(ctx) {
|
|
14343
14353
|
};
|
14344
14354
|
}
|
14345
14355
|
|
14346
|
-
function instance$
|
14356
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14347
14357
|
let { color } = $$props;
|
14348
14358
|
|
14349
14359
|
$$self.$$set = $$props => {
|
@@ -14356,13 +14366,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
14356
14366
|
class IconBuildings extends SvelteComponent {
|
14357
14367
|
constructor(options) {
|
14358
14368
|
super();
|
14359
|
-
init(this, options, instance$
|
14369
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14360
14370
|
}
|
14361
14371
|
}
|
14362
14372
|
|
14363
14373
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14364
14374
|
|
14365
|
-
function create_fragment$
|
14375
|
+
function create_fragment$d(ctx) {
|
14366
14376
|
let svg;
|
14367
14377
|
let path;
|
14368
14378
|
|
@@ -14405,7 +14415,7 @@ function create_fragment$a(ctx) {
|
|
14405
14415
|
};
|
14406
14416
|
}
|
14407
14417
|
|
14408
|
-
function instance$
|
14418
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14409
14419
|
let { color } = $$props;
|
14410
14420
|
|
14411
14421
|
$$self.$$set = $$props => {
|
@@ -14418,14 +14428,138 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
14418
14428
|
class IconChevronsRight extends SvelteComponent {
|
14419
14429
|
constructor(options) {
|
14420
14430
|
super();
|
14421
|
-
init(this, options, instance$
|
14431
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
14422
14432
|
}
|
14423
14433
|
}
|
14424
14434
|
|
14425
|
-
|
14426
|
-
|
14427
|
-
|
14428
|
-
|
14435
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
14436
|
+
|
14437
|
+
function create_fragment$c(ctx) {
|
14438
|
+
let svg;
|
14439
|
+
let path;
|
14440
|
+
|
14441
|
+
return {
|
14442
|
+
c() {
|
14443
|
+
svg = svg_element("svg");
|
14444
|
+
path = svg_element("path");
|
14445
|
+
this.h();
|
14446
|
+
},
|
14447
|
+
l(nodes) {
|
14448
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14449
|
+
var svg_nodes = children(svg);
|
14450
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14451
|
+
children(path).forEach(detach);
|
14452
|
+
svg_nodes.forEach(detach);
|
14453
|
+
this.h();
|
14454
|
+
},
|
14455
|
+
h() {
|
14456
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14457
|
+
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");
|
14458
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14459
|
+
set_style(svg, "width", "100%");
|
14460
|
+
set_style(svg, "height", "100%");
|
14461
|
+
attr(svg, "viewBox", "0 0 512 512");
|
14462
|
+
},
|
14463
|
+
m(target, anchor) {
|
14464
|
+
insert_hydration(target, svg, anchor);
|
14465
|
+
append_hydration(svg, path);
|
14466
|
+
},
|
14467
|
+
p(ctx, [dirty]) {
|
14468
|
+
if (dirty & /*color*/ 1) {
|
14469
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14470
|
+
}
|
14471
|
+
},
|
14472
|
+
i: noop,
|
14473
|
+
o: noop,
|
14474
|
+
d(detaching) {
|
14475
|
+
if (detaching) detach(svg);
|
14476
|
+
}
|
14477
|
+
};
|
14478
|
+
}
|
14479
|
+
|
14480
|
+
function instance$c($$self, $$props, $$invalidate) {
|
14481
|
+
let { color } = $$props;
|
14482
|
+
|
14483
|
+
$$self.$$set = $$props => {
|
14484
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14485
|
+
};
|
14486
|
+
|
14487
|
+
return [color];
|
14488
|
+
}
|
14489
|
+
|
14490
|
+
class IconPhone extends SvelteComponent {
|
14491
|
+
constructor(options) {
|
14492
|
+
super();
|
14493
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
14494
|
+
}
|
14495
|
+
}
|
14496
|
+
|
14497
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
14498
|
+
|
14499
|
+
function create_fragment$b(ctx) {
|
14500
|
+
let svg;
|
14501
|
+
let path;
|
14502
|
+
|
14503
|
+
return {
|
14504
|
+
c() {
|
14505
|
+
svg = svg_element("svg");
|
14506
|
+
path = svg_element("path");
|
14507
|
+
this.h();
|
14508
|
+
},
|
14509
|
+
l(nodes) {
|
14510
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14511
|
+
var svg_nodes = children(svg);
|
14512
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14513
|
+
children(path).forEach(detach);
|
14514
|
+
svg_nodes.forEach(detach);
|
14515
|
+
this.h();
|
14516
|
+
},
|
14517
|
+
h() {
|
14518
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14519
|
+
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");
|
14520
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14521
|
+
set_style(svg, "width", "100%");
|
14522
|
+
set_style(svg, "height", "100%");
|
14523
|
+
attr(svg, "viewBox", "0 0 384 512");
|
14524
|
+
},
|
14525
|
+
m(target, anchor) {
|
14526
|
+
insert_hydration(target, svg, anchor);
|
14527
|
+
append_hydration(svg, path);
|
14528
|
+
},
|
14529
|
+
p(ctx, [dirty]) {
|
14530
|
+
if (dirty & /*color*/ 1) {
|
14531
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14532
|
+
}
|
14533
|
+
},
|
14534
|
+
i: noop,
|
14535
|
+
o: noop,
|
14536
|
+
d(detaching) {
|
14537
|
+
if (detaching) detach(svg);
|
14538
|
+
}
|
14539
|
+
};
|
14540
|
+
}
|
14541
|
+
|
14542
|
+
function instance$b($$self, $$props, $$invalidate) {
|
14543
|
+
let { color } = $$props;
|
14544
|
+
|
14545
|
+
$$self.$$set = $$props => {
|
14546
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14547
|
+
};
|
14548
|
+
|
14549
|
+
return [color];
|
14550
|
+
}
|
14551
|
+
|
14552
|
+
class IconLocationDot extends SvelteComponent {
|
14553
|
+
constructor(options) {
|
14554
|
+
super();
|
14555
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
14556
|
+
}
|
14557
|
+
}
|
14558
|
+
|
14559
|
+
const ICON_SIZE = {
|
14560
|
+
x_small: {
|
14561
|
+
label: 'X Small',
|
14562
|
+
value: '12px',
|
14429
14563
|
},
|
14430
14564
|
small: {
|
14431
14565
|
label: 'Small',
|
@@ -14474,9 +14608,11 @@ const ICON_VARIANTS = {
|
|
14474
14608
|
gift: IconGift,
|
14475
14609
|
heart: IconHeart,
|
14476
14610
|
link: IconLink,
|
14611
|
+
locationDot: IconLocationDot,
|
14477
14612
|
magnifying_grass: IconMagnifyingGrass,
|
14478
14613
|
paperclip: IconPaperclip,
|
14479
14614
|
paper_plane: IconPaperPlane,
|
14615
|
+
phone: IconPhone,
|
14480
14616
|
star: IconStar,
|
14481
14617
|
ticket: IconTicket,
|
14482
14618
|
truck: IconTrack,
|
@@ -14486,7 +14622,7 @@ const ICON_VARIANTS = {
|
|
14486
14622
|
|
14487
14623
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14488
14624
|
|
14489
|
-
function create_if_block$
|
14625
|
+
function create_if_block$6(ctx) {
|
14490
14626
|
let clickable;
|
14491
14627
|
let current;
|
14492
14628
|
|
@@ -14497,7 +14633,7 @@ function create_if_block$5(ctx) {
|
|
14497
14633
|
onClick: /*props*/ ctx[0].onClick,
|
14498
14634
|
eventName: /*props*/ ctx[0].eventName,
|
14499
14635
|
eventValue: /*props*/ ctx[0].eventValue,
|
14500
|
-
$$slots: { default: [create_default_slot$
|
14636
|
+
$$slots: { default: [create_default_slot$5] },
|
14501
14637
|
$$scope: { ctx }
|
14502
14638
|
}
|
14503
14639
|
});
|
@@ -14543,7 +14679,7 @@ function create_if_block$5(ctx) {
|
|
14543
14679
|
}
|
14544
14680
|
|
14545
14681
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14546
|
-
function create_default_slot$
|
14682
|
+
function create_default_slot$5(ctx) {
|
14547
14683
|
let switch_instance;
|
14548
14684
|
let switch_instance_anchor;
|
14549
14685
|
let current;
|
@@ -14619,10 +14755,10 @@ function create_default_slot$3(ctx) {
|
|
14619
14755
|
};
|
14620
14756
|
}
|
14621
14757
|
|
14622
|
-
function create_fragment$
|
14758
|
+
function create_fragment$a(ctx) {
|
14623
14759
|
let if_block_anchor;
|
14624
14760
|
let current;
|
14625
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14761
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
14626
14762
|
|
14627
14763
|
return {
|
14628
14764
|
c() {
|
@@ -14647,7 +14783,7 @@ function create_fragment$9(ctx) {
|
|
14647
14783
|
transition_in(if_block, 1);
|
14648
14784
|
}
|
14649
14785
|
} else {
|
14650
|
-
if_block = create_if_block$
|
14786
|
+
if_block = create_if_block$6(ctx);
|
14651
14787
|
if_block.c();
|
14652
14788
|
transition_in(if_block, 1);
|
14653
14789
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -14678,7 +14814,7 @@ function create_fragment$9(ctx) {
|
|
14678
14814
|
};
|
14679
14815
|
}
|
14680
14816
|
|
14681
|
-
function instance$
|
14817
|
+
function instance$a($$self, $$props, $$invalidate) {
|
14682
14818
|
let style;
|
14683
14819
|
let IconComponent;
|
14684
14820
|
let { props = {} } = $$props;
|
@@ -14726,7 +14862,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
14726
14862
|
class Icon extends SvelteComponent {
|
14727
14863
|
constructor(options) {
|
14728
14864
|
super();
|
14729
|
-
init(this, options, instance$
|
14865
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
14730
14866
|
}
|
14731
14867
|
}
|
14732
14868
|
|
@@ -14773,26 +14909,51 @@ const BUTTON_SIZE_STYLES = {
|
|
14773
14909
|
},
|
14774
14910
|
};
|
14775
14911
|
const BUTTON_THEME_STYLES = {
|
14776
|
-
|
14777
|
-
backgroundColor: '
|
14912
|
+
default: {
|
14913
|
+
backgroundColor: '#33403e',
|
14778
14914
|
color: '#FFFFFF',
|
14779
14915
|
fontWeight: 'bold',
|
14780
14916
|
},
|
14781
|
-
|
14782
|
-
backgroundColor: '
|
14917
|
+
primary: {
|
14918
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
14783
14919
|
color: '#FFFFFF',
|
14784
14920
|
fontWeight: 'bold',
|
14785
14921
|
},
|
14786
|
-
|
14787
|
-
backgroundColor: '
|
14788
|
-
color: '#
|
14922
|
+
secondary: {
|
14923
|
+
backgroundColor: '#f3f4f6',
|
14924
|
+
color: '#000000',
|
14925
|
+
fontWeight: 'bold',
|
14926
|
+
},
|
14927
|
+
success: {
|
14928
|
+
backgroundColor: '#10b981',
|
14929
|
+
color: '#ffffff',
|
14930
|
+
fontWeight: 'bold',
|
14931
|
+
},
|
14932
|
+
warning: {
|
14933
|
+
backgroundColor: '#fbbf24',
|
14934
|
+
color: '#ffffff',
|
14789
14935
|
fontWeight: 'bold',
|
14790
14936
|
},
|
14791
14937
|
alert: {
|
14792
|
-
backgroundColor: '
|
14938
|
+
backgroundColor: '#ef4444',
|
14939
|
+
color: '#FFFFFF',
|
14940
|
+
fontWeight: 'bold',
|
14941
|
+
},
|
14942
|
+
info: {
|
14943
|
+
backgroundColor: '#0ea5e9',
|
14793
14944
|
color: '#FFFFFF',
|
14794
14945
|
fontWeight: 'bold',
|
14795
14946
|
},
|
14947
|
+
neutral: {
|
14948
|
+
backgroundColor: '#9ca3af',
|
14949
|
+
color: '#333333',
|
14950
|
+
fontWeight: 'bold',
|
14951
|
+
},
|
14952
|
+
transparent: {
|
14953
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14954
|
+
color: '#00100ea1',
|
14955
|
+
fontWeight: 'bold',
|
14956
|
+
},
|
14796
14957
|
};
|
14797
14958
|
const BUTTON_ROUND_STYLES = {
|
14798
14959
|
none: {
|
@@ -14811,100 +14972,388 @@ const BUTTON_WRAP_STYLES = {
|
|
14811
14972
|
whiteSpace: 'pre-wrap',
|
14812
14973
|
},
|
14813
14974
|
};
|
14814
|
-
|
14815
|
-
|
14816
|
-
|
14817
|
-
|
14818
|
-
|
14819
|
-
|
14820
|
-
|
14821
|
-
|
14822
|
-
|
14823
|
-
|
14824
|
-
|
14825
|
-
|
14826
|
-
|
14827
|
-
|
14828
|
-
|
14829
|
-
|
14830
|
-
|
14831
|
-
|
14832
|
-
|
14833
|
-
|
14834
|
-
|
14835
|
-
|
14836
|
-
|
14837
|
-
|
14838
|
-
|
14839
|
-
|
14840
|
-
|
14841
|
-
|
14842
|
-
|
14843
|
-
|
14844
|
-
|
14845
|
-
|
14846
|
-
|
14847
|
-
|
14848
|
-
|
14849
|
-
|
14850
|
-
|
14851
|
-
|
14852
|
-
|
14853
|
-
|
14854
|
-
|
14855
|
-
|
14975
|
+
|
14976
|
+
function hexToRgb(hex) {
|
14977
|
+
let r = 0, g = 0, b = 0;
|
14978
|
+
if (hex.length === 4) {
|
14979
|
+
r = parseInt(hex[1] + hex[1], 16);
|
14980
|
+
g = parseInt(hex[2] + hex[2], 16);
|
14981
|
+
b = parseInt(hex[3] + hex[3], 16);
|
14982
|
+
}
|
14983
|
+
else if (hex.length === 7) {
|
14984
|
+
r = parseInt(hex[1] + hex[2], 16);
|
14985
|
+
g = parseInt(hex[3] + hex[4], 16);
|
14986
|
+
b = parseInt(hex[5] + hex[6], 16);
|
14987
|
+
}
|
14988
|
+
return { r, g, b };
|
14989
|
+
}
|
14990
|
+
function rgbToHex(r, g, b) {
|
14991
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
14992
|
+
}
|
14993
|
+
function darkenColor(color, percent) {
|
14994
|
+
let r, g, b;
|
14995
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
14996
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
14997
|
+
if (rgbaMatch) {
|
14998
|
+
r = parseInt(rgbaMatch[1]);
|
14999
|
+
g = parseInt(rgbaMatch[2]);
|
15000
|
+
b = parseInt(rgbaMatch[3]);
|
15001
|
+
}
|
15002
|
+
else {
|
15003
|
+
throw new Error('Invalid RGB/RGBA color format');
|
15004
|
+
}
|
15005
|
+
}
|
15006
|
+
else if (color.startsWith('#')) {
|
15007
|
+
const rgb = hexToRgb(color);
|
15008
|
+
r = rgb.r;
|
15009
|
+
g = rgb.g;
|
15010
|
+
b = rgb.b;
|
15011
|
+
}
|
15012
|
+
else {
|
15013
|
+
throw new Error('Unsupported color format');
|
15014
|
+
}
|
15015
|
+
// 色を暗くする
|
15016
|
+
r = Math.round(r * (1 - percent));
|
15017
|
+
g = Math.round(g * (1 - percent));
|
15018
|
+
b = Math.round(b * (1 - percent));
|
15019
|
+
return rgbToHex(r, g, b);
|
15020
|
+
}
|
15021
|
+
|
15022
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15023
|
+
|
15024
|
+
function add_css$8(target) {
|
15025
|
+
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}");
|
15026
|
+
}
|
15027
|
+
|
15028
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
15029
|
+
function create_if_block$5(ctx) {
|
15030
|
+
let div;
|
15031
|
+
let icon;
|
15032
|
+
let current;
|
15033
|
+
|
15034
|
+
icon = new Icon({
|
15035
|
+
props: {
|
15036
|
+
props: {
|
15037
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15038
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15039
|
+
width: '1em',
|
15040
|
+
height: '1em'
|
15041
|
+
}
|
15042
|
+
}
|
15043
|
+
});
|
15044
|
+
|
15045
|
+
return {
|
15046
|
+
c() {
|
15047
|
+
div = element("div");
|
15048
|
+
create_component(icon.$$.fragment);
|
15049
|
+
this.h();
|
15050
|
+
},
|
15051
|
+
l(nodes) {
|
15052
|
+
div = claim_element(nodes, "DIV", { class: true });
|
15053
|
+
var div_nodes = children(div);
|
15054
|
+
claim_component(icon.$$.fragment, div_nodes);
|
15055
|
+
div_nodes.forEach(detach);
|
15056
|
+
this.h();
|
15057
|
+
},
|
15058
|
+
h() {
|
15059
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
15060
|
+
},
|
15061
|
+
m(target, anchor) {
|
15062
|
+
insert_hydration(target, div, anchor);
|
15063
|
+
mount_component(icon, div, null);
|
15064
|
+
current = true;
|
15065
|
+
},
|
15066
|
+
p(ctx, dirty) {
|
15067
|
+
const icon_changes = {};
|
15068
|
+
|
15069
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
15070
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15071
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15072
|
+
width: '1em',
|
15073
|
+
height: '1em'
|
15074
|
+
};
|
15075
|
+
|
15076
|
+
icon.$set(icon_changes);
|
15077
|
+
},
|
15078
|
+
i(local) {
|
15079
|
+
if (current) return;
|
15080
|
+
transition_in(icon.$$.fragment, local);
|
15081
|
+
current = true;
|
15082
|
+
},
|
15083
|
+
o(local) {
|
15084
|
+
transition_out(icon.$$.fragment, local);
|
15085
|
+
current = false;
|
15086
|
+
},
|
15087
|
+
d(detaching) {
|
15088
|
+
if (detaching) detach(div);
|
15089
|
+
destroy_component(icon);
|
15090
|
+
}
|
15091
|
+
};
|
15092
|
+
}
|
15093
|
+
|
15094
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15095
|
+
function create_default_slot$4(ctx) {
|
15096
|
+
let t0;
|
15097
|
+
let span;
|
15098
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
15099
|
+
let t1;
|
15100
|
+
let current;
|
15101
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
15102
|
+
|
15103
|
+
return {
|
15104
|
+
c() {
|
15105
|
+
if (if_block) if_block.c();
|
15106
|
+
t0 = space();
|
15107
|
+
span = element("span");
|
15108
|
+
t1 = text(t1_value);
|
15109
|
+
},
|
15110
|
+
l(nodes) {
|
15111
|
+
if (if_block) if_block.l(nodes);
|
15112
|
+
t0 = claim_space(nodes);
|
15113
|
+
span = claim_element(nodes, "SPAN", {});
|
15114
|
+
var span_nodes = children(span);
|
15115
|
+
t1 = claim_text(span_nodes, t1_value);
|
15116
|
+
span_nodes.forEach(detach);
|
15117
|
+
},
|
15118
|
+
m(target, anchor) {
|
15119
|
+
if (if_block) if_block.m(target, anchor);
|
15120
|
+
insert_hydration(target, t0, anchor);
|
15121
|
+
insert_hydration(target, span, anchor);
|
15122
|
+
append_hydration(span, t1);
|
15123
|
+
current = true;
|
15124
|
+
},
|
15125
|
+
p(ctx, dirty) {
|
15126
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
15127
|
+
if (if_block) {
|
15128
|
+
if_block.p(ctx, dirty);
|
15129
|
+
|
15130
|
+
if (dirty & /*props*/ 1) {
|
15131
|
+
transition_in(if_block, 1);
|
15132
|
+
}
|
15133
|
+
} else {
|
15134
|
+
if_block = create_if_block$5(ctx);
|
15135
|
+
if_block.c();
|
15136
|
+
transition_in(if_block, 1);
|
15137
|
+
if_block.m(t0.parentNode, t0);
|
15138
|
+
}
|
15139
|
+
} else if (if_block) {
|
15140
|
+
group_outros();
|
15141
|
+
|
15142
|
+
transition_out(if_block, 1, 1, () => {
|
15143
|
+
if_block = null;
|
15144
|
+
});
|
15145
|
+
|
15146
|
+
check_outros();
|
15147
|
+
}
|
15148
|
+
|
15149
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
15150
|
+
},
|
15151
|
+
i(local) {
|
15152
|
+
if (current) return;
|
15153
|
+
transition_in(if_block);
|
15154
|
+
current = true;
|
15155
|
+
},
|
15156
|
+
o(local) {
|
15157
|
+
transition_out(if_block);
|
15158
|
+
current = false;
|
15159
|
+
},
|
15160
|
+
d(detaching) {
|
15161
|
+
if (if_block) if_block.d(detaching);
|
15162
|
+
if (detaching) detach(t0);
|
15163
|
+
if (detaching) detach(span);
|
15164
|
+
}
|
15165
|
+
};
|
15166
|
+
}
|
15167
|
+
|
15168
|
+
function create_fragment$9(ctx) {
|
15169
|
+
let clickable;
|
15170
|
+
let current;
|
15171
|
+
|
15172
|
+
clickable = new Clickable({
|
15173
|
+
props: {
|
15174
|
+
className: "button",
|
15175
|
+
layerId: /*layerId*/ ctx[1],
|
15176
|
+
style: /*style*/ ctx[2],
|
15177
|
+
onClick: /*props*/ ctx[0].onClick,
|
15178
|
+
eventName: /*props*/ ctx[0].eventName,
|
15179
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
15180
|
+
$$slots: { default: [create_default_slot$4] },
|
15181
|
+
$$scope: { ctx }
|
15182
|
+
}
|
15183
|
+
});
|
15184
|
+
|
15185
|
+
return {
|
15186
|
+
c() {
|
15187
|
+
create_component(clickable.$$.fragment);
|
15188
|
+
},
|
15189
|
+
l(nodes) {
|
15190
|
+
claim_component(clickable.$$.fragment, nodes);
|
15191
|
+
},
|
15192
|
+
m(target, anchor) {
|
15193
|
+
mount_component(clickable, target, anchor);
|
15194
|
+
current = true;
|
15195
|
+
},
|
15196
|
+
p(ctx, [dirty]) {
|
15197
|
+
const clickable_changes = {};
|
15198
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15199
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
15200
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15201
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15202
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
15203
|
+
|
15204
|
+
if (dirty & /*$$scope, props*/ 33) {
|
15205
|
+
clickable_changes.$$scope = { dirty, ctx };
|
15206
|
+
}
|
15207
|
+
|
15208
|
+
clickable.$set(clickable_changes);
|
15209
|
+
},
|
15210
|
+
i(local) {
|
15211
|
+
if (current) return;
|
15212
|
+
transition_in(clickable.$$.fragment, local);
|
15213
|
+
current = true;
|
15214
|
+
},
|
15215
|
+
o(local) {
|
15216
|
+
transition_out(clickable.$$.fragment, local);
|
15217
|
+
current = false;
|
15218
|
+
},
|
15219
|
+
d(detaching) {
|
15220
|
+
destroy_component(clickable, detaching);
|
15221
|
+
}
|
15222
|
+
};
|
15223
|
+
}
|
15224
|
+
|
15225
|
+
function instance$9($$self, $$props, $$invalidate) {
|
15226
|
+
let variables;
|
15227
|
+
let style;
|
15228
|
+
let { props = {} } = $$props;
|
15229
|
+
let { layerId = '' } = $$props;
|
15230
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
15231
|
+
|
15232
|
+
$$self.$$set = $$props => {
|
15233
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
15234
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
15235
|
+
};
|
15236
|
+
|
15237
|
+
$$self.$$.update = () => {
|
15238
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
15239
|
+
$$invalidate(4, variables = {
|
15240
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
15241
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
15242
|
+
});
|
15243
|
+
}
|
15244
|
+
|
15245
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
15246
|
+
$$invalidate(2, style = objToStyle({
|
15247
|
+
display: 'inline-flex',
|
15248
|
+
gap: '0.65em',
|
15249
|
+
alignItems: 'center',
|
15250
|
+
justifyContent: 'center',
|
15251
|
+
outline: 0,
|
15252
|
+
border: 0,
|
15253
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15254
|
+
width: props.width,
|
15255
|
+
color: props.color ?? buttonThemeStyle.color,
|
15256
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15257
|
+
cursor: 'pointer',
|
15258
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
15259
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
15260
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
15261
|
+
...props.iconAngle
|
15262
|
+
? { flexDirection: props.iconAngle }
|
15263
|
+
: {},
|
15264
|
+
...toCssCommon(props),
|
15265
|
+
...toCssBorder(props),
|
15266
|
+
...variables
|
15267
|
+
}));
|
15268
|
+
}
|
15269
|
+
};
|
15270
|
+
|
15271
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
15272
|
+
}
|
15273
|
+
|
15274
|
+
class Button extends SvelteComponent {
|
15275
|
+
constructor(options) {
|
15276
|
+
super();
|
15277
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
15278
|
+
}
|
15279
|
+
}
|
15280
|
+
|
15281
|
+
const buttonOutlinedPropsDefault = {
|
15282
|
+
label: 'ボタン',
|
15283
|
+
size: 'medium',
|
15284
|
+
theme: 'default',
|
15285
|
+
round: 'default',
|
15286
|
+
width: 'auto',
|
15287
|
+
wrap: 'nowrap',
|
15288
|
+
};
|
15289
|
+
|
15290
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
15291
|
+
extra_small: {
|
15292
|
+
minHeight: '32px',
|
15293
|
+
paddingInline: '12px',
|
15294
|
+
fontSize: '12px',
|
15295
|
+
paddingBlock: '8px',
|
15296
|
+
lineHeight: 1.5,
|
15297
|
+
borderRadius: '4px',
|
14856
15298
|
},
|
14857
|
-
|
14858
|
-
|
14859
|
-
|
14860
|
-
|
14861
|
-
|
14862
|
-
|
14863
|
-
|
14864
|
-
|
14865
|
-
|
14866
|
-
|
14867
|
-
|
14868
|
-
|
14869
|
-
|
14870
|
-
|
14871
|
-
|
14872
|
-
|
14873
|
-
|
14874
|
-
|
14875
|
-
|
14876
|
-
|
14877
|
-
|
14878
|
-
|
14879
|
-
|
14880
|
-
|
15299
|
+
small: {
|
15300
|
+
minHeight: '36px',
|
15301
|
+
paddingInline: '16px',
|
15302
|
+
fontSize: '13px',
|
15303
|
+
paddingBlock: '8px',
|
15304
|
+
lineHeight: 1.5,
|
15305
|
+
borderRadius: '4px',
|
15306
|
+
},
|
15307
|
+
medium: {
|
15308
|
+
minHeight: '40px',
|
15309
|
+
paddingInline: '24px',
|
15310
|
+
fontSize: '14px',
|
15311
|
+
paddingBlock: '8px',
|
15312
|
+
lineHeight: 1.5,
|
15313
|
+
borderRadius: '4px',
|
15314
|
+
},
|
15315
|
+
large: {
|
15316
|
+
minHeight: '48px',
|
15317
|
+
paddingInline: '32px',
|
15318
|
+
fontSize: '14px',
|
15319
|
+
paddingBlock: '10px',
|
15320
|
+
lineHeight: 1.5,
|
15321
|
+
borderRadius: '4px',
|
15322
|
+
},
|
15323
|
+
extra_large: {
|
15324
|
+
minHeight: '56px',
|
15325
|
+
paddingInline: '40px',
|
15326
|
+
fontSize: '17px',
|
15327
|
+
paddingBlock: '12px',
|
15328
|
+
lineHeight: 1.5,
|
15329
|
+
borderRadius: '4px',
|
14881
15330
|
},
|
14882
|
-
|
14883
|
-
|
14884
|
-
|
14885
|
-
|
14886
|
-
|
14887
|
-
|
14888
|
-
|
14889
|
-
|
15331
|
+
};
|
15332
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
15333
|
+
none: {
|
15334
|
+
borderRadius: 0,
|
15335
|
+
},
|
15336
|
+
default: {},
|
15337
|
+
fulled: {
|
15338
|
+
borderRadius: '56px',
|
15339
|
+
},
|
15340
|
+
};
|
15341
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
15342
|
+
nowrap: {
|
15343
|
+
whiteSpace: 'nowrap',
|
14890
15344
|
},
|
14891
15345
|
wrap: {
|
14892
|
-
|
14893
|
-
whiteSpace: 'nowrap',
|
14894
|
-
},
|
14895
|
-
wrap: {
|
14896
|
-
whiteSpace: 'pre-wrap',
|
14897
|
-
},
|
15346
|
+
whiteSpace: 'pre-wrap',
|
14898
15347
|
},
|
14899
15348
|
};
|
14900
15349
|
|
14901
|
-
/* src/components-flex/button/
|
15350
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14902
15351
|
|
14903
|
-
function add_css$
|
14904
|
-
append_styles(target, "svelte-
|
15352
|
+
function add_css$7(target) {
|
15353
|
+
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}");
|
14905
15354
|
}
|
14906
15355
|
|
14907
|
-
// (
|
15356
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
14908
15357
|
function create_if_block$4(ctx) {
|
14909
15358
|
let div;
|
14910
15359
|
let icon;
|
@@ -14935,7 +15384,7 @@ function create_if_block$4(ctx) {
|
|
14935
15384
|
this.h();
|
14936
15385
|
},
|
14937
15386
|
h() {
|
14938
|
-
attr(div, "class", "button-icon svelte-
|
15387
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
14939
15388
|
},
|
14940
15389
|
m(target, anchor) {
|
14941
15390
|
insert_hydration(target, div, anchor);
|
@@ -14970,11 +15419,11 @@ function create_if_block$4(ctx) {
|
|
14970
15419
|
};
|
14971
15420
|
}
|
14972
15421
|
|
14973
|
-
// (
|
14974
|
-
function create_default_slot$
|
15422
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
15423
|
+
function create_default_slot$3(ctx) {
|
14975
15424
|
let t0;
|
14976
15425
|
let span;
|
14977
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
15426
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
14978
15427
|
let t1;
|
14979
15428
|
let current;
|
14980
15429
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -15025,7 +15474,7 @@ function create_default_slot$2(ctx) {
|
|
15025
15474
|
check_outros();
|
15026
15475
|
}
|
15027
15476
|
|
15028
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
15477
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
15029
15478
|
},
|
15030
15479
|
i(local) {
|
15031
15480
|
if (current) return;
|
@@ -15050,13 +15499,13 @@ function create_fragment$8(ctx) {
|
|
15050
15499
|
|
15051
15500
|
clickable = new Clickable({
|
15052
15501
|
props: {
|
15053
|
-
className: "button",
|
15502
|
+
className: "button-outlined",
|
15054
15503
|
layerId: /*layerId*/ ctx[1],
|
15055
15504
|
style: /*style*/ ctx[2],
|
15056
15505
|
onClick: /*props*/ ctx[0].onClick,
|
15057
15506
|
eventName: /*props*/ ctx[0].eventName,
|
15058
15507
|
eventValue: /*props*/ ctx[0].eventValue,
|
15059
|
-
$$slots: { default: [create_default_slot$
|
15508
|
+
$$slots: { default: [create_default_slot$3] },
|
15060
15509
|
$$scope: { ctx }
|
15061
15510
|
}
|
15062
15511
|
});
|
@@ -15105,7 +15554,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15105
15554
|
let style;
|
15106
15555
|
let { props = {} } = $$props;
|
15107
15556
|
let { layerId = '' } = $$props;
|
15108
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
15557
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
15109
15558
|
|
15110
15559
|
$$self.$$set = $$props => {
|
15111
15560
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -15120,15 +15569,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15120
15569
|
alignItems: 'center',
|
15121
15570
|
justifyContent: 'center',
|
15122
15571
|
outline: 0,
|
15123
|
-
|
15572
|
+
borderWidth: '1px',
|
15573
|
+
borderStyle: 'solid',
|
15124
15574
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15125
15575
|
width: props.width,
|
15126
|
-
|
15127
|
-
|
15576
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
15577
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
15128
15578
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15129
|
-
|
15130
|
-
...
|
15131
|
-
...
|
15579
|
+
cursor: 'pointer',
|
15580
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
15581
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
15582
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
15132
15583
|
...props.iconAngle
|
15133
15584
|
? { flexDirection: props.iconAngle }
|
15134
15585
|
: {},
|
@@ -15141,20 +15592,20 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15141
15592
|
return [props, layerId, style, buttonThemeStyle];
|
15142
15593
|
}
|
15143
15594
|
|
15144
|
-
class
|
15595
|
+
class ButtonOutlined extends SvelteComponent {
|
15145
15596
|
constructor(options) {
|
15146
15597
|
super();
|
15147
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15598
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
15148
15599
|
}
|
15149
15600
|
}
|
15150
15601
|
|
15151
|
-
/* src/components-flex/text
|
15602
|
+
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
15152
15603
|
|
15153
|
-
function add_css$
|
15154
|
-
append_styles(target, "svelte-
|
15604
|
+
function add_css$6(target) {
|
15605
|
+
append_styles(target, "svelte-z1kekb", ".flex-button-text-icon.svelte-z1kekb{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
15155
15606
|
}
|
15156
15607
|
|
15157
|
-
// (
|
15608
|
+
// (99:2) {#if props.isIcon && props.iconVariant}
|
15158
15609
|
function create_if_block$3(ctx) {
|
15159
15610
|
let div;
|
15160
15611
|
let icon;
|
@@ -15183,7 +15634,7 @@ function create_if_block$3(ctx) {
|
|
15183
15634
|
this.h();
|
15184
15635
|
},
|
15185
15636
|
h() {
|
15186
|
-
attr(div, "class", "flex-text-
|
15637
|
+
attr(div, "class", "flex-button-text-icon svelte-z1kekb");
|
15187
15638
|
},
|
15188
15639
|
m(target, anchor) {
|
15189
15640
|
insert_hydration(target, div, anchor);
|
@@ -15216,62 +15667,38 @@ function create_if_block$3(ctx) {
|
|
15216
15667
|
};
|
15217
15668
|
}
|
15218
15669
|
|
15219
|
-
|
15220
|
-
|
15670
|
+
// (91:0) <Clickable className="flext-button-text" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
15671
|
+
function create_default_slot$2(ctx) {
|
15221
15672
|
let t0;
|
15222
15673
|
let span;
|
15223
15674
|
let t1_value = /*props*/ ctx[0].label + "";
|
15224
15675
|
let t1;
|
15225
15676
|
let current;
|
15226
|
-
let mounted;
|
15227
|
-
let dispose;
|
15228
15677
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
15229
15678
|
|
15230
15679
|
return {
|
15231
15680
|
c() {
|
15232
|
-
button = element("button");
|
15233
15681
|
if (if_block) if_block.c();
|
15234
15682
|
t0 = space();
|
15235
15683
|
span = element("span");
|
15236
15684
|
t1 = text(t1_value);
|
15237
|
-
this.h();
|
15238
15685
|
},
|
15239
15686
|
l(nodes) {
|
15240
|
-
|
15241
|
-
|
15242
|
-
|
15243
|
-
class: true
|
15244
|
-
});
|
15245
|
-
|
15246
|
-
var button_nodes = children(button);
|
15247
|
-
if (if_block) if_block.l(button_nodes);
|
15248
|
-
t0 = claim_space(button_nodes);
|
15249
|
-
span = claim_element(button_nodes, "SPAN", {});
|
15687
|
+
if (if_block) if_block.l(nodes);
|
15688
|
+
t0 = claim_space(nodes);
|
15689
|
+
span = claim_element(nodes, "SPAN", {});
|
15250
15690
|
var span_nodes = children(span);
|
15251
15691
|
t1 = claim_text(span_nodes, t1_value);
|
15252
15692
|
span_nodes.forEach(detach);
|
15253
|
-
button_nodes.forEach(detach);
|
15254
|
-
this.h();
|
15255
|
-
},
|
15256
|
-
h() {
|
15257
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
15258
|
-
attr(button, "style", /*style*/ ctx[2]);
|
15259
|
-
attr(button, "class", "flex-text-button svelte-11jxyiz");
|
15260
15693
|
},
|
15261
15694
|
m(target, anchor) {
|
15262
|
-
|
15263
|
-
|
15264
|
-
|
15265
|
-
append_hydration(button, span);
|
15695
|
+
if (if_block) if_block.m(target, anchor);
|
15696
|
+
insert_hydration(target, t0, anchor);
|
15697
|
+
insert_hydration(target, span, anchor);
|
15266
15698
|
append_hydration(span, t1);
|
15267
15699
|
current = true;
|
15268
|
-
|
15269
|
-
if (!mounted) {
|
15270
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
|
15271
|
-
mounted = true;
|
15272
|
-
}
|
15273
15700
|
},
|
15274
|
-
p(ctx,
|
15701
|
+
p(ctx, dirty) {
|
15275
15702
|
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
15276
15703
|
if (if_block) {
|
15277
15704
|
if_block.p(ctx, dirty);
|
@@ -15283,7 +15710,7 @@ function create_fragment$7(ctx) {
|
|
15283
15710
|
if_block = create_if_block$3(ctx);
|
15284
15711
|
if_block.c();
|
15285
15712
|
transition_in(if_block, 1);
|
15286
|
-
if_block.m(
|
15713
|
+
if_block.m(t0.parentNode, t0);
|
15287
15714
|
}
|
15288
15715
|
} else if (if_block) {
|
15289
15716
|
group_outros();
|
@@ -15296,29 +15723,77 @@ function create_fragment$7(ctx) {
|
|
15296
15723
|
}
|
15297
15724
|
|
15298
15725
|
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = /*props*/ ctx[0].label + "")) set_data(t1, t1_value);
|
15726
|
+
},
|
15727
|
+
i(local) {
|
15728
|
+
if (current) return;
|
15729
|
+
transition_in(if_block);
|
15730
|
+
current = true;
|
15731
|
+
},
|
15732
|
+
o(local) {
|
15733
|
+
transition_out(if_block);
|
15734
|
+
current = false;
|
15735
|
+
},
|
15736
|
+
d(detaching) {
|
15737
|
+
if (if_block) if_block.d(detaching);
|
15738
|
+
if (detaching) detach(t0);
|
15739
|
+
if (detaching) detach(span);
|
15740
|
+
}
|
15741
|
+
};
|
15742
|
+
}
|
15743
|
+
|
15744
|
+
function create_fragment$7(ctx) {
|
15745
|
+
let clickable;
|
15746
|
+
let current;
|
15299
15747
|
|
15300
|
-
|
15301
|
-
|
15748
|
+
clickable = new Clickable({
|
15749
|
+
props: {
|
15750
|
+
className: "flext-button-text",
|
15751
|
+
layerId: /*layerId*/ ctx[1],
|
15752
|
+
style: /*style*/ ctx[2],
|
15753
|
+
onClick: /*props*/ ctx[0].onClick,
|
15754
|
+
eventName: /*props*/ ctx[0].eventName,
|
15755
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
15756
|
+
$$slots: { default: [create_default_slot$2] },
|
15757
|
+
$$scope: { ctx }
|
15302
15758
|
}
|
15759
|
+
});
|
15303
15760
|
|
15304
|
-
|
15305
|
-
|
15761
|
+
return {
|
15762
|
+
c() {
|
15763
|
+
create_component(clickable.$$.fragment);
|
15764
|
+
},
|
15765
|
+
l(nodes) {
|
15766
|
+
claim_component(clickable.$$.fragment, nodes);
|
15767
|
+
},
|
15768
|
+
m(target, anchor) {
|
15769
|
+
mount_component(clickable, target, anchor);
|
15770
|
+
current = true;
|
15771
|
+
},
|
15772
|
+
p(ctx, [dirty]) {
|
15773
|
+
const clickable_changes = {};
|
15774
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15775
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
15776
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15777
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15778
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
15779
|
+
|
15780
|
+
if (dirty & /*$$scope, props*/ 257) {
|
15781
|
+
clickable_changes.$$scope = { dirty, ctx };
|
15306
15782
|
}
|
15783
|
+
|
15784
|
+
clickable.$set(clickable_changes);
|
15307
15785
|
},
|
15308
15786
|
i(local) {
|
15309
15787
|
if (current) return;
|
15310
|
-
transition_in(
|
15788
|
+
transition_in(clickable.$$.fragment, local);
|
15311
15789
|
current = true;
|
15312
15790
|
},
|
15313
15791
|
o(local) {
|
15314
|
-
transition_out(
|
15792
|
+
transition_out(clickable.$$.fragment, local);
|
15315
15793
|
current = false;
|
15316
15794
|
},
|
15317
15795
|
d(detaching) {
|
15318
|
-
|
15319
|
-
if (if_block) if_block.d();
|
15320
|
-
mounted = false;
|
15321
|
-
dispose();
|
15796
|
+
destroy_component(clickable, detaching);
|
15322
15797
|
}
|
15323
15798
|
};
|
15324
15799
|
}
|
@@ -15386,18 +15861,10 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
15386
15861
|
};
|
15387
15862
|
};
|
15388
15863
|
|
15389
|
-
function handleClick() {
|
15390
|
-
if (eventName) {
|
15391
|
-
send_event(eventName, eventValue);
|
15392
|
-
}
|
15393
|
-
|
15394
|
-
execOnClickOperation(onClick);
|
15395
|
-
}
|
15396
|
-
|
15397
15864
|
$$self.$$set = $$props => {
|
15398
|
-
if ('onClick' in $$props) $$invalidate(
|
15399
|
-
if ('eventName' in $$props) $$invalidate(
|
15400
|
-
if ('eventValue' in $$props) $$invalidate(
|
15865
|
+
if ('onClick' in $$props) $$invalidate(4, onClick = $$props.onClick);
|
15866
|
+
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
15867
|
+
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
15401
15868
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
15402
15869
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
15403
15870
|
};
|
@@ -15423,10 +15890,10 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
15423
15890
|
}
|
15424
15891
|
};
|
15425
15892
|
|
15426
|
-
return [props, layerId, style, VARIANTS,
|
15893
|
+
return [props, layerId, style, VARIANTS, onClick, eventName, eventValue];
|
15427
15894
|
}
|
15428
15895
|
|
15429
|
-
class
|
15896
|
+
class ButtonText extends SvelteComponent {
|
15430
15897
|
constructor(options) {
|
15431
15898
|
super();
|
15432
15899
|
|
@@ -15437,43 +15904,17 @@ class TextButton extends SvelteComponent {
|
|
15437
15904
|
create_fragment$7,
|
15438
15905
|
safe_not_equal,
|
15439
15906
|
{
|
15440
|
-
onClick:
|
15441
|
-
eventName:
|
15442
|
-
eventValue:
|
15907
|
+
onClick: 4,
|
15908
|
+
eventName: 5,
|
15909
|
+
eventValue: 6,
|
15443
15910
|
props: 0,
|
15444
15911
|
layerId: 1
|
15445
15912
|
},
|
15446
|
-
add_css$
|
15913
|
+
add_css$6
|
15447
15914
|
);
|
15448
15915
|
}
|
15449
15916
|
}
|
15450
15917
|
|
15451
|
-
const TEXT_BUTTON_SIZE = {
|
15452
|
-
extra_small: 'XSmall',
|
15453
|
-
small: 'Small',
|
15454
|
-
medium: 'Medium',
|
15455
|
-
large: 'Large',
|
15456
|
-
extra_large: 'XLarge',
|
15457
|
-
};
|
15458
|
-
const TEXT_BUTTON_COLOR = {
|
15459
|
-
default: 'デフォルト',
|
15460
|
-
theme: 'テーマカラー',
|
15461
|
-
alert: 'アラート',
|
15462
|
-
};
|
15463
|
-
const TEXT_BUTTON_ROUND = {
|
15464
|
-
default: 'デフォルト',
|
15465
|
-
none: 'なし',
|
15466
|
-
fulled: '円形',
|
15467
|
-
};
|
15468
|
-
const TEXT_BUTTON_LINK_TARGET = {
|
15469
|
-
_self: '画面内遷移',
|
15470
|
-
_blank: '別タブで開く',
|
15471
|
-
};
|
15472
|
-
const TEXT_BUTTON_ICON_ANGLE = {
|
15473
|
-
row: '左側',
|
15474
|
-
'row-reverse': '右側',
|
15475
|
-
};
|
15476
|
-
|
15477
15918
|
const CLOSE_BUTTON_PLACEMENT = {
|
15478
15919
|
topRight: 'topRight',
|
15479
15920
|
topLeft: 'topLeft',
|
@@ -15492,8 +15933,8 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15492
15933
|
|
15493
15934
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15494
15935
|
|
15495
|
-
function add_css$
|
15496
|
-
append_styles(target, "svelte-
|
15936
|
+
function add_css$5(target) {
|
15937
|
+
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}");
|
15497
15938
|
}
|
15498
15939
|
|
15499
15940
|
// (93:2) {#if hasLabel}
|
@@ -15519,7 +15960,7 @@ function create_if_block$2(ctx) {
|
|
15519
15960
|
|
15520
15961
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
15521
15962
|
? 'close-button-order-one'
|
15522
|
-
: '') + " svelte-
|
15963
|
+
: '') + " svelte-12v1h9t");
|
15523
15964
|
},
|
15524
15965
|
m(target, anchor) {
|
15525
15966
|
insert_hydration(target, span, anchor);
|
@@ -15611,7 +16052,7 @@ function create_fragment$6(ctx) {
|
|
15611
16052
|
attr(svg, "fill", /*color*/ ctx[6]);
|
15612
16053
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15613
16054
|
set_attributes(button, button_data);
|
15614
|
-
toggle_class(button, "svelte-
|
16055
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15615
16056
|
},
|
15616
16057
|
m(target, anchor) {
|
15617
16058
|
insert_hydration(target, button, anchor);
|
@@ -15652,7 +16093,7 @@ function create_fragment$6(ctx) {
|
|
15652
16093
|
dataAttrStopPropagation('click')
|
15653
16094
|
]));
|
15654
16095
|
|
15655
|
-
toggle_class(button, "svelte-
|
16096
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15656
16097
|
},
|
15657
16098
|
i: noop,
|
15658
16099
|
o: noop,
|
@@ -15772,18 +16213,18 @@ class CloseButton extends SvelteComponent {
|
|
15772
16213
|
eventName: 10,
|
15773
16214
|
eventValue: 11
|
15774
16215
|
},
|
15775
|
-
add_css$
|
16216
|
+
add_css$5
|
15776
16217
|
);
|
15777
16218
|
}
|
15778
16219
|
}
|
15779
16220
|
|
15780
16221
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15781
16222
|
|
15782
|
-
function add_css$
|
15783
|
-
append_styles(target, "svelte-
|
16223
|
+
function add_css$4(target) {
|
16224
|
+
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}");
|
15784
16225
|
}
|
15785
16226
|
|
15786
|
-
// (
|
16227
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15787
16228
|
function create_default_slot$1(ctx) {
|
15788
16229
|
let object;
|
15789
16230
|
let img;
|
@@ -15806,9 +16247,9 @@ function create_default_slot$1(ctx) {
|
|
15806
16247
|
h() {
|
15807
16248
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15808
16249
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15809
|
-
attr(img, "class", "image-img svelte-
|
16250
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
15810
16251
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15811
|
-
attr(object, "class", "image-object svelte-
|
16252
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
15812
16253
|
},
|
15813
16254
|
m(target, anchor) {
|
15814
16255
|
insert_hydration(target, object, anchor);
|
@@ -15834,12 +16275,13 @@ function create_default_slot$1(ctx) {
|
|
15834
16275
|
}
|
15835
16276
|
|
15836
16277
|
function create_fragment$5(ctx) {
|
15837
|
-
let div;
|
15838
16278
|
let clickable;
|
15839
16279
|
let current;
|
15840
16280
|
|
15841
16281
|
clickable = new Clickable({
|
15842
16282
|
props: {
|
16283
|
+
layerId: /*layerId*/ ctx[1],
|
16284
|
+
style: /*style*/ ctx[3],
|
15843
16285
|
onClick: /*props*/ ctx[0].onClick,
|
15844
16286
|
eventName: /*props*/ ctx[0].eventName,
|
15845
16287
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -15850,34 +16292,19 @@ function create_fragment$5(ctx) {
|
|
15850
16292
|
|
15851
16293
|
return {
|
15852
16294
|
c() {
|
15853
|
-
div = element("div");
|
15854
16295
|
create_component(clickable.$$.fragment);
|
15855
|
-
this.h();
|
15856
16296
|
},
|
15857
16297
|
l(nodes) {
|
15858
|
-
|
15859
|
-
"data-layer-id": true,
|
15860
|
-
class: true,
|
15861
|
-
style: true
|
15862
|
-
});
|
15863
|
-
|
15864
|
-
var div_nodes = children(div);
|
15865
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
15866
|
-
div_nodes.forEach(detach);
|
15867
|
-
this.h();
|
15868
|
-
},
|
15869
|
-
h() {
|
15870
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15871
|
-
attr(div, "class", "image svelte-1xwuxb4");
|
15872
|
-
attr(div, "style", /*style*/ ctx[3]);
|
16298
|
+
claim_component(clickable.$$.fragment, nodes);
|
15873
16299
|
},
|
15874
16300
|
m(target, anchor) {
|
15875
|
-
|
15876
|
-
mount_component(clickable, div, null);
|
16301
|
+
mount_component(clickable, target, anchor);
|
15877
16302
|
current = true;
|
15878
16303
|
},
|
15879
16304
|
p(ctx, [dirty]) {
|
15880
16305
|
const clickable_changes = {};
|
16306
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16307
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
15881
16308
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15882
16309
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15883
16310
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -15887,14 +16314,6 @@ function create_fragment$5(ctx) {
|
|
15887
16314
|
}
|
15888
16315
|
|
15889
16316
|
clickable.$set(clickable_changes);
|
15890
|
-
|
15891
|
-
if (!current || dirty & /*layerId*/ 2) {
|
15892
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15893
|
-
}
|
15894
|
-
|
15895
|
-
if (!current || dirty & /*style*/ 8) {
|
15896
|
-
attr(div, "style", /*style*/ ctx[3]);
|
15897
|
-
}
|
15898
16317
|
},
|
15899
16318
|
i(local) {
|
15900
16319
|
if (current) return;
|
@@ -15906,8 +16325,7 @@ function create_fragment$5(ctx) {
|
|
15906
16325
|
current = false;
|
15907
16326
|
},
|
15908
16327
|
d(detaching) {
|
15909
|
-
|
15910
|
-
destroy_component(clickable);
|
16328
|
+
destroy_component(clickable, detaching);
|
15911
16329
|
}
|
15912
16330
|
};
|
15913
16331
|
}
|
@@ -15927,6 +16345,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15927
16345
|
if ($$self.$$.dirty & /*props*/ 1) {
|
15928
16346
|
$$invalidate(3, style = objToStyle({
|
15929
16347
|
width: props.width ?? '100%',
|
16348
|
+
maxWidth: '100%',
|
16349
|
+
overflow: 'hidden',
|
16350
|
+
flexShrink: 0,
|
16351
|
+
display: 'flex',
|
16352
|
+
alignItems: 'center',
|
16353
|
+
justifyContent: 'center',
|
15930
16354
|
...toCssCommon(props)
|
15931
16355
|
}));
|
15932
16356
|
}
|
@@ -15942,7 +16366,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15942
16366
|
class Image extends SvelteComponent {
|
15943
16367
|
constructor(options) {
|
15944
16368
|
super();
|
15945
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
16369
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
15946
16370
|
}
|
15947
16371
|
}
|
15948
16372
|
|
@@ -16077,7 +16501,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
16077
16501
|
rowGap: props.rowGap,
|
16078
16502
|
columnGap: props.columnGap,
|
16079
16503
|
width: props.width,
|
16080
|
-
|
16504
|
+
...toCssOverflow(props),
|
16081
16505
|
...toCssShadow(props),
|
16082
16506
|
...toCssRadius(props),
|
16083
16507
|
...toCssBackgroundImage(props),
|
@@ -16106,14 +16530,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16106
16530
|
|
16107
16531
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16108
16532
|
|
16533
|
+
function add_css$3(target) {
|
16534
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16535
|
+
}
|
16536
|
+
|
16109
16537
|
function get_each_context(ctx, list, i) {
|
16110
16538
|
const child_ctx = ctx.slice();
|
16111
|
-
child_ctx[
|
16112
|
-
child_ctx[
|
16539
|
+
child_ctx[29] = list[i];
|
16540
|
+
child_ctx[31] = i;
|
16113
16541
|
return child_ctx;
|
16114
16542
|
}
|
16115
16543
|
|
16116
|
-
// (
|
16544
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
16117
16545
|
function create_each_block(ctx) {
|
16118
16546
|
let button;
|
16119
16547
|
let i_1;
|
@@ -16123,7 +16551,7 @@ function create_each_block(ctx) {
|
|
16123
16551
|
let dispose;
|
16124
16552
|
|
16125
16553
|
function click_handler() {
|
16126
|
-
return /*click_handler*/ ctx[
|
16554
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
16127
16555
|
}
|
16128
16556
|
|
16129
16557
|
return {
|
@@ -16146,11 +16574,15 @@ function create_each_block(ctx) {
|
|
16146
16574
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
16147
16575
|
.../*indicatorItemStyle*/ ctx[3],
|
16148
16576
|
...{
|
16149
|
-
background: /*indicator*/ ctx[
|
16577
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16150
16578
|
}
|
16151
16579
|
}));
|
16152
16580
|
|
16153
|
-
attr(button, "style", objToStyle({
|
16581
|
+
attr(button, "style", objToStyle({
|
16582
|
+
padding: '4px',
|
16583
|
+
border: 0,
|
16584
|
+
background: 'none'
|
16585
|
+
}));
|
16154
16586
|
},
|
16155
16587
|
m(target, anchor) {
|
16156
16588
|
insert_hydration(target, button, anchor);
|
@@ -16165,10 +16597,10 @@ function create_each_block(ctx) {
|
|
16165
16597
|
p(new_ctx, dirty) {
|
16166
16598
|
ctx = new_ctx;
|
16167
16599
|
|
16168
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16600
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16169
16601
|
.../*indicatorItemStyle*/ ctx[3],
|
16170
16602
|
...{
|
16171
|
-
background: /*indicator*/ ctx[
|
16603
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16172
16604
|
}
|
16173
16605
|
}))) {
|
16174
16606
|
attr(i_1, "style", i_1_style_value);
|
@@ -16189,8 +16621,10 @@ function create_fragment$3(ctx) {
|
|
16189
16621
|
let t;
|
16190
16622
|
let div1;
|
16191
16623
|
let current;
|
16192
|
-
|
16193
|
-
|
16624
|
+
let mounted;
|
16625
|
+
let dispose;
|
16626
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
16627
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
16194
16628
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
16195
16629
|
let each_blocks = [];
|
16196
16630
|
|
@@ -16215,7 +16649,7 @@ function create_fragment$3(ctx) {
|
|
16215
16649
|
l(nodes) {
|
16216
16650
|
div2 = claim_element(nodes, "DIV", { "data-layer-id": true, style: true });
|
16217
16651
|
var div2_nodes = children(div2);
|
16218
|
-
div0 = claim_element(div2_nodes, "DIV", { style: true });
|
16652
|
+
div0 = claim_element(div2_nodes, "DIV", { class: true, style: true });
|
16219
16653
|
var div0_nodes = children(div0);
|
16220
16654
|
if (default_slot) default_slot.l(div0_nodes);
|
16221
16655
|
div0_nodes.forEach(detach);
|
@@ -16232,6 +16666,7 @@ function create_fragment$3(ctx) {
|
|
16232
16666
|
this.h();
|
16233
16667
|
},
|
16234
16668
|
h() {
|
16669
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
16235
16670
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16236
16671
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16237
16672
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -16245,7 +16680,7 @@ function create_fragment$3(ctx) {
|
|
16245
16680
|
default_slot.m(div0, null);
|
16246
16681
|
}
|
16247
16682
|
|
16248
|
-
/*div0_binding*/ ctx[
|
16683
|
+
/*div0_binding*/ ctx[18](div0);
|
16249
16684
|
append_hydration(div2, t);
|
16250
16685
|
append_hydration(div2, div1);
|
16251
16686
|
|
@@ -16254,28 +16689,37 @@ function create_fragment$3(ctx) {
|
|
16254
16689
|
}
|
16255
16690
|
|
16256
16691
|
current = true;
|
16692
|
+
|
16693
|
+
if (!mounted) {
|
16694
|
+
dispose = [
|
16695
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
16696
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
16697
|
+
];
|
16698
|
+
|
16699
|
+
mounted = true;
|
16700
|
+
}
|
16257
16701
|
},
|
16258
|
-
p(ctx,
|
16702
|
+
p(ctx, dirty) {
|
16259
16703
|
if (default_slot) {
|
16260
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
16704
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
16261
16705
|
update_slot_base(
|
16262
16706
|
default_slot,
|
16263
16707
|
default_slot_template,
|
16264
16708
|
ctx,
|
16265
|
-
/*$$scope*/ ctx[
|
16709
|
+
/*$$scope*/ ctx[16],
|
16266
16710
|
!current
|
16267
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
16268
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
16711
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
16712
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
16269
16713
|
null
|
16270
16714
|
);
|
16271
16715
|
}
|
16272
16716
|
}
|
16273
16717
|
|
16274
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16718
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16275
16719
|
attr(div0, "style", div0_style_value);
|
16276
16720
|
}
|
16277
16721
|
|
16278
|
-
if (dirty & /*
|
16722
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
16279
16723
|
each_value = /*indicators*/ ctx[7] ?? [];
|
16280
16724
|
let i;
|
16281
16725
|
|
@@ -16298,15 +16742,15 @@ function create_fragment$3(ctx) {
|
|
16298
16742
|
each_blocks.length = each_value.length;
|
16299
16743
|
}
|
16300
16744
|
|
16301
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
16745
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
16302
16746
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16303
16747
|
}
|
16304
16748
|
|
16305
|
-
if (!current || dirty & /*layerId*/ 1) {
|
16749
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
16306
16750
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
16307
16751
|
}
|
16308
16752
|
|
16309
|
-
if (!current || dirty & /*style*/ 64) {
|
16753
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
16310
16754
|
attr(div2, "style", /*style*/ ctx[6]);
|
16311
16755
|
}
|
16312
16756
|
},
|
@@ -16322,8 +16766,10 @@ function create_fragment$3(ctx) {
|
|
16322
16766
|
d(detaching) {
|
16323
16767
|
if (detaching) detach(div2);
|
16324
16768
|
if (default_slot) default_slot.d(detaching);
|
16325
|
-
/*div0_binding*/ ctx[
|
16769
|
+
/*div0_binding*/ ctx[18](null);
|
16326
16770
|
destroy_each(each_blocks, detaching);
|
16771
|
+
mounted = false;
|
16772
|
+
run_all(dispose);
|
16327
16773
|
}
|
16328
16774
|
};
|
16329
16775
|
}
|
@@ -16341,9 +16787,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16341
16787
|
let { overrideStyle } = $$props;
|
16342
16788
|
let slotElement;
|
16343
16789
|
let currentIndex = 0;
|
16790
|
+
let startX = 0;
|
16791
|
+
let movedX = null;
|
16344
16792
|
let childCount = slotElement?.children?.length ?? 0;
|
16345
16793
|
|
16346
|
-
const calcTransformX = (index, itemCount) => {
|
16794
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
16347
16795
|
if (index === 0) return undefined;
|
16348
16796
|
|
16349
16797
|
const movingX = (() => {
|
@@ -16361,24 +16809,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16361
16809
|
return result;
|
16362
16810
|
})();
|
16363
16811
|
|
16364
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
16812
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
16365
16813
|
};
|
16366
16814
|
|
16367
16815
|
const handleClickIndicator = index => {
|
16368
|
-
$$invalidate(
|
16816
|
+
$$invalidate(12, currentIndex = index);
|
16369
16817
|
};
|
16370
16818
|
|
16371
16819
|
const setChildCount = () => {
|
16372
16820
|
const count = slotElement?.children?.length ?? 0;
|
16373
16821
|
|
16374
16822
|
if (count !== childCount) {
|
16375
|
-
$$invalidate(
|
16823
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
16824
|
+
}
|
16825
|
+
};
|
16826
|
+
|
16827
|
+
const toNext = (loop = false) => {
|
16828
|
+
if (currentIndex < childCount - 1) {
|
16829
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
16830
|
+
} else if (loop) {
|
16831
|
+
$$invalidate(12, currentIndex = 0);
|
16832
|
+
}
|
16833
|
+
};
|
16834
|
+
|
16835
|
+
const toPrev = (loop = false) => {
|
16836
|
+
if (currentIndex > 0) {
|
16837
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
16838
|
+
}
|
16839
|
+
};
|
16840
|
+
|
16841
|
+
const handleTouchmove = e => {
|
16842
|
+
startX = startX - e.touches[0].clientX;
|
16843
|
+
};
|
16844
|
+
|
16845
|
+
const handleTouchend = e => {
|
16846
|
+
if (movedX >= 32) {
|
16847
|
+
toNext();
|
16848
|
+
} else if (movedX <= -32) {
|
16849
|
+
toPrev();
|
16850
|
+
}
|
16851
|
+
|
16852
|
+
$$invalidate(13, movedX = null);
|
16853
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
16854
|
+
document.removeEventListener('touchend', handleTouchend);
|
16855
|
+
};
|
16856
|
+
|
16857
|
+
const handleTouchstart = e => {
|
16858
|
+
startX = e.touches[0].clientX;
|
16859
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
16860
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
16861
|
+
};
|
16862
|
+
|
16863
|
+
const handleMousemove = e => {
|
16864
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
16865
|
+
};
|
16866
|
+
|
16867
|
+
const handleMouseup = e => {
|
16868
|
+
if (movedX >= 32) {
|
16869
|
+
toNext();
|
16870
|
+
} else if (movedX <= -32) {
|
16871
|
+
toPrev();
|
16376
16872
|
}
|
16873
|
+
|
16874
|
+
$$invalidate(13, movedX = null);
|
16875
|
+
document.removeEventListener('mousemove', handleMousemove);
|
16876
|
+
document.removeEventListener('mouseup', handleMouseup);
|
16877
|
+
};
|
16878
|
+
|
16879
|
+
const handleMousedown = e => {
|
16880
|
+
console.log('mousedown');
|
16881
|
+
startX = e.clientX;
|
16882
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
16883
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
16377
16884
|
};
|
16378
16885
|
|
16379
16886
|
onMount$1(() => {
|
16380
16887
|
setChildCount();
|
16381
16888
|
setInterval(setChildCount, 300);
|
16889
|
+
|
16890
|
+
if (props.auto) {
|
16891
|
+
setInterval(
|
16892
|
+
() => {
|
16893
|
+
toNext(true);
|
16894
|
+
},
|
16895
|
+
props.interval ?? 5000
|
16896
|
+
);
|
16897
|
+
}
|
16382
16898
|
});
|
16383
16899
|
|
16384
16900
|
function div0_binding($$value) {
|
@@ -16392,21 +16908,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16392
16908
|
|
16393
16909
|
$$self.$$set = $$props => {
|
16394
16910
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
16395
|
-
if ('props' in $$props) $$invalidate(
|
16911
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
16396
16912
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
16397
|
-
if ('$$scope' in $$props) $$invalidate(
|
16913
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
16398
16914
|
};
|
16399
16915
|
|
16400
16916
|
$$self.$$.update = () => {
|
16401
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
16917
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
16402
16918
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
16403
16919
|
}
|
16404
16920
|
|
16405
|
-
if ($$self.$$.dirty & /*props*/
|
16406
|
-
$$invalidate(
|
16921
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
16922
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
16407
16923
|
}
|
16408
16924
|
|
16409
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
16925
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
16410
16926
|
$$invalidate(5, containerStyle = objToStyle({
|
16411
16927
|
display: 'grid',
|
16412
16928
|
// marginInline: `-${props.gap}px`,
|
@@ -16415,8 +16931,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16415
16931
|
gridAutoFlow: 'column',
|
16416
16932
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
16417
16933
|
flexShrink: 0,
|
16418
|
-
transition: 'transform 0.5s',
|
16419
|
-
transform: calcTransformX(currentIndex, childCount)
|
16934
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
16935
|
+
transform: calcTransformX(currentIndex, childCount),
|
16936
|
+
userSelect: 'none'
|
16420
16937
|
}));
|
16421
16938
|
}
|
16422
16939
|
};
|
@@ -16435,7 +16952,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16435
16952
|
height: '8px',
|
16436
16953
|
borderRadius: '100%',
|
16437
16954
|
display: 'block',
|
16438
|
-
background: '#AAAAAA'
|
16955
|
+
background: '#AAAAAA',
|
16956
|
+
border: 0
|
16439
16957
|
});
|
16440
16958
|
|
16441
16959
|
return [
|
@@ -16448,8 +16966,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16448
16966
|
style,
|
16449
16967
|
indicators,
|
16450
16968
|
handleClickIndicator,
|
16969
|
+
handleTouchstart,
|
16970
|
+
handleMousedown,
|
16451
16971
|
props,
|
16452
16972
|
currentIndex,
|
16973
|
+
movedX,
|
16453
16974
|
childCount,
|
16454
16975
|
itemWidthPercentage,
|
16455
16976
|
$$scope,
|
@@ -16462,7 +16983,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16462
16983
|
class Slider extends SvelteComponent {
|
16463
16984
|
constructor(options) {
|
16464
16985
|
super();
|
16465
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
16986
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
16466
16987
|
}
|
16467
16988
|
}
|
16468
16989
|
|
@@ -16524,7 +17045,7 @@ const TEXT_VARIANTS = {
|
|
16524
17045
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
16525
17046
|
|
16526
17047
|
function add_css$2(target) {
|
16527
|
-
append_styles(target, "svelte-
|
17048
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
16528
17049
|
}
|
16529
17050
|
|
16530
17051
|
function create_fragment$2(ctx) {
|
@@ -16548,7 +17069,7 @@ function create_fragment$2(ctx) {
|
|
16548
17069
|
},
|
16549
17070
|
h() {
|
16550
17071
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
16551
|
-
attr(p, "class", "text svelte-
|
17072
|
+
attr(p, "class", "text svelte-1vl0c87");
|
16552
17073
|
attr(p, "style", /*style*/ ctx[1]);
|
16553
17074
|
},
|
16554
17075
|
m(target, anchor) {
|
@@ -16640,7 +17161,7 @@ const LAYER_TEXT_SIZE = {
|
|
16640
17161
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
16641
17162
|
|
16642
17163
|
function add_css$1(target) {
|
16643
|
-
append_styles(target, "svelte-
|
17164
|
+
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}");
|
16644
17165
|
}
|
16645
17166
|
|
16646
17167
|
// (14:0) {#if backgroundOverlay}
|
@@ -16661,7 +17182,7 @@ function create_if_block$1(ctx) {
|
|
16661
17182
|
this.h();
|
16662
17183
|
},
|
16663
17184
|
h() {
|
16664
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17185
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
16665
17186
|
},
|
16666
17187
|
m(target, anchor) {
|
16667
17188
|
insert_hydration(target, div, anchor);
|
@@ -16672,7 +17193,7 @@ function create_if_block$1(ctx) {
|
|
16672
17193
|
}
|
16673
17194
|
},
|
16674
17195
|
p(ctx, dirty) {
|
16675
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17196
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
16676
17197
|
attr(div, "class", div_class_value);
|
16677
17198
|
}
|
16678
17199
|
},
|
@@ -16748,7 +17269,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
16748
17269
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
16749
17270
|
|
16750
17271
|
function add_css(target) {
|
16751
|
-
append_styles(target, "svelte-
|
17272
|
+
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}}");
|
16752
17273
|
}
|
16753
17274
|
|
16754
17275
|
// (253:0) {:else}
|
@@ -16914,7 +17435,7 @@ function create_if_block(ctx) {
|
|
16914
17435
|
this.h();
|
16915
17436
|
},
|
16916
17437
|
h() {
|
16917
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17438
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
16918
17439
|
attr(div, "role", "dialog");
|
16919
17440
|
attr(div, "aria-modal", "true");
|
16920
17441
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -16947,7 +17468,7 @@ function create_if_block(ctx) {
|
|
16947
17468
|
}
|
16948
17469
|
}
|
16949
17470
|
|
16950
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17471
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
16951
17472
|
attr(div, "class", div_class_value);
|
16952
17473
|
}
|
16953
17474
|
},
|
@@ -17440,4 +17961,4 @@ const ROUND_STYLES = {
|
|
17440
17961
|
},
|
17441
17962
|
};
|
17442
17963
|
|
17443
|
-
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,
|
17964
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, ButtonOutlined as FlexButtonOutlined, ButtonText as FlexButtonText, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|