@plaidev/karte-action-sdk 1.1.245 → 1.1.246-28737598.88cb0f93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +33 -25
- package/dist/hydrate/index.es.js +1274 -747
- package/dist/index.es.d.ts +33 -25
- package/dist/index.es.js +1233 -737
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
- package/meta/karte-action-sdk.api.json +0 -6318
package/dist/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,18 +3974,18 @@ 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}
|
3989
3989
|
function create_else_block$5(ctx) {
|
3990
3990
|
let backgroundoverlay;
|
3991
3991
|
let current;
|
@@ -4032,7 +4032,7 @@ function create_else_block$5(ctx) {
|
|
4032
4032
|
};
|
4033
4033
|
}
|
4034
4034
|
|
4035
|
-
// (
|
4035
|
+
// (267:24)
|
4036
4036
|
function create_if_block_3(ctx) {
|
4037
4037
|
let backgroundoverlay0;
|
4038
4038
|
let t;
|
@@ -4106,7 +4106,7 @@ function create_if_block_3(ctx) {
|
|
4106
4106
|
};
|
4107
4107
|
}
|
4108
4108
|
|
4109
|
-
// (
|
4109
|
+
// (265:0) {#if isPreview()}
|
4110
4110
|
function create_if_block_2$1(ctx) {
|
4111
4111
|
return {
|
4112
4112
|
c: noop,
|
@@ -4119,8 +4119,8 @@ function create_if_block_2$1(ctx) {
|
|
4119
4119
|
};
|
4120
4120
|
}
|
4121
4121
|
|
4122
|
-
// (
|
4123
|
-
function create_if_block$
|
4122
|
+
// (281:0) {#if visible}
|
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$c] },
|
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
|
},
|
@@ -4214,7 +4214,7 @@ function create_if_block$c(ctx) {
|
|
4214
4214
|
};
|
4215
4215
|
}
|
4216
4216
|
|
4217
|
-
// (
|
4217
|
+
// (294:6) {#if closable}
|
4218
4218
|
function create_if_block_1$3(ctx) {
|
4219
4219
|
let div;
|
4220
4220
|
let button;
|
@@ -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) {
|
@@ -4286,7 +4286,7 @@ function create_if_block_1$3(ctx) {
|
|
4286
4286
|
};
|
4287
4287
|
}
|
4288
4288
|
|
4289
|
-
// (
|
4289
|
+
// (296:10) <Button onClick={onClose} style={_closeStyle} eventName={closeEventName} eventValue={closeEventValue} >
|
4290
4290
|
function create_default_slot_1$1(ctx) {
|
4291
4291
|
let svg;
|
4292
4292
|
let path;
|
@@ -4343,8 +4343,8 @@ function create_default_slot_1$1(ctx) {
|
|
4343
4343
|
};
|
4344
4344
|
}
|
4345
4345
|
|
4346
|
-
// (
|
4347
|
-
function create_default_slot$
|
4346
|
+
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4347
|
+
function create_default_slot$c(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;
|
@@ -4598,8 +4598,9 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
4598
4598
|
let { _closeStyle = '' } = $$props;
|
4599
4599
|
|
4600
4600
|
// モーダル背景の設定
|
4601
|
-
|
4601
|
+
placement && placement.backgroundOverlay !== undefined;
|
4602
4602
|
|
4603
|
+
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
4603
4604
|
let backgroundOverlayPC = DefaultModalPlacement.backgroundOverlay;
|
4604
4605
|
let backgroundOverlaySP = DefaultModalPlacement.backgroundOverlay;
|
4605
4606
|
|
@@ -4853,8 +4854,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4853
4854
|
init(
|
4854
4855
|
this,
|
4855
4856
|
options,
|
4856
|
-
instance$
|
4857
|
-
create_fragment$
|
4857
|
+
instance$1a,
|
4858
|
+
create_fragment$1a,
|
4858
4859
|
safe_not_equal,
|
4859
4860
|
{
|
4860
4861
|
onClick: 0,
|
@@ -4872,7 +4873,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4872
4873
|
closeButtonColor: 9,
|
4873
4874
|
_closeStyle: 10
|
4874
4875
|
},
|
4875
|
-
add_css$
|
4876
|
+
add_css$C,
|
4876
4877
|
[-1, -1]
|
4877
4878
|
);
|
4878
4879
|
}
|
@@ -4880,7 +4881,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4880
4881
|
|
4881
4882
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4882
4883
|
|
4883
|
-
function create_fragment$
|
4884
|
+
function create_fragment$19(ctx) {
|
4884
4885
|
let div;
|
4885
4886
|
let current;
|
4886
4887
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4948,7 +4949,7 @@ function create_fragment$16(ctx) {
|
|
4948
4949
|
};
|
4949
4950
|
}
|
4950
4951
|
|
4951
|
-
function instance$
|
4952
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4952
4953
|
let _style;
|
4953
4954
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4954
4955
|
let { width = '512px' } = $$props;
|
@@ -4993,7 +4994,7 @@ class Grid extends SvelteComponent {
|
|
4993
4994
|
constructor(options) {
|
4994
4995
|
super();
|
4995
4996
|
|
4996
|
-
init(this, options, instance$
|
4997
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4997
4998
|
width: 1,
|
4998
4999
|
height: 2,
|
4999
5000
|
rows: 3,
|
@@ -5006,11 +5007,11 @@ class Grid extends SvelteComponent {
|
|
5006
5007
|
|
5007
5008
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5008
5009
|
|
5009
|
-
function add_css$
|
5010
|
-
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}");
|
5011
5012
|
}
|
5012
5013
|
|
5013
|
-
function create_fragment$
|
5014
|
+
function create_fragment$18(ctx) {
|
5014
5015
|
let div1;
|
5015
5016
|
let div0;
|
5016
5017
|
let current;
|
@@ -5041,8 +5042,8 @@ function create_fragment$15(ctx) {
|
|
5041
5042
|
this.h();
|
5042
5043
|
},
|
5043
5044
|
h() {
|
5044
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5045
|
-
attr(div1, "class", "grid-item svelte-
|
5045
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5046
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5046
5047
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5047
5048
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5048
5049
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5103,7 +5104,7 @@ function create_fragment$15(ctx) {
|
|
5103
5104
|
|
5104
5105
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5105
5106
|
|
5106
|
-
function instance$
|
5107
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5107
5108
|
let _style;
|
5108
5109
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5109
5110
|
let { x1 } = $$props;
|
@@ -5152,8 +5153,8 @@ class GridItem extends SvelteComponent {
|
|
5152
5153
|
init(
|
5153
5154
|
this,
|
5154
5155
|
options,
|
5155
|
-
instance$
|
5156
|
-
create_fragment$
|
5156
|
+
instance$18,
|
5157
|
+
create_fragment$18,
|
5157
5158
|
safe_not_equal,
|
5158
5159
|
{
|
5159
5160
|
x1: 2,
|
@@ -5164,7 +5165,7 @@ class GridItem extends SvelteComponent {
|
|
5164
5165
|
background: 7,
|
5165
5166
|
gridItemId: 0
|
5166
5167
|
},
|
5167
|
-
add_css$
|
5168
|
+
add_css$B
|
5168
5169
|
);
|
5169
5170
|
}
|
5170
5171
|
}
|
@@ -5202,7 +5203,7 @@ function create_else_block$4(ctx) {
|
|
5202
5203
|
}
|
5203
5204
|
|
5204
5205
|
// (11:2) {#if item.match(regexp)}
|
5205
|
-
function create_if_block$
|
5206
|
+
function create_if_block$c(ctx) {
|
5206
5207
|
let br;
|
5207
5208
|
|
5208
5209
|
return {
|
@@ -5230,7 +5231,7 @@ function create_each_block$7(ctx) {
|
|
5230
5231
|
function select_block_type(ctx, dirty) {
|
5231
5232
|
if (dirty & /*items*/ 1) show_if = null;
|
5232
5233
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5233
|
-
if (show_if) return create_if_block$
|
5234
|
+
if (show_if) return create_if_block$c;
|
5234
5235
|
return create_else_block$4;
|
5235
5236
|
}
|
5236
5237
|
|
@@ -5270,7 +5271,7 @@ function create_each_block$7(ctx) {
|
|
5270
5271
|
};
|
5271
5272
|
}
|
5272
5273
|
|
5273
|
-
function create_fragment$
|
5274
|
+
function create_fragment$17(ctx) {
|
5274
5275
|
let each_1_anchor;
|
5275
5276
|
let each_value = /*items*/ ctx[0];
|
5276
5277
|
let each_blocks = [];
|
@@ -5336,7 +5337,7 @@ function create_fragment$14(ctx) {
|
|
5336
5337
|
|
5337
5338
|
const regexp = /(\r?\n)/;
|
5338
5339
|
|
5339
|
-
function instance$
|
5340
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5340
5341
|
let items;
|
5341
5342
|
let { text = 'サンプルSample' } = $$props;
|
5342
5343
|
|
@@ -5357,14 +5358,14 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5357
5358
|
class RenderText extends SvelteComponent {
|
5358
5359
|
constructor(options) {
|
5359
5360
|
super();
|
5360
|
-
init(this, options, instance$
|
5361
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5361
5362
|
}
|
5362
5363
|
}
|
5363
5364
|
|
5364
5365
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5365
5366
|
|
5366
|
-
function add_css$
|
5367
|
-
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}");
|
5368
5369
|
}
|
5369
5370
|
|
5370
5371
|
// (94:2) {:else}
|
@@ -5394,8 +5395,8 @@ function create_else_block$3(ctx) {
|
|
5394
5395
|
this.h();
|
5395
5396
|
},
|
5396
5397
|
h() {
|
5397
|
-
attr(div0, "class", "text-element-inner svelte-
|
5398
|
-
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"));
|
5399
5400
|
attr(div1, "style", /*style*/ ctx[5]);
|
5400
5401
|
},
|
5401
5402
|
m(target, anchor) {
|
@@ -5409,7 +5410,7 @@ function create_else_block$3(ctx) {
|
|
5409
5410
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5410
5411
|
rendertext.$set(rendertext_changes);
|
5411
5412
|
|
5412
|
-
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"))) {
|
5413
5414
|
attr(div1, "class", div1_class_value);
|
5414
5415
|
}
|
5415
5416
|
|
@@ -5434,7 +5435,7 @@ function create_else_block$3(ctx) {
|
|
5434
5435
|
}
|
5435
5436
|
|
5436
5437
|
// (80:2) {#if enableCopy}
|
5437
|
-
function create_if_block$
|
5438
|
+
function create_if_block$b(ctx) {
|
5438
5439
|
let a;
|
5439
5440
|
let div0;
|
5440
5441
|
let rendertext;
|
@@ -5484,12 +5485,12 @@ function create_if_block$a(ctx) {
|
|
5484
5485
|
this.h();
|
5485
5486
|
},
|
5486
5487
|
h() {
|
5487
|
-
attr(div0, "class", "text-element-inner svelte-
|
5488
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5488
5489
|
attr(a, "href", '');
|
5489
|
-
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"));
|
5490
5491
|
attr(a, "style", /*style*/ ctx[5]);
|
5491
|
-
attr(div1, "class", "tooltip svelte-
|
5492
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5492
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5493
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5493
5494
|
},
|
5494
5495
|
m(target, anchor) {
|
5495
5496
|
insert_hydration(target, a, anchor);
|
@@ -5515,7 +5516,7 @@ function create_if_block$a(ctx) {
|
|
5515
5516
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5516
5517
|
rendertext.$set(rendertext_changes);
|
5517
5518
|
|
5518
|
-
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"))) {
|
5519
5520
|
attr(a, "class", a_class_value);
|
5520
5521
|
}
|
5521
5522
|
|
@@ -5547,12 +5548,12 @@ function create_if_block$a(ctx) {
|
|
5547
5548
|
};
|
5548
5549
|
}
|
5549
5550
|
|
5550
|
-
function create_fragment$
|
5551
|
+
function create_fragment$16(ctx) {
|
5551
5552
|
let div;
|
5552
5553
|
let current_block_type_index;
|
5553
5554
|
let if_block;
|
5554
5555
|
let current;
|
5555
|
-
const if_block_creators = [create_if_block$
|
5556
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5556
5557
|
const if_blocks = [];
|
5557
5558
|
|
5558
5559
|
function select_block_type(ctx, dirty) {
|
@@ -5577,7 +5578,7 @@ function create_fragment$13(ctx) {
|
|
5577
5578
|
this.h();
|
5578
5579
|
},
|
5579
5580
|
h() {
|
5580
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5581
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5581
5582
|
},
|
5582
5583
|
m(target, anchor) {
|
5583
5584
|
insert_hydration(target, div, anchor);
|
@@ -5627,7 +5628,7 @@ function create_fragment$13(ctx) {
|
|
5627
5628
|
};
|
5628
5629
|
}
|
5629
5630
|
|
5630
|
-
function instance$
|
5631
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5631
5632
|
let style;
|
5632
5633
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5633
5634
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5723,8 +5724,8 @@ class TextElement extends SvelteComponent {
|
|
5723
5724
|
init(
|
5724
5725
|
this,
|
5725
5726
|
options,
|
5726
|
-
instance$
|
5727
|
-
create_fragment$
|
5727
|
+
instance$16,
|
5728
|
+
create_fragment$16,
|
5728
5729
|
safe_not_equal,
|
5729
5730
|
{
|
5730
5731
|
text: 0,
|
@@ -5735,19 +5736,19 @@ class TextElement extends SvelteComponent {
|
|
5735
5736
|
enableCopy: 2,
|
5736
5737
|
eventName: 10
|
5737
5738
|
},
|
5738
|
-
add_css$
|
5739
|
+
add_css$A
|
5739
5740
|
);
|
5740
5741
|
}
|
5741
5742
|
}
|
5742
5743
|
|
5743
5744
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5744
5745
|
|
5745
|
-
function add_css$
|
5746
|
-
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)}");
|
5747
5748
|
}
|
5748
5749
|
|
5749
5750
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5750
|
-
function create_default_slot$
|
5751
|
+
function create_default_slot$b(ctx) {
|
5751
5752
|
let rendertext;
|
5752
5753
|
let current;
|
5753
5754
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5783,7 +5784,7 @@ function create_default_slot$a(ctx) {
|
|
5783
5784
|
};
|
5784
5785
|
}
|
5785
5786
|
|
5786
|
-
function create_fragment$
|
5787
|
+
function create_fragment$15(ctx) {
|
5787
5788
|
let div;
|
5788
5789
|
let button;
|
5789
5790
|
let current;
|
@@ -5793,7 +5794,7 @@ function create_fragment$12(ctx) {
|
|
5793
5794
|
onClick: /*onClick*/ ctx[1],
|
5794
5795
|
style: /*style*/ ctx[3],
|
5795
5796
|
eventName: /*eventName*/ ctx[2],
|
5796
|
-
$$slots: { default: [create_default_slot$
|
5797
|
+
$$slots: { default: [create_default_slot$b] },
|
5797
5798
|
$$scope: { ctx }
|
5798
5799
|
}
|
5799
5800
|
});
|
@@ -5812,7 +5813,7 @@ function create_fragment$12(ctx) {
|
|
5812
5813
|
this.h();
|
5813
5814
|
},
|
5814
5815
|
h() {
|
5815
|
-
attr(div, "class", "text-button-element svelte-
|
5816
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5816
5817
|
},
|
5817
5818
|
m(target, anchor) {
|
5818
5819
|
insert_hydration(target, div, anchor);
|
@@ -5847,7 +5848,7 @@ function create_fragment$12(ctx) {
|
|
5847
5848
|
};
|
5848
5849
|
}
|
5849
5850
|
|
5850
|
-
function instance$
|
5851
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5851
5852
|
let style;
|
5852
5853
|
let { text = 'ボタンのラベル' } = $$props;
|
5853
5854
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5885,8 +5886,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5885
5886
|
init(
|
5886
5887
|
this,
|
5887
5888
|
options,
|
5888
|
-
instance$
|
5889
|
-
create_fragment$
|
5889
|
+
instance$15,
|
5890
|
+
create_fragment$15,
|
5890
5891
|
safe_not_equal,
|
5891
5892
|
{
|
5892
5893
|
text: 0,
|
@@ -5896,19 +5897,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5896
5897
|
_buttonStyle: 5,
|
5897
5898
|
_style: 6
|
5898
5899
|
},
|
5899
|
-
add_css$
|
5900
|
+
add_css$z
|
5900
5901
|
);
|
5901
5902
|
}
|
5902
5903
|
}
|
5903
5904
|
|
5904
5905
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5905
5906
|
|
5906
|
-
function add_css$
|
5907
|
-
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%}");
|
5908
5909
|
}
|
5909
5910
|
|
5910
5911
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5911
|
-
function create_default_slot$
|
5912
|
+
function create_default_slot$a(ctx) {
|
5912
5913
|
let img;
|
5913
5914
|
let img_style_value;
|
5914
5915
|
let img_src_value;
|
@@ -5932,7 +5933,7 @@ function create_default_slot$9(ctx) {
|
|
5932
5933
|
this.h();
|
5933
5934
|
},
|
5934
5935
|
h() {
|
5935
|
-
attr(img, "class", "image svelte-
|
5936
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5936
5937
|
attr(img, "loading", "lazy");
|
5937
5938
|
attr(img, "width", "auto");
|
5938
5939
|
attr(img, "height", "auto");
|
@@ -5974,7 +5975,7 @@ function create_default_slot$9(ctx) {
|
|
5974
5975
|
};
|
5975
5976
|
}
|
5976
5977
|
|
5977
|
-
function create_fragment$
|
5978
|
+
function create_fragment$14(ctx) {
|
5978
5979
|
let div;
|
5979
5980
|
let button;
|
5980
5981
|
let div_class_value;
|
@@ -5985,7 +5986,7 @@ function create_fragment$11(ctx) {
|
|
5985
5986
|
onClick: /*onClick*/ ctx[4],
|
5986
5987
|
style: /*_style*/ ctx[7],
|
5987
5988
|
eventName: /*eventName*/ ctx[5],
|
5988
|
-
$$slots: { default: [create_default_slot$
|
5989
|
+
$$slots: { default: [create_default_slot$a] },
|
5989
5990
|
$$scope: { ctx }
|
5990
5991
|
}
|
5991
5992
|
});
|
@@ -6004,7 +6005,7 @@ function create_fragment$11(ctx) {
|
|
6004
6005
|
this.h();
|
6005
6006
|
},
|
6006
6007
|
h() {
|
6007
|
-
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");
|
6008
6009
|
},
|
6009
6010
|
m(target, anchor) {
|
6010
6011
|
insert_hydration(target, div, anchor);
|
@@ -6023,7 +6024,7 @@ function create_fragment$11(ctx) {
|
|
6023
6024
|
|
6024
6025
|
button.$set(button_changes);
|
6025
6026
|
|
6026
|
-
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")) {
|
6027
6028
|
attr(div, "class", div_class_value);
|
6028
6029
|
}
|
6029
6030
|
},
|
@@ -6043,7 +6044,7 @@ function create_fragment$11(ctx) {
|
|
6043
6044
|
};
|
6044
6045
|
}
|
6045
6046
|
|
6046
|
-
function instance$
|
6047
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6047
6048
|
let { src = '' } = $$props;
|
6048
6049
|
let { alt = '画像の説明' } = $$props;
|
6049
6050
|
let { transport = false } = $$props;
|
@@ -6074,8 +6075,8 @@ class ImageElement extends SvelteComponent {
|
|
6074
6075
|
init(
|
6075
6076
|
this,
|
6076
6077
|
options,
|
6077
|
-
instance$
|
6078
|
-
create_fragment$
|
6078
|
+
instance$14,
|
6079
|
+
create_fragment$14,
|
6079
6080
|
safe_not_equal,
|
6080
6081
|
{
|
6081
6082
|
src: 0,
|
@@ -6087,18 +6088,18 @@ class ImageElement extends SvelteComponent {
|
|
6087
6088
|
_imageStyle: 6,
|
6088
6089
|
_style: 7
|
6089
6090
|
},
|
6090
|
-
add_css$
|
6091
|
+
add_css$y
|
6091
6092
|
);
|
6092
6093
|
}
|
6093
6094
|
}
|
6094
6095
|
|
6095
6096
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6096
6097
|
|
6097
|
-
function add_css$
|
6098
|
-
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}");
|
6099
6100
|
}
|
6100
6101
|
|
6101
|
-
function create_fragment$
|
6102
|
+
function create_fragment$13(ctx) {
|
6102
6103
|
let div;
|
6103
6104
|
let current;
|
6104
6105
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6118,7 +6119,7 @@ function create_fragment$10(ctx) {
|
|
6118
6119
|
this.h();
|
6119
6120
|
},
|
6120
6121
|
h() {
|
6121
|
-
attr(div, "class", "list svelte-
|
6122
|
+
attr(div, "class", "list svelte-aquv6z");
|
6122
6123
|
attr(div, "style", /*style*/ ctx[0]);
|
6123
6124
|
},
|
6124
6125
|
m(target, anchor) {
|
@@ -6168,7 +6169,7 @@ function create_fragment$10(ctx) {
|
|
6168
6169
|
|
6169
6170
|
const LIST_CONTEXT_KEY = Symbol();
|
6170
6171
|
|
6171
|
-
function instance$
|
6172
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6172
6173
|
let style;
|
6173
6174
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6174
6175
|
let { direction = 'vertical' } = $$props;
|
@@ -6235,8 +6236,8 @@ class List extends SvelteComponent {
|
|
6235
6236
|
init(
|
6236
6237
|
this,
|
6237
6238
|
options,
|
6238
|
-
instance$
|
6239
|
-
create_fragment$
|
6239
|
+
instance$13,
|
6240
|
+
create_fragment$13,
|
6240
6241
|
safe_not_equal,
|
6241
6242
|
{
|
6242
6243
|
direction: 1,
|
@@ -6244,19 +6245,19 @@ class List extends SvelteComponent {
|
|
6244
6245
|
background: 3,
|
6245
6246
|
_style: 4
|
6246
6247
|
},
|
6247
|
-
add_css$
|
6248
|
+
add_css$x
|
6248
6249
|
);
|
6249
6250
|
}
|
6250
6251
|
}
|
6251
6252
|
|
6252
6253
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6253
6254
|
|
6254
|
-
function add_css$
|
6255
|
-
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}");
|
6256
6257
|
}
|
6257
6258
|
|
6258
6259
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6259
|
-
function create_default_slot$
|
6260
|
+
function create_default_slot$9(ctx) {
|
6260
6261
|
let current;
|
6261
6262
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6262
6263
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6306,7 +6307,7 @@ function create_default_slot$8(ctx) {
|
|
6306
6307
|
};
|
6307
6308
|
}
|
6308
6309
|
|
6309
|
-
function create_fragment
|
6310
|
+
function create_fragment$12(ctx) {
|
6310
6311
|
let div;
|
6311
6312
|
let button;
|
6312
6313
|
let current;
|
@@ -6316,7 +6317,7 @@ function create_fragment$$(ctx) {
|
|
6316
6317
|
onClick: /*onClick*/ ctx[0],
|
6317
6318
|
style: /*_style*/ ctx[2],
|
6318
6319
|
eventName: /*clickEventName*/ ctx[1],
|
6319
|
-
$$slots: { default: [create_default_slot$
|
6320
|
+
$$slots: { default: [create_default_slot$9] },
|
6320
6321
|
$$scope: { ctx }
|
6321
6322
|
}
|
6322
6323
|
});
|
@@ -6335,7 +6336,7 @@ function create_fragment$$(ctx) {
|
|
6335
6336
|
this.h();
|
6336
6337
|
},
|
6337
6338
|
h() {
|
6338
|
-
attr(div, "class", "list-item svelte-
|
6339
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6339
6340
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6340
6341
|
},
|
6341
6342
|
m(target, anchor) {
|
@@ -6375,7 +6376,7 @@ function create_fragment$$(ctx) {
|
|
6375
6376
|
};
|
6376
6377
|
}
|
6377
6378
|
|
6378
|
-
function instance
|
6379
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6379
6380
|
let listItemStyle;
|
6380
6381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6381
6382
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6454,17 +6455,17 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6454
6455
|
class ListItem extends SvelteComponent {
|
6455
6456
|
constructor(options) {
|
6456
6457
|
super();
|
6457
|
-
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);
|
6458
6459
|
}
|
6459
6460
|
}
|
6460
6461
|
|
6461
6462
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6462
6463
|
|
6463
|
-
function add_css$
|
6464
|
-
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}");
|
6465
6466
|
}
|
6466
6467
|
|
6467
|
-
function create_fragment$
|
6468
|
+
function create_fragment$11(ctx) {
|
6468
6469
|
let div;
|
6469
6470
|
|
6470
6471
|
return {
|
@@ -6479,7 +6480,7 @@ function create_fragment$_(ctx) {
|
|
6479
6480
|
this.h();
|
6480
6481
|
},
|
6481
6482
|
h() {
|
6482
|
-
attr(div, "class", "embed svelte-
|
6483
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6483
6484
|
attr(div, "style", /*_style*/ ctx[1]);
|
6484
6485
|
},
|
6485
6486
|
m(target, anchor) {
|
@@ -6500,7 +6501,7 @@ function create_fragment$_(ctx) {
|
|
6500
6501
|
};
|
6501
6502
|
}
|
6502
6503
|
|
6503
|
-
function instance$
|
6504
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6504
6505
|
let { code } = $$props;
|
6505
6506
|
let { _style = '' } = $$props;
|
6506
6507
|
|
@@ -6515,17 +6516,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6515
6516
|
class EmbedElement extends SvelteComponent {
|
6516
6517
|
constructor(options) {
|
6517
6518
|
super();
|
6518
|
-
init(this, options, instance$
|
6519
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6519
6520
|
}
|
6520
6521
|
}
|
6521
6522
|
|
6522
6523
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6523
6524
|
|
6524
|
-
function add_css$
|
6525
|
-
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%}");
|
6526
6527
|
}
|
6527
6528
|
|
6528
|
-
function create_fragment$
|
6529
|
+
function create_fragment$10(ctx) {
|
6529
6530
|
let div1;
|
6530
6531
|
let div0;
|
6531
6532
|
|
@@ -6545,7 +6546,7 @@ function create_fragment$Z(ctx) {
|
|
6545
6546
|
},
|
6546
6547
|
h() {
|
6547
6548
|
attr(div0, "class", "karte-player");
|
6548
|
-
attr(div1, "class", "embed svelte-
|
6549
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6549
6550
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6550
6551
|
},
|
6551
6552
|
m(target, anchor) {
|
@@ -6577,7 +6578,7 @@ function _setValue(obj, key, value) {
|
|
6577
6578
|
}
|
6578
6579
|
}
|
6579
6580
|
|
6580
|
-
function instance$
|
6581
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6581
6582
|
let $system;
|
6582
6583
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6583
6584
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6848,8 +6849,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6848
6849
|
init(
|
6849
6850
|
this,
|
6850
6851
|
options,
|
6851
|
-
instance$
|
6852
|
-
create_fragment$
|
6852
|
+
instance$10,
|
6853
|
+
create_fragment$10,
|
6853
6854
|
safe_not_equal,
|
6854
6855
|
{
|
6855
6856
|
videoId: 2,
|
@@ -6878,7 +6879,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6878
6879
|
mute: 25,
|
6879
6880
|
_style: 0
|
6880
6881
|
},
|
6881
|
-
add_css$
|
6882
|
+
add_css$u,
|
6882
6883
|
[-1, -1]
|
6883
6884
|
);
|
6884
6885
|
}
|
@@ -6886,11 +6887,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6886
6887
|
|
6887
6888
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6888
6889
|
|
6889
|
-
function add_css$
|
6890
|
-
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%}");
|
6891
6892
|
}
|
6892
6893
|
|
6893
|
-
function create_fragment
|
6894
|
+
function create_fragment$$(ctx) {
|
6894
6895
|
let div1;
|
6895
6896
|
let div0;
|
6896
6897
|
|
@@ -6910,7 +6911,7 @@ function create_fragment$Y(ctx) {
|
|
6910
6911
|
},
|
6911
6912
|
h() {
|
6912
6913
|
attr(div0, "class", "karte-player");
|
6913
|
-
attr(div1, "class", "embed svelte-
|
6914
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6914
6915
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6915
6916
|
},
|
6916
6917
|
m(target, anchor) {
|
@@ -6932,7 +6933,7 @@ function create_fragment$Y(ctx) {
|
|
6932
6933
|
};
|
6933
6934
|
}
|
6934
6935
|
|
6935
|
-
function instance
|
6936
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6936
6937
|
let $system;
|
6937
6938
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6938
6939
|
let { videoId = "201239468" } = $$props;
|
@@ -7075,8 +7076,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7075
7076
|
init(
|
7076
7077
|
this,
|
7077
7078
|
options,
|
7078
|
-
instance
|
7079
|
-
create_fragment
|
7079
|
+
instance$$,
|
7080
|
+
create_fragment$$,
|
7080
7081
|
safe_not_equal,
|
7081
7082
|
{
|
7082
7083
|
videoId: 2,
|
@@ -7086,18 +7087,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7086
7087
|
mute: 6,
|
7087
7088
|
_style: 0
|
7088
7089
|
},
|
7089
|
-
add_css$
|
7090
|
+
add_css$t
|
7090
7091
|
);
|
7091
7092
|
}
|
7092
7093
|
}
|
7093
7094
|
|
7094
7095
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7095
7096
|
|
7096
|
-
function add_css$
|
7097
|
-
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}");
|
7098
7099
|
}
|
7099
7100
|
|
7100
|
-
function create_fragment$
|
7101
|
+
function create_fragment$_(ctx) {
|
7101
7102
|
let div;
|
7102
7103
|
let textarea;
|
7103
7104
|
let mounted;
|
@@ -7124,12 +7125,12 @@ function create_fragment$X(ctx) {
|
|
7124
7125
|
this.h();
|
7125
7126
|
},
|
7126
7127
|
h() {
|
7127
|
-
attr(textarea, "class", "textarea svelte-
|
7128
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7128
7129
|
textarea.value = /*$value*/ ctx[4];
|
7129
7130
|
textarea.required = /*required*/ ctx[1];
|
7130
7131
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7131
7132
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7132
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7133
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7133
7134
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7134
7135
|
},
|
7135
7136
|
m(target, anchor) {
|
@@ -7172,7 +7173,7 @@ function create_fragment$X(ctx) {
|
|
7172
7173
|
};
|
7173
7174
|
}
|
7174
7175
|
|
7175
|
-
function instance$
|
7176
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7176
7177
|
let style;
|
7177
7178
|
let styleVariables;
|
7178
7179
|
let $value;
|
@@ -7260,8 +7261,8 @@ class FormTextarea extends SvelteComponent {
|
|
7260
7261
|
init(
|
7261
7262
|
this,
|
7262
7263
|
options,
|
7263
|
-
instance$
|
7264
|
-
create_fragment$
|
7264
|
+
instance$_,
|
7265
|
+
create_fragment$_,
|
7265
7266
|
safe_not_equal,
|
7266
7267
|
{
|
7267
7268
|
name: 7,
|
@@ -7273,15 +7274,15 @@ class FormTextarea extends SvelteComponent {
|
|
7273
7274
|
_textStyle: 11,
|
7274
7275
|
_placeholderStyle: 12
|
7275
7276
|
},
|
7276
|
-
add_css$
|
7277
|
+
add_css$s
|
7277
7278
|
);
|
7278
7279
|
}
|
7279
7280
|
}
|
7280
7281
|
|
7281
7282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7282
7283
|
|
7283
|
-
function add_css$
|
7284
|
-
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}");
|
7285
7286
|
}
|
7286
7287
|
|
7287
7288
|
function get_each_context$6(ctx, list, i) {
|
@@ -7338,14 +7339,14 @@ function create_each_block$6(ctx) {
|
|
7338
7339
|
},
|
7339
7340
|
h() {
|
7340
7341
|
attr(input, "type", "radio");
|
7341
|
-
attr(input, "class", "radio-button-input svelte-
|
7342
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7342
7343
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7343
7344
|
attr(input, "name", /*name*/ ctx[0]);
|
7344
7345
|
input.value = input_value_value = /*option*/ ctx[17];
|
7345
7346
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7346
|
-
attr(span, "class", "radio-button-text svelte-
|
7347
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7347
7348
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7348
|
-
attr(label, "class", "radio-button svelte-
|
7349
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7349
7350
|
},
|
7350
7351
|
m(target, anchor) {
|
7351
7352
|
insert_hydration(target, label, anchor);
|
@@ -7393,7 +7394,7 @@ function create_each_block$6(ctx) {
|
|
7393
7394
|
};
|
7394
7395
|
}
|
7395
7396
|
|
7396
|
-
function create_fragment$
|
7397
|
+
function create_fragment$Z(ctx) {
|
7397
7398
|
let div;
|
7398
7399
|
let each_value = /*_options*/ ctx[4];
|
7399
7400
|
let each_blocks = [];
|
@@ -7424,7 +7425,7 @@ function create_fragment$W(ctx) {
|
|
7424
7425
|
this.h();
|
7425
7426
|
},
|
7426
7427
|
h() {
|
7427
|
-
attr(div, "class", "radio-buttons svelte-
|
7428
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7428
7429
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7429
7430
|
},
|
7430
7431
|
m(target, anchor) {
|
@@ -7471,7 +7472,7 @@ function create_fragment$W(ctx) {
|
|
7471
7472
|
};
|
7472
7473
|
}
|
7473
7474
|
|
7474
|
-
function instance$
|
7475
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7475
7476
|
let _options;
|
7476
7477
|
let buttonStyle;
|
7477
7478
|
let _value;
|
@@ -7571,8 +7572,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7571
7572
|
init(
|
7572
7573
|
this,
|
7573
7574
|
options,
|
7574
|
-
instance$
|
7575
|
-
create_fragment$
|
7575
|
+
instance$Z,
|
7576
|
+
create_fragment$Z,
|
7576
7577
|
safe_not_equal,
|
7577
7578
|
{
|
7578
7579
|
name: 0,
|
@@ -7585,15 +7586,15 @@ class FormRadioButtons extends SvelteComponent {
|
|
7585
7586
|
buttonColor: 13,
|
7586
7587
|
buttonColorActive: 14
|
7587
7588
|
},
|
7588
|
-
add_css$
|
7589
|
+
add_css$r
|
7589
7590
|
);
|
7590
7591
|
}
|
7591
7592
|
}
|
7592
7593
|
|
7593
7594
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7594
7595
|
|
7595
|
-
function add_css$
|
7596
|
-
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}");
|
7597
7598
|
}
|
7598
7599
|
|
7599
7600
|
function get_each_context$5(ctx, list, i) {
|
@@ -7627,7 +7628,7 @@ function create_else_block$2(ctx) {
|
|
7627
7628
|
}
|
7628
7629
|
|
7629
7630
|
// (105:10) {#if option}
|
7630
|
-
function create_if_block$
|
7631
|
+
function create_if_block$a(ctx) {
|
7631
7632
|
let t_value = /*option*/ ctx[19] + "";
|
7632
7633
|
let t;
|
7633
7634
|
|
@@ -7658,7 +7659,7 @@ function create_each_block$5(ctx) {
|
|
7658
7659
|
let option_selected_value;
|
7659
7660
|
|
7660
7661
|
function select_block_type(ctx, dirty) {
|
7661
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7662
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7662
7663
|
return create_else_block$2;
|
7663
7664
|
}
|
7664
7665
|
|
@@ -7719,7 +7720,7 @@ function create_each_block$5(ctx) {
|
|
7719
7720
|
};
|
7720
7721
|
}
|
7721
7722
|
|
7722
|
-
function create_fragment$
|
7723
|
+
function create_fragment$Y(ctx) {
|
7723
7724
|
let div1;
|
7724
7725
|
let select;
|
7725
7726
|
let t;
|
@@ -7764,10 +7765,10 @@ function create_fragment$V(ctx) {
|
|
7764
7765
|
this.h();
|
7765
7766
|
},
|
7766
7767
|
h() {
|
7767
|
-
attr(select, "class", "select-select svelte-
|
7768
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7768
7769
|
attr(select, "style", /*style*/ ctx[3]);
|
7769
|
-
attr(div0, "class", "select-icon svelte-
|
7770
|
-
attr(div1, "class", "select svelte-
|
7770
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7771
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7771
7772
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7772
7773
|
},
|
7773
7774
|
m(target, anchor) {
|
@@ -7829,7 +7830,7 @@ function create_fragment$V(ctx) {
|
|
7829
7830
|
};
|
7830
7831
|
}
|
7831
7832
|
|
7832
|
-
function instance$
|
7833
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7833
7834
|
let _options;
|
7834
7835
|
let style;
|
7835
7836
|
let styleVariables;
|
@@ -7945,8 +7946,8 @@ class FormSelect extends SvelteComponent {
|
|
7945
7946
|
init(
|
7946
7947
|
this,
|
7947
7948
|
options,
|
7948
|
-
instance$
|
7949
|
-
create_fragment$
|
7949
|
+
instance$Y,
|
7950
|
+
create_fragment$Y,
|
7950
7951
|
safe_not_equal,
|
7951
7952
|
{
|
7952
7953
|
name: 7,
|
@@ -7961,15 +7962,15 @@ class FormSelect extends SvelteComponent {
|
|
7961
7962
|
iconColor: 15,
|
7962
7963
|
iconSize: 16
|
7963
7964
|
},
|
7964
|
-
add_css$
|
7965
|
+
add_css$q
|
7965
7966
|
);
|
7966
7967
|
}
|
7967
7968
|
}
|
7968
7969
|
|
7969
7970
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7970
7971
|
|
7971
|
-
function add_css$
|
7972
|
-
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}");
|
7973
7974
|
}
|
7974
7975
|
|
7975
7976
|
function get_each_context$4(ctx, list, i) {
|
@@ -8031,19 +8032,19 @@ function create_each_block$4(ctx) {
|
|
8031
8032
|
this.h();
|
8032
8033
|
},
|
8033
8034
|
h() {
|
8034
|
-
attr(input, "class", "check-box-input svelte-
|
8035
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8035
8036
|
attr(input, "type", "checkbox");
|
8036
8037
|
attr(input, "name", /*name*/ ctx[0]);
|
8037
8038
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8038
|
-
attr(span0, "class", "check-box-icon svelte-
|
8039
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8039
8040
|
|
8040
8041
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8041
8042
|
? ' _checked'
|
8042
|
-
: ''}`) + " svelte-
|
8043
|
+
: ''}`) + " svelte-1p65cg8"));
|
8043
8044
|
|
8044
|
-
attr(span2, "class", "check-box-text svelte-
|
8045
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8045
8046
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8046
|
-
attr(label, "class", "check-box svelte-
|
8047
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8047
8048
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8048
8049
|
},
|
8049
8050
|
m(target, anchor) {
|
@@ -8075,7 +8076,7 @@ function create_each_block$4(ctx) {
|
|
8075
8076
|
|
8076
8077
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8077
8078
|
? ' _checked'
|
8078
|
-
: ''}`) + " svelte-
|
8079
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8079
8080
|
attr(span1, "class", span1_class_value);
|
8080
8081
|
}
|
8081
8082
|
|
@@ -8097,7 +8098,7 @@ function create_each_block$4(ctx) {
|
|
8097
8098
|
};
|
8098
8099
|
}
|
8099
8100
|
|
8100
|
-
function create_fragment$
|
8101
|
+
function create_fragment$X(ctx) {
|
8101
8102
|
let div;
|
8102
8103
|
let each_value = /*_options*/ ctx[3];
|
8103
8104
|
let each_blocks = [];
|
@@ -8128,7 +8129,7 @@ function create_fragment$U(ctx) {
|
|
8128
8129
|
this.h();
|
8129
8130
|
},
|
8130
8131
|
h() {
|
8131
|
-
attr(div, "class", "check-boxes svelte-
|
8132
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8132
8133
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8133
8134
|
},
|
8134
8135
|
m(target, anchor) {
|
@@ -8175,7 +8176,7 @@ function create_fragment$U(ctx) {
|
|
8175
8176
|
};
|
8176
8177
|
}
|
8177
8178
|
|
8178
|
-
function instance$
|
8179
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8179
8180
|
let _options;
|
8180
8181
|
let styleVariables;
|
8181
8182
|
let isCheckedArray;
|
@@ -8281,8 +8282,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8281
8282
|
init(
|
8282
8283
|
this,
|
8283
8284
|
options,
|
8284
|
-
instance$
|
8285
|
-
create_fragment$
|
8285
|
+
instance$X,
|
8286
|
+
create_fragment$X,
|
8286
8287
|
safe_not_equal,
|
8287
8288
|
{
|
8288
8289
|
name: 0,
|
@@ -8295,15 +8296,15 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8295
8296
|
buttonColor: 13,
|
8296
8297
|
buttonColorActive: 14
|
8297
8298
|
},
|
8298
|
-
add_css$
|
8299
|
+
add_css$p
|
8299
8300
|
);
|
8300
8301
|
}
|
8301
8302
|
}
|
8302
8303
|
|
8303
8304
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8304
8305
|
|
8305
|
-
function add_css$
|
8306
|
-
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}");
|
8307
8308
|
}
|
8308
8309
|
|
8309
8310
|
function get_each_context$3(ctx, list, i) {
|
@@ -8338,7 +8339,7 @@ function create_each_block$3(ctx) {
|
|
8338
8339
|
this.h();
|
8339
8340
|
},
|
8340
8341
|
h() {
|
8341
|
-
attr(button, "class", "rating-button svelte-
|
8342
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8342
8343
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8343
8344
|
},
|
8344
8345
|
m(target, anchor) {
|
@@ -8370,7 +8371,7 @@ function create_each_block$3(ctx) {
|
|
8370
8371
|
};
|
8371
8372
|
}
|
8372
8373
|
|
8373
|
-
function create_fragment$
|
8374
|
+
function create_fragment$W(ctx) {
|
8374
8375
|
let div;
|
8375
8376
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8376
8377
|
let each_blocks = [];
|
@@ -8401,7 +8402,7 @@ function create_fragment$T(ctx) {
|
|
8401
8402
|
this.h();
|
8402
8403
|
},
|
8403
8404
|
h() {
|
8404
|
-
attr(div, "class", "rating-buttons svelte-
|
8405
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8405
8406
|
},
|
8406
8407
|
m(target, anchor) {
|
8407
8408
|
insert_hydration(target, div, anchor);
|
@@ -8443,7 +8444,7 @@ function create_fragment$T(ctx) {
|
|
8443
8444
|
};
|
8444
8445
|
}
|
8445
8446
|
|
8446
|
-
function instance$
|
8447
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8447
8448
|
let _value;
|
8448
8449
|
let $value;
|
8449
8450
|
let { name = '' } = $$props;
|
@@ -8525,8 +8526,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8525
8526
|
init(
|
8526
8527
|
this,
|
8527
8528
|
options,
|
8528
|
-
instance$
|
8529
|
-
create_fragment$
|
8529
|
+
instance$W,
|
8530
|
+
create_fragment$W,
|
8530
8531
|
safe_not_equal,
|
8531
8532
|
{
|
8532
8533
|
name: 6,
|
@@ -8537,15 +8538,15 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8537
8538
|
buttonStyle: 9,
|
8538
8539
|
buttonActiveStyle: 10
|
8539
8540
|
},
|
8540
|
-
add_css$
|
8541
|
+
add_css$o
|
8541
8542
|
);
|
8542
8543
|
}
|
8543
8544
|
}
|
8544
8545
|
|
8545
8546
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8546
8547
|
|
8547
|
-
function add_css$
|
8548
|
-
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%)}");
|
8549
8550
|
}
|
8550
8551
|
|
8551
8552
|
function get_each_context$2(ctx, list, i) {
|
@@ -8581,9 +8582,9 @@ function create_each_block$2(ctx) {
|
|
8581
8582
|
},
|
8582
8583
|
h() {
|
8583
8584
|
if (!src_url_equal(img.src, img_src_value = /*ICONS*/ ctx[2][/*i*/ ctx[10]])) attr(img, "src", img_src_value);
|
8584
|
-
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"));
|
8585
8586
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8586
|
-
attr(button, "class", "rating-button svelte-
|
8587
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8587
8588
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8588
8589
|
},
|
8589
8590
|
m(target, anchor) {
|
@@ -8599,7 +8600,7 @@ function create_each_block$2(ctx) {
|
|
8599
8600
|
p(new_ctx, dirty) {
|
8600
8601
|
ctx = new_ctx;
|
8601
8602
|
|
8602
|
-
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"))) {
|
8603
8604
|
attr(img, "class", img_class_value);
|
8604
8605
|
}
|
8605
8606
|
|
@@ -8615,7 +8616,7 @@ function create_each_block$2(ctx) {
|
|
8615
8616
|
};
|
8616
8617
|
}
|
8617
8618
|
|
8618
|
-
function create_fragment$
|
8619
|
+
function create_fragment$V(ctx) {
|
8619
8620
|
let div;
|
8620
8621
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8621
8622
|
let each_blocks = [];
|
@@ -8646,7 +8647,7 @@ function create_fragment$S(ctx) {
|
|
8646
8647
|
this.h();
|
8647
8648
|
},
|
8648
8649
|
h() {
|
8649
|
-
attr(div, "class", "rating-buttons svelte-
|
8650
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8650
8651
|
},
|
8651
8652
|
m(target, anchor) {
|
8652
8653
|
insert_hydration(target, div, anchor);
|
@@ -8691,7 +8692,7 @@ function create_fragment$S(ctx) {
|
|
8691
8692
|
const count = 5;
|
8692
8693
|
const func = i => i + 1;
|
8693
8694
|
|
8694
|
-
function instance$
|
8695
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8695
8696
|
let _value;
|
8696
8697
|
let buttonStyle;
|
8697
8698
|
let $value;
|
@@ -8747,17 +8748,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8747
8748
|
class FormRatingButtonsFace extends SvelteComponent {
|
8748
8749
|
constructor(options) {
|
8749
8750
|
super();
|
8750
|
-
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);
|
8751
8752
|
}
|
8752
8753
|
}
|
8753
8754
|
|
8754
8755
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8755
8756
|
|
8756
|
-
function add_css$
|
8757
|
-
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}");
|
8758
8759
|
}
|
8759
8760
|
|
8760
|
-
function create_fragment$
|
8761
|
+
function create_fragment$U(ctx) {
|
8761
8762
|
let div;
|
8762
8763
|
let input;
|
8763
8764
|
let input_class_value;
|
@@ -8785,13 +8786,13 @@ function create_fragment$R(ctx) {
|
|
8785
8786
|
this.h();
|
8786
8787
|
},
|
8787
8788
|
h() {
|
8788
|
-
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"));
|
8789
8790
|
attr(input, "type", "text");
|
8790
8791
|
input.value = /*$value*/ ctx[2];
|
8791
8792
|
input.required = /*required*/ ctx[0];
|
8792
8793
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8793
8794
|
attr(input, "style", /*style*/ ctx[5]);
|
8794
|
-
attr(div, "class", "input-wrapper svelte-
|
8795
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8795
8796
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8796
8797
|
},
|
8797
8798
|
m(target, anchor) {
|
@@ -8804,7 +8805,7 @@ function create_fragment$R(ctx) {
|
|
8804
8805
|
}
|
8805
8806
|
},
|
8806
8807
|
p(ctx, [dirty]) {
|
8807
|
-
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"))) {
|
8808
8809
|
attr(input, "class", input_class_value);
|
8809
8810
|
}
|
8810
8811
|
|
@@ -8838,7 +8839,7 @@ function create_fragment$R(ctx) {
|
|
8838
8839
|
};
|
8839
8840
|
}
|
8840
8841
|
|
8841
|
-
function instance$
|
8842
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8842
8843
|
let style;
|
8843
8844
|
let styleVariables;
|
8844
8845
|
let isValidForUI;
|
@@ -8969,8 +8970,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8969
8970
|
init(
|
8970
8971
|
this,
|
8971
8972
|
options,
|
8972
|
-
instance$
|
8973
|
-
create_fragment$
|
8973
|
+
instance$U,
|
8974
|
+
create_fragment$U,
|
8974
8975
|
safe_not_equal,
|
8975
8976
|
{
|
8976
8977
|
field: 9,
|
@@ -8984,18 +8985,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8984
8985
|
_textStyle: 15,
|
8985
8986
|
_placeholderStyle: 16
|
8986
8987
|
},
|
8987
|
-
add_css$
|
8988
|
+
add_css$m
|
8988
8989
|
);
|
8989
8990
|
}
|
8990
8991
|
}
|
8991
8992
|
|
8992
8993
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8993
8994
|
|
8994
|
-
function add_css$
|
8995
|
-
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}");
|
8996
8997
|
}
|
8997
8998
|
|
8998
|
-
function create_fragment$
|
8999
|
+
function create_fragment$T(ctx) {
|
8999
9000
|
let div;
|
9000
9001
|
let label0;
|
9001
9002
|
let input0;
|
@@ -9058,20 +9059,20 @@ function create_fragment$Q(ctx) {
|
|
9058
9059
|
},
|
9059
9060
|
h() {
|
9060
9061
|
attr(input0, "type", "radio");
|
9061
|
-
attr(input0, "class", "radio-button-input svelte-
|
9062
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9062
9063
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9063
9064
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9064
|
-
attr(span0, "class", "radio-button-text svelte-
|
9065
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9065
9066
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9066
|
-
attr(label0, "class", "radio-button svelte-
|
9067
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9067
9068
|
attr(input1, "type", "radio");
|
9068
|
-
attr(input1, "class", "radio-button-input svelte-
|
9069
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9069
9070
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9070
9071
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9071
|
-
attr(span1, "class", "radio-button-text svelte-
|
9072
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9072
9073
|
attr(span1, "style", span1_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9073
|
-
attr(label1, "class", "radio-button svelte-
|
9074
|
-
attr(div, "class", "radio-buttons svelte-
|
9074
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9075
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9075
9076
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9076
9077
|
},
|
9077
9078
|
m(target, anchor) {
|
@@ -9136,7 +9137,7 @@ function create_fragment$Q(ctx) {
|
|
9136
9137
|
};
|
9137
9138
|
}
|
9138
9139
|
|
9139
|
-
function instance$
|
9140
|
+
function instance$T($$self, $$props, $$invalidate) {
|
9140
9141
|
let buttonStyle;
|
9141
9142
|
let $value;
|
9142
9143
|
let { field = 'subscription' } = $$props;
|
@@ -9218,8 +9219,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9218
9219
|
init(
|
9219
9220
|
this,
|
9220
9221
|
options,
|
9221
|
-
instance$
|
9222
|
-
create_fragment$
|
9222
|
+
instance$T,
|
9223
|
+
create_fragment$T,
|
9223
9224
|
safe_not_equal,
|
9224
9225
|
{
|
9225
9226
|
field: 6,
|
@@ -9231,15 +9232,15 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9231
9232
|
buttonColor: 10,
|
9232
9233
|
buttonColorActive: 11
|
9233
9234
|
},
|
9234
|
-
add_css$
|
9235
|
+
add_css$l
|
9235
9236
|
);
|
9236
9237
|
}
|
9237
9238
|
}
|
9238
9239
|
|
9239
9240
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9240
9241
|
|
9241
|
-
function add_css$
|
9242
|
-
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%}");
|
9243
9244
|
}
|
9244
9245
|
|
9245
9246
|
function get_each_context$1(ctx, list, i) {
|
@@ -9285,9 +9286,9 @@ function create_if_block_1$2(ctx) {
|
|
9285
9286
|
attr(svg, "viewBox", "0 0 10 16");
|
9286
9287
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9287
9288
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9288
|
-
attr(button, "class", "move-button svelte-
|
9289
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9289
9290
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9290
|
-
attr(div, "class", "prev-button-container svelte-
|
9291
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9291
9292
|
},
|
9292
9293
|
m(target, anchor) {
|
9293
9294
|
insert_hydration(target, div, anchor);
|
@@ -9318,7 +9319,7 @@ function create_if_block_1$2(ctx) {
|
|
9318
9319
|
}
|
9319
9320
|
|
9320
9321
|
// (380:2) {#if isVisibleNextButton}
|
9321
|
-
function create_if_block$
|
9322
|
+
function create_if_block$9(ctx) {
|
9322
9323
|
let div;
|
9323
9324
|
let button;
|
9324
9325
|
let svg;
|
@@ -9353,9 +9354,9 @@ function create_if_block$8(ctx) {
|
|
9353
9354
|
attr(svg, "viewBox", "0 0 10 16");
|
9354
9355
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9355
9356
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9356
|
-
attr(button, "class", "move-button svelte-
|
9357
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9357
9358
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9358
|
-
attr(div, "class", "next-button-container svelte-
|
9359
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9359
9360
|
},
|
9360
9361
|
m(target, anchor) {
|
9361
9362
|
insert_hydration(target, div, anchor);
|
@@ -9415,9 +9416,9 @@ function create_each_block$1(ctx) {
|
|
9415
9416
|
this.h();
|
9416
9417
|
},
|
9417
9418
|
h() {
|
9418
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9419
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9419
9420
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9420
|
-
attr(button, "class", "navigation-item svelte-
|
9421
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9421
9422
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9422
9423
|
},
|
9423
9424
|
m(target, anchor) {
|
@@ -9449,7 +9450,7 @@ function create_each_block$1(ctx) {
|
|
9449
9450
|
};
|
9450
9451
|
}
|
9451
9452
|
|
9452
|
-
function create_fragment$
|
9453
|
+
function create_fragment$S(ctx) {
|
9453
9454
|
let div3;
|
9454
9455
|
let div1;
|
9455
9456
|
let div0;
|
@@ -9462,7 +9463,7 @@ function create_fragment$P(ctx) {
|
|
9462
9463
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9463
9464
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9464
9465
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
9465
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9466
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
9466
9467
|
let each_value = /*items*/ ctx[1];
|
9467
9468
|
let each_blocks = [];
|
9468
9469
|
|
@@ -9523,14 +9524,14 @@ function create_fragment$P(ctx) {
|
|
9523
9524
|
this.h();
|
9524
9525
|
},
|
9525
9526
|
h() {
|
9526
|
-
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"));
|
9527
9528
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9528
|
-
attr(div1, "class", "container svelte-
|
9529
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9529
9530
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9530
|
-
attr(div2, "class", "navigation svelte-
|
9531
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9531
9532
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9532
9533
|
set_attributes(div3, div3_data);
|
9533
|
-
toggle_class(div3, "svelte-
|
9534
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9534
9535
|
},
|
9535
9536
|
m(target, anchor) {
|
9536
9537
|
insert_hydration(target, div3, anchor);
|
@@ -9572,7 +9573,7 @@ function create_fragment$P(ctx) {
|
|
9572
9573
|
}
|
9573
9574
|
}
|
9574
9575
|
|
9575
|
-
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"))) {
|
9576
9577
|
attr(div0, "class", div0_class_value);
|
9577
9578
|
}
|
9578
9579
|
|
@@ -9601,7 +9602,7 @@ function create_fragment$P(ctx) {
|
|
9601
9602
|
if (if_block1) {
|
9602
9603
|
if_block1.p(ctx, dirty);
|
9603
9604
|
} else {
|
9604
|
-
if_block1 = create_if_block$
|
9605
|
+
if_block1 = create_if_block$9(ctx);
|
9605
9606
|
if_block1.c();
|
9606
9607
|
if_block1.m(div3, t2);
|
9607
9608
|
}
|
@@ -9638,7 +9639,7 @@ function create_fragment$P(ctx) {
|
|
9638
9639
|
}
|
9639
9640
|
|
9640
9641
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9641
|
-
toggle_class(div3, "svelte-
|
9642
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9642
9643
|
},
|
9643
9644
|
i(local) {
|
9644
9645
|
if (current) return;
|
@@ -9673,7 +9674,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9673
9674
|
}
|
9674
9675
|
}
|
9675
9676
|
|
9676
|
-
function instance$
|
9677
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9677
9678
|
let slideStyle;
|
9678
9679
|
let slideClass;
|
9679
9680
|
let _loop;
|
@@ -10126,8 +10127,8 @@ class Slide extends SvelteComponent {
|
|
10126
10127
|
init(
|
10127
10128
|
this,
|
10128
10129
|
options,
|
10129
|
-
instance$
|
10130
|
-
create_fragment$
|
10130
|
+
instance$S,
|
10131
|
+
create_fragment$S,
|
10131
10132
|
safe_not_equal,
|
10132
10133
|
{
|
10133
10134
|
loop: 18,
|
@@ -10141,7 +10142,7 @@ class Slide extends SvelteComponent {
|
|
10141
10142
|
navigationButton: 25,
|
10142
10143
|
navigationEdgePosition: 26
|
10143
10144
|
},
|
10144
|
-
add_css$
|
10145
|
+
add_css$k,
|
10145
10146
|
[-1, -1, -1]
|
10146
10147
|
);
|
10147
10148
|
}
|
@@ -10149,11 +10150,11 @@ class Slide extends SvelteComponent {
|
|
10149
10150
|
|
10150
10151
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10151
10152
|
|
10152
|
-
function add_css$
|
10153
|
-
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}");
|
10154
10155
|
}
|
10155
10156
|
|
10156
|
-
function create_fragment$
|
10157
|
+
function create_fragment$R(ctx) {
|
10157
10158
|
let div1;
|
10158
10159
|
let div0;
|
10159
10160
|
let current;
|
@@ -10178,9 +10179,9 @@ function create_fragment$O(ctx) {
|
|
10178
10179
|
this.h();
|
10179
10180
|
},
|
10180
10181
|
h() {
|
10181
|
-
attr(div0, "class", "item-inner svelte-
|
10182
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10182
10183
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10183
|
-
attr(div1, "class", "item svelte-
|
10184
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10184
10185
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10185
10186
|
},
|
10186
10187
|
m(target, anchor) {
|
@@ -10233,7 +10234,7 @@ function create_fragment$O(ctx) {
|
|
10233
10234
|
};
|
10234
10235
|
}
|
10235
10236
|
|
10236
|
-
function instance$
|
10237
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10237
10238
|
let itemStyle;
|
10238
10239
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10239
10240
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10299,20 +10300,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
10299
10300
|
class SlideItem extends SvelteComponent {
|
10300
10301
|
constructor(options) {
|
10301
10302
|
super();
|
10302
|
-
init(this, options, instance$
|
10303
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
10303
10304
|
}
|
10304
10305
|
}
|
10305
10306
|
|
10306
10307
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10307
10308
|
|
10308
|
-
function add_css$
|
10309
|
-
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}");
|
10310
10311
|
}
|
10311
10312
|
|
10312
10313
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10313
10314
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10314
10315
|
|
10315
|
-
function create_fragment$
|
10316
|
+
function create_fragment$Q(ctx) {
|
10316
10317
|
let div1;
|
10317
10318
|
let div0;
|
10318
10319
|
let current;
|
@@ -10337,9 +10338,9 @@ function create_fragment$N(ctx) {
|
|
10337
10338
|
this.h();
|
10338
10339
|
},
|
10339
10340
|
h() {
|
10340
|
-
attr(div0, "class", "countdown-inner svelte-
|
10341
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10341
10342
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10342
|
-
attr(div1, "class", "countdown svelte-
|
10343
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10343
10344
|
},
|
10344
10345
|
m(target, anchor) {
|
10345
10346
|
insert_hydration(target, div1, anchor);
|
@@ -10405,7 +10406,7 @@ function formatTimeDiff(ms) {
|
|
10405
10406
|
};
|
10406
10407
|
}
|
10407
10408
|
|
10408
|
-
function instance$
|
10409
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10409
10410
|
let countdown;
|
10410
10411
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10411
10412
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10462,18 +10463,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
10462
10463
|
class Countdown extends SvelteComponent {
|
10463
10464
|
constructor(options) {
|
10464
10465
|
super();
|
10465
|
-
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);
|
10466
10467
|
}
|
10467
10468
|
}
|
10468
10469
|
|
10469
10470
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10470
10471
|
|
10471
|
-
function add_css$
|
10472
|
-
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}");
|
10473
10474
|
}
|
10474
10475
|
|
10475
10476
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
10476
|
-
function create_default_slot$
|
10477
|
+
function create_default_slot$8(ctx) {
|
10477
10478
|
let current;
|
10478
10479
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
10479
10480
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -10523,7 +10524,7 @@ function create_default_slot$7(ctx) {
|
|
10523
10524
|
};
|
10524
10525
|
}
|
10525
10526
|
|
10526
|
-
function create_fragment$
|
10527
|
+
function create_fragment$P(ctx) {
|
10527
10528
|
let div;
|
10528
10529
|
let button;
|
10529
10530
|
let current;
|
@@ -10533,7 +10534,7 @@ function create_fragment$M(ctx) {
|
|
10533
10534
|
onClick: /*onClick*/ ctx[0],
|
10534
10535
|
style: /*_style*/ ctx[2],
|
10535
10536
|
eventName: /*eventName*/ ctx[1],
|
10536
|
-
$$slots: { default: [create_default_slot$
|
10537
|
+
$$slots: { default: [create_default_slot$8] },
|
10537
10538
|
$$scope: { ctx }
|
10538
10539
|
}
|
10539
10540
|
});
|
@@ -10552,7 +10553,7 @@ function create_fragment$M(ctx) {
|
|
10552
10553
|
this.h();
|
10553
10554
|
},
|
10554
10555
|
h() {
|
10555
|
-
attr(div, "class", "box svelte-
|
10556
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10556
10557
|
},
|
10557
10558
|
m(target, anchor) {
|
10558
10559
|
insert_hydration(target, div, anchor);
|
@@ -10587,7 +10588,7 @@ function create_fragment$M(ctx) {
|
|
10587
10588
|
};
|
10588
10589
|
}
|
10589
10590
|
|
10590
|
-
function instance$
|
10591
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10591
10592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10592
10593
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10593
10594
|
let { eventName = '' } = $$props;
|
@@ -10606,18 +10607,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10606
10607
|
class Box extends SvelteComponent {
|
10607
10608
|
constructor(options) {
|
10608
10609
|
super();
|
10609
|
-
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);
|
10610
10611
|
}
|
10611
10612
|
}
|
10612
10613
|
|
10613
10614
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10614
10615
|
|
10615
|
-
function add_css$
|
10616
|
-
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)}");
|
10617
10618
|
}
|
10618
10619
|
|
10619
10620
|
// (56:4) {#if svg}
|
10620
|
-
function create_if_block$
|
10621
|
+
function create_if_block$8(ctx) {
|
10621
10622
|
let html_tag;
|
10622
10623
|
let html_anchor;
|
10623
10624
|
|
@@ -10650,9 +10651,9 @@ function create_if_block$7(ctx) {
|
|
10650
10651
|
}
|
10651
10652
|
|
10652
10653
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10653
|
-
function create_default_slot$
|
10654
|
+
function create_default_slot$7(ctx) {
|
10654
10655
|
let if_block_anchor;
|
10655
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10656
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10656
10657
|
|
10657
10658
|
return {
|
10658
10659
|
c() {
|
@@ -10672,7 +10673,7 @@ function create_default_slot$6(ctx) {
|
|
10672
10673
|
if (if_block) {
|
10673
10674
|
if_block.p(ctx, dirty);
|
10674
10675
|
} else {
|
10675
|
-
if_block = create_if_block$
|
10676
|
+
if_block = create_if_block$8(ctx);
|
10676
10677
|
if_block.c();
|
10677
10678
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10678
10679
|
}
|
@@ -10688,7 +10689,7 @@ function create_default_slot$6(ctx) {
|
|
10688
10689
|
};
|
10689
10690
|
}
|
10690
10691
|
|
10691
|
-
function create_fragment$
|
10692
|
+
function create_fragment$O(ctx) {
|
10692
10693
|
let div;
|
10693
10694
|
let button;
|
10694
10695
|
let current;
|
@@ -10698,7 +10699,7 @@ function create_fragment$L(ctx) {
|
|
10698
10699
|
onClick: /*onClick*/ ctx[0],
|
10699
10700
|
style: /*style*/ ctx[2],
|
10700
10701
|
eventName: /*eventName*/ ctx[1],
|
10701
|
-
$$slots: { default: [create_default_slot$
|
10702
|
+
$$slots: { default: [create_default_slot$7] },
|
10702
10703
|
$$scope: { ctx }
|
10703
10704
|
}
|
10704
10705
|
});
|
@@ -10717,7 +10718,7 @@ function create_fragment$L(ctx) {
|
|
10717
10718
|
this.h();
|
10718
10719
|
},
|
10719
10720
|
h() {
|
10720
|
-
attr(div, "class", "icon svelte-
|
10721
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10721
10722
|
},
|
10722
10723
|
m(target, anchor) {
|
10723
10724
|
insert_hydration(target, div, anchor);
|
@@ -10759,7 +10760,7 @@ function parseData(dataUrl) {
|
|
10759
10760
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10760
10761
|
}
|
10761
10762
|
|
10762
|
-
function instance$
|
10763
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10763
10764
|
let svg;
|
10764
10765
|
let styleVariables;
|
10765
10766
|
let style;
|
@@ -10807,8 +10808,8 @@ class IconElement extends SvelteComponent {
|
|
10807
10808
|
init(
|
10808
10809
|
this,
|
10809
10810
|
options,
|
10810
|
-
instance$
|
10811
|
-
create_fragment$
|
10811
|
+
instance$O,
|
10812
|
+
create_fragment$O,
|
10812
10813
|
safe_not_equal,
|
10813
10814
|
{
|
10814
10815
|
icon: 4,
|
@@ -10818,18 +10819,18 @@ class IconElement extends SvelteComponent {
|
|
10818
10819
|
color: 6,
|
10819
10820
|
_style: 7
|
10820
10821
|
},
|
10821
|
-
add_css$
|
10822
|
+
add_css$g
|
10822
10823
|
);
|
10823
10824
|
}
|
10824
10825
|
}
|
10825
10826
|
|
10826
10827
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10827
10828
|
|
10828
|
-
function add_css$
|
10829
|
-
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%}");
|
10830
10831
|
}
|
10831
10832
|
|
10832
|
-
function create_fragment$
|
10833
|
+
function create_fragment$N(ctx) {
|
10833
10834
|
let div;
|
10834
10835
|
let switch_instance;
|
10835
10836
|
let current;
|
@@ -10862,7 +10863,7 @@ function create_fragment$K(ctx) {
|
|
10862
10863
|
this.h();
|
10863
10864
|
},
|
10864
10865
|
h() {
|
10865
|
-
attr(div, "class", "codeElement svelte-
|
10866
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10866
10867
|
attr(div, "style", /*style*/ ctx[3]);
|
10867
10868
|
},
|
10868
10869
|
m(target, anchor) {
|
@@ -10919,7 +10920,7 @@ function create_fragment$K(ctx) {
|
|
10919
10920
|
};
|
10920
10921
|
}
|
10921
10922
|
|
10922
|
-
function instance$
|
10923
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10923
10924
|
let $data,
|
10924
10925
|
$$unsubscribe_data = noop,
|
10925
10926
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10944,17 +10945,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10944
10945
|
class CodeElement extends SvelteComponent {
|
10945
10946
|
constructor(options) {
|
10946
10947
|
super();
|
10947
|
-
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);
|
10948
10949
|
}
|
10949
10950
|
}
|
10950
10951
|
|
10951
10952
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10952
10953
|
|
10953
|
-
function add_css$
|
10954
|
-
append_styles(target, "svelte-
|
10954
|
+
function add_css$e(target) {
|
10955
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10955
10956
|
}
|
10956
10957
|
|
10957
|
-
function create_fragment$
|
10958
|
+
function create_fragment$M(ctx) {
|
10958
10959
|
let div;
|
10959
10960
|
let div_style_value;
|
10960
10961
|
let current;
|
@@ -10975,7 +10976,7 @@ function create_fragment$J(ctx) {
|
|
10975
10976
|
this.h();
|
10976
10977
|
},
|
10977
10978
|
h() {
|
10978
|
-
attr(div, "class", "flex svelte-
|
10979
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10979
10980
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10980
10981
|
},
|
10981
10982
|
m(target, anchor) {
|
@@ -11029,7 +11030,7 @@ function getFlexContext() {
|
|
11029
11030
|
return getContext(FlexContextKey);
|
11030
11031
|
}
|
11031
11032
|
|
11032
|
-
function instance$
|
11033
|
+
function instance$M($$self, $$props, $$invalidate) {
|
11033
11034
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11034
11035
|
let { direction = 'row' } = $$props;
|
11035
11036
|
let { width = '100%' } = $$props;
|
@@ -11055,8 +11056,8 @@ class Flex extends SvelteComponent {
|
|
11055
11056
|
init(
|
11056
11057
|
this,
|
11057
11058
|
options,
|
11058
|
-
instance$
|
11059
|
-
create_fragment$
|
11059
|
+
instance$M,
|
11060
|
+
create_fragment$M,
|
11060
11061
|
safe_not_equal,
|
11061
11062
|
{
|
11062
11063
|
direction: 0,
|
@@ -11064,18 +11065,18 @@ class Flex extends SvelteComponent {
|
|
11064
11065
|
height: 2,
|
11065
11066
|
_style: 3
|
11066
11067
|
},
|
11067
|
-
add_css$
|
11068
|
+
add_css$e
|
11068
11069
|
);
|
11069
11070
|
}
|
11070
11071
|
}
|
11071
11072
|
|
11072
11073
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11073
11074
|
|
11074
|
-
function add_css$
|
11075
|
-
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}");
|
11076
11077
|
}
|
11077
11078
|
|
11078
|
-
function create_fragment$
|
11079
|
+
function create_fragment$L(ctx) {
|
11079
11080
|
let div;
|
11080
11081
|
let current;
|
11081
11082
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11095,7 +11096,7 @@ function create_fragment$I(ctx) {
|
|
11095
11096
|
this.h();
|
11096
11097
|
},
|
11097
11098
|
h() {
|
11098
|
-
attr(div, "class", "flex-item svelte-
|
11099
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11099
11100
|
attr(div, "style", /*style*/ ctx[0]);
|
11100
11101
|
},
|
11101
11102
|
m(target, anchor) {
|
@@ -11143,7 +11144,7 @@ function create_fragment$I(ctx) {
|
|
11143
11144
|
};
|
11144
11145
|
}
|
11145
11146
|
|
11146
|
-
function instance$
|
11147
|
+
function instance$L($$self, $$props, $$invalidate) {
|
11147
11148
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11148
11149
|
let { length } = $$props;
|
11149
11150
|
let { _style = '' } = $$props;
|
@@ -11186,7 +11187,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
11186
11187
|
class FlexItem extends SvelteComponent {
|
11187
11188
|
constructor(options) {
|
11188
11189
|
super();
|
11189
|
-
init(this, options, instance$
|
11190
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
11190
11191
|
}
|
11191
11192
|
}
|
11192
11193
|
|
@@ -11302,7 +11303,7 @@ function create_default_slot_1(ctx) {
|
|
11302
11303
|
}
|
11303
11304
|
|
11304
11305
|
// (106:0) <StateItem {path}>
|
11305
|
-
function create_default_slot$
|
11306
|
+
function create_default_slot$6(ctx) {
|
11306
11307
|
let modal;
|
11307
11308
|
let current;
|
11308
11309
|
|
@@ -11370,14 +11371,14 @@ function create_default_slot$5(ctx) {
|
|
11370
11371
|
};
|
11371
11372
|
}
|
11372
11373
|
|
11373
|
-
function create_fragment$
|
11374
|
+
function create_fragment$K(ctx) {
|
11374
11375
|
let stateitem;
|
11375
11376
|
let current;
|
11376
11377
|
|
11377
11378
|
stateitem = new StateItem({
|
11378
11379
|
props: {
|
11379
11380
|
path: /*path*/ ctx[0],
|
11380
|
-
$$slots: { default: [create_default_slot$
|
11381
|
+
$$slots: { default: [create_default_slot$6] },
|
11381
11382
|
$$scope: { ctx }
|
11382
11383
|
}
|
11383
11384
|
});
|
@@ -11418,7 +11419,7 @@ function create_fragment$H(ctx) {
|
|
11418
11419
|
};
|
11419
11420
|
}
|
11420
11421
|
|
11421
|
-
function instance$
|
11422
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11422
11423
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11423
11424
|
let { path } = $$props;
|
11424
11425
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11489,7 +11490,7 @@ class GridModalState extends SvelteComponent {
|
|
11489
11490
|
constructor(options) {
|
11490
11491
|
super();
|
11491
11492
|
|
11492
|
-
init(this, options, instance$
|
11493
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
11493
11494
|
path: 0,
|
11494
11495
|
onClick: 1,
|
11495
11496
|
clickEventName: 2,
|
@@ -11514,11 +11515,11 @@ class GridModalState extends SvelteComponent {
|
|
11514
11515
|
|
11515
11516
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11516
11517
|
|
11517
|
-
function add_css$
|
11518
|
-
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%}");
|
11519
11520
|
}
|
11520
11521
|
|
11521
|
-
function create_fragment$
|
11522
|
+
function create_fragment$J(ctx) {
|
11522
11523
|
let div1;
|
11523
11524
|
let div0;
|
11524
11525
|
let rendertext;
|
@@ -11544,8 +11545,8 @@ function create_fragment$G(ctx) {
|
|
11544
11545
|
this.h();
|
11545
11546
|
},
|
11546
11547
|
h() {
|
11547
|
-
attr(div0, "class", "text-block-inner svelte-
|
11548
|
-
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"));
|
11549
11550
|
attr(div1, "style", /*style*/ ctx[2]);
|
11550
11551
|
},
|
11551
11552
|
m(target, anchor) {
|
@@ -11559,7 +11560,7 @@ function create_fragment$G(ctx) {
|
|
11559
11560
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11560
11561
|
rendertext.$set(rendertext_changes);
|
11561
11562
|
|
11562
|
-
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"))) {
|
11563
11564
|
attr(div1, "class", div1_class_value);
|
11564
11565
|
}
|
11565
11566
|
|
@@ -11583,7 +11584,7 @@ function create_fragment$G(ctx) {
|
|
11583
11584
|
};
|
11584
11585
|
}
|
11585
11586
|
|
11586
|
-
function instance$
|
11587
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11587
11588
|
let style;
|
11588
11589
|
let { text = 'サンプルSample' } = $$props;
|
11589
11590
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11619,8 +11620,8 @@ class TextBlock extends SvelteComponent {
|
|
11619
11620
|
init(
|
11620
11621
|
this,
|
11621
11622
|
options,
|
11622
|
-
instance$
|
11623
|
-
create_fragment$
|
11623
|
+
instance$J,
|
11624
|
+
create_fragment$J,
|
11624
11625
|
safe_not_equal,
|
11625
11626
|
{
|
11626
11627
|
text: 0,
|
@@ -11629,18 +11630,18 @@ class TextBlock extends SvelteComponent {
|
|
11629
11630
|
textDirection: 1,
|
11630
11631
|
_style: 5
|
11631
11632
|
},
|
11632
|
-
add_css$
|
11633
|
+
add_css$c
|
11633
11634
|
);
|
11634
11635
|
}
|
11635
11636
|
}
|
11636
11637
|
|
11637
11638
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11638
11639
|
|
11639
|
-
function add_css$
|
11640
|
-
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)}");
|
11641
11642
|
}
|
11642
11643
|
|
11643
|
-
function create_fragment$
|
11644
|
+
function create_fragment$I(ctx) {
|
11644
11645
|
let div;
|
11645
11646
|
let button;
|
11646
11647
|
let rendertext;
|
@@ -11667,9 +11668,9 @@ function create_fragment$F(ctx) {
|
|
11667
11668
|
this.h();
|
11668
11669
|
},
|
11669
11670
|
h() {
|
11670
|
-
attr(button, "class", "text-button svelte-
|
11671
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11671
11672
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11672
|
-
attr(div, "class", "text-button-block svelte-
|
11673
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11673
11674
|
attr(div, "style", /*_style*/ ctx[2]);
|
11674
11675
|
},
|
11675
11676
|
m(target, anchor) {
|
@@ -11714,7 +11715,7 @@ function create_fragment$F(ctx) {
|
|
11714
11715
|
};
|
11715
11716
|
}
|
11716
11717
|
|
11717
|
-
function instance$
|
11718
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11718
11719
|
let { text = 'ボタンラベル' } = $$props;
|
11719
11720
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11720
11721
|
|
@@ -11756,8 +11757,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11756
11757
|
init(
|
11757
11758
|
this,
|
11758
11759
|
options,
|
11759
|
-
instance$
|
11760
|
-
create_fragment$
|
11760
|
+
instance$I,
|
11761
|
+
create_fragment$I,
|
11761
11762
|
safe_not_equal,
|
11762
11763
|
{
|
11763
11764
|
text: 0,
|
@@ -11767,18 +11768,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11767
11768
|
_buttonStyle: 1,
|
11768
11769
|
_style: 2
|
11769
11770
|
},
|
11770
|
-
add_css$
|
11771
|
+
add_css$b
|
11771
11772
|
);
|
11772
11773
|
}
|
11773
11774
|
}
|
11774
11775
|
|
11775
11776
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11776
11777
|
|
11777
|
-
function add_css$
|
11778
|
-
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)}");
|
11779
11780
|
}
|
11780
11781
|
|
11781
|
-
function create_fragment$
|
11782
|
+
function create_fragment$H(ctx) {
|
11782
11783
|
let div;
|
11783
11784
|
let img;
|
11784
11785
|
let img_style_value;
|
@@ -11811,14 +11812,14 @@ function create_fragment$E(ctx) {
|
|
11811
11812
|
this.h();
|
11812
11813
|
},
|
11813
11814
|
h() {
|
11814
|
-
attr(img, "class", "image svelte-
|
11815
|
+
attr(img, "class", "image svelte-1pdw891");
|
11815
11816
|
attr(img, "loading", "lazy");
|
11816
11817
|
attr(img, "width", "auto");
|
11817
11818
|
attr(img, "height", "auto");
|
11818
11819
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11819
11820
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11820
11821
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11821
|
-
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"));
|
11822
11823
|
attr(div, "style", /*_style*/ ctx[5]);
|
11823
11824
|
},
|
11824
11825
|
m(target, anchor) {
|
@@ -11843,7 +11844,7 @@ function create_fragment$E(ctx) {
|
|
11843
11844
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11844
11845
|
}
|
11845
11846
|
|
11846
|
-
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"))) {
|
11847
11848
|
attr(div, "class", div_class_value);
|
11848
11849
|
}
|
11849
11850
|
|
@@ -11861,7 +11862,7 @@ function create_fragment$E(ctx) {
|
|
11861
11862
|
};
|
11862
11863
|
}
|
11863
11864
|
|
11864
|
-
function instance$
|
11865
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11865
11866
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11866
11867
|
let { alt = 'No Image' } = $$props;
|
11867
11868
|
let { transport = false } = $$props;
|
@@ -11901,8 +11902,8 @@ class ImageBlock extends SvelteComponent {
|
|
11901
11902
|
init(
|
11902
11903
|
this,
|
11903
11904
|
options,
|
11904
|
-
instance$
|
11905
|
-
create_fragment$
|
11905
|
+
instance$H,
|
11906
|
+
create_fragment$H,
|
11906
11907
|
safe_not_equal,
|
11907
11908
|
{
|
11908
11909
|
src: 0,
|
@@ -11914,7 +11915,7 @@ class ImageBlock extends SvelteComponent {
|
|
11914
11915
|
_imageStyle: 4,
|
11915
11916
|
_style: 5
|
11916
11917
|
},
|
11917
|
-
add_css$
|
11918
|
+
add_css$a
|
11918
11919
|
);
|
11919
11920
|
}
|
11920
11921
|
}
|
@@ -12014,8 +12015,8 @@ const toCssShadow = (p) => {
|
|
12014
12015
|
|
12015
12016
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12016
12017
|
|
12017
|
-
function add_css$
|
12018
|
-
append_styles(target, "svelte-
|
12018
|
+
function add_css$9(target) {
|
12019
|
+
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}");
|
12019
12020
|
}
|
12020
12021
|
|
12021
12022
|
// (40:0) {:else}
|
@@ -12060,7 +12061,7 @@ function create_else_block$1(ctx) {
|
|
12060
12061
|
},
|
12061
12062
|
h() {
|
12062
12063
|
set_attributes(button, button_data);
|
12063
|
-
toggle_class(button, "svelte-
|
12064
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12064
12065
|
},
|
12065
12066
|
m(target, anchor) {
|
12066
12067
|
insert_hydration(target, button, anchor);
|
@@ -12100,7 +12101,7 @@ function create_else_block$1(ctx) {
|
|
12100
12101
|
dataAttrStopPropagation('click')
|
12101
12102
|
]));
|
12102
12103
|
|
12103
|
-
toggle_class(button, "svelte-
|
12104
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12104
12105
|
},
|
12105
12106
|
i(local) {
|
12106
12107
|
if (current) return;
|
@@ -12148,7 +12149,7 @@ function create_if_block_1$1(ctx) {
|
|
12148
12149
|
},
|
12149
12150
|
h() {
|
12150
12151
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12151
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12152
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
12152
12153
|
attr(div, "style", /*style*/ ctx[1]);
|
12153
12154
|
},
|
12154
12155
|
m(target, anchor) {
|
@@ -12180,7 +12181,7 @@ function create_if_block_1$1(ctx) {
|
|
12180
12181
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12181
12182
|
}
|
12182
12183
|
|
12183
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12184
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
12184
12185
|
attr(div, "class", div_class_value);
|
12185
12186
|
}
|
12186
12187
|
|
@@ -12205,7 +12206,7 @@ function create_if_block_1$1(ctx) {
|
|
12205
12206
|
}
|
12206
12207
|
|
12207
12208
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
12208
|
-
function create_if_block$
|
12209
|
+
function create_if_block$7(ctx) {
|
12209
12210
|
let a;
|
12210
12211
|
let a_href_value;
|
12211
12212
|
let a_target_value;
|
@@ -12258,7 +12259,7 @@ function create_if_block$6(ctx) {
|
|
12258
12259
|
},
|
12259
12260
|
h() {
|
12260
12261
|
set_attributes(a, a_data);
|
12261
|
-
toggle_class(a, "svelte-
|
12262
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12262
12263
|
},
|
12263
12264
|
m(target, anchor) {
|
12264
12265
|
insert_hydration(target, a, anchor);
|
@@ -12301,7 +12302,7 @@ function create_if_block$6(ctx) {
|
|
12301
12302
|
dataAttrStopPropagation('click')
|
12302
12303
|
]));
|
12303
12304
|
|
12304
|
-
toggle_class(a, "svelte-
|
12305
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12305
12306
|
},
|
12306
12307
|
i(local) {
|
12307
12308
|
if (current) return;
|
@@ -12321,12 +12322,12 @@ function create_if_block$6(ctx) {
|
|
12321
12322
|
};
|
12322
12323
|
}
|
12323
12324
|
|
12324
|
-
function create_fragment$
|
12325
|
+
function create_fragment$G(ctx) {
|
12325
12326
|
let current_block_type_index;
|
12326
12327
|
let if_block;
|
12327
12328
|
let if_block_anchor;
|
12328
12329
|
let current;
|
12329
|
-
const if_block_creators = [create_if_block$
|
12330
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
12330
12331
|
const if_blocks = [];
|
12331
12332
|
|
12332
12333
|
function select_block_type(ctx, dirty) {
|
@@ -12397,7 +12398,7 @@ function create_fragment$D(ctx) {
|
|
12397
12398
|
|
12398
12399
|
const CLICKABLE_CLASS = 'clickable';
|
12399
12400
|
|
12400
|
-
function instance$
|
12401
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12401
12402
|
let fixedClass;
|
12402
12403
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12403
12404
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -12452,8 +12453,8 @@ class Clickable extends SvelteComponent {
|
|
12452
12453
|
init(
|
12453
12454
|
this,
|
12454
12455
|
options,
|
12455
|
-
instance$
|
12456
|
-
create_fragment$
|
12456
|
+
instance$G,
|
12457
|
+
create_fragment$G,
|
12457
12458
|
safe_not_equal,
|
12458
12459
|
{
|
12459
12460
|
onClick: 0,
|
@@ -12463,14 +12464,14 @@ class Clickable extends SvelteComponent {
|
|
12463
12464
|
layerId: 2,
|
12464
12465
|
className: 7
|
12465
12466
|
},
|
12466
|
-
add_css$
|
12467
|
+
add_css$9
|
12467
12468
|
);
|
12468
12469
|
}
|
12469
12470
|
}
|
12470
12471
|
|
12471
12472
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12472
12473
|
|
12473
|
-
function create_default_slot$
|
12474
|
+
function create_default_slot$5(ctx) {
|
12474
12475
|
let img;
|
12475
12476
|
let img_src_value;
|
12476
12477
|
let img_alt_value;
|
@@ -12511,7 +12512,7 @@ function create_default_slot$4(ctx) {
|
|
12511
12512
|
};
|
12512
12513
|
}
|
12513
12514
|
|
12514
|
-
function create_fragment$
|
12515
|
+
function create_fragment$F(ctx) {
|
12515
12516
|
let clickable;
|
12516
12517
|
let current;
|
12517
12518
|
|
@@ -12522,7 +12523,7 @@ function create_fragment$C(ctx) {
|
|
12522
12523
|
onClick: /*props*/ ctx[0].onClick,
|
12523
12524
|
eventName: /*props*/ ctx[0].eventName,
|
12524
12525
|
eventValue: /*props*/ ctx[0].eventValue,
|
12525
|
-
$$slots: { default: [create_default_slot$
|
12526
|
+
$$slots: { default: [create_default_slot$5] },
|
12526
12527
|
$$scope: { ctx }
|
12527
12528
|
}
|
12528
12529
|
});
|
@@ -12567,7 +12568,7 @@ function create_fragment$C(ctx) {
|
|
12567
12568
|
};
|
12568
12569
|
}
|
12569
12570
|
|
12570
|
-
function instance$
|
12571
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12571
12572
|
let style;
|
12572
12573
|
let imgStyle;
|
12573
12574
|
let { props = {} } = $$props;
|
@@ -12616,7 +12617,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12616
12617
|
class Avatar extends SvelteComponent {
|
12617
12618
|
constructor(options) {
|
12618
12619
|
super();
|
12619
|
-
init(this, options, instance$
|
12620
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
12620
12621
|
}
|
12621
12622
|
}
|
12622
12623
|
|
@@ -12641,8 +12642,13 @@ const BUTTON_SIZE = {
|
|
12641
12642
|
};
|
12642
12643
|
const BUTTON_THEME = {
|
12643
12644
|
default: 'デフォルト',
|
12644
|
-
|
12645
|
+
primary: 'プライマリー',
|
12646
|
+
secondary: 'セカンダリー',
|
12647
|
+
success: 'サクセス',
|
12648
|
+
warning: 'ワーニング',
|
12645
12649
|
alert: 'アラート',
|
12650
|
+
info: 'インフォ',
|
12651
|
+
neutral: 'ニュートラル',
|
12646
12652
|
transparent: '背景なし',
|
12647
12653
|
};
|
12648
12654
|
const BUTTON_ROUND = {
|
@@ -12669,7 +12675,7 @@ const buttonPropsDefault = {
|
|
12669
12675
|
|
12670
12676
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12671
12677
|
|
12672
|
-
function create_fragment$
|
12678
|
+
function create_fragment$E(ctx) {
|
12673
12679
|
let svg;
|
12674
12680
|
let path;
|
12675
12681
|
|
@@ -12712,7 +12718,7 @@ function create_fragment$B(ctx) {
|
|
12712
12718
|
};
|
12713
12719
|
}
|
12714
12720
|
|
12715
|
-
function instance$
|
12721
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12716
12722
|
let { color } = $$props;
|
12717
12723
|
|
12718
12724
|
$$self.$$set = $$props => {
|
@@ -12725,13 +12731,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12725
12731
|
class IconArrowDown extends SvelteComponent {
|
12726
12732
|
constructor(options) {
|
12727
12733
|
super();
|
12728
|
-
init(this, options, instance$
|
12734
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12729
12735
|
}
|
12730
12736
|
}
|
12731
12737
|
|
12732
12738
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12733
12739
|
|
12734
|
-
function create_fragment$
|
12740
|
+
function create_fragment$D(ctx) {
|
12735
12741
|
let svg;
|
12736
12742
|
let path;
|
12737
12743
|
|
@@ -12774,7 +12780,7 @@ function create_fragment$A(ctx) {
|
|
12774
12780
|
};
|
12775
12781
|
}
|
12776
12782
|
|
12777
|
-
function instance$
|
12783
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12778
12784
|
let { color } = $$props;
|
12779
12785
|
|
12780
12786
|
$$self.$$set = $$props => {
|
@@ -12787,13 +12793,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12787
12793
|
class IconArrowUp extends SvelteComponent {
|
12788
12794
|
constructor(options) {
|
12789
12795
|
super();
|
12790
|
-
init(this, options, instance$
|
12796
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12791
12797
|
}
|
12792
12798
|
}
|
12793
12799
|
|
12794
12800
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12795
12801
|
|
12796
|
-
function create_fragment$
|
12802
|
+
function create_fragment$C(ctx) {
|
12797
12803
|
let svg;
|
12798
12804
|
let path;
|
12799
12805
|
|
@@ -12836,7 +12842,7 @@ function create_fragment$z(ctx) {
|
|
12836
12842
|
};
|
12837
12843
|
}
|
12838
12844
|
|
12839
|
-
function instance$
|
12845
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12840
12846
|
let { color } = $$props;
|
12841
12847
|
|
12842
12848
|
$$self.$$set = $$props => {
|
@@ -12849,13 +12855,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12849
12855
|
class IconUsers extends SvelteComponent {
|
12850
12856
|
constructor(options) {
|
12851
12857
|
super();
|
12852
|
-
init(this, options, instance$
|
12858
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12853
12859
|
}
|
12854
12860
|
}
|
12855
12861
|
|
12856
12862
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12857
12863
|
|
12858
|
-
function create_fragment$
|
12864
|
+
function create_fragment$B(ctx) {
|
12859
12865
|
let svg;
|
12860
12866
|
let path;
|
12861
12867
|
|
@@ -12898,7 +12904,7 @@ function create_fragment$y(ctx) {
|
|
12898
12904
|
};
|
12899
12905
|
}
|
12900
12906
|
|
12901
|
-
function instance$
|
12907
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12902
12908
|
let { color } = $$props;
|
12903
12909
|
|
12904
12910
|
$$self.$$set = $$props => {
|
@@ -12911,13 +12917,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12911
12917
|
class IconArrowLeft extends SvelteComponent {
|
12912
12918
|
constructor(options) {
|
12913
12919
|
super();
|
12914
|
-
init(this, options, instance$
|
12920
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12915
12921
|
}
|
12916
12922
|
}
|
12917
12923
|
|
12918
12924
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12919
12925
|
|
12920
|
-
function create_fragment$
|
12926
|
+
function create_fragment$A(ctx) {
|
12921
12927
|
let svg;
|
12922
12928
|
let path;
|
12923
12929
|
|
@@ -12960,7 +12966,7 @@ function create_fragment$x(ctx) {
|
|
12960
12966
|
};
|
12961
12967
|
}
|
12962
12968
|
|
12963
|
-
function instance$
|
12969
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12964
12970
|
let { color } = $$props;
|
12965
12971
|
|
12966
12972
|
$$self.$$set = $$props => {
|
@@ -12973,13 +12979,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12973
12979
|
class IconArrowRight extends SvelteComponent {
|
12974
12980
|
constructor(options) {
|
12975
12981
|
super();
|
12976
|
-
init(this, options, instance$
|
12982
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12977
12983
|
}
|
12978
12984
|
}
|
12979
12985
|
|
12980
12986
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12981
12987
|
|
12982
|
-
function create_fragment$
|
12988
|
+
function create_fragment$z(ctx) {
|
12983
12989
|
let svg;
|
12984
12990
|
let path;
|
12985
12991
|
|
@@ -13022,7 +13028,7 @@ function create_fragment$w(ctx) {
|
|
13022
13028
|
};
|
13023
13029
|
}
|
13024
13030
|
|
13025
|
-
function instance$
|
13031
|
+
function instance$z($$self, $$props, $$invalidate) {
|
13026
13032
|
let { color } = $$props;
|
13027
13033
|
|
13028
13034
|
$$self.$$set = $$props => {
|
@@ -13035,13 +13041,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
13035
13041
|
class IconBell extends SvelteComponent {
|
13036
13042
|
constructor(options) {
|
13037
13043
|
super();
|
13038
|
-
init(this, options, instance$
|
13044
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
13039
13045
|
}
|
13040
13046
|
}
|
13041
13047
|
|
13042
13048
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13043
13049
|
|
13044
|
-
function create_fragment$
|
13050
|
+
function create_fragment$y(ctx) {
|
13045
13051
|
let svg;
|
13046
13052
|
let path;
|
13047
13053
|
|
@@ -13084,7 +13090,7 @@ function create_fragment$v(ctx) {
|
|
13084
13090
|
};
|
13085
13091
|
}
|
13086
13092
|
|
13087
|
-
function instance$
|
13093
|
+
function instance$y($$self, $$props, $$invalidate) {
|
13088
13094
|
let { color } = $$props;
|
13089
13095
|
|
13090
13096
|
$$self.$$set = $$props => {
|
@@ -13097,13 +13103,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13097
13103
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13098
13104
|
constructor(options) {
|
13099
13105
|
super();
|
13100
|
-
init(this, options, instance$
|
13106
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
13101
13107
|
}
|
13102
13108
|
}
|
13103
13109
|
|
13104
13110
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13105
13111
|
|
13106
|
-
function create_fragment$
|
13112
|
+
function create_fragment$x(ctx) {
|
13107
13113
|
let svg;
|
13108
13114
|
let path;
|
13109
13115
|
|
@@ -13146,7 +13152,7 @@ function create_fragment$u(ctx) {
|
|
13146
13152
|
};
|
13147
13153
|
}
|
13148
13154
|
|
13149
|
-
function instance$
|
13155
|
+
function instance$x($$self, $$props, $$invalidate) {
|
13150
13156
|
let { color } = $$props;
|
13151
13157
|
|
13152
13158
|
$$self.$$set = $$props => {
|
@@ -13159,13 +13165,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13159
13165
|
class IconTicket extends SvelteComponent {
|
13160
13166
|
constructor(options) {
|
13161
13167
|
super();
|
13162
|
-
init(this, options, instance$
|
13168
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
13163
13169
|
}
|
13164
13170
|
}
|
13165
13171
|
|
13166
13172
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13167
13173
|
|
13168
|
-
function create_fragment$
|
13174
|
+
function create_fragment$w(ctx) {
|
13169
13175
|
let svg;
|
13170
13176
|
let path;
|
13171
13177
|
|
@@ -13208,7 +13214,7 @@ function create_fragment$t(ctx) {
|
|
13208
13214
|
};
|
13209
13215
|
}
|
13210
13216
|
|
13211
|
-
function instance$
|
13217
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13212
13218
|
let { color } = $$props;
|
13213
13219
|
|
13214
13220
|
$$self.$$set = $$props => {
|
@@ -13221,13 +13227,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13221
13227
|
class IconTrack extends SvelteComponent {
|
13222
13228
|
constructor(options) {
|
13223
13229
|
super();
|
13224
|
-
init(this, options, instance$
|
13230
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13225
13231
|
}
|
13226
13232
|
}
|
13227
13233
|
|
13228
13234
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13229
13235
|
|
13230
|
-
function create_fragment$
|
13236
|
+
function create_fragment$v(ctx) {
|
13231
13237
|
let svg;
|
13232
13238
|
let path;
|
13233
13239
|
|
@@ -13270,7 +13276,7 @@ function create_fragment$s(ctx) {
|
|
13270
13276
|
};
|
13271
13277
|
}
|
13272
13278
|
|
13273
|
-
function instance$
|
13279
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13274
13280
|
let { color } = $$props;
|
13275
13281
|
|
13276
13282
|
$$self.$$set = $$props => {
|
@@ -13283,13 +13289,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13283
13289
|
class IconCartShopping extends SvelteComponent {
|
13284
13290
|
constructor(options) {
|
13285
13291
|
super();
|
13286
|
-
init(this, options, instance$
|
13292
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13287
13293
|
}
|
13288
13294
|
}
|
13289
13295
|
|
13290
13296
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13291
13297
|
|
13292
|
-
function create_fragment$
|
13298
|
+
function create_fragment$u(ctx) {
|
13293
13299
|
let svg;
|
13294
13300
|
let path;
|
13295
13301
|
|
@@ -13332,7 +13338,7 @@ function create_fragment$r(ctx) {
|
|
13332
13338
|
};
|
13333
13339
|
}
|
13334
13340
|
|
13335
|
-
function instance$
|
13341
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13336
13342
|
let { color } = $$props;
|
13337
13343
|
|
13338
13344
|
$$self.$$set = $$props => {
|
@@ -13345,13 +13351,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13345
13351
|
class IconCircle extends SvelteComponent {
|
13346
13352
|
constructor(options) {
|
13347
13353
|
super();
|
13348
|
-
init(this, options, instance$
|
13354
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13349
13355
|
}
|
13350
13356
|
}
|
13351
13357
|
|
13352
13358
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13353
13359
|
|
13354
|
-
function create_fragment$
|
13360
|
+
function create_fragment$t(ctx) {
|
13355
13361
|
let svg;
|
13356
13362
|
let path;
|
13357
13363
|
|
@@ -13394,7 +13400,7 @@ function create_fragment$q(ctx) {
|
|
13394
13400
|
};
|
13395
13401
|
}
|
13396
13402
|
|
13397
|
-
function instance$
|
13403
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13398
13404
|
let { color } = $$props;
|
13399
13405
|
|
13400
13406
|
$$self.$$set = $$props => {
|
@@ -13407,13 +13413,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13407
13413
|
class IconCircleQuestion extends SvelteComponent {
|
13408
13414
|
constructor(options) {
|
13409
13415
|
super();
|
13410
|
-
init(this, options, instance$
|
13416
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13411
13417
|
}
|
13412
13418
|
}
|
13413
13419
|
|
13414
13420
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13415
13421
|
|
13416
|
-
function create_fragment$
|
13422
|
+
function create_fragment$s(ctx) {
|
13417
13423
|
let svg;
|
13418
13424
|
let path;
|
13419
13425
|
|
@@ -13456,7 +13462,7 @@ function create_fragment$p(ctx) {
|
|
13456
13462
|
};
|
13457
13463
|
}
|
13458
13464
|
|
13459
|
-
function instance$
|
13465
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13460
13466
|
let { color } = $$props;
|
13461
13467
|
|
13462
13468
|
$$self.$$set = $$props => {
|
@@ -13469,13 +13475,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13469
13475
|
class IconCheck extends SvelteComponent {
|
13470
13476
|
constructor(options) {
|
13471
13477
|
super();
|
13472
|
-
init(this, options, instance$
|
13478
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13473
13479
|
}
|
13474
13480
|
}
|
13475
13481
|
|
13476
13482
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13477
13483
|
|
13478
|
-
function create_fragment$
|
13484
|
+
function create_fragment$r(ctx) {
|
13479
13485
|
let svg;
|
13480
13486
|
let path;
|
13481
13487
|
|
@@ -13518,7 +13524,7 @@ function create_fragment$o(ctx) {
|
|
13518
13524
|
};
|
13519
13525
|
}
|
13520
13526
|
|
13521
|
-
function instance$
|
13527
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13522
13528
|
let { color } = $$props;
|
13523
13529
|
|
13524
13530
|
$$self.$$set = $$props => {
|
@@ -13531,13 +13537,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13531
13537
|
class IconXMark extends SvelteComponent {
|
13532
13538
|
constructor(options) {
|
13533
13539
|
super();
|
13534
|
-
init(this, options, instance$
|
13540
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13535
13541
|
}
|
13536
13542
|
}
|
13537
13543
|
|
13538
13544
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13539
13545
|
|
13540
|
-
function create_fragment$
|
13546
|
+
function create_fragment$q(ctx) {
|
13541
13547
|
let svg;
|
13542
13548
|
let path;
|
13543
13549
|
|
@@ -13580,7 +13586,7 @@ function create_fragment$n(ctx) {
|
|
13580
13586
|
};
|
13581
13587
|
}
|
13582
13588
|
|
13583
|
-
function instance$
|
13589
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13584
13590
|
let { color } = $$props;
|
13585
13591
|
|
13586
13592
|
$$self.$$set = $$props => {
|
@@ -13593,13 +13599,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13593
13599
|
class IconPaperPlane extends SvelteComponent {
|
13594
13600
|
constructor(options) {
|
13595
13601
|
super();
|
13596
|
-
init(this, options, instance$
|
13602
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13597
13603
|
}
|
13598
13604
|
}
|
13599
13605
|
|
13600
13606
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13601
13607
|
|
13602
|
-
function create_fragment$
|
13608
|
+
function create_fragment$p(ctx) {
|
13603
13609
|
let svg;
|
13604
13610
|
let path;
|
13605
13611
|
|
@@ -13642,7 +13648,7 @@ function create_fragment$m(ctx) {
|
|
13642
13648
|
};
|
13643
13649
|
}
|
13644
13650
|
|
13645
|
-
function instance$
|
13651
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13646
13652
|
let { color } = $$props;
|
13647
13653
|
|
13648
13654
|
$$self.$$set = $$props => {
|
@@ -13655,13 +13661,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13655
13661
|
class IconCopy extends SvelteComponent {
|
13656
13662
|
constructor(options) {
|
13657
13663
|
super();
|
13658
|
-
init(this, options, instance$
|
13664
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13659
13665
|
}
|
13660
13666
|
}
|
13661
13667
|
|
13662
13668
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13663
13669
|
|
13664
|
-
function create_fragment$
|
13670
|
+
function create_fragment$o(ctx) {
|
13665
13671
|
let svg;
|
13666
13672
|
let path;
|
13667
13673
|
|
@@ -13704,7 +13710,7 @@ function create_fragment$l(ctx) {
|
|
13704
13710
|
};
|
13705
13711
|
}
|
13706
13712
|
|
13707
|
-
function instance$
|
13713
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13708
13714
|
let { color } = $$props;
|
13709
13715
|
|
13710
13716
|
$$self.$$set = $$props => {
|
@@ -13717,13 +13723,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13717
13723
|
class IconCircleXMark extends SvelteComponent {
|
13718
13724
|
constructor(options) {
|
13719
13725
|
super();
|
13720
|
-
init(this, options, instance$
|
13726
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13721
13727
|
}
|
13722
13728
|
}
|
13723
13729
|
|
13724
13730
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13725
13731
|
|
13726
|
-
function create_fragment$
|
13732
|
+
function create_fragment$n(ctx) {
|
13727
13733
|
let svg;
|
13728
13734
|
let path;
|
13729
13735
|
|
@@ -13766,7 +13772,7 @@ function create_fragment$k(ctx) {
|
|
13766
13772
|
};
|
13767
13773
|
}
|
13768
13774
|
|
13769
|
-
function instance$
|
13775
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13770
13776
|
let { color } = $$props;
|
13771
13777
|
|
13772
13778
|
$$self.$$set = $$props => {
|
@@ -13779,13 +13785,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13779
13785
|
class IconHeart extends SvelteComponent {
|
13780
13786
|
constructor(options) {
|
13781
13787
|
super();
|
13782
|
-
init(this, options, instance$
|
13788
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13783
13789
|
}
|
13784
13790
|
}
|
13785
13791
|
|
13786
13792
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13787
13793
|
|
13788
|
-
function create_fragment$
|
13794
|
+
function create_fragment$m(ctx) {
|
13789
13795
|
let svg;
|
13790
13796
|
let path;
|
13791
13797
|
|
@@ -13828,7 +13834,7 @@ function create_fragment$j(ctx) {
|
|
13828
13834
|
};
|
13829
13835
|
}
|
13830
13836
|
|
13831
|
-
function instance$
|
13837
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13832
13838
|
let { color } = $$props;
|
13833
13839
|
|
13834
13840
|
$$self.$$set = $$props => {
|
@@ -13841,13 +13847,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
13841
13847
|
class IconMagnifyingGrass extends SvelteComponent {
|
13842
13848
|
constructor(options) {
|
13843
13849
|
super();
|
13844
|
-
init(this, options, instance$
|
13850
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13845
13851
|
}
|
13846
13852
|
}
|
13847
13853
|
|
13848
13854
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13849
13855
|
|
13850
|
-
function create_fragment$
|
13856
|
+
function create_fragment$l(ctx) {
|
13851
13857
|
let svg;
|
13852
13858
|
let path;
|
13853
13859
|
|
@@ -13890,7 +13896,7 @@ function create_fragment$i(ctx) {
|
|
13890
13896
|
};
|
13891
13897
|
}
|
13892
13898
|
|
13893
|
-
function instance$
|
13899
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13894
13900
|
let { color } = $$props;
|
13895
13901
|
|
13896
13902
|
$$self.$$set = $$props => {
|
@@ -13903,13 +13909,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
13903
13909
|
class IconStar extends SvelteComponent {
|
13904
13910
|
constructor(options) {
|
13905
13911
|
super();
|
13906
|
-
init(this, options, instance$
|
13912
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13907
13913
|
}
|
13908
13914
|
}
|
13909
13915
|
|
13910
13916
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13911
13917
|
|
13912
|
-
function create_fragment$
|
13918
|
+
function create_fragment$k(ctx) {
|
13913
13919
|
let svg;
|
13914
13920
|
let path;
|
13915
13921
|
|
@@ -13952,7 +13958,7 @@ function create_fragment$h(ctx) {
|
|
13952
13958
|
};
|
13953
13959
|
}
|
13954
13960
|
|
13955
|
-
function instance$
|
13961
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13956
13962
|
let { color } = $$props;
|
13957
13963
|
|
13958
13964
|
$$self.$$set = $$props => {
|
@@ -13965,13 +13971,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13965
13971
|
class IconCircleInfo extends SvelteComponent {
|
13966
13972
|
constructor(options) {
|
13967
13973
|
super();
|
13968
|
-
init(this, options, instance$
|
13974
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13969
13975
|
}
|
13970
13976
|
}
|
13971
13977
|
|
13972
13978
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13973
13979
|
|
13974
|
-
function create_fragment$
|
13980
|
+
function create_fragment$j(ctx) {
|
13975
13981
|
let svg;
|
13976
13982
|
let path;
|
13977
13983
|
|
@@ -14014,7 +14020,7 @@ function create_fragment$g(ctx) {
|
|
14014
14020
|
};
|
14015
14021
|
}
|
14016
14022
|
|
14017
|
-
function instance$
|
14023
|
+
function instance$j($$self, $$props, $$invalidate) {
|
14018
14024
|
let { color } = $$props;
|
14019
14025
|
|
14020
14026
|
$$self.$$set = $$props => {
|
@@ -14027,13 +14033,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
14027
14033
|
class IconEnvelope extends SvelteComponent {
|
14028
14034
|
constructor(options) {
|
14029
14035
|
super();
|
14030
|
-
init(this, options, instance$
|
14036
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
14031
14037
|
}
|
14032
14038
|
}
|
14033
14039
|
|
14034
14040
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14035
14041
|
|
14036
|
-
function create_fragment$
|
14042
|
+
function create_fragment$i(ctx) {
|
14037
14043
|
let svg;
|
14038
14044
|
let path;
|
14039
14045
|
|
@@ -14076,7 +14082,7 @@ function create_fragment$f(ctx) {
|
|
14076
14082
|
};
|
14077
14083
|
}
|
14078
14084
|
|
14079
|
-
function instance$
|
14085
|
+
function instance$i($$self, $$props, $$invalidate) {
|
14080
14086
|
let { color } = $$props;
|
14081
14087
|
|
14082
14088
|
$$self.$$set = $$props => {
|
@@ -14089,13 +14095,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14089
14095
|
class IconGift extends SvelteComponent {
|
14090
14096
|
constructor(options) {
|
14091
14097
|
super();
|
14092
|
-
init(this, options, instance$
|
14098
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
14093
14099
|
}
|
14094
14100
|
}
|
14095
14101
|
|
14096
14102
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14097
14103
|
|
14098
|
-
function create_fragment$
|
14104
|
+
function create_fragment$h(ctx) {
|
14099
14105
|
let svg;
|
14100
14106
|
let path;
|
14101
14107
|
|
@@ -14144,7 +14150,7 @@ function create_fragment$e(ctx) {
|
|
14144
14150
|
};
|
14145
14151
|
}
|
14146
14152
|
|
14147
|
-
function instance$
|
14153
|
+
function instance$h($$self, $$props, $$invalidate) {
|
14148
14154
|
let { color } = $$props;
|
14149
14155
|
|
14150
14156
|
$$self.$$set = $$props => {
|
@@ -14157,13 +14163,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14157
14163
|
class IconPaperclip extends SvelteComponent {
|
14158
14164
|
constructor(options) {
|
14159
14165
|
super();
|
14160
|
-
init(this, options, instance$
|
14166
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
14161
14167
|
}
|
14162
14168
|
}
|
14163
14169
|
|
14164
14170
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14165
14171
|
|
14166
|
-
function create_fragment$
|
14172
|
+
function create_fragment$g(ctx) {
|
14167
14173
|
let svg;
|
14168
14174
|
let path;
|
14169
14175
|
|
@@ -14212,7 +14218,7 @@ function create_fragment$d(ctx) {
|
|
14212
14218
|
};
|
14213
14219
|
}
|
14214
14220
|
|
14215
|
-
function instance$
|
14221
|
+
function instance$g($$self, $$props, $$invalidate) {
|
14216
14222
|
let { color } = $$props;
|
14217
14223
|
|
14218
14224
|
$$self.$$set = $$props => {
|
@@ -14225,13 +14231,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14225
14231
|
class IconFire extends SvelteComponent {
|
14226
14232
|
constructor(options) {
|
14227
14233
|
super();
|
14228
|
-
init(this, options, instance$
|
14234
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14229
14235
|
}
|
14230
14236
|
}
|
14231
14237
|
|
14232
14238
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14233
14239
|
|
14234
|
-
function create_fragment$
|
14240
|
+
function create_fragment$f(ctx) {
|
14235
14241
|
let svg;
|
14236
14242
|
let path;
|
14237
14243
|
|
@@ -14280,7 +14286,7 @@ function create_fragment$c(ctx) {
|
|
14280
14286
|
};
|
14281
14287
|
}
|
14282
14288
|
|
14283
|
-
function instance$
|
14289
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14284
14290
|
let { color } = $$props;
|
14285
14291
|
|
14286
14292
|
$$self.$$set = $$props => {
|
@@ -14293,13 +14299,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
14293
14299
|
class IconLink extends SvelteComponent {
|
14294
14300
|
constructor(options) {
|
14295
14301
|
super();
|
14296
|
-
init(this, options, instance$
|
14302
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14297
14303
|
}
|
14298
14304
|
}
|
14299
14305
|
|
14300
14306
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14301
14307
|
|
14302
|
-
function create_fragment$
|
14308
|
+
function create_fragment$e(ctx) {
|
14303
14309
|
let svg;
|
14304
14310
|
let path;
|
14305
14311
|
|
@@ -14342,7 +14348,7 @@ function create_fragment$b(ctx) {
|
|
14342
14348
|
};
|
14343
14349
|
}
|
14344
14350
|
|
14345
|
-
function instance$
|
14351
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14346
14352
|
let { color } = $$props;
|
14347
14353
|
|
14348
14354
|
$$self.$$set = $$props => {
|
@@ -14355,13 +14361,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
14355
14361
|
class IconBuildings extends SvelteComponent {
|
14356
14362
|
constructor(options) {
|
14357
14363
|
super();
|
14358
|
-
init(this, options, instance$
|
14364
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14359
14365
|
}
|
14360
14366
|
}
|
14361
14367
|
|
14362
14368
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14363
14369
|
|
14364
|
-
function create_fragment$
|
14370
|
+
function create_fragment$d(ctx) {
|
14365
14371
|
let svg;
|
14366
14372
|
let path;
|
14367
14373
|
|
@@ -14404,7 +14410,7 @@ function create_fragment$a(ctx) {
|
|
14404
14410
|
};
|
14405
14411
|
}
|
14406
14412
|
|
14407
|
-
function instance$
|
14413
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14408
14414
|
let { color } = $$props;
|
14409
14415
|
|
14410
14416
|
$$self.$$set = $$props => {
|
@@ -14417,12 +14423,136 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
14417
14423
|
class IconChevronsRight extends SvelteComponent {
|
14418
14424
|
constructor(options) {
|
14419
14425
|
super();
|
14420
|
-
init(this, options, instance$
|
14426
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
14421
14427
|
}
|
14422
14428
|
}
|
14423
14429
|
|
14424
|
-
|
14425
|
-
|
14430
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
14431
|
+
|
14432
|
+
function create_fragment$c(ctx) {
|
14433
|
+
let svg;
|
14434
|
+
let path;
|
14435
|
+
|
14436
|
+
return {
|
14437
|
+
c() {
|
14438
|
+
svg = svg_element("svg");
|
14439
|
+
path = svg_element("path");
|
14440
|
+
this.h();
|
14441
|
+
},
|
14442
|
+
l(nodes) {
|
14443
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14444
|
+
var svg_nodes = children(svg);
|
14445
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14446
|
+
children(path).forEach(detach);
|
14447
|
+
svg_nodes.forEach(detach);
|
14448
|
+
this.h();
|
14449
|
+
},
|
14450
|
+
h() {
|
14451
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14452
|
+
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");
|
14453
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14454
|
+
set_style(svg, "width", "100%");
|
14455
|
+
set_style(svg, "height", "100%");
|
14456
|
+
attr(svg, "viewBox", "0 0 512 512");
|
14457
|
+
},
|
14458
|
+
m(target, anchor) {
|
14459
|
+
insert_hydration(target, svg, anchor);
|
14460
|
+
append_hydration(svg, path);
|
14461
|
+
},
|
14462
|
+
p(ctx, [dirty]) {
|
14463
|
+
if (dirty & /*color*/ 1) {
|
14464
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14465
|
+
}
|
14466
|
+
},
|
14467
|
+
i: noop,
|
14468
|
+
o: noop,
|
14469
|
+
d(detaching) {
|
14470
|
+
if (detaching) detach(svg);
|
14471
|
+
}
|
14472
|
+
};
|
14473
|
+
}
|
14474
|
+
|
14475
|
+
function instance$c($$self, $$props, $$invalidate) {
|
14476
|
+
let { color } = $$props;
|
14477
|
+
|
14478
|
+
$$self.$$set = $$props => {
|
14479
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14480
|
+
};
|
14481
|
+
|
14482
|
+
return [color];
|
14483
|
+
}
|
14484
|
+
|
14485
|
+
class IconPhone extends SvelteComponent {
|
14486
|
+
constructor(options) {
|
14487
|
+
super();
|
14488
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
14489
|
+
}
|
14490
|
+
}
|
14491
|
+
|
14492
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
14493
|
+
|
14494
|
+
function create_fragment$b(ctx) {
|
14495
|
+
let svg;
|
14496
|
+
let path;
|
14497
|
+
|
14498
|
+
return {
|
14499
|
+
c() {
|
14500
|
+
svg = svg_element("svg");
|
14501
|
+
path = svg_element("path");
|
14502
|
+
this.h();
|
14503
|
+
},
|
14504
|
+
l(nodes) {
|
14505
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14506
|
+
var svg_nodes = children(svg);
|
14507
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14508
|
+
children(path).forEach(detach);
|
14509
|
+
svg_nodes.forEach(detach);
|
14510
|
+
this.h();
|
14511
|
+
},
|
14512
|
+
h() {
|
14513
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14514
|
+
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");
|
14515
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14516
|
+
set_style(svg, "width", "100%");
|
14517
|
+
set_style(svg, "height", "100%");
|
14518
|
+
attr(svg, "viewBox", "0 0 384 512");
|
14519
|
+
},
|
14520
|
+
m(target, anchor) {
|
14521
|
+
insert_hydration(target, svg, anchor);
|
14522
|
+
append_hydration(svg, path);
|
14523
|
+
},
|
14524
|
+
p(ctx, [dirty]) {
|
14525
|
+
if (dirty & /*color*/ 1) {
|
14526
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14527
|
+
}
|
14528
|
+
},
|
14529
|
+
i: noop,
|
14530
|
+
o: noop,
|
14531
|
+
d(detaching) {
|
14532
|
+
if (detaching) detach(svg);
|
14533
|
+
}
|
14534
|
+
};
|
14535
|
+
}
|
14536
|
+
|
14537
|
+
function instance$b($$self, $$props, $$invalidate) {
|
14538
|
+
let { color } = $$props;
|
14539
|
+
|
14540
|
+
$$self.$$set = $$props => {
|
14541
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14542
|
+
};
|
14543
|
+
|
14544
|
+
return [color];
|
14545
|
+
}
|
14546
|
+
|
14547
|
+
class IconLocationDot extends SvelteComponent {
|
14548
|
+
constructor(options) {
|
14549
|
+
super();
|
14550
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
14551
|
+
}
|
14552
|
+
}
|
14553
|
+
|
14554
|
+
const ICON_SIZE = {
|
14555
|
+
x_small: {
|
14426
14556
|
label: 'X Small',
|
14427
14557
|
value: '12px',
|
14428
14558
|
},
|
@@ -14473,9 +14603,11 @@ const ICON_VARIANTS = {
|
|
14473
14603
|
gift: IconGift,
|
14474
14604
|
heart: IconHeart,
|
14475
14605
|
link: IconLink,
|
14606
|
+
locationDot: IconLocationDot,
|
14476
14607
|
magnifying_grass: IconMagnifyingGrass,
|
14477
14608
|
paperclip: IconPaperclip,
|
14478
14609
|
paper_plane: IconPaperPlane,
|
14610
|
+
phone: IconPhone,
|
14479
14611
|
star: IconStar,
|
14480
14612
|
ticket: IconTicket,
|
14481
14613
|
truck: IconTrack,
|
@@ -14485,7 +14617,7 @@ const ICON_VARIANTS = {
|
|
14485
14617
|
|
14486
14618
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14487
14619
|
|
14488
|
-
function create_if_block$
|
14620
|
+
function create_if_block$6(ctx) {
|
14489
14621
|
let clickable;
|
14490
14622
|
let current;
|
14491
14623
|
|
@@ -14496,7 +14628,7 @@ function create_if_block$5(ctx) {
|
|
14496
14628
|
onClick: /*props*/ ctx[0].onClick,
|
14497
14629
|
eventName: /*props*/ ctx[0].eventName,
|
14498
14630
|
eventValue: /*props*/ ctx[0].eventValue,
|
14499
|
-
$$slots: { default: [create_default_slot$
|
14631
|
+
$$slots: { default: [create_default_slot$4] },
|
14500
14632
|
$$scope: { ctx }
|
14501
14633
|
}
|
14502
14634
|
});
|
@@ -14542,7 +14674,7 @@ function create_if_block$5(ctx) {
|
|
14542
14674
|
}
|
14543
14675
|
|
14544
14676
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14545
|
-
function create_default_slot$
|
14677
|
+
function create_default_slot$4(ctx) {
|
14546
14678
|
let switch_instance;
|
14547
14679
|
let switch_instance_anchor;
|
14548
14680
|
let current;
|
@@ -14618,10 +14750,10 @@ function create_default_slot$3(ctx) {
|
|
14618
14750
|
};
|
14619
14751
|
}
|
14620
14752
|
|
14621
|
-
function create_fragment$
|
14753
|
+
function create_fragment$a(ctx) {
|
14622
14754
|
let if_block_anchor;
|
14623
14755
|
let current;
|
14624
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14756
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
14625
14757
|
|
14626
14758
|
return {
|
14627
14759
|
c() {
|
@@ -14638,64 +14770,459 @@ function create_fragment$9(ctx) {
|
|
14638
14770
|
current = true;
|
14639
14771
|
},
|
14640
14772
|
p(ctx, [dirty]) {
|
14641
|
-
if (/*IconComponent*/ ctx[2]) {
|
14642
|
-
if (if_block) {
|
14643
|
-
if_block.p(ctx, dirty);
|
14644
|
-
|
14645
|
-
if (dirty & /*IconComponent*/ 4) {
|
14646
|
-
transition_in(if_block, 1);
|
14647
|
-
}
|
14648
|
-
} else {
|
14649
|
-
if_block = create_if_block$
|
14650
|
-
if_block.c();
|
14651
|
-
transition_in(if_block, 1);
|
14652
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
14653
|
-
}
|
14654
|
-
} else if (if_block) {
|
14655
|
-
group_outros();
|
14656
|
-
|
14657
|
-
transition_out(if_block, 1, 1, () => {
|
14658
|
-
if_block = null;
|
14659
|
-
});
|
14773
|
+
if (/*IconComponent*/ ctx[2]) {
|
14774
|
+
if (if_block) {
|
14775
|
+
if_block.p(ctx, dirty);
|
14776
|
+
|
14777
|
+
if (dirty & /*IconComponent*/ 4) {
|
14778
|
+
transition_in(if_block, 1);
|
14779
|
+
}
|
14780
|
+
} else {
|
14781
|
+
if_block = create_if_block$6(ctx);
|
14782
|
+
if_block.c();
|
14783
|
+
transition_in(if_block, 1);
|
14784
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
14785
|
+
}
|
14786
|
+
} else if (if_block) {
|
14787
|
+
group_outros();
|
14788
|
+
|
14789
|
+
transition_out(if_block, 1, 1, () => {
|
14790
|
+
if_block = null;
|
14791
|
+
});
|
14792
|
+
|
14793
|
+
check_outros();
|
14794
|
+
}
|
14795
|
+
},
|
14796
|
+
i(local) {
|
14797
|
+
if (current) return;
|
14798
|
+
transition_in(if_block);
|
14799
|
+
current = true;
|
14800
|
+
},
|
14801
|
+
o(local) {
|
14802
|
+
transition_out(if_block);
|
14803
|
+
current = false;
|
14804
|
+
},
|
14805
|
+
d(detaching) {
|
14806
|
+
if (if_block) if_block.d(detaching);
|
14807
|
+
if (detaching) detach(if_block_anchor);
|
14808
|
+
}
|
14809
|
+
};
|
14810
|
+
}
|
14811
|
+
|
14812
|
+
function instance$a($$self, $$props, $$invalidate) {
|
14813
|
+
let style;
|
14814
|
+
let IconComponent;
|
14815
|
+
let { props = {} } = $$props;
|
14816
|
+
let { layerId = '' } = $$props;
|
14817
|
+
|
14818
|
+
const getSizeCss = () => {
|
14819
|
+
return {
|
14820
|
+
minWidth: props.width
|
14821
|
+
? props.width
|
14822
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
14823
|
+
width: props.width
|
14824
|
+
? props.width
|
14825
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
14826
|
+
height: props.height
|
14827
|
+
? props.height
|
14828
|
+
: ICON_SIZE[props.size ?? 'medium'].value
|
14829
|
+
};
|
14830
|
+
};
|
14831
|
+
|
14832
|
+
$$self.$$set = $$props => {
|
14833
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14834
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14835
|
+
};
|
14836
|
+
|
14837
|
+
$$self.$$.update = () => {
|
14838
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14839
|
+
$$invalidate(3, style = objToStyle({
|
14840
|
+
display: 'flex',
|
14841
|
+
alignItems: 'center',
|
14842
|
+
overflow: 'hidden',
|
14843
|
+
width: 'auto',
|
14844
|
+
...getSizeCss(),
|
14845
|
+
...toCssCommon(props)
|
14846
|
+
}));
|
14847
|
+
}
|
14848
|
+
|
14849
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14850
|
+
$$invalidate(2, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
14851
|
+
}
|
14852
|
+
};
|
14853
|
+
|
14854
|
+
return [props, layerId, IconComponent, style];
|
14855
|
+
}
|
14856
|
+
|
14857
|
+
class Icon extends SvelteComponent {
|
14858
|
+
constructor(options) {
|
14859
|
+
super();
|
14860
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
14861
|
+
}
|
14862
|
+
}
|
14863
|
+
|
14864
|
+
const BUTTON_SIZE_STYLES = {
|
14865
|
+
extra_small: {
|
14866
|
+
minHeight: '32px',
|
14867
|
+
paddingInline: '12px',
|
14868
|
+
fontSize: '12px',
|
14869
|
+
paddingBlock: '8px',
|
14870
|
+
lineHeight: 1.5,
|
14871
|
+
borderRadius: '4px',
|
14872
|
+
},
|
14873
|
+
small: {
|
14874
|
+
minHeight: '36px',
|
14875
|
+
paddingInline: '16px',
|
14876
|
+
fontSize: '13px',
|
14877
|
+
paddingBlock: '8px',
|
14878
|
+
lineHeight: 1.5,
|
14879
|
+
borderRadius: '4px',
|
14880
|
+
},
|
14881
|
+
medium: {
|
14882
|
+
minHeight: '40px',
|
14883
|
+
paddingInline: '24px',
|
14884
|
+
fontSize: '14px',
|
14885
|
+
paddingBlock: '8px',
|
14886
|
+
lineHeight: 1.5,
|
14887
|
+
borderRadius: '4px',
|
14888
|
+
},
|
14889
|
+
large: {
|
14890
|
+
minHeight: '48px',
|
14891
|
+
paddingInline: '32px',
|
14892
|
+
fontSize: '14px',
|
14893
|
+
paddingBlock: '10px',
|
14894
|
+
lineHeight: 1.5,
|
14895
|
+
borderRadius: '4px',
|
14896
|
+
},
|
14897
|
+
extra_large: {
|
14898
|
+
minHeight: '56px',
|
14899
|
+
paddingInline: '40px',
|
14900
|
+
fontSize: '17px',
|
14901
|
+
paddingBlock: '12px',
|
14902
|
+
lineHeight: 1.5,
|
14903
|
+
borderRadius: '4px',
|
14904
|
+
},
|
14905
|
+
};
|
14906
|
+
const BUTTON_THEME_STYLES = {
|
14907
|
+
default: {
|
14908
|
+
backgroundColor: '#33403e',
|
14909
|
+
color: '#FFFFFF',
|
14910
|
+
fontWeight: 'bold',
|
14911
|
+
},
|
14912
|
+
primary: {
|
14913
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
14914
|
+
color: '#FFFFFF',
|
14915
|
+
fontWeight: 'bold',
|
14916
|
+
},
|
14917
|
+
secondary: {
|
14918
|
+
backgroundColor: '#f3f4f6',
|
14919
|
+
color: '#000000',
|
14920
|
+
fontWeight: 'bold',
|
14921
|
+
},
|
14922
|
+
success: {
|
14923
|
+
backgroundColor: '#10b981',
|
14924
|
+
color: '#ffffff',
|
14925
|
+
fontWeight: 'bold',
|
14926
|
+
},
|
14927
|
+
warning: {
|
14928
|
+
backgroundColor: '#fbbf24',
|
14929
|
+
color: '#ffffff',
|
14930
|
+
fontWeight: 'bold',
|
14931
|
+
},
|
14932
|
+
alert: {
|
14933
|
+
backgroundColor: '#ef4444',
|
14934
|
+
color: '#FFFFFF',
|
14935
|
+
fontWeight: 'bold',
|
14936
|
+
},
|
14937
|
+
info: {
|
14938
|
+
backgroundColor: '#0ea5e9',
|
14939
|
+
color: '#FFFFFF',
|
14940
|
+
fontWeight: 'bold',
|
14941
|
+
},
|
14942
|
+
neutral: {
|
14943
|
+
backgroundColor: '#9ca3af',
|
14944
|
+
color: '#333333',
|
14945
|
+
fontWeight: 'bold',
|
14946
|
+
},
|
14947
|
+
transparent: {
|
14948
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14949
|
+
color: '#00100ea1',
|
14950
|
+
fontWeight: 'bold',
|
14951
|
+
},
|
14952
|
+
};
|
14953
|
+
const BUTTON_ROUND_STYLES = {
|
14954
|
+
none: {
|
14955
|
+
borderRadius: 0,
|
14956
|
+
},
|
14957
|
+
default: {},
|
14958
|
+
fulled: {
|
14959
|
+
borderRadius: '56px',
|
14960
|
+
},
|
14961
|
+
};
|
14962
|
+
const BUTTON_WRAP_STYLES = {
|
14963
|
+
nowrap: {
|
14964
|
+
whiteSpace: 'nowrap',
|
14965
|
+
},
|
14966
|
+
wrap: {
|
14967
|
+
whiteSpace: 'pre-wrap',
|
14968
|
+
},
|
14969
|
+
};
|
14970
|
+
|
14971
|
+
function hexToRgb(hex) {
|
14972
|
+
let r = 0, g = 0, b = 0;
|
14973
|
+
if (hex.length === 4) {
|
14974
|
+
r = parseInt(hex[1] + hex[1], 16);
|
14975
|
+
g = parseInt(hex[2] + hex[2], 16);
|
14976
|
+
b = parseInt(hex[3] + hex[3], 16);
|
14977
|
+
}
|
14978
|
+
else if (hex.length === 7) {
|
14979
|
+
r = parseInt(hex[1] + hex[2], 16);
|
14980
|
+
g = parseInt(hex[3] + hex[4], 16);
|
14981
|
+
b = parseInt(hex[5] + hex[6], 16);
|
14982
|
+
}
|
14983
|
+
return { r, g, b };
|
14984
|
+
}
|
14985
|
+
function rgbToHex(r, g, b) {
|
14986
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
14987
|
+
}
|
14988
|
+
function darkenColor(color, percent) {
|
14989
|
+
let r, g, b;
|
14990
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
14991
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
14992
|
+
if (rgbaMatch) {
|
14993
|
+
r = parseInt(rgbaMatch[1]);
|
14994
|
+
g = parseInt(rgbaMatch[2]);
|
14995
|
+
b = parseInt(rgbaMatch[3]);
|
14996
|
+
}
|
14997
|
+
else {
|
14998
|
+
throw new Error('Invalid RGB/RGBA color format');
|
14999
|
+
}
|
15000
|
+
}
|
15001
|
+
else if (color.startsWith('#')) {
|
15002
|
+
const rgb = hexToRgb(color);
|
15003
|
+
r = rgb.r;
|
15004
|
+
g = rgb.g;
|
15005
|
+
b = rgb.b;
|
15006
|
+
}
|
15007
|
+
else {
|
15008
|
+
throw new Error('Unsupported color format');
|
15009
|
+
}
|
15010
|
+
// 色を暗くする
|
15011
|
+
r = Math.round(r * (1 - percent));
|
15012
|
+
g = Math.round(g * (1 - percent));
|
15013
|
+
b = Math.round(b * (1 - percent));
|
15014
|
+
return rgbToHex(r, g, b);
|
15015
|
+
}
|
15016
|
+
|
15017
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15018
|
+
|
15019
|
+
function add_css$8(target) {
|
15020
|
+
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}");
|
15021
|
+
}
|
15022
|
+
|
15023
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
15024
|
+
function create_if_block$5(ctx) {
|
15025
|
+
let div;
|
15026
|
+
let icon;
|
15027
|
+
let current;
|
15028
|
+
|
15029
|
+
icon = new Icon({
|
15030
|
+
props: {
|
15031
|
+
props: {
|
15032
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15033
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15034
|
+
width: '1em',
|
15035
|
+
height: '1em'
|
15036
|
+
}
|
15037
|
+
}
|
15038
|
+
});
|
15039
|
+
|
15040
|
+
return {
|
15041
|
+
c() {
|
15042
|
+
div = element("div");
|
15043
|
+
create_component(icon.$$.fragment);
|
15044
|
+
this.h();
|
15045
|
+
},
|
15046
|
+
l(nodes) {
|
15047
|
+
div = claim_element(nodes, "DIV", { class: true });
|
15048
|
+
var div_nodes = children(div);
|
15049
|
+
claim_component(icon.$$.fragment, div_nodes);
|
15050
|
+
div_nodes.forEach(detach);
|
15051
|
+
this.h();
|
15052
|
+
},
|
15053
|
+
h() {
|
15054
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
15055
|
+
},
|
15056
|
+
m(target, anchor) {
|
15057
|
+
insert_hydration(target, div, anchor);
|
15058
|
+
mount_component(icon, div, null);
|
15059
|
+
current = true;
|
15060
|
+
},
|
15061
|
+
p(ctx, dirty) {
|
15062
|
+
const icon_changes = {};
|
15063
|
+
|
15064
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
15065
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15066
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15067
|
+
width: '1em',
|
15068
|
+
height: '1em'
|
15069
|
+
};
|
15070
|
+
|
15071
|
+
icon.$set(icon_changes);
|
15072
|
+
},
|
15073
|
+
i(local) {
|
15074
|
+
if (current) return;
|
15075
|
+
transition_in(icon.$$.fragment, local);
|
15076
|
+
current = true;
|
15077
|
+
},
|
15078
|
+
o(local) {
|
15079
|
+
transition_out(icon.$$.fragment, local);
|
15080
|
+
current = false;
|
15081
|
+
},
|
15082
|
+
d(detaching) {
|
15083
|
+
if (detaching) detach(div);
|
15084
|
+
destroy_component(icon);
|
15085
|
+
}
|
15086
|
+
};
|
15087
|
+
}
|
15088
|
+
|
15089
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15090
|
+
function create_default_slot$3(ctx) {
|
15091
|
+
let t0;
|
15092
|
+
let span;
|
15093
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
15094
|
+
let t1;
|
15095
|
+
let current;
|
15096
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
15097
|
+
|
15098
|
+
return {
|
15099
|
+
c() {
|
15100
|
+
if (if_block) if_block.c();
|
15101
|
+
t0 = space();
|
15102
|
+
span = element("span");
|
15103
|
+
t1 = text(t1_value);
|
15104
|
+
},
|
15105
|
+
l(nodes) {
|
15106
|
+
if (if_block) if_block.l(nodes);
|
15107
|
+
t0 = claim_space(nodes);
|
15108
|
+
span = claim_element(nodes, "SPAN", {});
|
15109
|
+
var span_nodes = children(span);
|
15110
|
+
t1 = claim_text(span_nodes, t1_value);
|
15111
|
+
span_nodes.forEach(detach);
|
15112
|
+
},
|
15113
|
+
m(target, anchor) {
|
15114
|
+
if (if_block) if_block.m(target, anchor);
|
15115
|
+
insert_hydration(target, t0, anchor);
|
15116
|
+
insert_hydration(target, span, anchor);
|
15117
|
+
append_hydration(span, t1);
|
15118
|
+
current = true;
|
15119
|
+
},
|
15120
|
+
p(ctx, dirty) {
|
15121
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
15122
|
+
if (if_block) {
|
15123
|
+
if_block.p(ctx, dirty);
|
15124
|
+
|
15125
|
+
if (dirty & /*props*/ 1) {
|
15126
|
+
transition_in(if_block, 1);
|
15127
|
+
}
|
15128
|
+
} else {
|
15129
|
+
if_block = create_if_block$5(ctx);
|
15130
|
+
if_block.c();
|
15131
|
+
transition_in(if_block, 1);
|
15132
|
+
if_block.m(t0.parentNode, t0);
|
15133
|
+
}
|
15134
|
+
} else if (if_block) {
|
15135
|
+
group_outros();
|
15136
|
+
|
15137
|
+
transition_out(if_block, 1, 1, () => {
|
15138
|
+
if_block = null;
|
15139
|
+
});
|
15140
|
+
|
15141
|
+
check_outros();
|
15142
|
+
}
|
15143
|
+
|
15144
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
15145
|
+
},
|
15146
|
+
i(local) {
|
15147
|
+
if (current) return;
|
15148
|
+
transition_in(if_block);
|
15149
|
+
current = true;
|
15150
|
+
},
|
15151
|
+
o(local) {
|
15152
|
+
transition_out(if_block);
|
15153
|
+
current = false;
|
15154
|
+
},
|
15155
|
+
d(detaching) {
|
15156
|
+
if (if_block) if_block.d(detaching);
|
15157
|
+
if (detaching) detach(t0);
|
15158
|
+
if (detaching) detach(span);
|
15159
|
+
}
|
15160
|
+
};
|
15161
|
+
}
|
15162
|
+
|
15163
|
+
function create_fragment$9(ctx) {
|
15164
|
+
let clickable;
|
15165
|
+
let current;
|
15166
|
+
|
15167
|
+
clickable = new Clickable({
|
15168
|
+
props: {
|
15169
|
+
className: "button",
|
15170
|
+
layerId: /*layerId*/ ctx[1],
|
15171
|
+
style: /*style*/ ctx[2],
|
15172
|
+
onClick: /*props*/ ctx[0].onClick,
|
15173
|
+
eventName: /*props*/ ctx[0].eventName,
|
15174
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
15175
|
+
$$slots: { default: [create_default_slot$3] },
|
15176
|
+
$$scope: { ctx }
|
15177
|
+
}
|
15178
|
+
});
|
15179
|
+
|
15180
|
+
return {
|
15181
|
+
c() {
|
15182
|
+
create_component(clickable.$$.fragment);
|
15183
|
+
},
|
15184
|
+
l(nodes) {
|
15185
|
+
claim_component(clickable.$$.fragment, nodes);
|
15186
|
+
},
|
15187
|
+
m(target, anchor) {
|
15188
|
+
mount_component(clickable, target, anchor);
|
15189
|
+
current = true;
|
15190
|
+
},
|
15191
|
+
p(ctx, [dirty]) {
|
15192
|
+
const clickable_changes = {};
|
15193
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15194
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
15195
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15196
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15197
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14660
15198
|
|
14661
|
-
|
15199
|
+
if (dirty & /*$$scope, props*/ 33) {
|
15200
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14662
15201
|
}
|
15202
|
+
|
15203
|
+
clickable.$set(clickable_changes);
|
14663
15204
|
},
|
14664
15205
|
i(local) {
|
14665
15206
|
if (current) return;
|
14666
|
-
transition_in(
|
15207
|
+
transition_in(clickable.$$.fragment, local);
|
14667
15208
|
current = true;
|
14668
15209
|
},
|
14669
15210
|
o(local) {
|
14670
|
-
transition_out(
|
15211
|
+
transition_out(clickable.$$.fragment, local);
|
14671
15212
|
current = false;
|
14672
15213
|
},
|
14673
15214
|
d(detaching) {
|
14674
|
-
|
14675
|
-
if (detaching) detach(if_block_anchor);
|
15215
|
+
destroy_component(clickable, detaching);
|
14676
15216
|
}
|
14677
15217
|
};
|
14678
15218
|
}
|
14679
15219
|
|
14680
15220
|
function instance$9($$self, $$props, $$invalidate) {
|
15221
|
+
let variables;
|
14681
15222
|
let style;
|
14682
|
-
let IconComponent;
|
14683
15223
|
let { props = {} } = $$props;
|
14684
15224
|
let { layerId = '' } = $$props;
|
14685
|
-
|
14686
|
-
const getSizeCss = () => {
|
14687
|
-
return {
|
14688
|
-
minWidth: props.width
|
14689
|
-
? props.width
|
14690
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
14691
|
-
width: props.width
|
14692
|
-
? props.width
|
14693
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
14694
|
-
height: props.height
|
14695
|
-
? props.height
|
14696
|
-
: ICON_SIZE[props.size ?? 'medium'].value
|
14697
|
-
};
|
14698
|
-
};
|
15225
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
14699
15226
|
|
14700
15227
|
$$self.$$set = $$props => {
|
14701
15228
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -14704,32 +15231,58 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
14704
15231
|
|
14705
15232
|
$$self.$$.update = () => {
|
14706
15233
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14707
|
-
$$invalidate(
|
14708
|
-
|
14709
|
-
|
14710
|
-
|
14711
|
-
width: 'auto',
|
14712
|
-
...getSizeCss(),
|
14713
|
-
...toCssCommon(props)
|
14714
|
-
}));
|
15234
|
+
$$invalidate(4, variables = {
|
15235
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
15236
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
15237
|
+
});
|
14715
15238
|
}
|
14716
15239
|
|
14717
|
-
if ($$self.$$.dirty & /*props*/
|
14718
|
-
$$invalidate(2,
|
15240
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
15241
|
+
$$invalidate(2, style = objToStyle({
|
15242
|
+
display: 'inline-flex',
|
15243
|
+
gap: '0.65em',
|
15244
|
+
alignItems: 'center',
|
15245
|
+
justifyContent: 'center',
|
15246
|
+
outline: 0,
|
15247
|
+
border: 0,
|
15248
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15249
|
+
width: props.width,
|
15250
|
+
color: props.color ?? buttonThemeStyle.color,
|
15251
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15252
|
+
cursor: 'pointer',
|
15253
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
15254
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
15255
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
15256
|
+
...props.iconAngle
|
15257
|
+
? { flexDirection: props.iconAngle }
|
15258
|
+
: {},
|
15259
|
+
...toCssCommon(props),
|
15260
|
+
...toCssBorder(props),
|
15261
|
+
...variables
|
15262
|
+
}));
|
14719
15263
|
}
|
14720
15264
|
};
|
14721
15265
|
|
14722
|
-
return [props, layerId,
|
15266
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
14723
15267
|
}
|
14724
15268
|
|
14725
|
-
class
|
15269
|
+
class Button extends SvelteComponent {
|
14726
15270
|
constructor(options) {
|
14727
15271
|
super();
|
14728
|
-
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
15272
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
14729
15273
|
}
|
14730
15274
|
}
|
14731
15275
|
|
14732
|
-
const
|
15276
|
+
const buttonOutlinedPropsDefault = {
|
15277
|
+
label: 'ボタン',
|
15278
|
+
size: 'medium',
|
15279
|
+
theme: 'default',
|
15280
|
+
round: 'default',
|
15281
|
+
width: 'auto',
|
15282
|
+
wrap: 'nowrap',
|
15283
|
+
};
|
15284
|
+
|
15285
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
14733
15286
|
extra_small: {
|
14734
15287
|
minHeight: '32px',
|
14735
15288
|
paddingInline: '12px',
|
@@ -14771,29 +15324,7 @@ const BUTTON_SIZE_STYLES = {
|
|
14771
15324
|
borderRadius: '4px',
|
14772
15325
|
},
|
14773
15326
|
};
|
14774
|
-
const
|
14775
|
-
theme: {
|
14776
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
14777
|
-
color: '#FFFFFF',
|
14778
|
-
fontWeight: 'bold',
|
14779
|
-
},
|
14780
|
-
default: {
|
14781
|
-
backgroundColor: '#33403e',
|
14782
|
-
color: '#FFFFFF',
|
14783
|
-
fontWeight: 'bold',
|
14784
|
-
},
|
14785
|
-
transparent: {
|
14786
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14787
|
-
color: '#00100ea1',
|
14788
|
-
fontWeight: 'bold',
|
14789
|
-
},
|
14790
|
-
alert: {
|
14791
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
14792
|
-
color: '#FFFFFF',
|
14793
|
-
fontWeight: 'bold',
|
14794
|
-
},
|
14795
|
-
};
|
14796
|
-
const BUTTON_ROUND_STYLES = {
|
15327
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
14797
15328
|
none: {
|
14798
15329
|
borderRadius: 0,
|
14799
15330
|
},
|
@@ -14802,7 +15333,7 @@ const BUTTON_ROUND_STYLES = {
|
|
14802
15333
|
borderRadius: '56px',
|
14803
15334
|
},
|
14804
15335
|
};
|
14805
|
-
const
|
15336
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
14806
15337
|
nowrap: {
|
14807
15338
|
whiteSpace: 'nowrap',
|
14808
15339
|
},
|
@@ -14810,100 +15341,14 @@ const BUTTON_WRAP_STYLES = {
|
|
14810
15341
|
whiteSpace: 'pre-wrap',
|
14811
15342
|
},
|
14812
15343
|
};
|
14813
|
-
const BUTTON_VARIANTS = {
|
14814
|
-
size: {
|
14815
|
-
extra_small: {
|
14816
|
-
minHeight: '32px',
|
14817
|
-
paddingInline: '12px',
|
14818
|
-
fontSize: '12px',
|
14819
|
-
paddingBlock: '8px',
|
14820
|
-
lineHeight: 1.5,
|
14821
|
-
borderRadius: '4px',
|
14822
|
-
},
|
14823
|
-
small: {
|
14824
|
-
minHeight: '36px',
|
14825
|
-
paddingInline: '16px',
|
14826
|
-
fontSize: '13px',
|
14827
|
-
paddingBlock: '8px',
|
14828
|
-
lineHeight: 1.5,
|
14829
|
-
borderRadius: '4px',
|
14830
|
-
},
|
14831
|
-
medium: {
|
14832
|
-
minHeight: '40px',
|
14833
|
-
paddingInline: '24px',
|
14834
|
-
fontSize: '14px',
|
14835
|
-
paddingBlock: '8px',
|
14836
|
-
lineHeight: 1.5,
|
14837
|
-
borderRadius: '4px',
|
14838
|
-
},
|
14839
|
-
large: {
|
14840
|
-
minHeight: '48px',
|
14841
|
-
paddingInline: '32px',
|
14842
|
-
fontSize: '14px',
|
14843
|
-
paddingBlock: '10px',
|
14844
|
-
lineHeight: 1.5,
|
14845
|
-
borderRadius: '4px',
|
14846
|
-
},
|
14847
|
-
extra_large: {
|
14848
|
-
minHeight: '56px',
|
14849
|
-
paddingInline: '40px',
|
14850
|
-
fontSize: '17px',
|
14851
|
-
paddingBlock: '12px',
|
14852
|
-
lineHeight: 1.5,
|
14853
|
-
borderRadius: '4px',
|
14854
|
-
},
|
14855
|
-
},
|
14856
|
-
theme: {
|
14857
|
-
theme: {
|
14858
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
14859
|
-
color: '#FFFFFF',
|
14860
|
-
fontWeight: 'bold',
|
14861
|
-
},
|
14862
|
-
default: {
|
14863
|
-
backgroundColor: '#33403e',
|
14864
|
-
color: '#FFFFFF',
|
14865
|
-
fontWeight: 'bold',
|
14866
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14867
|
-
},
|
14868
|
-
transparent: {
|
14869
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14870
|
-
color: '#00100ea1',
|
14871
|
-
fontWeight: 'bold',
|
14872
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14873
|
-
},
|
14874
|
-
alert: {
|
14875
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
14876
|
-
color: '#FFFFFF',
|
14877
|
-
fontWeight: 'bold',
|
14878
|
-
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
14879
|
-
},
|
14880
|
-
},
|
14881
|
-
round: {
|
14882
|
-
none: {
|
14883
|
-
borderRadius: 0,
|
14884
|
-
},
|
14885
|
-
default: {},
|
14886
|
-
fulled: {
|
14887
|
-
borderRadius: '56px',
|
14888
|
-
},
|
14889
|
-
},
|
14890
|
-
wrap: {
|
14891
|
-
nowrap: {
|
14892
|
-
whiteSpace: 'nowrap',
|
14893
|
-
},
|
14894
|
-
wrap: {
|
14895
|
-
whiteSpace: 'pre-wrap',
|
14896
|
-
},
|
14897
|
-
},
|
14898
|
-
};
|
14899
15344
|
|
14900
|
-
/* src/components-flex/button/
|
15345
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14901
15346
|
|
14902
|
-
function add_css$
|
14903
|
-
append_styles(target, "svelte-
|
15347
|
+
function add_css$7(target) {
|
15348
|
+
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}");
|
14904
15349
|
}
|
14905
15350
|
|
14906
|
-
// (
|
15351
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
14907
15352
|
function create_if_block$4(ctx) {
|
14908
15353
|
let div;
|
14909
15354
|
let icon;
|
@@ -14934,7 +15379,7 @@ function create_if_block$4(ctx) {
|
|
14934
15379
|
this.h();
|
14935
15380
|
},
|
14936
15381
|
h() {
|
14937
|
-
attr(div, "class", "button-icon svelte-
|
15382
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
14938
15383
|
},
|
14939
15384
|
m(target, anchor) {
|
14940
15385
|
insert_hydration(target, div, anchor);
|
@@ -14969,11 +15414,11 @@ function create_if_block$4(ctx) {
|
|
14969
15414
|
};
|
14970
15415
|
}
|
14971
15416
|
|
14972
|
-
// (
|
15417
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14973
15418
|
function create_default_slot$2(ctx) {
|
14974
15419
|
let t0;
|
14975
15420
|
let span;
|
14976
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
15421
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
14977
15422
|
let t1;
|
14978
15423
|
let current;
|
14979
15424
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -15024,7 +15469,7 @@ function create_default_slot$2(ctx) {
|
|
15024
15469
|
check_outros();
|
15025
15470
|
}
|
15026
15471
|
|
15027
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
15472
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
15028
15473
|
},
|
15029
15474
|
i(local) {
|
15030
15475
|
if (current) return;
|
@@ -15049,7 +15494,7 @@ function create_fragment$8(ctx) {
|
|
15049
15494
|
|
15050
15495
|
clickable = new Clickable({
|
15051
15496
|
props: {
|
15052
|
-
className: "button",
|
15497
|
+
className: "button-outlined",
|
15053
15498
|
layerId: /*layerId*/ ctx[1],
|
15054
15499
|
style: /*style*/ ctx[2],
|
15055
15500
|
onClick: /*props*/ ctx[0].onClick,
|
@@ -15104,7 +15549,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15104
15549
|
let style;
|
15105
15550
|
let { props = {} } = $$props;
|
15106
15551
|
let { layerId = '' } = $$props;
|
15107
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
15552
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
15108
15553
|
|
15109
15554
|
$$self.$$set = $$props => {
|
15110
15555
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -15119,15 +15564,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15119
15564
|
alignItems: 'center',
|
15120
15565
|
justifyContent: 'center',
|
15121
15566
|
outline: 0,
|
15122
|
-
|
15567
|
+
borderWidth: '1px',
|
15568
|
+
borderStyle: 'solid',
|
15123
15569
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15124
15570
|
width: props.width,
|
15125
|
-
|
15126
|
-
|
15571
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
15572
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
15127
15573
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15128
|
-
|
15129
|
-
...
|
15130
|
-
...
|
15574
|
+
cursor: 'pointer',
|
15575
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
15576
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
15577
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
15131
15578
|
...props.iconAngle
|
15132
15579
|
? { flexDirection: props.iconAngle }
|
15133
15580
|
: {},
|
@@ -15140,17 +15587,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15140
15587
|
return [props, layerId, style, buttonThemeStyle];
|
15141
15588
|
}
|
15142
15589
|
|
15143
|
-
class
|
15590
|
+
class ButtonOutlined extends SvelteComponent {
|
15144
15591
|
constructor(options) {
|
15145
15592
|
super();
|
15146
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15593
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
15147
15594
|
}
|
15148
15595
|
}
|
15149
15596
|
|
15150
15597
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
15151
15598
|
|
15152
|
-
function add_css$
|
15153
|
-
append_styles(target, "svelte-
|
15599
|
+
function add_css$6(target) {
|
15600
|
+
append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
15154
15601
|
}
|
15155
15602
|
|
15156
15603
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
@@ -15182,7 +15629,7 @@ function create_if_block$3(ctx) {
|
|
15182
15629
|
this.h();
|
15183
15630
|
},
|
15184
15631
|
h() {
|
15185
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
15632
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
15186
15633
|
},
|
15187
15634
|
m(target, anchor) {
|
15188
15635
|
insert_hydration(target, div, anchor);
|
@@ -15255,7 +15702,7 @@ function create_fragment$7(ctx) {
|
|
15255
15702
|
h() {
|
15256
15703
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
15257
15704
|
attr(button, "style", /*style*/ ctx[2]);
|
15258
|
-
attr(button, "class", "flex-text-button svelte-
|
15705
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
15259
15706
|
},
|
15260
15707
|
m(target, anchor) {
|
15261
15708
|
insert_hydration(target, button, anchor);
|
@@ -15442,7 +15889,7 @@ class TextButton extends SvelteComponent {
|
|
15442
15889
|
props: 0,
|
15443
15890
|
layerId: 1
|
15444
15891
|
},
|
15445
|
-
add_css$
|
15892
|
+
add_css$6
|
15446
15893
|
);
|
15447
15894
|
}
|
15448
15895
|
}
|
@@ -15491,8 +15938,8 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15491
15938
|
|
15492
15939
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15493
15940
|
|
15494
|
-
function add_css$
|
15495
|
-
append_styles(target, "svelte-
|
15941
|
+
function add_css$5(target) {
|
15942
|
+
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}");
|
15496
15943
|
}
|
15497
15944
|
|
15498
15945
|
// (93:2) {#if hasLabel}
|
@@ -15518,7 +15965,7 @@ function create_if_block$2(ctx) {
|
|
15518
15965
|
|
15519
15966
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
15520
15967
|
? 'close-button-order-one'
|
15521
|
-
: '') + " svelte-
|
15968
|
+
: '') + " svelte-12v1h9t");
|
15522
15969
|
},
|
15523
15970
|
m(target, anchor) {
|
15524
15971
|
insert_hydration(target, span, anchor);
|
@@ -15610,7 +16057,7 @@ function create_fragment$6(ctx) {
|
|
15610
16057
|
attr(svg, "fill", /*color*/ ctx[6]);
|
15611
16058
|
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15612
16059
|
set_attributes(button, button_data);
|
15613
|
-
toggle_class(button, "svelte-
|
16060
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15614
16061
|
},
|
15615
16062
|
m(target, anchor) {
|
15616
16063
|
insert_hydration(target, button, anchor);
|
@@ -15651,7 +16098,7 @@ function create_fragment$6(ctx) {
|
|
15651
16098
|
dataAttrStopPropagation('click')
|
15652
16099
|
]));
|
15653
16100
|
|
15654
|
-
toggle_class(button, "svelte-
|
16101
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15655
16102
|
},
|
15656
16103
|
i: noop,
|
15657
16104
|
o: noop,
|
@@ -15771,18 +16218,18 @@ class CloseButton extends SvelteComponent {
|
|
15771
16218
|
eventName: 10,
|
15772
16219
|
eventValue: 11
|
15773
16220
|
},
|
15774
|
-
add_css$
|
16221
|
+
add_css$5
|
15775
16222
|
);
|
15776
16223
|
}
|
15777
16224
|
}
|
15778
16225
|
|
15779
16226
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15780
16227
|
|
15781
|
-
function add_css$
|
15782
|
-
append_styles(target, "svelte-
|
16228
|
+
function add_css$4(target) {
|
16229
|
+
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}");
|
15783
16230
|
}
|
15784
16231
|
|
15785
|
-
// (
|
16232
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15786
16233
|
function create_default_slot$1(ctx) {
|
15787
16234
|
let object;
|
15788
16235
|
let img;
|
@@ -15805,9 +16252,9 @@ function create_default_slot$1(ctx) {
|
|
15805
16252
|
h() {
|
15806
16253
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15807
16254
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15808
|
-
attr(img, "class", "image-img svelte-
|
16255
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
15809
16256
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15810
|
-
attr(object, "class", "image-object svelte-
|
16257
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
15811
16258
|
},
|
15812
16259
|
m(target, anchor) {
|
15813
16260
|
insert_hydration(target, object, anchor);
|
@@ -15833,12 +16280,13 @@ function create_default_slot$1(ctx) {
|
|
15833
16280
|
}
|
15834
16281
|
|
15835
16282
|
function create_fragment$5(ctx) {
|
15836
|
-
let div;
|
15837
16283
|
let clickable;
|
15838
16284
|
let current;
|
15839
16285
|
|
15840
16286
|
clickable = new Clickable({
|
15841
16287
|
props: {
|
16288
|
+
layerId: /*layerId*/ ctx[1],
|
16289
|
+
style: /*style*/ ctx[3],
|
15842
16290
|
onClick: /*props*/ ctx[0].onClick,
|
15843
16291
|
eventName: /*props*/ ctx[0].eventName,
|
15844
16292
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -15849,34 +16297,19 @@ function create_fragment$5(ctx) {
|
|
15849
16297
|
|
15850
16298
|
return {
|
15851
16299
|
c() {
|
15852
|
-
div = element("div");
|
15853
16300
|
create_component(clickable.$$.fragment);
|
15854
|
-
this.h();
|
15855
16301
|
},
|
15856
16302
|
l(nodes) {
|
15857
|
-
|
15858
|
-
"data-layer-id": true,
|
15859
|
-
class: true,
|
15860
|
-
style: true
|
15861
|
-
});
|
15862
|
-
|
15863
|
-
var div_nodes = children(div);
|
15864
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
15865
|
-
div_nodes.forEach(detach);
|
15866
|
-
this.h();
|
15867
|
-
},
|
15868
|
-
h() {
|
15869
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15870
|
-
attr(div, "class", "image svelte-1xwuxb4");
|
15871
|
-
attr(div, "style", /*style*/ ctx[3]);
|
16303
|
+
claim_component(clickable.$$.fragment, nodes);
|
15872
16304
|
},
|
15873
16305
|
m(target, anchor) {
|
15874
|
-
|
15875
|
-
mount_component(clickable, div, null);
|
16306
|
+
mount_component(clickable, target, anchor);
|
15876
16307
|
current = true;
|
15877
16308
|
},
|
15878
16309
|
p(ctx, [dirty]) {
|
15879
16310
|
const clickable_changes = {};
|
16311
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16312
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
15880
16313
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15881
16314
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15882
16315
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -15886,14 +16319,6 @@ function create_fragment$5(ctx) {
|
|
15886
16319
|
}
|
15887
16320
|
|
15888
16321
|
clickable.$set(clickable_changes);
|
15889
|
-
|
15890
|
-
if (!current || dirty & /*layerId*/ 2) {
|
15891
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15892
|
-
}
|
15893
|
-
|
15894
|
-
if (!current || dirty & /*style*/ 8) {
|
15895
|
-
attr(div, "style", /*style*/ ctx[3]);
|
15896
|
-
}
|
15897
16322
|
},
|
15898
16323
|
i(local) {
|
15899
16324
|
if (current) return;
|
@@ -15905,8 +16330,7 @@ function create_fragment$5(ctx) {
|
|
15905
16330
|
current = false;
|
15906
16331
|
},
|
15907
16332
|
d(detaching) {
|
15908
|
-
|
15909
|
-
destroy_component(clickable);
|
16333
|
+
destroy_component(clickable, detaching);
|
15910
16334
|
}
|
15911
16335
|
};
|
15912
16336
|
}
|
@@ -15926,6 +16350,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15926
16350
|
if ($$self.$$.dirty & /*props*/ 1) {
|
15927
16351
|
$$invalidate(3, style = objToStyle({
|
15928
16352
|
width: props.width ?? '100%',
|
16353
|
+
maxWidth: '100%',
|
16354
|
+
overflow: 'hidden',
|
16355
|
+
flexShrink: 0,
|
16356
|
+
display: 'flex',
|
16357
|
+
alignItems: 'center',
|
16358
|
+
justifyContent: 'center',
|
15929
16359
|
...toCssCommon(props)
|
15930
16360
|
}));
|
15931
16361
|
}
|
@@ -15941,7 +16371,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15941
16371
|
class Image extends SvelteComponent {
|
15942
16372
|
constructor(options) {
|
15943
16373
|
super();
|
15944
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
16374
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
15945
16375
|
}
|
15946
16376
|
}
|
15947
16377
|
|
@@ -16105,14 +16535,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16105
16535
|
|
16106
16536
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16107
16537
|
|
16538
|
+
function add_css$3(target) {
|
16539
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16540
|
+
}
|
16541
|
+
|
16108
16542
|
function get_each_context(ctx, list, i) {
|
16109
16543
|
const child_ctx = ctx.slice();
|
16110
|
-
child_ctx[
|
16111
|
-
child_ctx[
|
16544
|
+
child_ctx[29] = list[i];
|
16545
|
+
child_ctx[31] = i;
|
16112
16546
|
return child_ctx;
|
16113
16547
|
}
|
16114
16548
|
|
16115
|
-
// (
|
16549
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
16116
16550
|
function create_each_block(ctx) {
|
16117
16551
|
let button;
|
16118
16552
|
let i_1;
|
@@ -16122,7 +16556,7 @@ function create_each_block(ctx) {
|
|
16122
16556
|
let dispose;
|
16123
16557
|
|
16124
16558
|
function click_handler() {
|
16125
|
-
return /*click_handler*/ ctx[
|
16559
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
16126
16560
|
}
|
16127
16561
|
|
16128
16562
|
return {
|
@@ -16145,11 +16579,15 @@ function create_each_block(ctx) {
|
|
16145
16579
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
16146
16580
|
.../*indicatorItemStyle*/ ctx[3],
|
16147
16581
|
...{
|
16148
|
-
background: /*indicator*/ ctx[
|
16582
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16149
16583
|
}
|
16150
16584
|
}));
|
16151
16585
|
|
16152
|
-
attr(button, "style", objToStyle({
|
16586
|
+
attr(button, "style", objToStyle({
|
16587
|
+
padding: '4px',
|
16588
|
+
border: 0,
|
16589
|
+
background: 'none'
|
16590
|
+
}));
|
16153
16591
|
},
|
16154
16592
|
m(target, anchor) {
|
16155
16593
|
insert_hydration(target, button, anchor);
|
@@ -16164,10 +16602,10 @@ function create_each_block(ctx) {
|
|
16164
16602
|
p(new_ctx, dirty) {
|
16165
16603
|
ctx = new_ctx;
|
16166
16604
|
|
16167
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16605
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16168
16606
|
.../*indicatorItemStyle*/ ctx[3],
|
16169
16607
|
...{
|
16170
|
-
background: /*indicator*/ ctx[
|
16608
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16171
16609
|
}
|
16172
16610
|
}))) {
|
16173
16611
|
attr(i_1, "style", i_1_style_value);
|
@@ -16188,8 +16626,10 @@ function create_fragment$3(ctx) {
|
|
16188
16626
|
let t;
|
16189
16627
|
let div1;
|
16190
16628
|
let current;
|
16191
|
-
|
16192
|
-
|
16629
|
+
let mounted;
|
16630
|
+
let dispose;
|
16631
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
16632
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
16193
16633
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
16194
16634
|
let each_blocks = [];
|
16195
16635
|
|
@@ -16214,7 +16654,7 @@ function create_fragment$3(ctx) {
|
|
16214
16654
|
l(nodes) {
|
16215
16655
|
div2 = claim_element(nodes, "DIV", { "data-layer-id": true, style: true });
|
16216
16656
|
var div2_nodes = children(div2);
|
16217
|
-
div0 = claim_element(div2_nodes, "DIV", { style: true });
|
16657
|
+
div0 = claim_element(div2_nodes, "DIV", { class: true, style: true });
|
16218
16658
|
var div0_nodes = children(div0);
|
16219
16659
|
if (default_slot) default_slot.l(div0_nodes);
|
16220
16660
|
div0_nodes.forEach(detach);
|
@@ -16231,6 +16671,7 @@ function create_fragment$3(ctx) {
|
|
16231
16671
|
this.h();
|
16232
16672
|
},
|
16233
16673
|
h() {
|
16674
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
16234
16675
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16235
16676
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16236
16677
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -16244,7 +16685,7 @@ function create_fragment$3(ctx) {
|
|
16244
16685
|
default_slot.m(div0, null);
|
16245
16686
|
}
|
16246
16687
|
|
16247
|
-
/*div0_binding*/ ctx[
|
16688
|
+
/*div0_binding*/ ctx[18](div0);
|
16248
16689
|
append_hydration(div2, t);
|
16249
16690
|
append_hydration(div2, div1);
|
16250
16691
|
|
@@ -16253,28 +16694,37 @@ function create_fragment$3(ctx) {
|
|
16253
16694
|
}
|
16254
16695
|
|
16255
16696
|
current = true;
|
16697
|
+
|
16698
|
+
if (!mounted) {
|
16699
|
+
dispose = [
|
16700
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
16701
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
16702
|
+
];
|
16703
|
+
|
16704
|
+
mounted = true;
|
16705
|
+
}
|
16256
16706
|
},
|
16257
|
-
p(ctx,
|
16707
|
+
p(ctx, dirty) {
|
16258
16708
|
if (default_slot) {
|
16259
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
16709
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
16260
16710
|
update_slot_base(
|
16261
16711
|
default_slot,
|
16262
16712
|
default_slot_template,
|
16263
16713
|
ctx,
|
16264
|
-
/*$$scope*/ ctx[
|
16714
|
+
/*$$scope*/ ctx[16],
|
16265
16715
|
!current
|
16266
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
16267
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
16716
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
16717
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
16268
16718
|
null
|
16269
16719
|
);
|
16270
16720
|
}
|
16271
16721
|
}
|
16272
16722
|
|
16273
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16723
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16274
16724
|
attr(div0, "style", div0_style_value);
|
16275
16725
|
}
|
16276
16726
|
|
16277
|
-
if (dirty & /*
|
16727
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
16278
16728
|
each_value = /*indicators*/ ctx[7] ?? [];
|
16279
16729
|
let i;
|
16280
16730
|
|
@@ -16297,15 +16747,15 @@ function create_fragment$3(ctx) {
|
|
16297
16747
|
each_blocks.length = each_value.length;
|
16298
16748
|
}
|
16299
16749
|
|
16300
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
16750
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
16301
16751
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16302
16752
|
}
|
16303
16753
|
|
16304
|
-
if (!current || dirty & /*layerId*/ 1) {
|
16754
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
16305
16755
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
16306
16756
|
}
|
16307
16757
|
|
16308
|
-
if (!current || dirty & /*style*/ 64) {
|
16758
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
16309
16759
|
attr(div2, "style", /*style*/ ctx[6]);
|
16310
16760
|
}
|
16311
16761
|
},
|
@@ -16321,8 +16771,10 @@ function create_fragment$3(ctx) {
|
|
16321
16771
|
d(detaching) {
|
16322
16772
|
if (detaching) detach(div2);
|
16323
16773
|
if (default_slot) default_slot.d(detaching);
|
16324
|
-
/*div0_binding*/ ctx[
|
16774
|
+
/*div0_binding*/ ctx[18](null);
|
16325
16775
|
destroy_each(each_blocks, detaching);
|
16776
|
+
mounted = false;
|
16777
|
+
run_all(dispose);
|
16326
16778
|
}
|
16327
16779
|
};
|
16328
16780
|
}
|
@@ -16340,9 +16792,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16340
16792
|
let { overrideStyle } = $$props;
|
16341
16793
|
let slotElement;
|
16342
16794
|
let currentIndex = 0;
|
16795
|
+
let startX = 0;
|
16796
|
+
let movedX = null;
|
16343
16797
|
let childCount = slotElement?.children?.length ?? 0;
|
16344
16798
|
|
16345
|
-
const calcTransformX = (index, itemCount) => {
|
16799
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
16346
16800
|
if (index === 0) return undefined;
|
16347
16801
|
|
16348
16802
|
const movingX = (() => {
|
@@ -16360,24 +16814,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16360
16814
|
return result;
|
16361
16815
|
})();
|
16362
16816
|
|
16363
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
16817
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
16364
16818
|
};
|
16365
16819
|
|
16366
16820
|
const handleClickIndicator = index => {
|
16367
|
-
$$invalidate(
|
16821
|
+
$$invalidate(12, currentIndex = index);
|
16368
16822
|
};
|
16369
16823
|
|
16370
16824
|
const setChildCount = () => {
|
16371
16825
|
const count = slotElement?.children?.length ?? 0;
|
16372
16826
|
|
16373
16827
|
if (count !== childCount) {
|
16374
|
-
$$invalidate(
|
16828
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
16829
|
+
}
|
16830
|
+
};
|
16831
|
+
|
16832
|
+
const toNext = (loop = false) => {
|
16833
|
+
if (currentIndex < childCount - 1) {
|
16834
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
16835
|
+
} else if (loop) {
|
16836
|
+
$$invalidate(12, currentIndex = 0);
|
16837
|
+
}
|
16838
|
+
};
|
16839
|
+
|
16840
|
+
const toPrev = (loop = false) => {
|
16841
|
+
if (currentIndex > 0) {
|
16842
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
16843
|
+
}
|
16844
|
+
};
|
16845
|
+
|
16846
|
+
const handleTouchmove = e => {
|
16847
|
+
startX = startX - e.touches[0].clientX;
|
16848
|
+
};
|
16849
|
+
|
16850
|
+
const handleTouchend = e => {
|
16851
|
+
if (movedX >= 32) {
|
16852
|
+
toNext();
|
16853
|
+
} else if (movedX <= -32) {
|
16854
|
+
toPrev();
|
16855
|
+
}
|
16856
|
+
|
16857
|
+
$$invalidate(13, movedX = null);
|
16858
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
16859
|
+
document.removeEventListener('touchend', handleTouchend);
|
16860
|
+
};
|
16861
|
+
|
16862
|
+
const handleTouchstart = e => {
|
16863
|
+
startX = e.touches[0].clientX;
|
16864
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
16865
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
16866
|
+
};
|
16867
|
+
|
16868
|
+
const handleMousemove = e => {
|
16869
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
16870
|
+
};
|
16871
|
+
|
16872
|
+
const handleMouseup = e => {
|
16873
|
+
if (movedX >= 32) {
|
16874
|
+
toNext();
|
16875
|
+
} else if (movedX <= -32) {
|
16876
|
+
toPrev();
|
16375
16877
|
}
|
16878
|
+
|
16879
|
+
$$invalidate(13, movedX = null);
|
16880
|
+
document.removeEventListener('mousemove', handleMousemove);
|
16881
|
+
document.removeEventListener('mouseup', handleMouseup);
|
16882
|
+
};
|
16883
|
+
|
16884
|
+
const handleMousedown = e => {
|
16885
|
+
console.log('mousedown');
|
16886
|
+
startX = e.clientX;
|
16887
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
16888
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
16376
16889
|
};
|
16377
16890
|
|
16378
16891
|
onMount$1(() => {
|
16379
16892
|
setChildCount();
|
16380
16893
|
setInterval(setChildCount, 300);
|
16894
|
+
|
16895
|
+
if (props.auto) {
|
16896
|
+
setInterval(
|
16897
|
+
() => {
|
16898
|
+
toNext(true);
|
16899
|
+
},
|
16900
|
+
props.interval ?? 5000
|
16901
|
+
);
|
16902
|
+
}
|
16381
16903
|
});
|
16382
16904
|
|
16383
16905
|
function div0_binding($$value) {
|
@@ -16391,21 +16913,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16391
16913
|
|
16392
16914
|
$$self.$$set = $$props => {
|
16393
16915
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
16394
|
-
if ('props' in $$props) $$invalidate(
|
16916
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
16395
16917
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
16396
|
-
if ('$$scope' in $$props) $$invalidate(
|
16918
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
16397
16919
|
};
|
16398
16920
|
|
16399
16921
|
$$self.$$.update = () => {
|
16400
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
16922
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
16401
16923
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
16402
16924
|
}
|
16403
16925
|
|
16404
|
-
if ($$self.$$.dirty & /*props*/
|
16405
|
-
$$invalidate(
|
16926
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
16927
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
16406
16928
|
}
|
16407
16929
|
|
16408
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
16930
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
16409
16931
|
$$invalidate(5, containerStyle = objToStyle({
|
16410
16932
|
display: 'grid',
|
16411
16933
|
// marginInline: `-${props.gap}px`,
|
@@ -16414,8 +16936,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16414
16936
|
gridAutoFlow: 'column',
|
16415
16937
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
16416
16938
|
flexShrink: 0,
|
16417
|
-
transition: 'transform 0.5s',
|
16418
|
-
transform: calcTransformX(currentIndex, childCount)
|
16939
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
16940
|
+
transform: calcTransformX(currentIndex, childCount),
|
16941
|
+
userSelect: 'none'
|
16419
16942
|
}));
|
16420
16943
|
}
|
16421
16944
|
};
|
@@ -16434,7 +16957,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16434
16957
|
height: '8px',
|
16435
16958
|
borderRadius: '100%',
|
16436
16959
|
display: 'block',
|
16437
|
-
background: '#AAAAAA'
|
16960
|
+
background: '#AAAAAA',
|
16961
|
+
border: 0
|
16438
16962
|
});
|
16439
16963
|
|
16440
16964
|
return [
|
@@ -16447,8 +16971,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16447
16971
|
style,
|
16448
16972
|
indicators,
|
16449
16973
|
handleClickIndicator,
|
16974
|
+
handleTouchstart,
|
16975
|
+
handleMousedown,
|
16450
16976
|
props,
|
16451
16977
|
currentIndex,
|
16978
|
+
movedX,
|
16452
16979
|
childCount,
|
16453
16980
|
itemWidthPercentage,
|
16454
16981
|
$$scope,
|
@@ -16461,7 +16988,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16461
16988
|
class Slider extends SvelteComponent {
|
16462
16989
|
constructor(options) {
|
16463
16990
|
super();
|
16464
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
16991
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
16465
16992
|
}
|
16466
16993
|
}
|
16467
16994
|
|
@@ -16523,7 +17050,7 @@ const TEXT_VARIANTS = {
|
|
16523
17050
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
16524
17051
|
|
16525
17052
|
function add_css$2(target) {
|
16526
|
-
append_styles(target, "svelte-
|
17053
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
16527
17054
|
}
|
16528
17055
|
|
16529
17056
|
function create_fragment$2(ctx) {
|
@@ -16547,7 +17074,7 @@ function create_fragment$2(ctx) {
|
|
16547
17074
|
},
|
16548
17075
|
h() {
|
16549
17076
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
16550
|
-
attr(p, "class", "text svelte-
|
17077
|
+
attr(p, "class", "text svelte-1vl0c87");
|
16551
17078
|
attr(p, "style", /*style*/ ctx[1]);
|
16552
17079
|
},
|
16553
17080
|
m(target, anchor) {
|
@@ -16639,7 +17166,7 @@ const LAYER_TEXT_SIZE = {
|
|
16639
17166
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
16640
17167
|
|
16641
17168
|
function add_css$1(target) {
|
16642
|
-
append_styles(target, "svelte-
|
17169
|
+
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}");
|
16643
17170
|
}
|
16644
17171
|
|
16645
17172
|
// (14:0) {#if backgroundOverlay}
|
@@ -16660,7 +17187,7 @@ function create_if_block$1(ctx) {
|
|
16660
17187
|
this.h();
|
16661
17188
|
},
|
16662
17189
|
h() {
|
16663
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17190
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
16664
17191
|
},
|
16665
17192
|
m(target, anchor) {
|
16666
17193
|
insert_hydration(target, div, anchor);
|
@@ -16671,7 +17198,7 @@ function create_if_block$1(ctx) {
|
|
16671
17198
|
}
|
16672
17199
|
},
|
16673
17200
|
p(ctx, dirty) {
|
16674
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
17201
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
16675
17202
|
attr(div, "class", div_class_value);
|
16676
17203
|
}
|
16677
17204
|
},
|
@@ -16747,7 +17274,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
16747
17274
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
16748
17275
|
|
16749
17276
|
function add_css(target) {
|
16750
|
-
append_styles(target, "svelte-
|
17277
|
+
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}}");
|
16751
17278
|
}
|
16752
17279
|
|
16753
17280
|
// (253:0) {:else}
|
@@ -16913,7 +17440,7 @@ function create_if_block(ctx) {
|
|
16913
17440
|
this.h();
|
16914
17441
|
},
|
16915
17442
|
h() {
|
16916
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17443
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
16917
17444
|
attr(div, "role", "dialog");
|
16918
17445
|
attr(div, "aria-modal", "true");
|
16919
17446
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -16946,7 +17473,7 @@ function create_if_block(ctx) {
|
|
16946
17473
|
}
|
16947
17474
|
}
|
16948
17475
|
|
16949
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
17476
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
16950
17477
|
attr(div, "class", div_class_value);
|
16951
17478
|
}
|
16952
17479
|
},
|
@@ -17439,4 +17966,4 @@ const ROUND_STYLES = {
|
|
17439
17966
|
},
|
17440
17967
|
};
|
17441
17968
|
|
17442
|
-
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,
|
17969
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, ButtonOutlined as FlexButtonOutlined, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|